-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathClientPrograms.dfm
109 lines (109 loc) · 2.17 KB
/
ClientPrograms.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
object ClientProgramsForm: TClientProgramsForm
Left = 0
Top = 0
Caption = #1055#1088#1086#1075#1088#1072#1084#1084#1099
ClientHeight = 385
ClientWidth = 755
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
KeyPreview = True
OldCreateOrder = False
OnClose = FormClose
OnKeyPress = FormKeyPress
OnPaint = FormPaint
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object TopPanel: TPanel
Left = 0
Top = 0
Width = 755
Height = 41
Align = alTop
TabOrder = 0
object Button1: TButton
Left = 1
Top = 1
Width = 112
Height = 39
Align = alLeft
Caption = #1057#1093#1077#1084#1072' '#1087#1088#1080#1077#1084#1072' '#1041#1040#1044
TabOrder = 0
OnClick = Button1Click
end
end
object BotPanel: TPanel
Left = 0
Top = 41
Width = 755
Height = 325
Align = alClient
Caption = 'BotPanel'
TabOrder = 1
object TabControl1: TTabControl
Left = 1
Top = 1
Width = 753
Height = 323
Align = alClient
TabOrder = 0
Tabs.Strings = (
'1'
'2'
'3'
'4'
'5'
'6'
'7'
'8')
TabIndex = 0
OnChange = TabControl1Change
object StringGrid1: TStringGrid
Left = 4
Top = 24
Width = 745
Height = 295
Align = alClient
Color = clBtnShadow
ColCount = 10
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Arial'
Font.Style = []
Options = [goVertLine, goHorzLine, goRangeSelect, goColSizing]
ParentFont = False
TabOrder = 0
OnDrawCell = StringGrid1DrawCell
ColWidths = (
64
64
64
64
64
64
64
64
64
64)
RowHeights = (
24
24
24
24
24)
end
end
end
object StatusBar1: TStatusBar
Left = 0
Top = 366
Width = 755
Height = 19
Panels = <>
end
end