home *** CD-ROM | disk | FTP | other *** search
- object CopyToImageDlg: TCopyToImageDlg
- Left = 438
- Top = 160
- BorderIcons = [biSystemMenu]
- BorderStyle = bsDialog
- Caption = 'Copy to Image'
- ClientHeight = 417
- ClientWidth = 446
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- Position = poScreenCenter
- OnClose = FormClose
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object PartitionListLbl: TLabel
- Left = 8
- Top = 8
- Width = 183
- Height = 13
- AutoSize = False
- Caption = 'Copy the following partitions:'
- end
- object DestImgLbl: TLabel
- Left = 197
- Top = 8
- Width = 200
- Height = 13
- AutoSize = False
- Caption = '&Destination image:'
- FocusControl = DestEd
- Transparent = True
- end
- object DestEd: TEdit
- Left = 196
- Top = 23
- Width = 204
- Height = 21
- AutoSize = False
- TabOrder = 1
- OnChange = DestEdChange
- end
- object BrowseBtn: TButton
- Left = 405
- Top = 23
- Width = 22
- Height = 22
- Caption = '...'
- TabOrder = 2
- OnClick = BrowseBtnClick
- end
- object CopyBtn: TButton
- Left = 264
- Top = 386
- Width = 85
- Height = 25
- Caption = '&Copy'
- Default = True
- Enabled = False
- ModalResult = 1
- TabOrder = 5
- OnClick = CopyBtnClick
- end
- object CancelBtn: TButton
- Left = 354
- Top = 386
- Width = 85
- Height = 25
- Cancel = True
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 6
- OnClick = CancelBtnClick
- end
- object AppendChk: TCheckBox
- Left = 196
- Top = 50
- Width = 217
- Height = 17
- Caption = '&Append partitions to image'
- TabOrder = 3
- OnClick = AppendChkClick
- end
- object DestImgGrp: TGroupBox
- Left = 8
- Top = 99
- Width = 430
- Height = 277
- Caption = 'Destination image information'
- TabOrder = 4
- object DescrLbl: TLabel
- Left = 12
- Top = 18
- Width = 181
- Height = 13
- AutoSize = False
- Caption = 'D&escription:'
- FocusControl = DescrMemo
- end
- object ImageShieldGrp: TGroupBox
- Left = 217
- Top = 118
- Width = 201
- Height = 146
- Caption = 'ImageShield'
- TabOrder = 3
- object PasswordLbl: TLabel
- Left = 31
- Top = 58
- Width = 153
- Height = 13
- AutoSize = False
- Caption = 'Pass&word:'
- Enabled = False
- FocusControl = PasswordEd
- end
- object ConfPwdLbl: TLabel
- Left = 31
- Top = 98
- Width = 153
- Height = 13
- AutoSize = False
- Caption = 'Conf&irm password:'
- Enabled = False
- FocusControl = ConfirmPwdEd
- end
- object NoPwdRBtn: TRadioButton
- Left = 4
- Top = 20
- Width = 193
- Height = 17
- Caption = 'N&o password protection '
- Checked = True
- TabOrder = 0
- TabStop = True
- OnClick = NoPwdRBtnClick
- end
- object SetPwdRBtn: TRadioButton
- Left = 4
- Top = 40
- Width = 193
- Height = 17
- Caption = 'Se&t password'
- TabOrder = 1
- OnClick = SetPwdRBtnClick
- end
- object PasswordEd: TEdit
- Left = 31
- Top = 74
- Width = 157
- Height = 21
- AutoSize = False
- Color = clBtnFace
- Enabled = False
- PasswordChar = '*'
- TabOrder = 2
- end
- object ConfirmPwdEd: TEdit
- Left = 31
- Top = 114
- Width = 157
- Height = 21
- AutoSize = False
- Color = clBtnFace
- Enabled = False
- PasswordChar = '*'
- TabOrder = 3
- end
- end
- object SplitImgGrp: TGroupBox
- Left = 12
- Top = 118
- Width = 197
- Height = 145
- TabOrder = 2
- object FileSizeLbl: TLabel
- Left = 30
- Top = 38
- Width = 140
- Height = 13
- AutoSize = False
- Caption = '&File size (bytes):'
- Enabled = False
- FocusControl = FileSizeEd
- end
- object SplitImgChk: TCheckBox
- Left = 10
- Top = 18
- Width = 184
- Height = 17
- Caption = '&Split image into segments'
- TabOrder = 0
- OnClick = SplitImgChkClick
- end
- object FileSizeEd: TEdit
- Left = 30
- Top = 54
- Width = 139
- Height = 21
- AutoSize = False
- Color = clBtnFace
- Enabled = False
- TabOrder = 1
- end
- end
- object DescrMemo: TMemo
- Left = 12
- Top = 33
- Width = 197
- Height = 78
- TabOrder = 0
- end
- object CompLevelGrp: TGroupBox
- Left = 217
- Top = 20
- Width = 201
- Height = 92
- Caption = 'Compression Level'
- TabOrder = 1
- object NoCompRBtn: TRadioButton
- Left = 4
- Top = 20
- Width = 193
- Height = 17
- Caption = '&None'
- Checked = True
- TabOrder = 0
- TabStop = True
- end
- object LowCompRBtn: TRadioButton
- Left = 4
- Top = 42
- Width = 193
- Height = 17
- Caption = '&Low'
- TabOrder = 1
- end
- object HighCompRBtn: TRadioButton
- Left = 4
- Top = 66
- Width = 193
- Height = 17
- Caption = '&High'
- TabOrder = 2
- end
- end
- end
- object PartitionTree: TTreeView
- Left = 8
- Top = 23
- Width = 180
- Height = 70
- Color = clBtnFace
- Indent = 19
- ReadOnly = True
- ShowButtons = False
- ShowRoot = False
- TabOrder = 0
- end
- end
-