home *** CD-ROM | disk | FTP | other *** search
/ Chip Hitware 7 / Chip_Hitware_Vol_07.iso / chiphit7 / tools / 95hsplit / hjsplit.exe / 0 / RCDATA / TJOINFORM / TJOINFORM.txt
Text File  |  1996-06-01  |  2KB  |  116 lines

  1. object JoinForm: TJoinForm
  2.   Left = 123
  3.   Top = 135
  4.   BorderStyle = bsDialog
  5.   Caption = 'Join'
  6.   ClientHeight = 312
  7.   ClientWidth = 504
  8.   Color = clBlue
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OnCreate = FormCreate
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Label1: TLabel
  17.     Left = 24
  18.     Top = 124
  19.     Width = 85
  20.     Height = 16
  21.     Caption = 'Files to join:'
  22.     Color = clBlue
  23.     Font.Color = clAqua
  24.     Font.Height = -13
  25.     Font.Name = 'MS Sans Serif'
  26.     Font.Style = [fsBold]
  27.     ParentColor = False
  28.     ParentFont = False
  29.   end
  30.   object Label2: TLabel
  31.     Left = 24
  32.     Top = 164
  33.     Width = 101
  34.     Height = 16
  35.     Caption = 'File to restore:'
  36.     Font.Color = clAqua
  37.     Font.Height = -13
  38.     Font.Name = 'MS Sans Serif'
  39.     Font.Style = [fsBold]
  40.     ParentFont = False
  41.   end
  42.   object Label3: TLabel
  43.     Left = 0
  44.     Top = 0
  45.     Width = 504
  46.     Height = 108
  47.     Align = alTop
  48.     Alignment = taCenter
  49.     Caption = 'File Joiner'
  50.     Color = clBlue
  51.     Font.Color = clAqua
  52.     Font.Height = -96
  53.     Font.Name = 'Times New Roman'
  54.     Font.Style = [fsBold, fsItalic]
  55.     ParentColor = False
  56.     ParentFont = False
  57.   end
  58.   object FileToJoinEdit: TEdit
  59.     Left = 136
  60.     Top = 123
  61.     Width = 353
  62.     Height = 25
  63.     AutoSize = False
  64.     TabOrder = 0
  65.     Text = 'unknown'
  66.     OnMouseDown = FileToJoinEditMouseDown
  67.   end
  68.   object FileToRestoreEdit: TEdit
  69.     Left = 136
  70.     Top = 163
  71.     Width = 353
  72.     Height = 25
  73.     AutoSize = False
  74.     TabOrder = 1
  75.     Text = 'unknown'
  76.     OnMouseDown = FileToRestoreEditMouseDown
  77.   end
  78.   object StartButton: TButton
  79.     Left = 24
  80.     Top = 216
  81.     Width = 217
  82.     Height = 57
  83.     Caption = 'Start Joining'
  84.     Font.Color = clBlack
  85.     Font.Height = -19
  86.     Font.Name = 'MS Sans Serif'
  87.     Font.Style = []
  88.     ParentFont = False
  89.     TabOrder = 2
  90.     OnClick = StartButtonClick
  91.   end
  92.   object HideButton: TButton
  93.     Left = 272
  94.     Top = 216
  95.     Width = 217
  96.     Height = 57
  97.     Caption = 'Hide'
  98.     Font.Color = clBlack
  99.     Font.Height = -19
  100.     Font.Name = 'MS Sans Serif'
  101.     Font.Style = []
  102.     ParentFont = False
  103.     TabOrder = 3
  104.     OnClick = HideButtonClick
  105.   end
  106.   object OpenDialog1: TOpenDialog
  107.     FileEditStyle = fsEdit
  108.     Filter = '001 split files|*.001'
  109.   end
  110.   object Timer1: TTimer
  111.     Interval = 100
  112.     OnTimer = Timer1Timer
  113.     Left = 480
  114.   end
  115. end
  116.