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

  1. object SaveForm: TSaveForm
  2.   Left = 191
  3.   Top = 168
  4.   BorderStyle = bsDialog
  5.   Caption = 'Save Transfer Set'
  6.   ClientHeight = 239
  7.   ClientWidth = 312
  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 = 8
  21.     Width = 43
  22.     Height = 13
  23.     Caption = 'Save As:'
  24.   end
  25.   object Label2: TLabel
  26.     Left = 8
  27.     Top = 56
  28.     Width = 105
  29.     Height = 13
  30.     Caption = 'Existing Transfer Sets:'
  31.   end
  32.   object BitBtn1: TBitBtn
  33.     Left = 232
  34.     Top = 16
  35.     Width = 75
  36.     Height = 25
  37.     Caption = '&OK'
  38.     TabOrder = 2
  39.     OnClick = BitBtn1Click
  40.     Kind = bkOK
  41.   end
  42.   object BitBtn2: TBitBtn
  43.     Left = 232
  44.     Top = 48
  45.     Width = 75
  46.     Height = 25
  47.     Caption = '&Cancel'
  48.     TabOrder = 3
  49.     Kind = bkCancel
  50.   end
  51.   object BitBtn3: TBitBtn
  52.     Left = 232
  53.     Top = 128
  54.     Width = 75
  55.     Height = 25
  56.     Hint = 'Delete Selected Transfer Set'
  57.     Caption = '&Delete'
  58.     TabOrder = 5
  59.     OnClick = BitBtn3Click
  60.     Glyph.Data = {
  61.       78010000424D7801000000000000760000002800000020000000100000000100
  62.       04000000000000000000120B0000120B00000000000000000000000000000000
  63.       800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  64.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333000000000
  65.       3333333777777777F3333330F777777033333337F3F3F3F7F3333330F0808070
  66.       33333337F7F7F7F7F3333330F080707033333337F7F7F7F7F3333330F0808070
  67.       33333337F7F7F7F7F3333330F080707033333337F7F7F7F7F3333330F0808070
  68.       333333F7F7F7F7F7F3F33030F080707030333737F7F7F7F7F7333300F0808070
  69.       03333377F7F7F7F773333330F080707033333337F7F7F7F7F333333070707070
  70.       33333337F7F7F7F7FF3333000000000003333377777777777F33330F88877777
  71.       0333337FFFFFFFFF7F3333000000000003333377777777777333333330777033
  72.       3333333337FFF7F33333333330000033333333333777773333330000}
  73.     NumGlyphs = 2
  74.   end
  75.   object ListBox1: TListBox
  76.     Left = 8
  77.     Top = 72
  78.     Width = 209
  79.     Height = 161
  80.     ItemHeight = 13
  81.     Sorted = True
  82.     TabOrder = 1
  83.   end
  84.   object Edit1: TEdit
  85.     Left = 8
  86.     Top = 24
  87.     Width = 209
  88.     Height = 21
  89.     Hint = 'Enter A Name For The Transfer Set'
  90.     TabOrder = 0
  91.   end
  92.   object BitBtn4: TBitBtn
  93.     Left = 232
  94.     Top = 80
  95.     Width = 75
  96.     Height = 25
  97.     TabOrder = 4
  98.     OnClick = BitBtn4Click
  99.     Kind = bkHelp
  100.   end
  101. end
  102.