home *** CD-ROM | disk | FTP | other *** search
/ Chip 1999 January / Chip_1999-01_cd.bin / sharewar / setup21 / easypad.exe / 0 / RCDATA / TFRMSELECT / TFRMSELECT.txt
Text File  |  1998-10-18  |  2KB  |  107 lines

  1. object frmSELECT: TfrmSELECT
  2.   Left = 245
  3.   Top = 129
  4.   BorderStyle = bsDialog
  5.   Caption = 'Editor zna∩┐╜ek - SELECT'
  6.   ClientHeight = 199
  7.   ClientWidth = 275
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object GroupBox1: TGroupBox
  17.     Left = 8
  18.     Top = 8
  19.     Width = 257
  20.     Height = 153
  21.     TabOrder = 0
  22.     object Label1: TLabel
  23.       Left = 16
  24.       Top = 24
  25.       Width = 57
  26.       Height = 13
  27.       Caption = 'N∩┐╜zev pole:'
  28.     end
  29.     object Label2: TLabel
  30.       Left = 16
  31.       Top = 56
  32.       Width = 97
  33.       Height = 13
  34.       Caption = 'Po∩┐╜et zobr. polo∩┐╜ek:'
  35.     end
  36.     object Label3: TLabel
  37.       Left = 16
  38.       Top = 120
  39.       Width = 146
  40.       Height = 13
  41.       Caption = 'Po∩┐╜et generovan∩┐╜ch OPTION:'
  42.     end
  43.     object edtNAME: TEdit
  44.       Left = 120
  45.       Top = 20
  46.       Width = 121
  47.       Height = 21
  48.       TabOrder = 0
  49.     end
  50.     object edtSIZE: TEdit
  51.       Left = 120
  52.       Top = 51
  53.       Width = 41
  54.       Height = 21
  55.       TabOrder = 1
  56.     end
  57.     object chkMULTI: TCheckBox
  58.       Left = 120
  59.       Top = 80
  60.       Width = 121
  61.       Height = 17
  62.       Caption = 'V∩┐╜cen∩┐╜sobn∩┐╜ v∩┐╜b∩┐╜r'
  63.       TabOrder = 2
  64.     end
  65.     object UpDown1: TUpDown
  66.       Left = 209
  67.       Top = 115
  68.       Width = 15
  69.       Height = 21
  70.       Associate = edtOPTION
  71.       Min = 0
  72.       Position = 0
  73.       TabOrder = 3
  74.       Wrap = False
  75.     end
  76.     object edtOPTION: TMaskEdit
  77.       Left = 168
  78.       Top = 115
  79.       Width = 41
  80.       Height = 21
  81.       EditMask = '!99999;1; '
  82.       MaxLength = 5
  83.       TabOrder = 4
  84.       Text = '    0'
  85.     end
  86.   end
  87.   object Button1: TButton
  88.     Left = 112
  89.     Top = 168
  90.     Width = 75
  91.     Height = 25
  92.     Caption = 'O&K'
  93.     Default = True
  94.     TabOrder = 1
  95.     OnClick = Button1Click
  96.   end
  97.   object Button2: TButton
  98.     Left = 192
  99.     Top = 168
  100.     Width = 75
  101.     Height = 25
  102.     Cancel = True
  103.     Caption = 'Storno'
  104.     TabOrder = 2
  105.   end
  106. end
  107.