From d4a7c6729238148e9849081740e47e044eb9d313 Mon Sep 17 00:00:00 2001 From: lu <99954486@qq.com> Date: 星期六, 30 十一月 2024 21:49:58 +0800 Subject: [PATCH] 1 --- DevApp/Gs.DevApp/DevFrm/Sys/DocNoRule.Designer.cs | 24 ++++++++++++++++++++---- 1 files changed, 20 insertions(+), 4 deletions(-) diff --git a/DevApp/Gs.DevApp/DevFrm/Sys/DocNoRule.Designer.cs b/DevApp/Gs.DevApp/DevFrm/Sys/DocNoRule.Designer.cs index d0bb321..9e43522 100644 --- a/DevApp/Gs.DevApp/DevFrm/Sys/DocNoRule.Designer.cs +++ b/DevApp/Gs.DevApp/DevFrm/Sys/DocNoRule.Designer.cs @@ -70,6 +70,7 @@ this.txt_docCode = new DevExpress.XtraEditors.LookUpEdit(); this.labelControl11 = new DevExpress.XtraEditors.LabelControl(); this.lbGuid = new System.Windows.Forms.Label(); + this.picCheckBox = new System.Windows.Forms.PictureBox(); ((System.ComponentModel.ISupportInitialize)(this.gcMain)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).BeginInit(); @@ -89,6 +90,7 @@ ((System.ComponentModel.ISupportInitialize)(this.txxtItem2.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txxtItem1.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txt_docCode.Properties)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.picCheckBox)).BeginInit(); this.SuspendLayout(); // // gv_createdBy @@ -175,12 +177,12 @@ this.gv_ruleFormat.AppearanceCell.Options.UseFont = true; this.gv_ruleFormat.Caption = "缂栫爜瑙勫垯"; this.gv_ruleFormat.FieldName = "docFormat"; - this.gv_ruleFormat.MinWidth = 25; + this.gv_ruleFormat.MinWidth = 150; this.gv_ruleFormat.Name = "gv_ruleFormat"; this.gv_ruleFormat.OptionsColumn.AllowEdit = false; this.gv_ruleFormat.Visible = true; this.gv_ruleFormat.VisibleIndex = 1; - this.gv_ruleFormat.Width = 94; + this.gv_ruleFormat.Width = 150; // // gv_docCode // @@ -203,11 +205,11 @@ this.toolBarMenu1.isSetBtn = false; this.toolBarMenu1.Location = new System.Drawing.Point(0, 0); this.toolBarMenu1.Name = "toolBarMenu1"; - + this.toolBarMenu1.rptParameter = null; this.toolBarMenu1.Size = new System.Drawing.Size(949, 80); this.toolBarMenu1.TabIndex = 0; this.toolBarMenu1.xlsInService = null; - + this.toolBarMenu1.xlsOutParameter = null; // // gcMain // @@ -640,11 +642,23 @@ this.lbGuid.TabIndex = 1; this.lbGuid.Visible = false; // + // picCheckBox + // + this.picCheckBox.Image = global::Gs.DevApp.Properties.Resources.ico_noCheck; + this.picCheckBox.Location = new System.Drawing.Point(766, 55); + this.picCheckBox.Name = "picCheckBox"; + this.picCheckBox.Size = new System.Drawing.Size(100, 50); + this.picCheckBox.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage; + this.picCheckBox.TabIndex = 5; + this.picCheckBox.TabStop = false; + this.picCheckBox.Visible = false; + // // DocNoRule // this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 18F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(949, 660); + this.Controls.Add(this.picCheckBox); this.Controls.Add(this.xtraTabControl1); this.Controls.Add(this.toolBarMenu1); this.Name = "DocNoRule"; @@ -669,6 +683,7 @@ ((System.ComponentModel.ISupportInitialize)(this.txxtItem2.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txxtItem1.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txt_docCode.Properties)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.picCheckBox)).EndInit(); this.ResumeLayout(false); } @@ -714,5 +729,6 @@ private System.Windows.Forms.NumericUpDown txt_noLength; private DevExpress.XtraEditors.CheckEdit txt_resetZero; private DevExpress.XtraGrid.Columns.GridColumn gv_checkStatus; + private System.Windows.Forms.PictureBox picCheckBox; } } \ No newline at end of file -- Gitblit v1.9.3