-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathGUI.dfm
98 lines (98 loc) · 2.15 KB
/
GUI.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
object Form2: TForm2
Left = 0
Top = 0
BorderIcons = [biSystemMenu, biMinimize]
BorderStyle = bsSingle
Caption = #1043#1088#1091#1087#1087#1080#1088#1086#1074#1082#1072' '#1096#1090#1088#1080#1093'-'#1082#1086#1076#1086#1074
ClientHeight = 123
ClientWidth = 611
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
OldCreateOrder = False
OnClose = FormClose
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object InFile: TLabel
Left = 119
Top = 14
Width = 26
Height = 13
Caption = 'InFile'
end
object ErrMsg: TLabel
Left = 119
Top = 45
Width = 3
Height = 13
Font.Charset = DEFAULT_CHARSET
Font.Color = clRed
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
ParentFont = False
end
object Button1: TButton
Left = 8
Top = 8
Width = 105
Height = 25
Action = SetInput
TabOrder = 0
end
object Button3: TButton
Left = 8
Top = 39
Width = 105
Height = 25
Action = Process
TabOrder = 1
end
object StatusBar1: TStatusBar
Left = 0
Top = 104
Width = 611
Height = 19
Panels = <
item
Width = 50
end>
end
object Button4: TButton
Left = 8
Top = 70
Width = 105
Height = 25
Action = Stop
TabOrder = 3
end
object ActionList1: TActionList
Left = 248
Top = 40
object SetInput: TAction
Caption = #1042#1093#1086#1076#1085#1086#1081' '#1092#1072#1081#1083'...'
ShortCut = 16457
OnExecute = SetInputExecute
end
object Process: TAction
Caption = #1054#1073#1088#1072#1073#1086#1090#1072#1090#1100
Enabled = False
OnExecute = ProcessExecute
OnUpdate = ProcessUpdate
end
object Stop: TAction
Caption = #1054#1090#1084#1077#1085#1080#1090#1100
Enabled = False
OnExecute = StopExecute
end
end
object OpenDialog1: TOpenDialog
Filter = #1060#1072#1081#1083#1099' Excel|*.xls*'
Left = 312
Top = 40
end
end