-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDISCInfo.dfm
More file actions
71 lines (71 loc) · 1.48 KB
/
Copy pathDISCInfo.dfm
File metadata and controls
71 lines (71 loc) · 1.48 KB
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
object Form1: TForm1
Left = 753
Top = 44
BorderIcons = [biSystemMenu]
BorderStyle = bsSingle
Caption = 'Toshiba Revision Check 2.0'
ClientHeight = 309
ClientWidth = 298
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object Panel1: TPanel
Left = 0
Top = 0
Width = 298
Height = 309
Align = alClient
TabOrder = 0
object GroupBox1: TGroupBox
Left = 8
Top = 8
Width = 281
Height = 273
TabOrder = 0
object GroupBox2: TGroupBox
Left = 8
Top = 48
Width = 265
Height = 217
TabOrder = 0
object xtest: TLabel
Left = 200
Top = 24
Width = 32
Height = 13
Caption = 'Kr neki'
Font.Charset = EASTEUROPE_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
ParentFont = False
end
end
end
end
object MainMenu1: TMainMenu
Left = 264
Top = 32
object File1: TMenuItem
Caption = 'File'
object SaveToFile1: TMenuItem
Caption = 'Save To File'
end
object Exit1: TMenuItem
Caption = 'Exit'
OnClick = Exit1Click
end
end
object About1: TMenuItem
Caption = 'About'
end
end
end