home *** CD-ROM | disk | FTP | other *** search
/ Chip 1999 June / Chip_1999-06_cd.bin / tema / Diadema / Demo / setup.exe / Pantheon.csy / RCDATA / TFULLVIEWFORM / TFULLVIEWFORM.txt < prev   
Encoding:
Text File  |  1999-04-22  |  2.2 KB  |  104 lines

  1. object FullViewForm: TFullViewForm
  2.   Left = 231
  3.   Top = 117
  4.   Width = 320
  5.   Height = 239
  6.   Font.Charset = DEFAULT_CHARSET
  7.   Font.Color = clWindowText
  8.   Font.Height = -11
  9.   Font.Name = 'MS Sans Serif'
  10.   Font.Style = []
  11.   Icon.Data = {<image000.ico>}
  12.   Position = poDefault
  13.   OnClose = FormClose
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object ScrollBox: TScrollBox
  17.     Left = 0
  18.     Top = 26
  19.     Width = 312
  20.     Height = 186
  21.     Align = alClient
  22.     BorderStyle = bsNone
  23.     TabOrder = 0
  24.     object Image: TImage
  25.       Left = 0
  26.       Top = 0
  27.       Width = 312
  28.       Height = 186
  29.       Align = alClient
  30.       Center = True
  31.       IncrementalDisplay = True
  32.       Stretch = True
  33.     end
  34.   end
  35.   object FullViewCoolBar: TCoolBar
  36.     Left = 0
  37.     Top = 0
  38.     Width = 312
  39.     Height = 26
  40.     Bands = <
  41.       item
  42.         Control = ToolBar1
  43.         ImageIndex = -1
  44.         MinHeight = 22
  45.         Width = 308
  46.       end>
  47.     object ToolBar1: TToolBar
  48.       Left = 12
  49.       Top = 0
  50.       Width = 292
  51.       Height = 22
  52.       EdgeBorders = []
  53.       EdgeInner = esNone
  54.       EdgeOuter = esNone
  55.       Flat = True
  56.       HotImages = PomocneDM.BtnHotImages
  57.       Images = PomocneDM.BtnImages
  58.       TabOrder = 0
  59.       object PropCheckBox: TCheckBox
  60.         Left = 0
  61.         Top = 0
  62.         Width = 121
  63.         Height = 22
  64.         Caption = 'Optim∩┐╜ln∩┐╜ zobrazen∩┐╜'
  65.         TabOrder = 0
  66.         OnClick = PropCheckBoxClick
  67.       end
  68.       object ZoomPanel: TPanel
  69.         Left = 121
  70.         Top = 0
  71.         Width = 144
  72.         Height = 22
  73.         BevelOuter = bvNone
  74.         TabOrder = 1
  75.         object Label1: TLabel
  76.           Left = 1
  77.           Top = 4
  78.           Width = 36
  79.           Height = 13
  80.           Caption = 'Zoom : '
  81.           Layout = tlCenter
  82.         end
  83.         object RozliseniCBox: TComboBox
  84.           Left = 39
  85.           Top = 0
  86.           Width = 98
  87.           Height = 21
  88.           Style = csDropDownList
  89.           ItemHeight = 13
  90.           Items.Strings = (
  91.             'Velikost 200%'
  92.             'Velikost 150%'
  93.             'Velikost 100%'
  94.             'Velikost 75%'
  95.             'Velikost 50%'
  96.             'Velikost 25%')
  97.           TabOrder = 0
  98.           OnChange = RozliseniCBoxChange
  99.         end
  100.       end
  101.     end
  102.   end
  103. end
  104.