|
@@ -5,7 +5,7 @@ object WizardFileForm: TWizardFileForm
|
|
|
BorderStyle = bsDialog
|
|
|
Caption = 'Script Wizard File'
|
|
|
ClientHeight = 297
|
|
|
- ClientWidth = 350
|
|
|
+ ClientWidth = 420
|
|
|
Color = clBtnFace
|
|
|
Font.Charset = DEFAULT_CHARSET
|
|
|
Font.Color = clWindowText
|
|
@@ -14,6 +14,9 @@ object WizardFileForm: TWizardFileForm
|
|
|
Font.Style = []
|
|
|
Position = poScreenCenter
|
|
|
OnCreate = FormCreate
|
|
|
+ DesignSize = (
|
|
|
+ 420
|
|
|
+ 297)
|
|
|
TextHeight = 13
|
|
|
object RequiredLabel1: TNewStaticText
|
|
|
Left = 8
|
|
@@ -34,10 +37,11 @@ object WizardFileForm: TWizardFileForm
|
|
|
TabOrder = 5
|
|
|
end
|
|
|
object OKButton: TButton
|
|
|
- Left = 188
|
|
|
+ Left = 258
|
|
|
Top = 265
|
|
|
Width = 73
|
|
|
Height = 23
|
|
|
+ Anchors = [akRight, akBottom]
|
|
|
Caption = 'OK'
|
|
|
Default = True
|
|
|
ModalResult = 1
|
|
@@ -45,10 +49,11 @@ object WizardFileForm: TWizardFileForm
|
|
|
OnClick = OKButtonClick
|
|
|
end
|
|
|
object CancelButton: TButton
|
|
|
- Left = 268
|
|
|
+ Left = 338
|
|
|
Top = 265
|
|
|
Width = 73
|
|
|
Height = 23
|
|
|
+ Anchors = [akRight, akBottom]
|
|
|
Cancel = True
|
|
|
Caption = 'Cancel'
|
|
|
ModalResult = 2
|
|
@@ -57,10 +62,14 @@ object WizardFileForm: TWizardFileForm
|
|
|
object GroupBox2: TGroupBox
|
|
|
Left = 8
|
|
|
Top = 108
|
|
|
- Width = 333
|
|
|
+ Width = 403
|
|
|
Height = 149
|
|
|
+ Anchors = [akLeft, akTop, akRight]
|
|
|
Caption = ' Destination '
|
|
|
TabOrder = 0
|
|
|
+ DesignSize = (
|
|
|
+ 403
|
|
|
+ 149)
|
|
|
object DestRootDirLabel: TNewStaticText
|
|
|
Left = 12
|
|
|
Top = 20
|
|
@@ -73,19 +82,20 @@ object WizardFileForm: TWizardFileForm
|
|
|
object DestRootDirComboBox: TComboBox
|
|
|
Left = 12
|
|
|
Top = 40
|
|
|
- Width = 309
|
|
|
+ Width = 379
|
|
|
Height = 21
|
|
|
Style = csDropDownList
|
|
|
+ Anchors = [akLeft, akTop, akRight]
|
|
|
DropDownCount = 12
|
|
|
- ItemHeight = 13
|
|
|
TabOrder = 1
|
|
|
OnChange = DestRootDirComboBoxChange
|
|
|
end
|
|
|
object DestRootDirEdit: TEdit
|
|
|
Left = 12
|
|
|
Top = 68
|
|
|
- Width = 309
|
|
|
+ Width = 379
|
|
|
Height = 21
|
|
|
+ Anchors = [akLeft, akTop, akRight]
|
|
|
TabOrder = 2
|
|
|
end
|
|
|
object SubDirLabel: TNewStaticText
|
|
@@ -100,18 +110,23 @@ object WizardFileForm: TWizardFileForm
|
|
|
object DestSubDirEdit: TEdit
|
|
|
Left = 12
|
|
|
Top = 116
|
|
|
- Width = 309
|
|
|
+ Width = 379
|
|
|
Height = 21
|
|
|
+ Anchors = [akLeft, akTop, akRight]
|
|
|
TabOrder = 4
|
|
|
end
|
|
|
end
|
|
|
object GroupBox1: TGroupBox
|
|
|
Left = 8
|
|
|
Top = 8
|
|
|
- Width = 333
|
|
|
+ Width = 403
|
|
|
Height = 93
|
|
|
+ Anchors = [akLeft, akTop, akRight]
|
|
|
Caption = ' Source '
|
|
|
TabOrder = 3
|
|
|
+ DesignSize = (
|
|
|
+ 403
|
|
|
+ 93)
|
|
|
object SourceLabel: TNewStaticText
|
|
|
Left = 12
|
|
|
Top = 20
|
|
@@ -124,8 +139,9 @@ object WizardFileForm: TWizardFileForm
|
|
|
object SourceEdit: TEdit
|
|
|
Left = 12
|
|
|
Top = 40
|
|
|
- Width = 309
|
|
|
+ Width = 379
|
|
|
Height = 21
|
|
|
+ Anchors = [akLeft, akTop, akRight]
|
|
|
Color = clBtnFace
|
|
|
ReadOnly = True
|
|
|
TabOrder = 1
|