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

📄 childadvreport.cs

📁 报刊广告管理系统。CSharp编写
💻 CS
📖 第 1 页 / 共 5 页
字号:
			this.colPayType.Width = 61;
			// 
			// colIsAuth
			// 
			this.colIsAuth.Caption = "批准";
			this.colIsAuth.FieldName = "IsAuth";
			this.colIsAuth.Name = "colIsAuth";
			this.colIsAuth.Visible = true;
			this.colIsAuth.VisibleIndex = 0;
			this.colIsAuth.Width = 41;
			// 
			// colAuthor
			// 
			this.colAuthor.Caption = "批准人";
			this.colAuthor.FieldName = "Author";
			this.colAuthor.Name = "colAuthor";
			this.colAuthor.Visible = true;
			this.colAuthor.VisibleIndex = 15;
			this.colAuthor.Width = 52;
			// 
			// colInvoiceNum
			// 
			this.colInvoiceNum.Caption = "发票号";
			this.colInvoiceNum.FieldName = "InvoiceNum";
			this.colInvoiceNum.Name = "colInvoiceNum";
			this.colInvoiceNum.Width = 104;
			// 
			// colOpUser
			// 
			this.colOpUser.Caption = "业务负责人";
			this.colOpUser.FieldName = "OpUser";
			this.colOpUser.Name = "colOpUser";
			this.colOpUser.Width = 90;
			// 
			// colPayNum
			// 
			this.colPayNum.Caption = "数量";
			this.colPayNum.FieldName = "PayNum";
			this.colPayNum.Name = "colPayNum";
			this.colPayNum.SummaryItem.SummaryType = DevExpress.Data.SummaryItemType.Sum;
			this.colPayNum.Visible = true;
			this.colPayNum.VisibleIndex = 8;
			this.colPayNum.Width = 40;
			// 
			// colPayUnit
			// 
			this.colPayUnit.Caption = "单位";
			this.colPayUnit.FieldName = "PayUnit";
			this.colPayUnit.Name = "colPayUnit";
			this.colPayUnit.Visible = true;
			this.colPayUnit.VisibleIndex = 9;
			this.colPayUnit.Width = 39;
			// 
			// colMemo
			// 
			this.colMemo.Caption = "备注";
			this.colMemo.FieldName = "Memo";
			this.colMemo.Name = "colMemo";
			this.colMemo.Width = 140;
			// 
			// nbbAdv
			// 
			this.nbbAdv.BtnImgAppend = ((System.Drawing.Image)(resources.GetObject("nbbAdv.BtnImgAppend")));
			this.nbbAdv.BtnImgDelete = ((System.Drawing.Image)(resources.GetObject("nbbAdv.BtnImgDelete")));
			this.nbbAdv.BtnImgEdit = ((System.Drawing.Image)(resources.GetObject("nbbAdv.BtnImgEdit")));
			this.nbbAdv.BtnImgExcel = ((System.Drawing.Image)(resources.GetObject("nbbAdv.BtnImgExcel")));
			this.nbbAdv.BtnImgFind = ((System.Drawing.Image)(resources.GetObject("nbbAdv.BtnImgFind")));
			this.nbbAdv.BtnImgPrint = ((System.Drawing.Image)(resources.GetObject("nbbAdv.BtnImgPrint")));
			this.nbbAdv.BtnImgRefresh = ((System.Drawing.Image)(resources.GetObject("nbbAdv.BtnImgRefresh")));
			this.nbbAdv.BtnToolTipDelete = "详情";
			this.nbbAdv.BtnToolTipEdit = "配置";
			this.nbbAdv.ButtonAppend = false;
			this.nbbAdv.ButtonPrint = true;
			this.nbbAdv.GridCtrl = this.gcAdv;
			this.nbbAdv.Location = new System.Drawing.Point(16, 8);
			this.nbbAdv.Name = "nbbAdv";
			this.nbbAdv.Size = new System.Drawing.Size(138, 28);
			this.nbbAdv.TabIndex = 4;
			this.nbbAdv.ClickButton += new WWAM.BLL.NavBarBtns.ButtonEventHandler(this.nbbAdv_ClickButton);
			// 
			// dockManager1
			// 
			this.dockManager1.Form = this;
			this.dockManager1.RootPanels.AddRange(new DevExpress.XtraBars.Docking.DockPanel[] {
																								  this.dpFilter});
			this.dockManager1.TopZIndexControls.AddRange(new string[] {
																		  "DevExpress.XtraBars.BarDockControl",
																		  "System.Windows.Forms.StatusBar"});
			// 
			// dpFilter
			// 
			this.dpFilter.Controls.Add(this.dockPanel1_Container);
			this.dpFilter.Dock = DevExpress.XtraBars.Docking.DockingStyle.Bottom;
			this.dpFilter.ID = new System.Guid("cfc09de5-ccfe-45d1-b5e5-1b6928d9b656");
			this.dpFilter.Location = new System.Drawing.Point(0, 168);
			this.dpFilter.Name = "dpFilter";
			this.dpFilter.Options.AllowDockFill = false;
			this.dpFilter.Options.AllowDockLeft = false;
			this.dpFilter.Options.AllowDockRight = false;
			this.dpFilter.Options.AllowDockTop = false;
			this.dpFilter.Options.AllowFloating = false;
			this.dpFilter.Options.FloatOnDblClick = false;
			this.dpFilter.Options.ShowCloseButton = false;
			this.dpFilter.Options.ShowMaximizeButton = false;
			this.dpFilter.Size = new System.Drawing.Size(792, 214);
			this.dpFilter.Text = "过滤条件";
			this.dpFilter.EnabledChanged += new System.EventHandler(this.FilterChanged);
			// 
			// dockPanel1_Container
			// 
			this.dockPanel1_Container.Controls.Add(this.label4);
			this.dockPanel1_Container.Controls.Add(this.label1);
			this.dockPanel1_Container.Controls.Add(this.btnSearch);
			this.dockPanel1_Container.Controls.Add(this.fchkDateIssue);
			this.dockPanel1_Container.Controls.Add(this.fchkDatePay);
			this.dockPanel1_Container.Controls.Add(this.fchkAuthDate);
			this.dockPanel1_Container.Controls.Add(this.fchkAuthor);
			this.dockPanel1_Container.Controls.Add(this.fchkPaperPerNum);
			this.dockPanel1_Container.Controls.Add(this.fchkPaperSpace);
			this.dockPanel1_Container.Controls.Add(this.fchkAdvContent);
			this.dockPanel1_Container.Controls.Add(this.fchkColor);
			this.dockPanel1_Container.Controls.Add(this.fchkPayUnit);
			this.dockPanel1_Container.Controls.Add(this.fchkAuthContent);
			this.dockPanel1_Container.Controls.Add(this.txtDateIssue1);
			this.dockPanel1_Container.Controls.Add(this.txtAuthDate2);
			this.dockPanel1_Container.Controls.Add(this.txtPaperName);
			this.dockPanel1_Container.Controls.Add(this.txtCode);
			this.dockPanel1_Container.Controls.Add(this.txtDatePay1);
			this.dockPanel1_Container.Controls.Add(this.txtDatePay2);
			this.dockPanel1_Container.Controls.Add(this.txtInvoiceNum);
			this.dockPanel1_Container.Controls.Add(this.txtDateIssue2);
			this.dockPanel1_Container.Controls.Add(this.txtAuthDate1);
			this.dockPanel1_Container.Controls.Add(this.txtPaperPerNum1);
			this.dockPanel1_Container.Controls.Add(this.txtPaperPerNum2);
			this.dockPanel1_Container.Controls.Add(this.fchkPaperName);
			this.dockPanel1_Container.Controls.Add(this.txtPaperSpaceNum);
			this.dockPanel1_Container.Controls.Add(this.txtPaperSpace);
			this.dockPanel1_Container.Controls.Add(this.txtColor);
			this.dockPanel1_Container.Controls.Add(this.txtPayUnit);
			this.dockPanel1_Container.Controls.Add(this.fchkClientType);
			this.dockPanel1_Container.Controls.Add(this.fchkClientCode);
			this.dockPanel1_Container.Controls.Add(this.txtClientType);
			this.dockPanel1_Container.Controls.Add(this.txtAuthor);
			this.dockPanel1_Container.Controls.Add(this.fchkPaperSpaceNum);
			this.dockPanel1_Container.Controls.Add(this.fchkMemo);
			this.dockPanel1_Container.Controls.Add(this.txtAdvContent);
			this.dockPanel1_Container.Controls.Add(this.txtAuthContent);
			this.dockPanel1_Container.Controls.Add(this.txtClientCode);
			this.dockPanel1_Container.Controls.Add(this.fchkInvoiceNum);
			this.dockPanel1_Container.Controls.Add(this.fchkCode);
			this.dockPanel1_Container.Controls.Add(this.txtMemo);
			this.dockPanel1_Container.Controls.Add(this.fchkOpUser);
			this.dockPanel1_Container.Controls.Add(this.txtOpUser);
			this.dockPanel1_Container.Controls.Add(this.label2);
			this.dockPanel1_Container.Controls.Add(this.label3);
			this.dockPanel1_Container.Controls.Add(this.txtIsAuth);
			this.dockPanel1_Container.Controls.Add(this.fchkIsAuth);
			this.dockPanel1_Container.Controls.Add(this.txtIsPay);
			this.dockPanel1_Container.Controls.Add(this.fchkIsPay);
			this.dockPanel1_Container.Controls.Add(this.txtPayType);
			this.dockPanel1_Container.Controls.Add(this.fchkPayType);
			this.dockPanel1_Container.Location = new System.Drawing.Point(3, 25);
			this.dockPanel1_Container.Name = "dockPanel1_Container";
			this.dockPanel1_Container.Size = new System.Drawing.Size(786, 186);
			this.dockPanel1_Container.TabIndex = 0;
			this.dockPanel1_Container.EnabledChanged += new System.EventHandler(this.FilterChanged);
			// 
			// label4
			// 
			this.label4.BackColor = System.Drawing.Color.Transparent;
			this.label4.Location = new System.Drawing.Point(640, 24);
			this.label4.Name = "label4";
			this.label4.Size = new System.Drawing.Size(24, 24);
			this.label4.TabIndex = 68;
			this.label4.Text = "至";
			this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
			// 
			// label1
			// 
			this.label1.BackColor = System.Drawing.Color.Transparent;
			this.label1.Location = new System.Drawing.Point(136, 48);
			this.label1.Name = "label1";
			this.label1.Size = new System.Drawing.Size(24, 24);
			this.label1.TabIndex = 65;
			this.label1.Text = "至";
			this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
			// 
			// btnSearch
			// 
			this.btnSearch.Enabled = false;
			this.btnSearch.Image = ((System.Drawing.Image)(resources.GetObject("btnSearch.Image")));
			this.btnSearch.Location = new System.Drawing.Point(144, 152);
			this.btnSearch.Name = "btnSearch";
			this.btnSearch.Size = new System.Drawing.Size(96, 24);
			this.btnSearch.TabIndex = 64;
			this.btnSearch.TabStop = false;
			this.btnSearch.Text = "模糊查询";
			this.btnSearch.Click += new System.EventHandler(this.btnSearch_Click);
			// 
			// fchkDateIssue
			// 
			this.fchkDateIssue.Location = new System.Drawing.Point(440, 0);
			this.fchkDateIssue.Name = "fchkDateIssue";
			// 
			// fchkDateIssue.Properties
			// 
			this.fchkDateIssue.Properties.Caption = "出版日期";
			this.fchkDateIssue.Size = new System.Drawing.Size(75, 19);
			this.fchkDateIssue.TabIndex = 0;
			this.fchkDateIssue.TabStop = false;
			this.fchkDateIssue.CheckedChanged += new System.EventHandler(this.fchkDateIssue_CheckedChanged);
			// 
			// fchkDatePay
			// 
			this.fchkDatePay.Location = new System.Drawing.Point(440, 48);
			this.fchkDatePay.Name = "fchkDatePay";
			// 
			// fchkDatePay.Properties
			// 
			this.fchkDatePay.Properties.Caption = "交款日期";
			this.fchkDatePay.Size = new System.Drawing.Size(75, 19);
			this.fchkDatePay.TabIndex = 10;
			this.fchkDatePay.TabStop = false;
			this.fchkDatePay.CheckedChanged += new System.EventHandler(this.fchkDatePay_CheckedChanged);
			// 
			// fchkAuthDate
			// 
			this.fchkAuthDate.Location = new System.Drawing.Point(440, 24);
			this.fchkAuthDate.Name = "fchkAuthDate";
			// 
			// fchkAuthDate.Properties
			// 
			this.fchkAuthDate.Properties.Caption = "批准日期";
			this.fchkAuthDate.Size = new System.Drawing.Size(75, 19);
			this.fchkAuthDate.TabIndex = 11;
			this.fchkAuthDate.TabStop = false;
			this.fchkAuthDate.CheckedChanged += new System.EventHandler(this.fchkAuthDate_CheckedChanged);
			// 
			// fchkAuthor
			// 
			this.fchkAuthor.Location = new System.Drawing.Point(248, 96);
			this.fchkAuthor.Name = "fchkAuthor";
			// 
			// fchkAuthor.Properties
			// 
			this.fchkAuthor.Properties.Caption = "批准人";
			this.fchkAuthor.Size = new System.Drawing.Size(75, 19);
			this.fchkAuthor.TabIndex = 12;
			this.fchkAuthor.TabStop = false;
			this.fchkAuthor.CheckedChanged += new System.EventHandler(this.fchkAuthor_CheckedChanged);
			// 
			// fchkPaperPerNum
			// 
			this.fchkPaperPerNum.EditValue = true;
			this.fchkPaperPerNum.Location = new System.Drawing.Point(8, 48);
			this.fchkPaperPerNum.Name = "fchkPaperPerNum";
			// 
			// fchkPaperPerNum.Properties
			// 
			this.fchkPaperPerNum.Properties.Appearance.ForeColor = System.Drawing.Color.FromArgb(((System.Byte)(192)), ((System.Byte)(0)), ((System.Byte)(0)));
			this.fchkPaperPerNum.Properties.Appearance.Options.UseForeColor = true;
			this.fchkPaperPerNum.Properties.Caption = "期数";

⌨️ 快捷键说明

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