-
Notifications
You must be signed in to change notification settings - Fork 2
/
unit4.frm
123 lines (123 loc) · 2.9 KB
/
unit4.frm
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
116
117
118
119
120
121
122
123
inherited Form4: TForm4
Left = 762
Height = 223
Top = 329
Width = 381
Caption = 'Season structure creating'
ClientHeight = 223
ClientWidth = 381
Position = poDesktopCenter
object JLabeledIntegerEdit1: TJLabeledIntegerEdit[0]
Left = 16
Height = 28
Top = 32
Width = 198
DisplayFormat = '0'
Value = 3
NegativeColor = clDefault
EditLabel.AnchorSideLeft.Control = JLabeledIntegerEdit1
EditLabel.AnchorSideRight.Control = JLabeledIntegerEdit1
EditLabel.AnchorSideRight.Side = asrBottom
EditLabel.AnchorSideBottom.Control = JLabeledIntegerEdit1
EditLabel.Left = 16
EditLabel.Height = 20
EditLabel.Top = 9
EditLabel.Width = 198
EditLabel.Caption = 'JLabeledIntegerEdit1'
EditLabel.ParentColor = False
TabOrder = 0
end
object JLabeledIntegerEdit2: TJLabeledIntegerEdit[1]
Left = 16
Height = 28
Top = 104
Width = 205
DisplayFormat = '0'
Value = 4
NegativeColor = clDefault
EditLabel.AnchorSideLeft.Control = JLabeledIntegerEdit2
EditLabel.AnchorSideRight.Control = JLabeledIntegerEdit2
EditLabel.AnchorSideRight.Side = asrBottom
EditLabel.AnchorSideBottom.Control = JLabeledIntegerEdit2
EditLabel.Left = 16
EditLabel.Height = 20
EditLabel.Top = 81
EditLabel.Width = 205
EditLabel.Caption = 'JLabeledIntegerEdit2'
EditLabel.ParentColor = False
TabOrder = 2
end
object JLabeledIntegerEdit3: TJLabeledIntegerEdit[2]
Left = 16
Height = 28
Top = 176
Width = 196
DisplayFormat = '0'
Value = 5
NegativeColor = clDefault
EditLabel.AnchorSideLeft.Control = JLabeledIntegerEdit3
EditLabel.AnchorSideRight.Control = JLabeledIntegerEdit3
EditLabel.AnchorSideRight.Side = asrBottom
EditLabel.AnchorSideBottom.Control = JLabeledIntegerEdit3
EditLabel.Left = 16
EditLabel.Height = 20
EditLabel.Top = 153
EditLabel.Width = 196
EditLabel.Caption = 'JLabeledIntegerEdit3'
EditLabel.ParentColor = False
TabOrder = 4
end
object BitBtn1: TBitBtn[3]
Left = 304
Height = 40
Top = 24
Width = 61
Caption = 'OK'
ModalResult = 1
OnClick = BitBtn1Click
TabOrder = 6
end
object BitBtn2: TBitBtn[4]
Left = 304
Height = 40
Top = 96
Width = 61
Caption = 'Cancel'
ModalResult = 2
OnClick = BitBtn2Click
TabOrder = 7
end
object UpDown1: TUpDown[5]
Left = 214
Height = 40
Top = 24
Width = 50
Min = 0
OnChanging = UpDown1Changing
Position = 0
TabOrder = 1
Wrap = False
end
object UpDown2: TUpDown[6]
Left = 214
Height = 40
Top = 96
Width = 50
Min = 0
OnChanging = UpDown2Changing
Position = 0
TabOrder = 3
Wrap = False
end
object UpDown3: TUpDown[7]
Left = 214
Height = 40
Top = 168
Width = 50
Min = 0
OnChanging = UpDown3Changing
Position = 0
TabOrder = 5
Wrap = False
end
end