namespace WCS_Client.From.From_Montior
{
partial class Rgv
{
///
/// 必需的设计器变量。
///
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()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Rgv));
this.myTableLayoutPanel1 = new WCS_Client.From.MyTableLayoutPanel();
this.btn02 = new System.Windows.Forms.Button();
this.btn01 = new System.Windows.Forms.Button();
this.myTableLayoutPanel1.SuspendLayout();
this.SuspendLayout();
//
// myTableLayoutPanel1
//
this.myTableLayoutPanel1.ColumnCount = 1;
this.myTableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
this.myTableLayoutPanel1.Controls.Add(this.btn02, 0, 1);
this.myTableLayoutPanel1.Controls.Add(this.btn01, 0, 0);
this.myTableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
this.myTableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
this.myTableLayoutPanel1.Name = "myTableLayoutPanel1";
this.myTableLayoutPanel1.RowCount = 2;
this.myTableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
this.myTableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
this.myTableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
this.myTableLayoutPanel1.Size = new System.Drawing.Size(94, 177);
this.myTableLayoutPanel1.TabIndex = 0;
this.myTableLayoutPanel1.CellPaint += new System.Windows.Forms.TableLayoutCellPaintEventHandler(this.myTableLayoutPanel1_CellPaint);
//
// btn02
//
this.btn02.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btn02.BackgroundImage")));
this.btn02.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
this.btn02.Dock = System.Windows.Forms.DockStyle.Fill;
this.btn02.FlatAppearance.BorderSize = 0;
this.btn02.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btn02.ForeColor = System.Drawing.Color.Blue;
this.btn02.Location = new System.Drawing.Point(3, 88);
this.btn02.Margin = new System.Windows.Forms.Padding(3, 0, 3, 3);
this.btn02.Name = "btn02";
this.btn02.Size = new System.Drawing.Size(88, 86);
this.btn02.TabIndex = 1;
this.btn02.Tag = "shelf16UD1";
this.btn02.Text = "1500";
this.btn02.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
this.btn02.UseVisualStyleBackColor = true;
this.btn02.Click += new System.EventHandler(this.button2_Click);
//
// btn01
//
this.btn01.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btn01.BackgroundImage")));
this.btn01.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
this.btn01.Dock = System.Windows.Forms.DockStyle.Fill;
this.btn01.FlatAppearance.BorderSize = 0;
this.btn01.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btn01.ForeColor = System.Drawing.Color.Blue;
this.btn01.Location = new System.Drawing.Point(3, 3);
this.btn01.Margin = new System.Windows.Forms.Padding(3, 3, 3, 0);
this.btn01.Name = "btn01";
this.btn01.Size = new System.Drawing.Size(88, 85);
this.btn01.TabIndex = 2;
this.btn01.Tag = "shelf16UD1";
this.btn01.Text = "1201";
this.btn01.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
this.btn01.UseVisualStyleBackColor = true;
this.btn01.Click += new System.EventHandler(this.button1_Click);
//
// Rgv
//
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.myTableLayoutPanel1);
this.Name = "Rgv";
this.Size = new System.Drawing.Size(94, 177);
this.myTableLayoutPanel1.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private MyTableLayoutPanel myTableLayoutPanel1;
internal System.Windows.Forms.Button btn02;
internal System.Windows.Forms.Button btn01;
}
}