FormUserVerification.Designer.cs 7.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144
  1. namespace SIMDP.View
  2. {
  3. partial class FormUserVerification
  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.coTableLayoutPanel1 = new SIMDP.CoTableLayoutPanel();
  29. this.txt_Password = new DevExpress.XtraEditors.TextEdit();
  30. this.txt_Account = new DevExpress.XtraEditors.TextEdit();
  31. this.labelControl2 = new DevExpress.XtraEditors.LabelControl();
  32. this.btn_Ok = new DevExpress.XtraEditors.SimpleButton();
  33. this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
  34. this.coTableLayoutPanel1.SuspendLayout();
  35. ((System.ComponentModel.ISupportInitialize)(this.txt_Password.Properties)).BeginInit();
  36. ((System.ComponentModel.ISupportInitialize)(this.txt_Account.Properties)).BeginInit();
  37. this.SuspendLayout();
  38. //
  39. // coTableLayoutPanel1
  40. //
  41. this.coTableLayoutPanel1.ColumnCount = 4;
  42. this.coTableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
  43. this.coTableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33334F));
  44. this.coTableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33334F));
  45. this.coTableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 20F));
  46. this.coTableLayoutPanel1.Controls.Add(this.labelControl2, 0, 2);
  47. this.coTableLayoutPanel1.Controls.Add(this.btn_Ok, 2, 3);
  48. this.coTableLayoutPanel1.Controls.Add(this.labelControl1, 0, 1);
  49. this.coTableLayoutPanel1.Controls.Add(this.txt_Account, 1, 1);
  50. this.coTableLayoutPanel1.Controls.Add(this.txt_Password, 1, 2);
  51. this.coTableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
  52. this.coTableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
  53. this.coTableLayoutPanel1.Name = "coTableLayoutPanel1";
  54. this.coTableLayoutPanel1.RowCount = 4;
  55. this.coTableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
  56. this.coTableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 35F));
  57. this.coTableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 35F));
  58. this.coTableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 30F));
  59. this.coTableLayoutPanel1.Size = new System.Drawing.Size(309, 165);
  60. this.coTableLayoutPanel1.TabIndex = 1;
  61. //
  62. // txt_Password
  63. //
  64. this.txt_Password.Anchor = System.Windows.Forms.AnchorStyles.Left;
  65. this.coTableLayoutPanel1.SetColumnSpan(this.txt_Password, 2);
  66. this.txt_Password.Location = new System.Drawing.Point(100, 81);
  67. this.txt_Password.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  68. this.txt_Password.Name = "txt_Password";
  69. this.txt_Password.Properties.UseSystemPasswordChar = true;
  70. this.txt_Password.Size = new System.Drawing.Size(170, 28);
  71. this.txt_Password.TabIndex = 8;
  72. this.txt_Password.Enter += new System.EventHandler(this.txt_Password_Enter);
  73. //
  74. // txt_Account
  75. //
  76. this.txt_Account.Anchor = System.Windows.Forms.AnchorStyles.Left;
  77. this.coTableLayoutPanel1.SetColumnSpan(this.txt_Account, 2);
  78. this.txt_Account.Location = new System.Drawing.Point(100, 31);
  79. this.txt_Account.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  80. this.txt_Account.Name = "txt_Account";
  81. this.txt_Account.Size = new System.Drawing.Size(170, 28);
  82. this.txt_Account.TabIndex = 7;
  83. this.txt_Account.Enter += new System.EventHandler(this.txt_Account_Enter);
  84. //
  85. // labelControl2
  86. //
  87. this.labelControl2.Anchor = System.Windows.Forms.AnchorStyles.Right;
  88. this.labelControl2.Location = new System.Drawing.Point(39, 84);
  89. this.labelControl2.Name = "labelControl2";
  90. this.labelControl2.Size = new System.Drawing.Size(54, 22);
  91. this.labelControl2.TabIndex = 10;
  92. this.labelControl2.Text = "密码:";
  93. //
  94. // btn_Ok
  95. //
  96. this.btn_Ok.Location = new System.Drawing.Point(196, 125);
  97. this.btn_Ok.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  98. this.btn_Ok.Name = "btn_Ok";
  99. this.btn_Ok.Size = new System.Drawing.Size(67, 32);
  100. this.btn_Ok.TabIndex = 9;
  101. this.btn_Ok.Text = "确定";
  102. this.btn_Ok.Click += new System.EventHandler(this.btn_Ok_Click);
  103. //
  104. // labelControl1
  105. //
  106. this.labelControl1.Anchor = System.Windows.Forms.AnchorStyles.Right;
  107. this.labelControl1.Location = new System.Drawing.Point(39, 34);
  108. this.labelControl1.Name = "labelControl1";
  109. this.labelControl1.Size = new System.Drawing.Size(54, 22);
  110. this.labelControl1.TabIndex = 10;
  111. this.labelControl1.Text = "账号:";
  112. //
  113. // FormUserVerification
  114. //
  115. this.AutoScaleDimensions = new System.Drawing.SizeF(10F, 22F);
  116. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  117. this.ClientSize = new System.Drawing.Size(309, 165);
  118. this.Controls.Add(this.coTableLayoutPanel1);
  119. this.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  120. this.MaximizeBox = false;
  121. this.MinimizeBox = false;
  122. this.Name = "FormUserVerification";
  123. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
  124. this.Text = "用户验证";
  125. this.coTableLayoutPanel1.ResumeLayout(false);
  126. this.coTableLayoutPanel1.PerformLayout();
  127. ((System.ComponentModel.ISupportInitialize)(this.txt_Password.Properties)).EndInit();
  128. ((System.ComponentModel.ISupportInitialize)(this.txt_Account.Properties)).EndInit();
  129. this.ResumeLayout(false);
  130. }
  131. #endregion
  132. private DevExpress.XtraEditors.SimpleButton btn_Ok;
  133. private DevExpress.XtraEditors.TextEdit txt_Password;
  134. private DevExpress.XtraEditors.TextEdit txt_Account;
  135. private DevExpress.XtraEditors.LabelControl labelControl2;
  136. private DevExpress.XtraEditors.LabelControl labelControl1;
  137. private CoTableLayoutPanel coTableLayoutPanel1;
  138. }
  139. }