forked from jrsoftware/issrc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNewDisk.dfm.txt
79 lines (79 loc) · 1.49 KB
/
NewDisk.dfm.txt
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
object NewDiskForm: TNewDiskForm
Left = 226
Top = 162
BorderIcons = [biSystemMenu]
BorderStyle = bsDialog
Caption = '*'
ClientHeight = 169
ClientWidth = 377
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
Scaled = False
OnCloseQuery = FormCloseQuery
PixelsPerInch = 96
TextHeight = 13
object DiskBitmapImage: TBitmapImage
Left = 8
Top = 8
Width = 48
Height = 48
end
object CancelButton: TNewButton
Left = 296
Top = 137
Width = 73
Height = 23
Cancel = True
Caption = '*'
ModalResult = 2
TabOrder = 5
end
object OKButton: TNewButton
Left = 216
Top = 137
Width = 73
Height = 23
Caption = '*'
Default = True
ModalResult = 1
TabOrder = 4
end
object BrowseButton: TNewButton
Left = 296
Top = 95
Width = 73
Height = 23
Caption = '*'
TabOrder = 3
OnClick = BrowseButtonClick
end
object PathEdit: TEdit
Left = 8
Top = 96
Width = 281
Height = 21
TabOrder = 2
end
object PathLabel: TNewStaticText
Left = 8
Top = 80
Width = 5
Height = 14
Caption = '*'
FocusControl = PathEdit
TabOrder = 1
end
object SelectDiskLabel: TNewStaticText
Left = 72
Top = 8
Width = 297
Height = 72
AutoSize = False
Caption = '*'
ShowAccelChar = False
TabOrder = 0
WordWrap = True
end
end