From 3d6533f1381e3e513ffb3d65bf34fb254f967088 Mon Sep 17 00:00:00 2001 From: lg <999544862qq.com> Date: 星期五, 06 九月 2024 11:39:04 +0800 Subject: [PATCH] 优化系统模块下面的增删改查 --- DevApp/Gs.DevApp/DevFrm/User/Organization.Designer.cs | 481 +++++++++++++++++++++++++++++------------------------ 1 files changed, 261 insertions(+), 220 deletions(-) diff --git a/DevApp/Gs.DevApp/DevFrm/User/Organization.Designer.cs b/DevApp/Gs.DevApp/DevFrm/User/Organization.Designer.cs index 6ff5c34..7218e54 100644 --- a/DevApp/Gs.DevApp/DevFrm/User/Organization.Designer.cs +++ b/DevApp/Gs.DevApp/DevFrm/User/Organization.Designer.cs @@ -29,213 +29,129 @@ /// </summary> private void InitializeComponent() { - this.tabControl1 = new System.Windows.Forms.TabControl(); this.toolBarMenu1 = new Gs.DevApp.UserControl.ToolBarMenu(); - this.trv = new System.Windows.Forms.TreeView(); - this.groupBox1 = new System.Windows.Forms.GroupBox(); - this.tabPage1 = new System.Windows.Forms.TabPage(); - this.labelControl2 = new DevExpress.XtraEditors.LabelControl(); - this.txtName = new DevExpress.XtraEditors.TextEdit(); - this.labelControl3 = new DevExpress.XtraEditors.LabelControl(); - this.txtConPeople = new DevExpress.XtraEditors.TextEdit(); - this.labelControl4 = new DevExpress.XtraEditors.LabelControl(); - this.txtConTel = new DevExpress.XtraEditors.TextEdit(); - this.labelControl12 = new DevExpress.XtraEditors.LabelControl(); - this.labelControl1 = new DevExpress.XtraEditors.LabelControl(); - this.labelControl5 = new DevExpress.XtraEditors.LabelControl(); - this.lbGuid = new System.Windows.Forms.Label(); - this.txtStatus = new DevExpress.XtraEditors.ComboBoxEdit(); - this.labelControl7 = new DevExpress.XtraEditors.LabelControl(); - this.labelControl6 = new DevExpress.XtraEditors.LabelControl(); - this.comUp = new System.Windows.Forms.ComboBox(); - this.labelControl8 = new DevExpress.XtraEditors.LabelControl(); + this.xtraTabControl1 = new DevExpress.XtraTab.XtraTabControl(); + this.xtraTabPage1 = new DevExpress.XtraTab.XtraTabPage(); + this.tlMenu = new System.Windows.Forms.TreeView(); + this.xtraTabPage2 = new DevExpress.XtraTab.XtraTabPage(); this.panel1 = new System.Windows.Forms.Panel(); - this.tabControl1.SuspendLayout(); - this.groupBox1.SuspendLayout(); - this.tabPage1.SuspendLayout(); - ((System.ComponentModel.ISupportInitialize)(this.txtName.Properties)).BeginInit(); - ((System.ComponentModel.ISupportInitialize)(this.txtConPeople.Properties)).BeginInit(); - ((System.ComponentModel.ISupportInitialize)(this.txtConTel.Properties)).BeginInit(); - ((System.ComponentModel.ISupportInitialize)(this.txtStatus.Properties)).BeginInit(); + this.labelControl11 = new DevExpress.XtraEditors.LabelControl(); + this.label1 = new System.Windows.Forms.Label(); + this.labelControl8 = new DevExpress.XtraEditors.LabelControl(); + 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.lbGuid = new System.Windows.Forms.Label(); + this.labelControl5 = new DevExpress.XtraEditors.LabelControl(); + this.labelControl1 = new DevExpress.XtraEditors.LabelControl(); + this.labelControl12 = new DevExpress.XtraEditors.LabelControl(); + this.txt_conTel = new DevExpress.XtraEditors.TextEdit(); + this.labelControl4 = new DevExpress.XtraEditors.LabelControl(); + this.txt_conPeople = new DevExpress.XtraEditors.TextEdit(); + this.labelControl3 = new DevExpress.XtraEditors.LabelControl(); + this.txt_name = new DevExpress.XtraEditors.TextEdit(); + this.labelControl2 = new DevExpress.XtraEditors.LabelControl(); + this.txt_factory = new DevExpress.XtraEditors.TextEdit(); + this.labelControl9 = new DevExpress.XtraEditors.LabelControl(); + ((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).BeginInit(); + this.xtraTabControl1.SuspendLayout(); + this.xtraTabPage1.SuspendLayout(); + this.xtraTabPage2.SuspendLayout(); this.panel1.SuspendLayout(); + ((System.ComponentModel.ISupportInitialize)(this.txt_status.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(); + ((System.ComponentModel.ISupportInitialize)(this.txt_factory.Properties)).BeginInit(); this.SuspendLayout(); - // - // tabControl1 - // - this.tabControl1.Controls.Add(this.tabPage1); - this.tabControl1.Dock = System.Windows.Forms.DockStyle.Fill; - this.tabControl1.Location = new System.Drawing.Point(0, 80); - this.tabControl1.Name = "tabControl1"; - this.tabControl1.SelectedIndex = 0; - this.tabControl1.Size = new System.Drawing.Size(917, 564); - this.tabControl1.TabIndex = 2; // // toolBarMenu1 // this.toolBarMenu1.Dock = System.Windows.Forms.DockStyle.Top; + this.toolBarMenu1.isSetBtn = false; this.toolBarMenu1.Location = new System.Drawing.Point(0, 0); this.toolBarMenu1.Name = "toolBarMenu1"; this.toolBarMenu1.Size = new System.Drawing.Size(917, 80); this.toolBarMenu1.TabIndex = 0; // - // trv + // xtraTabControl1 // - this.trv.Dock = System.Windows.Forms.DockStyle.Left; - this.trv.Font = new System.Drawing.Font("Tahoma", 10F); - this.trv.Location = new System.Drawing.Point(3, 3); - this.trv.Name = "trv"; - this.trv.Size = new System.Drawing.Size(207, 527); - this.trv.TabIndex = 1; + this.xtraTabControl1.Dock = System.Windows.Forms.DockStyle.Fill; + this.xtraTabControl1.Location = new System.Drawing.Point(0, 80); + this.xtraTabControl1.Name = "xtraTabControl1"; + this.xtraTabControl1.SelectedTabPage = this.xtraTabPage1; + this.xtraTabControl1.Size = new System.Drawing.Size(917, 564); + this.xtraTabControl1.TabIndex = 3; + this.xtraTabControl1.TabPages.AddRange(new DevExpress.XtraTab.XtraTabPage[] { + this.xtraTabPage1, + this.xtraTabPage2}); // - // groupBox1 + // xtraTabPage1 // - this.groupBox1.Controls.Add(this.panel1); - this.groupBox1.Dock = System.Windows.Forms.DockStyle.Fill; - this.groupBox1.Location = new System.Drawing.Point(210, 3); - this.groupBox1.Name = "groupBox1"; - this.groupBox1.Size = new System.Drawing.Size(696, 527); - this.groupBox1.TabIndex = 2; - this.groupBox1.TabStop = false; - this.groupBox1.Text = "鍩烘湰淇℃伅"; + this.xtraTabPage1.Controls.Add(this.tlMenu); + this.xtraTabPage1.Name = "xtraTabPage1"; + this.xtraTabPage1.Size = new System.Drawing.Size(915, 532); + this.xtraTabPage1.Text = "鏁版嵁鏌ヨ"; // - // tabPage1 + // tlMenu // - this.tabPage1.Controls.Add(this.groupBox1); - this.tabPage1.Controls.Add(this.trv); - this.tabPage1.Location = new System.Drawing.Point(4, 27); - this.tabPage1.Name = "tabPage1"; - this.tabPage1.Padding = new System.Windows.Forms.Padding(3); - this.tabPage1.Size = new System.Drawing.Size(909, 533); - this.tabPage1.TabIndex = 0; - this.tabPage1.Text = "鏁版嵁鍒楄〃"; - this.tabPage1.UseVisualStyleBackColor = true; + this.tlMenu.Dock = System.Windows.Forms.DockStyle.Left; + this.tlMenu.Font = new System.Drawing.Font("Tahoma", 10F); + this.tlMenu.Location = new System.Drawing.Point(0, 0); + this.tlMenu.Name = "tlMenu"; + this.tlMenu.Size = new System.Drawing.Size(207, 532); + this.tlMenu.TabIndex = 2; // - // labelControl2 + // xtraTabPage2 // - this.labelControl2.Location = new System.Drawing.Point(41, 80); - this.labelControl2.Name = "labelControl2"; - this.labelControl2.Size = new System.Drawing.Size(75, 18); - this.labelControl2.TabIndex = 2; - this.labelControl2.Text = "缁勭粐鍚嶇О锛�"; + this.xtraTabPage2.Controls.Add(this.panel1); + this.xtraTabPage2.Name = "xtraTabPage2"; + this.xtraTabPage2.Size = new System.Drawing.Size(915, 532); + this.xtraTabPage2.Text = "鏁版嵁缂栬緫"; // - // txtName + // panel1 // - this.txtName.Location = new System.Drawing.Point(133, 74); - this.txtName.Name = "txtName"; - this.txtName.Size = new System.Drawing.Size(156, 24); - this.txtName.TabIndex = 3; + this.panel1.Controls.Add(this.txt_factory); + this.panel1.Controls.Add(this.labelControl9); + this.panel1.Controls.Add(this.labelControl11); + this.panel1.Controls.Add(this.label1); + this.panel1.Controls.Add(this.labelControl8); + 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.lbGuid); + this.panel1.Controls.Add(this.labelControl5); + this.panel1.Controls.Add(this.labelControl1); + this.panel1.Controls.Add(this.labelControl12); + this.panel1.Controls.Add(this.txt_conTel); + this.panel1.Controls.Add(this.labelControl4); + this.panel1.Controls.Add(this.txt_conPeople); + this.panel1.Controls.Add(this.labelControl3); + this.panel1.Controls.Add(this.txt_name); + this.panel1.Controls.Add(this.labelControl2); + this.panel1.Location = new System.Drawing.Point(21, 17); + this.panel1.Name = "panel1"; + this.panel1.Size = new System.Drawing.Size(554, 413); + this.panel1.TabIndex = 1; // - // labelControl3 + // labelControl11 // - this.labelControl3.Location = new System.Drawing.Point(26, 125); - this.labelControl3.Name = "labelControl3"; - this.labelControl3.Size = new System.Drawing.Size(90, 18); - this.labelControl3.TabIndex = 4; - this.labelControl3.Text = "缁勭粐璐熻矗浜猴細"; + this.labelControl11.Location = new System.Drawing.Point(71, 294); + this.labelControl11.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); + this.labelControl11.Name = "labelControl11"; + this.labelControl11.Size = new System.Drawing.Size(45, 18); + this.labelControl11.TabIndex = 133; + this.labelControl11.Text = "涓婚敭锛�"; // - // txtConPeople + // label1 // - this.txtConPeople.Location = new System.Drawing.Point(133, 119); - this.txtConPeople.Name = "txtConPeople"; - this.txtConPeople.Size = new System.Drawing.Size(156, 24); - this.txtConPeople.TabIndex = 5; - // - // labelControl4 - // - this.labelControl4.Location = new System.Drawing.Point(26, 174); - this.labelControl4.Name = "labelControl4"; - this.labelControl4.Size = new System.Drawing.Size(90, 18); - this.labelControl4.TabIndex = 6; - this.labelControl4.Text = "璐熻矗浜虹數璇濓細"; - // - // txtConTel - // - this.txtConTel.Location = new System.Drawing.Point(133, 168); - this.txtConTel.Name = "txtConTel"; - this.txtConTel.Size = new System.Drawing.Size(156, 24); - this.txtConTel.TabIndex = 7; - // - // labelControl12 - // - this.labelControl12.Appearance.ForeColor = System.Drawing.Color.Red; - this.labelControl12.Appearance.Options.UseForeColor = true; - this.labelControl12.Location = new System.Drawing.Point(296, 77); - this.labelControl12.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); - this.labelControl12.Name = "labelControl12"; - this.labelControl12.Size = new System.Drawing.Size(8, 18); - this.labelControl12.TabIndex = 108; - this.labelControl12.Text = "*"; - // - // labelControl1 - // - this.labelControl1.Appearance.ForeColor = System.Drawing.Color.Red; - this.labelControl1.Appearance.Options.UseForeColor = true; - this.labelControl1.Location = new System.Drawing.Point(296, 125); - this.labelControl1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); - this.labelControl1.Name = "labelControl1"; - this.labelControl1.Size = new System.Drawing.Size(8, 18); - this.labelControl1.TabIndex = 109; - this.labelControl1.Text = "*"; - // - // labelControl5 - // - this.labelControl5.Appearance.ForeColor = System.Drawing.Color.Red; - this.labelControl5.Appearance.Options.UseForeColor = true; - this.labelControl5.Location = new System.Drawing.Point(296, 174); - this.labelControl5.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); - this.labelControl5.Name = "labelControl5"; - this.labelControl5.Size = new System.Drawing.Size(8, 18); - this.labelControl5.TabIndex = 110; - this.labelControl5.Text = "*"; - // - // lbGuid - // - this.lbGuid.AutoSize = true; - this.lbGuid.Location = new System.Drawing.Point(41, 250); - this.lbGuid.Name = "lbGuid"; - this.lbGuid.Size = new System.Drawing.Size(0, 18); - this.lbGuid.TabIndex = 111; - // - // txtStatus - // - this.txtStatus.Location = new System.Drawing.Point(133, 213); - this.txtStatus.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); - this.txtStatus.Name = "txtStatus"; - this.txtStatus.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { - new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); - this.txtStatus.Properties.Items.AddRange(new object[] { - "-璇烽�夋嫨-", - "姝e父", - "绂佺敤"}); - this.txtStatus.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor; - this.txtStatus.Size = new System.Drawing.Size(156, 24); - this.txtStatus.TabIndex = 116; - // - // labelControl7 - // - this.labelControl7.Location = new System.Drawing.Point(41, 216); - this.labelControl7.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); - this.labelControl7.Name = "labelControl7"; - this.labelControl7.Size = new System.Drawing.Size(75, 18); - this.labelControl7.TabIndex = 117; - this.labelControl7.Text = "缁勭粐鐘舵�侊細"; - // - // labelControl6 - // - this.labelControl6.Location = new System.Drawing.Point(41, 38); - this.labelControl6.Name = "labelControl6"; - this.labelControl6.Size = new System.Drawing.Size(75, 18); - this.labelControl6.TabIndex = 118; - this.labelControl6.Text = "涓婄骇缁勭粐锛�"; - // - // comUp - // - this.comUp.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; - this.comUp.FormattingEnabled = true; - this.comUp.Location = new System.Drawing.Point(133, 32); - this.comUp.Name = "comUp"; - this.comUp.Size = new System.Drawing.Size(156, 26); - this.comUp.TabIndex = 119; + this.label1.AutoSize = true; + this.label1.Location = new System.Drawing.Point(119, 285); + this.label1.Name = "label1"; + this.label1.Size = new System.Drawing.Size(0, 18); + this.label1.TabIndex = 132; // // labelControl8 // @@ -245,72 +161,197 @@ this.labelControl8.TabIndex = 120; this.labelControl8.Text = "锛堢┖灏嗕负鏍圭粍缁囷級"; // - // panel1 + // txt_upGuid // - this.panel1.Controls.Add(this.labelControl8); - this.panel1.Controls.Add(this.comUp); - this.panel1.Controls.Add(this.labelControl6); - this.panel1.Controls.Add(this.labelControl7); - this.panel1.Controls.Add(this.txtStatus); - this.panel1.Controls.Add(this.lbGuid); - this.panel1.Controls.Add(this.labelControl5); - this.panel1.Controls.Add(this.labelControl1); - this.panel1.Controls.Add(this.labelControl12); - this.panel1.Controls.Add(this.txtConTel); - this.panel1.Controls.Add(this.labelControl4); - this.panel1.Controls.Add(this.txtConPeople); - this.panel1.Controls.Add(this.labelControl3); - this.panel1.Controls.Add(this.txtName); - this.panel1.Controls.Add(this.labelControl2); - this.panel1.Location = new System.Drawing.Point(28, 45); - this.panel1.Name = "panel1"; - this.panel1.Size = new System.Drawing.Size(462, 307); - this.panel1.TabIndex = 0; + this.txt_upGuid.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; + this.txt_upGuid.FormattingEnabled = true; + this.txt_upGuid.Location = new System.Drawing.Point(133, 32); + this.txt_upGuid.Name = "txt_upGuid"; + this.txt_upGuid.Size = new System.Drawing.Size(156, 26); + this.txt_upGuid.TabIndex = 119; + // + // labelControl6 + // + this.labelControl6.Location = new System.Drawing.Point(41, 38); + this.labelControl6.Name = "labelControl6"; + this.labelControl6.Size = new System.Drawing.Size(75, 18); + this.labelControl6.TabIndex = 118; + this.labelControl6.Text = "涓婄骇缁勭粐锛�"; + // + // labelControl7 + // + this.labelControl7.Location = new System.Drawing.Point(41, 251); + this.labelControl7.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); + this.labelControl7.Name = "labelControl7"; + this.labelControl7.Size = new System.Drawing.Size(75, 18); + this.labelControl7.TabIndex = 117; + this.labelControl7.Text = "缁勭粐鐘舵�侊細"; + // + // txt_status + // + this.txt_status.Location = new System.Drawing.Point(133, 248); + this.txt_status.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); + this.txt_status.Name = "txt_status"; + this.txt_status.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[] { + "-璇烽�夋嫨-", + "姝e父", + "绂佺敤"}); + this.txt_status.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor; + this.txt_status.Size = new System.Drawing.Size(156, 24); + this.txt_status.TabIndex = 116; + // + // lbGuid + // + this.lbGuid.AutoSize = true; + this.lbGuid.Location = new System.Drawing.Point(138, 295); + this.lbGuid.Name = "lbGuid"; + this.lbGuid.Size = new System.Drawing.Size(0, 18); + this.lbGuid.TabIndex = 111; + // + // labelControl5 + // + this.labelControl5.Appearance.ForeColor = System.Drawing.Color.Red; + this.labelControl5.Appearance.Options.UseForeColor = true; + this.labelControl5.Location = new System.Drawing.Point(296, 209); + this.labelControl5.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); + this.labelControl5.Name = "labelControl5"; + this.labelControl5.Size = new System.Drawing.Size(8, 18); + this.labelControl5.TabIndex = 110; + this.labelControl5.Text = "*"; + // + // labelControl1 + // + this.labelControl1.Appearance.ForeColor = System.Drawing.Color.Red; + this.labelControl1.Appearance.Options.UseForeColor = true; + this.labelControl1.Location = new System.Drawing.Point(296, 160); + this.labelControl1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); + this.labelControl1.Name = "labelControl1"; + this.labelControl1.Size = new System.Drawing.Size(8, 18); + this.labelControl1.TabIndex = 109; + this.labelControl1.Text = "*"; + // + // labelControl12 + // + this.labelControl12.Appearance.ForeColor = System.Drawing.Color.Red; + this.labelControl12.Appearance.Options.UseForeColor = true; + this.labelControl12.Location = new System.Drawing.Point(296, 112); + this.labelControl12.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); + this.labelControl12.Name = "labelControl12"; + this.labelControl12.Size = new System.Drawing.Size(8, 18); + this.labelControl12.TabIndex = 108; + this.labelControl12.Text = "*"; + // + // txt_conTel + // + this.txt_conTel.Location = new System.Drawing.Point(133, 203); + this.txt_conTel.Name = "txt_conTel"; + this.txt_conTel.Size = new System.Drawing.Size(156, 24); + this.txt_conTel.TabIndex = 7; + // + // labelControl4 + // + this.labelControl4.Location = new System.Drawing.Point(26, 209); + this.labelControl4.Name = "labelControl4"; + this.labelControl4.Size = new System.Drawing.Size(90, 18); + this.labelControl4.TabIndex = 6; + this.labelControl4.Text = "璐熻矗浜虹數璇濓細"; + // + // txt_conPeople + // + this.txt_conPeople.Location = new System.Drawing.Point(133, 154); + this.txt_conPeople.Name = "txt_conPeople"; + this.txt_conPeople.Size = new System.Drawing.Size(156, 24); + this.txt_conPeople.TabIndex = 5; + // + // labelControl3 + // + this.labelControl3.Location = new System.Drawing.Point(26, 160); + this.labelControl3.Name = "labelControl3"; + this.labelControl3.Size = new System.Drawing.Size(90, 18); + this.labelControl3.TabIndex = 4; + this.labelControl3.Text = "缁勭粐璐熻矗浜猴細"; + // + // txt_name + // + this.txt_name.Location = new System.Drawing.Point(133, 109); + this.txt_name.Name = "txt_name"; + this.txt_name.Size = new System.Drawing.Size(156, 24); + this.txt_name.TabIndex = 3; + // + // labelControl2 + // + this.labelControl2.Location = new System.Drawing.Point(41, 115); + this.labelControl2.Name = "labelControl2"; + this.labelControl2.Size = new System.Drawing.Size(75, 18); + this.labelControl2.TabIndex = 2; + this.labelControl2.Text = "缁勭粐鍚嶇О锛�"; + // + // txt_factory + // + this.txt_factory.Location = new System.Drawing.Point(134, 74); + this.txt_factory.Name = "txt_factory"; + this.txt_factory.Size = new System.Drawing.Size(156, 24); + this.txt_factory.TabIndex = 135; + // + // labelControl9 + // + this.labelControl9.Location = new System.Drawing.Point(42, 80); + this.labelControl9.Name = "labelControl9"; + this.labelControl9.Size = new System.Drawing.Size(75, 18); + this.labelControl9.TabIndex = 134; + this.labelControl9.Text = "缁勭粐缂栧彿锛�"; // // Organization // this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 18F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(917, 644); - this.Controls.Add(this.tabControl1); + this.Controls.Add(this.xtraTabControl1); this.Controls.Add(this.toolBarMenu1); this.Name = "Organization"; this.Text = "Organization"; - this.tabControl1.ResumeLayout(false); - this.groupBox1.ResumeLayout(false); - this.tabPage1.ResumeLayout(false); - ((System.ComponentModel.ISupportInitialize)(this.txtName.Properties)).EndInit(); - ((System.ComponentModel.ISupportInitialize)(this.txtConPeople.Properties)).EndInit(); - ((System.ComponentModel.ISupportInitialize)(this.txtConTel.Properties)).EndInit(); - ((System.ComponentModel.ISupportInitialize)(this.txtStatus.Properties)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).EndInit(); + this.xtraTabControl1.ResumeLayout(false); + this.xtraTabPage1.ResumeLayout(false); + this.xtraTabPage2.ResumeLayout(false); this.panel1.ResumeLayout(false); this.panel1.PerformLayout(); + ((System.ComponentModel.ISupportInitialize)(this.txt_status.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(); + ((System.ComponentModel.ISupportInitialize)(this.txt_factory.Properties)).EndInit(); this.ResumeLayout(false); } #endregion - - private System.Windows.Forms.TabControl tabControl1; - private System.Windows.Forms.TabPage tabPage1; - private System.Windows.Forms.GroupBox groupBox1; + private UserControl.ToolBarMenu toolBarMenu1; + private DevExpress.XtraTab.XtraTabControl xtraTabControl1; + private DevExpress.XtraTab.XtraTabPage xtraTabPage1; + private System.Windows.Forms.TreeView tlMenu; + private DevExpress.XtraTab.XtraTabPage xtraTabPage2; private System.Windows.Forms.Panel panel1; private DevExpress.XtraEditors.LabelControl labelControl8; - private System.Windows.Forms.ComboBox comUp; + private System.Windows.Forms.ComboBox txt_upGuid; private DevExpress.XtraEditors.LabelControl labelControl6; private DevExpress.XtraEditors.LabelControl labelControl7; - private DevExpress.XtraEditors.ComboBoxEdit txtStatus; + private DevExpress.XtraEditors.ComboBoxEdit txt_status; private System.Windows.Forms.Label lbGuid; private DevExpress.XtraEditors.LabelControl labelControl5; private DevExpress.XtraEditors.LabelControl labelControl1; private DevExpress.XtraEditors.LabelControl labelControl12; - private DevExpress.XtraEditors.TextEdit txtConTel; + private DevExpress.XtraEditors.TextEdit txt_conTel; private DevExpress.XtraEditors.LabelControl labelControl4; - private DevExpress.XtraEditors.TextEdit txtConPeople; + private DevExpress.XtraEditors.TextEdit txt_conPeople; private DevExpress.XtraEditors.LabelControl labelControl3; - private DevExpress.XtraEditors.TextEdit txtName; + private DevExpress.XtraEditors.TextEdit txt_name; private DevExpress.XtraEditors.LabelControl labelControl2; - private System.Windows.Forms.TreeView trv; - private UserControl.ToolBarMenu toolBarMenu1; + private DevExpress.XtraEditors.LabelControl labelControl11; + private System.Windows.Forms.Label label1; + private DevExpress.XtraEditors.TextEdit txt_factory; + private DevExpress.XtraEditors.LabelControl labelControl9; } } \ No newline at end of file -- Gitblit v1.9.3