?? taxreportunit.dfm
字號:
object taxreport: Ttaxreport
Left = 188
Top = 110
BorderIcons = [biSystemMenu, biMaximize]
BorderStyle = bsSingle
Caption = '綜合統計'
ClientHeight = 343
ClientWidth = 602
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
Position = poDesktopCenter
OnCanResize = FormCanResize
OnPaint = FormPaint
OnResize = FormResize
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object Bevel1: TBevel
Left = 8
Top = 40
Width = 585
Height = 297
Shape = bsFrame
end
object ComboBox1: TComboBox
Left = 8
Top = 8
Width = 113
Height = 21
Style = csDropDownList
ItemHeight = 13
TabOrder = 0
Items.Strings = (
'按工號查看'
'按姓名查看'
'按部門查看'
'按工種查看')
end
object Edit1: TEdit
Left = 128
Top = 8
Width = 153
Height = 21
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = '宋體'
Font.Style = []
ParentFont = False
TabOrder = 1
Text = 'Edit1'
end
object xpButton1: TxpButton
Left = 287
Top = 8
Width = 75
Height = 25
Caption = '查詢'
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = '宋體'
Font.Style = []
TabOrder = 2
TabStop = True
OnClick = xpButton1Click
end
object DBGrid1: TDBGrid
Left = 16
Top = 48
Width = 569
Height = 281
DataSource = sl_data.DataSource1
Options = [dgTitles, dgIndicator, dgColumnResize, dgColLines, dgRowLines, dgTabs, dgConfirmDelete, dgCancelOnExit]
ReadOnly = True
TabOrder = 3
TitleFont.Charset = DEFAULT_CHARSET
TitleFont.Color = clWindowText
TitleFont.Height = -11
TitleFont.Name = 'MS Sans Serif'
TitleFont.Style = []
OnDrawColumnCell = DBGrid1DrawColumnCell
OnDblClick = DBGrid1DblClick
end
object xpButton4: TxpButton
Left = 367
Top = 8
Width = 73
Height = 25
Caption = '瀏覽'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
TabOrder = 4
TabStop = True
OnClick = DBGrid1DblClick
end
end
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -