home *** CD-ROM | disk | FTP | other *** search
/ Chip 2000 October / Chip_2000-10_cd1.bin / sharewar / extract / Extractor.exe / 0 / RCDATA / TMASK / TMASK.txt
Encoding:
Text File  |  2000-07-04  |  1.1 KB  |  60 lines

  1. object Mask: TMask
  2.   Left = 368
  3.   Top = 293
  4.   HelpContext = 1
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsDialog
  7.   Caption = '%s soubor∩┐╜'
  8.   ClientHeight = 89
  9.   ClientWidth = 273
  10.   Color = clBtnFace
  11.   Font.Charset = DEFAULT_CHARSET
  12.   Font.Color = clWindowText
  13.   Font.Height = -11
  14.   Font.Name = 'MS Sans Serif'
  15.   Font.Style = []
  16.   OldCreateOrder = True
  17.   Position = poScreenCenter
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object lblInfo: TLabel
  21.     Left = 8
  22.     Top = 8
  23.     Width = 110
  24.     Height = 13
  25.     Caption = '&Maska pro %s soubor∩┐╜:'
  26.     FocusControl = cboMask
  27.   end
  28.   object btnCancel: TButton
  29.     Left = 192
  30.     Top = 56
  31.     Width = 73
  32.     Height = 25
  33.     Anchors = [akLeft, akBottom]
  34.     Cancel = True
  35.     Caption = 'Zru∩┐╜it'
  36.     ModalResult = 2
  37.     TabOrder = 2
  38.   end
  39.   object btnOk: TButton
  40.     Left = 112
  41.     Top = 56
  42.     Width = 73
  43.     Height = 25
  44.     Anchors = [akLeft, akBottom]
  45.     Caption = 'OK'
  46.     Default = True
  47.     ModalResult = 1
  48.     TabOrder = 1
  49.   end
  50.   object cboMask: TComboBox
  51.     Left = 8
  52.     Top = 24
  53.     Width = 257
  54.     Height = 21
  55.     DropDownCount = 10
  56.     ItemHeight = 13
  57.     TabOrder = 0
  58.   end
  59. end
  60.