home *** CD-ROM | disk | FTP | other *** search
/ QBasic & Borland Pascal & C / Delphi5.iso / Delphi.5 / Samples / sourceD5 / browutil.exe / BROWSER / CONFIG.DFM / CONFIG.txt next >
Encoding:
Text File  |  2000-01-02  |  1.4 KB  |  76 lines

  1. object FrmConfiguration: TFrmConfiguration
  2.   Left = 124
  3.   Top = 112
  4.   Width = 435
  5.   Height = 300
  6.   Caption = 'Browser Configuration'
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Icon.Data = {<image000.ico>}
  14.   OldCreateOrder = True
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Panel1: TPanel
  18.     Left = 0
  19.     Top = 0
  20.     Width = 427
  21.     Height = 24
  22.     Align = alTop
  23.     BevelInner = bvLowered
  24.     TabOrder = 0
  25.     object BtnOk: TButton
  26.       Left = 3
  27.       Top = 2
  28.       Width = 50
  29.       Height = 20
  30.       Caption = '&Ok'
  31.       TabOrder = 0
  32.       OnClick = BtnOkClick
  33.     end
  34.     object BtnClose: TButton
  35.       Left = 55
  36.       Top = 2
  37.       Width = 50
  38.       Height = 20
  39.       Caption = '&Close'
  40.       TabOrder = 1
  41.       OnClick = BtnCloseClick
  42.     end
  43.   end
  44.   object Panel2: TPanel
  45.     Left = 0
  46.     Top = 24
  47.     Width = 427
  48.     Height = 249
  49.     Align = alClient
  50.     BevelInner = bvLowered
  51.     TabOrder = 1
  52.     object Label1: TLabel
  53.       Left = 10
  54.       Top = 15
  55.       Width = 79
  56.       Height = 13
  57.       Caption = 'Default Directory'
  58.     end
  59.     object SpeedButton1: TSpeedButton
  60.       Left = 395
  61.       Top = 10
  62.       Width = 22
  63.       Height = 22
  64.       Caption = '...'
  65.     end
  66.     object Edit1: TEdit
  67.       Left = 96
  68.       Top = 11
  69.       Width = 294
  70.       Height = 21
  71.       TabOrder = 0
  72.       Text = 'Edit1'
  73.     end
  74.   end
  75. end
  76.