ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/public/ibx/trunk/design/IBEventsEditor.lfm
Revision: 380
Committed: Mon Jan 10 10:13:17 2022 UTC (2 years, 3 months ago) by tony
File size: 2277 byte(s)
Log Message:
propset for eol-style

File Contents

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

Properties

Name Value
svn:eol-style native