-
Notifications
You must be signed in to change notification settings - Fork 2
/
unit10.frm
84 lines (84 loc) · 1.69 KB
/
unit10.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
inherited FormUpravUmisteni: TFormUpravUmisteni
Left = 705
Height = 403
Top = 263
Width = 522
Caption = 'Number format adjustment in column: '
ClientHeight = 403
ClientWidth = 522
OnHide = FormHide
OnShow = FormShow
Position = poDesktopCenter
object stringGridProVyberPozice: TStringGrid[0]
Left = 16
Height = 64
Top = 16
Width = 488
AutoFillColumns = True
ColCount = 1
Columns = <
item
MinSize = 20
MaxSize = 20
Title.Alignment = taCenter
Title.Caption = '0'
Width = 460
end>
FixedCols = 0
RowCount = 2
ScrollBars = ssAutoHorizontal
TabOrder = 0
OnSelectCell = stringGridProVyberPoziceSelectCell
ColWidths = (
460
)
end
object StringGridProUmisteni: TStringGrid[1]
Left = 16
Height = 263
Top = 136
Width = 270
AutoFillColumns = True
ColCount = 1
Columns = <
item
Title.Caption = ''
Width = 242
end>
FixedCols = 0
Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRangeSelect, goEditing, goSmoothScroll]
ScrollBars = ssAutoVertical
TabOrder = 1
ColWidths = (
242
)
end
object okButton: TButton[2]
Left = 398
Height = 38
Top = 136
Width = 106
Caption = 'Ok'
ModalResult = 1
OnClick = okButtonClick
TabOrder = 2
end
object cancelButton: TButton[3]
Left = 398
Height = 37
Top = 190
Width = 106
Caption = 'Cancel'
ModalResult = 2
TabOrder = 3
end
object chboxVsechnaCisla: TCheckBox[4]
Left = 16
Height = 23
Top = 96
Width = 24
Checked = True
State = cbChecked
TabOrder = 4
end
end