FormLogIn.Designer.cs 8.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167
  1. namespace SIMDP
  2. {
  3. partial class FormLogIn
  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. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormLogIn));
  29. this.check_PassWord = new DevExpress.XtraEditors.CheckEdit();
  30. this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
  31. this.labelControl2 = new DevExpress.XtraEditors.LabelControl();
  32. this.txt_PassWord = new DevExpress.XtraEditors.TextEdit();
  33. this.txt_Account = new DevExpress.XtraEditors.TextEdit();
  34. this.btn_LogIn = new DevExpress.XtraEditors.SimpleButton();
  35. this.panel1 = new System.Windows.Forms.Panel();
  36. this.panelEnhanced1 = new ProjectBase.Controls.PanelEnhanced();
  37. ((System.ComponentModel.ISupportInitialize)(this.check_PassWord.Properties)).BeginInit();
  38. ((System.ComponentModel.ISupportInitialize)(this.txt_PassWord.Properties)).BeginInit();
  39. ((System.ComponentModel.ISupportInitialize)(this.txt_Account.Properties)).BeginInit();
  40. this.panel1.SuspendLayout();
  41. this.SuspendLayout();
  42. //
  43. // check_PassWord
  44. //
  45. this.check_PassWord.Location = new System.Drawing.Point(206, 162);
  46. this.check_PassWord.Name = "check_PassWord";
  47. this.check_PassWord.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  48. this.check_PassWord.Properties.Appearance.ForeColor = System.Drawing.Color.White;
  49. this.check_PassWord.Properties.Appearance.Options.UseFont = true;
  50. this.check_PassWord.Properties.Appearance.Options.UseForeColor = true;
  51. this.check_PassWord.Properties.Caption = "记住密码";
  52. this.check_PassWord.Size = new System.Drawing.Size(94, 23);
  53. this.check_PassWord.TabIndex = 3;
  54. //
  55. // labelControl1
  56. //
  57. this.labelControl1.Appearance.Font = new System.Drawing.Font("Tahoma", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  58. this.labelControl1.Appearance.ForeColor = System.Drawing.Color.White;
  59. this.labelControl1.Appearance.Options.UseFont = true;
  60. this.labelControl1.Appearance.Options.UseForeColor = true;
  61. this.labelControl1.Location = new System.Drawing.Point(16, 42);
  62. this.labelControl1.Name = "labelControl1";
  63. this.labelControl1.Size = new System.Drawing.Size(75, 29);
  64. this.labelControl1.TabIndex = 4;
  65. this.labelControl1.Text = "账号:";
  66. //
  67. // labelControl2
  68. //
  69. this.labelControl2.Appearance.Font = new System.Drawing.Font("Tahoma", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  70. this.labelControl2.Appearance.ForeColor = System.Drawing.Color.White;
  71. this.labelControl2.Appearance.Options.UseFont = true;
  72. this.labelControl2.Appearance.Options.UseForeColor = true;
  73. this.labelControl2.Location = new System.Drawing.Point(16, 108);
  74. this.labelControl2.Name = "labelControl2";
  75. this.labelControl2.Size = new System.Drawing.Size(75, 29);
  76. this.labelControl2.TabIndex = 3;
  77. this.labelControl2.Text = "密码:";
  78. //
  79. // txt_PassWord
  80. //
  81. this.txt_PassWord.Location = new System.Drawing.Point(97, 106);
  82. this.txt_PassWord.Name = "txt_PassWord";
  83. this.txt_PassWord.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  84. this.txt_PassWord.Properties.Appearance.Options.UseFont = true;
  85. this.txt_PassWord.Properties.UseSystemPasswordChar = true;
  86. this.txt_PassWord.Size = new System.Drawing.Size(203, 32);
  87. this.txt_PassWord.TabIndex = 2;
  88. //
  89. // txt_Account
  90. //
  91. this.txt_Account.Location = new System.Drawing.Point(97, 40);
  92. this.txt_Account.Name = "txt_Account";
  93. this.txt_Account.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  94. this.txt_Account.Properties.Appearance.Options.UseFont = true;
  95. this.txt_Account.Size = new System.Drawing.Size(203, 32);
  96. this.txt_Account.TabIndex = 1;
  97. this.txt_Account.TextChanged += new System.EventHandler(this.txt_Account_TextChanged);
  98. //
  99. // btn_LogIn
  100. //
  101. this.btn_LogIn.Appearance.Font = new System.Drawing.Font("Tahoma", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  102. this.btn_LogIn.Appearance.Options.UseFont = true;
  103. this.btn_LogIn.Location = new System.Drawing.Point(16, 220);
  104. this.btn_LogIn.Name = "btn_LogIn";
  105. this.btn_LogIn.Size = new System.Drawing.Size(284, 31);
  106. this.btn_LogIn.TabIndex = 0;
  107. this.btn_LogIn.Text = "登录";
  108. this.btn_LogIn.Click += new System.EventHandler(this.btn_LogIn_Click);
  109. //
  110. // panel1
  111. //
  112. this.panel1.BackColor = System.Drawing.Color.Transparent;
  113. this.panel1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
  114. this.panel1.Controls.Add(this.btn_LogIn);
  115. this.panel1.Controls.Add(this.txt_Account);
  116. this.panel1.Controls.Add(this.txt_PassWord);
  117. this.panel1.Controls.Add(this.labelControl2);
  118. this.panel1.Controls.Add(this.labelControl1);
  119. this.panel1.Controls.Add(this.check_PassWord);
  120. this.panel1.Location = new System.Drawing.Point(126, 151);
  121. this.panel1.Name = "panel1";
  122. this.panel1.Size = new System.Drawing.Size(326, 304);
  123. this.panel1.TabIndex = 5;
  124. //
  125. // panelEnhanced1
  126. //
  127. this.panelEnhanced1.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("panelEnhanced1.BackgroundImage")));
  128. this.panelEnhanced1.BorderColor = System.Drawing.Color.Empty;
  129. this.panelEnhanced1.Location = new System.Drawing.Point(0, 0);
  130. this.panelEnhanced1.Name = "panelEnhanced1";
  131. this.panelEnhanced1.Size = new System.Drawing.Size(556, 572);
  132. this.panelEnhanced1.TabIndex = 6;
  133. //
  134. // FormLogIn
  135. //
  136. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
  137. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  138. this.ClientSize = new System.Drawing.Size(1291, 902);
  139. this.Controls.Add(this.panel1);
  140. this.Controls.Add(this.panelEnhanced1);
  141. this.Name = "FormLogIn";
  142. this.Text = "登录";
  143. this.Load += new System.EventHandler(this.FormLogIn_Load);
  144. ((System.ComponentModel.ISupportInitialize)(this.check_PassWord.Properties)).EndInit();
  145. ((System.ComponentModel.ISupportInitialize)(this.txt_PassWord.Properties)).EndInit();
  146. ((System.ComponentModel.ISupportInitialize)(this.txt_Account.Properties)).EndInit();
  147. this.panel1.ResumeLayout(false);
  148. this.panel1.PerformLayout();
  149. this.ResumeLayout(false);
  150. }
  151. #endregion
  152. private DevExpress.XtraEditors.CheckEdit check_PassWord;
  153. private DevExpress.XtraEditors.LabelControl labelControl1;
  154. private DevExpress.XtraEditors.LabelControl labelControl2;
  155. private DevExpress.XtraEditors.TextEdit txt_PassWord;
  156. private DevExpress.XtraEditors.TextEdit txt_Account;
  157. private DevExpress.XtraEditors.SimpleButton btn_LogIn;
  158. private System.Windows.Forms.Panel panel1;
  159. private ProjectBase.Controls.PanelEnhanced panelEnhanced1;
  160. }
  161. }