|
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246 |
- namespace GeBoShi.UIKits.MaiMuMenu
- {
- partial class UITitel_LT
- {
- /// <summary>
- /// 必需的设计器变量。
- /// </summary>
- private System.ComponentModel.IContainer components = null;
-
- /// <summary>
- /// 清理所有正在使用的资源。
- /// </summary>
- /// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
-
- #region 组件设计器生成的代码
-
- /// <summary>
- /// 设计器支持所需的方法 - 不要修改
- /// 使用代码编辑器修改此方法的内容。
- /// </summary>
- private void InitializeComponent()
- {
- System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(UITitel_LT));
- this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
- this.UimenuStrip = new System.Windows.Forms.MenuStrip();
- this.toolStripMenuItem3 = new System.Windows.Forms.ToolStripMenuItem();
- this.toolStripMenuItem4 = new System.Windows.Forms.ToolStripMenuItem();
- this.pictureBox2 = new System.Windows.Forms.PictureBox();
- this.skinToolStrip1 = new CCWin.SkinControl.SkinToolStrip();
- this.tsbClose = new System.Windows.Forms.ToolStripButton();
- this.tsbMax = new System.Windows.Forms.ToolStripButton();
- this.tsbMin = new System.Windows.Forms.ToolStripButton();
- this.tsbSize = new System.Windows.Forms.ToolStripButton();
- this.tableLayoutPanel1.SuspendLayout();
- this.UimenuStrip.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
- this.skinToolStrip1.SuspendLayout();
- this.SuspendLayout();
- //
- // tableLayoutPanel1
- //
- this.tableLayoutPanel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(141)))), ((int)(((byte)(161)))), ((int)(((byte)(241)))));
- this.tableLayoutPanel1.ColumnCount = 3;
- this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 200F));
- this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
- this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 110F));
- this.tableLayoutPanel1.Controls.Add(this.UimenuStrip, 1, 0);
- this.tableLayoutPanel1.Controls.Add(this.pictureBox2, 0, 0);
- this.tableLayoutPanel1.Controls.Add(this.skinToolStrip1, 2, 0);
- this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Top;
- this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
- this.tableLayoutPanel1.Name = "tableLayoutPanel1";
- this.tableLayoutPanel1.RowCount = 1;
- this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
- this.tableLayoutPanel1.Size = new System.Drawing.Size(960, 43);
- this.tableLayoutPanel1.TabIndex = 6;
- this.tableLayoutPanel1.MouseDown += new System.Windows.Forms.MouseEventHandler(this.tableLayoutPanel1_MouseDown);
- //
- // UimenuStrip
- //
- this.UimenuStrip.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(141)))), ((int)(((byte)(161)))), ((int)(((byte)(241)))));
- this.UimenuStrip.Dock = System.Windows.Forms.DockStyle.Fill;
- this.UimenuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
- this.toolStripMenuItem3,
- this.toolStripMenuItem4});
- this.UimenuStrip.Location = new System.Drawing.Point(200, 0);
- this.UimenuStrip.Name = "UimenuStrip";
- this.UimenuStrip.Size = new System.Drawing.Size(650, 43);
- this.UimenuStrip.TabIndex = 3;
- this.UimenuStrip.Text = "menuStrip2";
- //
- // toolStripMenuItem3
- //
- this.toolStripMenuItem3.ForeColor = System.Drawing.Color.White;
- this.toolStripMenuItem3.Name = "toolStripMenuItem3";
- this.toolStripMenuItem3.Size = new System.Drawing.Size(136, 39);
- this.toolStripMenuItem3.Text = "toolStripMenuItem1";
- //
- // toolStripMenuItem4
- //
- this.toolStripMenuItem4.ForeColor = System.Drawing.Color.White;
- this.toolStripMenuItem4.Name = "toolStripMenuItem4";
- this.toolStripMenuItem4.Size = new System.Drawing.Size(136, 39);
- this.toolStripMenuItem4.Text = "toolStripMenuItem2";
- //
- // pictureBox2
- //
- this.pictureBox2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(141)))), ((int)(((byte)(161)))), ((int)(((byte)(241)))));
- this.pictureBox2.Dock = System.Windows.Forms.DockStyle.Fill;
- this.pictureBox2.Image = global::GeBoShi.Properties.Resources.联通;
- this.pictureBox2.Location = new System.Drawing.Point(3, 3);
- this.pictureBox2.Name = "pictureBox2";
- this.pictureBox2.Size = new System.Drawing.Size(194, 37);
- this.pictureBox2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
- this.pictureBox2.TabIndex = 1;
- this.pictureBox2.TabStop = false;
- this.pictureBox2.MouseDown += new System.Windows.Forms.MouseEventHandler(this.pictureBox2_MouseDown);
- //
- // skinToolStrip1
- //
- this.skinToolStrip1.Arrow = System.Drawing.Color.Black;
- this.skinToolStrip1.AutoSize = false;
- this.skinToolStrip1.Back = System.Drawing.Color.White;
- this.skinToolStrip1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(141)))), ((int)(((byte)(161)))), ((int)(((byte)(241)))));
- this.skinToolStrip1.BackRadius = 4;
- this.skinToolStrip1.BackRectangle = new System.Drawing.Rectangle(10, 10, 10, 10);
- this.skinToolStrip1.Base = System.Drawing.Color.FromArgb(((int)(((byte)(141)))), ((int)(((byte)(161)))), ((int)(((byte)(241)))));
- this.skinToolStrip1.BaseFore = System.Drawing.Color.Black;
- this.skinToolStrip1.BaseForeAnamorphosis = false;
- this.skinToolStrip1.BaseForeAnamorphosisBorder = 4;
- this.skinToolStrip1.BaseForeAnamorphosisColor = System.Drawing.Color.White;
- this.skinToolStrip1.BaseForeOffset = new System.Drawing.Point(0, 0);
- this.skinToolStrip1.BaseHoverFore = System.Drawing.Color.White;
- this.skinToolStrip1.BaseItemAnamorphosis = true;
- this.skinToolStrip1.BaseItemBorder = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(148)))), ((int)(((byte)(212)))));
- this.skinToolStrip1.BaseItemBorderShow = true;
- this.skinToolStrip1.BaseItemDown = null;
- this.skinToolStrip1.BaseItemHover = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(148)))), ((int)(((byte)(212)))));
- this.skinToolStrip1.BaseItemMouse = null;
- this.skinToolStrip1.BaseItemNorml = null;
- this.skinToolStrip1.BaseItemPressed = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(148)))), ((int)(((byte)(212)))));
- this.skinToolStrip1.BaseItemRadius = 4;
- this.skinToolStrip1.BaseItemRadiusStyle = CCWin.SkinClass.RoundStyle.All;
- this.skinToolStrip1.BaseItemSplitter = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(148)))), ((int)(((byte)(212)))));
- this.skinToolStrip1.BindTabControl = null;
- this.skinToolStrip1.DropDownImageSeparator = System.Drawing.Color.FromArgb(((int)(((byte)(197)))), ((int)(((byte)(197)))), ((int)(((byte)(197)))));
- this.skinToolStrip1.Fore = System.Drawing.Color.Black;
- this.skinToolStrip1.GripMargin = new System.Windows.Forms.Padding(2, 2, 4, 2);
- this.skinToolStrip1.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
- this.skinToolStrip1.HoverFore = System.Drawing.Color.White;
- this.skinToolStrip1.ItemAnamorphosis = true;
- this.skinToolStrip1.ItemBorder = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(148)))), ((int)(((byte)(212)))));
- this.skinToolStrip1.ItemBorderShow = true;
- this.skinToolStrip1.ItemHover = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(148)))), ((int)(((byte)(212)))));
- this.skinToolStrip1.ItemPressed = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(148)))), ((int)(((byte)(212)))));
- this.skinToolStrip1.ItemRadius = 4;
- this.skinToolStrip1.ItemRadiusStyle = CCWin.SkinClass.RoundStyle.All;
- this.skinToolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
- this.tsbClose,
- this.tsbMax,
- this.tsbMin,
- this.tsbSize});
- this.skinToolStrip1.Location = new System.Drawing.Point(850, 0);
- this.skinToolStrip1.Name = "skinToolStrip1";
- this.skinToolStrip1.RadiusStyle = CCWin.SkinClass.RoundStyle.All;
- this.skinToolStrip1.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
- this.skinToolStrip1.Size = new System.Drawing.Size(110, 43);
- this.skinToolStrip1.SkinAllColor = true;
- this.skinToolStrip1.TabIndex = 9;
- this.skinToolStrip1.Text = "skinToolStrip1";
- this.skinToolStrip1.TitleAnamorphosis = true;
- this.skinToolStrip1.TitleColor = System.Drawing.Color.FromArgb(((int)(((byte)(209)))), ((int)(((byte)(228)))), ((int)(((byte)(236)))));
- this.skinToolStrip1.TitleRadius = 4;
- this.skinToolStrip1.TitleRadiusStyle = CCWin.SkinClass.RoundStyle.All;
- this.skinToolStrip1.ItemClicked += new System.Windows.Forms.ToolStripItemClickedEventHandler(this.skinToolStrip1_ItemClicked);
- //
- // tsbClose
- //
- this.tsbClose.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
- this.tsbClose.Image = global::GeBoShi.Properties.Resources.预览_关闭;
- this.tsbClose.ImageTransparentColor = System.Drawing.Color.Magenta;
- this.tsbClose.Name = "tsbClose";
- this.tsbClose.Size = new System.Drawing.Size(23, 40);
- this.tsbClose.Text = "toolStripButton1";
- this.tsbClose.ToolTipText = "关闭";
- this.tsbClose.Click += new System.EventHandler(this.tsbClose_Click);
- //
- // tsbMax
- //
- this.tsbMax.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
- this.tsbMax.Image = global::GeBoShi.Properties.Resources.最大化;
- this.tsbMax.ImageTransparentColor = System.Drawing.Color.Magenta;
- this.tsbMax.Name = "tsbMax";
- this.tsbMax.Size = new System.Drawing.Size(23, 40);
- this.tsbMax.Text = "toolStripButton1";
- this.tsbMax.ToolTipText = "最大化/还原";
- this.tsbMax.Click += new System.EventHandler(this.tsbMax_Click);
- //
- // tsbMin
- //
- this.tsbMin.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
- this.tsbMin.Image = global::GeBoShi.Properties.Resources.最小化_copy;
- this.tsbMin.ImageTransparentColor = System.Drawing.Color.Magenta;
- this.tsbMin.Name = "tsbMin";
- this.tsbMin.Size = new System.Drawing.Size(23, 40);
- this.tsbMin.Text = "toolStripButton1";
- this.tsbMin.ToolTipText = "最小化";
- this.tsbMin.Click += new System.EventHandler(this.tsbMin_Click);
- //
- // tsbSize
- //
- this.tsbSize.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
- this.tsbSize.Image = ((System.Drawing.Image)(resources.GetObject("tsbSize.Image")));
- this.tsbSize.ImageTransparentColor = System.Drawing.Color.Magenta;
- this.tsbSize.Name = "tsbSize";
- this.tsbSize.Size = new System.Drawing.Size(23, 40);
- this.tsbSize.Text = "toolStripButton1";
- this.tsbSize.ToolTipText = "最大化/还原";
- this.tsbSize.Click += new System.EventHandler(this.tsbSize_Click);
- this.tsbSize.MouseDown += new System.Windows.Forms.MouseEventHandler(this.tsbSize_MouseDown);
- this.tsbSize.MouseLeave += new System.EventHandler(this.tsbSize_MouseLeave);
- this.tsbSize.MouseMove += new System.Windows.Forms.MouseEventHandler(this.tsbSize_MouseMove);
- this.tsbSize.MouseUp += new System.Windows.Forms.MouseEventHandler(this.tsbSize_MouseUp);
- //
- // UITitel_LT
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(141)))), ((int)(((byte)(161)))), ((int)(((byte)(241)))));
- this.Controls.Add(this.tableLayoutPanel1);
- this.Name = "UITitel_LT";
- this.Size = new System.Drawing.Size(960, 46);
- this.MouseDown += new System.Windows.Forms.MouseEventHandler(this.UITitel_MouseDown);
- this.tableLayoutPanel1.ResumeLayout(false);
- this.tableLayoutPanel1.PerformLayout();
- this.UimenuStrip.ResumeLayout(false);
- this.UimenuStrip.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
- this.skinToolStrip1.ResumeLayout(false);
- this.skinToolStrip1.PerformLayout();
- this.ResumeLayout(false);
-
- }
-
- #endregion
-
- private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
- private System.Windows.Forms.MenuStrip UimenuStrip;
- private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem3;
- private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem4;
- private System.Windows.Forms.PictureBox pictureBox2;
- private CCWin.SkinControl.SkinToolStrip skinToolStrip1;
- private System.Windows.Forms.ToolStripButton tsbClose;
- private System.Windows.Forms.ToolStripButton tsbMax;
- private System.Windows.Forms.ToolStripButton tsbMin;
- private System.Windows.Forms.ToolStripButton tsbSize;
- }
- }
|