home *** CD-ROM | disk | FTP | other *** search
/ Chip Hitware 10 / Chip_Hitware_Vol_10.iso / chiphit / tools / 95calend / calendez.exe / 0 / RCDATA / TGRAPHICSFORM / TGRAPHICSFORM.txt
Text File  |  1997-12-15  |  2KB  |  117 lines

  1. object GraphicsForm: TGraphicsForm
  2.   Left = 200
  3.   Top = 108
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Graphics'
  7.   ClientHeight = 284
  8.   ClientWidth = 377
  9.   Font.Color = clWindowText
  10.   Font.Height = -14
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OnShow = FormShow
  14.   PixelsPerInch = 120
  15.   TextHeight = 16
  16.   object BackgroundGroupBox: TGroupBox
  17.     Left = 5
  18.     Top = 5
  19.     Width = 365
  20.     Height = 85
  21.     Caption = 'Background'
  22.     TabOrder = 0
  23.     object BackgroundLabel: TLabel
  24.       Left = 10
  25.       Top = 59
  26.       Width = 341
  27.       Height = 16
  28.       AutoSize = False
  29.     end
  30.     object BackgroundCheckBox: TCheckBox
  31.       Left = 10
  32.       Top = 20
  33.       Width = 173
  34.       Height = 21
  35.       Caption = 'Bitmapped Background'
  36.       TabOrder = 0
  37.       OnClick = BackgroundCheckBoxClick
  38.     end
  39.     object BackgroundButton: TButton
  40.       Left = 187
  41.       Top = 15
  42.       Width = 164
  43.       Height = 31
  44.       Caption = 'Load Bitmap'
  45.       TabOrder = 1
  46.       OnClick = BackgroundButtonClick
  47.     end
  48.   end
  49.   object GraphicsGroupBox: TGroupBox
  50.     Left = 5
  51.     Top = 98
  52.     Width = 365
  53.     Height = 144
  54.     Caption = 'Graphics Level'
  55.     TabOrder = 1
  56.     object Label1: TLabel
  57.       Left = 20
  58.       Top = 25
  59.       Width = 336
  60.       Height = 35
  61.       AutoSize = False
  62.       Caption = 
  63.         'Choose the option which results in acceptable looks and speed of' +
  64.         ' operation, on your PC.'
  65.     end
  66.     object MinRadioButton: TRadioButton
  67.       Left = 39
  68.       Top = 64
  69.       Width = 199
  70.       Height = 21
  71.       Caption = 'Minimal (Displays quickest)'
  72.       TabOrder = 0
  73.     end
  74.     object TwoDRadioButton: TRadioButton
  75.       Left = 39
  76.       Top = 89
  77.       Width = 139
  78.       Height = 21
  79.       Caption = '2D'
  80.       TabOrder = 1
  81.     end
  82.     object ThreeDRadioButton: TRadioButton
  83.       Left = 39
  84.       Top = 113
  85.       Width = 282
  86.       Height = 21
  87.       Caption = '3D (demands more from your PC)'
  88.       TabOrder = 2
  89.     end
  90.   end
  91.   object OKBitBtn: TBitBtn
  92.     Left = 5
  93.     Top = 251
  94.     Width = 92
  95.     Height = 31
  96.     Caption = '&OK'
  97.     TabOrder = 2
  98.     OnClick = OKBitBtnClick
  99.     Kind = bkOK
  100.   end
  101.   object BitBtn2: TBitBtn
  102.     Left = 108
  103.     Top = 251
  104.     Width = 93
  105.     Height = 31
  106.     Caption = '&Cancel'
  107.     TabOrder = 3
  108.     Kind = bkCancel
  109.   end
  110.   object BackBmpDialog: TOpenDialog
  111.     FileEditStyle = fsEdit
  112.     Filter = '.bmp files|*.bmp'
  113.     Left = 260
  114.     Top = 16
  115.   end
  116. end
  117.