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

  1. object FrmQueryDesigner: TFrmQueryDesigner
  2.   Left = 62
  3.   Top = 126
  4.   Width = 625
  5.   Height = 282
  6.   Caption = 'Query Designer'
  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.   FormStyle = fsMDIChild
  14.   Icon.Data = {<image000.ico>}
  15.   OldCreateOrder = True
  16.   Position = poDefault
  17.   Visible = True
  18.   OnActivate = FormActivate
  19.   OnClose = FormClose
  20.   OnCreate = FormCreate
  21.   OnDestroy = FormDestroy
  22.   OnDeactivate = FormDeactivate
  23.   PixelsPerInch = 96
  24.   TextHeight = 13
  25.   object Splitter1: TSplitter
  26.     Left = 0
  27.     Top = 130
  28.     Width = 617
  29.     Height = 3
  30.     Cursor = crVSplit
  31.     Align = alTop
  32.   end
  33.   object Panel1: TPanel
  34.     Left = 0
  35.     Top = 0
  36.     Width = 617
  37.     Height = 25
  38.     Align = alTop
  39.     BevelInner = bvLowered
  40.     TabOrder = 0
  41.     object Label1: TLabel
  42.       Left = 366
  43.       Top = 5
  44.       Width = 57
  45.       Height = 15
  46.       Caption = 'Table Path'
  47.       Font.Charset = ANSI_CHARSET
  48.       Font.Color = clWindowText
  49.       Font.Height = -13
  50.       Font.Name = 'Times New Roman'
  51.       Font.Style = []
  52.       ParentFont = False
  53.     end
  54.     object BtnExecute: TButton
  55.       Left = 56
  56.       Top = 2
  57.       Width = 50
  58.       Height = 20
  59.       Caption = 'E&xecute'
  60.       TabOrder = 1
  61.       OnClick = BtnExecuteClick
  62.     end
  63.     object BtnClose: TButton
  64.       Left = 3
  65.       Top = 2
  66.       Width = 50
  67.       Height = 20
  68.       Caption = 'C&lose'
  69.       TabOrder = 0
  70.       OnClick = BtnCloseClick
  71.     end
  72.     object EdtTablePath: TEdit
  73.       Left = 427
  74.       Top = 2
  75.       Width = 160
  76.       Height = 21
  77.       TabOrder = 4
  78.       OnExit = EdtTablePathExit
  79.     end
  80.     object BtnOpenDirListBox: TButton
  81.       Left = 592
  82.       Top = 2
  83.       Width = 20
  84.       Height = 20
  85.       Hint = 'Click To Select or Deselect Directory List'
  86.       Caption = '...'
  87.       TabOrder = 5
  88.       OnClick = BtnOpenDirListBoxClick
  89.     end
  90.     object BtnPrevious: TButton
  91.       Left = 109
  92.       Top = 2
  93.       Width = 50
  94.       Height = 20
  95.       Caption = '&Previous'
  96.       Enabled = False
  97.       TabOrder = 2
  98.       OnClick = BtnPreviousClick
  99.     end
  100.     object BtnNext: TButton
  101.       Left = 162
  102.       Top = 2
  103.       Width = 50
  104.       Height = 20
  105.       Caption = '&Next'
  106.       Enabled = False
  107.       TabOrder = 3
  108.       OnClick = BtnNextClick
  109.     end
  110.   end
  111.   object DBCustGrid1: TDBCustGrid
  112.     Left = 0
  113.     Top = 133
  114.     Width = 617
  115.     Height = 122
  116.     Align = alClient
  117.     DataSource = DataSource1
  118.     Options = [dgEditing, dgTitles, dgIndicator, dgColumnResize, dgColLines, dgRowLines, dgConfirmDelete, dgCancelOnExit]
  119.     TabOrder = 2
  120.     TitleFont.Charset = DEFAULT_CHARSET
  121.     TitleFont.Color = clWindowText
  122.     TitleFont.Height = -11
  123.     TitleFont.Name = 'MS Sans Serif'
  124.     TitleFont.Style = []
  125.     RowsMark = 10
  126.   end
  127.   object GroupBox1: TGroupBox
  128.     Left = 0
  129.     Top = 25
  130.     Width = 617
  131.     Height = 105
  132.     Align = alTop
  133.     Caption = 'SQL Command'
  134.     TabOrder = 1
  135.     object RichEdit1: TRichEdit
  136.       Left = 2
  137.       Top = 15
  138.       Width = 613
  139.       Height = 88
  140.       Align = alClient
  141.       TabOrder = 0
  142.       OnKeyPress = RichEdit1KeyPress
  143.     end
  144.   end
  145.   object DirectoryListBox1: TDirectoryListBox
  146.     Left = 428
  147.     Top = 23
  148.     Width = 89
  149.     Height = 90
  150.     ItemHeight = 16
  151.     TabOrder = 3
  152.     Visible = False
  153.     OnEnter = DirectoryListBox1Enter
  154.     OnExit = DirectoryListBox1Exit
  155.   end
  156.   object Query1: TQuery
  157.     Left = 352
  158.     Top = 40
  159.   end
  160.   object DataSource1: TDataSource
  161.     DataSet = Query1
  162.     Left = 392
  163.     Top = 40
  164.   end
  165. end
  166.