Esempio n. 1
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.commonToolBar1 = new QX.Common.BseControl.CommonToolBar();
     this.groupBox1 = new System.Windows.Forms.GroupBox();
     this.textBox3 = new System.Windows.Forms.TextBox();
     this.textBox2 = new System.Windows.Forms.TextBox();
     this.textBox1 = new System.Windows.Forms.TextBox();
     this.label3 = new System.Windows.Forms.Label();
     this.label2 = new System.Windows.Forms.Label();
     this.label1 = new System.Windows.Forms.Label();
     this.groupBox1.SuspendLayout();
     this.SuspendLayout();
     //
     // commonToolBar1
     //
     this.commonToolBar1.Dock = System.Windows.Forms.DockStyle.Top;
     this.commonToolBar1.Location = new System.Drawing.Point(0, 0);
     this.commonToolBar1.Name = "commonToolBar1";
     this.commonToolBar1.Size = new System.Drawing.Size(371, 40);
     this.commonToolBar1.TabIndex = 0;
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.textBox3);
     this.groupBox1.Controls.Add(this.textBox2);
     this.groupBox1.Controls.Add(this.textBox1);
     this.groupBox1.Controls.Add(this.label3);
     this.groupBox1.Controls.Add(this.label2);
     this.groupBox1.Controls.Add(this.label1);
     this.groupBox1.Location = new System.Drawing.Point(12, 46);
     this.groupBox1.Name = "groupBox1";
     this.groupBox1.Size = new System.Drawing.Size(347, 160);
     this.groupBox1.TabIndex = 1;
     this.groupBox1.TabStop = false;
     this.groupBox1.Text = "基本信息";
     //
     // textBox3
     //
     this.textBox3.Location = new System.Drawing.Point(128, 114);
     this.textBox3.Name = "textBox3";
     this.textBox3.PasswordChar = '*';
     this.textBox3.Size = new System.Drawing.Size(163, 21);
     this.textBox3.TabIndex = 3;
     //
     // textBox2
     //
     this.textBox2.Location = new System.Drawing.Point(128, 72);
     this.textBox2.Name = "textBox2";
     this.textBox2.PasswordChar = '*';
     this.textBox2.Size = new System.Drawing.Size(163, 21);
     this.textBox2.TabIndex = 2;
     //
     // textBox1
     //
     this.textBox1.Location = new System.Drawing.Point(128, 29);
     this.textBox1.Name = "textBox1";
     this.textBox1.PasswordChar = '*';
     this.textBox1.Size = new System.Drawing.Size(163, 21);
     this.textBox1.TabIndex = 1;
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Location = new System.Drawing.Point(35, 117);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(53, 12);
     this.label3.TabIndex = 0;
     this.label3.Text = "确认密码";
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(47, 75);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(41, 12);
     this.label2.TabIndex = 0;
     this.label2.Text = "新密码";
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(47, 32);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(41, 12);
     this.label1.TabIndex = 0;
     this.label1.Text = "原密码";
     //
     // ChangePass
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(371, 225);
     this.Controls.Add(this.groupBox1);
     this.Controls.Add(this.commonToolBar1);
     this.Name = "ChangePass";
     this.Text = "密码维护";
     this.Load += new System.EventHandler(this.ChangePass_Load);
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     this.ResumeLayout(false);
 }
Esempio n. 2
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.splitContainer1 = new System.Windows.Forms.SplitContainer();
     this.tv_left = new System.Windows.Forms.TreeView();
     this.tool_left = new QX.Common.BseControl.CommonToolBar();
     this.pnlGrid = new System.Windows.Forms.Panel();
     this.tool_right = new QX.Common.BseControl.CommonToolBar();
     this.splitContainer1.Panel1.SuspendLayout();
     this.splitContainer1.Panel2.SuspendLayout();
     this.splitContainer1.SuspendLayout();
     this.SuspendLayout();
     //
     // splitContainer1
     //
     this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.splitContainer1.Location = new System.Drawing.Point(0, 0);
     this.splitContainer1.Name = "splitContainer1";
     //
     // splitContainer1.Panel1
     //
     this.splitContainer1.Panel1.Controls.Add(this.tv_left);
     this.splitContainer1.Panel1.Controls.Add(this.tool_left);
     //
     // splitContainer1.Panel2
     //
     this.splitContainer1.Panel2.Controls.Add(this.pnlGrid);
     this.splitContainer1.Panel2.Controls.Add(this.tool_right);
     this.splitContainer1.Size = new System.Drawing.Size(779, 456);
     this.splitContainer1.SplitterDistance = 259;
     this.splitContainer1.TabIndex = 0;
     //
     // tv_left
     //
     this.tv_left.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                 | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.tv_left.Location = new System.Drawing.Point(3, 44);
     this.tv_left.Name = "tv_left";
     this.tv_left.Size = new System.Drawing.Size(253, 409);
     this.tv_left.TabIndex = 1;
     //
     // tool_left
     //
     this.tool_left.Dock = System.Windows.Forms.DockStyle.Top;
     this.tool_left.Location = new System.Drawing.Point(0, 0);
     this.tool_left.Name = "tool_left";
     this.tool_left.Size = new System.Drawing.Size(259, 40);
     this.tool_left.TabIndex = 0;
     //
     // pnlGrid
     //
     this.pnlGrid.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                 | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.pnlGrid.Location = new System.Drawing.Point(3, 43);
     this.pnlGrid.Name = "pnlGrid";
     this.pnlGrid.Size = new System.Drawing.Size(513, 413);
     this.pnlGrid.TabIndex = 1;
     //
     // tool_right
     //
     this.tool_right.Dock = System.Windows.Forms.DockStyle.Top;
     this.tool_right.Location = new System.Drawing.Point(0, 0);
     this.tool_right.Name = "tool_right";
     this.tool_right.Size = new System.Drawing.Size(516, 40);
     this.tool_right.TabIndex = 0;
     //
     // DeptInfo
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(779, 456);
     this.Controls.Add(this.splitContainer1);
     this.Name = "DeptInfo";
     this.Text = "部门人员维护";
     this.splitContainer1.Panel1.ResumeLayout(false);
     this.splitContainer1.Panel2.ResumeLayout(false);
     this.splitContainer1.ResumeLayout(false);
     this.ResumeLayout(false);
 }