123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111 |
- namespace WCS_Client.From.From_Montior
- {
- partial class Rgv02
- {
- /// <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(Rgv02));
- this.myTableLayoutPanel1 = new WCS_Client.From.MyTableLayoutPanel();
- this.btn01 = new System.Windows.Forms.Button();
- this.btn02 = new System.Windows.Forms.Button();
- this.myTableLayoutPanel1.SuspendLayout();
- this.SuspendLayout();
- //
- // myTableLayoutPanel1
- //
- this.myTableLayoutPanel1.ColumnCount = 2;
- this.myTableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
- this.myTableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
- this.myTableLayoutPanel1.Controls.Add(this.btn01, 0, 0);
- this.myTableLayoutPanel1.Controls.Add(this.btn02, 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 = 1;
- this.myTableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
- this.myTableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
- this.myTableLayoutPanel1.Size = new System.Drawing.Size(224, 106);
- this.myTableLayoutPanel1.TabIndex = 0;
- this.myTableLayoutPanel1.CellPaint += new System.Windows.Forms.TableLayoutCellPaintEventHandler(this.myTableLayoutPanel1_CellPaint);
- //
- // 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(112, 3);
- this.btn01.Margin = new System.Windows.Forms.Padding(0, 3, 3, 3);
- this.btn01.Name = "btn01";
- this.btn01.Size = new System.Drawing.Size(109, 100);
- this.btn01.TabIndex = 3;
- this.btn01.Tag = "shelf16UD";
- this.btn01.Text = "1009";
- this.btn01.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
- this.btn01.UseVisualStyleBackColor = true;
- this.btn01.Click += new System.EventHandler(this.btn01_Click);
- //
- // 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, 3);
- this.btn02.Margin = new System.Windows.Forms.Padding(3, 3, 0, 3);
- this.btn02.Name = "btn02";
- this.btn02.Size = new System.Drawing.Size(109, 100);
- this.btn02.TabIndex = 2;
- this.btn02.Tag = "shelf16UD";
- this.btn02.Text = "1008";
- this.btn02.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
- this.btn02.UseVisualStyleBackColor = true;
- this.btn02.Click += new System.EventHandler(this.btn02_Click);
- //
- // Rgv02
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.Controls.Add(this.myTableLayoutPanel1);
- this.Name = "Rgv02";
- this.Size = new System.Drawing.Size(224, 106);
- this.myTableLayoutPanel1.ResumeLayout(false);
- this.ResumeLayout(false);
- }
- #endregion
- private MyTableLayoutPanel myTableLayoutPanel1;
- internal System.Windows.Forms.Button btn01;
- internal System.Windows.Forms.Button btn02;
- }
- }
|