From 63dd8bdd72afc4e8277606932999e598a13dd04e Mon Sep 17 00:00:00 2001 From: lu <123456> Date: 星期五, 08 八月 2025 10:09:59 +0800 Subject: [PATCH] Merge branch 'master' of http://git.gs-mes.com:8080/r/~tjx/GsMesClient --- DevApp/Gs.DevApp/DevFrm/JJGZ/SetLB.Designer.cs | 11 +++++++---- 1 files changed, 7 insertions(+), 4 deletions(-) diff --git a/DevApp/Gs.DevApp/DevFrm/JJGZ/SetLB.Designer.cs b/DevApp/Gs.DevApp/DevFrm/JJGZ/SetLB.Designer.cs index bfc9d6e..13d4849 100644 --- a/DevApp/Gs.DevApp/DevFrm/JJGZ/SetLB.Designer.cs +++ b/DevApp/Gs.DevApp/DevFrm/JJGZ/SetLB.Designer.cs @@ -42,7 +42,7 @@ this.simpleButton1.Name = "simpleButton1"; this.simpleButton1.Size = new System.Drawing.Size(138, 44); this.simpleButton1.TabIndex = 3; - this.simpleButton1.Text = "鏌ヨ"; + this.simpleButton1.Text = "璁剧疆"; this.simpleButton1.Click += new System.EventHandler(this.simpleButton1_Click); // // labelControl1 @@ -58,10 +58,13 @@ // this.textEdit1.Location = new System.Drawing.Point(209, 45); this.textEdit1.Name = "textEdit1"; + this.textEdit1.Properties.MaskSettings.Set("MaskManagerType", typeof(DevExpress.Data.Mask.NumericMaskManager)); + this.textEdit1.Properties.MaskSettings.Set("MaskManagerSignature", "allowNull=False"); + this.textEdit1.Properties.MaskSettings.Set("mask", "f"); this.textEdit1.Size = new System.Drawing.Size(386, 28); this.textEdit1.TabIndex = 6; // - // WorkTime + // SetLB // this.AutoScaleDimensions = new System.Drawing.SizeF(10F, 22F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; @@ -72,9 +75,9 @@ this.Margin = new System.Windows.Forms.Padding(2); this.MaximizeBox = false; this.MinimizeBox = false; - this.Name = "WorkTime"; + this.Name = "SetLB"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; - this.Text = "娆犳枡琛ㄦ煡璇�"; + this.Text = "璁剧疆杩炵彮"; ((System.ComponentModel.ISupportInitialize)(this.textEdit1.Properties)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); -- Gitblit v1.9.3