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, 2 months ago) by tony
File size: 2277 byte(s)
Log Message:
propset for eol-style

File Contents

# Content
1 object IBEventsEditor: TIBEventsEditor
2 Left = 283
3 Height = 357
4 Top = 266
5 Width = 335
6 ActiveControl = Panel1
7 BorderStyle = bsDialog
8 Caption = 'EventAlerter Events'
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.30'
17 object Panel1: TPanel
18 Left = 0
19 Height = 357
20 Top = 0
21 Width = 335
22 Align = alClient
23 BevelOuter = bvNone
24 BorderWidth = 4
25 ClientHeight = 357
26 ClientWidth = 335
27 TabOrder = 0
28 object Panel2: TPanel
29 Left = 16
30 Height = 297
31 Top = 8
32 Width = 305
33 BevelInner = bvRaised
34 BevelOuter = bvLowered
35 ClientHeight = 297
36 ClientWidth = 305
37 TabOrder = 0
38 object RequestedEvents: TLabel
39 Left = 10
40 Height = 16
41 Top = 16
42 Width = 109
43 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 Height = 256
53 Top = 32
54 Width = 278
55 ColCount = 2
56 DefaultRowHeight = 20
57 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 Height = 30
74 Top = 320
75 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 Height = 30
88 Top = 320
89 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