home *** CD-ROM | disk | FTP | other *** search
/ Internet Gallery / INTERGAL.bin / intergal / prgs / idv21 / data.z / Iavadraw.exe / 0 / RCDATA / TGENERALOPTIONSDIALOG / TGENERALOPTIONSDIALOG.txt < prev   
Text File  |  1996-12-20  |  5KB  |  245 lines

  1. object GeneralOptionsDialog: TGeneralOptionsDialog
  2.   Left = 196
  3.   Top = 246
  4.   BorderStyle = bsDialog
  5.   Caption = 'General options...'
  6.   ClientHeight = 296
  7.   ClientWidth = 435
  8.   Font.Color = clWindowText
  9.   Font.Height = -14
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Icon.Data = {<image000.ico>}
  13.   Position = poScreenCenter
  14.   Scaled = False
  15.   PixelsPerInch = 96
  16.   TextHeight = 16
  17.   object OKBtn: TButton
  18.     Left = 229
  19.     Top = 258
  20.     Width = 96
  21.     Height = 30
  22.     Caption = 'OK'
  23.     Default = True
  24.     ModalResult = 1
  25.     TabOrder = 0
  26.   end
  27.   object CancelBtn: TButton
  28.     Left = 336
  29.     Top = 258
  30.     Width = 92
  31.     Height = 30
  32.     Cancel = True
  33.     Caption = 'Cancel'
  34.     ModalResult = 2
  35.     TabOrder = 1
  36.   end
  37.   object Panel1: TPanel
  38.     Left = 4
  39.     Top = 164
  40.     Width = 217
  41.     Height = 129
  42.     BevelInner = bvLowered
  43.     TabOrder = 2
  44.     object Label2: TLabel
  45.       Left = 12
  46.       Top = 8
  47.       Width = 38
  48.       Height = 16
  49.       Caption = 'Editor:'
  50.     end
  51.     object CheckBox6: TCheckBox
  52.       Left = 28
  53.       Top = 28
  54.       Width = 153
  55.       Height = 17
  56.       Caption = 'Show tab bar'
  57.       State = cbChecked
  58.       TabOrder = 0
  59.     end
  60.     object CheckBox7: TCheckBox
  61.       Left = 28
  62.       Top = 52
  63.       Width = 153
  64.       Height = 17
  65.       Caption = 'Show line-numbers'
  66.       TabOrder = 1
  67.     end
  68.     object CheckBox8: TCheckBox
  69.       Left = 28
  70.       Top = 76
  71.       Width = 153
  72.       Height = 17
  73.       Caption = 'Create BAcKup files'
  74.       State = cbChecked
  75.       TabOrder = 2
  76.     end
  77.     object CheckBox9: TCheckBox
  78.       Left = 28
  79.       Top = 100
  80.       Width = 153
  81.       Height = 17
  82.       Caption = 'Show status-line'
  83.       State = cbChecked
  84.       TabOrder = 3
  85.     end
  86.   end
  87.   object Panel2: TPanel
  88.     Left = 4
  89.     Top = 8
  90.     Width = 217
  91.     Height = 153
  92.     BevelInner = bvLowered
  93.     TabOrder = 3
  94.     object Label1: TLabel
  95.       Left = 12
  96.       Top = 8
  97.       Width = 141
  98.       Height = 16
  99.       Caption = 'Shrink unused windows:'
  100.     end
  101.     object CheckBox1: TCheckBox
  102.       Left = 28
  103.       Top = 28
  104.       Width = 125
  105.       Height = 17
  106.       Caption = 'Visual'
  107.       State = cbChecked
  108.       TabOrder = 0
  109.     end
  110.     object CheckBox2: TCheckBox
  111.       Left = 28
  112.       Top = 52
  113.       Width = 125
  114.       Height = 17
  115.       Caption = 'Inspector'
  116.       State = cbChecked
  117.       TabOrder = 1
  118.     end
  119.     object CheckBox3: TCheckBox
  120.       Left = 28
  121.       Top = 76
  122.       Width = 129
  123.       Height = 17
  124.       Caption = 'Bookmarks'
  125.       State = cbChecked
  126.       TabOrder = 2
  127.     end
  128.     object CheckBox4: TCheckBox
  129.       Left = 28
  130.       Top = 100
  131.       Width = 125
  132.       Height = 17
  133.       Caption = 'Find procedure'
  134.       State = cbChecked
  135.       TabOrder = 3
  136.     end
  137.     object CheckBox5: TCheckBox
  138.       Left = 28
  139.       Top = 124
  140.       Width = 125
  141.       Height = 17
  142.       Caption = 'Ghostwriter'
  143.       State = cbChecked
  144.       TabOrder = 4
  145.     end
  146.   end
  147.   object Panel3: TPanel
  148.     Left = 224
  149.     Top = 8
  150.     Width = 205
  151.     Height = 113
  152.     BevelInner = bvLowered
  153.     TabOrder = 4
  154.     object Label3: TLabel
  155.       Left = 12
  156.       Top = 12
  157.       Width = 160
  158.       Height = 16
  159.       Caption = 'Auto-associate extensions:'
  160.     end
  161.     object CheckBox10: TCheckBox
  162.       Left = 20
  163.       Top = 32
  164.       Width = 97
  165.       Height = 17
  166.       Caption = '*.CLASS'
  167.       State = cbChecked
  168.       TabOrder = 0
  169.     end
  170.     object CheckBox11: TCheckBox
  171.       Left = 20
  172.       Top = 56
  173.       Width = 97
  174.       Height = 17
  175.       Caption = '*.JAVA'
  176.       State = cbChecked
  177.       TabOrder = 1
  178.     end
  179.     object CheckBox12: TCheckBox
  180.       Left = 20
  181.       Top = 80
  182.       Width = 97
  183.       Height = 17
  184.       Caption = '*.JDP'
  185.       State = cbChecked
  186.       TabOrder = 2
  187.     end
  188.   end
  189.   object Panel4: TPanel
  190.     Left = 224
  191.     Top = 124
  192.     Width = 205
  193.     Height = 121
  194.     BevelInner = bvLowered
  195.     TabOrder = 5
  196.     object Label4: TLabel
  197.       Left = 12
  198.       Top = 12
  199.       Width = 60
  200.       Height = 16
  201.       Caption = 'Autosave:'
  202.     end
  203.     object Label5: TLabel
  204.       Left = 24
  205.       Top = 88
  206.       Width = 46
  207.       Height = 16
  208.       Caption = 'Interval:'
  209.     end
  210.     object Label6: TLabel
  211.       Left = 156
  212.       Top = 88
  213.       Width = 24
  214.       Height = 16
  215.       Caption = 'min.'
  216.     end
  217.     object CheckBox13: TCheckBox
  218.       Left = 20
  219.       Top = 32
  220.       Width = 173
  221.       Height = 17
  222.       Caption = 'Project files'
  223.       TabOrder = 0
  224.     end
  225.     object CheckBox14: TCheckBox
  226.       Left = 20
  227.       Top = 56
  228.       Width = 165
  229.       Height = 17
  230.       Caption = 'Non-project files'
  231.       TabOrder = 1
  232.     end
  233.     object SpinEdit1: TSpinEdit
  234.       Left = 84
  235.       Top = 84
  236.       Width = 65
  237.       Height = 26
  238.       MaxValue = 240
  239.       MinValue = 1
  240.       TabOrder = 2
  241.       Value = 10
  242.     end
  243.   end
  244. end
  245.