?? pfm_query.dfm
字號:
object fm_query: Tfm_query
Left = 173
Top = 109
BorderStyle = bsDialog
Caption = '設置查詢條件'
ClientHeight = 348
ClientWidth = 545
Color = clBtnFace
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = '宋體'
Font.Style = []
OldCreateOrder = False
Position = poScreenCenter
OnClose = FormClose
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object LView1: TListView
Left = 0
Top = 121
Width = 545
Height = 227
Align = alClient
Color = clInfoBk
Columns = <>
ReadOnly = True
RowSelect = True
TabOrder = 0
ViewStyle = vsReport
end
object Panel1: TPanel
Left = 0
Top = 0
Width = 545
Height = 121
Align = alTop
BevelInner = bvLowered
TabOrder = 1
object Label1: TLabel
Left = 8
Top = 32
Width = 33
Height = 13
AutoSize = False
Caption = '字段'
end
object Label2: TLabel
Left = 168
Top = 32
Width = 41
Height = 13
AutoSize = False
Caption = '操作符'
end
object Label3: TLabel
Left = 272
Top = 32
Width = 32
Height = 13
AutoSize = False
Caption = '條件'
end
object Label4: TLabel
Left = 473
Top = 32
Width = 26
Height = 13
Caption = '關系'
end
object Label5: TLabel
Left = 8
Top = 8
Width = 104
Height = 13
Caption = '加入你的查詢條件'
end
object ComBox1: TComboBox
Left = 8
Top = 48
Width = 145
Height = 21
Style = csDropDownList
ItemHeight = 13
TabOrder = 0
OnChange = ComBox1Change
end
object ComBox2: TComboBox
Left = 168
Top = 48
Width = 89
Height = 21
Style = csDropDownList
ItemHeight = 13
TabOrder = 1
end
object ComBox3: TComboBox
Left = 264
Top = 48
Width = 193
Height = 21
ItemHeight = 13
TabOrder = 2
OnKeyPress = ComBox3KeyPress
end
object ComBox4: TComboBox
Left = 472
Top = 48
Width = 65
Height = 21
Style = csDropDownList
ItemHeight = 13
TabOrder = 3
Items.Strings = (
'AND'
'OR')
end
object BitBtn1: TBitBtn
Left = 8
Top = 88
Width = 75
Height = 25
Caption = '加入'
TabOrder = 4
OnClick = BitBtn1Click
end
object BitBtn2: TBitBtn
Left = 96
Top = 88
Width = 75
Height = 25
Caption = '刪除'
TabOrder = 5
OnClick = BitBtn2Click
end
object BitBtn3: TBitBtn
Left = 184
Top = 88
Width = 75
Height = 25
Caption = '全部刪除'
TabOrder = 6
OnClick = BitBtn3Click
end
object BitBtn4: TBitBtn
Left = 360
Top = 88
Width = 73
Height = 25
Caption = '開始查詢'
TabOrder = 7
OnClick = BitBtn4Click
end
object BitBtn5: TBitBtn
Left = 448
Top = 88
Width = 73
Height = 25
Caption = '取消查詢'
TabOrder = 8
OnClick = BitBtn5Click
end
end
end
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -