From 01738c21cdb08fee76aa53ff870a38a00b4f5df4 Mon Sep 17 00:00:00 2001
From: lg <999544862qq.com>
Date: 星期五, 13 九月 2024 12:01:18 +0800
Subject: [PATCH] 基础资料
---
DevApp/Gs.DevApp/DevFrm/User/Organization.Designer.cs | 32 ++++++++++++++++----------------
1 files changed, 16 insertions(+), 16 deletions(-)
diff --git a/DevApp/Gs.DevApp/DevFrm/User/Organization.Designer.cs b/DevApp/Gs.DevApp/DevFrm/User/Organization.Designer.cs
index 8832c2f..ce74d42 100644
--- a/DevApp/Gs.DevApp/DevFrm/User/Organization.Designer.cs
+++ b/DevApp/Gs.DevApp/DevFrm/User/Organization.Designer.cs
@@ -44,7 +44,7 @@
this.txt_upGuid = new System.Windows.Forms.ComboBox();
this.labelControl6 = new DevExpress.XtraEditors.LabelControl();
this.labelControl7 = new DevExpress.XtraEditors.LabelControl();
- this.txt_status = new DevExpress.XtraEditors.ComboBoxEdit();
+ this.txt_isStatus = new DevExpress.XtraEditors.ComboBoxEdit();
this.lbGuid = new System.Windows.Forms.Label();
this.labelControl5 = new DevExpress.XtraEditors.LabelControl();
this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
@@ -61,7 +61,7 @@
this.xtraTabPage2.SuspendLayout();
this.panel1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.txt_factory.Properties)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.txt_status.Properties)).BeginInit();
+ ((System.ComponentModel.ISupportInitialize)(this.txt_isStatus.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txt_conTel.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txt_conPeople.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txt_name.Properties)).BeginInit();
@@ -123,7 +123,7 @@
this.panel1.Controls.Add(this.txt_upGuid);
this.panel1.Controls.Add(this.labelControl6);
this.panel1.Controls.Add(this.labelControl7);
- this.panel1.Controls.Add(this.txt_status);
+ this.panel1.Controls.Add(this.txt_isStatus);
this.panel1.Controls.Add(this.lbGuid);
this.panel1.Controls.Add(this.labelControl5);
this.panel1.Controls.Add(this.labelControl1);
@@ -216,22 +216,22 @@
this.labelControl7.TabIndex = 117;
this.labelControl7.Text = "缁勭粐鐘舵�侊細";
//
- // txt_status
+ // txt_isStatus
//
- this.txt_status.Location = new System.Drawing.Point(138, 244);
- this.txt_status.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
- this.txt_status.Name = "txt_status";
- this.txt_status.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
- this.txt_status.Properties.Appearance.Options.UseFont = true;
- this.txt_status.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
+ this.txt_isStatus.Location = new System.Drawing.Point(138, 244);
+ this.txt_isStatus.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
+ this.txt_isStatus.Name = "txt_isStatus";
+ this.txt_isStatus.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
+ this.txt_isStatus.Properties.Appearance.Options.UseFont = true;
+ this.txt_isStatus.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
- this.txt_status.Properties.Items.AddRange(new object[] {
+ this.txt_isStatus.Properties.Items.AddRange(new object[] {
"-璇烽�夋嫨-",
"姝e父",
"绂佺敤"});
- this.txt_status.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
- this.txt_status.Size = new System.Drawing.Size(156, 28);
- this.txt_status.TabIndex = 116;
+ this.txt_isStatus.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
+ this.txt_isStatus.Size = new System.Drawing.Size(156, 28);
+ this.txt_isStatus.TabIndex = 116;
//
// lbGuid
//
@@ -347,7 +347,7 @@
this.panel1.ResumeLayout(false);
this.panel1.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.txt_factory.Properties)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.txt_status.Properties)).EndInit();
+ ((System.ComponentModel.ISupportInitialize)(this.txt_isStatus.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txt_conTel.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txt_conPeople.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txt_name.Properties)).EndInit();
@@ -366,7 +366,7 @@
private System.Windows.Forms.ComboBox txt_upGuid;
private DevExpress.XtraEditors.LabelControl labelControl6;
private DevExpress.XtraEditors.LabelControl labelControl7;
- private DevExpress.XtraEditors.ComboBoxEdit txt_status;
+ private DevExpress.XtraEditors.ComboBoxEdit txt_isStatus;
private System.Windows.Forms.Label lbGuid;
private DevExpress.XtraEditors.LabelControl labelControl5;
private DevExpress.XtraEditors.LabelControl labelControl1;
--
Gitblit v1.9.3