123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167 |
- namespace efunbox_xyyf_windows
- {
- partial class DebugUtilForm
- {
- /// <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.newWebUrl = new System.Windows.Forms.TextBox();
- this.changeWebUrl = new System.Windows.Forms.Button();
- this.label1 = new System.Windows.Forms.Label();
- this.button1 = new System.Windows.Forms.Button();
- this.LenvId = new System.Windows.Forms.Label();
- this.nowUrl = new System.Windows.Forms.Label();
- this.button2 = new System.Windows.Forms.Button();
- this.lenvLogout = new System.Windows.Forms.Button();
- this.uuid = new System.Windows.Forms.Label();
- this.SuspendLayout();
- //
- // newWebUrl
- //
- this.newWebUrl.Location = new System.Drawing.Point(55, 16);
- this.newWebUrl.Name = "newWebUrl";
- this.newWebUrl.Size = new System.Drawing.Size(424, 21);
- this.newWebUrl.TabIndex = 0;
- this.newWebUrl.TextChanged += new System.EventHandler(this.textBox1_TextChanged);
- this.newWebUrl.Enter += new System.EventHandler(this.newWebUrl_Enter);
- //
- // changeWebUrl
- //
- this.changeWebUrl.Location = new System.Drawing.Point(485, 16);
- this.changeWebUrl.Name = "changeWebUrl";
- this.changeWebUrl.Size = new System.Drawing.Size(85, 23);
- this.changeWebUrl.TabIndex = 1;
- this.changeWebUrl.Text = "切换";
- this.changeWebUrl.UseVisualStyleBackColor = true;
- this.changeWebUrl.Click += new System.EventHandler(this.changeWebUrl_Click);
- //
- // label1
- //
- this.label1.AutoSize = true;
- this.label1.Location = new System.Drawing.Point(5, 19);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(53, 12);
- this.label1.TabIndex = 2;
- this.label1.Text = "新地址:";
- //
- // button1
- //
- this.button1.Location = new System.Drawing.Point(7, 184);
- this.button1.Name = "button1";
- this.button1.Size = new System.Drawing.Size(114, 38);
- this.button1.TabIndex = 3;
- this.button1.Text = "重新加载当前地址(reload)";
- this.button1.UseVisualStyleBackColor = true;
- this.button1.Click += new System.EventHandler(this.button1_Click);
- //
- // LenvId
- //
- this.LenvId.AutoSize = true;
- this.LenvId.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.LenvId.Location = new System.Drawing.Point(12, 264);
- this.LenvId.Name = "LenvId";
- this.LenvId.Size = new System.Drawing.Size(69, 19);
- this.LenvId.TabIndex = 4;
- this.LenvId.Text = "label2";
- //
- // nowUrl
- //
- this.nowUrl.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.nowUrl.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.nowUrl.Location = new System.Drawing.Point(3, 47);
- this.nowUrl.Name = "nowUrl";
- this.nowUrl.Size = new System.Drawing.Size(567, 62);
- this.nowUrl.TabIndex = 5;
- this.nowUrl.Text = "label2";
- //
- // button2
- //
- this.button2.Location = new System.Drawing.Point(127, 184);
- this.button2.Name = "button2";
- this.button2.Size = new System.Drawing.Size(91, 38);
- this.button2.TabIndex = 6;
- this.button2.Text = "查看当前地址";
- this.button2.UseVisualStyleBackColor = true;
- this.button2.Click += new System.EventHandler(this.button2_Click);
- //
- // lenvLogout
- //
- this.lenvLogout.Location = new System.Drawing.Point(224, 184);
- this.lenvLogout.Name = "lenvLogout";
- this.lenvLogout.Size = new System.Drawing.Size(88, 38);
- this.lenvLogout.TabIndex = 7;
- this.lenvLogout.Text = "退出联想账号";
- this.lenvLogout.UseVisualStyleBackColor = true;
- this.lenvLogout.Click += new System.EventHandler(this.lenvLogout_Click);
- //
- // uuid
- //
- this.uuid.AutoSize = true;
- this.uuid.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.uuid.Location = new System.Drawing.Point(12, 234);
- this.uuid.Name = "uuid";
- this.uuid.RightToLeft = System.Windows.Forms.RightToLeft.No;
- this.uuid.Size = new System.Drawing.Size(43, 21);
- this.uuid.TabIndex = 8;
- this.uuid.Text = "123";
- this.uuid.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
- //
- // DebugUtilForm
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(582, 292);
- this.Controls.Add(this.uuid);
- this.Controls.Add(this.lenvLogout);
- this.Controls.Add(this.button2);
- this.Controls.Add(this.nowUrl);
- this.Controls.Add(this.LenvId);
- this.Controls.Add(this.button1);
- this.Controls.Add(this.label1);
- this.Controls.Add(this.changeWebUrl);
- this.Controls.Add(this.newWebUrl);
- this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
- this.Name = "DebugUtilForm";
- this.Text = "debugUtilForm";
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- #endregion
- private System.Windows.Forms.TextBox newWebUrl;
- private System.Windows.Forms.Button changeWebUrl;
- private System.Windows.Forms.Label label1;
- private System.Windows.Forms.Button button1;
- private System.Windows.Forms.Label LenvId;
- private System.Windows.Forms.Label nowUrl;
- private System.Windows.Forms.Button button2;
- private System.Windows.Forms.Button lenvLogout;
- private System.Windows.Forms.Label uuid;
- }
- }
|