home *** CD-ROM | disk | FTP | other *** search
/ PC World 2000 October / PCWorld_2000-10_cd2.bin / Borland / interbase / IBConsole_src.ZIP / ibconsole / frmuPreferences.dfm / frmuPreferences.txt
Text File  |  2000-06-08  |  4KB  |  154 lines

  1. object frmPreferences: TfrmPreferences
  2.   Left = 741
  3.   Top = 325
  4.   HelpContext = 1
  5.   BorderIcons = [biSystemMenu, biHelp]
  6.   BorderStyle = bsDialog
  7.   Caption = 'Preferences'
  8.   ClientHeight = 444
  9.   ClientWidth = 396
  10.   Color = clBtnFace
  11.   Font.Charset = DEFAULT_CHARSET
  12.   Font.Color = clWindowText
  13.   Font.Height = -11
  14.   Font.Name = 'MS Sans Serif'
  15.   Font.Style = []
  16.   HelpFile = '1'
  17.   OldCreateOrder = False
  18.   Position = poScreenCenter
  19.   Scaled = False
  20.   OnCreate = FormCreate
  21.   OnShow = FormShow
  22.   PixelsPerInch = 96
  23.   TextHeight = 13
  24.   object pgcMain: TPageControl
  25.     Left = 0
  26.     Top = 0
  27.     Width = 396
  28.     Height = 399
  29.     ActivePage = TabGeneral
  30.     Align = alTop
  31.     TabOrder = 0
  32.     object TabGeneral: TTabSheet
  33.       Caption = 'General'
  34.       object lblApplTempDir: TLabel
  35.         Left = 15
  36.         Top = 22
  37.         Width = 296
  38.         Height = 24
  39.         AutoSize = False
  40.         Caption = 'Application &Temporary Directory:'
  41.         FocusControl = edtApplTempDir
  42.       end
  43.       object gbEditorSettings: TGroupBox
  44.         Left = 16
  45.         Top = 336
  46.         Width = 355
  47.         Height = 28
  48.         Caption = ' Editor Settings '
  49.         TabOrder = 2
  50.         Visible = False
  51.         object lblEditorFilename: TLabel
  52.           Left = 15
  53.           Top = 81
  54.           Width = 127
  55.           Height = 24
  56.           AutoSize = False
  57.           Caption = 'Editor &Filename:'
  58.           FocusControl = edtExternalEditorFilename
  59.         end
  60.         object lblEditorParameters: TLabel
  61.           Left = 15
  62.           Top = 140
  63.           Width = 163
  64.           Height = 24
  65.           AutoSize = False
  66.           Caption = 'Editor &Parameters:'
  67.           FocusControl = edtExternalEditorParams
  68.         end
  69.         object edtExternalEditorFilename: TEdit
  70.           Left = 15
  71.           Top = 103
  72.           Width = 304
  73.           Height = 21
  74.           ParentShowHint = False
  75.           ShowHint = True
  76.           TabOrder = 1
  77.           OnChange = edtDataChange
  78.           OnExit = edtExternalEditorFilenameExit
  79.         end
  80.         object btnSelExternalEditorFilename: TButton
  81.           Left = 318
  82.           Top = 103
  83.           Width = 25
  84.           Height = 26
  85.           Hint = 'Select editor'
  86.           Caption = '...'
  87.           TabOrder = 2
  88.           OnClick = btnSelExternalEditorFilenameClick
  89.         end
  90.         object edtExternalEditorParams: TEdit
  91.           Left = 15
  92.           Top = 162
  93.           Width = 330
  94.           Height = 21
  95.           ParentShowHint = False
  96.           ShowHint = True
  97.           TabOrder = 3
  98.           OnChange = edtDataChange
  99.         end
  100.         object chkUseDefaultEditor: TCheckBox
  101.           Left = 15
  102.           Top = 37
  103.           Width = 208
  104.           Height = 21
  105.           Caption = 'Use &Default Editor'
  106.           TabOrder = 0
  107.           OnClick = chkUseDefaultEditorClick
  108.         end
  109.       end
  110.       object edtApplTempDir: TEdit
  111.         Left = 15
  112.         Top = 44
  113.         Width = 326
  114.         Height = 21
  115.         ParentShowHint = False
  116.         ShowHint = True
  117.         TabOrder = 0
  118.         OnChange = edtDataChange
  119.         OnExit = edtApplTempDirExit
  120.       end
  121.       object btnApplTempDir: TButton
  122.         Left = 342
  123.         Top = 44
  124.         Width = 26
  125.         Height = 26
  126.         Hint = 'Select directory'
  127.         Caption = '...'
  128.         TabOrder = 1
  129.         OnClick = btnApplTempDirClick
  130.       end
  131.     end
  132.   end
  133.   object btnApply: TButton
  134.     Left = 217
  135.     Top = 411
  136.     Width = 75
  137.     Height = 25
  138.     Caption = '&Apply'
  139.     Default = True
  140.     Enabled = False
  141.     TabOrder = 1
  142.     OnClick = btnApplyClick
  143.   end
  144.   object btnOK: TButton
  145.     Left = 313
  146.     Top = 411
  147.     Width = 75
  148.     Height = 25
  149.     Caption = '&OK'
  150.     TabOrder = 2
  151.     OnClick = btnOKClick
  152.   end
  153. end
  154.