?? phistorysearch.dfm
字號:
object FormHistorySearch: TFormHistorySearch
Left = 203
Top = 131
BorderStyle = bsDialog
Caption = '打印查詢'
ClientHeight = 213
ClientWidth = 423
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
Position = poDesktopCenter
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object TabControl1: TTabControl
Left = 12
Top = 9
Width = 395
Height = 181
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -16
Font.Name = '宋體'
Font.Style = []
ParentFont = False
TabOrder = 0
Tabs.Strings = (
'查詢條件')
TabIndex = 0
object ButtonCancle: TButton
Left = 264
Top = 89
Width = 75
Height = 25
Caption = '取消'
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -16
Font.Name = '宋體'
Font.Style = []
ParentFont = False
TabOrder = 0
OnClick = ButtonCancleClick
end
object ButtonOK: TButton
Left = 265
Top = 45
Width = 75
Height = 25
Caption = '查詢'
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -16
Font.Name = '宋體'
Font.Style = []
ParentFont = False
TabOrder = 1
OnClick = ButtonOKClick
end
object StaticText2: TStaticText
Left = 32
Top = 134
Width = 36
Height = 20
Caption = '月份'
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -16
Font.Name = '宋體'
Font.Style = []
ParentFont = False
TabOrder = 2
end
object StaticText4: TStaticText
Left = 33
Top = 105
Width = 36
Height = 20
Caption = '年份'
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -16
Font.Name = '宋體'
Font.Style = []
ParentFont = False
TabOrder = 3
end
object MaskEditYear: TMaskEdit
Left = 82
Top = 99
Width = 121
Height = 24
EditMask = '!9999;1;_'
MaxLength = 4
TabOrder = 4
Text = ' '
end
object MaskEditMonth: TMaskEdit
Left = 82
Top = 128
Width = 121
Height = 24
EditMask = '!99;1;_'
MaxLength = 2
TabOrder = 5
Text = ' '
end
object StaticText1: TStaticText
Left = 11
Top = 43
Width = 68
Height = 20
Caption = '生產(chǎn)批號'
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -16
Font.Name = '宋體'
Font.Style = []
ParentFont = False
TabOrder = 6
end
object StaticText3: TStaticText
Left = 9
Top = 72
Width = 68
Height = 20
Caption = '出荷編號'
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -16
Font.Name = '宋體'
Font.Style = []
ParentFont = False
TabOrder = 7
end
object EditLotNo: TEdit
Left = 82
Top = 41
Width = 121
Height = 24
TabOrder = 8
end
object EditHeNo: TEdit
Left = 82
Top = 71
Width = 121
Height = 24
end
end
end
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -