forked from motaz/turbobird
-
Notifications
You must be signed in to change notification settings - Fork 0
/
newdomain.lfm
115 lines (115 loc) · 1.91 KB
/
newdomain.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
107
108
109
110
111
112
113
114
115
object fmNewDomain: TfmNewDomain
Left = 330
Height = 241
Top = 216
Width = 378
ActiveControl = edName
BorderIcons = [biSystemMenu]
BorderStyle = bsDialog
Caption = 'Create New domain'
ClientHeight = 241
ClientWidth = 378
Position = poScreenCenter
LCLVersion = '0.9.31'
object Label1: TLabel
Left = 14
Height = 18
Top = 22
Width = 126
Caption = 'New Domain name'
ParentColor = False
end
object Label2: TLabel
Left = 16
Height = 18
Top = 57
Width = 31
Caption = 'Type'
ParentColor = False
end
object Label3: TLabel
Left = 18
Height = 18
Top = 96
Width = 28
Caption = 'Size'
ParentColor = False
end
object Label4: TLabel
Left = 18
Height = 18
Top = 136
Width = 89
Caption = 'Default value'
ParentColor = False
end
object edName: TEdit
Left = 156
Height = 27
Top = 22
Width = 148
TabOrder = 0
end
object cbType: TComboBox
Left = 156
Height = 29
Top = 57
Width = 148
ItemHeight = 0
Items.Strings = (
'SMALLINT'
'INTEGER'
'VARCHAR'
'DOUBLE'
'FLOAT'
'CHAR'
'DATE'
'TIME'
'TIMESTAMP'
'CSTRING'
'D_FLOAT'
'INT64'
'QUAD'
'BLOB'
)
TabOrder = 1
end
object seSize: TSpinEdit
Left = 156
Height = 27
Top = 96
Width = 50
TabOrder = 2
end
object BitBtn1: TBitBtn
Left = 16
Height = 30
Top = 192
Width = 88
Caption = 'Script'
Color = 16249563
Default = True
Kind = bkOK
ModalResult = 1
TabOrder = 3
end
object BitBtn2: TBitBtn
Left = 111
Height = 30
Top = 192
Width = 90
Cancel = True
Caption = 'Cancel'
Color = 16249563
Kind = bkCancel
ModalResult = 2
TabOrder = 4
end
object edDefault: TEdit
Left = 155
Height = 27
Top = 136
Width = 205
TabOrder = 5
end
end