-
Notifications
You must be signed in to change notification settings - Fork 0
/
DPM.Creator.RuntimeForm.dfm
87 lines (87 loc) · 1.54 KB
/
DPM.Creator.RuntimeForm.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
object BplForm: TBplForm
Left = 0
Top = 0
BorderStyle = bsDialog
Caption = 'Runtime'
ClientHeight = 206
ClientWidth = 506
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = 'Segoe UI'
Font.Style = []
Position = poScreenCenter
DesignSize = (
506
206)
TextHeight = 15
object lblRuntimeSrc: TLabel
Left = 43
Top = 88
Width = 19
Height = 15
Caption = 'Src:'
end
object lblRuntimeBuildId: TLabel
Left = 26
Top = 48
Width = 43
Height = 15
Caption = 'Biuld Id:'
end
object btnCancel: TButton
Left = 332
Top = 152
Width = 75
Height = 25
Cancel = True
Caption = 'Cancel'
TabOrder = 0
OnClick = btnCancelClick
end
object btnOk: TButton
Left = 413
Top = 152
Width = 75
Height = 25
Caption = 'OK'
Default = True
TabOrder = 1
OnClick = btnOkClick
end
object chkCopyLocal: TCheckBox
Left = 75
Top = 120
Width = 97
Height = 17
Caption = 'Copy Local'
TabOrder = 2
end
object edtSource: TEdit
Left = 75
Top = 85
Width = 413
Height = 23
Anchors = [akLeft, akTop, akRight]
ParentShowHint = False
ShowHint = True
TabOrder = 3
end
object edtBuildId: TEdit
Left = 75
Top = 45
Width = 413
Height = 23
Anchors = [akLeft, akTop, akRight]
TabOrder = 4
end
object chkInstall: TCheckBox
Left = 75
Top = 143
Width = 97
Height = 17
Caption = 'Install In IDE'
TabOrder = 5
end
end