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

📄 main.prg

📁 一个很优秀的企业人事管理系统。本软件免费
💻 PRG
📖 第 1 页 / 共 4 页
字号:
		Name = "Command1"


	ADD OBJECT main.pageframe1.page2.container2.command2 AS commandbutton WITH ;
		Top = 122, ;
		Left = 182, ;
		Height = 31, ;
		Width = 73, ;
		FontBold = .T., ;
		FontSize = 16, ;
		Caption = "取消", ;
		ForeColor = RGB(255,0,0), ;
		Name = "Command2"


	ADD OBJECT main.pageframe1.page2.container2.label3 AS label WITH ;
		AutoSize = .T., ;
		FontBold = .T., ;
		FontName = "隶书", ;
		FontSize = 14, ;
		FontUnderline = .T., ;
		Caption = "日报表[操作员]/日报表", ;
		Height = 24, ;
		Left = 31, ;
		Top = 11, ;
		Width = 225, ;
		ForeColor = RGB(255,0,0), ;
		Name = "Label3"


	ADD OBJECT main.pageframe1.page2.container3 AS container WITH ;
		Top = 97, ;
		Left = 287, ;
		Width = 335, ;
		Height = 177, ;
		BackStyle = 1, ;
		SpecialEffect = 0, ;
		Name = "Container3"


	ADD OBJECT main.pageframe1.page2.container3.label2 AS label WITH ;
		AutoSize = .T., ;
		FontBold = .T., ;
		FontSize = 14, ;
		Caption = "收费年份", ;
		Height = 24, ;
		Left = 72, ;
		Top = 49, ;
		Width = 83, ;
		ForeColor = RGB(0,0,255), ;
		Name = "Label2"


	ADD OBJECT main.pageframe1.page2.container3.text1 AS textbox WITH ;
		FontSize = 11, ;
		Alignment = 3, ;
		Value = 0, ;
		ControlSource = "yf", ;
		Format = "", ;
		Height = 25, ;
		InputMask = "", ;
		Left = 165, ;
		Top = 43, ;
		Width = 65, ;
		Name = "Text1"


	ADD OBJECT main.pageframe1.page2.container3.command1 AS commandbutton WITH ;
		Top = 123, ;
		Left = 76, ;
		Height = 31, ;
		Width = 73, ;
		FontBold = .T., ;
		FontSize = 16, ;
		Caption = "确定", ;
		ForeColor = RGB(255,0,0), ;
		Name = "Command1"


	ADD OBJECT main.pageframe1.page2.container3.command2 AS commandbutton WITH ;
		Top = 122, ;
		Left = 182, ;
		Height = 31, ;
		Width = 73, ;
		FontBold = .T., ;
		FontSize = 16, ;
		Caption = "取消", ;
		ForeColor = RGB(255,0,0), ;
		Name = "Command2"


	ADD OBJECT main.pageframe1.page2.container3.label1 AS label WITH ;
		AutoSize = .T., ;
		FontBold = .T., ;
		FontSize = 14, ;
		Caption = "收费月份", ;
		Height = 24, ;
		Left = 74, ;
		Top = 83, ;
		Width = 83, ;
		ForeColor = RGB(0,0,255), ;
		Name = "Label1"


	ADD OBJECT main.pageframe1.page2.container3.text2 AS textbox WITH ;
		FontSize = 11, ;
		Alignment = 3, ;
		Value = 0, ;
		ControlSource = "mf", ;
		Format = "", ;
		Height = 25, ;
		InputMask = "", ;
		Left = 167, ;
		Top = 77, ;
		Width = 42, ;
		Name = "Text2"


	ADD OBJECT main.pageframe1.page2.container3.label3 AS label WITH ;
		AutoSize = .T., ;
		FontBold = .T., ;
		FontName = "隶书", ;
		FontSize = 14, ;
		FontUnderline = .T., ;
		Caption = "月报表", ;
		Height = 24, ;
		Left = 25, ;
		Top = 9, ;
		Width = 66, ;
		ForeColor = RGB(255,0,0), ;
		Name = "Label3"


	ADD OBJECT main.pageframe1.page2.container4 AS container WITH ;
		Top = 97, ;
		Left = 287, ;
		Width = 335, ;
		Height = 177, ;
		BackStyle = 1, ;
		SpecialEffect = 0, ;
		Name = "Container4"


	ADD OBJECT main.pageframe1.page2.container4.label2 AS label WITH ;
		AutoSize = .T., ;
		FontBold = .T., ;
		FontSize = 14, ;
		Caption = "收费年份", ;
		Height = 24, ;
		Left = 73, ;
		Top = 50, ;
		Width = 83, ;
		ForeColor = RGB(0,0,255), ;
		Name = "Label2"


	ADD OBJECT main.pageframe1.page2.container4.text1 AS textbox WITH ;
		FontSize = 11, ;
		Alignment = 3, ;
		Value = 0, ;
		ControlSource = "yf", ;
		Format = "", ;
		Height = 25, ;
		InputMask = "", ;
		Left = 166, ;
		Top = 44, ;
		Width = 65, ;
		Name = "Text1"


	ADD OBJECT main.pageframe1.page2.container4.command1 AS commandbutton WITH ;
		Top = 126, ;
		Left = 76, ;
		Height = 31, ;
		Width = 73, ;
		FontBold = .T., ;
		FontSize = 16, ;
		Caption = "确定", ;
		ForeColor = RGB(255,0,0), ;
		Name = "Command1"


	ADD OBJECT main.pageframe1.page2.container4.command2 AS commandbutton WITH ;
		Top = 125, ;
		Left = 182, ;
		Height = 31, ;
		Width = 73, ;
		FontBold = .T., ;
		FontSize = 16, ;
		Caption = "取消", ;
		ForeColor = RGB(255,0,0), ;
		Name = "Command2"


	ADD OBJECT main.pageframe1.page2.container4.label1 AS label WITH ;
		AutoSize = .T., ;
		FontBold = .T., ;
		FontSize = 14, ;
		Caption = "收费季度", ;
		Height = 24, ;
		Left = 75, ;
		Top = 84, ;
		Width = 83, ;
		ForeColor = RGB(0,0,255), ;
		Name = "Label1"


	ADD OBJECT main.pageframe1.page2.container4.combo1 AS combobox WITH ;
		FontSize = 10, ;
		RowSourceType = 1, ;
		RowSource = "第一季度,第二季度,第三季度,第四季度", ;
		ControlSource = "jd", ;
		Height = 25, ;
		Left = 167, ;
		Top = 80, ;
		Width = 85, ;
		Name = "Combo1"


	ADD OBJECT main.pageframe1.page2.container4.label3 AS label WITH ;
		AutoSize = .T., ;
		FontBold = .T., ;
		FontName = "隶书", ;
		FontSize = 14, ;
		FontUnderline = .T., ;
		Caption = "季度报表", ;
		Height = 24, ;
		Left = 29, ;
		Top = 7, ;
		Width = 87, ;
		ForeColor = RGB(255,0,0), ;
		Name = "Label3"


	ADD OBJECT main.pageframe1.page2.container5 AS container WITH ;
		Top = 97, ;
		Left = 287, ;
		Width = 335, ;
		Height = 177, ;
		BackStyle = 1, ;
		SpecialEffect = 0, ;
		Name = "Container5"


	ADD OBJECT main.pageframe1.page2.container5.label2 AS label WITH ;
		AutoSize = .T., ;
		FontBold = .T., ;
		FontSize = 14, ;
		Caption = "收费年份", ;
		Height = 24, ;
		Left = 72, ;
		Top = 48, ;
		Width = 83, ;
		ForeColor = RGB(0,0,255), ;
		Name = "Label2"


	ADD OBJECT main.pageframe1.page2.container5.text1 AS textbox WITH ;
		FontSize = 11, ;
		Alignment = 3, ;
		Value = 0, ;
		ControlSource = "yf", ;
		Format = "", ;
		Height = 25, ;
		InputMask = "", ;
		Left = 165, ;
		Top = 42, ;
		Width = 65, ;
		Name = "Text1"


	ADD OBJECT main.pageframe1.page2.container5.command1 AS commandbutton WITH ;
		Top = 126, ;
		Left = 76, ;
		Height = 31, ;
		Width = 73, ;
		FontBold = .T., ;
		FontSize = 16, ;
		Caption = "确定", ;
		ForeColor = RGB(255,0,0), ;
		Name = "Command1"


	ADD OBJECT main.pageframe1.page2.container5.command2 AS commandbutton WITH ;
		Top = 125, ;
		Left = 182, ;
		Height = 31, ;
		Width = 73, ;
		FontBold = .T., ;
		FontSize = 16, ;
		Caption = "取消", ;
		ForeColor = RGB(255,0,0), ;
		Name = "Command2"


	ADD OBJECT main.pageframe1.page2.container5.label1 AS label WITH ;
		AutoSize = .T., ;
		FontBold = .T., ;
		FontSize = 14, ;
		Caption = "半  年", ;
		Height = 24, ;
		Left = 74, ;
		Top = 82, ;
		Width = 65, ;
		ForeColor = RGB(0,0,255), ;
		Name = "Label1"


	ADD OBJECT main.pageframe1.page2.container5.combo1 AS combobox WITH ;
		FontSize = 10, ;
		RowSourceType = 1, ;
		RowSource = "上半年,下半年", ;
		ControlSource = "by", ;
		Height = 25, ;
		Left = 166, ;
		Top = 78, ;
		Width = 85, ;
		Name = "Combo1"


	ADD OBJECT main.pageframe1.page2.container5.label3 AS label WITH ;
		AutoSize = .T., ;
		FontBold = .T., ;
		FontName = "隶书", ;
		FontSize = 14, ;
		FontUnderline = .T., ;
		Caption = "半年报表", ;
		Height = 24, ;
		Left = 32, ;
		Top = 10, ;
		Width = 87, ;
		ForeColor = RGB(255,0,0), ;
		Name = "Label3"


	ADD OBJECT main.pageframe1.page2.container6 AS container WITH ;
		Top = 97, ;
		Left = 287, ;
		Width = 335, ;
		Height = 177, ;
		BackStyle = 1, ;
		SpecialEffect = 0, ;
		Name = "Container6"


	ADD OBJECT main.pageframe1.page2.container6.label2 AS label WITH ;
		AutoSize = .T., ;
		FontBold = .T., ;
		FontSize = 14, ;
		Caption = "收费年份", ;
		Height = 24, ;
		Left = 74, ;
		Top = 60, ;
		Width = 83, ;
		ForeColor = RGB(0,0,255), ;
		Name = "Label2"


	ADD OBJECT main.pageframe1.page2.container6.text1 AS textbox WITH ;
		FontSize = 11, ;
		Alignment = 3, ;
		Value = 0, ;
		ControlSource = "yf", ;
		Format = "", ;
		Height = 25, ;
		InputMask = "", ;
		Left = 167, ;
		Top = 56, ;
		Width = 65, ;
		Name = "Text1"


	ADD OBJECT main.pageframe1.page2.container6.command1 AS commandbutton WITH ;
		Top = 117, ;
		Left = 76, ;
		Height = 31, ;
		Width = 73, ;
		FontBold = .T., ;
		FontSize = 16, ;
		Caption = "确定", ;
		ForeColor = RGB(255,0,0), ;
		Name = "Command1"


	ADD OBJECT main.pageframe1.page2.container6.command2 AS commandbutton WITH ;
		Top = 116, ;
		Left = 182, ;
		Height = 31, ;
		Width = 73, ;
		FontBold = .T., ;
		FontSize = 16, ;
		Caption = "取消", ;
		ForeColor = RGB(255,0,0), ;
		Name = "Command2"


	ADD OBJECT main.pageframe1.page2.container6.label3 AS label WITH ;
		AutoSize = .T., ;
		FontBold = .T., ;
		FontName = "隶书", ;
		FontSize = 14, ;
		FontUnderline = .T., ;
		Caption = "年报表", ;
		Height = 24, ;
		Left = 37, ;
		Top = 15, ;
		Width = 66, ;
		ForeColor = RGB(255,0,0), ;
		Name = "Label3"


	ADD OBJECT main.pageframe1.page3.command1 AS commandbutton WITH ;
		Top = 84, ;
		Left = 37, ;
		Height = 49, ;
		Width = 145, ;
		FontBold = .T., ;
		FontName = "楷体_GB2312", ;
		FontSize = 14, ;
		Caption = "设置收费标准", ;
		ForeColor = RGB(255,0,0), ;
		Name = "Command1"


	ADD OBJECT main.pageframe1.page3.command2 AS commandbutton WITH ;
		Top = 144, ;
		Left = 37, ;
		Height = 49, ;
		Width = 145, ;
		FontBold = .T., ;
		FontName = "楷体_GB2312", ;
		FontSize = 14, ;
		Caption = "设置操作员", ;
		ForeColor = RGB(255,0,0), ;
		Name = "Command2"


	ADD OBJECT main.pageframe1.page3.image1 AS image WITH ;
		Picture = "spring.jpg", ;
		Height = 320, ;
		Left = 195, ;
		Top = 19, ;
		Width = 499, ;
		Name = "Image1"


	ADD OBJECT main.pageframe1.page3.grid2 AS grid WITH ;
		ColumnCount = 4, ;
		FontBold = .T., ;
		FontSize = 11, ;
		DeleteMark = .F., ;
		Height = 222, ;
		Left = 259, ;
		Panel = 1, ;
		RecordSource = "oper", ;
		RowHeight = 20, ;
		ScrollBars = 2, ;
		Top = 48, ;
		Width = 334, ;
		Name = "Grid2", ;
		Column1.FontBold = .T., ;
		Column1.FontSize = 11, ;
		Column1.ControlSource = "", ;
		Column1.Width = 67, ;
		Column1.Name = "Column1", ;
		Column2.FontBold = .T., ;
		Column2.FontSize = 11, ;
		Column2.ControlSource = "", ;
		Column2.Width = 71, ;
		Column2.Name = "Column2", ;
		Column3.FontBold = .T., ;
		Column3.FontSize = 11, ;
		Column3.ControlSource = "", ;
		Column3.Width = 100, ;
		Column3.Name = "Column3", ;
		Column4.FontBold = .T., ;
		Column4.FontSize = 11, ;
		Column4.ControlSource = "", ;
		Column4.CurrentControl = "Combo1", ;
		Column4.Width = 62, ;
		Column4.Name = "Column4"


	ADD OBJECT main.pageframe1.page3.grid2.column1.header1 AS header WITH ;
		FontBold = .T., ;
		FontSize = 11, ;
		Alignment = 2, ;
		Caption = "代号", ;
		Name = "Header1"


	ADD OBJECT main.pageframe1.page3.grid2.column1.text1 AS textbox WITH ;
		FontBold = .T., ;
		FontSize = 11, ;
		BorderStyle = 0, ;
		Margin = 0, ;
		ForeColor = RGB(0,0,0), ;
		BackColor = RGB(255,255,255), ;
		Name = "Text1"


	ADD OBJECT main.pageframe1.page3.grid2.column2.header1 AS header WITH ;
		FontBold = .T., ;
		FontSize = 11, ;
		Alignment = 2, ;
		Caption = "密码", ;
		Name = "Header1"


	ADD OBJECT main.pageframe1.page3.grid2.column2.text1 AS textbox WITH ;
		FontBold = .T., ;
		FontSize = 11, ;
		BorderStyle = 0, ;
		Margin = 0, ;
		ForeColor = RGB(0,0,0), ;
		BackColor = RGB(255,255,255), ;
		Name = "Text1"


	ADD OBJECT main.pageframe1.page3.grid2.column3.header1 AS header WITH ;
		FontBold = .T., ;
		FontSize = 11, ;
		Alignment = 2, ;
		Caption = "说  明", ;
		Name = "Header1"


	ADD OBJECT main.pageframe1.page3.grid2.column3.text1 AS textbox WITH ;
		FontBold = .T., ;
		FontSize = 11, ;
		BorderStyle = 0, ;
		Margin = 0, ;
		ForeColor = RGB(0,0,0), ;
		BackColor = RGB(255,255,255), ;
		Name = "Text1"

⌨️ 快捷键说明

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