home *** CD-ROM | disk | FTP | other *** search
/ Chip 2000 September / Chip_2000-09_cd1.bin / sharewar / Slunec / app / 5 / Renamer.exe / 0 / RCDATA / TDIRFORM / TDIRFORM.txt < prev   
Text File  |  2000-07-13  |  2KB  |  88 lines

  1. object DirForm: TDirForm
  2.   Left = 308
  3.   Top = 251
  4.   BorderIcons = [biSystemMenu, biMinimize]
  5.   BorderStyle = bsSingle
  6.   Caption = 'Pracovn∩┐╜ adres∩┐╜∩┐╜'
  7.   ClientHeight = 384
  8.   ClientWidth = 369
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   Icon.Data = {<image000.ico>}
  16.   OldCreateOrder = True
  17.   OnCreate = FormCreate
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Label1: TLabel
  21.     Left = 19
  22.     Top = 308
  23.     Width = 151
  24.     Height = 13
  25.     Caption = 'Po∩┐╜et soubor∩┐╜ v tomto adres∩┐╜∩┐╜i:'
  26.   end
  27.   object Label2s: TLabel
  28.     Left = 19
  29.     Top = 284
  30.     Width = 334
  31.     Height = 13
  32.     AutoSize = False
  33.     Caption = 'C:\Lojza\Projects\Renamer'
  34.   end
  35.   object DirectoryListBox1: TDirectoryListBox
  36.     Left = 16
  37.     Top = 48
  38.     Width = 337
  39.     Height = 225
  40.     DirLabel = Label2s
  41.     FileList = MainForm.FileListBox
  42.     ItemHeight = 16
  43.     TabOrder = 0
  44.     OnChange = DirectoryListBox1Change
  45.   end
  46.   object DriveComboBox1: TDriveComboBox
  47.     Left = 16
  48.     Top = 16
  49.     Width = 337
  50.     Height = 19
  51.     DirList = DirectoryListBox1
  52.     TabOrder = 1
  53.   end
  54.   object FilesCountEdit: TEdit
  55.     Left = 176
  56.     Top = 304
  57.     Width = 177
  58.     Height = 21
  59.     Enabled = False
  60.     Font.Charset = DEFAULT_CHARSET
  61.     Font.Color = clBlack
  62.     Font.Height = -11
  63.     Font.Name = 'MS Sans Serif'
  64.     Font.Style = []
  65.     ParentFont = False
  66.     ReadOnly = True
  67.     TabOrder = 2
  68.   end
  69.   object CloseBtn: TButton
  70.     Left = 19
  71.     Top = 349
  72.     Width = 75
  73.     Height = 25
  74.     Caption = 'Zav∩┐╜∩┐╜t'
  75.     TabOrder = 3
  76.     OnClick = CloseBtnClick
  77.   end
  78.   object StayOnTopCheckBox: TCheckBox
  79.     Left = 112
  80.     Top = 353
  81.     Width = 241
  82.     Height = 17
  83.     Caption = 'Ponechat toto okno na pop∩┐╜ed∩┐╜'
  84.     TabOrder = 4
  85.     OnClick = StayOnTopCheckBoxClick
  86.   end
  87. end
  88.