📄 childadvreport.cs
字号:
((System.ComponentModel.ISupportInitialize)(this.fchkClientType.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.fchkClientCode.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txtClientType.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txtAuthor.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.fchkPaperSpaceNum.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.fchkMemo.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txtAdvContent.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txtAuthContent.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txtClientCode.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.fchkInvoiceNum.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.fchkCode.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txtMemo.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.fchkOpUser.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txtOpUser.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txtIsAuth.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.fchkIsAuth.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txtIsPay.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.fchkIsPay.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txtPayType.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.fchkPayType.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.fchkInvoice.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txtReportModel.Properties)).BeginInit();
this.SuspendLayout();
//
// btnClose
//
this.btnClose.Location = new System.Drawing.Point(752, 8);
this.btnClose.Name = "btnClose";
//
// mainPanel
//
this.mainPanel.Controls.Add(this.btnModelSaveAs);
this.mainPanel.Controls.Add(this.btnModelDelete);
this.mainPanel.Controls.Add(this.txtReportModel);
this.mainPanel.Controls.Add(this.label5);
this.mainPanel.Controls.Add(this.gcAdv);
this.mainPanel.Controls.Add(this.nbbAdv);
this.mainPanel.Dock = System.Windows.Forms.DockStyle.Fill;
this.mainPanel.Location = new System.Drawing.Point(0, 0);
this.mainPanel.Name = "mainPanel";
this.mainPanel.Size = new System.Drawing.Size(792, 168);
this.mainPanel.TabIndex = 8;
//
// gcAdv
//
this.gcAdv.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.gcAdv.DataSource = this.wwamds1.lAdv;
//
// gcAdv.EmbeddedNavigator
//
this.gcAdv.EmbeddedNavigator.Buttons.Append.Visible = false;
this.gcAdv.EmbeddedNavigator.Buttons.CancelEdit.Visible = false;
this.gcAdv.EmbeddedNavigator.Buttons.Edit.Visible = false;
this.gcAdv.EmbeddedNavigator.Buttons.EndEdit.Visible = false;
this.gcAdv.EmbeddedNavigator.Buttons.NextPage.Visible = false;
this.gcAdv.EmbeddedNavigator.Buttons.PrevPage.Visible = false;
this.gcAdv.EmbeddedNavigator.Buttons.Remove.Visible = false;
this.gcAdv.EmbeddedNavigator.Name = "";
this.gcAdv.EmbeddedNavigator.TextStringFormat = "第 {0} 条 / 共 {1} 条";
this.gcAdv.Location = new System.Drawing.Point(16, 40);
this.gcAdv.MainView = this.gvAdv;
this.gcAdv.Name = "gcAdv";
this.gcAdv.Size = new System.Drawing.Size(768, 120);
this.gcAdv.TabIndex = 5;
this.gcAdv.UseEmbeddedNavigator = true;
this.gcAdv.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
this.gvAdv});
//
// wwamds1
//
this.wwamds1.DataSetName = "WWAMDS";
this.wwamds1.Locale = new System.Globalization.CultureInfo("en-US");
//
// gvAdv
//
this.gvAdv.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
this.colCode,
this.colPaperPerNum,
this.colDateIssue,
this.colAdvContent,
this.colPaperName,
this.colPaperSpaceNum,
this.colPaperSpace,
this.colAdvSpec,
this.colColor,
this.colClientCode,
this.colClientType,
this.colIsPay,
this.colPaySum,
this.colPayReal,
this.colPayPer,
this.colDatePay,
this.colPayType,
this.colIsAuth,
this.colAuthor,
this.colInvoiceNum,
this.colOpUser,
this.colPayNum,
this.colPayUnit,
this.colMemo});
this.gvAdv.GridControl = this.gcAdv;
this.gvAdv.GroupSummary.AddRange(new DevExpress.XtraGrid.GridSummaryItem[] {
new DevExpress.XtraGrid.GridGroupSummaryItem(DevExpress.Data.SummaryItemType.Sum, "PayNum", null, "(数量: {0} "),
new DevExpress.XtraGrid.GridGroupSummaryItem(DevExpress.Data.SummaryItemType.Sum, "PaySum", null, "应收: {0:c2} "),
new DevExpress.XtraGrid.GridGroupSummaryItem(DevExpress.Data.SummaryItemType.Sum, "PayReal", null, "实收: {0:c2} )")});
this.gvAdv.Name = "gvAdv";
this.gvAdv.OptionsBehavior.Editable = false;
this.gvAdv.OptionsCustomization.AllowFilter = false;
this.gvAdv.OptionsMenu.EnableFooterMenu = false;
this.gvAdv.OptionsMenu.EnableGroupPanelMenu = false;
this.gvAdv.OptionsView.ColumnAutoWidth = false;
this.gvAdv.OptionsView.ShowFooter = true;
this.gvAdv.OptionsView.ShowGroupPanel = false;
this.gvAdv.Layout += new System.EventHandler(this.View_Layout);
//
// colCode
//
this.colCode.Caption = "编号";
this.colCode.FieldName = "Code";
this.colCode.Name = "colCode";
this.colCode.Width = 86;
//
// colPaperPerNum
//
this.colPaperPerNum.Caption = "期数";
this.colPaperPerNum.FieldName = "PaperPerNum";
this.colPaperPerNum.Name = "colPaperPerNum";
this.colPaperPerNum.Visible = true;
this.colPaperPerNum.VisibleIndex = 2;
this.colPaperPerNum.Width = 48;
//
// colDateIssue
//
this.colDateIssue.Caption = "出版日期";
this.colDateIssue.DisplayFormat.FormatString = "yyyy-MM-dd";
this.colDateIssue.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Custom;
this.colDateIssue.FieldName = "DateIssue";
this.colDateIssue.Name = "colDateIssue";
this.colDateIssue.Visible = true;
this.colDateIssue.VisibleIndex = 3;
//
// colAdvContent
//
this.colAdvContent.Caption = "内容";
this.colAdvContent.FieldName = "AdvContent";
this.colAdvContent.Name = "colAdvContent";
this.colAdvContent.Visible = true;
this.colAdvContent.VisibleIndex = 6;
this.colAdvContent.Width = 153;
//
// colPaperName
//
this.colPaperName.Caption = "报刊";
this.colPaperName.FieldName = "PaperName";
this.colPaperName.Name = "colPaperName";
this.colPaperName.Width = 106;
//
// colPaperSpaceNum
//
this.colPaperSpaceNum.Caption = "版号";
this.colPaperSpaceNum.FieldName = "PaperSpaceNum";
this.colPaperSpaceNum.Name = "colPaperSpaceNum";
this.colPaperSpaceNum.Visible = true;
this.colPaperSpaceNum.VisibleIndex = 4;
this.colPaperSpaceNum.Width = 41;
//
// colPaperSpace
//
this.colPaperSpace.Caption = "版面";
this.colPaperSpace.FieldName = "PaperSpace";
this.colPaperSpace.Name = "colPaperSpace";
this.colPaperSpace.Visible = true;
this.colPaperSpace.VisibleIndex = 5;
this.colPaperSpace.Width = 60;
//
// colAdvSpec
//
this.colAdvSpec.Caption = "规格";
this.colAdvSpec.FieldName = "AdvSpec";
this.colAdvSpec.Name = "colAdvSpec";
this.colAdvSpec.Width = 124;
//
// colColor
//
this.colColor.Caption = "色彩";
this.colColor.FieldName = "Color";
this.colColor.Name = "colColor";
this.colColor.Visible = true;
this.colColor.VisibleIndex = 7;
this.colColor.Width = 40;
//
// colClientCode
//
this.colClientCode.Caption = "客户";
this.colClientCode.FieldName = "ClientCode";
this.colClientCode.Name = "colClientCode";
this.colClientCode.Width = 132;
//
// colClientType
//
this.colClientType.Caption = "客户分类";
this.colClientType.FieldName = "ClientType";
this.colClientType.Name = "colClientType";
//
// 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 = 80;
//
// colPayType
//
this.colPayType.Caption = "付款方式";
this.colPayType.FieldName = "PayType";
this.colPayType.Name = "colPayType";
this.colPayType.Visible = true;
this.colPayType.VisibleIndex = 13;
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -