📄 rkd_cx_search.dfm
字号:
inherited Frm_RKD_CX_Search: TFrm_RKD_CX_Search
Left = 221
Top = 53
Caption = '查询条件'
ClientHeight = 258
ClientWidth = 392
OldCreateOrder = True
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 12
object Label1: TLabel
Left = 34
Top = 124
Width = 48
Height = 12
Caption = '入库单号'
end
object Label4: TLabel
Left = 34
Top = 154
Width = 48
Height = 12
Caption = '入库性质'
end
object Label5: TLabel
Left = 36
Top = 182
Width = 48
Height = 12
Caption = '来源单位'
end
object Panel2: TPanel
Left = 241
Top = 72
Width = 124
Height = 41
BevelOuter = bvNone
TabOrder = 2
object Label6: TLabel
Left = 25
Top = 16
Width = 24
Height = 12
Caption = '面值'
end
object db1: TRxCalcEdit
Left = 57
Top = 10
Width = 42
Height = 21
AutoSize = False
ClickKey = 0
ButtonWidth = 0
NumGlyphs = 2
TabOrder = 0
end
end
object editFHDH: TEdit
Left = 98
Top = 121
Width = 143
Height = 20
CharCase = ecUpperCase
TabOrder = 3
end
object cmbCkxz: TFieldComboBox
Left = 98
Top = 150
Width = 144
Height = 20
Style = csDropDownList
ItemHeight = 12
TabOrder = 4
end
object cmbQXDW: TFieldComboBox
Left = 98
Top = 178
Width = 144
Height = 20
Style = csDropDownList
ItemHeight = 12
TabOrder = 5
end
object rdFHZT: TRadioGroup
Left = 28
Top = 66
Width = 213
Height = 47
Caption = '复核状态'
Columns = 3
ItemIndex = 0
Items.Strings = (
'全部'
'未复核'
'已复核')
TabOrder = 1
end
object BitBtn1: TBitBtn
Left = 191
Top = 213
Width = 75
Height = 25
Caption = '确定'
ModalResult = 1
TabOrder = 6
OnClick = BitBtn1Click
NumGlyphs = 2
end
object BitBtn2: TBitBtn
Left = 289
Top = 213
Width = 75
Height = 25
Cancel = True
Caption = '取消'
ModalResult = 2
TabOrder = 7
NumGlyphs = 2
end
object GroupBox1: TGroupBox
Left = 28
Top = 12
Width = 337
Height = 49
Caption = '开单日期'
TabOrder = 0
object Label7: TLabel
Left = 174
Top = 22
Width = 48
Height = 12
Caption = '结束日期'
end
object Label8: TLabel
Left = 9
Top = 21
Width = 48
Height = 12
Caption = '开始日期'
end
object d1: TDateEdit
Left = 62
Top = 18
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 = 227
Top = 17
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 + -