Login.Designer.cs 8.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180
  1. namespace UAS_XmlAnalysor
  2. {
  3. partial class Login
  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.UserName = new System.Windows.Forms.TextBox();
  29. this.UserName_lable = new System.Windows.Forms.Label();
  30. this.PassWord = new System.Windows.Forms.TextBox();
  31. this.PassWord_label = new System.Windows.Forms.Label();
  32. this.Source = new System.Windows.Forms.TextBox();
  33. this.Source_label = new System.Windows.Forms.Label();
  34. this.CheckLogin = new System.Windows.Forms.Button();
  35. this.label1 = new System.Windows.Forms.Label();
  36. this.Equipment = new System.Windows.Forms.TextBox();
  37. this.onlinebutton = new System.Windows.Forms.CheckBox();
  38. this.SuspendLayout();
  39. //
  40. // UserName
  41. //
  42. this.UserName.Location = new System.Drawing.Point(154, 42);
  43. this.UserName.Margin = new System.Windows.Forms.Padding(2);
  44. this.UserName.Name = "UserName";
  45. this.UserName.Size = new System.Drawing.Size(123, 21);
  46. this.UserName.TabIndex = 5;
  47. //
  48. // UserName_lable
  49. //
  50. this.UserName_lable.AutoSize = true;
  51. this.UserName_lable.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  52. this.UserName_lable.Location = new System.Drawing.Point(92, 41);
  53. this.UserName_lable.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  54. this.UserName_lable.Name = "UserName_lable";
  55. this.UserName_lable.Size = new System.Drawing.Size(58, 21);
  56. this.UserName_lable.TabIndex = 4;
  57. this.UserName_lable.Text = "用户名";
  58. //
  59. // PassWord
  60. //
  61. this.PassWord.Location = new System.Drawing.Point(154, 88);
  62. this.PassWord.Margin = new System.Windows.Forms.Padding(2);
  63. this.PassWord.Name = "PassWord";
  64. this.PassWord.PasswordChar = '*';
  65. this.PassWord.Size = new System.Drawing.Size(123, 21);
  66. this.PassWord.TabIndex = 7;
  67. //
  68. // PassWord_label
  69. //
  70. this.PassWord_label.AutoSize = true;
  71. this.PassWord_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  72. this.PassWord_label.Location = new System.Drawing.Point(92, 86);
  73. this.PassWord_label.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  74. this.PassWord_label.Name = "PassWord_label";
  75. this.PassWord_label.Size = new System.Drawing.Size(42, 21);
  76. this.PassWord_label.TabIndex = 6;
  77. this.PassWord_label.Text = "密码";
  78. //
  79. // Source
  80. //
  81. this.Source.Location = new System.Drawing.Point(154, 126);
  82. this.Source.Margin = new System.Windows.Forms.Padding(2);
  83. this.Source.Name = "Source";
  84. this.Source.Size = new System.Drawing.Size(123, 21);
  85. this.Source.TabIndex = 9;
  86. //
  87. // Source_label
  88. //
  89. this.Source_label.AutoSize = true;
  90. this.Source_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  91. this.Source_label.Location = new System.Drawing.Point(92, 126);
  92. this.Source_label.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  93. this.Source_label.Name = "Source_label";
  94. this.Source_label.Size = new System.Drawing.Size(42, 21);
  95. this.Source_label.TabIndex = 8;
  96. this.Source_label.Text = "资源";
  97. //
  98. // CheckLogin
  99. //
  100. this.CheckLogin.Location = new System.Drawing.Point(164, 194);
  101. this.CheckLogin.Margin = new System.Windows.Forms.Padding(2);
  102. this.CheckLogin.Name = "CheckLogin";
  103. this.CheckLogin.Size = new System.Drawing.Size(56, 24);
  104. this.CheckLogin.TabIndex = 10;
  105. this.CheckLogin.Text = "登陆";
  106. this.CheckLogin.UseVisualStyleBackColor = true;
  107. this.CheckLogin.Click += new System.EventHandler(this.CheckLogin_Click);
  108. //
  109. // label1
  110. //
  111. this.label1.AutoSize = true;
  112. this.label1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  113. this.label1.Location = new System.Drawing.Point(92, 161);
  114. this.label1.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  115. this.label1.Name = "label1";
  116. this.label1.Size = new System.Drawing.Size(42, 21);
  117. this.label1.TabIndex = 12;
  118. this.label1.Text = "设备";
  119. //
  120. // Equipment
  121. //
  122. this.Equipment.Location = new System.Drawing.Point(154, 161);
  123. this.Equipment.Margin = new System.Windows.Forms.Padding(2);
  124. this.Equipment.Name = "Equipment";
  125. this.Equipment.Size = new System.Drawing.Size(123, 21);
  126. this.Equipment.TabIndex = 13;
  127. //
  128. // onlinebutton
  129. //
  130. this.onlinebutton.AutoSize = true;
  131. this.onlinebutton.Checked = true;
  132. this.onlinebutton.CheckState = System.Windows.Forms.CheckState.Checked;
  133. this.onlinebutton.Location = new System.Drawing.Point(282, 163);
  134. this.onlinebutton.Name = "onlinebutton";
  135. this.onlinebutton.Size = new System.Drawing.Size(72, 16);
  136. this.onlinebutton.TabIndex = 14;
  137. this.onlinebutton.Text = "在线模式";
  138. this.onlinebutton.UseVisualStyleBackColor = true;
  139. //
  140. // Login
  141. //
  142. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  143. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  144. this.ClientSize = new System.Drawing.Size(381, 229);
  145. this.Controls.Add(this.onlinebutton);
  146. this.Controls.Add(this.Equipment);
  147. this.Controls.Add(this.label1);
  148. this.Controls.Add(this.CheckLogin);
  149. this.Controls.Add(this.Source);
  150. this.Controls.Add(this.Source_label);
  151. this.Controls.Add(this.PassWord);
  152. this.Controls.Add(this.PassWord_label);
  153. this.Controls.Add(this.UserName);
  154. this.Controls.Add(this.UserName_lable);
  155. this.Margin = new System.Windows.Forms.Padding(2);
  156. this.Name = "Login";
  157. this.Text = "Login";
  158. this.Load += new System.EventHandler(this.Login_Load);
  159. this.ResumeLayout(true);
  160. this.PerformLayout();
  161. }
  162. #endregion
  163. private System.Windows.Forms.TextBox UserName;
  164. private System.Windows.Forms.Label UserName_lable;
  165. private System.Windows.Forms.TextBox PassWord;
  166. private System.Windows.Forms.Label PassWord_label;
  167. private System.Windows.Forms.TextBox Source;
  168. private System.Windows.Forms.Label Source_label;
  169. private System.Windows.Forms.Button CheckLogin;
  170. private System.Windows.Forms.Label label1;
  171. private System.Windows.Forms.TextBox Equipment;
  172. private System.Windows.Forms.CheckBox onlinebutton;
  173. }
  174. }