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

File Contents

# User Rev Content
1 tony 5 object GeneratorEditor: TGeneratorEditor
2     Left = 330
3     Height = 374
4     Top = 215
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.28.2'
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 = 19
22     Top = 35
23     Width = 122
24     Caption = 'Generator Name'
25     ParentColor = False
26     end
27     object Label2: TLabel
28     Left = 32
29     Height = 19
30     Top = 192
31     Width = 81
32     Caption = 'Field Name'
33     ParentColor = False
34     end
35     object Label3: TLabel
36     Left = 35
37     Height = 19
38     Top = 269
39     Width = 97
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 = 30
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 = 135
76     Caption = 'On New Record'
77     Checked = True
78     State = cbChecked
79     TabOrder = 3
80     end
81     object OnPost: TRadioButton
82     Left = 38
83     Height = 22
84     Top = 144
85     Width = 78
86     Caption = 'On Post'
87     TabOrder = 4
88     TabStop = False
89     end
90     object FieldNames: TComboBox
91     Left = 32
92     Height = 30
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 = 28
102     Top = 292
103     Width = 52
104     OnKeyDown = nil
105     TabOrder = 6
106     Text = 'IncrementBy'
107     end
108     object UpDown1: TUpDown
109     Left = 91
110     Height = 28
111     Top = 292
112     Width = 17
113     Associate = IncrementBy
114     Min = 0
115     Position = 0
116     TabOrder = 7
117     Wrap = False
118     end
119     end