📄 fhd_cx_search.dfm
字号:
inherited Frm_FHD_CX_Search: TFrm_FHD_CX_Search
Left = 291
Top = 152
Caption = '查询条件'
ClientHeight = 302
ClientWidth = 404
OldCreateOrder = True
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 12
object Label1: TLabel
Left = 40
Top = 168
Width = 48
Height = 12
Caption = '发货单号'
end
object Label4: TLabel
Left = 40
Top = 197
Width = 48
Height = 12
Caption = '出库性质'
end
object Label5: TLabel
Left = 40
Top = 226
Width = 48
Height = 12
Caption = '去向单位'
end
object editFHDH: TEdit
Left = 106
Top = 165
Width = 151
Height = 20
CharCase = ecUpperCase
TabOrder = 4
end
object cmbCkxz: TFieldComboBox
Left = 106
Top = 194
Width = 151
Height = 20
Style = csDropDownList
ItemHeight = 12
TabOrder = 5
end
object cmbQXDW: TFieldComboBox
Left = 106
Top = 222
Width = 151
Height = 20
Style = csDropDownList
ItemHeight = 12
TabOrder = 6
end
object rdZTZT: TRadioGroup
Left = 32
Top = 59
Width = 226
Height = 45
Caption = '在途状态'
Columns = 3
ItemIndex = 0
Items.Strings = (
'全部'
'发货'
'在途')
TabOrder = 1
end
object rdFHZT: TRadioGroup
Left = 32
Top = 110
Width = 226
Height = 45
Caption = '复核状态'
Columns = 3
ItemIndex = 0
Items.Strings = (
'全部'
'未复核'
'已复核')
TabOrder = 3
end
object BitBtn1: TBitBtn
Left = 192
Top = 258
Width = 75
Height = 25
Caption = '确定'
ModalResult = 1
TabOrder = 7
OnClick = BitBtn1Click
NumGlyphs = 2
end
object BitBtn2: TBitBtn
Left = 294
Top = 258
Width = 75
Height = 25
Cancel = True
Caption = '取消'
ModalResult = 2
TabOrder = 8
NumGlyphs = 2
end
object Panel2: TPanel
Left = 266
Top = 63
Width = 103
Height = 41
BevelOuter = bvNone
TabOrder = 2
object Label6: TLabel
Left = 9
Top = 16
Width = 24
Height = 12
Caption = '面值'
end
object Label2: TLabel
Left = 85
Top = 15
Width = 12
Height = 12
Caption = '分'
end
object db1: TRxCalcEdit
Left = 37
Top = 10
Width = 45
Height = 21
AutoSize = False
ClickKey = 0
ButtonWidth = 0
NumGlyphs = 2
TabOrder = 0
end
end
object GroupBox1: TGroupBox
Left = 32
Top = 8
Width = 341
Height = 45
Caption = '开单日期'
TabOrder = 0
object Label7: TLabel
Left = 174
Top = 20
Width = 48
Height = 12
Caption = '结束日期'
end
object Label8: TLabel
Left = 9
Top = 19
Width = 48
Height = 12
Caption = '开始日期'
end
object d1: TDateEdit
Left = 66
Top = 16
Width = 86
Height = 20
ButtonWidth = 18
NumGlyphs = 2
PopupFont.Charset = DEFAULT_CHARSET
PopupFont.Color = clWindowText
PopupFont.Height = -11
PopupFont.Name = 'MS Sans Serif'
PopupFont.Style = []
YearDigits = dyFour
TabOrder = 0
Text = '2000-01-30'
end
object d2: TDateEdit
Left = 231
Top = 15
Width = 86
Height = 21
ButtonWidth = 18
NumGlyphs = 2
PopupFont.Charset = DEFAULT_CHARSET
PopupFont.Color = clWindowText
PopupFont.Height = -11
PopupFont.Name = 'MS Sans Serif'
PopupFont.Style = []
YearDigits = dyFour
TabOrder = 1
Text = '2000-01-30'
end
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -