home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 February / Chip_2001-02_cd1.bin / oddech / prsi / prsi.exe / 0 / RCDATA / TFORM3 / TFORM3.txt
Text File  |  1999-04-26  |  3KB  |  130 lines

  1. object Form3: TForm3
  2.   Left = 282
  3.   Top = 127
  4.   ActiveControl = ScrollBar1
  5.   BorderStyle = bsDialog
  6.   Caption = 'Nastaven∩┐╜ stolu'
  7.   ClientHeight = 301
  8.   ClientWidth = 363
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   OnClose = FormClose
  16.   OnCreate = FormCreate
  17.   OnShow = FormShow
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Panel1: TPanel
  21.     Left = 0
  22.     Top = 192
  23.     Width = 363
  24.     Height = 109
  25.     Align = alBottom
  26.     BevelOuter = bvNone
  27.     TabOrder = 0
  28.     object Label1: TLabel
  29.       Left = 248
  30.       Top = 34
  31.       Width = 39
  32.       Height = 13
  33.       Caption = 'Label1'
  34.       Font.Charset = DEFAULT_CHARSET
  35.       Font.Color = clWindowText
  36.       Font.Height = -11
  37.       Font.Name = 'MS Sans Serif'
  38.       Font.Style = [fsBold]
  39.       ParentFont = False
  40.     end
  41.     object Button1: TButton
  42.       Left = 96
  43.       Top = 70
  44.       Width = 57
  45.       Height = 22
  46.       Caption = 'Ulo∩┐╜it'
  47.       Default = True
  48.       ModalResult = 1
  49.       TabOrder = 0
  50.     end
  51.     object Button2: TButton
  52.       Left = 184
  53.       Top = 70
  54.       Width = 57
  55.       Height = 22
  56.       Cancel = True
  57.       Caption = 'Zav∩┐╜∩┐╜t'
  58.       ModalResult = 2
  59.       TabOrder = 1
  60.     end
  61.     object ScrollBar1: TScrollBar
  62.       Left = 104
  63.       Top = 32
  64.       Width = 137
  65.       Height = 16
  66.       Min = 1
  67.       Position = 1
  68.       TabOrder = 2
  69.       OnChange = ScrollBar1Change
  70.     end
  71.     object RadioB: TRadioButton
  72.       Left = 8
  73.       Top = 8
  74.       Width = 89
  75.       Height = 17
  76.       Caption = 'Pou∩┐╜∩┐╜t barvu'
  77.       TabOrder = 3
  78.       OnClick = RadioBClick
  79.     end
  80.     object RadioT: TRadioButton
  81.       Left = 8
  82.       Top = 32
  83.       Width = 89
  84.       Height = 17
  85.       Caption = 'Pou∩┐╜∩┐╜t tapetu'
  86.       Checked = True
  87.       TabOrder = 4
  88.       TabStop = True
  89.       OnClick = RadioTClick
  90.     end
  91.     object ComboBox1: TComboBox
  92.       Left = 104
  93.       Top = 4
  94.       Width = 137
  95.       Height = 22
  96.       Style = csOwnerDrawVariable
  97.       Color = clSilver
  98.       DropDownCount = 10
  99.       Enabled = False
  100.       ItemHeight = 16
  101.       TabOrder = 5
  102.       OnChange = ComboBox1Change
  103.       OnDrawItem = ComboBox1DrawItem
  104.     end
  105.   end
  106.   object Panel2: TPanel
  107.     Left = 0
  108.     Top = 0
  109.     Width = 363
  110.     Height = 192
  111.     Align = alClient
  112.     BevelInner = bvLowered
  113.     TabOrder = 1
  114.     object Image1: TImage
  115.       Left = 2
  116.       Top = 2
  117.       Width = 359
  118.       Height = 188
  119.       Align = alClient
  120.     end
  121.     object Image2: TImage
  122.       Left = 152
  123.       Top = 32
  124.       Width = 105
  125.       Height = 105
  126.       Visible = False
  127.     end
  128.   end
  129. end
  130.