⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 gz2.prg

📁 一个很优秀的企业人事管理系统。本软件免费
💻 PRG
📖 第 1 页 / 共 3 页
字号:
		Alignment = 2, ;
		Caption = "总扣数", ;
		Name = "Header1"


	ADD OBJECT gz2.grid1.column22.text1 AS textbox WITH ;
		BorderStyle = 0, ;
		Enabled = .T., ;
		Margin = 0, ;
		ReadOnly = .T., ;
		ForeColor = RGB(0,0,0), ;
		BackColor = RGB(255,255,255), ;
		Name = "Text1"


	ADD OBJECT gz2.grid1.column23.header1 AS header WITH ;
		Alignment = 2, ;
		Caption = "实发数", ;
		Name = "Header1"


	ADD OBJECT gz2.grid1.column23.text1 AS textbox WITH ;
		BorderStyle = 0, ;
		Enabled = .T., ;
		Margin = 0, ;
		ReadOnly = .T., ;
		ForeColor = RGB(0,0,0), ;
		BackColor = RGB(255,255,255), ;
		Name = "Text1"


	ADD OBJECT gz2.grid1.column24.header1 AS header WITH ;
		Alignment = 2, ;
		Caption = "输入日期", ;
		Name = "Header1"


	ADD OBJECT gz2.grid1.column24.text1 AS textbox WITH ;
		BorderStyle = 0, ;
		Enabled = .T., ;
		Margin = 0, ;
		ReadOnly = .T., ;
		ForeColor = RGB(0,0,0), ;
		BackColor = RGB(255,255,255), ;
		Name = "Text1"


	ADD OBJECT gz2.grid1.column25.header1 AS header WITH ;
		Alignment = 2, ;
		Caption = "年份", ;
		Name = "Header1"


	ADD OBJECT gz2.grid1.column25.text1 AS textbox WITH ;
		BorderStyle = 0, ;
		Margin = 0, ;
		ForeColor = RGB(0,0,0), ;
		BackColor = RGB(255,255,255), ;
		Name = "Text1"


	ADD OBJECT gz2.grid1.column26.header1 AS header WITH ;
		Alignment = 2, ;
		Caption = "月份", ;
		Name = "Header1"


	ADD OBJECT gz2.grid1.column26.text1 AS textbox WITH ;
		BorderStyle = 0, ;
		Margin = 0, ;
		ForeColor = RGB(0,0,0), ;
		BackColor = RGB(255,255,255), ;
		Name = "Text1"


	ADD OBJECT combo1 AS combobox WITH ;
		FontSize = 10, ;
		RowSourceType = 8, ;
		RowSource = "gzb", ;
		Height = 25, ;
		Left = 212, ;
		Top = 449, ;
		Width = 109, ;
		Name = "Combo1"


	ADD OBJECT label10 AS label WITH ;
		AutoSize = .T., ;
		FontBold = .T., ;
		FontName = "楷体_GB2312", ;
		FontSize = 12, ;
		Caption = "排序字段", ;
		Height = 20, ;
		Left = 130, ;
		Top = 453, ;
		Width = 71, ;
		ForeColor = RGB(0,0,255), ;
		Name = "Label10"


	ADD OBJECT command1 AS commandbutton WITH ;
		Top = 444, ;
		Left = 341, ;
		Height = 35, ;
		Width = 97, ;
		FontBold = .T., ;
		FontName = "楷体_GB2312", ;
		FontSize = 14, ;
		Caption = "排序确定", ;
		ForeColor = RGB(255,0,0), ;
		Name = "Command1"


	ADD OBJECT command2 AS commandbutton WITH ;
		Top = 448, ;
		Left = 666, ;
		Height = 33, ;
		Width = 65, ;
		FontBold = .T., ;
		FontName = "楷体_GB2312", ;
		FontSize = 14, ;
		Caption = "返回", ;
		TabIndex = 52, ;
		ForeColor = RGB(255,0,0), ;
		Name = "Command2"


	ADD OBJECT shape1 AS shape WITH ;
		Top = 316, ;
		Left = 4, ;
		Height = 119, ;
		Width = 763, ;
		SpecialEffect = 0, ;
		Name = "Shape1"


	ADD OBJECT txtxm AS textbox WITH ;
		Comment = "", ;
		FontBold = .T., ;
		FontSize = 10, ;
		ControlSource = "", ;
		Height = 23, ;
		Left = 70, ;
		TabIndex = 5, ;
		Top = 326, ;
		Width = 57, ;
		Name = "txtXm"


	ADD OBJECT lblxm AS label WITH ;
		AutoSize = .T., ;
		FontBold = .T., ;
		FontSize = 10, ;
		WordWrap = .F., ;
		BackStyle = 0, ;
		Caption = "姓名", ;
		Height = 17, ;
		Left = 36, ;
		Top = 332, ;
		Width = 31, ;
		TabIndex = 4, ;
		ForeColor = RGB(0,0,255), ;
		Name = "lblXm"


	ADD OBJECT txtpm AS textbox WITH ;
		Comment = "", ;
		FontBold = .T., ;
		FontSize = 10, ;
		ControlSource = "", ;
		Height = 23, ;
		Left = 192, ;
		TabIndex = 7, ;
		Top = 326, ;
		Width = 57, ;
		Name = "txtPm"


	ADD OBJECT lblpm AS label WITH ;
		AutoSize = .T., ;
		FontBold = .T., ;
		FontSize = 10, ;
		WordWrap = .F., ;
		BackStyle = 0, ;
		Caption = "部门", ;
		Height = 17, ;
		Left = 158, ;
		Top = 331, ;
		Width = 31, ;
		TabIndex = 6, ;
		ForeColor = RGB(0,0,255), ;
		Name = "lblPm"


	ADD OBJECT lblf1 AS label WITH ;
		AutoSize = .T., ;
		FontBold = .T., ;
		FontSize = 10, ;
		WordWrap = .F., ;
		BackStyle = 0, ;
		Caption = "职务工资", ;
		Height = 17, ;
		Left = 255, ;
		Top = 331, ;
		Width = 59, ;
		TabIndex = 8, ;
		ForeColor = RGB(0,0,255), ;
		Name = "lblF1"


	ADD OBJECT txtf2 AS textbox WITH ;
		Comment = "", ;
		FontBold = .T., ;
		FontSize = 10, ;
		ControlSource = "", ;
		Height = 23, ;
		Left = 432, ;
		TabIndex = 11, ;
		Top = 326, ;
		Width = 57, ;
		Name = "txtF2"


	ADD OBJECT lblf2 AS label WITH ;
		AutoSize = .T., ;
		FontBold = .T., ;
		FontSize = 10, ;
		WordWrap = .F., ;
		BackStyle = 0, ;
		Caption = "结余补贴", ;
		Height = 17, ;
		Left = 374, ;
		Top = 333, ;
		Width = 59, ;
		TabIndex = 10, ;
		ForeColor = RGB(0,0,255), ;
		Name = "lblF2"


	ADD OBJECT txtf3 AS textbox WITH ;
		Comment = "", ;
		FontBold = .T., ;
		FontSize = 10, ;
		ControlSource = "", ;
		Height = 23, ;
		Left = 552, ;
		TabIndex = 13, ;
		Top = 326, ;
		Width = 57, ;
		Name = "txtF3"


	ADD OBJECT lblf3 AS label WITH ;
		AutoSize = .T., ;
		FontBold = .T., ;
		FontSize = 10, ;
		WordWrap = .F., ;
		BackStyle = 0, ;
		Caption = "奖金津贴", ;
		Left = 493, ;
		Top = 334, ;
		Width = 59, ;
		TabIndex = 12, ;
		ForeColor = RGB(0,0,255), ;
		Name = "lblF3"


	ADD OBJECT txtf4 AS textbox WITH ;
		Comment = "", ;
		FontBold = .T., ;
		FontSize = 10, ;
		ControlSource = "", ;
		Height = 23, ;
		Left = 672, ;
		TabIndex = 15, ;
		Top = 326, ;
		Width = 57, ;
		Name = "txtF4"


	ADD OBJECT lblf4 AS label WITH ;
		AutoSize = .T., ;
		FontBold = .T., ;
		FontSize = 10, ;
		WordWrap = .F., ;
		BackStyle = 0, ;
		Caption = "校内津贴", ;
		Left = 613, ;
		Top = 332, ;
		Width = 59, ;
		TabIndex = 14, ;
		ForeColor = RGB(0,0,255), ;
		Name = "lblF4"


	ADD OBJECT txtf5 AS textbox WITH ;
		Comment = "", ;
		FontBold = .T., ;
		FontSize = 10, ;
		ControlSource = "", ;
		Height = 23, ;
		Left = 70, ;
		TabIndex = 17, ;
		Top = 352, ;
		Width = 57, ;
		Name = "txtF5"


	ADD OBJECT lblf5 AS label WITH ;
		AutoSize = .T., ;
		FontBold = .T., ;
		FontSize = 10, ;
		WordWrap = .F., ;
		BackStyle = 0, ;
		Caption = "教护津贴", ;
		Left = 12, ;
		Top = 359, ;
		Width = 59, ;
		TabIndex = 16, ;
		ForeColor = RGB(0,0,255), ;
		Name = "lblF5"


	ADD OBJECT txtf6 AS textbox WITH ;
		Comment = "", ;
		FontBold = .T., ;
		FontSize = 10, ;
		ControlSource = "", ;
		Height = 23, ;
		Left = 192, ;
		TabIndex = 19, ;
		Top = 352, ;
		Width = 57, ;
		Name = "txtF6"


	ADD OBJECT lblf6 AS label WITH ;
		AutoSize = .T., ;
		FontBold = .T., ;
		FontSize = 10, ;
		WordWrap = .F., ;
		BackStyle = 0, ;
		Caption = "特种津贴", ;
		Left = 132, ;
		Top = 356, ;
		Width = 59, ;
		TabIndex = 18, ;
		ForeColor = RGB(0,0,255), ;
		Name = "lblF6"


	ADD OBJECT txtf7 AS textbox WITH ;
		Comment = "", ;
		FontBold = .T., ;
		FontSize = 10, ;
		ControlSource = "", ;
		Height = 23, ;
		Left = 312, ;
		TabIndex = 21, ;
		Top = 352, ;
		Width = 57, ;
		Name = "txtF7"


	ADD OBJECT lblf7 AS label WITH ;
		AutoSize = .T., ;
		FontBold = .T., ;
		FontSize = 10, ;
		WordWrap = .F., ;
		BackStyle = 0, ;
		Caption = "房贴", ;
		Left = 279, ;
		Top = 357, ;
		Width = 31, ;
		TabIndex = 20, ;
		ForeColor = RGB(0,0,255), ;
		Name = "lblF7"


	ADD OBJECT txtf8 AS textbox WITH ;
		Comment = "", ;
		FontBold = .T., ;
		FontSize = 10, ;
		ControlSource = "", ;
		Height = 23, ;
		Left = 432, ;
		TabIndex = 23, ;
		Top = 352, ;
		Width = 57, ;
		Name = "txtF8"


	ADD OBJECT lblf8 AS label WITH ;
		AutoSize = .T., ;
		FontBold = .T., ;
		FontSize = 10, ;
		WordWrap = .F., ;
		BackStyle = 0, ;
		Caption = "降温费", ;
		Left = 385, ;
		Top = 357, ;
		Width = 45, ;
		TabIndex = 22, ;
		ForeColor = RGB(0,0,255), ;
		Name = "lblF8"


	ADD OBJECT txtf9 AS textbox WITH ;
		Comment = "", ;
		FontBold = .T., ;
		FontSize = 10, ;
		ControlSource = "", ;
		Height = 23, ;
		Left = 552, ;
		TabIndex = 25, ;
		Top = 352, ;
		Width = 57, ;
		Name = "txtF9"


	ADD OBJECT lblf9 AS label WITH ;
		AutoSize = .T., ;
		FontBold = .T., ;
		FontSize = 10, ;
		WordWrap = .F., ;
		BackStyle = 0, ;
		Caption = "应发数", ;
		Left = 506, ;
		Top = 358, ;
		Width = 45, ;
		TabIndex = 24, ;
		ForeColor = RGB(0,0,255), ;
		Name = "lblF9"


	ADD OBJECT txtf10 AS textbox WITH ;
		Comment = "", ;
		FontBold = .T., ;
		FontSize = 10, ;
		ControlSource = "", ;
		Height = 23, ;
		Left = 672, ;
		TabIndex = 27, ;
		Top = 352, ;
		Width = 57, ;
		Name = "txtF10"


	ADD OBJECT lblf10 AS label WITH ;
		AutoSize = .T., ;
		FontBold = .T., ;
		FontSize = 10, ;
		WordWrap = .F., ;
		BackStyle = 0, ;
		Caption = "房租", ;
		Left = 639, ;
		Top = 357, ;
		Width = 31, ;
		TabIndex = 26, ;
		ForeColor = RGB(0,0,255), ;
		Name = "lblF10"


	ADD OBJECT txtf11 AS textbox WITH ;
		Comment = "", ;
		FontBold = .T., ;
		FontSize = 10, ;
		ControlSource = "", ;
		Height = 23, ;
		Left = 70, ;
		TabIndex = 29, ;
		Top = 378, ;
		Width = 57, ;
		Name = "txtF11"


	ADD OBJECT lblf11 AS label WITH ;
		AutoSize = .T., ;
		FontBold = .T., ;
		FontSize = 10, ;
		WordWrap = .F., ;
		BackStyle = 0, ;
		Caption = "水电", ;
		Left = 36, ;
		Top = 382, ;
		Width = 31, ;
		TabIndex = 28, ;
		ForeColor = RGB(0,0,255), ;
		Name = "lblF11"


	ADD OBJECT txtf12 AS textbox WITH ;
		Comment = "", ;
		FontBold = .T., ;
		FontSize = 10, ;
		ControlSource = "", ;
		Height = 23, ;
		Left = 192, ;
		TabIndex = 31, ;
		Top = 378, ;
		Width = 57, ;
		Name = "txtF12"


	ADD OBJECT lblf12 AS label WITH ;
		AutoSize = .T., ;
		FontBold = .T., ;
		FontSize = 10, ;
		WordWrap = .F., ;
		BackStyle = 0, ;
		Caption = "假旷", ;
		Left = 158, ;
		Top = 382, ;
		Width = 31, ;
		TabIndex = 30, ;
		ForeColor = RGB(0,0,255), ;
		Name = "lblF12"


	ADD OBJECT txtf13 AS textbox WITH ;
		Comment = "", ;
		FontBold = .T., ;
		FontSize = 10, ;
		ControlSource = "", ;
		Height = 23, ;
		Left = 312, ;
		TabIndex = 33, ;
		Top = 378, ;

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -