📄 childadvregist.cs
字号:
// colIsPay
//
this.colIsPay.Caption = "交款";
this.colIsPay.FieldName = "IsPay";
this.colIsPay.Name = "colIsPay";
this.colIsPay.Visible = true;
this.colIsPay.VisibleIndex = 1;
this.colIsPay.Width = 36;
//
// colPaySum
//
this.colPaySum.Caption = "应付";
this.colPaySum.FieldName = "PaySum";
this.colPaySum.Name = "colPaySum";
this.colPaySum.SummaryItem.SummaryType = DevExpress.Data.SummaryItemType.Sum;
this.colPaySum.Visible = true;
this.colPaySum.VisibleIndex = 10;
//
// colPayReal
//
this.colPayReal.Caption = "实付";
this.colPayReal.FieldName = "PayReal";
this.colPayReal.Name = "colPayReal";
this.colPayReal.SummaryItem.SummaryType = DevExpress.Data.SummaryItemType.Sum;
this.colPayReal.Visible = true;
this.colPayReal.VisibleIndex = 11;
this.colPayReal.Width = 66;
//
// colPayPer
//
this.colPayPer.Caption = "折扣";
this.colPayPer.DisplayFormat.FormatString = "p";
this.colPayPer.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
this.colPayPer.FieldName = "PayPer";
this.colPayPer.Name = "colPayPer";
this.colPayPer.Visible = true;
this.colPayPer.VisibleIndex = 12;
//
// colDatePay
//
this.colDatePay.Caption = "付款日期";
this.colDatePay.DisplayFormat.FormatString = "yyyy-MM-dd";
this.colDatePay.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
this.colDatePay.FieldName = "DatePay";
this.colDatePay.Name = "colDatePay";
this.colDatePay.Visible = true;
this.colDatePay.VisibleIndex = 14;
this.colDatePay.Width = 85;
//
// colPayType
//
this.colPayType.Caption = "付款方式";
this.colPayType.FieldName = "PayType";
this.colPayType.Name = "colPayType";
this.colPayType.Visible = true;
this.colPayType.VisibleIndex = 13;
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 = 36;
//
// 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.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);
//
// label27
//
this.label27.Location = new System.Drawing.Point(272, 14);
this.label27.Name = "label27";
this.label27.Size = new System.Drawing.Size(72, 23);
this.label27.TabIndex = 59;
this.label27.Text = "报刊:";
this.label27.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// dockManager1
//
this.dockManager1.Form = this;
this.dockManager1.RootPanels.AddRange(new DevExpress.XtraBars.Docking.DockPanel[] {
this.dpDetail});
this.dockManager1.TopZIndexControls.AddRange(new string[] {
"DevExpress.XtraBars.BarDockControl",
"System.Windows.Forms.StatusBar"});
//
// dpDetail
//
this.dpDetail.Controls.Add(this.dockPanel1_Container);
this.dpDetail.Dock = DevExpress.XtraBars.Docking.DockingStyle.Bottom;
this.dpDetail.ID = new System.Guid("408f9218-c64c-42bf-97cc-2580d8933308");
this.dpDetail.Location = new System.Drawing.Point(0, 154);
this.dpDetail.Name = "dpDetail";
this.dpDetail.Options.AllowDockFill = false;
this.dpDetail.Options.AllowDockLeft = false;
this.dpDetail.Options.AllowDockRight = false;
this.dpDetail.Options.AllowDockTop = false;
this.dpDetail.Options.AllowFloating = false;
this.dpDetail.Options.FloatOnDblClick = false;
this.dpDetail.Options.ShowCloseButton = false;
this.dpDetail.Options.ShowMaximizeButton = false;
this.dpDetail.Size = new System.Drawing.Size(704, 228);
this.dpDetail.Text = "详情";
//
// dockPanel1_Container
//
this.dockPanel1_Container.Controls.Add(this.txtIsAuth);
this.dockPanel1_Container.Controls.Add(this.lblOpUser);
this.dockPanel1_Container.Controls.Add(this.txtOpUser);
this.dockPanel1_Container.Controls.Add(this.mainTabPage);
this.dockPanel1_Container.Location = new System.Drawing.Point(3, 25);
this.dockPanel1_Container.Name = "dockPanel1_Container";
this.dockPanel1_Container.Size = new System.Drawing.Size(698, 200);
this.dockPanel1_Container.TabIndex = 0;
//
// txtIsAuth
//
this.txtIsAuth.BackColor = System.Drawing.Color.Transparent;
this.txtIsAuth.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
this.txtIsAuth.ForeColor = System.Drawing.Color.FromArgb(((System.Byte)(0)), ((System.Byte)(0)), ((System.Byte)(192)));
this.txtIsAuth.Location = new System.Drawing.Point(480, 2);
this.txtIsAuth.Name = "txtIsAuth";
this.txtIsAuth.Size = new System.Drawing.Size(56, 20);
this.txtIsAuth.TabIndex = 60;
this.txtIsAuth.Text = "未批准";
this.txtIsAuth.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// lblOpUser
//
this.lblOpUser.BackColor = System.Drawing.Color.Transparent;
this.lblOpUser.Location = new System.Drawing.Point(256, 4);
this.lblOpUser.Name = "lblOpUser";
this.lblOpUser.Size = new System.Drawing.Size(80, 16);
this.lblOpUser.TabIndex = 65;
this.lblOpUser.Text = "业务负责人:";
this.lblOpUser.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// txtOpUser
//
this.txtOpUser.BackColor = System.Drawing.Color.Transparent;
this.txtOpUser.Location = new System.Drawing.Point(336, 4);
this.txtOpUser.Name = "txtOpUser";
this.txtOpUser.Size = new System.Drawing.Size(72, 16);
this.txtOpUser.TabIndex = 66;
this.txtOpUser.Text = "业务负责人";
this.txtOpUser.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// mainTabPage
//
this.mainTabPage.Dock = System.Windows.Forms.DockStyle.Fill;
this.mainTabPage.Location = new System.Drawing.Point(0, 0);
this.mainTabPage.Name = "mainTabPage";
this.mainTabPage.SelectedTabPage = this.pageAdvInfo;
this.mainTabPage.Size = new System.Drawing.Size(698, 200);
this.mainTabPage.TabIndex = 9;
this.mainTabPage.TabPages.AddRange(new DevExpress.XtraTab.XtraTabPage[] {
this.pageAdvInfo,
this.pageClient,
this.pageAuth,
this.pagePay,
this.pageOp,
this.xtraTabPage1});
//
// pageAdvInfo
//
this.pageAdvInfo.Controls.Add(this.txtCode);
this.pageAdvInfo.Controls.Add(this.label21);
this.pageAdvInfo.Controls.Add(this.txtAdvContent);
this.pageAdvInfo.Controls.Add(this.label28);
this.pageAdvInfo.Controls.Add(this.txtPaperPerNum);
this.pageAdvInfo.Controls.Add(this.label38);
this.pageAdvInfo.Controls.Add(this.txtDateIssue);
this.pageAdvInfo.Controls.Add(this.label37);
this.pageAdvInfo.Controls.Add(this.txtPayNum);
this.pageAdvInfo.Controls.Add(this.txtPaperSpace);
this.pageAdvInfo.Controls.Add(this.txtPaySum);
this.pageAdvInfo.Controls.Add(this.txtColor);
this.pageAdvInfo.Controls.Add(this.txtPayPrice);
this.pageAdvInfo.Controls.Add(this.txtPaperSpaceNum);
this.pageAdvInfo.Controls.Add(this.txtPayUnit);
this.pageAdvInfo.Controls.Add(this.txtPaperName);
this.pageAdvInfo.Controls.Add(this.txtAdvSpec);
this.pageAdvInfo.Controls.Add(this.label11);
this.pageAdvInfo.Controls.Add(this.label10);
this.pageAdvInfo.Controls.Add(this.label9);
this.pageAdvInfo.Controls.Add(this.label8);
this.pageAdvInfo.Controls.Add(this.label7);
this.pageAdvInfo.Controls.Add(this.label6);
this.pageAdvInfo.Controls.Add(this.label5);
this.pageAdvInfo.Controls.Add(this.label4);
this.pageAdvInfo.Controls.Add(this.label2);
this.pageAdvInfo.Name = "pageAdvInfo";
this.pageAdvInfo.Size = new System.Drawing.Size(689, 169);
this.pageAdvInfo.Tag = "";
this.pageAdvInfo.Text = "广告";
//
// txtCode
//
this.txtCode.EditValue = "";
this.txtCode.EnterMoveNextControl = true;
this.txtCode.Location = new System.Drawing.Point(72, 8);
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.Properties.ReadOnly = true;
this.txtCode.Size = new System.Drawing.Size(192, 21);
this.txtCode.TabIndex = 0;
//
// label21
//
this.label21.Location = new System.Drawing.Point(8, 8);
this.label21.Name = "label21";
this.label21.Size = new System.Drawing.Size(72, 23);
this.label21.TabIndex = 63;
this.label21.Text = "广告编号:";
this.label21.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// txtAdvContent
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -