革博士V2程序
25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.

247 satır
15 KiB

  1. namespace GeBoShi.UIKits.MaiMuMenu
  2. {
  3. partial class UITitel_LT
  4. {
  5. /// <summary>
  6. /// 必需的设计器变量。
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// 清理所有正在使用的资源。
  11. /// </summary>
  12. /// <param name="disposing">如果应释放托管资源,为 true;否则为 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 组件设计器生成的代码
  22. /// <summary>
  23. /// 设计器支持所需的方法 - 不要修改
  24. /// 使用代码编辑器修改此方法的内容。
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(UITitel_LT));
  29. this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
  30. this.UimenuStrip = new System.Windows.Forms.MenuStrip();
  31. this.toolStripMenuItem3 = new System.Windows.Forms.ToolStripMenuItem();
  32. this.toolStripMenuItem4 = new System.Windows.Forms.ToolStripMenuItem();
  33. this.pictureBox2 = new System.Windows.Forms.PictureBox();
  34. this.skinToolStrip1 = new CCWin.SkinControl.SkinToolStrip();
  35. this.tsbClose = new System.Windows.Forms.ToolStripButton();
  36. this.tsbMax = new System.Windows.Forms.ToolStripButton();
  37. this.tsbMin = new System.Windows.Forms.ToolStripButton();
  38. this.tsbSize = new System.Windows.Forms.ToolStripButton();
  39. this.tableLayoutPanel1.SuspendLayout();
  40. this.UimenuStrip.SuspendLayout();
  41. ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
  42. this.skinToolStrip1.SuspendLayout();
  43. this.SuspendLayout();
  44. //
  45. // tableLayoutPanel1
  46. //
  47. this.tableLayoutPanel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(141)))), ((int)(((byte)(161)))), ((int)(((byte)(241)))));
  48. this.tableLayoutPanel1.ColumnCount = 3;
  49. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 200F));
  50. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
  51. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 110F));
  52. this.tableLayoutPanel1.Controls.Add(this.UimenuStrip, 1, 0);
  53. this.tableLayoutPanel1.Controls.Add(this.pictureBox2, 0, 0);
  54. this.tableLayoutPanel1.Controls.Add(this.skinToolStrip1, 2, 0);
  55. this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Top;
  56. this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
  57. this.tableLayoutPanel1.Name = "tableLayoutPanel1";
  58. this.tableLayoutPanel1.RowCount = 1;
  59. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
  60. this.tableLayoutPanel1.Size = new System.Drawing.Size(960, 43);
  61. this.tableLayoutPanel1.TabIndex = 6;
  62. this.tableLayoutPanel1.MouseDown += new System.Windows.Forms.MouseEventHandler(this.tableLayoutPanel1_MouseDown);
  63. //
  64. // UimenuStrip
  65. //
  66. this.UimenuStrip.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(141)))), ((int)(((byte)(161)))), ((int)(((byte)(241)))));
  67. this.UimenuStrip.Dock = System.Windows.Forms.DockStyle.Fill;
  68. this.UimenuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  69. this.toolStripMenuItem3,
  70. this.toolStripMenuItem4});
  71. this.UimenuStrip.Location = new System.Drawing.Point(200, 0);
  72. this.UimenuStrip.Name = "UimenuStrip";
  73. this.UimenuStrip.Size = new System.Drawing.Size(650, 43);
  74. this.UimenuStrip.TabIndex = 3;
  75. this.UimenuStrip.Text = "menuStrip2";
  76. //
  77. // toolStripMenuItem3
  78. //
  79. this.toolStripMenuItem3.ForeColor = System.Drawing.Color.White;
  80. this.toolStripMenuItem3.Name = "toolStripMenuItem3";
  81. this.toolStripMenuItem3.Size = new System.Drawing.Size(136, 39);
  82. this.toolStripMenuItem3.Text = "toolStripMenuItem1";
  83. //
  84. // toolStripMenuItem4
  85. //
  86. this.toolStripMenuItem4.ForeColor = System.Drawing.Color.White;
  87. this.toolStripMenuItem4.Name = "toolStripMenuItem4";
  88. this.toolStripMenuItem4.Size = new System.Drawing.Size(136, 39);
  89. this.toolStripMenuItem4.Text = "toolStripMenuItem2";
  90. //
  91. // pictureBox2
  92. //
  93. this.pictureBox2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(141)))), ((int)(((byte)(161)))), ((int)(((byte)(241)))));
  94. this.pictureBox2.Dock = System.Windows.Forms.DockStyle.Fill;
  95. this.pictureBox2.Image = global::GeBoShi.Properties.Resources.联通;
  96. this.pictureBox2.Location = new System.Drawing.Point(3, 3);
  97. this.pictureBox2.Name = "pictureBox2";
  98. this.pictureBox2.Size = new System.Drawing.Size(194, 37);
  99. this.pictureBox2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
  100. this.pictureBox2.TabIndex = 1;
  101. this.pictureBox2.TabStop = false;
  102. this.pictureBox2.MouseDown += new System.Windows.Forms.MouseEventHandler(this.pictureBox2_MouseDown);
  103. //
  104. // skinToolStrip1
  105. //
  106. this.skinToolStrip1.Arrow = System.Drawing.Color.Black;
  107. this.skinToolStrip1.AutoSize = false;
  108. this.skinToolStrip1.Back = System.Drawing.Color.White;
  109. this.skinToolStrip1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(141)))), ((int)(((byte)(161)))), ((int)(((byte)(241)))));
  110. this.skinToolStrip1.BackRadius = 4;
  111. this.skinToolStrip1.BackRectangle = new System.Drawing.Rectangle(10, 10, 10, 10);
  112. this.skinToolStrip1.Base = System.Drawing.Color.FromArgb(((int)(((byte)(141)))), ((int)(((byte)(161)))), ((int)(((byte)(241)))));
  113. this.skinToolStrip1.BaseFore = System.Drawing.Color.Black;
  114. this.skinToolStrip1.BaseForeAnamorphosis = false;
  115. this.skinToolStrip1.BaseForeAnamorphosisBorder = 4;
  116. this.skinToolStrip1.BaseForeAnamorphosisColor = System.Drawing.Color.White;
  117. this.skinToolStrip1.BaseForeOffset = new System.Drawing.Point(0, 0);
  118. this.skinToolStrip1.BaseHoverFore = System.Drawing.Color.White;
  119. this.skinToolStrip1.BaseItemAnamorphosis = true;
  120. this.skinToolStrip1.BaseItemBorder = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(148)))), ((int)(((byte)(212)))));
  121. this.skinToolStrip1.BaseItemBorderShow = true;
  122. this.skinToolStrip1.BaseItemDown = null;
  123. this.skinToolStrip1.BaseItemHover = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(148)))), ((int)(((byte)(212)))));
  124. this.skinToolStrip1.BaseItemMouse = null;
  125. this.skinToolStrip1.BaseItemNorml = null;
  126. this.skinToolStrip1.BaseItemPressed = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(148)))), ((int)(((byte)(212)))));
  127. this.skinToolStrip1.BaseItemRadius = 4;
  128. this.skinToolStrip1.BaseItemRadiusStyle = CCWin.SkinClass.RoundStyle.All;
  129. this.skinToolStrip1.BaseItemSplitter = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(148)))), ((int)(((byte)(212)))));
  130. this.skinToolStrip1.BindTabControl = null;
  131. this.skinToolStrip1.DropDownImageSeparator = System.Drawing.Color.FromArgb(((int)(((byte)(197)))), ((int)(((byte)(197)))), ((int)(((byte)(197)))));
  132. this.skinToolStrip1.Fore = System.Drawing.Color.Black;
  133. this.skinToolStrip1.GripMargin = new System.Windows.Forms.Padding(2, 2, 4, 2);
  134. this.skinToolStrip1.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
  135. this.skinToolStrip1.HoverFore = System.Drawing.Color.White;
  136. this.skinToolStrip1.ItemAnamorphosis = true;
  137. this.skinToolStrip1.ItemBorder = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(148)))), ((int)(((byte)(212)))));
  138. this.skinToolStrip1.ItemBorderShow = true;
  139. this.skinToolStrip1.ItemHover = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(148)))), ((int)(((byte)(212)))));
  140. this.skinToolStrip1.ItemPressed = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(148)))), ((int)(((byte)(212)))));
  141. this.skinToolStrip1.ItemRadius = 4;
  142. this.skinToolStrip1.ItemRadiusStyle = CCWin.SkinClass.RoundStyle.All;
  143. this.skinToolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  144. this.tsbClose,
  145. this.tsbMax,
  146. this.tsbMin,
  147. this.tsbSize});
  148. this.skinToolStrip1.Location = new System.Drawing.Point(850, 0);
  149. this.skinToolStrip1.Name = "skinToolStrip1";
  150. this.skinToolStrip1.RadiusStyle = CCWin.SkinClass.RoundStyle.All;
  151. this.skinToolStrip1.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
  152. this.skinToolStrip1.Size = new System.Drawing.Size(110, 43);
  153. this.skinToolStrip1.SkinAllColor = true;
  154. this.skinToolStrip1.TabIndex = 9;
  155. this.skinToolStrip1.Text = "skinToolStrip1";
  156. this.skinToolStrip1.TitleAnamorphosis = true;
  157. this.skinToolStrip1.TitleColor = System.Drawing.Color.FromArgb(((int)(((byte)(209)))), ((int)(((byte)(228)))), ((int)(((byte)(236)))));
  158. this.skinToolStrip1.TitleRadius = 4;
  159. this.skinToolStrip1.TitleRadiusStyle = CCWin.SkinClass.RoundStyle.All;
  160. this.skinToolStrip1.ItemClicked += new System.Windows.Forms.ToolStripItemClickedEventHandler(this.skinToolStrip1_ItemClicked);
  161. //
  162. // tsbClose
  163. //
  164. this.tsbClose.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  165. this.tsbClose.Image = global::GeBoShi.Properties.Resources.预览_关闭;
  166. this.tsbClose.ImageTransparentColor = System.Drawing.Color.Magenta;
  167. this.tsbClose.Name = "tsbClose";
  168. this.tsbClose.Size = new System.Drawing.Size(23, 40);
  169. this.tsbClose.Text = "toolStripButton1";
  170. this.tsbClose.ToolTipText = "关闭";
  171. this.tsbClose.Click += new System.EventHandler(this.tsbClose_Click);
  172. //
  173. // tsbMax
  174. //
  175. this.tsbMax.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  176. this.tsbMax.Image = global::GeBoShi.Properties.Resources.最大化;
  177. this.tsbMax.ImageTransparentColor = System.Drawing.Color.Magenta;
  178. this.tsbMax.Name = "tsbMax";
  179. this.tsbMax.Size = new System.Drawing.Size(23, 40);
  180. this.tsbMax.Text = "toolStripButton1";
  181. this.tsbMax.ToolTipText = "最大化/还原";
  182. this.tsbMax.Click += new System.EventHandler(this.tsbMax_Click);
  183. //
  184. // tsbMin
  185. //
  186. this.tsbMin.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  187. this.tsbMin.Image = global::GeBoShi.Properties.Resources.最小化_copy;
  188. this.tsbMin.ImageTransparentColor = System.Drawing.Color.Magenta;
  189. this.tsbMin.Name = "tsbMin";
  190. this.tsbMin.Size = new System.Drawing.Size(23, 40);
  191. this.tsbMin.Text = "toolStripButton1";
  192. this.tsbMin.ToolTipText = "最小化";
  193. this.tsbMin.Click += new System.EventHandler(this.tsbMin_Click);
  194. //
  195. // tsbSize
  196. //
  197. this.tsbSize.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  198. this.tsbSize.Image = ((System.Drawing.Image)(resources.GetObject("tsbSize.Image")));
  199. this.tsbSize.ImageTransparentColor = System.Drawing.Color.Magenta;
  200. this.tsbSize.Name = "tsbSize";
  201. this.tsbSize.Size = new System.Drawing.Size(23, 40);
  202. this.tsbSize.Text = "toolStripButton1";
  203. this.tsbSize.ToolTipText = "最大化/还原";
  204. this.tsbSize.Click += new System.EventHandler(this.tsbSize_Click);
  205. this.tsbSize.MouseDown += new System.Windows.Forms.MouseEventHandler(this.tsbSize_MouseDown);
  206. this.tsbSize.MouseLeave += new System.EventHandler(this.tsbSize_MouseLeave);
  207. this.tsbSize.MouseMove += new System.Windows.Forms.MouseEventHandler(this.tsbSize_MouseMove);
  208. this.tsbSize.MouseUp += new System.Windows.Forms.MouseEventHandler(this.tsbSize_MouseUp);
  209. //
  210. // UITitel_LT
  211. //
  212. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  213. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  214. this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(141)))), ((int)(((byte)(161)))), ((int)(((byte)(241)))));
  215. this.Controls.Add(this.tableLayoutPanel1);
  216. this.Name = "UITitel_LT";
  217. this.Size = new System.Drawing.Size(960, 46);
  218. this.MouseDown += new System.Windows.Forms.MouseEventHandler(this.UITitel_MouseDown);
  219. this.tableLayoutPanel1.ResumeLayout(false);
  220. this.tableLayoutPanel1.PerformLayout();
  221. this.UimenuStrip.ResumeLayout(false);
  222. this.UimenuStrip.PerformLayout();
  223. ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
  224. this.skinToolStrip1.ResumeLayout(false);
  225. this.skinToolStrip1.PerformLayout();
  226. this.ResumeLayout(false);
  227. }
  228. #endregion
  229. private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
  230. private System.Windows.Forms.MenuStrip UimenuStrip;
  231. private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem3;
  232. private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem4;
  233. private System.Windows.Forms.PictureBox pictureBox2;
  234. private CCWin.SkinControl.SkinToolStrip skinToolStrip1;
  235. private System.Windows.Forms.ToolStripButton tsbClose;
  236. private System.Windows.Forms.ToolStripButton tsbMax;
  237. private System.Windows.Forms.ToolStripButton tsbMin;
  238. private System.Windows.Forms.ToolStripButton tsbSize;
  239. }
  240. }