Login.Designer.cs 5.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123
  1. namespace MOKA_Factory_Tools
  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.components = new System.ComponentModel.Container();
  29. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(login));
  30. this.BtnLogin = new CCWin.SkinControl.SkinButton();
  31. this.skinLabel1 = new CCWin.SkinControl.SkinLabel();
  32. this.skinLabel2 = new CCWin.SkinControl.SkinLabel();
  33. this.AccountText = new System.Windows.Forms.TextBox();
  34. this.PwdText = new System.Windows.Forms.TextBox();
  35. this.LineText = new System.Windows.Forms.TextBox();
  36. this.skinLabel3 = new CCWin.SkinControl.SkinLabel();
  37. this.SuspendLayout();
  38. //
  39. // BtnLogin
  40. //
  41. resources.ApplyResources(this.BtnLogin, "BtnLogin");
  42. this.BtnLogin.BackColor = System.Drawing.Color.Transparent;
  43. this.BtnLogin.ControlState = CCWin.SkinClass.ControlState.Normal;
  44. this.BtnLogin.DownBack = null;
  45. this.BtnLogin.MouseBack = null;
  46. this.BtnLogin.Name = "BtnLogin";
  47. this.BtnLogin.NormlBack = null;
  48. this.BtnLogin.UseVisualStyleBackColor = false;
  49. this.BtnLogin.Click += new System.EventHandler(this.OnBtnLogin);
  50. //
  51. // skinLabel1
  52. //
  53. resources.ApplyResources(this.skinLabel1, "skinLabel1");
  54. this.skinLabel1.BackColor = System.Drawing.Color.Transparent;
  55. this.skinLabel1.BorderColor = System.Drawing.Color.White;
  56. this.skinLabel1.Name = "skinLabel1";
  57. //
  58. // skinLabel2
  59. //
  60. resources.ApplyResources(this.skinLabel2, "skinLabel2");
  61. this.skinLabel2.BackColor = System.Drawing.Color.Transparent;
  62. this.skinLabel2.BorderColor = System.Drawing.Color.White;
  63. this.skinLabel2.Name = "skinLabel2";
  64. //
  65. // AccountText
  66. //
  67. resources.ApplyResources(this.AccountText, "AccountText");
  68. this.AccountText.Name = "AccountText";
  69. //
  70. // PwdText
  71. //
  72. resources.ApplyResources(this.PwdText, "PwdText");
  73. this.PwdText.Name = "PwdText";
  74. //
  75. // LineText
  76. //
  77. resources.ApplyResources(this.LineText, "LineText");
  78. this.LineText.Name = "LineText";
  79. //
  80. // skinLabel3
  81. //
  82. resources.ApplyResources(this.skinLabel3, "skinLabel3");
  83. this.skinLabel3.BackColor = System.Drawing.Color.Transparent;
  84. this.skinLabel3.BorderColor = System.Drawing.Color.White;
  85. this.skinLabel3.Name = "skinLabel3";
  86. //
  87. // login
  88. //
  89. resources.ApplyResources(this, "$this");
  90. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  91. this.CaptionBackColorBottom = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  92. this.CaptionBackColorTop = System.Drawing.Color.RoyalBlue;
  93. this.Controls.Add(this.skinLabel3);
  94. this.Controls.Add(this.LineText);
  95. this.Controls.Add(this.PwdText);
  96. this.Controls.Add(this.AccountText);
  97. this.Controls.Add(this.skinLabel2);
  98. this.Controls.Add(this.skinLabel1);
  99. this.Controls.Add(this.BtnLogin);
  100. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
  101. this.MaximizeBox = false;
  102. this.MinimizeBox = false;
  103. this.Name = "login";
  104. this.Load += new System.EventHandler(this.login_Load);
  105. this.ResumeLayout(false);
  106. this.PerformLayout();
  107. }
  108. #endregion
  109. private CCWin.SkinControl.SkinButton BtnLogin;
  110. private CCWin.SkinControl.SkinLabel skinLabel1;
  111. private CCWin.SkinControl.SkinLabel skinLabel2;
  112. private System.Windows.Forms.TextBox AccountText;
  113. private System.Windows.Forms.TextBox PwdText;
  114. private System.Windows.Forms.TextBox LineText;
  115. private CCWin.SkinControl.SkinLabel skinLabel3;
  116. }
  117. }