home *** CD-ROM | disk | FTP | other *** search
/ Hot Shareware 35 / hot35.iso / ficheros / 9EDU / VIN32_96.ZIP / VIN32.EXE / 0 / RCDATA / TPREFERF / TPREFERF.txt
Text File  |  1998-04-25  |  3KB  |  128 lines

  1. object PreferF: TPreferF
  2.   Left = 569
  3.   Top = 236
  4.   HelpContext = 1200
  5.   BorderStyle = bsDialog
  6.   Caption = 'Perferences  Dialog'
  7.   ClientHeight = 299
  8.   ClientWidth = 525
  9.   Font.Color = clBlack
  10.   Font.Height = -13
  11.   Font.Name = 'Times New Roman Special G1'
  12.   Font.Style = [fsBold]
  13.   FormStyle = fsStayOnTop
  14.   OnShow = FormShow
  15.   PixelsPerInch = 120
  16.   TextHeight = 21
  17.   object OKBtn: TButton
  18.     Left = 418
  19.     Top = 18
  20.     Width = 92
  21.     Height = 30
  22.     Caption = 'OK'
  23.     Default = True
  24.     ModalResult = 1
  25.     TabOrder = 0
  26.     OnClick = OKBtnClick
  27.   end
  28.   object CancelBtn: TButton
  29.     Left = 418
  30.     Top = 58
  31.     Width = 92
  32.     Height = 30
  33.     Cancel = True
  34.     Caption = 'Cancel'
  35.     ModalResult = 2
  36.     TabOrder = 1
  37.     OnClick = CancelBtnClick
  38.   end
  39.   object PreferBox1: TGroupBox
  40.     Left = 17
  41.     Top = 9
  42.     Width = 377
  43.     Height = 120
  44.     Caption = 'Data Set Size && Graph Bar Width'
  45.     TabOrder = 2
  46.     object Label1: TLabel
  47.       Left = 14
  48.       Top = 31
  49.       Width = 219
  50.       Height = 25
  51.       AutoSize = False
  52.       Caption = 'Max Data  Index [ 1..10000 ]'
  53.       Font.Color = clBlack
  54.       Font.Height = -13
  55.       Font.Name = 'Times New Roman Special G1'
  56.       Font.Style = [fsBold]
  57.       ParentFont = False
  58.     end
  59.     object Label2: TLabel
  60.       Left = 13
  61.       Top = 74
  62.       Width = 200
  63.       Height = 25
  64.       AutoSize = False
  65.       Caption = 'Bar Width [ 1..10 ]'
  66.     end
  67.     object MaxLenth1: TEdit
  68.       Left = 244
  69.       Top = 28
  70.       Width = 95
  71.       Height = 30
  72.       AutoSize = False
  73.       Font.Color = clBlack
  74.       Font.Height = -17
  75.       Font.Name = 'Times New Roman Special G1'
  76.       Font.Style = [fsBold]
  77.       ParentFont = False
  78.       TabOrder = 0
  79.     end
  80.     object BarWidth1: TEdit
  81.       Left = 244
  82.       Top = 71
  83.       Width = 40
  84.       Height = 30
  85.       AutoSize = False
  86.       Font.Color = clBlack
  87.       Font.Height = -17
  88.       Font.Name = 'Times New Roman Special G1'
  89.       Font.Style = [fsBold]
  90.       ParentFont = False
  91.       TabOrder = 1
  92.     end
  93.   end
  94.   object Button1: TButton
  95.     Left = 418
  96.     Top = 98
  97.     Width = 92
  98.     Height = 30
  99.     Caption = 'Help'
  100.     TabOrder = 3
  101.     OnClick = Button1Click
  102.   end
  103.   object RadioGroup1: TRadioGroup
  104.     Left = 17
  105.     Top = 141
  106.     Width = 208
  107.     Height = 145
  108.     Caption = 'Printer Minor Grid Color'
  109.     Items.Strings = (
  110.       'Default (Gray)'
  111.       'Light Gray'
  112.       'Black'
  113.       'Dotted Black')
  114.     TabOrder = 4
  115.   end
  116.   object RadioGroup2: TRadioGroup
  117.     Left = 288
  118.     Top = 160
  119.     Width = 185
  120.     Height = 105
  121.     Caption = 'Printer Font Size'
  122.     Items.Strings = (
  123.       'Default'
  124.       'Large')
  125.     TabOrder = 5
  126.   end
  127. end
  128.