-
Notifications
You must be signed in to change notification settings - Fork 2
/
unit2.frm
75 lines (75 loc) · 1.79 KB
/
unit2.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
inherited Form2: TForm2
Left = 533
Height = 187
Top = 212
Width = 445
Caption = 'Bulk change of Location column'
ClientHeight = 187
ClientWidth = 445
Position = poDesktopCenter
object Button1: TButton[0]
Left = 341
Height = 52
Top = 40
Width = 65
Caption = 'OK'
OnClick = Button1Click
TabOrder = 3
end
object LabeledEdit1: TLabeledEdit[1]
Left = 16
Height = 28
Top = 40
Width = 245
EditLabel.AnchorSideLeft.Control = LabeledEdit1
EditLabel.AnchorSideRight.Control = LabeledEdit1
EditLabel.AnchorSideRight.Side = asrBottom
EditLabel.AnchorSideBottom.Control = LabeledEdit1
EditLabel.Left = 16
EditLabel.Height = 20
EditLabel.Top = 17
EditLabel.Width = 245
EditLabel.Caption = 'LabeledEdit1'
EditLabel.ParentColor = False
TabOrder = 0
end
object CheckBox1: TCheckBox[2]
Left = 16
Height = 24
Top = 72
Width = 121
Caption = 'Location index'
OnChange = CheckBox1Change
TabOrder = 1
end
object JLabeledIntegerEdit1: TJLabeledIntegerEdit[3]
Left = 16
Height = 28
Top = 120
Width = 184
DisplayFormat = '0'
Value = 0
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 = 97
EditLabel.Width = 184
EditLabel.Caption = 'JLabeledIntegerEdit1'
EditLabel.ParentColor = False
Enabled = False
TabOrder = 2
end
object Button2: TButton[4]
Left = 341
Height = 52
Top = 104
Width = 65
Caption = 'Cancel'
OnClick = Button2Click
TabOrder = 4
end
end