home *** CD-ROM | disk | FTP | other *** search
/ QBasic & Borland Pascal & C / Delphi5.iso / Delphi.5 / Samples / sourceD5 / browutil.exe / BROWSER / MODISTRU.DFM / MODISTRU.txt < prev   
Encoding:
Text File  |  2000-01-02  |  820 b   |  43 lines

  1. object FrmModifyStructure: TFrmModifyStructure
  2.   Left = 154
  3.   Top = 117
  4.   Width = 544
  5.   Height = 375
  6.   Caption = 'Modify Structure'
  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 = False
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Panel1: TPanel
  18.     Left = 0
  19.     Top = 0
  20.     Width = 536
  21.     Height = 25
  22.     Align = alTop
  23.     BevelInner = bvLowered
  24.     TabOrder = 0
  25.     object BtnSave: TButton
  26.       Left = 3
  27.       Top = 2
  28.       Width = 75
  29.       Height = 20
  30.       Caption = '&Save'
  31.       TabOrder = 0
  32.     end
  33.     object BtnCancel: TButton
  34.       Left = 80
  35.       Top = 2
  36.       Width = 75
  37.       Height = 20
  38.       Caption = '&Cancel'
  39.       TabOrder = 1
  40.     end
  41.   end
  42. end
  43.