namespace ryControls
{
partial class PicButton
{
///
/// 必需的设计器变量。
///
private System.ComponentModel.IContainer components = null;
///
/// 清理所有正在使用的资源。
///
/// 如果应释放托管资源,为 true;否则为 false。
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region 组件设计器生成的代码
///
/// 设计器支持所需的方法 - 不要修改
/// 使用代码编辑器修改此方法的内容。
///
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(PicButton));
this.label1 = new System.Windows.Forms.Label();
this.pictureBox1 = new System.Windows.Forms.PictureBox();
this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
this.zhLoading1 = new ryControls.ZhLoading();
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
this.SuspendLayout();
//
// label1
//
this.label1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.label1.ForeColor = System.Drawing.Color.Gray;
this.label1.Location = new System.Drawing.Point(3, 63);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(77, 17);
this.label1.TabIndex = 1;
this.label1.Text = "未知";
this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// pictureBox1
//
this.pictureBox1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.pictureBox1.Location = new System.Drawing.Point(12, 0);
this.pictureBox1.Name = "pictureBox1";
this.pictureBox1.Size = new System.Drawing.Size(60, 60);
this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
this.pictureBox1.TabIndex = 0;
this.pictureBox1.TabStop = false;
//
// zhLoading1
//
this.zhLoading1.Alpha = 80;
this.zhLoading1.BackColor = System.Drawing.Color.White;
this.zhLoading1.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("zhLoading1.BackgroundImage")));
this.zhLoading1.ByControl = null;
this.zhLoading1.IsTransparent = true;
this.zhLoading1.LoadingImage = null;
this.zhLoading1.Location = new System.Drawing.Point(0, 0);
this.zhLoading1.Name = "zhLoading1";
this.zhLoading1.Size = new System.Drawing.Size(80, 80);
this.zhLoading1.TabIndex = 2;
this.zhLoading1.Visible = false;
//
// PicButton
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.Color.White;
this.Controls.Add(this.label1);
this.Controls.Add(this.zhLoading1);
this.Controls.Add(this.pictureBox1);
this.Name = "PicButton";
this.Size = new System.Drawing.Size(80, 80);
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.PictureBox pictureBox1;
private System.Windows.Forms.Label label1;
private ryControls.ZhLoading zhLoading1;
private System.Windows.Forms.ToolTip toolTip1;
}
}