forked from motaz/turbobird
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnewgen.lfm
106 lines (106 loc) · 2.04 KB
/
newgen.lfm
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
object fmNewGen: TfmNewGen
Left = 362
Height = 250
Top = 201
Width = 518
ActiveControl = edGenName
Caption = 'Create New Generator'
ClientHeight = 250
ClientWidth = 518
Position = poScreenCenter
LCLVersion = '1.2.2.0'
object Label1: TLabel
Left = 5
Height = 13
Top = 23
Width = 79
Caption = 'Generator Name'
ParentColor = False
end
object edGenName: TEdit
Left = 128
Height = 21
Top = 16
Width = 168
TabOrder = 0
end
object bbCreateGen: TBitBtn
Left = 8
Height = 30
Top = 217
Width = 120
Anchors = [akLeft, akBottom]
Caption = 'Script'
Color = 16249563
Kind = bkAll
OnClick = bbCreateGenClick
TabOrder = 1
end
object BitBtn1: TBitBtn
Left = 408
Height = 30
Top = 217
Width = 99
Anchors = [akLeft, akBottom]
Caption = '&Close'
Color = 16249563
Kind = bkClose
TabOrder = 2
end
object cxTrigger: TCheckBox
Left = 8
Height = 17
Top = 64
Width = 234
Caption = 'Create Auto increment Trigger for generator'
OnChange = cxTriggerChange
TabOrder = 3
end
object gbTrigger: TGroupBox
Left = 10
Height = 116
Top = 93
Width = 494
Anchors = [akTop, akLeft, akRight, akBottom]
Caption = 'Trigger for generator'
ClientHeight = 98
ClientWidth = 490
Enabled = False
TabOrder = 4
object Label2: TLabel
Left = 6
Height = 13
Top = 10
Width = 41
Caption = 'On table'
ParentColor = False
end
object Label3: TLabel
Left = 9
Height = 13
Top = 53
Width = 22
Caption = 'Field'
ParentColor = False
end
object cbTables: TComboBox
Left = 86
Height = 21
Top = 7
Width = 152
ItemHeight = 13
OnChange = cbTablesChange
Style = csDropDownList
TabOrder = 0
end
object cbFields: TComboBox
Left = 87
Height = 21
Top = 48
Width = 151
ItemHeight = 13
Style = csDropDownList
TabOrder = 1
end
end
end