# | Line 1 | Line 1 | |
---|---|---|
1 | object IBEventsEditor: TIBEventsEditor | |
2 | Left = 283 | |
3 | < | Height = 306 |
3 | > | Height = 357 |
4 | Top = 266 | |
5 | Width = 335 | |
6 | ActiveControl = Panel1 | |
7 | BorderStyle = bsDialog | |
8 | Caption = 'EventAlerter Events' | |
9 | < | ClientHeight = 306 |
9 | > | ClientHeight = 357 |
10 | ClientWidth = 335 | |
11 | Font.Color = clBlack | |
12 | Font.Height = -11 | |
13 | Font.Name = 'Default' | |
14 | OnCreate = FormCreate | |
15 | Position = poScreenCenter | |
16 | < | LCLVersion = '0.9.28.2' |
16 | > | LCLVersion = '0.9.30' |
17 | object Panel1: TPanel | |
18 | Left = 0 | |
19 | < | Height = 306 |
19 | > | Height = 357 |
20 | Top = 0 | |
21 | Width = 335 | |
22 | Align = alClient | |
23 | BevelOuter = bvNone | |
24 | BorderWidth = 4 | |
25 | < | ClientHeight = 306 |
25 | > | ClientHeight = 357 |
26 | ClientWidth = 335 | |
27 | TabOrder = 0 | |
28 | – | OnClick = Panel1Click |
28 | object Panel2: TPanel | |
29 | Left = 16 | |
30 | < | Height = 257 |
30 | > | Height = 297 |
31 | Top = 8 | |
32 | Width = 305 | |
33 | BevelInner = bvRaised | |
34 | BevelOuter = bvLowered | |
35 | < | ClientHeight = 257 |
35 | > | ClientHeight = 297 |
36 | ClientWidth = 305 | |
37 | TabOrder = 0 | |
38 | object RequestedEvents: TLabel | |
39 | Left = 10 | |
40 | < | Height = 19 |
41 | < | Top = 8 |
42 | < | Width = 129 |
40 | > | Height = 16 |
41 | > | Top = 16 |
42 | > | Width = 109 |
43 | Caption = 'Requested Events' | |
44 | Font.Color = clBlack | |
45 | Font.Height = -12 | |
# | Line 50 | Line 49 | object IBEventsEditor: TIBEventsEditor | |
49 | end | |
50 | object cEvents: TStringGrid | |
51 | Left = 10 | |
52 | < | Height = 216 |
52 | > | Height = 256 |
53 | Top = 32 | |
54 | Width = 278 | |
55 | ColCount = 2 | |
56 | < | DefaultRowHeight = 16 |
56 | > | DefaultRowHeight = 20 |
57 | FixedRows = 0 | |
58 | Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goDrawFocusSelected, goRowSizing, goColSizing, goEditing, goTabs, goAlwaysShowEditor] | |
59 | RowCount = 15 | |
# | Line 71 | Line 70 | object IBEventsEditor: TIBEventsEditor | |
70 | end | |
71 | object bOK: TButton | |
72 | Left = 168 | |
73 | < | Height = 25 |
74 | < | Top = 272 |
73 | > | Height = 30 |
74 | > | Top = 320 |
75 | Width = 75 | |
76 | Caption = '&OK' | |
77 | Default = True | |
# | Line 85 | Line 84 | object IBEventsEditor: TIBEventsEditor | |
84 | end | |
85 | object bCancel: TButton | |
86 | Left = 248 | |
87 | < | Height = 25 |
88 | < | Top = 272 |
87 | > | Height = 30 |
88 | > | Top = 320 |
89 | Width = 75 | |
90 | Cancel = True | |
91 | Caption = 'Cancel' |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |