Form2.Designer.cs 4.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104
  1. namespace UAS_XmlAnalysor
  2. {
  3. partial class Tip
  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.label1 = new System.Windows.Forms.Label();
  29. this.checkBox1 = new System.Windows.Forms.CheckBox();
  30. this.panel1 = new System.Windows.Forms.Panel();
  31. this.panel1.SuspendLayout();
  32. this.SuspendLayout();
  33. //
  34. // label1
  35. //
  36. this.label1.AutoSize = true;
  37. this.label1.BackColor = System.Drawing.SystemColors.Menu;
  38. this.label1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  39. this.label1.ForeColor = System.Drawing.Color.Black;
  40. this.label1.Location = new System.Drawing.Point(13, 10);
  41. this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  42. this.label1.MaximumSize = new System.Drawing.Size(400, 0);
  43. this.label1.Name = "label1";
  44. this.label1.Size = new System.Drawing.Size(0, 27);
  45. this.label1.TabIndex = 0;
  46. //
  47. // checkBox1
  48. //
  49. this.checkBox1.AutoSize = true;
  50. this.checkBox1.BackColor = System.Drawing.SystemColors.Menu;
  51. this.checkBox1.Font = new System.Drawing.Font("宋体", 7.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  52. this.checkBox1.ForeColor = System.Drawing.Color.Black;
  53. this.checkBox1.Location = new System.Drawing.Point(13, 68);
  54. this.checkBox1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  55. this.checkBox1.Name = "checkBox1";
  56. this.checkBox1.Size = new System.Drawing.Size(107, 17);
  57. this.checkBox1.TabIndex = 1;
  58. this.checkBox1.Text = "是否自动隐藏";
  59. this.checkBox1.UseVisualStyleBackColor = false;
  60. this.checkBox1.CheckedChanged += new System.EventHandler(this.checkBox1_CheckedChanged);
  61. //
  62. // panel1
  63. //
  64. this.panel1.Controls.Add(this.checkBox1);
  65. this.panel1.Controls.Add(this.label1);
  66. this.panel1.Location = new System.Drawing.Point(3, 0);
  67. this.panel1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  68. this.panel1.Name = "panel1";
  69. this.panel1.Size = new System.Drawing.Size(413, 91);
  70. this.panel1.TabIndex = 2;
  71. this.panel1.Paint += new System.Windows.Forms.PaintEventHandler(this.panel1_Paint);
  72. this.panel1.MouseEnter += new System.EventHandler(this.Form2_MouseEnter);
  73. this.panel1.MouseLeave += new System.EventHandler(this.Form2_MouseLeave);
  74. //
  75. // Tip
  76. //
  77. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
  78. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  79. this.BackColor = System.Drawing.SystemColors.Menu;
  80. this.ClientSize = new System.Drawing.Size(416, 98);
  81. this.Controls.Add(this.panel1);
  82. this.ForeColor = System.Drawing.Color.White;
  83. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  84. this.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  85. this.Name = "Tip";
  86. this.Text = "Form2";
  87. this.TopMost = true;
  88. this.Load += new System.EventHandler(this.Form2_Load);
  89. this.panel1.ResumeLayout(true);
  90. this.panel1.PerformLayout();
  91. this.ResumeLayout(true);
  92. }
  93. #endregion
  94. private System.Windows.Forms.Label label1;
  95. private System.Windows.Forms.CheckBox checkBox1;
  96. private System.Windows.Forms.Panel panel1;
  97. }
  98. }