home *** CD-ROM | disk | FTP | other *** search
/ Chip: Shareware for Win 95 / Chip-Shareware-Win95.bin / ostatni / delphi / ruzne / auto32d3.exe / rar / AUTO32D3 / DEMOS / DELPHI3.0 / GRIDBTN / MAIN.DFM / MAIN.txt
Text File  |  1997-05-18  |  3KB  |  129 lines

  1. object Form1: TForm1
  2.   Left = 200
  3.   Top = 104
  4.   Width = 343
  5.   Height = 300
  6.   Caption = 'Form1'
  7.   Font.Color = clWindowText
  8.   Font.Height = -11
  9.   Font.Name = 'MS Sans Serif'
  10.   Font.Style = []
  11.   PixelsPerInch = 96
  12.   TextHeight = 13
  13.   object Panel1: TPanel
  14.     Left = 0
  15.     Top = 240
  16.     Width = 335
  17.     Height = 33
  18.     Align = alBottom
  19.     BevelOuter = bvNone
  20.     TabOrder = 0
  21.     object Label1: TLabel
  22.       Left = 104
  23.       Top = 8
  24.       Width = 92
  25.       Height = 13
  26.       Caption = 'Try to edit the fields'
  27.     end
  28.     object Button1: TButton
  29.       Left = 8
  30.       Top = 4
  31.       Width = 75
  32.       Height = 25
  33.       Caption = 'About'
  34.       TabOrder = 0
  35.       OnClick = Button1Click
  36.     end
  37.     object BitBtn1: TBitBtn
  38.       Left = 256
  39.       Top = 3
  40.       Width = 75
  41.       Height = 25
  42.       TabOrder = 1
  43.       Kind = bkClose
  44.     end
  45.   end
  46.   object Panel2: TPanel
  47.     Left = 0
  48.     Top = 0
  49.     Width = 335
  50.     Height = 240
  51.     Align = alClient
  52.     BevelInner = bvLowered
  53.     BevelOuter = bvNone
  54.     BorderWidth = 4
  55.     Caption = 'Panel2'
  56.     TabOrder = 1
  57.     object AutoDBGrid1: TAutoDBGrid
  58.       Left = 5
  59.       Top = 5
  60.       Width = 325
  61.       Height = 230
  62.       Align = alClient
  63.       Columns = <
  64.         item
  65.           FieldName = 'EventNo'
  66.           Title.Caption = '+EventNo'
  67.         end
  68.         item
  69.           ButtonStyle = cbsEllipsis
  70.           FieldName = 'Event_Date'
  71.         end
  72.         item
  73.           ButtonStyle = cbsEllipsis
  74.           FieldName = 'Event_Description'
  75.         end
  76.         item
  77.           ButtonStyle = cbsEllipsis
  78.           FieldName = 'Event_Photo'
  79.         end>
  80.       DataSource = DataSource1
  81.       TabOrder = 0
  82.       TitleFont.Color = clWindowText
  83.       TitleFont.Height = -11
  84.       TitleFont.Name = 'MS Sans Serif'
  85.       TitleFont.Style = []
  86.       AutoOptions = []
  87.       AutoFilter.AssignEmpty = False
  88.       AutoRowHeight = 17
  89.       CurrentSortColumn = 1
  90.     end
  91.   end
  92.   object AutoTable1: TAutoTable
  93.     Active = True
  94.     Filtered = False
  95.     DatabaseName = 'DBDEMOS'
  96.     TableName = 'EVENTS.DB'
  97.     MacrosFreeze = mfNever
  98.     Left = 24
  99.     Top = 112
  100.   end
  101.   object DataSource1: TDataSource
  102.     DataSet = AutoTable1
  103.     Left = 72
  104.     Top = 112
  105.   end
  106.   object DBGridDateBtn1: TDBGridDateBtn
  107.     AutoDBGrid = AutoDBGrid1
  108.     DataField = 'Event_Date'
  109.     Left = 56
  110.     Top = 56
  111.   end
  112.   object DBGridMemoBtn1: TDBGridMemoBtn
  113.     AutoDBGrid = AutoDBGrid1
  114.     DataField = 'Event_Description'
  115.     WinHeight = 150
  116.     WinWidth = 200
  117.     Left = 96
  118.     Top = 64
  119.   end
  120.   object DBGridImageBtn1: TDBGridImageBtn
  121.     AutoDBGrid = AutoDBGrid1
  122.     DataField = 'Event_Photo'
  123.     WinHeight = 150
  124.     WinWidth = 200
  125.     Left = 136
  126.     Top = 80
  127.   end
  128. end
  129.