namespace Gs.DevApp.DevFrm.User
{
partial class Organization
{
///
/// Required designer variable.
///
private System.ComponentModel.IContainer components = null;
///
/// Clean up any resources being used.
///
/// true if managed resources should be disposed; otherwise, false.
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
private void InitializeComponent()
{
System.Windows.Forms.TreeNode treeNode1 = new System.Windows.Forms.TreeNode("分公司1");
System.Windows.Forms.TreeNode treeNode2 = new System.Windows.Forms.TreeNode("分公司2");
System.Windows.Forms.TreeNode treeNode3 = new System.Windows.Forms.TreeNode("分公司3");
System.Windows.Forms.TreeNode treeNode4 = new System.Windows.Forms.TreeNode("分公司4");
System.Windows.Forms.TreeNode treeNode5 = new System.Windows.Forms.TreeNode("某某有限公司", new System.Windows.Forms.TreeNode[] {
treeNode1,
treeNode2,
treeNode3,
treeNode4});
this.toolBarMenu1 = new Gs.DevApp.UserControl.ToolBarMenu();
this.tabControl1 = new System.Windows.Forms.TabControl();
this.tabPage1 = new System.Windows.Forms.TabPage();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.panel1 = new System.Windows.Forms.Panel();
this.textEdit4 = new DevExpress.XtraEditors.TextEdit();
this.labelControl4 = new DevExpress.XtraEditors.LabelControl();
this.textEdit3 = new DevExpress.XtraEditors.TextEdit();
this.labelControl3 = new DevExpress.XtraEditors.LabelControl();
this.textEdit2 = new DevExpress.XtraEditors.TextEdit();
this.labelControl2 = new DevExpress.XtraEditors.LabelControl();
this.textEdit1 = new DevExpress.XtraEditors.TextEdit();
this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
this.treeView1 = new System.Windows.Forms.TreeView();
this.tabPage2 = new System.Windows.Forms.TabPage();
this.label1 = new System.Windows.Forms.Label();
this.tabControl1.SuspendLayout();
this.tabPage1.SuspendLayout();
this.groupBox1.SuspendLayout();
this.panel1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.textEdit4.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.textEdit3.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.textEdit2.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.textEdit1.Properties)).BeginInit();
this.SuspendLayout();
//
// toolBarMenu1
//
this.toolBarMenu1.Dock = System.Windows.Forms.DockStyle.Top;
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;
//
// tabControl1
//
this.tabControl1.Controls.Add(this.tabPage1);
this.tabControl1.Controls.Add(this.tabPage2);
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;
//
// tabPage1
//
this.tabPage1.Controls.Add(this.groupBox1);
this.tabPage1.Controls.Add(this.treeView1);
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;
//
// groupBox1
//
this.groupBox1.Controls.Add(this.label1);
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 = "基本信息";
//
// panel1
//
this.panel1.Controls.Add(this.textEdit4);
this.panel1.Controls.Add(this.labelControl4);
this.panel1.Controls.Add(this.textEdit3);
this.panel1.Controls.Add(this.labelControl3);
this.panel1.Controls.Add(this.textEdit2);
this.panel1.Controls.Add(this.labelControl2);
this.panel1.Controls.Add(this.textEdit1);
this.panel1.Controls.Add(this.labelControl1);
this.panel1.Location = new System.Drawing.Point(28, 25);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(462, 307);
this.panel1.TabIndex = 0;
//
// textEdit4
//
this.textEdit4.Location = new System.Drawing.Point(133, 168);
this.textEdit4.Name = "textEdit4";
this.textEdit4.Size = new System.Drawing.Size(125, 24);
this.textEdit4.TabIndex = 7;
//
// 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 = "负责人电话:";
//
// textEdit3
//
this.textEdit3.Location = new System.Drawing.Point(133, 119);
this.textEdit3.Name = "textEdit3";
this.textEdit3.Size = new System.Drawing.Size(125, 24);
this.textEdit3.TabIndex = 5;
//
// labelControl3
//
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 = "组织负责人:";
//
// textEdit2
//
this.textEdit2.Location = new System.Drawing.Point(133, 74);
this.textEdit2.Name = "textEdit2";
this.textEdit2.Size = new System.Drawing.Size(125, 24);
this.textEdit2.TabIndex = 3;
//
// labelControl2
//
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 = "组织名称:";
//
// textEdit1
//
this.textEdit1.Location = new System.Drawing.Point(133, 26);
this.textEdit1.Name = "textEdit1";
this.textEdit1.Size = new System.Drawing.Size(125, 24);
this.textEdit1.TabIndex = 1;
//
// labelControl1
//
this.labelControl1.Location = new System.Drawing.Point(41, 32);
this.labelControl1.Name = "labelControl1";
this.labelControl1.Size = new System.Drawing.Size(75, 18);
this.labelControl1.TabIndex = 0;
this.labelControl1.Text = "组织编号:";
//
// treeView1
//
this.treeView1.Dock = System.Windows.Forms.DockStyle.Left;
this.treeView1.Location = new System.Drawing.Point(3, 3);
this.treeView1.Name = "treeView1";
treeNode1.Name = "节点1";
treeNode1.Text = "分公司1";
treeNode2.Name = "节点2";
treeNode2.Text = "分公司2";
treeNode3.Name = "节点3";
treeNode3.Text = "分公司3";
treeNode4.Name = "节点4";
treeNode4.Text = "分公司4";
treeNode5.Name = "节点0";
treeNode5.Text = "某某有限公司";
this.treeView1.Nodes.AddRange(new System.Windows.Forms.TreeNode[] {
treeNode5});
this.treeView1.Size = new System.Drawing.Size(207, 527);
this.treeView1.TabIndex = 1;
//
// tabPage2
//
this.tabPage2.Location = new System.Drawing.Point(4, 27);
this.tabPage2.Name = "tabPage2";
this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
this.tabPage2.Size = new System.Drawing.Size(909, 533);
this.tabPage2.TabIndex = 1;
this.tabPage2.Text = "数据编辑";
this.tabPage2.UseVisualStyleBackColor = true;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(93, 401);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(44, 18);
this.label1.TabIndex = 1;
this.label1.Text = "label1";
//
// 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.toolBarMenu1);
this.Name = "Organization";
this.Text = "Organization";
this.tabControl1.ResumeLayout(false);
this.tabPage1.ResumeLayout(false);
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
this.panel1.ResumeLayout(false);
this.panel1.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.textEdit4.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.textEdit3.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.textEdit2.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.textEdit1.Properties)).EndInit();
this.ResumeLayout(false);
}
#endregion
private UserControl.ToolBarMenu toolBarMenu1;
private System.Windows.Forms.TabControl tabControl1;
private System.Windows.Forms.TabPage tabPage1;
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.Panel panel1;
private DevExpress.XtraEditors.TextEdit textEdit4;
private DevExpress.XtraEditors.LabelControl labelControl4;
private DevExpress.XtraEditors.TextEdit textEdit3;
private DevExpress.XtraEditors.LabelControl labelControl3;
private DevExpress.XtraEditors.TextEdit textEdit2;
private DevExpress.XtraEditors.LabelControl labelControl2;
private DevExpress.XtraEditors.TextEdit textEdit1;
private DevExpress.XtraEditors.LabelControl labelControl1;
private System.Windows.Forms.TreeView treeView1;
private System.Windows.Forms.TabPage tabPage2;
private System.Windows.Forms.Label label1;
}
}