FromLogin.Designer.cs 6.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144
  1. namespace WCS_Client.From
  2. {
  3. partial class FromLogin
  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(FromLogin));
  29. this.pictureBox1 = new System.Windows.Forms.PictureBox();
  30. this.label1 = new System.Windows.Forms.Label();
  31. this.label2 = new System.Windows.Forms.Label();
  32. this.txtbox_UserName = new System.Windows.Forms.TextBox();
  33. this.txtbox_Pwd = new System.Windows.Forms.TextBox();
  34. this.btn_Login = new System.Windows.Forms.Button();
  35. this.btn_Close = new System.Windows.Forms.Button();
  36. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
  37. this.SuspendLayout();
  38. //
  39. // pictureBox1
  40. //
  41. this.pictureBox1.BackColor = System.Drawing.Color.Transparent;
  42. this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
  43. this.pictureBox1.Location = new System.Drawing.Point(20, 30);
  44. this.pictureBox1.Margin = new System.Windows.Forms.Padding(4);
  45. this.pictureBox1.Name = "pictureBox1";
  46. this.pictureBox1.Size = new System.Drawing.Size(47, 55);
  47. this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
  48. this.pictureBox1.TabIndex = 1023;
  49. this.pictureBox1.TabStop = false;
  50. //
  51. // label1
  52. //
  53. this.label1.AutoSize = true;
  54. this.label1.Location = new System.Drawing.Point(85, 37);
  55. this.label1.Name = "label1";
  56. this.label1.Size = new System.Drawing.Size(65, 12);
  57. this.label1.TabIndex = 1024;
  58. this.label1.Text = "用户名称:";
  59. //
  60. // label2
  61. //
  62. this.label2.AutoSize = true;
  63. this.label2.Location = new System.Drawing.Point(85, 70);
  64. this.label2.Name = "label2";
  65. this.label2.Size = new System.Drawing.Size(65, 12);
  66. this.label2.TabIndex = 1025;
  67. this.label2.Text = "用户密码:";
  68. //
  69. // txtbox_UserName
  70. //
  71. this.txtbox_UserName.Location = new System.Drawing.Point(173, 32);
  72. this.txtbox_UserName.Name = "txtbox_UserName";
  73. this.txtbox_UserName.Size = new System.Drawing.Size(237, 21);
  74. this.txtbox_UserName.TabIndex = 1026;
  75. this.txtbox_UserName.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtbox_UserName_KeyDown_1);
  76. //
  77. // txtbox_Pwd
  78. //
  79. this.txtbox_Pwd.Location = new System.Drawing.Point(173, 65);
  80. this.txtbox_Pwd.Name = "txtbox_Pwd";
  81. this.txtbox_Pwd.PasswordChar = '*';
  82. this.txtbox_Pwd.Size = new System.Drawing.Size(237, 21);
  83. this.txtbox_Pwd.TabIndex = 1027;
  84. this.txtbox_Pwd.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtbox_Pwd_KeyDown_1);
  85. //
  86. // btn_Login
  87. //
  88. this.btn_Login.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
  89. this.btn_Login.Location = new System.Drawing.Point(116, 106);
  90. this.btn_Login.Name = "btn_Login";
  91. this.btn_Login.Size = new System.Drawing.Size(89, 30);
  92. this.btn_Login.TabIndex = 1028;
  93. this.btn_Login.Text = "登录(&Y)";
  94. this.btn_Login.UseVisualStyleBackColor = true;
  95. this.btn_Login.Click += new System.EventHandler(this.btn_Login_Click);
  96. //
  97. // btn_Close
  98. //
  99. this.btn_Close.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
  100. this.btn_Close.Location = new System.Drawing.Point(242, 106);
  101. this.btn_Close.Name = "btn_Close";
  102. this.btn_Close.Size = new System.Drawing.Size(89, 30);
  103. this.btn_Close.TabIndex = 1029;
  104. this.btn_Close.Text = "退出(&N)";
  105. this.btn_Close.UseVisualStyleBackColor = true;
  106. this.btn_Close.Click += new System.EventHandler(this.btn_Close_Click);
  107. //
  108. // FromLogin
  109. //
  110. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  111. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  112. this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(194)))), ((int)(((byte)(217)))), ((int)(((byte)(247)))));
  113. this.ClientSize = new System.Drawing.Size(427, 146);
  114. this.Controls.Add(this.btn_Close);
  115. this.Controls.Add(this.btn_Login);
  116. this.Controls.Add(this.txtbox_Pwd);
  117. this.Controls.Add(this.txtbox_UserName);
  118. this.Controls.Add(this.label2);
  119. this.Controls.Add(this.label1);
  120. this.Controls.Add(this.pictureBox1);
  121. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  122. this.MaximizeBox = false;
  123. this.Name = "FromLogin";
  124. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  125. this.Text = "PVC库WCS仓储物流调度系统";
  126. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
  127. this.ResumeLayout(false);
  128. this.PerformLayout();
  129. }
  130. #endregion
  131. private System.Windows.Forms.PictureBox pictureBox1;
  132. private System.Windows.Forms.Label label1;
  133. private System.Windows.Forms.Label label2;
  134. private System.Windows.Forms.TextBox txtbox_UserName;
  135. private System.Windows.Forms.TextBox txtbox_Pwd;
  136. private System.Windows.Forms.Button btn_Login;
  137. private System.Windows.Forms.Button btn_Close;
  138. }
  139. }