-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathunitdvdinfo1.lfm
69 lines (69 loc) · 1.49 KB
/
unitdvdinfo1.lfm
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
object Form1: TForm1
Left = 246
Height = 480
Top = 150
Width = 640
AllowDropFiles = True
Caption = 'DVD Info'
ClientHeight = 480
ClientWidth = 640
Font.Height = -16
Font.Name = 'MS UI Gothic'
OnCreate = FormCreate
OnDropFiles = FormDropFiles
Position = poDesktopCenter
LCLVersion = '1.1'
object Memo1: TMemo
AnchorSideTop.Control = Label1
AnchorSideTop.Side = asrBottom
Left = 12
Height = 406
Top = 30
Width = 616
Anchors = [akTop, akLeft, akRight, akBottom]
BorderSpacing.Top = 4
Font.Height = -16
Font.Name = 'MS UI Gothic'
ParentFont = False
ScrollBars = ssAutoBoth
TabOrder = 0
WordWrap = False
end
object Label1: TLabel
Left = 14
Height = 17
Top = 9
Width = 612
Anchors = [akTop, akLeft, akRight]
Caption = 'ISOファイルをドラッグ&ドロップしてください。'
ParentColor = False
WordWrap = True
end
object SpinEdit1: TSpinEdit
Left = 88
Height = 24
Top = 448
Width = 58
Anchors = [akLeft, akBottom]
TabOrder = 1
end
object Label2: TLabel
Left = 16
Height = 17
Top = 448
Width = 70
Anchors = [akLeft, akBottom]
Caption = 'TITLE NO:'
ParentColor = False
end
object Button1: TButton
Left = 163
Height = 25
Top = 447
Width = 75
Anchors = [akLeft, akBottom]
Caption = '再実行'
OnClick = Button1Click
TabOrder = 2
end
end