namespace efunbox_xyyf_windows { partial class DebugUtilForm { /// /// 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.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; } }