DebugUtilForm.Designer.cs 7.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167
  1. namespace efunbox_xyyf_windows
  2. {
  3. partial class DebugUtilForm
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Windows Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.newWebUrl = new System.Windows.Forms.TextBox();
  29. this.changeWebUrl = new System.Windows.Forms.Button();
  30. this.label1 = new System.Windows.Forms.Label();
  31. this.button1 = new System.Windows.Forms.Button();
  32. this.LenvId = new System.Windows.Forms.Label();
  33. this.nowUrl = new System.Windows.Forms.Label();
  34. this.button2 = new System.Windows.Forms.Button();
  35. this.lenvLogout = new System.Windows.Forms.Button();
  36. this.uuid = new System.Windows.Forms.Label();
  37. this.SuspendLayout();
  38. //
  39. // newWebUrl
  40. //
  41. this.newWebUrl.Location = new System.Drawing.Point(55, 16);
  42. this.newWebUrl.Name = "newWebUrl";
  43. this.newWebUrl.Size = new System.Drawing.Size(424, 21);
  44. this.newWebUrl.TabIndex = 0;
  45. this.newWebUrl.TextChanged += new System.EventHandler(this.textBox1_TextChanged);
  46. this.newWebUrl.Enter += new System.EventHandler(this.newWebUrl_Enter);
  47. //
  48. // changeWebUrl
  49. //
  50. this.changeWebUrl.Location = new System.Drawing.Point(485, 16);
  51. this.changeWebUrl.Name = "changeWebUrl";
  52. this.changeWebUrl.Size = new System.Drawing.Size(85, 23);
  53. this.changeWebUrl.TabIndex = 1;
  54. this.changeWebUrl.Text = "切换";
  55. this.changeWebUrl.UseVisualStyleBackColor = true;
  56. this.changeWebUrl.Click += new System.EventHandler(this.changeWebUrl_Click);
  57. //
  58. // label1
  59. //
  60. this.label1.AutoSize = true;
  61. this.label1.Location = new System.Drawing.Point(5, 19);
  62. this.label1.Name = "label1";
  63. this.label1.Size = new System.Drawing.Size(53, 12);
  64. this.label1.TabIndex = 2;
  65. this.label1.Text = "新地址:";
  66. //
  67. // button1
  68. //
  69. this.button1.Location = new System.Drawing.Point(7, 184);
  70. this.button1.Name = "button1";
  71. this.button1.Size = new System.Drawing.Size(114, 38);
  72. this.button1.TabIndex = 3;
  73. this.button1.Text = "重新加载当前地址(reload)";
  74. this.button1.UseVisualStyleBackColor = true;
  75. this.button1.Click += new System.EventHandler(this.button1_Click);
  76. //
  77. // LenvId
  78. //
  79. this.LenvId.AutoSize = true;
  80. this.LenvId.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  81. this.LenvId.Location = new System.Drawing.Point(12, 264);
  82. this.LenvId.Name = "LenvId";
  83. this.LenvId.Size = new System.Drawing.Size(69, 19);
  84. this.LenvId.TabIndex = 4;
  85. this.LenvId.Text = "label2";
  86. //
  87. // nowUrl
  88. //
  89. this.nowUrl.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  90. | System.Windows.Forms.AnchorStyles.Right)));
  91. this.nowUrl.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  92. this.nowUrl.Location = new System.Drawing.Point(3, 47);
  93. this.nowUrl.Name = "nowUrl";
  94. this.nowUrl.Size = new System.Drawing.Size(567, 62);
  95. this.nowUrl.TabIndex = 5;
  96. this.nowUrl.Text = "label2";
  97. //
  98. // button2
  99. //
  100. this.button2.Location = new System.Drawing.Point(127, 184);
  101. this.button2.Name = "button2";
  102. this.button2.Size = new System.Drawing.Size(91, 38);
  103. this.button2.TabIndex = 6;
  104. this.button2.Text = "查看当前地址";
  105. this.button2.UseVisualStyleBackColor = true;
  106. this.button2.Click += new System.EventHandler(this.button2_Click);
  107. //
  108. // lenvLogout
  109. //
  110. this.lenvLogout.Location = new System.Drawing.Point(224, 184);
  111. this.lenvLogout.Name = "lenvLogout";
  112. this.lenvLogout.Size = new System.Drawing.Size(88, 38);
  113. this.lenvLogout.TabIndex = 7;
  114. this.lenvLogout.Text = "退出联想账号";
  115. this.lenvLogout.UseVisualStyleBackColor = true;
  116. this.lenvLogout.Click += new System.EventHandler(this.lenvLogout_Click);
  117. //
  118. // uuid
  119. //
  120. this.uuid.AutoSize = true;
  121. this.uuid.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  122. this.uuid.Location = new System.Drawing.Point(12, 234);
  123. this.uuid.Name = "uuid";
  124. this.uuid.RightToLeft = System.Windows.Forms.RightToLeft.No;
  125. this.uuid.Size = new System.Drawing.Size(43, 21);
  126. this.uuid.TabIndex = 8;
  127. this.uuid.Text = "123";
  128. this.uuid.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  129. //
  130. // DebugUtilForm
  131. //
  132. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  133. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  134. this.ClientSize = new System.Drawing.Size(582, 292);
  135. this.Controls.Add(this.uuid);
  136. this.Controls.Add(this.lenvLogout);
  137. this.Controls.Add(this.button2);
  138. this.Controls.Add(this.nowUrl);
  139. this.Controls.Add(this.LenvId);
  140. this.Controls.Add(this.button1);
  141. this.Controls.Add(this.label1);
  142. this.Controls.Add(this.changeWebUrl);
  143. this.Controls.Add(this.newWebUrl);
  144. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
  145. this.Name = "DebugUtilForm";
  146. this.Text = "debugUtilForm";
  147. this.ResumeLayout(false);
  148. this.PerformLayout();
  149. }
  150. #endregion
  151. private System.Windows.Forms.TextBox newWebUrl;
  152. private System.Windows.Forms.Button changeWebUrl;
  153. private System.Windows.Forms.Label label1;
  154. private System.Windows.Forms.Button button1;
  155. private System.Windows.Forms.Label LenvId;
  156. private System.Windows.Forms.Label nowUrl;
  157. private System.Windows.Forms.Button button2;
  158. private System.Windows.Forms.Button lenvLogout;
  159. private System.Windows.Forms.Label uuid;
  160. }
  161. }