Login.Designer.cs 7.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166
  1. namespace FileWatcher
  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.Master = new System.Windows.Forms.ComboBox();
  36. this.label4 = new System.Windows.Forms.Label();
  37. this.SuspendLayout();
  38. //
  39. // UserName
  40. //
  41. this.UserName.Location = new System.Drawing.Point(297, 43);
  42. this.UserName.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  43. this.UserName.Name = "UserName";
  44. this.UserName.Size = new System.Drawing.Size(236, 35);
  45. this.UserName.TabIndex = 5;
  46. //
  47. // UserName_lable
  48. //
  49. this.UserName_lable.AutoSize = true;
  50. this.UserName_lable.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  51. this.UserName_lable.Location = new System.Drawing.Point(140, 38);
  52. this.UserName_lable.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  53. this.UserName_lable.Name = "UserName_lable";
  54. this.UserName_lable.Size = new System.Drawing.Size(114, 41);
  55. this.UserName_lable.TabIndex = 4;
  56. this.UserName_lable.Text = "用户名";
  57. //
  58. // PassWord
  59. //
  60. this.PassWord.Location = new System.Drawing.Point(297, 132);
  61. this.PassWord.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  62. this.PassWord.Name = "PassWord";
  63. this.PassWord.PasswordChar = '*';
  64. this.PassWord.Size = new System.Drawing.Size(236, 35);
  65. this.PassWord.TabIndex = 7;
  66. //
  67. // PassWord_label
  68. //
  69. this.PassWord_label.AutoSize = true;
  70. this.PassWord_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  71. this.PassWord_label.Location = new System.Drawing.Point(171, 123);
  72. this.PassWord_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  73. this.PassWord_label.Name = "PassWord_label";
  74. this.PassWord_label.Size = new System.Drawing.Size(82, 41);
  75. this.PassWord_label.TabIndex = 6;
  76. this.PassWord_label.Text = "密码";
  77. //
  78. // Source
  79. //
  80. this.Source.Location = new System.Drawing.Point(297, 223);
  81. this.Source.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  82. this.Source.Name = "Source";
  83. this.Source.Size = new System.Drawing.Size(236, 35);
  84. this.Source.TabIndex = 9;
  85. //
  86. // Source_label
  87. //
  88. this.Source_label.AutoSize = true;
  89. this.Source_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  90. this.Source_label.Location = new System.Drawing.Point(171, 214);
  91. this.Source_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  92. this.Source_label.Name = "Source_label";
  93. this.Source_label.Size = new System.Drawing.Size(82, 41);
  94. this.Source_label.TabIndex = 8;
  95. this.Source_label.Text = "资源";
  96. //
  97. // CheckLogin
  98. //
  99. this.CheckLogin.Location = new System.Drawing.Point(329, 376);
  100. this.CheckLogin.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  101. this.CheckLogin.Name = "CheckLogin";
  102. this.CheckLogin.Size = new System.Drawing.Size(112, 48);
  103. this.CheckLogin.TabIndex = 10;
  104. this.CheckLogin.Text = "登陆";
  105. this.CheckLogin.UseVisualStyleBackColor = true;
  106. this.CheckLogin.Click += new System.EventHandler(this.CheckLogin_Click);
  107. //
  108. // Master
  109. //
  110. this.Master.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  111. this.Master.FormattingEnabled = true;
  112. this.Master.Location = new System.Drawing.Point(297, 308);
  113. this.Master.Margin = new System.Windows.Forms.Padding(6);
  114. this.Master.Name = "Master";
  115. this.Master.Size = new System.Drawing.Size(236, 32);
  116. this.Master.TabIndex = 17;
  117. //
  118. // label4
  119. //
  120. this.label4.AutoSize = true;
  121. this.label4.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  122. this.label4.Location = new System.Drawing.Point(120, 302);
  123. this.label4.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  124. this.label4.Name = "label4";
  125. this.label4.Size = new System.Drawing.Size(133, 38);
  126. this.label4.TabIndex = 16;
  127. this.label4.Text = "账套选择";
  128. //
  129. // Login
  130. //
  131. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
  132. this.ClientSize = new System.Drawing.Size(762, 458);
  133. this.Controls.Add(this.Master);
  134. this.Controls.Add(this.label4);
  135. this.Controls.Add(this.CheckLogin);
  136. this.Controls.Add(this.Source);
  137. this.Controls.Add(this.Source_label);
  138. this.Controls.Add(this.PassWord);
  139. this.Controls.Add(this.PassWord_label);
  140. this.Controls.Add(this.UserName);
  141. this.Controls.Add(this.UserName_lable);
  142. this.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  143. this.Name = "Login";
  144. this.Text = "Login";
  145. this.Load += new System.EventHandler(this.Login_Load);
  146. this.ResumeLayout(true);
  147. this.PerformLayout();
  148. }
  149. #endregion
  150. private System.Windows.Forms.TextBox UserName;
  151. private System.Windows.Forms.Label UserName_lable;
  152. private System.Windows.Forms.TextBox PassWord;
  153. private System.Windows.Forms.Label PassWord_label;
  154. private System.Windows.Forms.TextBox Source;
  155. private System.Windows.Forms.Label Source_label;
  156. private System.Windows.Forms.Button CheckLogin;
  157. private System.Windows.Forms.ComboBox Master;
  158. private System.Windows.Forms.Label label4;
  159. }
  160. }