home *** CD-ROM | disk | FTP | other *** search
/ PC World 2002 February / PCWorld_2002-02_cd.bin / Software / Vyzkuste / fineview / FineView.exe / 0 / RCDATA / TFORMCUSTOM / TFORMCUSTOM.txt
Text File  |  2001-07-27  |  2KB  |  85 lines

  1. object FormCustom: TFormCustom
  2.   Left = 292
  3.   Top = 175
  4.   BorderStyle = bsDialog
  5.   Caption = 'Custom Panel'
  6.   ClientHeight = 197
  7.   ClientWidth = 278
  8.   Color = clBtnFace
  9.   Font.Charset = SHIFTJIS_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -12
  12.   Font.Name = '∩┐╜l∩┐╜r ∩┐╜o∩┐╜S∩┐╜V∩┐╜b∩┐╜N'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Scaled = False
  16.   OnCreate = FormCreate
  17.   OnDestroy = FormDestroy
  18.   OnPaint = FormPaint
  19.   PixelsPerInch = 96
  20.   TextHeight = 12
  21.   object ButtonOK: TButton
  22.     Left = 101
  23.     Top = 164
  24.     Width = 75
  25.     Height = 25
  26.     Caption = 'OK'
  27.     ModalResult = 1
  28.     TabOrder = 0
  29.   end
  30.   object ButtonCancel: TButton
  31.     Left = 189
  32.     Top = 164
  33.     Width = 75
  34.     Height = 25
  35.     Caption = 'Cancel'
  36.     ModalResult = 2
  37.     TabOrder = 1
  38.   end
  39.   object GBStartWith: TGroupBox
  40.     Left = 8
  41.     Top = 8
  42.     Width = 257
  43.     Height = 65
  44.     Caption = 'FineView start with'
  45.     TabOrder = 2
  46.     object CBOpenLastFile: TCheckBox
  47.       Left = 16
  48.       Top = 24
  49.       Width = 217
  50.       Height = 17
  51.       Caption = 'Open last image-file viewed'
  52.       TabOrder = 0
  53.     end
  54.   end
  55.   object GBBGColors: TGroupBox
  56.     Left = 8
  57.     Top = 88
  58.     Width = 257
  59.     Height = 57
  60.     Caption = 'Background colors'
  61.     TabOrder = 3
  62.     object PaintBox1: TPaintBox
  63.       Left = 16
  64.       Top = 24
  65.       Width = 20
  66.       Height = 20
  67.     end
  68.     object ButtonChangeBKGDColor: TButton
  69.       Left = 48
  70.       Top = 24
  71.       Width = 153
  72.       Height = 21
  73.       Caption = 'Change BG Color >>'
  74.       TabOrder = 0
  75.       OnClick = ButtonChangeBKGDColorClick
  76.     end
  77.   end
  78.   object ColorDialog1: TColorDialog
  79.     Ctl3D = True
  80.     Options = [cdFullOpen]
  81.     Left = 48
  82.     Top = 168
  83.   end
  84. end
  85.