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

📄 dlgdataadv.cs

📁 报刊广告管理系统。CSharp编写
💻 CS
📖 第 1 页 / 共 5 页
字号:
			this.txtDatePay.Properties.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
			this.txtDatePay.Properties.EditFormat.FormatString = "yyyy 年 MM 月 dd 日";
			this.txtDatePay.Properties.EditFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
			this.txtDatePay.Properties.Mask.EditMask = "yyyy 年 MM 月 dd 日";
			this.txtDatePay.Size = new System.Drawing.Size(160, 21);
			this.txtDatePay.TabIndex = 0;
			this.txtDatePay.EditValueChanged += new System.EventHandler(this.BaseEditor_EditValueChanged);
			// 
			// txtPayReal
			// 
			this.txtPayReal.EnterMoveNextControl = true;
			this.txtPayReal.Location = new System.Drawing.Point(136, 120);
			this.txtPayReal.Name = "txtPayReal";
			// 
			// txtPayReal.Properties
			// 
			this.txtPayReal.Properties.AppearanceFocused.BackColor = System.Drawing.Color.FromArgb(((System.Byte)(255)), ((System.Byte)(224)), ((System.Byte)(192)));
			this.txtPayReal.Properties.AppearanceFocused.Options.UseBackColor = true;
			this.txtPayReal.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
																											   new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
			this.txtPayReal.Properties.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
			this.txtPayReal.Properties.EditFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
			this.txtPayReal.Properties.Mask.EditMask = "c2";
			this.txtPayReal.Properties.Mask.UseMaskAsDisplayFormat = true;
			this.txtPayReal.Size = new System.Drawing.Size(160, 21);
			this.txtPayReal.TabIndex = 2;
			this.txtPayReal.EditValueChanged += new System.EventHandler(this.txtPaySum_EditValueChanged);
			// 
			// txtPaySum1
			// 
			this.txtPaySum1.ForeColor = System.Drawing.Color.FromArgb(((System.Byte)(192)), ((System.Byte)(0)), ((System.Byte)(0)));
			this.txtPaySum1.Location = new System.Drawing.Point(144, 16);
			this.txtPaySum1.Name = "txtPaySum1";
			this.txtPaySum1.Size = new System.Drawing.Size(128, 23);
			this.txtPaySum1.TabIndex = 53;
			this.txtPaySum1.Text = "¥100000.00 ";
			this.txtPaySum1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// txtInvoice
			// 
			this.txtInvoice.EditValue = "";
			this.txtInvoice.EnterMoveNextControl = true;
			this.txtInvoice.Location = new System.Drawing.Point(136, 184);
			this.txtInvoice.Name = "txtInvoice";
			// 
			// txtInvoice.Properties
			// 
			this.txtInvoice.Properties.AppearanceFocused.BackColor = System.Drawing.Color.FromArgb(((System.Byte)(255)), ((System.Byte)(224)), ((System.Byte)(192)));
			this.txtInvoice.Properties.AppearanceFocused.Options.UseBackColor = true;
			this.txtInvoice.Size = new System.Drawing.Size(160, 21);
			this.txtInvoice.TabIndex = 4;
			this.txtInvoice.EditValueChanged += new System.EventHandler(this.BaseEditor_EditValueChanged);
			// 
			// label33
			// 
			this.label33.Location = new System.Drawing.Point(56, 56);
			this.label33.Name = "label33";
			this.label33.Size = new System.Drawing.Size(72, 23);
			this.label33.TabIndex = 50;
			this.label33.Text = "交款日期:";
			this.label33.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
			// 
			// label32
			// 
			this.label32.Location = new System.Drawing.Point(56, 88);
			this.label32.Name = "label32";
			this.label32.Size = new System.Drawing.Size(72, 23);
			this.label32.TabIndex = 49;
			this.label32.Text = "交款方式:";
			this.label32.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
			// 
			// label25
			// 
			this.label25.Location = new System.Drawing.Point(56, 184);
			this.label25.Name = "label25";
			this.label25.Size = new System.Drawing.Size(72, 23);
			this.label25.TabIndex = 3;
			this.label25.Text = "发票号码:";
			this.label25.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
			// 
			// label24
			// 
			this.label24.Location = new System.Drawing.Point(56, 120);
			this.label24.Name = "label24";
			this.label24.Size = new System.Drawing.Size(72, 23);
			this.label24.TabIndex = 2;
			this.label24.Text = "实收金额:";
			this.label24.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
			// 
			// label23
			// 
			this.label23.Location = new System.Drawing.Point(56, 16);
			this.label23.Name = "label23";
			this.label23.Size = new System.Drawing.Size(72, 23);
			this.label23.TabIndex = 1;
			this.label23.Text = "应收金额:";
			this.label23.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
			// 
			// pageOp
			// 
			this.pageOp.Controls.Add(this.txtLastEditTime);
			this.pageOp.Controls.Add(this.txtLastEditor);
			this.pageOp.Controls.Add(this.txtCreateTime);
			this.pageOp.Controls.Add(this.txtCreator);
			this.pageOp.Controls.Add(this.label20);
			this.pageOp.Controls.Add(this.label19);
			this.pageOp.Controls.Add(this.label18);
			this.pageOp.Controls.Add(this.label1);
			this.pageOp.Name = "pageOp";
			this.pageOp.Size = new System.Drawing.Size(399, 281);
			this.pageOp.Text = "操作历史";
			// 
			// txtLastEditTime
			// 
			this.txtLastEditTime.Location = new System.Drawing.Point(128, 112);
			this.txtLastEditTime.Name = "txtLastEditTime";
			this.txtLastEditTime.Size = new System.Drawing.Size(256, 23);
			this.txtLastEditTime.TabIndex = 7;
			this.txtLastEditTime.Text = "最后修改时间:";
			this.txtLastEditTime.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
			// 
			// txtLastEditor
			// 
			this.txtLastEditor.Location = new System.Drawing.Point(128, 80);
			this.txtLastEditor.Name = "txtLastEditor";
			this.txtLastEditor.Size = new System.Drawing.Size(256, 23);
			this.txtLastEditor.TabIndex = 6;
			this.txtLastEditor.Text = "最后修改人:";
			this.txtLastEditor.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
			// 
			// txtCreateTime
			// 
			this.txtCreateTime.Location = new System.Drawing.Point(128, 48);
			this.txtCreateTime.Name = "txtCreateTime";
			this.txtCreateTime.Size = new System.Drawing.Size(256, 23);
			this.txtCreateTime.TabIndex = 5;
			this.txtCreateTime.Text = "创建时间:";
			this.txtCreateTime.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
			// 
			// txtCreator
			// 
			this.txtCreator.Location = new System.Drawing.Point(128, 16);
			this.txtCreator.Name = "txtCreator";
			this.txtCreator.Size = new System.Drawing.Size(256, 23);
			this.txtCreator.TabIndex = 4;
			this.txtCreator.Text = "创建人:";
			this.txtCreator.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
			// 
			// label20
			// 
			this.label20.Location = new System.Drawing.Point(16, 112);
			this.label20.Name = "label20";
			this.label20.TabIndex = 3;
			this.label20.Text = "最后修改时间:";
			this.label20.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
			// 
			// label19
			// 
			this.label19.Location = new System.Drawing.Point(16, 80);
			this.label19.Name = "label19";
			this.label19.TabIndex = 2;
			this.label19.Text = "最后修改人:";
			this.label19.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
			// 
			// label18
			// 
			this.label18.Location = new System.Drawing.Point(16, 48);
			this.label18.Name = "label18";
			this.label18.TabIndex = 1;
			this.label18.Text = "创建时间:";
			this.label18.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
			// 
			// label1
			// 
			this.label1.Location = new System.Drawing.Point(16, 16);
			this.label1.Name = "label1";
			this.label1.TabIndex = 0;
			this.label1.Text = "创建人:";
			this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
			// 
			// xtraTabPage3
			// 
			this.xtraTabPage3.Name = "xtraTabPage3";
			this.xtraTabPage3.Size = new System.Drawing.Size(471, 281);
			// 
			// txtMemo
			// 
			this.txtMemo.EditValue = "";
			this.txtMemo.EnterMoveNextControl = true;
			this.txtMemo.Location = new System.Drawing.Point(64, 328);
			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.Size = new System.Drawing.Size(344, 40);
			this.txtMemo.TabIndex = 1;
			this.txtMemo.EditValueChanged += new System.EventHandler(this.BaseEditor_EditValueChanged);
			// 
			// label27
			// 
			this.label27.Location = new System.Drawing.Point(16, 328);
			this.label27.Name = "label27";
			this.label27.Size = new System.Drawing.Size(48, 23);
			this.label27.TabIndex = 47;
			this.label27.Text = "备注:";
			this.label27.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
			// 
			// txtIsAuth
			// 
			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(352, 9);
			this.txtIsAuth.Name = "txtIsAuth";
			this.txtIsAuth.Size = new System.Drawing.Size(56, 20);
			this.txtIsAuth.TabIndex = 59;
			this.txtIsAuth.Text = "未批准";
			this.txtIsAuth.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// lblOpUser
			// 
			this.lblOpUser.Location = new System.Drawing.Point(16, 376);
			this.lblOpUser.Name = "lblOpUser";
			this.lblOpUser.Size = new System.Drawing.Size(80, 24);
			this.lblOpUser.TabIndex = 60;
			this.lblOpUser.Text = "业务负责人:";
			this.lblOpUser.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
			// 
			// txtOpUser1
			// 
			this.txtOpUser1.EnterMoveNextControl = true;
			this.txtOpUser1.Location = new System.Drawing.Point(96, 376);
			this.txtOpUser1.Name = "txtOpUser1";
			// 
			// txtOpUser1.Properties
			// 
			this.txtOpUser1.Properties.AppearanceFocused.BackColor = System.Drawing.Color.FromArgb(((System.Byte)(255)), ((System.Byte)(224)), ((System.Byte)(192)));
			this.txtOpUser1.Properties.AppearanceFocused.Options.UseBackColor = true;
			this.txtOpUser1.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
																											   new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
			this.txtOpUser1.Size = new System.Drawing.Size(112, 21);
			this.txtOpUser1.TabIndex = 61;
			this.txtOpUser1.Visible = false;
			this.txtOpUser1.EditValueChanged += new System.EventHandler(this.BaseEditor_EditValueChanged);
			// 
			// txtOpUser
			// 
			this.txtOpUser.Location = new System.Drawing.Point(96, 376);
			this.txtOpUser.Name = "txtOpUser";
			this.txtOpUser.Size = new System.Drawing.Size(112, 24);
			this.txtOpUser.TabIndex = 62;
			this.txtOpUser.Text = "业务负责人";
			this.txtOpUser.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
			// 
			// DlgDataAdv
			// 
			this.AutoScaleBaseSize = new System.Drawing.Size(6, 14);
			this.ClientSize = new System.Drawing.Size(426, 408);
			this.Controls.Add(this.lblOpUser);
			this.Controls.Add(this.txtIsAuth);
			this.Controls.Add(this.txtMemo);
			this.Controls.Add(this.mainTabPage);
			this.Controls.Add(this.label27);
			this.Controls.Add(this.txtOpUser);
			this.Controls.Add(this.txtOpUser1);
			this.Name = "DlgDataAdv";
			this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.DlgDataAdv_KeyDown);
			this.Controls.SetChildIndex(this.txtOpUser1, 0);
			this.Controls.SetChildIndex(this.txtOpUser, 0);
			this.Controls.SetChildIndex(this.label27, 0);
			this.Controls.SetChildIndex(this.mainTabPage, 0);
			this.Controls.SetChildIndex(this.btnCancel, 0);
			this.Controls.SetChildIndex(this.btnAcce

⌨️ 快捷键说明

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