123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384 |
- namespace PaintDotNet.Preview2
- {
- partial class MetroMenuElement
- {
- /// <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()
- {
- this.lbTitle = new System.Windows.Forms.Label();
- this.picIcon = new System.Windows.Forms.PictureBox();
- ((System.ComponentModel.ISupportInitialize)(this.picIcon)).BeginInit();
- this.SuspendLayout();
- //
- // lbTitle
- //
- this.lbTitle.BackColor = System.Drawing.Color.Transparent;
- this.lbTitle.Dock = System.Windows.Forms.DockStyle.Fill;
- this.lbTitle.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.lbTitle.ForeColor = System.Drawing.Color.Black;
- this.lbTitle.Location = new System.Drawing.Point(2, 38);
- this.lbTitle.Name = "lbTitle";
- this.lbTitle.Size = new System.Drawing.Size(51, 17);
- this.lbTitle.TabIndex = 1;
- this.lbTitle.Text = "Regions";
- this.lbTitle.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
- //
- // picIcon
- //
- this.picIcon.BackColor = System.Drawing.Color.Transparent;
- this.picIcon.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
- this.picIcon.Dock = System.Windows.Forms.DockStyle.Top;
- this.picIcon.Location = new System.Drawing.Point(2, 6);
- this.picIcon.Name = "picIcon";
- this.picIcon.Size = new System.Drawing.Size(51, 32);
- this.picIcon.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
- this.picIcon.TabIndex = 0;
- this.picIcon.TabStop = false;
- //
- // MetroMenuElement
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.BackColor = System.Drawing.Color.Transparent;
- this.Controls.Add(this.lbTitle);
- this.Controls.Add(this.picIcon);
- this.Name = "MetroMenuElement";
- this.Padding = new System.Windows.Forms.Padding(2, 6, 2, 6);
- this.Size = new System.Drawing.Size(55, 61);
- this.Click += new System.EventHandler(this.MetroMenuElement_Click);
- this.MouseEnter += new System.EventHandler(this.MetroMenuElement_MouseEnter);
- this.MouseLeave += new System.EventHandler(this.MetroMenuElement_MouseLeave);
- ((System.ComponentModel.ISupportInitialize)(this.picIcon)).EndInit();
- this.ResumeLayout(false);
- }
- #endregion
- private System.Windows.Forms.PictureBox picIcon;
- private System.Windows.Forms.Label lbTitle;
- }
- }
|