Verify.Designer.cs 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. namespace MOKA_Factory_Tools
  2. {
  3. partial class Verify
  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(Verify));
  30. this.BT_OK = new CCWin.SkinControl.SkinButton();
  31. this.LB_MSG = new System.Windows.Forms.TextBox();
  32. this.SuspendLayout();
  33. //
  34. // BT_OK
  35. //
  36. this.BT_OK.BackColor = System.Drawing.Color.Transparent;
  37. this.BT_OK.BaseColor = System.Drawing.Color.Red;
  38. this.BT_OK.BorderColor = System.Drawing.Color.Red;
  39. this.BT_OK.ControlState = CCWin.SkinClass.ControlState.Normal;
  40. this.BT_OK.DownBack = null;
  41. this.BT_OK.DownBaseColor = System.Drawing.Color.Yellow;
  42. resources.ApplyResources(this.BT_OK, "BT_OK");
  43. this.BT_OK.MouseBack = null;
  44. this.BT_OK.Name = "BT_OK";
  45. this.BT_OK.NormlBack = null;
  46. this.BT_OK.UseVisualStyleBackColor = false;
  47. this.BT_OK.Click += new System.EventHandler(this.BT_OK_Click);
  48. //
  49. // LB_MSG
  50. //
  51. resources.ApplyResources(this.LB_MSG, "LB_MSG");
  52. this.LB_MSG.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
  53. this.LB_MSG.BorderStyle = System.Windows.Forms.BorderStyle.None;
  54. this.LB_MSG.Name = "LB_MSG";
  55. this.LB_MSG.ReadOnly = true;
  56. //
  57. // Verify
  58. //
  59. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
  60. this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
  61. this.CanResize = false;
  62. this.CaptionBackColorBottom = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
  63. this.CaptionBackColorTop = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
  64. resources.ApplyResources(this, "$this");
  65. this.ControlBox = false;
  66. this.Controls.Add(this.LB_MSG);
  67. this.Controls.Add(this.BT_OK);
  68. this.MaximizeBox = false;
  69. this.MinimizeBox = false;
  70. this.Name = "Verify";
  71. this.Load += new System.EventHandler(this.Verify_Load);
  72. this.ResumeLayout(false);
  73. this.PerformLayout();
  74. }
  75. #endregion
  76. private CCWin.SkinControl.SkinButton BT_OK;
  77. private System.Windows.Forms.TextBox LB_MSG;
  78. }
  79. }