home *** CD-ROM | disk | FTP | other *** search
/ PC Format Collection 48 / SENT14D.ISO / tech / delphi / disk12 / lib.pak / DSDESIGN.DFM / DSDESIGN.txt next >
Encoding:
Text File  |  1995-08-24  |  3.2 KB  |  139 lines

  1. object DatasetEditor: TDatasetEditor
  2.   Left = 256
  3.   Top = 121
  4.   Width = 222
  5.   Height = 258
  6.   ActiveControl = FieldListBox
  7.   Caption = 'Form1.Table1'
  8.   Font.Color = clBlack
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = [fsBold]
  12.   Icon.Data = {<image000.ico>}
  13.   PixelsPerInch = 96
  14.   OnClick = SelectTable
  15.   OnCreate = FormCreate
  16.   OnDestroy = FormDestroy
  17.   TextHeight = 13
  18.   object Panel1: TPanel
  19.     Left = 0
  20.     Top = 0
  21.     Width = 214
  22.     Height = 231
  23.     Align = alClient
  24.     BevelOuter = bvNone
  25.     BorderWidth = 3
  26.     Caption = 'Panel1'
  27.     TabOrder = 0
  28.     OnClick = SelectTable
  29.     object GroupBox1: TGroupBox
  30.       Left = 3
  31.       Top = 3
  32.       Width = 208
  33.       Height = 188
  34.       Align = alClient
  35.       Caption = 'Fields'
  36.       TabOrder = 0
  37.       OnClick = SelectTable
  38.       object Panel3: TPanel
  39.         Left = 2
  40.         Top = 15
  41.         Width = 204
  42.         Height = 171
  43.         Align = alClient
  44.         BevelOuter = bvNone
  45.         BorderWidth = 5
  46.         Caption = 'Panel3'
  47.         TabOrder = 0
  48.         OnClick = SelectTable
  49.         object FieldListBox: TListBox
  50.           Left = 5
  51.           Top = 5
  52.           Width = 108
  53.           Height = 161
  54.           Align = alClient
  55.           DragMode = dmAutomatic
  56.           ItemHeight = 13
  57.           MultiSelect = True
  58.           TabOrder = 0
  59.           OnClick = FieldListBoxClick
  60.           OnDragDrop = FieldListBoxDragDrop
  61.           OnDragOver = FieldListBoxDragOver
  62.           OnKeyDown = FieldListBoxKeyDown
  63.           OnKeyPress = FieldListBoxKeyPress
  64.         end
  65.         object Panel2: TPanel
  66.           Left = 113
  67.           Top = 5
  68.           Width = 86
  69.           Height = 161
  70.           Align = alRight
  71.           BevelOuter = bvNone
  72.           TabOrder = 1
  73.           OnClick = SelectTable
  74.           object AddBtn: TButton
  75.             Left = 8
  76.             Top = 0
  77.             Width = 77
  78.             Height = 27
  79.             Caption = 'Add...'
  80.             TabOrder = 0
  81.             OnClick = AddBtnClick
  82.           end
  83.           object RemoveBtn: TButton
  84.             Left = 8
  85.             Top = 72
  86.             Width = 77
  87.             Height = 27
  88.             Caption = 'Remove'
  89.             TabOrder = 2
  90.             OnClick = RemoveBtnClick
  91.           end
  92.           object DefineBtn: TButton
  93.             Left = 8
  94.             Top = 32
  95.             Width = 77
  96.             Height = 27
  97.             Caption = 'Define...'
  98.             TabOrder = 1
  99.             OnClick = DefineBtnClick
  100.           end
  101.           object ClearAll: TButton
  102.             Left = 8
  103.             Top = 104
  104.             Width = 77
  105.             Height = 27
  106.             Caption = 'Clear all'
  107.             TabOrder = 3
  108.             OnClick = ClearAllClick
  109.           end
  110.         end
  111.       end
  112.     end
  113.     object Panel5: TPanel
  114.       Left = 3
  115.       Top = 191
  116.       Width = 208
  117.       Height = 37
  118.       Align = alBottom
  119.       BevelOuter = bvNone
  120.       TabOrder = 1
  121.       OnClick = SelectTable
  122.       OnResize = Panel5Resize
  123.       object DBNavigator: TDBNavigator
  124.         Left = 8
  125.         Top = 7
  126.         Width = 109
  127.         Height = 25
  128.         DataSource = DataSource
  129.         VisibleButtons = [nbFirst, nbPrior, nbNext, nbLast]
  130.         TabOrder = 0
  131.       end
  132.     end
  133.   end
  134.   object DataSource: TDataSource
  135.     Left = 138
  136.     Top = 184
  137.   end
  138. end
  139.