| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252 |
- namespace OpcUaHelper.Forms
- {
- partial class FormConnectSelect
- {
- /// <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( )
- {
- this.tabControl1 = new System.Windows.Forms.TabControl();
- this.tabPage1 = new System.Windows.Forms.TabPage();
- this.button1 = new System.Windows.Forms.Button();
- this.tabPage2 = new System.Windows.Forms.TabPage();
- this.textBox2 = new System.Windows.Forms.TextBox();
- this.label2 = new System.Windows.Forms.Label();
- this.textBox1 = new System.Windows.Forms.TextBox();
- this.label1 = new System.Windows.Forms.Label();
- this.button2 = new System.Windows.Forms.Button();
- this.tabPage3 = new System.Windows.Forms.TabPage();
- this.button4 = new System.Windows.Forms.Button();
- this.textBox3 = new System.Windows.Forms.TextBox();
- this.label3 = new System.Windows.Forms.Label();
- this.textBox4 = new System.Windows.Forms.TextBox();
- this.label4 = new System.Windows.Forms.Label();
- this.button3 = new System.Windows.Forms.Button();
- this.tabControl1.SuspendLayout();
- this.tabPage1.SuspendLayout();
- this.tabPage2.SuspendLayout();
- this.tabPage3.SuspendLayout();
- this.SuspendLayout();
- //
- // tabControl1
- //
- this.tabControl1.Controls.Add(this.tabPage1);
- this.tabControl1.Controls.Add(this.tabPage2);
- this.tabControl1.Controls.Add(this.tabPage3);
- this.tabControl1.Location = new System.Drawing.Point(12, 12);
- this.tabControl1.Name = "tabControl1";
- this.tabControl1.SelectedIndex = 0;
- this.tabControl1.Size = new System.Drawing.Size(407, 214);
- this.tabControl1.TabIndex = 0;
- //
- // tabPage1
- //
- this.tabPage1.Controls.Add(this.button1);
- this.tabPage1.Location = new System.Drawing.Point(4, 26);
- this.tabPage1.Name = "tabPage1";
- this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
- this.tabPage1.Size = new System.Drawing.Size(399, 184);
- this.tabPage1.TabIndex = 0;
- this.tabPage1.Text = "匿名登录";
- this.tabPage1.UseVisualStyleBackColor = true;
- //
- // button1
- //
- this.button1.Location = new System.Drawing.Point(142, 73);
- this.button1.Name = "button1";
- this.button1.Size = new System.Drawing.Size(104, 32);
- this.button1.TabIndex = 0;
- this.button1.Text = "登录";
- this.button1.UseVisualStyleBackColor = true;
- this.button1.Click += new System.EventHandler(this.button1_Click);
- //
- // tabPage2
- //
- this.tabPage2.Controls.Add(this.textBox2);
- this.tabPage2.Controls.Add(this.label2);
- this.tabPage2.Controls.Add(this.textBox1);
- this.tabPage2.Controls.Add(this.label1);
- this.tabPage2.Controls.Add(this.button2);
- this.tabPage2.Location = new System.Drawing.Point(4, 26);
- this.tabPage2.Name = "tabPage2";
- this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
- this.tabPage2.Size = new System.Drawing.Size(399, 184);
- this.tabPage2.TabIndex = 1;
- this.tabPage2.Text = "用户名登录";
- this.tabPage2.UseVisualStyleBackColor = true;
- //
- // textBox2
- //
- this.textBox2.Location = new System.Drawing.Point(130, 68);
- this.textBox2.Name = "textBox2";
- this.textBox2.Size = new System.Drawing.Size(202, 23);
- this.textBox2.TabIndex = 5;
- //
- // label2
- //
- this.label2.AutoSize = true;
- this.label2.Location = new System.Drawing.Point(68, 71);
- this.label2.Name = "label2";
- this.label2.Size = new System.Drawing.Size(44, 17);
- this.label2.TabIndex = 4;
- this.label2.Text = "密码:";
- //
- // textBox1
- //
- this.textBox1.Location = new System.Drawing.Point(130, 32);
- this.textBox1.Name = "textBox1";
- this.textBox1.Size = new System.Drawing.Size(202, 23);
- this.textBox1.TabIndex = 3;
- //
- // label1
- //
- this.label1.AutoSize = true;
- this.label1.Location = new System.Drawing.Point(68, 35);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(56, 17);
- this.label1.TabIndex = 2;
- this.label1.Text = "用户名:";
- //
- // button2
- //
- this.button2.Location = new System.Drawing.Point(141, 117);
- this.button2.Name = "button2";
- this.button2.Size = new System.Drawing.Size(104, 32);
- this.button2.TabIndex = 1;
- this.button2.Text = "登录";
- this.button2.UseVisualStyleBackColor = true;
- this.button2.Click += new System.EventHandler(this.button2_Click);
- //
- // tabPage3
- //
- this.tabPage3.Controls.Add(this.button4);
- this.tabPage3.Controls.Add(this.textBox3);
- this.tabPage3.Controls.Add(this.label3);
- this.tabPage3.Controls.Add(this.textBox4);
- this.tabPage3.Controls.Add(this.label4);
- this.tabPage3.Controls.Add(this.button3);
- this.tabPage3.Location = new System.Drawing.Point(4, 26);
- this.tabPage3.Name = "tabPage3";
- this.tabPage3.Padding = new System.Windows.Forms.Padding(3);
- this.tabPage3.Size = new System.Drawing.Size(399, 184);
- this.tabPage3.TabIndex = 2;
- this.tabPage3.Text = "证书登录";
- this.tabPage3.UseVisualStyleBackColor = true;
- //
- // button4
- //
- this.button4.Location = new System.Drawing.Point(338, 31);
- this.button4.Name = "button4";
- this.button4.Size = new System.Drawing.Size(32, 25);
- this.button4.TabIndex = 11;
- this.button4.Text = "...";
- this.button4.UseVisualStyleBackColor = true;
- this.button4.Click += new System.EventHandler(this.button4_Click);
- //
- // textBox3
- //
- this.textBox3.Location = new System.Drawing.Point(130, 68);
- this.textBox3.Name = "textBox3";
- this.textBox3.Size = new System.Drawing.Size(202, 23);
- this.textBox3.TabIndex = 10;
- //
- // label3
- //
- this.label3.AutoSize = true;
- this.label3.Location = new System.Drawing.Point(68, 71);
- this.label3.Name = "label3";
- this.label3.Size = new System.Drawing.Size(44, 17);
- this.label3.TabIndex = 9;
- this.label3.Text = "密钥:";
- //
- // textBox4
- //
- this.textBox4.Location = new System.Drawing.Point(130, 32);
- this.textBox4.Name = "textBox4";
- this.textBox4.Size = new System.Drawing.Size(202, 23);
- this.textBox4.TabIndex = 8;
- //
- // label4
- //
- this.label4.AutoSize = true;
- this.label4.Location = new System.Drawing.Point(68, 35);
- this.label4.Name = "label4";
- this.label4.Size = new System.Drawing.Size(44, 17);
- this.label4.TabIndex = 7;
- this.label4.Text = "证书:";
- //
- // button3
- //
- this.button3.Location = new System.Drawing.Point(141, 117);
- this.button3.Name = "button3";
- this.button3.Size = new System.Drawing.Size(104, 32);
- this.button3.TabIndex = 6;
- this.button3.Text = "登录";
- this.button3.UseVisualStyleBackColor = true;
- this.button3.Click += new System.EventHandler(this.button3_Click);
- //
- // FormConnectSelect
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.BackColor = System.Drawing.Color.AliceBlue;
- this.ClientSize = new System.Drawing.Size(431, 238);
- this.Controls.Add(this.tabControl1);
- this.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
- this.Name = "FormConnectSelect";
- this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
- this.Text = "登录方式选择";
- this.Load += new System.EventHandler(this.FormConnectSelect_Load);
- this.tabControl1.ResumeLayout(false);
- this.tabPage1.ResumeLayout(false);
- this.tabPage2.ResumeLayout(false);
- this.tabPage2.PerformLayout();
- this.tabPage3.ResumeLayout(false);
- this.tabPage3.PerformLayout();
- this.ResumeLayout(false);
- }
- #endregion
- private System.Windows.Forms.TabControl tabControl1;
- private System.Windows.Forms.TabPage tabPage1;
- private System.Windows.Forms.Button button1;
- private System.Windows.Forms.TabPage tabPage2;
- private System.Windows.Forms.TextBox textBox2;
- private System.Windows.Forms.Label label2;
- private System.Windows.Forms.TextBox textBox1;
- private System.Windows.Forms.Label label1;
- private System.Windows.Forms.Button button2;
- private System.Windows.Forms.TabPage tabPage3;
- private System.Windows.Forms.Button button4;
- private System.Windows.Forms.TextBox textBox3;
- private System.Windows.Forms.Label label3;
- private System.Windows.Forms.TextBox textBox4;
- private System.Windows.Forms.Label label4;
- private System.Windows.Forms.Button button3;
- }
- }
|