一个用Delphi开发的ERP软件
源代码在线查看: hwlocate.dfm.svn-base
object HwLocateForm: THwLocateForm
Left = 192
Top = 107
BorderIcons = [biSystemMenu]
BorderStyle = bsSingle
Caption = #26597#25214
ClientHeight = 238
ClientWidth = 212
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = #23435#20307
Font.Pitch = fpFixed
Font.Style = []
KeyPreview = True
OldCreateOrder = False
Position = poMainFormCenter
OnClose = FormClose
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 12
object gpLocateType: TGroupBox
Left = 4
Top = 52
Width = 201
Height = 101
Caption = #26597#25214#31867#22411'(&S)'
TabOrder = 0
object cbCaseSensitive: TCheckBox
Left = 12
Top = 16
Width = 181
Height = 21
Hint = #26597#25214#26102#24573#30053#22823#23567#20889
Caption = #24573#30053#22823#23567#20889'(&C)'
Checked = True
Color = clBtnFace
ParentColor = False
ParentShowHint = False
ShowHint = True
State = cbChecked
TabOrder = 0
end
object rbExactMatch: TRadioButton
Left = 12
Top = 44
Width = 181
Height = 17
Hint = #26597#25214#30340#20869#23481#24517#39035#23436#20840#30456#31561
Caption = #31934#30830#26597#25214'(&E)'
ParentShowHint = False
ShowHint = True
TabOrder = 1
end
object rbPartialMatchStart: TRadioButton
Left = 12
Top = 62
Width = 185
Height = 17
Hint = #36215#22987#37096#20221#19982#26597#25214#20869#23481#30456#31561
Caption = #36215#22987#37096#20221#21305#37197#26597#25214'(&P)'
ParentShowHint = False
ShowHint = True
TabOrder = 2
end
object rbPartialMatchAny: TRadioButton
Left = 12
Top = 80
Width = 185
Height = 17
Hint = #20219#24847#37096#20221#19982#26597#25214#20869#23481#30456#31561
Caption = #27169#31946#26597#25214'(&A)'
Checked = True
ParentShowHint = False
ShowHint = True
TabOrder = 3
TabStop = True
end
object Panel1: TPanel
Left = 1
Top = 38
Width = 200
Height = 2
BevelOuter = bvLowered
TabOrder = 4
end
end
object gpFields: TGroupBox
Left = 4
Top = 156
Width = 201
Height = 49
Caption = #23383#27573'(&F)'
TabOrder = 1
object cbFieldName: TComboBox
Left = 12
Top = 20
Width = 181
Height = 20
Hint = #36873#25321#35201#26597#25214#30340#23383#27573
Style = csDropDownList
ItemHeight = 12
ParentShowHint = False
ShowHint = True
TabOrder = 0
end
end
object gpFieldValue: TGroupBox
Left = 4
Top = 4
Width = 201
Height = 45
Caption = #23383#27573#20540'(&V)'
TabOrder = 2
object edtLocateValue: TEdit
Left = 12
Top = 17
Width = 181
Height = 20
Hint = #36755#20837#35201#26597#25214#23383#27573#30340#20540
AutoSize = False
ParentShowHint = False
ShowHint = True
TabOrder = 0
end
end
object btnLocate: TButton
Left = 4
Top = 209
Width = 57
Height = 27
Hint = #26597#25214#31532#19968#26465#31526#21512#26465#20214#30340#35760#24405
Caption = #26597#25214'(&L)'
Default = True
ParentShowHint = False
ShowHint = True
TabOrder = 3
OnClick = btnLocateClick
end
object btnNext: TButton
Left = 68
Top = 209
Width = 57
Height = 27
Hint = #26597#25214#19979#19968#26465#31526#21512#26465#20214#30340#35760#24405
Caption = #19979#19968#20010'(&N)'
ParentShowHint = False
ShowHint = True
TabOrder = 4
OnClick = btnNextClick
end
object btnExit: TButton
Left = 148
Top = 209
Width = 57
Height = 27
Hint = #36864#20986#26597#25214#31383#20307
Caption = #36864#20986'(&X)'
ParentShowHint = False
ShowHint = True
TabOrder = 5
OnClick = btnExitClick
end
end