FrmLogin.Designer.cs 8.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172
  1. namespace WCS_Client
  2. {
  3. partial class FrmLogin
  4. {
  5. /// <summary>
  6. /// 必需的设计器变量。
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// 清理所有正在使用的资源。
  11. /// </summary>
  12. /// <param name="disposing">如果应释放托管资源,为 true;否则为 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 窗体设计器生成的代码
  22. /// <summary>
  23. /// 设计器支持所需的方法 - 不要修改
  24. /// 使用代码编辑器修改此方法的内容。
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmLogin));
  29. this.txtbox_Pwd = new DevComponents.DotNetBar.Controls.TextBoxX();
  30. this.txtbox_UserName = new DevComponents.DotNetBar.Controls.TextBoxX();
  31. this.labelX2 = new DevComponents.DotNetBar.LabelX();
  32. this.labelX1 = new DevComponents.DotNetBar.LabelX();
  33. this.btn_Close = new DevComponents.DotNetBar.ButtonX();
  34. this.btn_Login = new DevComponents.DotNetBar.ButtonX();
  35. this.pictureBox1 = new System.Windows.Forms.PictureBox();
  36. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
  37. this.SuspendLayout();
  38. //
  39. // txtbox_Pwd
  40. //
  41. //
  42. //
  43. //
  44. this.txtbox_Pwd.Border.Class = "TextBoxBorder";
  45. this.txtbox_Pwd.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
  46. this.txtbox_Pwd.Location = new System.Drawing.Point(171, 51);
  47. this.txtbox_Pwd.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  48. this.txtbox_Pwd.Name = "txtbox_Pwd";
  49. this.txtbox_Pwd.PasswordChar = '*';
  50. this.txtbox_Pwd.PreventEnterBeep = true;
  51. this.txtbox_Pwd.Size = new System.Drawing.Size(193, 25);
  52. this.txtbox_Pwd.TabIndex = 1022;
  53. this.txtbox_Pwd.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtbox_Pwd_KeyDown);
  54. //
  55. // txtbox_UserName
  56. //
  57. //
  58. //
  59. //
  60. this.txtbox_UserName.Border.Class = "TextBoxBorder";
  61. this.txtbox_UserName.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
  62. this.txtbox_UserName.Location = new System.Drawing.Point(171, 15);
  63. this.txtbox_UserName.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  64. this.txtbox_UserName.Name = "txtbox_UserName";
  65. this.txtbox_UserName.PreventEnterBeep = true;
  66. this.txtbox_UserName.Size = new System.Drawing.Size(193, 25);
  67. this.txtbox_UserName.TabIndex = 1021;
  68. this.txtbox_UserName.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtbox_UserName_KeyDown);
  69. //
  70. // labelX2
  71. //
  72. //
  73. //
  74. //
  75. this.labelX2.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
  76. this.labelX2.Location = new System.Drawing.Point(81, 51);
  77. this.labelX2.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  78. this.labelX2.Name = "labelX2";
  79. this.labelX2.Size = new System.Drawing.Size(91, 29);
  80. this.labelX2.TabIndex = 1020;
  81. this.labelX2.Text = "用户密码:";
  82. //
  83. // labelX1
  84. //
  85. //
  86. //
  87. //
  88. this.labelX1.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
  89. this.labelX1.Location = new System.Drawing.Point(81, 14);
  90. this.labelX1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  91. this.labelX1.Name = "labelX1";
  92. this.labelX1.Size = new System.Drawing.Size(91, 29);
  93. this.labelX1.TabIndex = 1019;
  94. this.labelX1.Text = "用户名称:";
  95. //
  96. // btn_Close
  97. //
  98. this.btn_Close.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
  99. this.btn_Close.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
  100. this.btn_Close.Location = new System.Drawing.Point(213, 92);
  101. this.btn_Close.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  102. this.btn_Close.Name = "btn_Close";
  103. this.btn_Close.Size = new System.Drawing.Size(100, 31);
  104. this.btn_Close.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
  105. this.btn_Close.TabIndex = 1018;
  106. this.btn_Close.Text = "退出(&N)";
  107. this.btn_Close.Click += new System.EventHandler(this.btn_Close_Click);
  108. //
  109. // btn_Login
  110. //
  111. this.btn_Login.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
  112. this.btn_Login.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
  113. this.btn_Login.Location = new System.Drawing.Point(68, 92);
  114. this.btn_Login.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  115. this.btn_Login.Name = "btn_Login";
  116. this.btn_Login.Size = new System.Drawing.Size(100, 31);
  117. this.btn_Login.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
  118. this.btn_Login.TabIndex = 1017;
  119. this.btn_Login.Text = "登录(&Y)";
  120. this.btn_Login.Click += new System.EventHandler(this.btn_Login_Click);
  121. //
  122. // pictureBox1
  123. //
  124. this.pictureBox1.BackColor = System.Drawing.Color.Transparent;
  125. this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
  126. this.pictureBox1.Location = new System.Drawing.Point(20, 19);
  127. this.pictureBox1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  128. this.pictureBox1.Name = "pictureBox1";
  129. this.pictureBox1.Size = new System.Drawing.Size(47, 55);
  130. this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
  131. this.pictureBox1.TabIndex = 1016;
  132. this.pictureBox1.TabStop = false;
  133. //
  134. // FrmLogin
  135. //
  136. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
  137. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  138. this.ClientSize = new System.Drawing.Size(368, 138);
  139. this.Controls.Add(this.txtbox_Pwd);
  140. this.Controls.Add(this.txtbox_UserName);
  141. this.Controls.Add(this.labelX2);
  142. this.Controls.Add(this.labelX1);
  143. this.Controls.Add(this.btn_Close);
  144. this.Controls.Add(this.btn_Login);
  145. this.Controls.Add(this.pictureBox1);
  146. this.DoubleBuffered = true;
  147. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  148. this.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  149. this.MaximizeBox = false;
  150. this.Name = "FrmLogin";
  151. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  152. this.Text = "PVC库WCS仓储物流调度系统";
  153. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
  154. this.ResumeLayout(false);
  155. }
  156. #endregion
  157. private DevComponents.DotNetBar.Controls.TextBoxX txtbox_Pwd;
  158. private DevComponents.DotNetBar.Controls.TextBoxX txtbox_UserName;
  159. private DevComponents.DotNetBar.LabelX labelX2;
  160. private DevComponents.DotNetBar.LabelX labelX1;
  161. private DevComponents.DotNetBar.ButtonX btn_Close;
  162. private DevComponents.DotNetBar.ButtonX btn_Login;
  163. private System.Windows.Forms.PictureBox pictureBox1;
  164. }
  165. }