home *** CD-ROM | disk | FTP | other *** search
/ QBasic & Borland Pascal & C / Delphi5.iso / Runimage / Delphi50 / Source / Property Editors / SQLEDIT.DFM / SQLEDIT.txt < prev   
Encoding:
Text File  |  1999-08-11  |  4.3 KB  |  204 lines

  1. object SQLEditForm: TSQLEditForm
  2.   Left = 244
  3.   Top = 113
  4.   AutoScroll = False
  5.   Caption = 'CommandText Editor'
  6.   ClientHeight = 323
  7.   ClientWidth = 524
  8.   Color = clBtnFace
  9.   Constraints.MinHeight = 200
  10.   Constraints.MinWidth = 300
  11.   ParentFont = True
  12.   OldCreateOrder = True
  13.   Position = poScreenCenter
  14.   OnDestroy = FormDestroy
  15.   OnShow = FormShow
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object MetaInfoSQLSplitter: TSplitter
  19.     Left = 159
  20.     Top = 19
  21.     Width = 3
  22.     Height = 269
  23.     Cursor = crHSplit
  24.     MinSize = 100
  25.     OnCanResize = MetaInfoSQLSplitterCanResize
  26.     OnMoved = MetaInfoSQLSplitterMoved
  27.   end
  28.   object SQLMemo: TMemo
  29.     Left = 162
  30.     Top = 19
  31.     Width = 362
  32.     Height = 269
  33.     Align = alClient
  34.     HideSelection = False
  35.     TabOrder = 2
  36.     OnEnter = SQLMemoEnter
  37.     OnExit = SQLMemoExit
  38.   end
  39.   object TopPanel: TPanel
  40.     Left = 0
  41.     Top = 0
  42.     Width = 524
  43.     Height = 19
  44.     Align = alTop
  45.     BevelOuter = bvNone
  46.     TabOrder = 3
  47.     object TableListLabel: TLabel
  48.       Left = 3
  49.       Top = 4
  50.       Width = 35
  51.       Height = 13
  52.       Caption = '&Tables:'
  53.       FocusControl = TableList
  54.     end
  55.     object SQLLabel: TLabel
  56.       Left = 166
  57.       Top = 3
  58.       Width = 24
  59.       Height = 13
  60.       Caption = '&SQL:'
  61.       FocusControl = SQLMemo
  62.     end
  63.   end
  64.   object ButtonPanel: TPanel
  65.     Left = 0
  66.     Top = 288
  67.     Width = 524
  68.     Height = 35
  69.     Align = alBottom
  70.     BevelOuter = bvNone
  71.     TabOrder = 0
  72.     object Image1: TImage
  73.       Left = 51
  74.       Top = 16
  75.       Width = 10
  76.       Height = 6
  77.       AutoSize = True
  78.       Picture.Data = {<image000.bmp>}
  79.       Transparent = True
  80.       Visible = False
  81.     end
  82.     object OkButton: TButton
  83.       Left = 269
  84.       Top = 5
  85.       Width = 75
  86.       Height = 25
  87.       Anchors = [akRight, akBottom]
  88.       Caption = '&OK'
  89.       Default = True
  90.       ModalResult = 1
  91.       TabOrder = 0
  92.     end
  93.     object CancelButton: TButton
  94.       Left = 354
  95.       Top = 5
  96.       Width = 75
  97.       Height = 25
  98.       Anchors = [akRight, akBottom]
  99.       Cancel = True
  100.       Caption = 'Cancel'
  101.       ModalResult = 2
  102.       TabOrder = 1
  103.     end
  104.     object HelpButton: TButton
  105.       Left = 439
  106.       Top = 5
  107.       Width = 75
  108.       Height = 25
  109.       Anchors = [akRight, akBottom]
  110.       Caption = '&Help'
  111.       TabOrder = 2
  112.       OnClick = HelpButtonClick
  113.     end
  114.   end
  115.   object MetaInfoPanel: TPanel
  116.     Left = 0
  117.     Top = 19
  118.     Width = 159
  119.     Height = 269
  120.     Align = alLeft
  121.     BevelOuter = bvNone
  122.     TabOrder = 1
  123.     object TableFieldsSplitter: TSplitter
  124.       Left = 0
  125.       Top = 115
  126.       Width = 159
  127.       Height = 3
  128.       Cursor = crVSplit
  129.       Align = alTop
  130.       Beveled = True
  131.       MinSize = 1
  132.       OnCanResize = TableFieldsSplitterCanResize
  133.     end
  134.     object TableListPanel: TPanel
  135.       Left = 0
  136.       Top = 0
  137.       Width = 159
  138.       Height = 115
  139.       Align = alTop
  140.       BevelOuter = bvNone
  141.       TabOrder = 0
  142.       object TableList: TListBox
  143.         Left = 2
  144.         Top = 0
  145.         Width = 158
  146.         Height = 87
  147.         Anchors = [akLeft, akTop, akRight, akBottom]
  148.         ItemHeight = 13
  149.         TabOrder = 0
  150.         OnClick = TableListClick
  151.         OnDblClick = AddTableButtonClick
  152.       end
  153.       object AddTableButton: TButton
  154.         Left = 2
  155.         Top = 90
  156.         Width = 156
  157.         Height = 22
  158.         Anchors = [akLeft, akRight, akBottom]
  159.         Caption = 'Add T&able to SQL'
  160.         TabOrder = 1
  161.         OnClick = AddTableButtonClick
  162.       end
  163.     end
  164.     object FieldsPanel: TPanel
  165.       Left = 0
  166.       Top = 118
  167.       Width = 159
  168.       Height = 151
  169.       Align = alClient
  170.       BevelOuter = bvNone
  171.       TabOrder = 1
  172.       object FieldListLabel: TLabel
  173.         Left = 3
  174.         Top = 3
  175.         Width = 30
  176.         Height = 13
  177.         Caption = '&Fields:'
  178.         FocusControl = FieldList
  179.       end
  180.       object FieldList: TListBox
  181.         Left = 0
  182.         Top = 19
  183.         Width = 158
  184.         Height = 106
  185.         Anchors = [akLeft, akTop, akRight, akBottom]
  186.         ItemHeight = 13
  187.         MultiSelect = True
  188.         TabOrder = 0
  189.         OnDblClick = AddFieldButtonClick
  190.       end
  191.       object AddFieldButton: TButton
  192.         Left = 2
  193.         Top = 128
  194.         Width = 156
  195.         Height = 22
  196.         Anchors = [akLeft, akRight, akBottom]
  197.         Caption = 'Add F&ield to SQL'
  198.         TabOrder = 1
  199.         OnClick = AddFieldButtonClick
  200.       end
  201.     end
  202.   end
  203. end
  204.