home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 May / Chip_1998-05_cd.bin / sharewar / 32psft / _SETUP.1 / FTP.EXE / 0 / RCDATA / TLOADFORM / TLOADFORM.txt
Text File  |  1997-04-19  |  3KB  |  101 lines

  1. object LoadForm: TLoadForm
  2.   Left = 206
  3.   Top = 153
  4.   BorderStyle = bsDialog
  5.   Caption = 'Load Transfer Set'
  6.   ClientHeight = 174
  7.   ClientWidth = 259
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Position = poScreenCenter
  13.   ShowHint = True
  14.   OnCreate = FormCreate
  15.   OnDestroy = FormDestroy
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Label1: TLabel
  19.     Left = 8
  20.     Top = 0
  21.     Width = 61
  22.     Height = 13
  23.     Caption = 'Transfer Set:'
  24.   end
  25.   object ComboBox1: TComboBox
  26.     Left = 8
  27.     Top = 16
  28.     Width = 241
  29.     Height = 21
  30.     Hint = 'Select Transfer Set From Drop-Down List'
  31.     Style = csDropDownList
  32.     ItemHeight = 13
  33.     Sorted = True
  34.     TabOrder = 0
  35.   end
  36.   object BitBtn1: TBitBtn
  37.     Left = 176
  38.     Top = 48
  39.     Width = 75
  40.     Height = 25
  41.     Caption = '&OK'
  42.     TabOrder = 2
  43.     OnClick = BitBtn1Click
  44.     Kind = bkOK
  45.   end
  46.   object BitBtn2: TBitBtn
  47.     Left = 176
  48.     Top = 80
  49.     Width = 75
  50.     Height = 25
  51.     Caption = '&Cancel'
  52.     TabOrder = 3
  53.     Kind = bkCancel
  54.   end
  55.   object BitBtn3: TBitBtn
  56.     Left = 176
  57.     Top = 144
  58.     Width = 75
  59.     Height = 25
  60.     Hint = 'Delete Selected Transfer Set'
  61.     Caption = '&Delete'
  62.     TabOrder = 5
  63.     OnClick = BitBtn3Click
  64.     Glyph.Data = {
  65.       78010000424D7801000000000000760000002800000020000000100000000100
  66.       04000000000000000000120B0000120B00000000000000000000000000000000
  67.       800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  68.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333000000000
  69.       3333333777777777F3333330F777777033333337F3F3F3F7F3333330F0808070
  70.       33333337F7F7F7F7F3333330F080707033333337F7F7F7F7F3333330F0808070
  71.       33333337F7F7F7F7F3333330F080707033333337F7F7F7F7F3333330F0808070
  72.       333333F7F7F7F7F7F3F33030F080707030333737F7F7F7F7F7333300F0808070
  73.       03333377F7F7F7F773333330F080707033333337F7F7F7F7F333333070707070
  74.       33333337F7F7F7F7FF3333000000000003333377777777777F33330F88877777
  75.       0333337FFFFFFFFF7F3333000000000003333377777777777333333330777033
  76.       3333333337FFF7F33333333330000033333333333777773333330000}
  77.     NumGlyphs = 2
  78.   end
  79.   object RadioGroup1: TRadioGroup
  80.     Left = 8
  81.     Top = 56
  82.     Width = 153
  83.     Height = 49
  84.     Caption = 'Load Type'
  85.     ItemIndex = 0
  86.     Items.Strings = (
  87.       'Replace'
  88.       'Merge')
  89.     TabOrder = 1
  90.   end
  91.   object BitBtn4: TBitBtn
  92.     Left = 176
  93.     Top = 112
  94.     Width = 75
  95.     Height = 25
  96.     TabOrder = 4
  97.     OnClick = BitBtn4Click
  98.     Kind = bkHelp
  99.   end
  100. end
  101.