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

📄 childadvmodel.cs

📁 报刊广告管理系统。CSharp编写
💻 CS
📖 第 1 页 / 共 3 页
字号:
			// 
			// colPayUnit
			// 
			this.colPayUnit.Caption = "单位";
			this.colPayUnit.FieldName = "PayUnit";
			this.colPayUnit.Name = "colPayUnit";
			this.colPayUnit.Visible = true;
			this.colPayUnit.VisibleIndex = 5;
			this.colPayUnit.Width = 76;
			// 
			// nbbAdvModel
			// 
			this.nbbAdvModel.BtnImgAppend = ((System.Drawing.Image)(resources.GetObject("nbbAdvModel.BtnImgAppend")));
			this.nbbAdvModel.BtnImgDelete = ((System.Drawing.Image)(resources.GetObject("nbbAdvModel.BtnImgDelete")));
			this.nbbAdvModel.BtnImgEdit = ((System.Drawing.Image)(resources.GetObject("nbbAdvModel.BtnImgEdit")));
			this.nbbAdvModel.BtnImgExcel = ((System.Drawing.Image)(resources.GetObject("nbbAdvModel.BtnImgExcel")));
			this.nbbAdvModel.BtnImgFind = ((System.Drawing.Image)(resources.GetObject("nbbAdvModel.BtnImgFind")));
			this.nbbAdvModel.BtnImgPrint = ((System.Drawing.Image)(resources.GetObject("nbbAdvModel.BtnImgPrint")));
			this.nbbAdvModel.BtnImgRefresh = ((System.Drawing.Image)(resources.GetObject("nbbAdvModel.BtnImgRefresh")));
			this.nbbAdvModel.GridCtrl = this.gcAdvModel;
			this.nbbAdvModel.Location = new System.Drawing.Point(16, 8);
			this.nbbAdvModel.Name = "nbbAdvModel";
			this.nbbAdvModel.Size = new System.Drawing.Size(138, 28);
			this.nbbAdvModel.TabIndex = 4;
			this.nbbAdvModel.ClickButton += new WWAM.BLL.NavBarBtns.ButtonEventHandler(this.nbbAdvModel_ClickButton);
			// 
			// 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("3b95f529-7c22-498d-9285-7f9e34c86299");
			this.dpDetail.Location = new System.Drawing.Point(0, 182);
			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(552, 200);
			this.dpDetail.Text = "详情";
			// 
			// dockPanel1_Container
			// 
			this.dockPanel1_Container.Controls.Add(this.txtAdvSpec);
			this.dockPanel1_Container.Controls.Add(this.txtMemo);
			this.dockPanel1_Container.Controls.Add(this.txtCode);
			this.dockPanel1_Container.Controls.Add(this.txtPayUnit);
			this.dockPanel1_Container.Controls.Add(this.txtColor);
			this.dockPanel1_Container.Controls.Add(this.txtPayPrice);
			this.dockPanel1_Container.Controls.Add(this.txtPayNum);
			this.dockPanel1_Container.Controls.Add(this.txtPaperSpaceNum);
			this.dockPanel1_Container.Controls.Add(this.txtPaperName);
			this.dockPanel1_Container.Controls.Add(this.txtPaperSpace);
			this.dockPanel1_Container.Controls.Add(this.txtPaySum);
			this.dockPanel1_Container.Controls.Add(this.label12);
			this.dockPanel1_Container.Controls.Add(this.label11);
			this.dockPanel1_Container.Controls.Add(this.label10);
			this.dockPanel1_Container.Controls.Add(this.label9);
			this.dockPanel1_Container.Controls.Add(this.label8);
			this.dockPanel1_Container.Controls.Add(this.label7);
			this.dockPanel1_Container.Controls.Add(this.label6);
			this.dockPanel1_Container.Controls.Add(this.label5);
			this.dockPanel1_Container.Controls.Add(this.label4);
			this.dockPanel1_Container.Controls.Add(this.label1);
			this.dockPanel1_Container.Controls.Add(this.label2);
			this.dockPanel1_Container.Location = new System.Drawing.Point(3, 25);
			this.dockPanel1_Container.Name = "dockPanel1_Container";
			this.dockPanel1_Container.Size = new System.Drawing.Size(546, 172);
			this.dockPanel1_Container.TabIndex = 0;
			// 
			// txtAdvSpec
			// 
			this.txtAdvSpec.EditValue = "";
			this.txtAdvSpec.EnterMoveNextControl = true;
			this.txtAdvSpec.Location = new System.Drawing.Point(80, 80);
			this.txtAdvSpec.Name = "txtAdvSpec";
			// 
			// txtAdvSpec.Properties
			// 
			this.txtAdvSpec.Properties.AppearanceFocused.BackColor = System.Drawing.Color.FromArgb(((System.Byte)(255)), ((System.Byte)(224)), ((System.Byte)(192)));
			this.txtAdvSpec.Properties.AppearanceFocused.Options.UseBackColor = true;
			this.txtAdvSpec.Properties.ReadOnly = true;
			this.txtAdvSpec.Size = new System.Drawing.Size(272, 21);
			this.txtAdvSpec.TabIndex = 32;
			// 
			// txtMemo
			// 
			this.txtMemo.EditValue = "";
			this.txtMemo.Location = new System.Drawing.Point(80, 104);
			this.txtMemo.Name = "txtMemo";
			// 
			// txtMemo.Properties
			// 
			this.txtMemo.Properties.AppearanceFocused.BackColor = System.Drawing.Color.FromArgb(((System.Byte)(255)), ((System.Byte)(224)), ((System.Byte)(192)));
			this.txtMemo.Properties.AppearanceFocused.Options.UseBackColor = true;
			this.txtMemo.Properties.ReadOnly = true;
			this.txtMemo.Size = new System.Drawing.Size(272, 56);
			this.txtMemo.TabIndex = 36;
			// 
			// txtCode
			// 
			this.txtCode.EditValue = "";
			this.txtCode.EnterMoveNextControl = true;
			this.txtCode.Location = new System.Drawing.Point(80, 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(272, 21);
			this.txtCode.TabIndex = 28;
			// 
			// txtPayUnit
			// 
			this.txtPayUnit.EnterMoveNextControl = true;
			this.txtPayUnit.Location = new System.Drawing.Point(432, 8);
			this.txtPayUnit.Name = "txtPayUnit";
			// 
			// txtPayUnit.Properties
			// 
			this.txtPayUnit.Properties.AppearanceFocused.BackColor = System.Drawing.Color.FromArgb(((System.Byte)(255)), ((System.Byte)(224)), ((System.Byte)(192)));
			this.txtPayUnit.Properties.AppearanceFocused.Options.UseBackColor = true;
			this.txtPayUnit.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
																											   new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo, "", -1, true, false, false, DevExpress.Utils.HorzAlignment.Center, null)});
			this.txtPayUnit.Properties.ReadOnly = true;
			this.txtPayUnit.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
			this.txtPayUnit.Size = new System.Drawing.Size(96, 21);
			this.txtPayUnit.TabIndex = 33;
			// 
			// txtColor
			// 
			this.txtColor.EnterMoveNextControl = true;
			this.txtColor.Location = new System.Drawing.Point(280, 56);
			this.txtColor.Name = "txtColor";
			// 
			// txtColor.Properties
			// 
			this.txtColor.Properties.AppearanceFocused.BackColor = System.Drawing.Color.FromArgb(((System.Byte)(255)), ((System.Byte)(224)), ((System.Byte)(192)));
			this.txtColor.Properties.AppearanceFocused.Options.UseBackColor = true;
			this.txtColor.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
																											 new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo, "", -1, true, false, false, DevExpress.Utils.HorzAlignment.Center, null)});
			this.txtColor.Properties.ReadOnly = true;
			this.txtColor.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
			this.txtColor.Size = new System.Drawing.Size(72, 21);
			this.txtColor.TabIndex = 31;
			// 
			// txtPayPrice
			// 
			this.txtPayPrice.EnterMoveNextControl = true;
			this.txtPayPrice.Location = new System.Drawing.Point(432, 56);
			this.txtPayPrice.Name = "txtPayPrice";
			// 
			// txtPayPrice.Properties
			// 
			this.txtPayPrice.Properties.AppearanceFocused.BackColor = System.Drawing.Color.FromArgb(((System.Byte)(255)), ((System.Byte)(224)), ((System.Byte)(192)));
			this.txtPayPrice.Properties.AppearanceFocused.Options.UseBackColor = true;
			this.txtPayPrice.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
																												new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo, "", -1, true, false, false, DevExpress.Utils.HorzAlignment.Center, null)});
			this.txtPayPrice.Properties.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
			this.txtPayPrice.Properties.EditFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
			this.txtPayPrice.Properties.Mask.EditMask = "c2";
			this.txtPayPrice.Properties.Mask.UseMaskAsDisplayFormat = true;
			this.txtPayPrice.Properties.ReadOnly = true;
			this.txtPayPrice.Size = new System.Drawing.Size(96, 21);
			this.txtPayPrice.TabIndex = 34;
			// 
			// txtPayNum
			// 
			this.txtPayNum.EditValue = new System.Decimal(new int[] {
																		0,
																		0,
																		0,
																		0});
			this.txtPayNum.EnterMoveNextControl = true;
			this.txtPayNum.Location = new System.Drawing.Point(432, 32);
			this.txtPayNum.Name = "txtPayNum";
			// 
			// txtPayNum.Properties
			// 
			this.txtPayNum.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
																											  new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Ellipsis, "", -1, true, false, false, DevExpress.Utils.HorzAlignment.Center, null)});
			this.txtPayNum.Properties.MaxValue = new System.Decimal(new int[] {
																				  1000,
																				  0,
																				  0,
																				  0});
			this.txtPayNum.Properties.ReadOnly = true;
			this.txtPayNum.Properties.UseCtrlIncrement = false;
			this.txtPayNum.Size = new System.Drawing.Size(96, 21);
			this.txtPayNum.TabIndex = 48;
			// 
			// txtPaperSpaceNum
			// 
			this.txtPaperSpaceNum.EditValue = "";
			this.txtPaperSpaceNum.EnterMoveNextControl = true;
			this.txtPaperSpaceNum.Location = new System.Drawing.Point(264, 32);
			this.txtPaperSpaceNum.Name = "txtPaperSpaceNum";
			// 
			// txtPaperSpaceNum.Properties
			// 
			this.txtPaperSpaceNum.Properties.AppearanceFocused.BackColor = System.Drawing.Color.FromArgb(((System.Byte)(255)), ((System.Byte)(224)), ((System.Byte)(192)));
			this.txtPaperSpaceNum.Properties.AppearanceFocused.Options.UseBackColor = true;
			this.txtPaperSpaceNum.Properties.ReadOnly = true;
			this.txtPaperSpaceNum.Size = new System.Drawing.Size(56, 21);
			this.txtPaperSpaceNum.TabIndex = 29;
			// 
			// txtPaperName
			// 
			this.txtPaperName.EditValue = "";
			this.txtPaperName.EnterMoveNextControl = true;
			this.txtPaperName.Location = new System.Drawing.Point(80, 32);
			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, "", -1, true, false, false, DevExpress.Utils.HorzAlignment.Center, null)});
			this.txtPaperName.Properties.ReadOnly = true;
			this.txtPaperName.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
			this.txtPaperName.Size = new System.Drawing.Size(176, 21);
			this.txtPaperName.TabIndex = 49;
			// 
			// txtPaperSpace
			// 
			this.txtPaperSpace.EnterMoveNextControl = true;
			this.txtPaperSpace.Location = new System.Drawing.Point(80, 56);
			this.txtPaperSpace.Name = "txtPaperSpace";
			// 
			// txtPaperSpace.Properties
			// 
			this.txtPaperSpace.Properties.AppearanceFocused.BackColor = System.Drawing.Color.FromArgb(((System.Byte)(255)), ((System.Byte)(224)), ((System.Byte)(192)));
			this.txtPaperSpace.Properties.AppearanceFocused.Options.UseBackColor = true;
			this.txtPaperSpace.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
																												  new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo, "", -1, true, false, false, DevExpress.Utils.HorzAlignment.Center, null)});
			this.txtPaperSpace.Properties.ReadOnly = true;
			this.txtPaperSpace.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
			this.txtPaperSpace.Size = new System.Drawing.Size(128, 21);
			this.txtPaperSpace.TabIndex = 30;
			// 
			// txtPaySum
			// 
			this.txtPaySum.EnterMoveNextControl = true;
			this.txtPaySum.Location = new System.Drawing.Point(432, 80);
			this.txtPaySum.Name = "txtPaySum";
			// 
			// txtPaySum.Properties
			// 
			this.txtPaySum.Properties.AppearanceFocused.BackColor = System.Drawing.Color.FromArgb(((System.Byte)(255)), ((System.Byte)(224)), ((System.Byte)(192)));
			this.txtPaySum.Properties.AppearanceFocused.Options.UseBackColor = true;
			this.txtPaySum.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
																											  new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo, "", -1, true, false, false, DevExpress.Utils.HorzAlignment.Center, null)});
			this.txtPaySum.Properties.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
			this.txtPaySum.Properties.EditFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
			this.txtPaySum.Properties.Mask.EditMask = "c2";
			this.txtPaySum.Properties.Mask.UseMaskAsDisplayFormat = true;
			this.txtPaySum.Properties.ReadOnly = true;
			this.txtPaySum.Size = new System.Drawing.Size(96, 21);
			this.txtPaySum.TabIndex = 35;
			// 
			// label12
			// 
			this.label12.BackColor = System.Drawing.Color.Transparent;
			this.label12.Location = new System.Drawing.Point(8, 104);
			this.label12.Name = "label12";
			this.label12.Size = new System.Drawing.Size(48, 23);
			this.label12.TabIndex = 47;
			this.label12.Text = "备注:";
			this.label12.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
			// 
			// label11
			// 
			this.label11.BackColor = System.Drawing.Color.Transparent;
			this.label11.Location = new System.Drawing.Point(368, 80);
			this.label11.Name = "label11";
			this.label11.Size = new System.Drawing.Size(64, 23);
			this.label11.TabIndex = 46;
			this.label11.Text = "总金额:";
			this.label11.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
			// 
			// label10
			// 
			this.label10.BackColor = System.Drawing.Color.Transparent;
			this.label10.Location = new System.Drawing.Point(368, 56);
			this.label10.Name = "label10";
			this.label10.Size = new System.Drawing.Size(48, 23);
			this.label10.TabIndex = 45;
			this.label10.Text = "单价:";
			this.label10.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
			// 
			// label9
			// 
			this.label9.BackColor = System.Drawing.Color.Transparent;
			this.label9.Location = new System.Drawing.Point(368, 32);
			this.label9.Name = "label9";
			this.label9.Size = new System.Drawing.Size(48, 23);
			this.label9.TabIndex = 44;
			this.label9.Text = "数量:";

⌨️ 快捷键说明

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