SimpleTitleForm.Designer.cs 9.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183
  1. namespace Azylee.WinformSkin.FormUI.CustomTitle
  2. {
  3. partial class SimpleTitleForm
  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(910, 52);
  53. this.PNHead.TabIndex = 5;
  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(83, 0);
  60. this.PNHeadTitle.Name = "PNHeadTitle";
  61. this.PNHeadTitle.Size = new System.Drawing.Size(710, 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.Black;
  69. this.LBHeadTitle.Location = new System.Drawing.Point(0, 0);
  70. this.LBHeadTitle.Name = "LBHeadTitle";
  71. this.LBHeadTitle.Size = new System.Drawing.Size(710, 52);
  72. this.LBHeadTitle.TabIndex = 0;
  73. this.LBHeadTitle.Text = "SimpleTitleForm";
  74. this.LBHeadTitle.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  75. this.LBHeadTitle.DoubleClick += new System.EventHandler(this.LBHeadTitle_DoubleClick);
  76. this.LBHeadTitle.MouseMove += new System.Windows.Forms.MouseEventHandler(this.LBHeadTitle_MouseMove);
  77. //
  78. // PNHeadButton
  79. //
  80. this.PNHeadButton.Controls.Add(this.BTFormMinBox);
  81. this.PNHeadButton.Controls.Add(this.BTFormMaxBox);
  82. this.PNHeadButton.Controls.Add(this.BTFormCloseBox);
  83. this.PNHeadButton.Dock = System.Windows.Forms.DockStyle.Right;
  84. this.PNHeadButton.Location = new System.Drawing.Point(793, 0);
  85. this.PNHeadButton.Name = "PNHeadButton";
  86. this.PNHeadButton.Size = new System.Drawing.Size(117, 52);
  87. this.PNHeadButton.TabIndex = 6;
  88. //
  89. // BTFormMinBox
  90. //
  91. this.BTFormMinBox.FlatAppearance.BorderSize = 0;
  92. this.BTFormMinBox.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  93. this.BTFormMinBox.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  94. this.BTFormMinBox.ForeColor = System.Drawing.Color.Black;
  95. this.BTFormMinBox.Location = new System.Drawing.Point(6, 7);
  96. this.BTFormMinBox.Name = "BTFormMinBox";
  97. this.BTFormMinBox.Size = new System.Drawing.Size(32, 26);
  98. this.BTFormMinBox.TabIndex = 2;
  99. this.BTFormMinBox.Text = "-";
  100. this.BTFormMinBox.UseVisualStyleBackColor = true;
  101. this.BTFormMinBox.Click += new System.EventHandler(this.BTFormMinBox_Click);
  102. //
  103. // BTFormMaxBox
  104. //
  105. this.BTFormMaxBox.FlatAppearance.BorderSize = 0;
  106. this.BTFormMaxBox.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  107. this.BTFormMaxBox.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  108. this.BTFormMaxBox.ForeColor = System.Drawing.Color.Black;
  109. this.BTFormMaxBox.Location = new System.Drawing.Point(44, 7);
  110. this.BTFormMaxBox.Name = "BTFormMaxBox";
  111. this.BTFormMaxBox.Size = new System.Drawing.Size(32, 26);
  112. this.BTFormMaxBox.TabIndex = 1;
  113. this.BTFormMaxBox.Text = "□";
  114. this.BTFormMaxBox.UseVisualStyleBackColor = true;
  115. this.BTFormMaxBox.Click += new System.EventHandler(this.BTFormMaxBox_Click);
  116. //
  117. // BTFormCloseBox
  118. //
  119. this.BTFormCloseBox.FlatAppearance.BorderSize = 0;
  120. this.BTFormCloseBox.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  121. this.BTFormCloseBox.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  122. this.BTFormCloseBox.ForeColor = System.Drawing.Color.Black;
  123. this.BTFormCloseBox.Location = new System.Drawing.Point(82, 7);
  124. this.BTFormCloseBox.Name = "BTFormCloseBox";
  125. this.BTFormCloseBox.Size = new System.Drawing.Size(32, 26);
  126. this.BTFormCloseBox.TabIndex = 0;
  127. this.BTFormCloseBox.Text = "×";
  128. this.BTFormCloseBox.UseVisualStyleBackColor = true;
  129. this.BTFormCloseBox.Click += new System.EventHandler(this.BTFormCloseBox_Click);
  130. //
  131. // PNHeadIcon
  132. //
  133. this.PNHeadIcon.Controls.Add(this.PBHeadIcon);
  134. this.PNHeadIcon.Dock = System.Windows.Forms.DockStyle.Left;
  135. this.PNHeadIcon.Location = new System.Drawing.Point(0, 0);
  136. this.PNHeadIcon.Name = "PNHeadIcon";
  137. this.PNHeadIcon.Size = new System.Drawing.Size(83, 52);
  138. this.PNHeadIcon.TabIndex = 5;
  139. //
  140. // PBHeadIcon
  141. //
  142. this.PBHeadIcon.BackColor = System.Drawing.Color.Transparent;
  143. this.PBHeadIcon.Location = new System.Drawing.Point(10, 10);
  144. this.PBHeadIcon.Name = "PBHeadIcon";
  145. this.PBHeadIcon.Size = new System.Drawing.Size(32, 32);
  146. this.PBHeadIcon.TabIndex = 0;
  147. this.PBHeadIcon.TabStop = false;
  148. //
  149. // SimpleTitleForm
  150. //
  151. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  152. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  153. this.ClientSize = new System.Drawing.Size(910, 532);
  154. this.Controls.Add(this.PNHead);
  155. this.Name = "SimpleTitleForm";
  156. this.Text = "SimpleTitleForm";
  157. this.Load += new System.EventHandler(this.SimpleTitleForm_Load);
  158. this.SizeChanged += new System.EventHandler(this.DarkTitleForm_SizeChanged);
  159. this.PNHead.ResumeLayout(false);
  160. this.PNHeadTitle.ResumeLayout(false);
  161. this.PNHeadButton.ResumeLayout(false);
  162. this.PNHeadIcon.ResumeLayout(false);
  163. ((System.ComponentModel.ISupportInitialize)(this.PBHeadIcon)).EndInit();
  164. this.ResumeLayout(false);
  165. }
  166. #endregion
  167. private System.Windows.Forms.Panel PNHead;
  168. private System.Windows.Forms.Panel PNHeadTitle;
  169. public System.Windows.Forms.Label LBHeadTitle;
  170. private System.Windows.Forms.Panel PNHeadButton;
  171. public System.Windows.Forms.Button BTFormMinBox;
  172. public System.Windows.Forms.Button BTFormMaxBox;
  173. public System.Windows.Forms.Button BTFormCloseBox;
  174. private System.Windows.Forms.Panel PNHeadIcon;
  175. private System.Windows.Forms.PictureBox PBHeadIcon;
  176. }
  177. }