home *** CD-ROM | disk | FTP | other *** search
/ Chip Hitware 10 / Chip_Hitware_Vol_10.iso / chiphit / tools / 95filesp / fsplit.exe / 0 / RCDATA / TMAINFORM / TMAINFORM.txt < prev   
Text File  |  1997-07-25  |  9KB  |  344 lines

  1. object MainForm: TMainForm
  2.   Left = 400
  3.   Top = 312
  4.   BorderIcons = [biSystemMenu, biMinimize]
  5.   BorderStyle = bsSingle
  6.   Caption = 'File Split'
  7.   ClientHeight = 312
  8.   ClientWidth = 440
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Icon.Data = {<image000.ico>}
  14.   Position = poDefaultPosOnly
  15.   Scaled = False
  16.   OnClose = FormClose
  17.   OnCreate = FormCreate
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object LabelProgress: TLabel
  21.     Left = 12
  22.     Top = 259
  23.     Width = 44
  24.     Height = 13
  25.     Caption = 'Progress:'
  26.   end
  27.   object BtnExecute: TButton
  28.     Left = 112
  29.     Top = 284
  30.     Width = 88
  31.     Height = 24
  32.     HelpContext = 110
  33.     Caption = '&Execute'
  34.     Default = True
  35.     TabOrder = 1
  36.     OnClick = BtnExecuteClick
  37.   end
  38.   object BtnExit: TButton
  39.     Left = 240
  40.     Top = 284
  41.     Width = 88
  42.     Height = 24
  43.     HelpContext = 110
  44.     Caption = 'E&xit'
  45.     TabOrder = 2
  46.     OnClick = BtnExitClick
  47.   end
  48.   object Gauge95: TGauge95
  49.     Left = 64
  50.     Top = 256
  51.     Width = 364
  52.     Height = 20
  53.     BevelOuter = bvLowered
  54.     CurrValue = 0
  55.     Spots = 40
  56.     VSpace = 2
  57.     HSpace = 2
  58.   end
  59.   object PageControl: TPageControl
  60.     Left = 8
  61.     Top = 8
  62.     Width = 424
  63.     Height = 240
  64.     ActivePage = TabSheetSplit
  65.     TabOrder = 0
  66.     TabStop = False
  67.     object TabSheetSplit: TTabSheet
  68.       HelpContext = 110
  69.       Caption = 'Split'
  70.       object GroupBoxSplitFileName: TGroupBox
  71.         Left = 8
  72.         Top = 8
  73.         Width = 400
  74.         Height = 76
  75.         Caption = '&File to split:'
  76.         TabOrder = 0
  77.         object LabelSplitFileNameSize: TLabel
  78.           Left = 8
  79.           Top = 52
  80.           Width = 39
  81.           Height = 13
  82.           Caption = 'FileSize:'
  83.         end
  84.         object LabelSplitFileNameSizeVal: TLabel
  85.           Left = 56
  86.           Top = 52
  87.           Width = 30
  88.           Height = 13
  89.           Caption = '0 Byte'
  90.         end
  91.         object LabelSplitSuppFileCount: TLabel
  92.           Left = 208
  93.           Top = 52
  94.           Width = 85
  95.           Height = 13
  96.           Caption = 'Splited File-Count:'
  97.         end
  98.         object LabelSplitSuppFileCountVal: TLabel
  99.           Left = 320
  100.           Top = 52
  101.           Width = 6
  102.           Height = 13
  103.           Alignment = taRightJustify
  104.           Caption = '0'
  105.         end
  106.         object BtnSplitSearchFile: TButton
  107.           Left = 320
  108.           Top = 23
  109.           Width = 72
  110.           Height = 24
  111.           Caption = 'Searc&h ...'
  112.           TabOrder = 1
  113.           OnClick = BtnSplitSearchFileClick
  114.         end
  115.         object EditSplitFileName: TEdit
  116.           Left = 8
  117.           Top = 24
  118.           Width = 300
  119.           Height = 21
  120.           TabOrder = 0
  121.           OnExit = EditSplitFileNameExit
  122.           OnKeyPress = EditSplitFileNameKeyPress
  123.         end
  124.       end
  125.       object GroupBoxSplitDestinationFiles: TGroupBox
  126.         Left = 8
  127.         Top = 96
  128.         Width = 400
  129.         Height = 104
  130.         Caption = 'Destination Files:'
  131.         TabOrder = 1
  132.         object LabelSplitDesFileCount: TLabel
  133.           Left = 38
  134.           Top = 78
  135.           Width = 50
  136.           Height = 13
  137.           Alignment = taRightJustify
  138.           Caption = 'File &Count:'
  139.           FocusControl = EditSplitDesFileCount
  140.         end
  141.         object LabelSplitDesFileName: TLabel
  142.           Left = 22
  143.           Top = 20
  144.           Width = 66
  145.           Height = 13
  146.           Alignment = taRightJustify
  147.           Caption = '&Base Fileame:'
  148.           FocusControl = EditSplitDesFileName
  149.         end
  150.         object LabelSplitDesFileSize: TLabel
  151.           Left = 12
  152.           Top = 49
  153.           Width = 76
  154.           Height = 13
  155.           Alignment = taRightJustify
  156.           Caption = 'File &Size (in KB):'
  157.           FocusControl = ComboBoxSplitDesFileSize
  158.         end
  159.         object LabelSplitDesFree1File: TLabel
  160.           Left = 192
  161.           Top = 49
  162.           Width = 128
  163.           Height = 13
  164.           Alignment = taRightJustify
  165.           Caption = 'Free Size in &1st File (in KB):'
  166.           FocusControl = EditSplitDesFree1File
  167.         end
  168.         object EditSplitDesFileCount: TEdit
  169.           Left = 96
  170.           Top = 74
  171.           Width = 63
  172.           Height = 21
  173.           TabOrder = 4
  174.           Text = '0'
  175.           OnKeyPress = EditSplitDesFileCountKeyPress
  176.         end
  177.         object EditSplitDesFileName: TEdit
  178.           Left = 96
  179.           Top = 16
  180.           Width = 212
  181.           Height = 21
  182.           TabOrder = 0
  183.           OnExit = EditSplitDesFileNameExit
  184.           OnKeyPress = EditSplitDesFileNameKeyPress
  185.         end
  186.         object BtnSplitDesFileName: TButton
  187.           Left = 320
  188.           Top = 15
  189.           Width = 72
  190.           Height = 24
  191.           Caption = 'Se&lect ...'
  192.           TabOrder = 1
  193.           OnClick = BtnSplitDesFileNameClick
  194.         end
  195.         object ComboBoxSplitDesFileSize: TComboBox
  196.           Left = 96
  197.           Top = 45
  198.           Width = 80
  199.           Height = 21
  200.           DropDownCount = 4
  201.           ItemHeight = 13
  202.           Items.Strings = (
  203.             '2847'
  204.             '1423'
  205.             '712'
  206.             '356')
  207.           TabOrder = 2
  208.           Text = '1423'
  209.           OnChange = ComboBoxSplitDesFileSizeChange
  210.           OnKeyPress = ComboBoxSplitDesFileSizeKeyPress
  211.         end
  212.         object EditSplitDesFree1File: TEdit
  213.           Left = 328
  214.           Top = 45
  215.           Width = 63
  216.           Height = 21
  217.           TabOrder = 3
  218.           Text = '0'
  219.           OnChange = EditSplitDesFree1FileChange
  220.           OnKeyPress = EditSplitDesFree1FileKeyPress
  221.         end
  222.         object CheckSplitNoZeroInExt: TCheckBox
  223.           Left = 180
  224.           Top = 76
  225.           Width = 200
  226.           Height = 17
  227.           Caption = '&Don'#39't fill FileExt. with preceding Zeros'
  228.           TabOrder = 5
  229.         end
  230.       end
  231.     end
  232.     object TabSheetConcat: TTabSheet
  233.       HelpContext = 120
  234.       Caption = 'Concat'
  235.       object LabelConcatFileName: TLabel
  236.         Left = 8
  237.         Top = 166
  238.         Width = 75
  239.         Height = 13
  240.         Caption = 'Destination &File:'
  241.         FocusControl = EditConcatFileName
  242.       end
  243.       object Bevel1: TBevel
  244.         Left = 8
  245.         Top = 156
  246.         Width = 400
  247.         Height = 4
  248.         Shape = bsTopLine
  249.       end
  250.       object LabelConcatTotalSize: TLabel
  251.         Left = 248
  252.         Top = 128
  253.         Width = 69
  254.         Height = 13
  255.         Caption = 'Total File-Size:'
  256.       end
  257.       object LabelConcatTotalSizeVal: TLabel
  258.         Left = 376
  259.         Top = 128
  260.         Width = 30
  261.         Height = 13
  262.         Alignment = taRightJustify
  263.         Caption = '0 Byte'
  264.       end
  265.       object ListBoxConcat: TListBox
  266.         Left = 8
  267.         Top = 8
  268.         Width = 400
  269.         Height = 108
  270.         IntegralHeight = True
  271.         ItemHeight = 13
  272.         MultiSelect = True
  273.         TabOrder = 0
  274.         OnKeyUp = ListBoxConcatKeyUp
  275.       end
  276.       object BtnConcatAddFiles: TButton
  277.         Left = 8
  278.         Top = 124
  279.         Width = 72
  280.         Height = 24
  281.         Caption = '&Add Files'
  282.         TabOrder = 1
  283.         OnClick = BtnConcatAddFilesClick
  284.       end
  285.       object BtnConcatDeleteFiles: TButton
  286.         Left = 88
  287.         Top = 124
  288.         Width = 72
  289.         Height = 24
  290.         Caption = '&Delete Files'
  291.         TabOrder = 2
  292.         OnClick = BtnConcatDeleteFilesClick
  293.       end
  294.       object BtnConcatSortList: TButton
  295.         Left = 168
  296.         Top = 124
  297.         Width = 72
  298.         Height = 24
  299.         Caption = '&Sort List'
  300.         TabOrder = 3
  301.         OnClick = BtnConcatSortListClick
  302.       end
  303.       object EditConcatFileName: TEdit
  304.         Left = 8
  305.         Top = 184
  306.         Width = 320
  307.         Height = 21
  308.         TabOrder = 4
  309.         OnExit = EditConcatFileNameExit
  310.         OnKeyPress = EditConcatFileNameKeyPress
  311.       end
  312.       object BtnConcatSelectFile: TButton
  313.         Left = 336
  314.         Top = 183
  315.         Width = 72
  316.         Height = 24
  317.         Caption = 'Se&lect'
  318.         TabOrder = 5
  319.         OnClick = BtnConcatSelectFileClick
  320.       end
  321.     end
  322.   end
  323.   object OpenDialog: TOpenDialog
  324.     FileEditStyle = fsEdit
  325.     Filter = 
  326.       'All Files (*.*)|*.*|Executable-, DLL- Files (*.exe;*.dll)|*.exe;' +
  327.       '*.dll|Archive Files (*.zip;*.arj;*.lzh)|*.zip;*.arj;*.lzh'
  328.     Options = [ofHideReadOnly, ofPathMustExist, ofFileMustExist]
  329.     Title = 'Search for Split-File'
  330.     Left = 12
  331.     Top = 280
  332.   end
  333.   object SaveDialog: TSaveDialog
  334.     FileEditStyle = fsEdit
  335.     Filter = 
  336.       'All Files (*.*)|*.*|Executable-, DLL- Files (*.exe;*.dll)|*.exe;' +
  337.       '*.dll|Archive Files (*.zip;*.arj;*.lzh)|*.zip;*.arj;*.lzh'
  338.     Options = [ofOverwritePrompt, ofHideReadOnly, ofPathMustExist]
  339.     Title = 'Select Destination Filename'
  340.     Left = 40
  341.     Top = 280
  342.   end
  343. end
  344.