Verify.Designer.cs 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  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.LB_MSG = new CCWin.SkinControl.SkinLabel();
  31. this.BT_OK = new CCWin.SkinControl.SkinButton();
  32. this.SuspendLayout();
  33. //
  34. // LB_MSG
  35. //
  36. this.LB_MSG.BackColor = System.Drawing.Color.Transparent;
  37. this.LB_MSG.BorderColor = System.Drawing.Color.White;
  38. this.LB_MSG.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  39. this.LB_MSG.Location = new System.Drawing.Point(6, 44);
  40. this.LB_MSG.Name = "LB_MSG";
  41. this.LB_MSG.Size = new System.Drawing.Size(492, 135);
  42. this.LB_MSG.TabIndex = 0;
  43. //
  44. // BT_OK
  45. //
  46. this.BT_OK.BackColor = System.Drawing.Color.Transparent;
  47. this.BT_OK.BaseColor = System.Drawing.Color.Red;
  48. this.BT_OK.BorderColor = System.Drawing.Color.Red;
  49. this.BT_OK.ControlState = CCWin.SkinClass.ControlState.Normal;
  50. this.BT_OK.DownBack = null;
  51. this.BT_OK.DownBaseColor = System.Drawing.Color.Yellow;
  52. this.BT_OK.Location = new System.Drawing.Point(412, 186);
  53. this.BT_OK.Margin = new System.Windows.Forms.Padding(2);
  54. this.BT_OK.MouseBack = null;
  55. this.BT_OK.Name = "BT_OK";
  56. this.BT_OK.NormlBack = null;
  57. this.BT_OK.Size = new System.Drawing.Size(83, 30);
  58. this.BT_OK.TabIndex = 1;
  59. this.BT_OK.Text = "确定";
  60. this.BT_OK.UseVisualStyleBackColor = false;
  61. this.BT_OK.Click += new System.EventHandler(this.BT_OK_Click);
  62. //
  63. // Verify
  64. //
  65. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  66. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  67. this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
  68. this.CanResize = false;
  69. this.CaptionBackColorBottom = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
  70. this.CaptionBackColorTop = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
  71. this.ClientSize = new System.Drawing.Size(505, 226);
  72. this.ControlBox = false;
  73. this.Controls.Add(this.BT_OK);
  74. this.Controls.Add(this.LB_MSG);
  75. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  76. this.MaximizeBox = false;
  77. this.MinimizeBox = false;
  78. this.Name = "Verify";
  79. this.Text = "Verify";
  80. this.Load += new System.EventHandler(this.Verify_Load);
  81. this.ResumeLayout(false);
  82. }
  83. #endregion
  84. private CCWin.SkinControl.SkinLabel LB_MSG;
  85. private CCWin.SkinControl.SkinButton BT_OK;
  86. }
  87. }