home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 October / Chip_2004-10_cd1.bin / software / filzip / setup.exe / {app} / filzip.exe / 0 / RCDATA / TFRMCHECKOUT / TFRMCHECKOUT.txt
Encoding:
Text File  |  2003-07-15  |  2.4 KB  |  126 lines

  1. object frmCheckout: TfrmCheckout
  2.   Left = 695
  3.   Top = 313
  4.   BorderStyle = bsDialog
  5.   Caption = 'frmCheckout'
  6.   ClientHeight = 162
  7.   ClientWidth = 343
  8.   Color = clBtnFace
  9.   Constraints.MinHeight = 194
  10.   Constraints.MinWidth = 291
  11.   Font.Charset = DEFAULT_CHARSET
  12.   Font.Color = clWindowText
  13.   Font.Height = -11
  14.   Font.Name = 'MS Sans Serif'
  15.   Font.Style = []
  16.   OldCreateOrder = False
  17.   Position = poMainFormCenter
  18.   Scaled = False
  19.   OnCreate = FormCreate
  20.   OnDestroy = FormDestroy
  21.   OnShow = FormShow
  22.   PixelsPerInch = 96
  23.   TextHeight = 13
  24.   object lFolder: TLabel
  25.     Left = 8
  26.     Top = 68
  27.     Width = 31
  28.     Height = 13
  29.     Caption = 'lFolder'
  30.   end
  31.   object lGroupName: TLabel
  32.     Left = 8
  33.     Top = 93
  34.     Width = 59
  35.     Height = 13
  36.     Caption = 'lGroupName'
  37.   end
  38.   object lIconCount: TLabel
  39.     Left = 8
  40.     Top = 118
  41.     Width = 51
  42.     Height = 13
  43.     Caption = 'lIconCount'
  44.   end
  45.   object lDescription: TLabel
  46.     Left = 8
  47.     Top = 8
  48.     Width = 241
  49.     Height = 41
  50.     Anchors = [akLeft, akTop, akRight]
  51.     AutoSize = False
  52.     Caption = 'lDescription'
  53.     WordWrap = True
  54.   end
  55.   object cbOnlyApps: TCheckBox
  56.     Left = 8
  57.     Top = 142
  58.     Width = 328
  59.     Height = 17
  60.     Anchors = [akLeft, akRight, akBottom]
  61.     Caption = 'cbOnlyApps'
  62.     Checked = True
  63.     Ctl3D = True
  64.     ParentCtl3D = False
  65.     State = cbChecked
  66.     TabOrder = 6
  67.   end
  68.   object btnOk: TButton
  69.     Left = 263
  70.     Top = 8
  71.     Width = 75
  72.     Height = 25
  73.     Anchors = [akTop, akRight]
  74.     Caption = 'btnOk'
  75.     Default = True
  76.     TabOrder = 0
  77.     OnClick = btnOkClick
  78.   end
  79.   object btnCancel: TButton
  80.     Left = 263
  81.     Top = 40
  82.     Width = 75
  83.     Height = 25
  84.     Anchors = [akTop, akRight]
  85.     Cancel = True
  86.     Caption = 'btnCancel'
  87.     TabOrder = 1
  88.     OnClick = btnCancelClick
  89.   end
  90.   object btnGetSource: TButton
  91.     Left = 231
  92.     Top = 66
  93.     Width = 25
  94.     Height = 18
  95.     Anchors = [akTop, akRight]
  96.     Caption = '...'
  97.     TabOrder = 5
  98.     OnClick = btnGetSourceClick
  99.   end
  100.   object oeTargetFolder: TEdit
  101.     Left = 72
  102.     Top = 64
  103.     Width = 152
  104.     Height = 21
  105.     Anchors = [akLeft, akTop, akRight]
  106.     TabOrder = 2
  107.   end
  108.   object oeGroupName: TEdit
  109.     Left = 72
  110.     Top = 90
  111.     Width = 152
  112.     Height = 21
  113.     Anchors = [akLeft, akTop, akRight]
  114.     TabOrder = 3
  115.   end
  116.   object oeIconCount: TEdit
  117.     Left = 136
  118.     Top = 114
  119.     Width = 88
  120.     Height = 21
  121.     Anchors = [akLeft, akTop, akRight]
  122.     TabOrder = 4
  123.     Text = '40'
  124.   end
  125. end
  126.