home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 February / Chip_2001-02_cd1.bin / oddech / gaga12 / gaga.exe / 0 / RCDATA / TFORM2 / TFORM2.txt
Text File  |  2000-11-19  |  2KB  |  97 lines

  1. object Form2: TForm2
  2.   Left = 345
  3.   Top = 205
  4.   Width = 257
  5.   Height = 139
  6.   BorderIcons = []
  7.   Caption = 'rozm∩┐╜ry:'
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   PixelsPerInch = 96
  13.   TextHeight = 13
  14.   object Panel1: TPanel
  15.     Left = 0
  16.     Top = 0
  17.     Width = 249
  18.     Height = 112
  19.     Align = alClient
  20.     Font.Color = clWindowText
  21.     Font.Height = -11
  22.     Font.Name = 'MS Sans Serif'
  23.     Font.Style = [fsBold]
  24.     ParentFont = False
  25.     TabOrder = 0
  26.     object Label1: TLabel
  27.       Left = 16
  28.       Top = 24
  29.       Width = 89
  30.       Height = 21
  31.       Alignment = taRightJustify
  32.       AutoSize = False
  33.       Caption = '∩┐╜∩┐╜dky (2-5):'
  34.       Font.Color = clWindowText
  35.       Font.Height = -13
  36.       Font.Name = 'MS Sans Serif'
  37.       Font.Style = [fsBold]
  38.       ParentFont = False
  39.     end
  40.     object Label2: TLabel
  41.       Left = 0
  42.       Top = 64
  43.       Width = 105
  44.       Height = 25
  45.       Alignment = taRightJustify
  46.       AutoSize = False
  47.       Caption = 'sloupce (3-7):'
  48.       Font.Color = clWindowText
  49.       Font.Height = -13
  50.       Font.Name = 'MS Sans Serif'
  51.       Font.Style = [fsBold]
  52.       ParentFont = False
  53.     end
  54.     object SpinEdit1: TSpinEdit
  55.       Left = 120
  56.       Top = 20
  57.       Width = 41
  58.       Height = 34
  59.       Font.Color = clWindowText
  60.       Font.Height = -20
  61.       Font.Name = 'MS Sans Serif'
  62.       Font.Style = [fsBold]
  63.       MaxLength = 1
  64.       MaxValue = 5
  65.       MinValue = 2
  66.       ParentFont = False
  67.       TabOrder = 0
  68.       Value = 3
  69.     end
  70.     object SpinEdit2: TSpinEdit
  71.       Left = 120
  72.       Top = 61
  73.       Width = 41
  74.       Height = 34
  75.       Font.Color = clWindowText
  76.       Font.Height = -20
  77.       Font.Name = 'MS Sans Serif'
  78.       Font.Style = [fsBold]
  79.       MaxLength = 1
  80.       MaxValue = 7
  81.       MinValue = 3
  82.       ParentFont = False
  83.       TabOrder = 1
  84.       Value = 5
  85.     end
  86.     object Button1: TButton
  87.       Left = 184
  88.       Top = 40
  89.       Width = 41
  90.       Height = 33
  91.       Caption = 'OK'
  92.       TabOrder = 2
  93.       OnClick = Button1Click
  94.     end
  95.   end
  96. end
  97.