-
Notifications
You must be signed in to change notification settings - Fork 0
/
CheckMainUnit.dfm
94 lines (94 loc) · 1.97 KB
/
CheckMainUnit.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
object CheckMainForm: TCheckMainForm
Left = 301
Top = 174
Width = 696
Height = 480
Caption = 'Check'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'MS Sans Serif'
Font.Style = []
Menu = MainMenu1
OldCreateOrder = False
WindowState = wsMaximized
OnClose = FormClose
OnCreate = FormCreate
PixelsPerInch = 120
TextHeight = 16
object SG: TStringGrid
Left = 0
Top = 0
Width = 688
Height = 405
Align = alClient
ColCount = 9
DefaultColWidth = 80
RowCount = 2
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'MS Sans Serif'
Font.Style = []
Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRangeSelect, goDrawFocusSelected, goThumbTracking]
ParentFont = False
TabOrder = 0
OnDblClick = SGDblClick
OnDrawCell = SGDrawCell
OnSelectCell = SGSelectCell
ColWidths = (
80
67
97
106
87
88
70
134
101)
end
object FileListBox1: TFileListBox
Left = 280
Top = 120
Width = 105
Height = 145
ItemHeight = 16
TabOrder = 1
Visible = False
end
object StatusBar1: TStatusBar
Left = 0
Top = 405
Width = 688
Height = 19
Panels = <
item
Width = 300
end
item
Width = 50
end>
end
object MainMenu1: TMainMenu
Left = 480
Top = 176
object LoadFiles1: TMenuItem
Caption = 'Load Files'
OnClick = LoadFiles1Click
end
object RunCheck: TMenuItem
Caption = ' Run Check '
OnClick = RunCheckClick
end
object Quit1: TMenuItem
Caption = ' Quit '
OnClick = Quit1Click
end
end
object OD: TOpenDialog
Options = [ofHideReadOnly, ofAllowMultiSelect, ofEnableSizing]
Left = 448
Top = 176
end
end