home *** CD-ROM | disk | FTP | other *** search
/ Softwarová Záchrana 3 / Softwarova-zachrana-3.bin / JoinFile / joinfile.exe / 0 / RCDATA / TFORMMAIN / TFORMMAIN.txt < prev   
Text File  |  2000-10-27  |  3KB  |  136 lines

  1. object FormMain: TFormMain
  2.   Left = 322
  3.   Top = 260
  4.   BorderStyle = bsDialog
  5.   Caption = 'Joinfile'
  6.   ClientHeight = 209
  7.   ClientWidth = 313
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Icon.Data = {<image000.ico>}
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   Scaled = False
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object LabelJoining: TLabel
  21.     Left = 8
  22.     Top = 216
  23.     Width = 52
  24.     Height = 13
  25.     Caption = 'Joining file:'
  26.   end
  27.   object Label3: TLabel
  28.     Left = 8
  29.     Top = 256
  30.     Width = 34
  31.     Height = 13
  32.     Caption = 'Joined:'
  33.   end
  34.   object PanelStart: TPanel
  35.     Left = 0
  36.     Top = 0
  37.     Width = 313
  38.     Height = 209
  39.     TabOrder = 0
  40.     object Label1: TLabel
  41.       Left = 8
  42.       Top = 8
  43.       Width = 85
  44.       Height = 13
  45.       Caption = 'Select files to join:'
  46.     end
  47.     object Label2: TLabel
  48.       Left = 8
  49.       Top = 152
  50.       Width = 55
  51.       Height = 13
  52.       Caption = 'Join files to:'
  53.     end
  54.     object LabelSelAmount: TLabel
  55.       Left = 160
  56.       Top = 8
  57.       Width = 3
  58.       Height = 13
  59.     end
  60.     object FileListBox: TFileListBox
  61.       Left = 8
  62.       Top = 24
  63.       Width = 145
  64.       Height = 121
  65.       ItemHeight = 13
  66.       MultiSelect = True
  67.       TabOrder = 0
  68.       OnChange = FileListBoxChange
  69.       OnClick = FileListBoxChange
  70.     end
  71.     object DirectoryListBox: TDirectoryListBox
  72.       Left = 160
  73.       Top = 24
  74.       Width = 145
  75.       Height = 97
  76.       FileList = FileListBox
  77.       ItemHeight = 16
  78.       TabOrder = 1
  79.     end
  80.     object DriveComboBox: TDriveComboBox
  81.       Left = 160
  82.       Top = 128
  83.       Width = 145
  84.       Height = 19
  85.       DirList = DirectoryListBox
  86.       TabOrder = 2
  87.     end
  88.     object EditNewFile: TEdit
  89.       Left = 8
  90.       Top = 168
  91.       Width = 145
  92.       Height = 21
  93.       TabOrder = 3
  94.       Text = 'joinedfiles.txt'
  95.     end
  96.     object BitBtnJoin: TBitBtn
  97.       Left = 160
  98.       Top = 168
  99.       Width = 145
  100.       Height = 25
  101.       Caption = 'Join'
  102.       Enabled = False
  103.       TabOrder = 4
  104.       OnClick = BitBtnJoinClick
  105.       Kind = bkAll
  106.     end
  107.   end
  108.   object ProgressBarFile: TProgressBar
  109.     Left = 8
  110.     Top = 232
  111.     Width = 297
  112.     Height = 16
  113.     Min = 0
  114.     Max = 100
  115.     TabOrder = 1
  116.   end
  117.   object ProgressBarJoined: TProgressBar
  118.     Left = 8
  119.     Top = 272
  120.     Width = 297
  121.     Height = 16
  122.     Min = 0
  123.     Max = 100
  124.     TabOrder = 2
  125.   end
  126.   object BitBtnCancel: TBitBtn
  127.     Left = 8
  128.     Top = 296
  129.     Width = 297
  130.     Height = 25
  131.     TabOrder = 3
  132.     OnClick = BitBtnCancelClick
  133.     Kind = bkCancel
  134.   end
  135. end
  136.