From c2248f08e9bdc75cac6a329bf37234c7af17f16c Mon Sep 17 00:00:00 2001 From: lu <99954486@qq.com> Date: 星期五, 01 十一月 2024 15:20:47 +0800 Subject: [PATCH] 小细节 --- DevApp/Gs.DevApp/DevFrm/Sys/Organization.Designer.cs | 30 +++++++++++++++--------------- 1 files changed, 15 insertions(+), 15 deletions(-) diff --git a/DevApp/Gs.DevApp/DevFrm/Sys/Organization.Designer.cs b/DevApp/Gs.DevApp/DevFrm/Sys/Organization.Designer.cs index d91a953..119f618 100644 --- a/DevApp/Gs.DevApp/DevFrm/Sys/Organization.Designer.cs +++ b/DevApp/Gs.DevApp/DevFrm/Sys/Organization.Designer.cs @@ -42,7 +42,6 @@ this.labelControl14 = new DevExpress.XtraEditors.LabelControl(); this.labelControl13 = new DevExpress.XtraEditors.LabelControl(); this.txt_isStatus = new System.Windows.Forms.CheckBox(); - this.labelControl10 = new DevExpress.XtraEditors.LabelControl(); this.txt_factory = new DevExpress.XtraEditors.TextEdit(); this.labelControl9 = new DevExpress.XtraEditors.LabelControl(); this.labelControl11 = new DevExpress.XtraEditors.LabelControl(); @@ -61,6 +60,7 @@ this.labelControl3 = new DevExpress.XtraEditors.LabelControl(); this.txt_name = new DevExpress.XtraEditors.TextEdit(); this.labelControl2 = new DevExpress.XtraEditors.LabelControl(); + this.labelControl10 = new DevExpress.XtraEditors.LabelControl(); ((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).BeginInit(); this.xtraTabControl1.SuspendLayout(); this.xtraTabPage1.SuspendLayout(); @@ -82,11 +82,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(772, 80); this.toolBarMenu1.TabIndex = 0; this.toolBarMenu1.xlsInService = null; - + this.toolBarMenu1.xlsOutParameter = null; // // xtraTabControl1 // @@ -227,16 +227,6 @@ this.txt_isStatus.Size = new System.Drawing.Size(18, 17); this.txt_isStatus.TabIndex = 138; this.txt_isStatus.UseVisualStyleBackColor = true; - // - // labelControl10 - // - this.labelControl10.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); - this.labelControl10.Appearance.Options.UseFont = true; - this.labelControl10.Location = new System.Drawing.Point(362, 80); - this.labelControl10.Name = "labelControl10"; - this.labelControl10.Size = new System.Drawing.Size(172, 21); - this.labelControl10.TabIndex = 137; - this.labelControl10.Text = "锛堟牴缁勭粐寤虹珛涓�1000锛�"; // // txt_factory // @@ -415,6 +405,16 @@ this.labelControl2.TabIndex = 2; this.labelControl2.Text = "缁勭粐鍚嶇О锛�"; // + // labelControl10 + // + this.labelControl10.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); + this.labelControl10.Appearance.Options.UseFont = true; + this.labelControl10.Location = new System.Drawing.Point(362, 80); + this.labelControl10.Name = "labelControl10"; + this.labelControl10.Size = new System.Drawing.Size(145, 21); + this.labelControl10.TabIndex = 137; + this.labelControl10.Text = "锛堟牴缁勭粐寤虹珛涓�0锛�"; + // // Organization // this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 18F); @@ -465,13 +465,13 @@ private System.Windows.Forms.Label label1; private DevExpress.XtraEditors.TextEdit txt_factory; private DevExpress.XtraEditors.LabelControl labelControl9; - private DevExpress.XtraEditors.LabelControl labelControl10; - private System.Windows.Forms.CheckBox txt_isStatus; private DevExpress.XtraEditors.TextEdit txt_checkDate; private DevExpress.XtraEditors.TextEdit txt_checkBy; private DevExpress.XtraEditors.LabelControl labelControl14; private DevExpress.XtraEditors.LabelControl labelControl13; private DevExpress.XtraEditors.LabelControl labelControl15; private System.Windows.Forms.Label txt_checkStatus; + private System.Windows.Forms.CheckBox txt_isStatus; + private DevExpress.XtraEditors.LabelControl labelControl10; } } \ No newline at end of file -- Gitblit v1.9.3