BigIconForm.Designer.cs 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212
  1. namespace Azylee.WinformSkin.FormUI.CustomTitle
  2. {
  3. partial class BigIconForm
  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. this.BigIconFormPNHead = new System.Windows.Forms.Panel();
  30. this.BigIconFormPNHeadTitle = new System.Windows.Forms.Panel();
  31. this.BigIconFormLBHeadTitle = new System.Windows.Forms.Label();
  32. this.BigIconFormPNHeadButton = new System.Windows.Forms.Panel();
  33. this.BigIconFormBTFormMinBox = new System.Windows.Forms.Button();
  34. this.BigIconFormBTFormMaxBox = new System.Windows.Forms.Button();
  35. this.BigIconFormBTFormCloseBox = new System.Windows.Forms.Button();
  36. this.BigIconFormPNHeadIcon = new System.Windows.Forms.Panel();
  37. this.BigIconFormPBHeadIcon = new System.Windows.Forms.PictureBox();
  38. this.BigIconFormPNContainer = new System.Windows.Forms.Panel();
  39. this.TMRefresh = new System.Windows.Forms.Timer(this.components);
  40. this.TTMain = new System.Windows.Forms.ToolTip(this.components);
  41. this.BigIconFormPNHead.SuspendLayout();
  42. this.BigIconFormPNHeadTitle.SuspendLayout();
  43. this.BigIconFormPNHeadButton.SuspendLayout();
  44. this.BigIconFormPNHeadIcon.SuspendLayout();
  45. ((System.ComponentModel.ISupportInitialize)(this.BigIconFormPBHeadIcon)).BeginInit();
  46. this.SuspendLayout();
  47. //
  48. // BigIconFormPNHead
  49. //
  50. this.BigIconFormPNHead.Controls.Add(this.BigIconFormPNHeadTitle);
  51. this.BigIconFormPNHead.Controls.Add(this.BigIconFormPNHeadButton);
  52. this.BigIconFormPNHead.Controls.Add(this.BigIconFormPNHeadIcon);
  53. this.BigIconFormPNHead.Dock = System.Windows.Forms.DockStyle.Top;
  54. this.BigIconFormPNHead.Location = new System.Drawing.Point(0, 0);
  55. this.BigIconFormPNHead.Name = "BigIconFormPNHead";
  56. this.BigIconFormPNHead.Size = new System.Drawing.Size(971, 68);
  57. this.BigIconFormPNHead.TabIndex = 5;
  58. //
  59. // BigIconFormPNHeadTitle
  60. //
  61. this.BigIconFormPNHeadTitle.BackColor = System.Drawing.Color.Transparent;
  62. this.BigIconFormPNHeadTitle.Controls.Add(this.BigIconFormLBHeadTitle);
  63. this.BigIconFormPNHeadTitle.Dock = System.Windows.Forms.DockStyle.Fill;
  64. this.BigIconFormPNHeadTitle.Location = new System.Drawing.Point(150, 0);
  65. this.BigIconFormPNHeadTitle.Name = "BigIconFormPNHeadTitle";
  66. this.BigIconFormPNHeadTitle.Size = new System.Drawing.Size(704, 68);
  67. this.BigIconFormPNHeadTitle.TabIndex = 7;
  68. //
  69. // BigIconFormLBHeadTitle
  70. //
  71. this.BigIconFormLBHeadTitle.BackColor = System.Drawing.Color.Transparent;
  72. this.BigIconFormLBHeadTitle.Dock = System.Windows.Forms.DockStyle.Fill;
  73. this.BigIconFormLBHeadTitle.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  74. this.BigIconFormLBHeadTitle.ForeColor = System.Drawing.Color.Black;
  75. this.BigIconFormLBHeadTitle.Location = new System.Drawing.Point(0, 0);
  76. this.BigIconFormLBHeadTitle.Name = "BigIconFormLBHeadTitle";
  77. this.BigIconFormLBHeadTitle.Size = new System.Drawing.Size(704, 68);
  78. this.BigIconFormLBHeadTitle.TabIndex = 0;
  79. this.BigIconFormLBHeadTitle.Text = "BigIconForm";
  80. this.BigIconFormLBHeadTitle.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  81. this.BigIconFormLBHeadTitle.DoubleClick += new System.EventHandler(this.BigIconFormLBHeadTitle_DoubleClick);
  82. this.BigIconFormLBHeadTitle.MouseMove += new System.Windows.Forms.MouseEventHandler(this.BigIconFormLBHeadTitle_MouseMove);
  83. //
  84. // BigIconFormPNHeadButton
  85. //
  86. this.BigIconFormPNHeadButton.BackColor = System.Drawing.Color.Transparent;
  87. this.BigIconFormPNHeadButton.Controls.Add(this.BigIconFormBTFormMinBox);
  88. this.BigIconFormPNHeadButton.Controls.Add(this.BigIconFormBTFormMaxBox);
  89. this.BigIconFormPNHeadButton.Controls.Add(this.BigIconFormBTFormCloseBox);
  90. this.BigIconFormPNHeadButton.Dock = System.Windows.Forms.DockStyle.Right;
  91. this.BigIconFormPNHeadButton.Location = new System.Drawing.Point(854, 0);
  92. this.BigIconFormPNHeadButton.Name = "BigIconFormPNHeadButton";
  93. this.BigIconFormPNHeadButton.Size = new System.Drawing.Size(117, 68);
  94. this.BigIconFormPNHeadButton.TabIndex = 6;
  95. //
  96. // BigIconFormBTFormMinBox
  97. //
  98. this.BigIconFormBTFormMinBox.FlatAppearance.BorderSize = 0;
  99. this.BigIconFormBTFormMinBox.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  100. this.BigIconFormBTFormMinBox.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  101. this.BigIconFormBTFormMinBox.ForeColor = System.Drawing.Color.Black;
  102. this.BigIconFormBTFormMinBox.Location = new System.Drawing.Point(6, 7);
  103. this.BigIconFormBTFormMinBox.Name = "BigIconFormBTFormMinBox";
  104. this.BigIconFormBTFormMinBox.Size = new System.Drawing.Size(32, 26);
  105. this.BigIconFormBTFormMinBox.TabIndex = 2;
  106. this.BigIconFormBTFormMinBox.Text = "-";
  107. this.TTMain.SetToolTip(this.BigIconFormBTFormMinBox, "最小化");
  108. this.BigIconFormBTFormMinBox.UseVisualStyleBackColor = true;
  109. this.BigIconFormBTFormMinBox.Click += new System.EventHandler(this.BigIconFormBTFormMinBox_Click);
  110. //
  111. // BigIconFormBTFormMaxBox
  112. //
  113. this.BigIconFormBTFormMaxBox.FlatAppearance.BorderSize = 0;
  114. this.BigIconFormBTFormMaxBox.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  115. this.BigIconFormBTFormMaxBox.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  116. this.BigIconFormBTFormMaxBox.ForeColor = System.Drawing.Color.Black;
  117. this.BigIconFormBTFormMaxBox.Location = new System.Drawing.Point(44, 7);
  118. this.BigIconFormBTFormMaxBox.Name = "BigIconFormBTFormMaxBox";
  119. this.BigIconFormBTFormMaxBox.Size = new System.Drawing.Size(32, 26);
  120. this.BigIconFormBTFormMaxBox.TabIndex = 1;
  121. this.BigIconFormBTFormMaxBox.Text = "□";
  122. this.TTMain.SetToolTip(this.BigIconFormBTFormMaxBox, "最大化");
  123. this.BigIconFormBTFormMaxBox.UseVisualStyleBackColor = true;
  124. this.BigIconFormBTFormMaxBox.Click += new System.EventHandler(this.BigIconFormBTFormMaxBox_Click);
  125. //
  126. // BigIconFormBTFormCloseBox
  127. //
  128. this.BigIconFormBTFormCloseBox.FlatAppearance.BorderSize = 0;
  129. this.BigIconFormBTFormCloseBox.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  130. this.BigIconFormBTFormCloseBox.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  131. this.BigIconFormBTFormCloseBox.ForeColor = System.Drawing.Color.Black;
  132. this.BigIconFormBTFormCloseBox.Location = new System.Drawing.Point(82, 7);
  133. this.BigIconFormBTFormCloseBox.Name = "BigIconFormBTFormCloseBox";
  134. this.BigIconFormBTFormCloseBox.Size = new System.Drawing.Size(32, 26);
  135. this.BigIconFormBTFormCloseBox.TabIndex = 0;
  136. this.BigIconFormBTFormCloseBox.Text = "×";
  137. this.TTMain.SetToolTip(this.BigIconFormBTFormCloseBox, "关闭");
  138. this.BigIconFormBTFormCloseBox.UseVisualStyleBackColor = true;
  139. this.BigIconFormBTFormCloseBox.Click += new System.EventHandler(this.BigIconFormBTFormCloseBox_Click);
  140. //
  141. // BigIconFormPNHeadIcon
  142. //
  143. this.BigIconFormPNHeadIcon.BackColor = System.Drawing.Color.Transparent;
  144. this.BigIconFormPNHeadIcon.Controls.Add(this.BigIconFormPBHeadIcon);
  145. this.BigIconFormPNHeadIcon.Dock = System.Windows.Forms.DockStyle.Left;
  146. this.BigIconFormPNHeadIcon.Location = new System.Drawing.Point(0, 0);
  147. this.BigIconFormPNHeadIcon.Name = "BigIconFormPNHeadIcon";
  148. this.BigIconFormPNHeadIcon.Size = new System.Drawing.Size(150, 68);
  149. this.BigIconFormPNHeadIcon.TabIndex = 5;
  150. //
  151. // BigIconFormPBHeadIcon
  152. //
  153. this.BigIconFormPBHeadIcon.BackColor = System.Drawing.Color.Transparent;
  154. this.BigIconFormPBHeadIcon.Dock = System.Windows.Forms.DockStyle.Fill;
  155. this.BigIconFormPBHeadIcon.Location = new System.Drawing.Point(0, 0);
  156. this.BigIconFormPBHeadIcon.Name = "BigIconFormPBHeadIcon";
  157. this.BigIconFormPBHeadIcon.Size = new System.Drawing.Size(150, 68);
  158. this.BigIconFormPBHeadIcon.TabIndex = 0;
  159. this.BigIconFormPBHeadIcon.TabStop = false;
  160. //
  161. // BigIconFormPNContainer
  162. //
  163. this.BigIconFormPNContainer.Dock = System.Windows.Forms.DockStyle.Fill;
  164. this.BigIconFormPNContainer.Location = new System.Drawing.Point(0, 68);
  165. this.BigIconFormPNContainer.Name = "BigIconFormPNContainer";
  166. this.BigIconFormPNContainer.Size = new System.Drawing.Size(971, 461);
  167. this.BigIconFormPNContainer.TabIndex = 6;
  168. //
  169. // TMRefresh
  170. //
  171. this.TMRefresh.Interval = 1000;
  172. this.TMRefresh.Tick += new System.EventHandler(this.TMRefresh_Tick);
  173. //
  174. // BigIconForm
  175. //
  176. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  177. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  178. this.BackColor = System.Drawing.Color.White;
  179. this.ClientSize = new System.Drawing.Size(971, 529);
  180. this.Controls.Add(this.BigIconFormPNContainer);
  181. this.Controls.Add(this.BigIconFormPNHead);
  182. this.Name = "BigIconForm";
  183. this.Text = "BigIconForm";
  184. this.Load += new System.EventHandler(this.BigIconForm_Load);
  185. this.SizeChanged += new System.EventHandler(this.BigIconFormBigIconForm_SizeChanged);
  186. this.BigIconFormPNHead.ResumeLayout(false);
  187. this.BigIconFormPNHeadTitle.ResumeLayout(false);
  188. this.BigIconFormPNHeadButton.ResumeLayout(false);
  189. this.BigIconFormPNHeadIcon.ResumeLayout(false);
  190. ((System.ComponentModel.ISupportInitialize)(this.BigIconFormPBHeadIcon)).EndInit();
  191. this.ResumeLayout(false);
  192. }
  193. #endregion
  194. private System.Windows.Forms.Panel BigIconFormPNHeadTitle;
  195. public System.Windows.Forms.Label BigIconFormLBHeadTitle;
  196. private System.Windows.Forms.Panel BigIconFormPNHeadIcon;
  197. public System.Windows.Forms.PictureBox BigIconFormPBHeadIcon;
  198. public System.Windows.Forms.Panel BigIconFormPNContainer;
  199. public System.Windows.Forms.Panel BigIconFormPNHead;
  200. public System.Windows.Forms.Panel BigIconFormPNHeadButton;
  201. public System.Windows.Forms.Button BigIconFormBTFormMinBox;
  202. public System.Windows.Forms.Button BigIconFormBTFormMaxBox;
  203. public System.Windows.Forms.Button BigIconFormBTFormCloseBox;
  204. private System.Windows.Forms.Timer TMRefresh;
  205. private System.Windows.Forms.ToolTip TTMain;
  206. }
  207. }