DarkTitleForm.Designer.cs 9.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186
  1. namespace Y.Skin.YoForm.CustomTitle
  2. {
  3. partial class DarkTitleForm
  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.PNHead = new System.Windows.Forms.Panel();
  29. this.PNHeadTitle = new System.Windows.Forms.Panel();
  30. this.LBHeadTitle = new System.Windows.Forms.Label();
  31. this.PNHeadButton = new System.Windows.Forms.Panel();
  32. this.BTFormMinBox = new System.Windows.Forms.Button();
  33. this.BTFormMaxBox = new System.Windows.Forms.Button();
  34. this.BTFormCloseBox = new System.Windows.Forms.Button();
  35. this.PNHeadIcon = new System.Windows.Forms.Panel();
  36. this.PBHeadIcon = new System.Windows.Forms.PictureBox();
  37. this.PNHead.SuspendLayout();
  38. this.PNHeadTitle.SuspendLayout();
  39. this.PNHeadButton.SuspendLayout();
  40. this.PNHeadIcon.SuspendLayout();
  41. ((System.ComponentModel.ISupportInitialize)(this.PBHeadIcon)).BeginInit();
  42. this.SuspendLayout();
  43. //
  44. // PNHead
  45. //
  46. this.PNHead.Controls.Add(this.PNHeadTitle);
  47. this.PNHead.Controls.Add(this.PNHeadButton);
  48. this.PNHead.Controls.Add(this.PNHeadIcon);
  49. this.PNHead.Dock = System.Windows.Forms.DockStyle.Top;
  50. this.PNHead.Location = new System.Drawing.Point(0, 0);
  51. this.PNHead.Name = "PNHead";
  52. this.PNHead.Size = new System.Drawing.Size(1370, 52);
  53. this.PNHead.TabIndex = 4;
  54. //
  55. // PNHeadTitle
  56. //
  57. this.PNHeadTitle.Controls.Add(this.LBHeadTitle);
  58. this.PNHeadTitle.Dock = System.Windows.Forms.DockStyle.Fill;
  59. this.PNHeadTitle.Location = new System.Drawing.Point(52, 0);
  60. this.PNHeadTitle.Name = "PNHeadTitle";
  61. this.PNHeadTitle.Size = new System.Drawing.Size(1201, 52);
  62. this.PNHeadTitle.TabIndex = 7;
  63. //
  64. // LBHeadTitle
  65. //
  66. this.LBHeadTitle.Dock = System.Windows.Forms.DockStyle.Fill;
  67. this.LBHeadTitle.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  68. this.LBHeadTitle.ForeColor = System.Drawing.Color.White;
  69. this.LBHeadTitle.Location = new System.Drawing.Point(0, 0);
  70. this.LBHeadTitle.Name = "LBHeadTitle";
  71. this.LBHeadTitle.Size = new System.Drawing.Size(1201, 52);
  72. this.LBHeadTitle.TabIndex = 0;
  73. this.LBHeadTitle.Text = "DarkTitleForm";
  74. this.LBHeadTitle.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  75. this.LBHeadTitle.Click += new System.EventHandler(this.LBHeadTitle_Click);
  76. this.LBHeadTitle.DoubleClick += new System.EventHandler(this.LBHeadTitle_DoubleClick);
  77. this.LBHeadTitle.MouseMove += new System.Windows.Forms.MouseEventHandler(this.LBHeadTitle_MouseMove);
  78. //
  79. // PNHeadButton
  80. //
  81. this.PNHeadButton.Controls.Add(this.BTFormMinBox);
  82. this.PNHeadButton.Controls.Add(this.BTFormMaxBox);
  83. this.PNHeadButton.Controls.Add(this.BTFormCloseBox);
  84. this.PNHeadButton.Dock = System.Windows.Forms.DockStyle.Right;
  85. this.PNHeadButton.Location = new System.Drawing.Point(1253, 0);
  86. this.PNHeadButton.Name = "PNHeadButton";
  87. this.PNHeadButton.Size = new System.Drawing.Size(117, 52);
  88. this.PNHeadButton.TabIndex = 6;
  89. //
  90. // BTFormMinBox
  91. //
  92. this.BTFormMinBox.FlatAppearance.BorderSize = 0;
  93. this.BTFormMinBox.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  94. this.BTFormMinBox.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  95. this.BTFormMinBox.ForeColor = System.Drawing.Color.White;
  96. this.BTFormMinBox.Location = new System.Drawing.Point(6, 7);
  97. this.BTFormMinBox.Name = "BTFormMinBox";
  98. this.BTFormMinBox.Size = new System.Drawing.Size(32, 26);
  99. this.BTFormMinBox.TabIndex = 2;
  100. this.BTFormMinBox.Text = "-";
  101. this.BTFormMinBox.UseVisualStyleBackColor = true;
  102. this.BTFormMinBox.Click += new System.EventHandler(this.BTFormMinBox_Click);
  103. //
  104. // BTFormMaxBox
  105. //
  106. this.BTFormMaxBox.FlatAppearance.BorderSize = 0;
  107. this.BTFormMaxBox.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  108. this.BTFormMaxBox.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  109. this.BTFormMaxBox.ForeColor = System.Drawing.Color.White;
  110. this.BTFormMaxBox.Location = new System.Drawing.Point(44, 7);
  111. this.BTFormMaxBox.Name = "BTFormMaxBox";
  112. this.BTFormMaxBox.Size = new System.Drawing.Size(32, 26);
  113. this.BTFormMaxBox.TabIndex = 1;
  114. this.BTFormMaxBox.Text = "□";
  115. this.BTFormMaxBox.UseVisualStyleBackColor = true;
  116. this.BTFormMaxBox.Click += new System.EventHandler(this.BTFormMaxBox_Click);
  117. //
  118. // BTFormCloseBox
  119. //
  120. this.BTFormCloseBox.FlatAppearance.BorderSize = 0;
  121. this.BTFormCloseBox.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  122. this.BTFormCloseBox.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  123. this.BTFormCloseBox.ForeColor = System.Drawing.Color.White;
  124. this.BTFormCloseBox.Location = new System.Drawing.Point(82, 7);
  125. this.BTFormCloseBox.Name = "BTFormCloseBox";
  126. this.BTFormCloseBox.Size = new System.Drawing.Size(32, 26);
  127. this.BTFormCloseBox.TabIndex = 0;
  128. this.BTFormCloseBox.Text = "×";
  129. this.BTFormCloseBox.UseVisualStyleBackColor = true;
  130. this.BTFormCloseBox.Click += new System.EventHandler(this.BTFormCloseBox_Click);
  131. //
  132. // PNHeadIcon
  133. //
  134. this.PNHeadIcon.Controls.Add(this.PBHeadIcon);
  135. this.PNHeadIcon.Dock = System.Windows.Forms.DockStyle.Left;
  136. this.PNHeadIcon.Location = new System.Drawing.Point(0, 0);
  137. this.PNHeadIcon.Name = "PNHeadIcon";
  138. this.PNHeadIcon.Size = new System.Drawing.Size(52, 52);
  139. this.PNHeadIcon.TabIndex = 5;
  140. //
  141. // PBHeadIcon
  142. //
  143. this.PBHeadIcon.BackColor = System.Drawing.Color.Transparent;
  144. this.PBHeadIcon.Location = new System.Drawing.Point(10, 10);
  145. this.PBHeadIcon.Name = "PBHeadIcon";
  146. this.PBHeadIcon.Size = new System.Drawing.Size(32, 32);
  147. this.PBHeadIcon.TabIndex = 0;
  148. this.PBHeadIcon.TabStop = false;
  149. //
  150. // DarkTitleForm
  151. //
  152. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  153. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  154. this.BackColor = System.Drawing.Color.DimGray;
  155. this.ClientSize = new System.Drawing.Size(1370, 772);
  156. this.Controls.Add(this.PNHead);
  157. this.Name = "DarkTitleForm";
  158. this.Text = "DarkTitleForm";
  159. this.MaximumSizeChanged += new System.EventHandler(this.DarkTitleForm_MaximumSizeChanged);
  160. this.Load += new System.EventHandler(this.DarkTitleForm_Load);
  161. this.SizeChanged += new System.EventHandler(this.DarkTitleForm_SizeChanged);
  162. this.PNHead.ResumeLayout(false);
  163. this.PNHeadTitle.ResumeLayout(false);
  164. this.PNHeadButton.ResumeLayout(false);
  165. this.PNHeadIcon.ResumeLayout(false);
  166. ((System.ComponentModel.ISupportInitialize)(this.PBHeadIcon)).EndInit();
  167. this.ResumeLayout(false);
  168. }
  169. #endregion
  170. private System.Windows.Forms.Panel PNHead;
  171. private System.Windows.Forms.Panel PNHeadButton;
  172. private System.Windows.Forms.Panel PNHeadIcon;
  173. private System.Windows.Forms.Panel PNHeadTitle;
  174. private System.Windows.Forms.PictureBox PBHeadIcon;
  175. public System.Windows.Forms.Label LBHeadTitle;
  176. public System.Windows.Forms.Button BTFormMinBox;
  177. public System.Windows.Forms.Button BTFormMaxBox;
  178. public System.Windows.Forms.Button BTFormCloseBox;
  179. }
  180. }