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

📄 childadvreport.cs

📁 报刊广告管理系统。CSharp编写
💻 CS
📖 第 1 页 / 共 5 页
字号:
			this.fchkPaperPerNum.Size = new System.Drawing.Size(48, 19);
			this.fchkPaperPerNum.TabIndex = 15;
			this.fchkPaperPerNum.TabStop = false;
			this.fchkPaperPerNum.CheckedChanged += new System.EventHandler(this.fchkPaperPerNum_CheckedChanged);
			// 
			// fchkPaperSpace
			// 
			this.fchkPaperSpace.Location = new System.Drawing.Point(248, 0);
			this.fchkPaperSpace.Name = "fchkPaperSpace";
			// 
			// fchkPaperSpace.Properties
			// 
			this.fchkPaperSpace.Properties.Caption = "版面名称";
			this.fchkPaperSpace.Size = new System.Drawing.Size(75, 19);
			this.fchkPaperSpace.TabIndex = 17;
			this.fchkPaperSpace.TabStop = false;
			this.fchkPaperSpace.CheckedChanged += new System.EventHandler(this.fchkPaperSpace_CheckedChanged);
			// 
			// fchkAdvContent
			// 
			this.fchkAdvContent.Location = new System.Drawing.Point(440, 96);
			this.fchkAdvContent.Name = "fchkAdvContent";
			// 
			// fchkAdvContent.Properties
			// 
			this.fchkAdvContent.Properties.Caption = "广告内容";
			this.fchkAdvContent.Size = new System.Drawing.Size(75, 19);
			this.fchkAdvContent.TabIndex = 18;
			this.fchkAdvContent.TabStop = false;
			this.fchkAdvContent.CheckedChanged += new System.EventHandler(this.fchkAdvContent_CheckedChanged);
			// 
			// fchkColor
			// 
			this.fchkColor.Location = new System.Drawing.Point(248, 24);
			this.fchkColor.Name = "fchkColor";
			// 
			// fchkColor.Properties
			// 
			this.fchkColor.Properties.Caption = "色彩方案";
			this.fchkColor.Size = new System.Drawing.Size(75, 19);
			this.fchkColor.TabIndex = 19;
			this.fchkColor.TabStop = false;
			this.fchkColor.CheckedChanged += new System.EventHandler(this.fchkColor_CheckedChanged);
			// 
			// fchkPayUnit
			// 
			this.fchkPayUnit.Location = new System.Drawing.Point(248, 48);
			this.fchkPayUnit.Name = "fchkPayUnit";
			// 
			// fchkPayUnit.Properties
			// 
			this.fchkPayUnit.Properties.Caption = "计量单位";
			this.fchkPayUnit.Size = new System.Drawing.Size(75, 19);
			this.fchkPayUnit.TabIndex = 20;
			this.fchkPayUnit.TabStop = false;
			this.fchkPayUnit.CheckedChanged += new System.EventHandler(this.fchkPayUnit_CheckedChanged);
			// 
			// fchkAuthContent
			// 
			this.fchkAuthContent.Location = new System.Drawing.Point(440, 120);
			this.fchkAuthContent.Name = "fchkAuthContent";
			// 
			// fchkAuthContent.Properties
			// 
			this.fchkAuthContent.Properties.Caption = "批示意见";
			this.fchkAuthContent.Size = new System.Drawing.Size(75, 19);
			this.fchkAuthContent.TabIndex = 21;
			this.fchkAuthContent.TabStop = false;
			this.fchkAuthContent.CheckedChanged += new System.EventHandler(this.fchkAuthContent_CheckedChanged);
			// 
			// txtDateIssue1
			// 
			this.txtDateIssue1.EditValue = new System.DateTime(1900, 1, 1, 0, 0, 0, 0);
			this.txtDateIssue1.Enabled = false;
			this.txtDateIssue1.EnterMoveNextControl = true;
			this.txtDateIssue1.Location = new System.Drawing.Point(520, 0);
			this.txtDateIssue1.Name = "txtDateIssue1";
			// 
			// txtDateIssue1.Properties
			// 
			this.txtDateIssue1.Properties.AllowNullInput = DevExpress.Utils.DefaultBoolean.False;
			this.txtDateIssue1.Properties.AppearanceFocused.BackColor = System.Drawing.Color.FromArgb(((System.Byte)(255)), ((System.Byte)(224)), ((System.Byte)(192)));
			this.txtDateIssue1.Properties.AppearanceFocused.Options.UseBackColor = true;
			this.txtDateIssue1.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
																												  new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
			this.txtDateIssue1.Properties.DisplayFormat.FormatString = "yyyy年MM月dd日";
			this.txtDateIssue1.Properties.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
			this.txtDateIssue1.Properties.EditFormat.FormatString = "yyyy年MM月dd日";
			this.txtDateIssue1.Properties.EditFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
			this.txtDateIssue1.Properties.Mask.EditMask = "yyyy年MM月dd日";
			this.txtDateIssue1.Properties.Mask.UseMaskAsDisplayFormat = true;
			this.txtDateIssue1.Size = new System.Drawing.Size(120, 21);
			this.txtDateIssue1.TabIndex = 10;
			this.txtDateIssue1.TabStop = false;
			this.txtDateIssue1.EnabledChanged += new System.EventHandler(this.FilterChanged);
			this.txtDateIssue1.EditValueChanged += new System.EventHandler(this.FilterChanged);
			// 
			// txtAuthDate2
			// 
			this.txtAuthDate2.EditValue = new System.DateTime(1900, 1, 1, 0, 0, 0, 0);
			this.txtAuthDate2.Enabled = false;
			this.txtAuthDate2.EnterMoveNextControl = true;
			this.txtAuthDate2.Location = new System.Drawing.Point(664, 24);
			this.txtAuthDate2.Name = "txtAuthDate2";
			// 
			// txtAuthDate2.Properties
			// 
			this.txtAuthDate2.Properties.AllowNullInput = DevExpress.Utils.DefaultBoolean.False;
			this.txtAuthDate2.Properties.AppearanceFocused.BackColor = System.Drawing.Color.FromArgb(((System.Byte)(255)), ((System.Byte)(224)), ((System.Byte)(192)));
			this.txtAuthDate2.Properties.AppearanceFocused.Options.UseBackColor = true;
			this.txtAuthDate2.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
																												 new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
			this.txtAuthDate2.Properties.DisplayFormat.FormatString = "yyyy年MM月dd日";
			this.txtAuthDate2.Properties.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
			this.txtAuthDate2.Properties.EditFormat.FormatString = "yyyy年MM月dd日";
			this.txtAuthDate2.Properties.EditFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
			this.txtAuthDate2.Properties.Mask.EditMask = "yyyy年MM月dd日";
			this.txtAuthDate2.Properties.Mask.UseMaskAsDisplayFormat = true;
			this.txtAuthDate2.Size = new System.Drawing.Size(120, 21);
			this.txtAuthDate2.TabIndex = 11;
			this.txtAuthDate2.TabStop = false;
			this.txtAuthDate2.EnabledChanged += new System.EventHandler(this.FilterChanged);
			this.txtAuthDate2.EditValueChanged += new System.EventHandler(this.FilterChanged);
			// 
			// txtPaperName
			// 
			this.txtPaperName.EnterMoveNextControl = true;
			this.txtPaperName.Location = new System.Drawing.Point(56, 24);
			this.txtPaperName.Name = "txtPaperName";
			// 
			// txtPaperName.Properties
			// 
			this.txtPaperName.Properties.AppearanceFocused.BackColor = System.Drawing.Color.FromArgb(((System.Byte)(255)), ((System.Byte)(224)), ((System.Byte)(192)));
			this.txtPaperName.Properties.AppearanceFocused.Options.UseBackColor = true;
			this.txtPaperName.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
																												 new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
			this.txtPaperName.Size = new System.Drawing.Size(184, 21);
			this.txtPaperName.TabIndex = 10;
			this.txtPaperName.TabStop = false;
			this.txtPaperName.EditValueChanged += new System.EventHandler(this.FilterChanged);
			this.txtPaperName.EnabledChanged += new System.EventHandler(this.FilterChanged);
			// 
			// txtCode
			// 
			this.txtCode.EditValue = "";
			this.txtCode.Enabled = false;
			this.txtCode.EnterMoveNextControl = true;
			this.txtCode.Location = new System.Drawing.Point(520, 72);
			this.txtCode.Name = "txtCode";
			// 
			// txtCode.Properties
			// 
			this.txtCode.Properties.AppearanceFocused.BackColor = System.Drawing.Color.FromArgb(((System.Byte)(255)), ((System.Byte)(224)), ((System.Byte)(192)));
			this.txtCode.Properties.AppearanceFocused.Options.UseBackColor = true;
			this.txtCode.Size = new System.Drawing.Size(264, 21);
			this.txtCode.TabIndex = 10;
			this.txtCode.TabStop = false;
			this.txtCode.EnabledChanged += new System.EventHandler(this.FilterChanged);
			this.txtCode.EditValueChanged += new System.EventHandler(this.FilterChanged);
			// 
			// txtDatePay1
			// 
			this.txtDatePay1.EditValue = new System.DateTime(1900, 1, 1, 0, 0, 0, 0);
			this.txtDatePay1.Enabled = false;
			this.txtDatePay1.EnterMoveNextControl = true;
			this.txtDatePay1.Location = new System.Drawing.Point(520, 48);
			this.txtDatePay1.Name = "txtDatePay1";
			// 
			// txtDatePay1.Properties
			// 
			this.txtDatePay1.Properties.AllowNullInput = DevExpress.Utils.DefaultBoolean.False;
			this.txtDatePay1.Properties.AppearanceFocused.BackColor = System.Drawing.Color.FromArgb(((System.Byte)(255)), ((System.Byte)(224)), ((System.Byte)(192)));
			this.txtDatePay1.Properties.AppearanceFocused.Options.UseBackColor = true;
			this.txtDatePay1.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
																												new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
			this.txtDatePay1.Properties.DisplayFormat.FormatString = "yyyy年MM月dd日";
			this.txtDatePay1.Properties.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
			this.txtDatePay1.Properties.EditFormat.FormatString = "yyyy年MM月dd日";
			this.txtDatePay1.Properties.EditFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
			this.txtDatePay1.Properties.Mask.EditMask = "yyyy年MM月dd日";
			this.txtDatePay1.Properties.Mask.UseMaskAsDisplayFormat = true;
			this.txtDatePay1.Size = new System.Drawing.Size(120, 21);
			this.txtDatePay1.TabIndex = 12;
			this.txtDatePay1.TabStop = false;
			this.txtDatePay1.EnabledChanged += new System.EventHandler(this.FilterChanged);
			this.txtDatePay1.EditValueChanged += new System.EventHandler(this.FilterChanged);
			// 
			// txtDatePay2
			// 
			this.txtDatePay2.EditValue = new System.DateTime(1900, 1, 1, 0, 0, 0, 0);
			this.txtDatePay2.Enabled = false;
			this.txtDatePay2.EnterMoveNextControl = true;
			this.txtDatePay2.Location = new System.Drawing.Point(664, 48);
			this.txtDatePay2.Name = "txtDatePay2";
			// 
			// txtDatePay2.Properties
			// 
			this.txtDatePay2.Properties.AllowNullInput = DevExpress.Utils.DefaultBoolean.False;
			this.txtDatePay2.Properties.AppearanceFocused.BackColor = System.Drawing.Color.FromArgb(((System.Byte)(255)), ((System.Byte)(224)), ((System.Byte)(192)));
			this.txtDatePay2.Properties.AppearanceFocused.Options.UseBackColor = true;
			this.txtDatePay2.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
																												new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
			this.txtDatePay2.Properties.DisplayFormat.FormatString = "yyyy年MM月dd日";
			this.txtDatePay2.Properties.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
			this.txtDatePay2.Properties.EditFormat.FormatString = "yyyy年MM月dd日";
			this.txtDatePay2.Properties.EditFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
			this.txtDatePay2.Properties.Mask.EditMask = "yyyy年MM月dd日";
			this.txtDatePay2.Properties.Mask.UseMaskAsDisplayFormat = true;
			this.txtDatePay2.Size = new System.Drawing.Size(120, 21);
			this.txtDatePay2.TabIndex = 13;
			this.txtDatePay2.TabStop = false;
			this.txtDatePay2.EnabledChanged += new System.EventHandler(this.FilterChanged);
			this.txtDatePay2.EditValueChanged += new System.EventHandler(this.FilterChanged);
			// 
			// txtInvoiceNum
			// 
			this.txtInvoiceNum.EditValue = "";
			this.txtInvoiceNum.Enabled = false;
			this.txtInvoiceNum.EnterMoveNextControl = true;
			this.txtInvoiceNum.Location = new System.Drawing.Point(88, 96);
			this.txtInvoiceNum.Name = "txtInvoiceNum";
			// 
			// txtInvoiceNum.Properties
			// 
			this.txtInvoiceNum.Properties.AppearanceFocused.BackColor = System.Drawing.Color.FromArgb(((System.Byte)(255)), ((System.Byte)(224)), ((System.Byte)(192)));
			this.txtInvoiceNum.Properties.AppearanceFocused.Options.UseBackColor = true;
			this.txtInvoiceNum.Size = new System.Drawing.Size(152, 21);
			this.txtInvoiceNum.TabIndex = 11;
			this.txtInvoiceNum.TabStop = false;
			this.txtInvoiceNum.EnabledChanged += new System.EventHandler(this.FilterChanged);
			this.txtInvoiceNum.EditValueChanged += new System.EventHandler(this.FilterChanged);
			// 
			// txtDateIssue2
			// 
			this.txtDateIssue2.EditValue = new System.DateTime(1900, 1, 1, 0, 0, 0, 0);
			this.txtDateIssue2.Enabled = false;
			this.txtDateIssue2.EnterMoveNextControl = true;
			this.txtDateIssue2.Location = new System.Drawing.Point(664, 0);
			this.txtDateIssue2.Name = "txtDateIssue2";
			// 
			// txtDateIssue2.Properties
			// 
			this.txtDateIssue2.Properties.AllowNullInput = DevExpress.Utils.DefaultBoolean.False;
			this.txtDateIssue2.Properties.AppearanceFocused.BackColor = System.Drawing.Color.FromArgb(((System.Byte)(255)), ((System.Byte)(224)), ((System.Byte)(192)));
			this.txtDateIssue2.Properties.AppearanceFocused.Options.UseBackColor = true;
			this.txtDateIssue2.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
																												  new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
			this.txtDateIssue2.Properties.DisplayFormat.FormatString = "yyyy年MM月dd日";
			this.txtDateIssue2.Properties.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
			this.txtDateIssue2.Properties.EditFormat.FormatString = "yyyy年MM月dd日";
			this.txtDateIssue2.Properties.EditFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
			this.txtDateIssue2.Properties.Mask.EditMask = "yyyy年MM月dd日";
			this.txtDateIssue2.Properties.Mask.UseMaskAsDisplayFormat = true;
			this.txtDateIssue2.Size = new System.Drawing.Size(120, 21);
			this.txtDateIssue2.TabIndex = 12;
			this.txtDateIssue2.TabStop = false;
			this.txtDateIssue2.EnabledChanged += new System.EventHandler(this.FilterChanged);
			this.txtDateIssue2.EditValueChanged += new System.EventHandler(this.FilterChanged);
			// 
			// txtAuthDate1
			// 
			this.txtAuthDate1.EditValue = new System.DateTime(1900, 1, 1, 0, 0, 0, 0);

⌨️ 快捷键说明

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