home *** CD-ROM | disk | FTP | other *** search
/ Delphi Anthology / aDELPHI.iso / Runimage / Delphi50 / Demos / Frames / Db / frmmain.dfm / frmmain.txt
Text File  |  1999-08-11  |  2KB  |  106 lines

  1. object Form1: TForm1
  2.   Left = 209
  3.   Top = 158
  4.   Width = 783
  5.   Height = 594
  6.   Caption = 'Form1'
  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.   OldCreateOrder = False
  14.   Position = poScreenCenter
  15.   OnCreate = FormCreate
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Splitter1: TSplitter
  19.     Left = 0
  20.     Top = 301
  21.     Width = 775
  22.     Height = 3
  23.     Cursor = crVSplit
  24.     Align = alBottom
  25.   end
  26.   inline MDFrame: TMasterDetailFrame
  27.     Top = 304
  28.     Width = 775
  29.     Height = 263
  30.     Align = alBottom
  31.     inherited Splitter2: TSplitter
  32.       Height = 263
  33.     end
  34.     inherited MasterFrame: TDataFrame
  35.       Height = 263
  36.       inherited Splitter1: TSplitter
  37.         Top = 159
  38.       end
  39.       inherited DBGrid1: TDBGrid
  40.         Height = 134
  41.       end
  42.       inherited DBNavigator1: TDBNavigator
  43.         Hints.Strings = ()
  44.       end
  45.       inherited FancyFrame1: TFancyFrame
  46.         Top = 162
  47.       end
  48.     end
  49.     inherited DetailFrame: TDataFrame
  50.       Width = 434
  51.       Height = 263
  52.       inherited Splitter1: TSplitter
  53.         Top = 159
  54.         Width = 434
  55.       end
  56.       inherited DBGrid1: TDBGrid
  57.         Width = 434
  58.         Height = 134
  59.       end
  60.       inherited DBNavigator1: TDBNavigator
  61.         Width = 434
  62.         Hints.Strings = ()
  63.       end
  64.       inherited FancyFrame1: TFancyFrame
  65.         Top = 162
  66.         Width = 434
  67.         inherited DBImage1: TDBImage
  68.           Width = 270
  69.         end
  70.       end
  71.     end
  72.   end
  73.   inline SimpleFrame: TDataFrame
  74.     Width = 775
  75.     Height = 301
  76.     Align = alClient
  77.     TabOrder = 1
  78.     inherited Splitter1: TSplitter
  79.       Top = 197
  80.       Width = 775
  81.     end
  82.     inherited DBGrid1: TDBGrid
  83.       Width = 775
  84.       Height = 172
  85.     end
  86.     inherited DBNavigator1: TDBNavigator
  87.       Width = 775
  88.       Hints.Strings = ()
  89.     end
  90.     inherited FancyFrame1: TFancyFrame
  91.       Top = 200
  92.       Width = 775
  93.       inherited Splitter1: TSplitter
  94.         Left = 489
  95.       end
  96.       inherited DBMemo1: TDBMemo
  97.         Width = 489
  98.       end
  99.       inherited DBImage1: TDBImage
  100.         Left = 492
  101.         Width = 283
  102.       end
  103.     end
  104.   end
  105. end
  106.