Login.Designer.cs 7.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146
  1. namespace UAS_PLCDataReader
  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 DevExpress.XtraEditors.TextEdit();
  29. this.PassWord = new DevExpress.XtraEditors.TextEdit();
  30. this.UserName_label = new DevExpress.XtraEditors.LabelControl();
  31. this.PassWord_label = new DevExpress.XtraEditors.LabelControl();
  32. this.LoginButton = new DevExpress.XtraEditors.SimpleButton();
  33. this.Master = new DevExpress.XtraEditors.ComboBoxEdit();
  34. this.Master_label = new DevExpress.XtraEditors.LabelControl();
  35. ((System.ComponentModel.ISupportInitialize)(this.UserName.Properties)).BeginInit();
  36. ((System.ComponentModel.ISupportInitialize)(this.PassWord.Properties)).BeginInit();
  37. ((System.ComponentModel.ISupportInitialize)(this.Master.Properties)).BeginInit();
  38. this.SuspendLayout();
  39. //
  40. // UserName
  41. //
  42. this.UserName.Location = new System.Drawing.Point(144, 57);
  43. this.UserName.Name = "UserName";
  44. this.UserName.Properties.Appearance.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  45. this.UserName.Properties.Appearance.Options.UseFont = true;
  46. this.UserName.Size = new System.Drawing.Size(145, 28);
  47. this.UserName.TabIndex = 1;
  48. //
  49. // PassWord
  50. //
  51. this.PassWord.Location = new System.Drawing.Point(144, 104);
  52. this.PassWord.Name = "PassWord";
  53. this.PassWord.Properties.Appearance.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  54. this.PassWord.Properties.Appearance.Options.UseFont = true;
  55. this.PassWord.Properties.PasswordChar = '*';
  56. this.PassWord.Size = new System.Drawing.Size(145, 28);
  57. this.PassWord.TabIndex = 2;
  58. this.PassWord.KeyDown += new System.Windows.Forms.KeyEventHandler(this.PassWord_KeyDown);
  59. //
  60. // UserName_label
  61. //
  62. this.UserName_label.Appearance.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  63. this.UserName_label.Location = new System.Drawing.Point(71, 60);
  64. this.UserName_label.Name = "UserName_label";
  65. this.UserName_label.Size = new System.Drawing.Size(48, 21);
  66. this.UserName_label.TabIndex = 2;
  67. this.UserName_label.Text = "用户名";
  68. //
  69. // PassWord_label
  70. //
  71. this.PassWord_label.Appearance.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  72. this.PassWord_label.Location = new System.Drawing.Point(87, 107);
  73. this.PassWord_label.Name = "PassWord_label";
  74. this.PassWord_label.Size = new System.Drawing.Size(32, 21);
  75. this.PassWord_label.TabIndex = 3;
  76. this.PassWord_label.Text = "密码";
  77. //
  78. // LoginButton
  79. //
  80. this.LoginButton.Location = new System.Drawing.Point(171, 202);
  81. this.LoginButton.Name = "LoginButton";
  82. this.LoginButton.Size = new System.Drawing.Size(75, 23);
  83. this.LoginButton.TabIndex = 4;
  84. this.LoginButton.Text = "登录";
  85. this.LoginButton.Click += new System.EventHandler(this.LoginButton_Click);
  86. //
  87. // Master
  88. //
  89. this.Master.Location = new System.Drawing.Point(144, 149);
  90. this.Master.Name = "Master";
  91. this.Master.Properties.Appearance.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  92. this.Master.Properties.Appearance.Options.UseFont = true;
  93. this.Master.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  94. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
  95. this.Master.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
  96. this.Master.Size = new System.Drawing.Size(145, 28);
  97. this.Master.TabIndex = 3;
  98. //
  99. // Master_label
  100. //
  101. this.Master_label.Appearance.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  102. this.Master_label.Location = new System.Drawing.Point(87, 152);
  103. this.Master_label.Name = "Master_label";
  104. this.Master_label.Size = new System.Drawing.Size(32, 21);
  105. this.Master_label.TabIndex = 6;
  106. this.Master_label.Text = "账套";
  107. //
  108. // Login
  109. //
  110. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
  111. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  112. this.ClientSize = new System.Drawing.Size(414, 245);
  113. this.Controls.Add(this.Master_label);
  114. this.Controls.Add(this.Master);
  115. this.Controls.Add(this.LoginButton);
  116. this.Controls.Add(this.PassWord_label);
  117. this.Controls.Add(this.UserName_label);
  118. this.Controls.Add(this.PassWord);
  119. this.Controls.Add(this.UserName);
  120. this.FormBorderEffect = DevExpress.XtraEditors.FormBorderEffect.None;
  121. this.Name = "Login";
  122. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  123. this.Text = " 设备管理平台";
  124. this.Load += new System.EventHandler(this.Login_Load);
  125. ((System.ComponentModel.ISupportInitialize)(this.UserName.Properties)).EndInit();
  126. ((System.ComponentModel.ISupportInitialize)(this.PassWord.Properties)).EndInit();
  127. ((System.ComponentModel.ISupportInitialize)(this.Master.Properties)).EndInit();
  128. this.ResumeLayout(false);
  129. this.PerformLayout();
  130. }
  131. #endregion
  132. private DevExpress.XtraEditors.TextEdit UserName;
  133. private DevExpress.XtraEditors.TextEdit PassWord;
  134. private DevExpress.XtraEditors.LabelControl UserName_label;
  135. private DevExpress.XtraEditors.LabelControl PassWord_label;
  136. private DevExpress.XtraEditors.SimpleButton LoginButton;
  137. private DevExpress.XtraEditors.ComboBoxEdit Master;
  138. private DevExpress.XtraEditors.LabelControl Master_label;
  139. }
  140. }