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

  1. object SplitForm: TSplitForm
  2.   Left = 118
  3.   Top = 131
  4.   BorderStyle = bsSingle
  5.   Caption = 'Split'
  6.   ClientHeight = 314
  7.   ClientWidth = 509
  8.   Ctl3D = False
  9.   Color = clOlive
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OnCreate = FormCreate
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Panel1: TPanel
  18.     Left = 0
  19.     Top = 0
  20.     Width = 509
  21.     Height = 314
  22.     Align = alClient
  23.     BevelOuter = bvNone
  24.     BorderStyle = bsSingle
  25.     Caption = 'Panel1'
  26.     Color = clBlack
  27.     TabOrder = 0
  28.     object Title: TLabel
  29.       Left = 0
  30.       Top = 0
  31.       Width = 507
  32.       Height = 312
  33.       Align = alClient
  34.       Alignment = taCenter
  35.       Caption = 'File Splitter'
  36.       Color = clBlack
  37.       Font.Color = clGreen
  38.       Font.Height = -96
  39.       Font.Name = 'Times New Roman'
  40.       Font.Style = [fsBold, fsItalic]
  41.       ParentColor = False
  42.       ParentFont = False
  43.     end
  44.     object Label1: TLabel
  45.       Left = 280
  46.       Top = 120
  47.       Width = 125
  48.       Height = 16
  49.       Caption = 'Split file size (Kb):'
  50.       Font.Color = clWhite
  51.       Font.Height = -13
  52.       Font.Name = 'MS Sans Serif'
  53.       Font.Style = [fsBold]
  54.       ParentFont = False
  55.     end
  56.     object FileToSplitLabel: TLabel
  57.       Left = 120
  58.       Top = 167
  59.       Width = 369
  60.       Height = 25
  61.       AutoSize = False
  62.       Caption = 'unknown'
  63.       Color = clWhite
  64.       Font.Color = clBlack
  65.       Font.Height = -13
  66.       Font.Name = 'MS Sans Serif'
  67.       Font.Style = [fsBold]
  68.       ParentColor = False
  69.       ParentFont = False
  70.       OnMouseDown = FileToSplitLabelMouseDown
  71.     end
  72.     object Label3: TLabel
  73.       Left = 24
  74.       Top = 166
  75.       Width = 81
  76.       Height = 16
  77.       Caption = 'File to split:'
  78.       Font.Color = clWhite
  79.       Font.Height = -13
  80.       Font.Name = 'MS Sans Serif'
  81.       Font.Style = [fsBold]
  82.       ParentFont = False
  83.     end
  84.     object SplitFileSizeEdit: TEdit
  85.       Left = 416
  86.       Top = 120
  87.       Width = 73
  88.       Height = 25
  89.       AutoSize = False
  90.       Font.Color = clBlack
  91.       Font.Height = -13
  92.       Font.Name = 'MS Sans Serif'
  93.       Font.Style = [fsBold]
  94.       ParentFont = False
  95.       TabOrder = 0
  96.     end
  97.     object StartButton: TButton
  98.       Left = 24
  99.       Top = 216
  100.       Width = 217
  101.       Height = 57
  102.       Caption = '&Start splitting'
  103.       Font.Color = clBlack
  104.       Font.Height = -19
  105.       Font.Name = 'MS Sans Serif'
  106.       Font.Style = []
  107.       ParentFont = False
  108.       TabOrder = 1
  109.       OnClick = StartButtonClick
  110.     end
  111.     object HideButton: TButton
  112.       Left = 272
  113.       Top = 216
  114.       Width = 209
  115.       Height = 57
  116.       Caption = '&Hide'
  117.       Font.Color = clBlack
  118.       Font.Height = -19
  119.       Font.Name = 'MS Sans Serif'
  120.       Font.Style = []
  121.       ParentFont = False
  122.       TabOrder = 2
  123.       OnClick = HideButtonClick
  124.     end
  125.   end
  126.   object OpenDialog1: TOpenDialog
  127.     FileEditStyle = fsEdit
  128.     Filter = 
  129.       'All files| *.*|Applications|*.exe; *.com; *.dll|Text files|*.txt' +
  130.       '; *.doc; *.rtf|Archives|*.zip; *.arj; *.lha; *.arc'
  131.     Left = 482
  132.     Top = 2
  133.   end
  134.   object Timer1: TTimer
  135.     Interval = 100
  136.     OnTimer = Timer1Timer
  137.     Left = 1
  138.     Top = 1
  139.   end
  140. end
  141.