home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 August / 08_02.iso / test / di2002 / ENRETAILDMODI600.ZIP / SETUP / ImageExp.cab / PqIExp32.exe / 0 / RCDATA / TCOPYTOIMAGEDLG / TCOPYTOIMAGEDLG.txt
Encoding:
Text File  |  2002-04-09  |  5.4 KB  |  266 lines

  1. object CopyToImageDlg: TCopyToImageDlg
  2.   Left = 438
  3.   Top = 160
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Copy to Image'
  7.   ClientHeight = 417
  8.   ClientWidth = 446
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   OnClose = FormClose
  18.   OnShow = FormShow
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object PartitionListLbl: TLabel
  22.     Left = 8
  23.     Top = 8
  24.     Width = 183
  25.     Height = 13
  26.     AutoSize = False
  27.     Caption = 'Copy the following partitions:'
  28.   end
  29.   object DestImgLbl: TLabel
  30.     Left = 197
  31.     Top = 8
  32.     Width = 200
  33.     Height = 13
  34.     AutoSize = False
  35.     Caption = '&Destination image:'
  36.     FocusControl = DestEd
  37.     Transparent = True
  38.   end
  39.   object DestEd: TEdit
  40.     Left = 196
  41.     Top = 23
  42.     Width = 204
  43.     Height = 21
  44.     AutoSize = False
  45.     TabOrder = 1
  46.     OnChange = DestEdChange
  47.   end
  48.   object BrowseBtn: TButton
  49.     Left = 405
  50.     Top = 23
  51.     Width = 22
  52.     Height = 22
  53.     Caption = '...'
  54.     TabOrder = 2
  55.     OnClick = BrowseBtnClick
  56.   end
  57.   object CopyBtn: TButton
  58.     Left = 264
  59.     Top = 386
  60.     Width = 85
  61.     Height = 25
  62.     Caption = '&Copy'
  63.     Default = True
  64.     Enabled = False
  65.     ModalResult = 1
  66.     TabOrder = 5
  67.     OnClick = CopyBtnClick
  68.   end
  69.   object CancelBtn: TButton
  70.     Left = 354
  71.     Top = 386
  72.     Width = 85
  73.     Height = 25
  74.     Cancel = True
  75.     Caption = 'Cancel'
  76.     ModalResult = 2
  77.     TabOrder = 6
  78.     OnClick = CancelBtnClick
  79.   end
  80.   object AppendChk: TCheckBox
  81.     Left = 196
  82.     Top = 50
  83.     Width = 217
  84.     Height = 17
  85.     Caption = '&Append partitions to image'
  86.     TabOrder = 3
  87.     OnClick = AppendChkClick
  88.   end
  89.   object DestImgGrp: TGroupBox
  90.     Left = 8
  91.     Top = 99
  92.     Width = 430
  93.     Height = 277
  94.     Caption = 'Destination image information'
  95.     TabOrder = 4
  96.     object DescrLbl: TLabel
  97.       Left = 12
  98.       Top = 18
  99.       Width = 181
  100.       Height = 13
  101.       AutoSize = False
  102.       Caption = 'D&escription:'
  103.       FocusControl = DescrMemo
  104.     end
  105.     object ImageShieldGrp: TGroupBox
  106.       Left = 217
  107.       Top = 118
  108.       Width = 201
  109.       Height = 146
  110.       Caption = 'ImageShield'
  111.       TabOrder = 3
  112.       object PasswordLbl: TLabel
  113.         Left = 31
  114.         Top = 58
  115.         Width = 153
  116.         Height = 13
  117.         AutoSize = False
  118.         Caption = 'Pass&word:'
  119.         Enabled = False
  120.         FocusControl = PasswordEd
  121.       end
  122.       object ConfPwdLbl: TLabel
  123.         Left = 31
  124.         Top = 98
  125.         Width = 153
  126.         Height = 13
  127.         AutoSize = False
  128.         Caption = 'Conf&irm password:'
  129.         Enabled = False
  130.         FocusControl = ConfirmPwdEd
  131.       end
  132.       object NoPwdRBtn: TRadioButton
  133.         Left = 4
  134.         Top = 20
  135.         Width = 193
  136.         Height = 17
  137.         Caption = 'N&o password protection '
  138.         Checked = True
  139.         TabOrder = 0
  140.         TabStop = True
  141.         OnClick = NoPwdRBtnClick
  142.       end
  143.       object SetPwdRBtn: TRadioButton
  144.         Left = 4
  145.         Top = 40
  146.         Width = 193
  147.         Height = 17
  148.         Caption = 'Se&t password'
  149.         TabOrder = 1
  150.         OnClick = SetPwdRBtnClick
  151.       end
  152.       object PasswordEd: TEdit
  153.         Left = 31
  154.         Top = 74
  155.         Width = 157
  156.         Height = 21
  157.         AutoSize = False
  158.         Color = clBtnFace
  159.         Enabled = False
  160.         PasswordChar = '*'
  161.         TabOrder = 2
  162.       end
  163.       object ConfirmPwdEd: TEdit
  164.         Left = 31
  165.         Top = 114
  166.         Width = 157
  167.         Height = 21
  168.         AutoSize = False
  169.         Color = clBtnFace
  170.         Enabled = False
  171.         PasswordChar = '*'
  172.         TabOrder = 3
  173.       end
  174.     end
  175.     object SplitImgGrp: TGroupBox
  176.       Left = 12
  177.       Top = 118
  178.       Width = 197
  179.       Height = 145
  180.       TabOrder = 2
  181.       object FileSizeLbl: TLabel
  182.         Left = 30
  183.         Top = 38
  184.         Width = 140
  185.         Height = 13
  186.         AutoSize = False
  187.         Caption = '&File size (bytes):'
  188.         Enabled = False
  189.         FocusControl = FileSizeEd
  190.       end
  191.       object SplitImgChk: TCheckBox
  192.         Left = 10
  193.         Top = 18
  194.         Width = 184
  195.         Height = 17
  196.         Caption = '&Split image into segments'
  197.         TabOrder = 0
  198.         OnClick = SplitImgChkClick
  199.       end
  200.       object FileSizeEd: TEdit
  201.         Left = 30
  202.         Top = 54
  203.         Width = 139
  204.         Height = 21
  205.         AutoSize = False
  206.         Color = clBtnFace
  207.         Enabled = False
  208.         TabOrder = 1
  209.       end
  210.     end
  211.     object DescrMemo: TMemo
  212.       Left = 12
  213.       Top = 33
  214.       Width = 197
  215.       Height = 78
  216.       TabOrder = 0
  217.     end
  218.     object CompLevelGrp: TGroupBox
  219.       Left = 217
  220.       Top = 20
  221.       Width = 201
  222.       Height = 92
  223.       Caption = 'Compression Level'
  224.       TabOrder = 1
  225.       object NoCompRBtn: TRadioButton
  226.         Left = 4
  227.         Top = 20
  228.         Width = 193
  229.         Height = 17
  230.         Caption = '&None'
  231.         Checked = True
  232.         TabOrder = 0
  233.         TabStop = True
  234.       end
  235.       object LowCompRBtn: TRadioButton
  236.         Left = 4
  237.         Top = 42
  238.         Width = 193
  239.         Height = 17
  240.         Caption = '&Low'
  241.         TabOrder = 1
  242.       end
  243.       object HighCompRBtn: TRadioButton
  244.         Left = 4
  245.         Top = 66
  246.         Width = 193
  247.         Height = 17
  248.         Caption = '&High'
  249.         TabOrder = 2
  250.       end
  251.     end
  252.   end
  253.   object PartitionTree: TTreeView
  254.     Left = 8
  255.     Top = 23
  256.     Width = 180
  257.     Height = 70
  258.     Color = clBtnFace
  259.     Indent = 19
  260.     ReadOnly = True
  261.     ShowButtons = False
  262.     ShowRoot = False
  263.     TabOrder = 0
  264.   end
  265. end
  266.