home *** CD-ROM | disk | FTP | other *** search
/ Chip 2000 February / Chip_2000-02_cd.bin / oddech / hry / Lavina / lavina.exe / 0 / RCDATA / TFORMNAPOZ / TFORMNAPOZ.txt
Encoding:
Text File  |  2000-01-10  |  1.7 KB  |  87 lines

  1. object FormNaPoz: TFormNaPoz
  2.   Left = 342
  3.   Top = 270
  4.   Width = 259
  5.   Height = 130
  6.   Caption = 'p∩┐╜echod k pozici:'
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   KeyPreview = True
  14.   OldCreateOrder = False
  15.   OnActivate = FormActivate
  16.   OnCreate = FormCreate
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Label1: TLabel
  20.     Left = 6
  21.     Top = 40
  22.     Width = 32
  23.     Height = 13
  24.     Alignment = taCenter
  25.     AutoSize = False
  26.     Caption = 'Label1'
  27.   end
  28.   object Label2: TLabel
  29.     Left = 214
  30.     Top = 40
  31.     Width = 32
  32.     Height = 13
  33.     Alignment = taCenter
  34.     AutoSize = False
  35.     Caption = 'Label1'
  36.   end
  37.   object RxSlider1: TRxSlider
  38.     Left = 8
  39.     Top = 8
  40.     Width = 233
  41.     Height = 33
  42.     Increment = 1
  43.     MinValue = 1
  44.     TabOrder = 0
  45.     Value = 1
  46.     OnChanged = RxSlider1Changed
  47.   end
  48.   object Button1: TButton
  49.     Left = 184
  50.     Top = 72
  51.     Width = 49
  52.     Height = 24
  53.     Caption = 'OK'
  54.     TabOrder = 1
  55.     OnClick = Button1Click
  56.   end
  57.   object SpinEdit1: TSpinEdit
  58.     Left = 88
  59.     Top = 48
  60.     Width = 65
  61.     Height = 30
  62.     Font.Charset = DEFAULT_CHARSET
  63.     Font.Color = clWindowText
  64.     Font.Height = -16
  65.     Font.Name = 'MS Sans Serif'
  66.     Font.Style = [fsBold]
  67.     MaxLength = 3
  68.     MaxValue = 0
  69.     MinValue = 0
  70.     ParentFont = False
  71.     TabOrder = 2
  72.     Value = 0
  73.     OnKeyUp = Edit1KeyUp
  74.   end
  75.   object RxGradientCaption1: TRxGradientCaption
  76.     Captions = <>
  77.     FormCaption = 'p∩┐╜echod k pozici:'
  78.     Top = 80
  79.   end
  80.   object FormPlacement1: TFormPlacement
  81.     IniFileName = 'lavina.ini'
  82.     IniSection = 'FormNaPoz'
  83.     Left = 48
  84.     Top = 80
  85.   end
  86. end
  87.