📄 salary_win.dfm
字号:
object sal_win: Tsal_win
Left = 422
Top = 320
BorderStyle = bsSingle
Caption = #24037#36164#25253#34920#31383#21475
ClientHeight = 137
ClientWidth = 279
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
PixelsPerInch = 96
TextHeight = 13
object Panel1: TPanel
Left = 0
Top = 0
Width = 281
Height = 137
BorderStyle = bsSingle
Color = clGray
TabOrder = 0
object Label1: TLabel
Left = 40
Top = 24
Width = 66
Height = 13
Caption = #36873#25321#24180#20221': '
end
object Label2: TLabel
Left = 40
Top = 64
Width = 63
Height = 13
Caption = #36873#25321#26376#20221': '
end
object ComboBox1: TComboBox
Left = 120
Top = 16
Width = 89
Height = 21
Color = clAqua
ItemHeight = 13
ItemIndex = 5
TabOrder = 0
Text = '2005'
OnChange = ComboBox1Change
Items.Strings = (
'2000'
'2001'
'2002'
'2003'
'2004'
'2005'
'2006'
'2007'
'2008'
'2009'
'2010')
end
object ComboBox2: TComboBox
Left = 120
Top = 56
Width = 89
Height = 21
Color = clAqua
ItemHeight = 13
ItemIndex = 2
TabOrder = 1
Text = '03'
OnChange = ComboBox2Change
Items.Strings = (
'01'
'02'
'03'
'04'
'05'
'06'
'07'
'08'
'09'
'10'
'11'
'12')
end
object BitBtn1: TBitBtn
Left = 112
Top = 104
Width = 75
Height = 25
Caption = #30830#23450
TabOrder = 2
OnClick = BitBtn1Click
end
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -