home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 July / 07_02.iso / bonus / freesoft / files / uzsetup.exe / {app} / uzip.exe / 0 / RCDATA / TFRMCHECKOUT / TFRMCHECKOUT.txt
Encoding:
Text File  |  2002-05-23  |  2.9 KB  |  160 lines

  1. object frmCheckout: TfrmCheckout
  2.   Left = 180
  3.   Top = 161
  4.   HelpContext = 114
  5.   BorderStyle = bsDialog
  6.   Caption = 'CheckOut'
  7.   ClientHeight = 156
  8.   ClientWidth = 370
  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.   OnActivate = FormActivate
  17.   OnShow = FormShow
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Label1: TLabel
  21.     Left = 8
  22.     Top = 8
  23.     Width = 233
  24.     Height = 33
  25.     AutoSize = False
  26.     Caption = 
  27.       'All files will be extracted to the specified folder, and a progr' +
  28.       'am group will be build.'
  29.     WordWrap = True
  30.   end
  31.   object Label2: TLabel
  32.     Left = 8
  33.     Top = 44
  34.     Width = 32
  35.     Height = 13
  36.     Caption = '&Folder:'
  37.     FocusControl = edtFolder
  38.   end
  39.   object Label3: TLabel
  40.     Left = 8
  41.     Top = 76
  42.     Width = 61
  43.     Height = 13
  44.     Caption = '&Group name:'
  45.     FocusControl = edtGroup
  46.   end
  47.   object Label4: TLabel
  48.     Left = 8
  49.     Top = 108
  50.     Width = 55
  51.     Height = 13
  52.     Caption = '&Max. Icons:'
  53.     FocusControl = edtIcons
  54.   end
  55.   object btnOk: TButton
  56.     Left = 288
  57.     Top = 8
  58.     Width = 75
  59.     Height = 25
  60.     Caption = 'OK'
  61.     Default = True
  62.     TabOrder = 6
  63.     OnClick = btnOkClick
  64.   end
  65.   object btnCancel: TButton
  66.     Left = 288
  67.     Top = 40
  68.     Width = 75
  69.     Height = 25
  70.     Cancel = True
  71.     Caption = 'Cancel'
  72.     ModalResult = 2
  73.     TabOrder = 7
  74.   end
  75.   object edtFolder: TEdit
  76.     Left = 80
  77.     Top = 40
  78.     Width = 177
  79.     Height = 21
  80.     TabOrder = 0
  81.   end
  82.   object edtGroup: TEdit
  83.     Left = 80
  84.     Top = 72
  85.     Width = 201
  86.     Height = 21
  87.     TabOrder = 2
  88.   end
  89.   object edtIcons: TEdit
  90.     Left = 80
  91.     Top = 104
  92.     Width = 41
  93.     Height = 21
  94.     MaxLength = 2
  95.     TabOrder = 3
  96.     Text = '50'
  97.   end
  98.   object udUp: TUpDown
  99.     Left = 121
  100.     Top = 104
  101.     Width = 15
  102.     Height = 21
  103.     Associate = edtIcons
  104.     Min = 0
  105.     Max = 500
  106.     Position = 50
  107.     TabOrder = 4
  108.     Wrap = False
  109.   end
  110.   object cbDoc: TCheckBox
  111.     Left = 8
  112.     Top = 136
  113.     Width = 241
  114.     Height = 17
  115.     Caption = '&Create icons for programs and documents only'
  116.     Checked = True
  117.     State = cbChecked
  118.     TabOrder = 5
  119.   end
  120.   object btnBrowse: TButton
  121.     Left = 260
  122.     Top = 40
  123.     Width = 21
  124.     Height = 21
  125.     Caption = '...'
  126.     TabOrder = 1
  127.     OnClick = btnBrowseClick
  128.   end
  129.   object btnHelp: TButton
  130.     Left = 288
  131.     Top = 72
  132.     Width = 75
  133.     Height = 25
  134.     Caption = '&Help'
  135.     TabOrder = 8
  136.     OnClick = btnHelpClick
  137.   end
  138.   object FormCenter1: TFormCenter
  139.     Center = True
  140.     Left = 280
  141.     Top = 96
  142.   end
  143.   object Link2: TFastShellLink
  144.     CreateIn.CreatePath = True
  145.     CreateIn.ShellFolder = sfProgramsMenu
  146.     LinkName = 'My New ShellLink'
  147.     RunAs = raNormal
  148.     Left = 304
  149.     Top = 96
  150.   end
  151.   object brFolder: TdfsBrowseDirectoryDlg
  152.     Options = [bfDirectoriesOnly]
  153.     StatusText = 'C:\WINDOWS\Desktop'
  154.     Caption = 'CheckOut to'
  155.     ShowSelectionInStatus = True
  156.     Left = 336
  157.     Top = 96
  158.   end
  159. end
  160.