Rgv.Designer.cs 5.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111
  1. namespace WCS_Client.From.From_Montior
  2. {
  3. partial class Rgv
  4. {
  5. /// <summary>
  6. /// 必需的设计器变量。
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// 清理所有正在使用的资源。
  11. /// </summary>
  12. /// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region 组件设计器生成的代码
  22. /// <summary>
  23. /// 设计器支持所需的方法 - 不要修改
  24. /// 使用代码编辑器修改此方法的内容。
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Rgv));
  29. this.myTableLayoutPanel1 = new WCS_Client.From.MyTableLayoutPanel();
  30. this.btn02 = new System.Windows.Forms.Button();
  31. this.btn01 = new System.Windows.Forms.Button();
  32. this.myTableLayoutPanel1.SuspendLayout();
  33. this.SuspendLayout();
  34. //
  35. // myTableLayoutPanel1
  36. //
  37. this.myTableLayoutPanel1.ColumnCount = 1;
  38. this.myTableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
  39. this.myTableLayoutPanel1.Controls.Add(this.btn02, 0, 1);
  40. this.myTableLayoutPanel1.Controls.Add(this.btn01, 0, 0);
  41. this.myTableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
  42. this.myTableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
  43. this.myTableLayoutPanel1.Name = "myTableLayoutPanel1";
  44. this.myTableLayoutPanel1.RowCount = 2;
  45. this.myTableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
  46. this.myTableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
  47. this.myTableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
  48. this.myTableLayoutPanel1.Size = new System.Drawing.Size(94, 177);
  49. this.myTableLayoutPanel1.TabIndex = 0;
  50. this.myTableLayoutPanel1.CellPaint += new System.Windows.Forms.TableLayoutCellPaintEventHandler(this.myTableLayoutPanel1_CellPaint);
  51. //
  52. // btn02
  53. //
  54. this.btn02.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btn02.BackgroundImage")));
  55. this.btn02.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
  56. this.btn02.Dock = System.Windows.Forms.DockStyle.Fill;
  57. this.btn02.FlatAppearance.BorderSize = 0;
  58. this.btn02.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  59. this.btn02.ForeColor = System.Drawing.Color.Blue;
  60. this.btn02.Location = new System.Drawing.Point(3, 88);
  61. this.btn02.Margin = new System.Windows.Forms.Padding(3, 0, 3, 3);
  62. this.btn02.Name = "btn02";
  63. this.btn02.Size = new System.Drawing.Size(88, 86);
  64. this.btn02.TabIndex = 1;
  65. this.btn02.Tag = "shelf16UD1";
  66. this.btn02.Text = "1500";
  67. this.btn02.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
  68. this.btn02.UseVisualStyleBackColor = true;
  69. this.btn02.Click += new System.EventHandler(this.button2_Click);
  70. //
  71. // btn01
  72. //
  73. this.btn01.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btn01.BackgroundImage")));
  74. this.btn01.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
  75. this.btn01.Dock = System.Windows.Forms.DockStyle.Fill;
  76. this.btn01.FlatAppearance.BorderSize = 0;
  77. this.btn01.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  78. this.btn01.ForeColor = System.Drawing.Color.Blue;
  79. this.btn01.Location = new System.Drawing.Point(3, 3);
  80. this.btn01.Margin = new System.Windows.Forms.Padding(3, 3, 3, 0);
  81. this.btn01.Name = "btn01";
  82. this.btn01.Size = new System.Drawing.Size(88, 85);
  83. this.btn01.TabIndex = 2;
  84. this.btn01.Tag = "shelf16UD1";
  85. this.btn01.Text = "1201";
  86. this.btn01.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
  87. this.btn01.UseVisualStyleBackColor = true;
  88. this.btn01.Click += new System.EventHandler(this.button1_Click);
  89. //
  90. // Rgv
  91. //
  92. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
  93. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  94. this.Controls.Add(this.myTableLayoutPanel1);
  95. this.Name = "Rgv";
  96. this.Size = new System.Drawing.Size(94, 177);
  97. this.myTableLayoutPanel1.ResumeLayout(false);
  98. this.ResumeLayout(false);
  99. }
  100. #endregion
  101. private MyTableLayoutPanel myTableLayoutPanel1;
  102. internal System.Windows.Forms.Button btn02;
  103. internal System.Windows.Forms.Button btn01;
  104. }
  105. }