home *** CD-ROM | disk | FTP | other *** search
/ Chip: Shareware for Win 95 / Chip-Shareware-Win95.bin / komunik / webedit / data.z / WebEdit.exe / 0 / RCDATA / TFRMSSISTATEMENT / TFRMSSISTATEMENT.txt
Text File  |  1996-10-14  |  3KB  |  167 lines

  1. object frmSSIStatement: TfrmSSIStatement
  2.   Left = 428
  3.   Top = 99
  4.   HelpContext = 1
  5.   ActiveControl = OKBtn
  6.   BorderStyle = bsDialog
  7.   Caption = 'Statement'
  8.   ClientHeight = 246
  9.   ClientWidth = 317
  10.   Font.Color = clBlack
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   OnShow = FormShow
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Bevel1: TBevel
  19.     Left = 8
  20.     Top = 8
  21.     Width = 300
  22.     Height = 201
  23.     Shape = bsFrame
  24.     IsControl = True
  25.   end
  26.   object lblSelect: TLabel
  27.     Left = 24
  28.     Top = 23
  29.     Width = 30
  30.     Height = 13
  31.     Caption = '&Select'
  32.     FocusControl = txtSelect
  33.   end
  34.   object lblFrom: TLabel
  35.     Left = 24
  36.     Top = 54
  37.     Width = 23
  38.     Height = 13
  39.     Caption = '&From'
  40.     FocusControl = txtFrom
  41.   end
  42.   object lblWhere: TLabel
  43.     Left = 24
  44.     Top = 85
  45.     Width = 32
  46.     Height = 13
  47.     Caption = '&Where'
  48.     FocusControl = txtWhere
  49.   end
  50.   object lblLike: TLabel
  51.     Left = 24
  52.     Top = 147
  53.     Width = 20
  54.     Height = 13
  55.     Caption = '&Like'
  56.     FocusControl = txtLike
  57.   end
  58.   object lblOrder: TLabel
  59.     Left = 24
  60.     Top = 178
  61.     Width = 26
  62.     Height = 13
  63.     Caption = '&Order'
  64.     FocusControl = cmbOrder
  65.   end
  66.   object OKBtn: TBitBtn
  67.     Left = 64
  68.     Top = 216
  69.     Width = 77
  70.     Height = 25
  71.     HelpContext = 1
  72.     Caption = 'OK'
  73.     Default = True
  74.     ModalResult = 1
  75.     TabOrder = 7
  76.     NumGlyphs = 2
  77.     Spacing = -1
  78.     IsControl = True
  79.   end
  80.   object CancelBtn: TBitBtn
  81.     Left = 148
  82.     Top = 216
  83.     Width = 77
  84.     Height = 25
  85.     HelpContext = 1
  86.     Cancel = True
  87.     Caption = 'Cancel'
  88.     ModalResult = 2
  89.     TabOrder = 8
  90.     NumGlyphs = 2
  91.     Spacing = -1
  92.     IsControl = True
  93.   end
  94.   object HelpBtn: TBitBtn
  95.     Left = 232
  96.     Top = 216
  97.     Width = 77
  98.     Height = 25
  99.     HelpContext = 1
  100.     Caption = '&Help'
  101.     TabOrder = 9
  102.     OnClick = HelpBtnClick
  103.     NumGlyphs = 2
  104.     Spacing = -1
  105.     IsControl = True
  106.   end
  107.   object cmbEquals: TComboBox
  108.     Left = 24
  109.     Top = 113
  110.     Width = 33
  111.     Height = 21
  112.     ItemHeight = 13
  113.     Items.Strings = (
  114.       '='
  115.       '!=')
  116.     TabOrder = 3
  117.     Text = '='
  118.   end
  119.   object txtSelect: TEdit
  120.     Left = 72
  121.     Top = 20
  122.     Width = 225
  123.     Height = 21
  124.     TabOrder = 0
  125.   end
  126.   object txtFrom: TEdit
  127.     Left = 72
  128.     Top = 51
  129.     Width = 225
  130.     Height = 21
  131.     TabOrder = 1
  132.   end
  133.   object txtWhere: TEdit
  134.     Left = 72
  135.     Top = 82
  136.     Width = 225
  137.     Height = 21
  138.     TabOrder = 2
  139.   end
  140.   object txtEqualsVar: TEdit
  141.     Left = 72
  142.     Top = 114
  143.     Width = 225
  144.     Height = 21
  145.     TabOrder = 4
  146.   end
  147.   object txtLike: TEdit
  148.     Left = 72
  149.     Top = 145
  150.     Width = 225
  151.     Height = 21
  152.     TabOrder = 5
  153.   end
  154.   object cmbOrder: TComboBox
  155.     Left = 72
  156.     Top = 176
  157.     Width = 225
  158.     Height = 21
  159.     ItemHeight = 13
  160.     Items.Strings = (
  161.       'asc'
  162.       'desc')
  163.     TabOrder = 6
  164.     Text = 'asc'
  165.   end
  166. end
  167.