home *** CD-ROM | disk | FTP | other *** search
/ Chip 1997 April / Chip_1997-04_cd.bin / prezent / cb / data.z / QUERYFRM.DFM / QUERYFRM.txt
Text File  |  1997-01-16  |  3KB  |  158 lines

  1. object AdhocForm: TAdhocForm
  2.   Left = 195
  3.   Top = 108
  4.   Width = 553
  5.   Height = 324
  6.   Caption = 'Adhoc Background Query Demo'
  7.   Font.Color = clWindowText
  8.   Font.Height = -11
  9.   Font.Name = 'MS Sans Serif'
  10.   Font.Style = []
  11.   Position = poScreenCenter
  12.   OnCloseQuery = FormCloseQuery
  13.   OnCreate = FormCreate
  14.   OnDestroy = FormDestroy
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Label1: TLabel
  18.     Left = 16
  19.     Top = 16
  20.     Width = 74
  21.     Height = 13
  22.     Caption = '&Database Alias:'
  23.     FocusControl = AliasCombo
  24.   end
  25.   object Label2: TLabel
  26.     Left = 16
  27.     Top = 56
  28.     Width = 31
  29.     Height = 13
  30.     Caption = '&Query:'
  31.   end
  32.   object Label3: TLabel
  33.     Left = 152
  34.     Top = 16
  35.     Width = 56
  36.     Height = 13
  37.     Caption = '&User Name:'
  38.     FocusControl = NameEdit
  39.   end
  40.   object Label4: TLabel
  41.     Left = 304
  42.     Top = 16
  43.     Width = 49
  44.     Height = 13
  45.     Caption = '&Password:'
  46.     FocusControl = PasswordEdit
  47.   end
  48.   object Label5: TLabel
  49.     Left = 15
  50.     Top = 259
  51.     Width = 72
  52.     Height = 13
  53.     Caption = '&Retrieve query:'
  54.     FocusControl = SavedQueryCombo
  55.   end
  56.   object Bevel1: TBevel
  57.     Left = 8
  58.     Top = 8
  59.     Width = 449
  60.     Height = 281
  61.     Shape = bsFrame
  62.   end
  63.   object AliasCombo: TComboBox
  64.     Left = 16
  65.     Top = 32
  66.     Width = 129
  67.     Height = 20
  68.     ItemHeight = 13
  69.     TabOrder = 0
  70.     Text = 'AliasCombo'
  71.   end
  72.   object NameEdit: TEdit
  73.     Left = 152
  74.     Top = 32
  75.     Width = 145
  76.     Height = 20
  77.     TabOrder = 1
  78.     Text = 'NameEdit'
  79.   end
  80.   object PasswordEdit: TEdit
  81.     Left = 304
  82.     Top = 32
  83.     Width = 137
  84.     Height = 20
  85.     PasswordChar = '*'
  86.     TabOrder = 2
  87.     Text = 'masterkey'
  88.   end
  89.   object ExecuteBtn: TButton
  90.     Left = 464
  91.     Top = 8
  92.     Width = 75
  93.     Height = 25
  94.     Caption = '&Execute'
  95.     Default = True
  96.     TabOrder = 3
  97.     OnClick = ExecuteBtnClick
  98.   end
  99.   object CloseBtn: TButton
  100.     Left = 464
  101.     Top = 134
  102.     Width = 75
  103.     Height = 25
  104.     Cancel = True
  105.     Caption = '&Close'
  106.     TabOrder = 4
  107.     OnClick = CloseBtnClick
  108.   end
  109.   object SavedQueryCombo: TComboBox
  110.     Left = 96
  111.     Top = 256
  112.     Width = 345
  113.     Height = 20
  114.     Style = csDropDownList
  115.     ItemHeight = 13
  116.     TabOrder = 5
  117.     OnChange = SavedQueryComboChange
  118.   end
  119.   object SaveBtn: TButton
  120.     Left = 464
  121.     Top = 72
  122.     Width = 75
  123.     Height = 25
  124.     Caption = '&Save'
  125.     TabOrder = 6
  126.     OnClick = SaveBtnClick
  127.   end
  128.   object SaveAsBtn: TButton
  129.     Left = 464
  130.     Top = 104
  131.     Width = 75
  132.     Height = 25
  133.     Caption = 'Save &as'
  134.     TabOrder = 7
  135.     OnClick = SaveAsBtnClick
  136.   end
  137.   object NewBtn: TButton
  138.     Left = 464
  139.     Top = 40
  140.     Width = 75
  141.     Height = 25
  142.     Caption = '&New'
  143.     TabOrder = 8
  144.     OnClick = NewBtnClick
  145.   end
  146.   object QueryEdit: TRichEdit
  147.     Left = 16
  148.     Top = 72
  149.     Width = 425
  150.     Height = 169
  151.     Lines.Strings = (
  152.       'QueryEdit')
  153.     PlainText = True
  154.     TabOrder = 9
  155.     WantTabs = True
  156.   end
  157. end
  158.