Verify.Designer.cs 4.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899
  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. this.BT_OK.Location = new System.Drawing.Point(360, 174);
  43. this.BT_OK.Margin = new System.Windows.Forms.Padding(2);
  44. this.BT_OK.MouseBack = null;
  45. this.BT_OK.Name = "BT_OK";
  46. this.BT_OK.NormlBack = null;
  47. this.BT_OK.Size = new System.Drawing.Size(83, 30);
  48. this.BT_OK.TabIndex = 1;
  49. this.BT_OK.Text = "确定";
  50. this.BT_OK.UseVisualStyleBackColor = false;
  51. this.BT_OK.Click += new System.EventHandler(this.BT_OK_Click);
  52. //
  53. // LB_MSG
  54. //
  55. this.LB_MSG.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  56. | System.Windows.Forms.AnchorStyles.Left)
  57. | System.Windows.Forms.AnchorStyles.Right)));
  58. this.LB_MSG.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
  59. this.LB_MSG.BorderStyle = System.Windows.Forms.BorderStyle.None;
  60. this.LB_MSG.Font = new System.Drawing.Font("新宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  61. this.LB_MSG.Location = new System.Drawing.Point(11, 48);
  62. this.LB_MSG.Multiline = true;
  63. this.LB_MSG.Name = "LB_MSG";
  64. this.LB_MSG.ReadOnly = true;
  65. this.LB_MSG.Size = new System.Drawing.Size(434, 122);
  66. this.LB_MSG.TabIndex = 3;
  67. this.LB_MSG.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  68. //
  69. // Verify
  70. //
  71. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  72. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  73. this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
  74. this.CanResize = false;
  75. this.CaptionBackColorBottom = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
  76. this.CaptionBackColorTop = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
  77. this.ClientSize = new System.Drawing.Size(456, 210);
  78. this.ControlBox = false;
  79. this.Controls.Add(this.LB_MSG);
  80. this.Controls.Add(this.BT_OK);
  81. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  82. this.MaximizeBox = false;
  83. this.MinimizeBox = false;
  84. this.Name = "Verify";
  85. this.Text = "Verify";
  86. this.Load += new System.EventHandler(this.Verify_Load);
  87. this.ResumeLayout(false);
  88. this.PerformLayout();
  89. }
  90. #endregion
  91. private CCWin.SkinControl.SkinButton BT_OK;
  92. private System.Windows.Forms.TextBox LB_MSG;
  93. }
  94. }