65 lines
2.6 KiB
C#
65 lines
2.6 KiB
C#
namespace ryControls
|
||
{
|
||
partial class TabBar
|
||
{
|
||
/// <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(TabBar));
|
||
this.PicTabSelect = new System.Windows.Forms.PictureBox();
|
||
((System.ComponentModel.ISupportInitialize)(this.PicTabSelect)).BeginInit();
|
||
this.SuspendLayout();
|
||
//
|
||
// PicTabSelect
|
||
//
|
||
this.PicTabSelect.Image = ((System.Drawing.Image)(resources.GetObject("PicTabSelect.Image")));
|
||
this.PicTabSelect.Location = new System.Drawing.Point(0, 24);
|
||
this.PicTabSelect.Name = "PicTabSelect";
|
||
this.PicTabSelect.Size = new System.Drawing.Size(50, 4);
|
||
this.PicTabSelect.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
|
||
this.PicTabSelect.TabIndex = 47;
|
||
this.PicTabSelect.TabStop = false;
|
||
//
|
||
// TabBar
|
||
//
|
||
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||
this.Controls.Add(this.PicTabSelect);
|
||
this.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
|
||
this.Name = "TabBar";
|
||
this.Size = new System.Drawing.Size(472, 28);
|
||
this.ForeColorChanged += new System.EventHandler(this.TabBar_ForeColorChanged);
|
||
this.SizeChanged += new System.EventHandler(this.TabBar_SizeChanged);
|
||
((System.ComponentModel.ISupportInitialize)(this.PicTabSelect)).EndInit();
|
||
this.ResumeLayout(false);
|
||
|
||
}
|
||
|
||
#endregion
|
||
private System.Windows.Forms.PictureBox PicTabSelect;
|
||
}
|
||
}
|