123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204 |
- namespace Archives_Center
- {
- partial class login
- {
- /// <summary>
- /// Required designer variable.
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// Clean up any resources being used.
- /// </summary>
- /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region Windows Form Designer generated code
- /// <summary>
- /// Required method for Designer support - do not modify
- /// the contents of this method with the code editor.
- /// </summary>
- private void InitializeComponent()
- {
- System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(login));
- this.pictureBox1 = new System.Windows.Forms.PictureBox();
- this.label1 = new System.Windows.Forms.Label();
- this.label2 = new System.Windows.Forms.Label();
- this.label3 = new System.Windows.Forms.Label();
- this.textBox1 = new System.Windows.Forms.TextBox();
- this.textBox2 = new System.Windows.Forms.TextBox();
- this.button1 = new System.Windows.Forms.Button();
- this.toolStrip1 = new System.Windows.Forms.ToolStrip();
- this.toolStripButton1 = new System.Windows.Forms.ToolStripButton();
- this.toolStripButton3 = new System.Windows.Forms.ToolStripButton();
- this.label4 = new System.Windows.Forms.Label();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
- this.toolStrip1.SuspendLayout();
- this.SuspendLayout();
- //
- // 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 = 0;
- this.pictureBox1.TabStop = false;
- //
- // 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 = 1;
- this.label1.Text = "Archives Center";
- //
- // 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, 128);
- 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 = 2;
- this.label2.Text = "用户名";
- //
- // 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, 160);
- this.label3.Name = "label3";
- this.label3.Size = new System.Drawing.Size(37, 16);
- this.label3.TabIndex = 3;
- this.label3.Text = "密码";
- //
- // textBox1
- //
- this.textBox1.Location = new System.Drawing.Point(97, 155);
- 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 = 5;
- //
- // textBox2
- //
- this.textBox2.Location = new System.Drawing.Point(97, 122);
- 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 = 4;
- //
- // button1
- //
- this.button1.Image = global::Archives_Center.Properties.Resources.Icon_9930;
- this.button1.Location = new System.Drawing.Point(322, 155);
- 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 = 6;
- this.button1.UseVisualStyleBackColor = true;
- this.button1.Click += new System.EventHandler(this.button1_Click);
- //
- // 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 = 7;
- this.toolStrip1.Text = "toolStrip1";
- //
- // toolStripButton1
- //
- this.toolStripButton1.Image = global::Archives_Center.Properties.Resources.Icon_1383;
- this.toolStripButton1.ImageTransparentColor = System.Drawing.Color.Magenta;
- this.toolStripButton1.Name = "toolStripButton1";
- this.toolStripButton1.Size = new System.Drawing.Size(76, 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);
- //
- // 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(83, 37);
- this.label4.TabIndex = 8;
- this.label4.Text = "登录";
- //
- // login
- //
- 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.label4);
- this.Controls.Add(this.toolStrip1);
- this.Controls.Add(this.button1);
- this.Controls.Add(this.textBox2);
- this.Controls.Add(this.textBox1);
- 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.FixedSingle;
- this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
- this.MaximizeBox = false;
- this.MaximumSize = new System.Drawing.Size(400, 280);
- this.MinimizeBox = false;
- this.MinimumSize = new System.Drawing.Size(400, 280);
- this.Name = "login";
- this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
- this.Text = "Archives Center";
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
- this.toolStrip1.ResumeLayout(false);
- this.toolStrip1.PerformLayout();
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- #endregion
- private System.Windows.Forms.PictureBox pictureBox1;
- private System.Windows.Forms.Label label1;
- private System.Windows.Forms.Label label2;
- private System.Windows.Forms.Label label3;
- private System.Windows.Forms.TextBox textBox1;
- private System.Windows.Forms.TextBox textBox2;
- private System.Windows.Forms.Button button1;
- private System.Windows.Forms.ToolStrip toolStrip1;
- private System.Windows.Forms.ToolStripButton toolStripButton1;
- private System.Windows.Forms.ToolStripButton toolStripButton3;
- private System.Windows.Forms.Label label4;
- }
- }
|