namespace Archives_Center { partial class register { /// /// 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() { this.components = new System.ComponentModel.Container(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(register)); this.label4 = new System.Windows.Forms.Label(); this.button1 = new System.Windows.Forms.Button(); this.textBox2 = 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.pictureBox1 = new System.Windows.Forms.PictureBox(); this.textBox1 = new System.Windows.Forms.TextBox(); this.textBox3 = new System.Windows.Forms.TextBox(); this.label5 = new System.Windows.Forms.Label(); this.toolStrip1 = new System.Windows.Forms.ToolStrip(); this.toolStripButton1 = new System.Windows.Forms.ToolStripButton(); this.toolStripButton3 = new System.Windows.Forms.ToolStripButton(); this.toolTip1 = new System.Windows.Forms.ToolTip(this.components); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit(); this.toolStrip1.SuspendLayout(); this.SuspendLayout(); // // label4 // this.label4.AutoSize = true; this.label4.Font = new System.Drawing.Font("Microsoft Sans Serif", 24F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label4.Location = new System.Drawing.Point(106, 47); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(149, 37); this.label4.TabIndex = 16; this.label4.Text = "新建用户"; // // button1 // this.button1.Image = global::Archives_Center.Properties.Resources.Icon_9930; this.button1.Location = new System.Drawing.Point(322, 188); this.button1.Margin = new System.Windows.Forms.Padding(3, 3, 30, 3); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(23, 21); this.button1.TabIndex = 3; this.button1.UseVisualStyleBackColor = true; this.button1.Click += new System.EventHandler(this.button1_Click); // // textBox2 // this.textBox2.Location = new System.Drawing.Point(97, 118); this.textBox2.Margin = new System.Windows.Forms.Padding(3, 9, 30, 3); this.textBox2.Name = "textBox2"; this.textBox2.Size = new System.Drawing.Size(248, 21); this.textBox2.TabIndex = 0; // // label3 // this.label3.AutoSize = true; this.label3.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label3.Location = new System.Drawing.Point(54, 156); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(37, 16); this.label3.TabIndex = 12; this.label3.Text = "密码"; // // label2 // this.label2.AutoSize = true; this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label2.Location = new System.Drawing.Point(39, 123); this.label2.Margin = new System.Windows.Forms.Padding(30, 28, 3, 0); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(52, 16); this.label2.TabIndex = 11; this.label2.Text = "用户名"; // // label1 // this.label1.AutoSize = true; this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label1.Location = new System.Drawing.Point(108, 22); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(165, 25); this.label1.TabIndex = 10; this.label1.Text = "Archives Center"; // // pictureBox1 // this.pictureBox1.Image = global::Archives_Center.Properties.Resources.Icon_0105; this.pictureBox1.Location = new System.Drawing.Point(24, 22); this.pictureBox1.Margin = new System.Windows.Forms.Padding(15, 14, 15, 14); this.pictureBox1.Name = "pictureBox1"; this.pictureBox1.Size = new System.Drawing.Size(64, 64); this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize; this.pictureBox1.TabIndex = 9; this.pictureBox1.TabStop = false; // // textBox1 // this.textBox1.Location = new System.Drawing.Point(97, 184); this.textBox1.Margin = new System.Windows.Forms.Padding(3, 9, 3, 3); this.textBox1.Name = "textBox1"; this.textBox1.PasswordChar = 'X'; this.textBox1.Size = new System.Drawing.Size(219, 21); this.textBox1.TabIndex = 2; // // textBox3 // this.textBox3.Location = new System.Drawing.Point(97, 151); this.textBox3.Margin = new System.Windows.Forms.Padding(3, 9, 30, 3); this.textBox3.Name = "textBox3"; this.textBox3.PasswordChar = 'X'; this.textBox3.Size = new System.Drawing.Size(248, 21); this.textBox3.TabIndex = 1; // // label5 // this.label5.AutoSize = true; this.label5.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label5.Location = new System.Drawing.Point(24, 189); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(67, 16); this.label5.TabIndex = 19; this.label5.Text = "确认密码"; // // toolStrip1 // this.toolStrip1.Dock = System.Windows.Forms.DockStyle.Bottom; this.toolStrip1.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden; this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.toolStripButton1, this.toolStripButton3}); this.toolStrip1.Location = new System.Drawing.Point(0, 216); this.toolStrip1.Name = "toolStrip1"; this.toolStrip1.Size = new System.Drawing.Size(384, 25); this.toolStrip1.TabIndex = 20; this.toolStrip1.Text = "toolStrip1"; // // toolStripButton1 // this.toolStripButton1.Image = global::Archives_Center.Properties.Resources.Icon_0622; this.toolStripButton1.ImageTransparentColor = System.Drawing.Color.Magenta; this.toolStripButton1.Name = "toolStripButton1"; this.toolStripButton1.Size = new System.Drawing.Size(100, 22); this.toolStripButton1.Text = "导入用户数据"; this.toolStripButton1.Click += new System.EventHandler(this.toolStripButton1_Click); // // toolStripButton3 // this.toolStripButton3.CheckOnClick = true; this.toolStripButton3.Image = global::Archives_Center.Properties.Resources.Icon_0798; this.toolStripButton3.ImageTransparentColor = System.Drawing.Color.Magenta; this.toolStripButton3.Name = "toolStripButton3"; this.toolStripButton3.Size = new System.Drawing.Size(148, 22); this.toolStripButton3.Text = "使用当前系统用户账户"; this.toolStripButton3.CheckedChanged += new System.EventHandler(this.toolStripButton3_CheckedChanged); // // register // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(384, 241); this.Controls.Add(this.toolStrip1); this.Controls.Add(this.label5); this.Controls.Add(this.textBox3); this.Controls.Add(this.textBox1); this.Controls.Add(this.label4); this.Controls.Add(this.button1); this.Controls.Add(this.textBox2); this.Controls.Add(this.label3); this.Controls.Add(this.label2); this.Controls.Add(this.label1); this.Controls.Add(this.pictureBox1); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow; this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.MaximumSize = new System.Drawing.Size(400, 280); this.MinimumSize = new System.Drawing.Size(400, 280); this.Name = "register"; this.ShowInTaskbar = false; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "新建用户"; ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit(); this.toolStrip1.ResumeLayout(false); this.toolStrip1.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Label label4; private System.Windows.Forms.Button button1; private System.Windows.Forms.Label label3; private System.Windows.Forms.Label label2; private System.Windows.Forms.Label label1; private System.Windows.Forms.PictureBox pictureBox1; private System.Windows.Forms.Label label5; private System.Windows.Forms.ToolStrip toolStrip1; private System.Windows.Forms.ToolStripButton toolStripButton1; private System.Windows.Forms.ToolStripButton toolStripButton3; private System.Windows.Forms.ToolTip toolTip1; public System.Windows.Forms.TextBox textBox2; public System.Windows.Forms.TextBox textBox1; public System.Windows.Forms.TextBox textBox3; } }