📄 childadvregist.cs
字号:
((System.ComponentModel.ISupportInitialize)(this.gcAdv)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.wwamds1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.gvAdv)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.dockManager1)).BeginInit();
this.dpDetail.SuspendLayout();
this.dockPanel1_Container.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.mainTabPage)).BeginInit();
this.mainTabPage.SuspendLayout();
this.pageAdvInfo.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.txtCode.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txtAdvContent.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txtPaperPerNum.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txtDateIssue.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txtPayNum.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txtPaperSpace.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txtPaySum.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txtColor.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txtPayPrice.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txtPaperSpaceNum.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txtPayUnit.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txtPaperName.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txtAdvSpec.Properties)).BeginInit();
this.pageClient.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.txtClientType.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txtFax.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txtAddress.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txtZipCode.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txtPhone.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txtLinkMan.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txtClientCode.Properties)).BeginInit();
this.pageAuth.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.txtAuthContent.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txtAuthDate.Properties)).BeginInit();
this.pagePay.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.txtPayPer.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txtPayType.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txtDatePay.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txtPayReal.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txtInvoice.Properties)).BeginInit();
this.pageOp.SuspendLayout();
this.xtraTabPage1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.txtMemo.Properties)).BeginInit();
this.SuspendLayout();
//
// btnClose
//
this.btnClose.Location = new System.Drawing.Point(664, 8);
this.btnClose.Name = "btnClose";
//
// mainPanel
//
this.mainPanel.Controls.Add(this.ftxtPaperPerNum);
this.mainPanel.Controls.Add(this.label26);
this.mainPanel.Controls.Add(this.ftxtPaperName);
this.mainPanel.Controls.Add(this.chkQuickAppend);
this.mainPanel.Controls.Add(this.gcAdv);
this.mainPanel.Controls.Add(this.nbbAdv);
this.mainPanel.Controls.Add(this.label27);
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(704, 154);
this.mainPanel.TabIndex = 8;
//
// ftxtPaperPerNum
//
this.ftxtPaperPerNum.EditValue = new System.Decimal(new int[] {
0,
0,
0,
0});
this.ftxtPaperPerNum.EnterMoveNextControl = true;
this.ftxtPaperPerNum.Location = new System.Drawing.Point(512, 14);
this.ftxtPaperPerNum.Name = "ftxtPaperPerNum";
//
// ftxtPaperPerNum.Properties
//
this.ftxtPaperPerNum.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
new DevExpress.XtraEditors.Controls.EditorButton()});
this.ftxtPaperPerNum.Properties.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
this.ftxtPaperPerNum.Properties.EditFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
this.ftxtPaperPerNum.Properties.Mask.EditMask = "d0";
this.ftxtPaperPerNum.Properties.Mask.UseMaskAsDisplayFormat = true;
this.ftxtPaperPerNum.Properties.UseCtrlIncrement = false;
this.ftxtPaperPerNum.Size = new System.Drawing.Size(88, 21);
this.ftxtPaperPerNum.TabIndex = 63;
//
// label26
//
this.label26.BackColor = System.Drawing.Color.Transparent;
this.label26.Location = new System.Drawing.Point(464, 14);
this.label26.Name = "label26";
this.label26.Size = new System.Drawing.Size(72, 23);
this.label26.TabIndex = 62;
this.label26.Text = "期数:";
this.label26.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// ftxtPaperName
//
this.ftxtPaperName.EnterMoveNextControl = true;
this.ftxtPaperName.Location = new System.Drawing.Point(312, 14);
this.ftxtPaperName.Name = "ftxtPaperName";
//
// ftxtPaperName.Properties
//
this.ftxtPaperName.Properties.AppearanceFocused.BackColor = System.Drawing.Color.FromArgb(((System.Byte)(255)), ((System.Byte)(224)), ((System.Byte)(192)));
this.ftxtPaperName.Properties.AppearanceFocused.Options.UseBackColor = true;
this.ftxtPaperName.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
this.ftxtPaperName.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
this.ftxtPaperName.Size = new System.Drawing.Size(144, 21);
this.ftxtPaperName.TabIndex = 58;
this.ftxtPaperName.EditValueChanged += new System.EventHandler(this.FilterControl_EditValueChanged);
//
// chkQuickAppend
//
this.chkQuickAppend.Location = new System.Drawing.Point(190, 13);
this.chkQuickAppend.Name = "chkQuickAppend";
//
// chkQuickAppend.Properties
//
this.chkQuickAppend.Properties.Caption = "连续添加";
this.chkQuickAppend.Size = new System.Drawing.Size(74, 19);
this.chkQuickAppend.TabIndex = 6;
//
// 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(680, 106);
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.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.FocusedRowChanged += new DevExpress.XtraGrid.Views.Base.FocusedRowChangedEventHandler(this.gvAdv_FocusedRowChanged);
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";
//
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -