ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/public/ibx/trunk/design/ibgeneratoreditor.lfm
Revision: 67
Committed: Tue Oct 3 14:08:11 2017 UTC (6 years, 6 months ago) by tony
File size: 2162 byte(s)
Log Message:
Property Editor positioning tidy up

File Contents

# Content
1 object GeneratorEditor: TGeneratorEditor
2 Left = 334
3 Height = 374
4 Top = 239
5 Width = 478
6 ActiveControl = Button1
7 Caption = 'Define Generator'
8 ClientHeight = 374
9 ClientWidth = 478
10 OnClose = FormClose
11 OnShow = FormShow
12 Position = poScreenCenter
13 LCLVersion = '1.8.0.4'
14 object Bevel1: TBevel
15 Left = 16
16 Height = 336
17 Top = 16
18 Width = 355
19 end
20 object Label1: TLabel
21 Left = 32
22 Height = 14
23 Top = 40
24 Width = 99
25 Caption = 'Generator Name'
26 ParentColor = False
27 end
28 object Label2: TLabel
29 Left = 32
30 Height = 14
31 Top = 192
32 Width = 66
33 Caption = 'Field Name'
34 ParentColor = False
35 end
36 object Label3: TLabel
37 Left = 35
38 Height = 14
39 Top = 269
40 Width = 82
41 Caption = 'Increment By'
42 ParentColor = False
43 end
44 object Button1: TButton
45 Left = 392
46 Height = 30
47 Top = 24
48 Width = 75
49 Caption = 'OK'
50 Default = True
51 ModalResult = 1
52 TabOrder = 0
53 end
54 object Button2: TButton
55 Left = 392
56 Height = 30
57 Top = 64
58 Width = 75
59 Cancel = True
60 Caption = 'Cancel'
61 ModalResult = 2
62 TabOrder = 1
63 end
64 object GeneratorNames: TComboBox
65 Left = 32
66 Height = 27
67 Top = 58
68 Width = 312
69 ItemHeight = 0
70 TabOrder = 2
71 end
72 object OnNewRecord: TRadioButton
73 Left = 38
74 Height = 22
75 Top = 112
76 Width = 116
77 Caption = 'On New Record'
78 Checked = True
79 TabOrder = 3
80 TabStop = True
81 end
82 object OnPost: TRadioButton
83 Left = 38
84 Height = 22
85 Top = 144
86 Width = 70
87 Caption = 'On Post'
88 TabOrder = 4
89 end
90 object FieldNames: TComboBox
91 Left = 32
92 Height = 27
93 Top = 213
94 Width = 308
95 ItemHeight = 0
96 Sorted = True
97 TabOrder = 5
98 end
99 object IncrementBy: TEdit
100 Left = 39
101 Height = 24
102 Top = 292
103 Width = 52
104 TabOrder = 6
105 Text = 'IncrementBy'
106 end
107 object UpDown1: TUpDown
108 Left = 91
109 Height = 24
110 Top = 292
111 Width = 17
112 Associate = IncrementBy
113 Min = 0
114 Position = 0
115 TabOrder = 7
116 Wrap = False
117 end
118 object IBTransaction1: TIBTransaction
119 Active = False
120 left = 415
121 top = 243
122 end
123 end