?? 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 + -