ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/public/ibx/trunk/design/ibgeneratoreditor.lfm
Revision: 7
Committed: Sun Aug 5 18:28:19 2012 UTC (11 years, 8 months ago) by tony
File size: 2134 byte(s)
Log Message:
Committing updates for Release R1-0-0

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