ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/public/ibx/trunk/design/IBEventsEditor.lfm
Revision: 5
Committed: Fri Feb 18 16:26:16 2011 UTC (13 years, 10 months ago) by tony
File size: 2304 byte(s)
Log Message:
Committing updates for Release pre-release

File Contents

# User Rev Content
1 tony 5 object IBEventsEditor: TIBEventsEditor
2     Left = 283
3     Height = 306
4     Top = 266
5     Width = 335
6     ActiveControl = Panel1
7     BorderStyle = bsDialog
8     Caption = 'EventAlerter Events'
9     ClientHeight = 306
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'
17     object Panel1: TPanel
18     Left = 0
19     Height = 306
20     Top = 0
21     Width = 335
22     Align = alClient
23     BevelOuter = bvNone
24     BorderWidth = 4
25     ClientHeight = 306
26     ClientWidth = 335
27     TabOrder = 0
28     OnClick = Panel1Click
29     object Panel2: TPanel
30     Left = 16
31     Height = 257
32     Top = 8
33     Width = 305
34     BevelInner = bvRaised
35     BevelOuter = bvLowered
36     ClientHeight = 257
37     ClientWidth = 305
38     TabOrder = 0
39     object RequestedEvents: TLabel
40     Left = 10
41     Height = 19
42     Top = 8
43     Width = 129
44     Caption = 'Requested Events'
45     Font.Color = clBlack
46     Font.Height = -12
47     Font.Name = 'Default'
48     ParentColor = False
49     ParentFont = False
50     end
51     object cEvents: TStringGrid
52     Left = 10
53     Height = 216
54     Top = 32
55     Width = 278
56     ColCount = 2
57     DefaultRowHeight = 16
58     FixedRows = 0
59     Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goDrawFocusSelected, goRowSizing, goColSizing, goEditing, goTabs, goAlwaysShowEditor]
60     RowCount = 15
61     ScrollBars = ssVertical
62     TabOrder = 0
63     TitleFont.Color = clBlack
64     TitleFont.Height = -11
65     TitleFont.Name = 'Default'
66     ColWidths = (
67     27
68     227
69     )
70     end
71     end
72     object bOK: TButton
73     Left = 168
74     Height = 25
75     Top = 272
76     Width = 75
77     Caption = '&OK'
78     Default = True
79     Font.Color = clBlack
80     Font.Height = -12
81     Font.Name = 'Default'
82     ModalResult = 1
83     ParentFont = False
84     TabOrder = 1
85     end
86     object bCancel: TButton
87     Left = 248
88     Height = 25
89     Top = 272
90     Width = 75
91     Cancel = True
92     Caption = 'Cancel'
93     Font.Color = clBlack
94     Font.Height = -12
95     Font.Name = 'Default'
96     ModalResult = 2
97     ParentFont = False
98     TabOrder = 2
99     end
100     end
101     end