home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 November / Chip_2002-11_cd1.bin / ctenari / Majda / Life.exe / 0 / RCDATA / TNEWFORM / TNEWFORM.txt
Text File  |  2002-09-14  |  2KB  |  107 lines

  1. object NewForm: TNewForm
  2.   Left = 760
  3.   Top = 443
  4.   BorderStyle = bsDialog
  5.   Caption = 'Nov'#253
  6.   ClientHeight = 104
  7.   ClientWidth = 256
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'Tahoma'
  13.   Font.Style = []
  14.   OldCreateOrder = True
  15.   Position = poScreenCenter
  16.   OnCreate = FormCreate
  17.   OnShow = FormShow
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object OKBtn: TButton
  21.     Left = 172
  22.     Top = 12
  23.     Width = 75
  24.     Height = 25
  25.     Caption = 'OK'
  26.     Default = True
  27.     ModalResult = 1
  28.     TabOrder = 0
  29.   end
  30.   object CancelBtn: TButton
  31.     Left = 172
  32.     Top = 44
  33.     Width = 75
  34.     Height = 25
  35.     Cancel = True
  36.     Caption = 'Storno'
  37.     ModalResult = 2
  38.     TabOrder = 1
  39.   end
  40.   object GroupBox1: TGroupBox
  41.     Left = 8
  42.     Top = 8
  43.     Width = 153
  44.     Height = 89
  45.     Caption = 'Rozm'#283'ry nov'#233'ho prost'#345'ed'#237
  46.     TabOrder = 2
  47.     object Label2: TLabel
  48.       Left = 16
  49.       Top = 28
  50.       Width = 27
  51.       Height = 13
  52.       Caption = #352#237#345'&ka:'
  53.       FocusControl = WidthEdit
  54.     end
  55.     object Label3: TLabel
  56.       Left = 16
  57.       Top = 60
  58.       Width = 32
  59.       Height = 13
  60.       Caption = '&V'#253#353'ka:'
  61.       FocusControl = HeightEdit
  62.     end
  63.     object WidthUpDown: TUpDown
  64.       Left = 97
  65.       Top = 24
  66.       Width = 15
  67.       Height = 21
  68.       Associate = WidthEdit
  69.       Min = 1
  70.       Max = 256
  71.       Position = 256
  72.       TabOrder = 0
  73.       Wrap = False
  74.     end
  75.     object WidthEdit: TEdit
  76.       Left = 56
  77.       Top = 24
  78.       Width = 41
  79.       Height = 21
  80.       TabOrder = 1
  81.       Text = '256'
  82.       OnChange = WidthEditChange
  83.     end
  84.     object HeightEdit: TEdit
  85.       Left = 56
  86.       Top = 56
  87.       Width = 41
  88.       Height = 21
  89.       TabOrder = 2
  90.       Text = '256'
  91.       OnChange = HeightEditChange
  92.     end
  93.     object HeightUpDown: TUpDown
  94.       Left = 97
  95.       Top = 56
  96.       Width = 15
  97.       Height = 21
  98.       Associate = HeightEdit
  99.       Min = 1
  100.       Max = 256
  101.       Position = 256
  102.       TabOrder = 3
  103.       Wrap = False
  104.     end
  105.   end
  106. end
  107.