From b7b06604c4057163332b4017e02fe38bb40f51e4 Mon Sep 17 00:00:00 2001 From: lu <99954486@qq.com> Date: 星期二, 03 十二月 2024 21:46:00 +0800 Subject: [PATCH] 修改了初始化 --- DevApp/Gs.DevApp/TestForm/XtraForm1.Designer.cs | 3 --- 1 files changed, 0 insertions(+), 3 deletions(-) diff --git a/DevApp/Gs.DevApp/TestForm/XtraForm1.Designer.cs b/DevApp/Gs.DevApp/TestForm/XtraForm1.Designer.cs index d59af21..e67b665 100644 --- a/DevApp/Gs.DevApp/TestForm/XtraForm1.Designer.cs +++ b/DevApp/Gs.DevApp/TestForm/XtraForm1.Designer.cs @@ -47,7 +47,6 @@ // ucLookSupplier1 // this.ucLookSupplier1.IsReadly = false; - this.ucLookSupplier1.KeyFile = ""; this.ucLookSupplier1.Location = new System.Drawing.Point(201, 231); this.ucLookSupplier1.Margin = new System.Windows.Forms.Padding(0); this.ucLookSupplier1.Name = "ucLookSupplier1"; @@ -57,7 +56,6 @@ // ucLookItems1 // this.ucLookItems1.IsReadly = false; - this.ucLookItems1.KeyFile = ""; this.ucLookItems1.Location = new System.Drawing.Point(187, 119); this.ucLookItems1.Name = "ucLookItems1"; this.ucLookItems1.Size = new System.Drawing.Size(266, 33); @@ -67,7 +65,6 @@ // txt_ItemId // this.txt_ItemId.IsReadly = false; - this.txt_ItemId.KeyFile = ""; this.txt_ItemId.Location = new System.Drawing.Point(187, 54); this.txt_ItemId.Margin = new System.Windows.Forms.Padding(0); this.txt_ItemId.Name = "txt_ItemId"; -- Gitblit v1.9.3