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
Wrap
Text File
|
1996-10-14
|
3KB
|
167 lines
object frmSSIStatement: TfrmSSIStatement
Left = 428
Top = 99
HelpContext = 1
ActiveControl = OKBtn
BorderStyle = bsDialog
Caption = 'Statement'
ClientHeight = 246
ClientWidth = 317
Font.Color = clBlack
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
Position = poScreenCenter
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object Bevel1: TBevel
Left = 8
Top = 8
Width = 300
Height = 201
Shape = bsFrame
IsControl = True
end
object lblSelect: TLabel
Left = 24
Top = 23
Width = 30
Height = 13
Caption = '&Select'
FocusControl = txtSelect
end
object lblFrom: TLabel
Left = 24
Top = 54
Width = 23
Height = 13
Caption = '&From'
FocusControl = txtFrom
end
object lblWhere: TLabel
Left = 24
Top = 85
Width = 32
Height = 13
Caption = '&Where'
FocusControl = txtWhere
end
object lblLike: TLabel
Left = 24
Top = 147
Width = 20
Height = 13
Caption = '&Like'
FocusControl = txtLike
end
object lblOrder: TLabel
Left = 24
Top = 178
Width = 26
Height = 13
Caption = '&Order'
FocusControl = cmbOrder
end
object OKBtn: TBitBtn
Left = 64
Top = 216
Width = 77
Height = 25
HelpContext = 1
Caption = 'OK'
Default = True
ModalResult = 1
TabOrder = 7
NumGlyphs = 2
Spacing = -1
IsControl = True
end
object CancelBtn: TBitBtn
Left = 148
Top = 216
Width = 77
Height = 25
HelpContext = 1
Cancel = True
Caption = 'Cancel'
ModalResult = 2
TabOrder = 8
NumGlyphs = 2
Spacing = -1
IsControl = True
end
object HelpBtn: TBitBtn
Left = 232
Top = 216
Width = 77
Height = 25
HelpContext = 1
Caption = '&Help'
TabOrder = 9
OnClick = HelpBtnClick
NumGlyphs = 2
Spacing = -1
IsControl = True
end
object cmbEquals: TComboBox
Left = 24
Top = 113
Width = 33
Height = 21
ItemHeight = 13
Items.Strings = (
'='
'!=')
TabOrder = 3
Text = '='
end
object txtSelect: TEdit
Left = 72
Top = 20
Width = 225
Height = 21
TabOrder = 0
end
object txtFrom: TEdit
Left = 72
Top = 51
Width = 225
Height = 21
TabOrder = 1
end
object txtWhere: TEdit
Left = 72
Top = 82
Width = 225
Height = 21
TabOrder = 2
end
object txtEqualsVar: TEdit
Left = 72
Top = 114
Width = 225
Height = 21
TabOrder = 4
end
object txtLike: TEdit
Left = 72
Top = 145
Width = 225
Height = 21
TabOrder = 5
end
object cmbOrder: TComboBox
Left = 72
Top = 176
Width = 225
Height = 21
ItemHeight = 13
Items.Strings = (
'asc'
'desc')
TabOrder = 6
Text = 'asc'
end
end