-
Notifications
You must be signed in to change notification settings - Fork 0
/
UReconfList.dfm
executable file
·120 lines (120 loc) · 2.51 KB
/
UReconfList.dfm
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
inherited FReconfList: TFReconfList
Left = 251
Top = 161
Width = 630
Height = 440
BorderIcons = [biSystemMenu, biMinimize, biMaximize]
BorderStyle = bsSizeable
Caption = 'Ãðàôèê ïåðåíàñòðîåê'
OldCreateOrder = True
Position = poScreenCenter
OnActivate = FormActivate
PixelsPerInch = 120
TextHeight = 16
object Panel1: TPanel
Left = 490
Top = 0
Width = 132
Height = 384
Align = alRight
BevelOuter = bvNone
TabOrder = 0
object Button1: TButton
Left = 22
Top = 34
Width = 91
Height = 31
Caption = 'Äîáàâèòü'
TabOrder = 0
OnClick = Button1Click
end
object Button2: TButton
Left = 22
Top = 74
Width = 91
Height = 31
Caption = 'Èçìåíèòü'
TabOrder = 1
OnClick = Button2Click
end
object Button3: TButton
Left = 22
Top = 114
Width = 91
Height = 31
Caption = 'Óäàëèòü'
TabOrder = 2
OnClick = Button3Click
end
object Button4: TButton
Left = 22
Top = 204
Width = 91
Height = 31
Caption = 'Çàêðûòü'
ModalResult = 1
TabOrder = 3
end
end
object Panel2: TPanel
Left = 0
Top = 0
Width = 490
Height = 384
Align = alClient
BevelOuter = bvNone
TabOrder = 1
object Header: THeaderControl
Left = 0
Top = 0
Width = 490
Height = 31
DragReorder = False
Sections = <
item
ImageIndex = -1
Text = 'Íàèìåíîâàíèå ëèíèè'
Width = 180
end
item
ImageIndex = -1
Text = 'Íîìåð ñìåíû'
Width = 120
end
item
ImageIndex = -1
Text = 'Îòêóäà'
Width = 80
end
item
ImageIndex = -1
Text = 'Êóäà'
Width = 80
end>
Style = hsFlat
OnSectionResize = HeaderSectionResize
end
object Grid: TStringGrid
Left = 0
Top = 31
Width = 490
Height = 353
Align = alClient
ColCount = 4
FixedCols = 0
RowCount = 1
FixedRows = 0
Options = [goFixedVertLine, goFixedHorzLine, goRangeSelect, goRowSelect]
TabOrder = 1
end
end
object StatusBar1: TStatusBar
Left = 0
Top = 384
Width = 622
Height = 24
Panels = <>
SimplePanel = True
SimpleText = 'Êðèòåðèé îïòèìèçàöèè: íå âû÷èñëåí'
end
end