srm.Designer.cs 5.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899
  1. namespace WCS_Client.From.From_Montior
  2. {
  3. partial class srm
  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(srm));
  29. this.myTableLayoutPanel1 = new WCS_Client.From.MyTableLayoutPanel();
  30. this.button1 = new System.Windows.Forms.Button();
  31. this.myTableLayoutPanel1.SuspendLayout();
  32. this.SuspendLayout();
  33. //
  34. // myTableLayoutPanel1
  35. //
  36. this.myTableLayoutPanel1.ColumnCount = 1;
  37. this.myTableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
  38. this.myTableLayoutPanel1.Controls.Add(this.button1, 0, 5);
  39. this.myTableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
  40. this.myTableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
  41. this.myTableLayoutPanel1.Margin = new System.Windows.Forms.Padding(0);
  42. this.myTableLayoutPanel1.Name = "myTableLayoutPanel1";
  43. this.myTableLayoutPanel1.RowCount = 11;
  44. this.myTableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 9F));
  45. this.myTableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 9F));
  46. this.myTableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 9F));
  47. this.myTableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 9F));
  48. this.myTableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 9F));
  49. this.myTableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 9F));
  50. this.myTableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 9F));
  51. this.myTableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 9F));
  52. this.myTableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 9F));
  53. this.myTableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 9F));
  54. this.myTableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 10F));
  55. this.myTableLayoutPanel1.Size = new System.Drawing.Size(73, 570);
  56. this.myTableLayoutPanel1.TabIndex = 0;
  57. //
  58. // button1
  59. //
  60. this.button1.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("button1.BackgroundImage")));
  61. this.button1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
  62. this.button1.Dock = System.Windows.Forms.DockStyle.Fill;
  63. this.button1.FlatAppearance.BorderSize = 0;
  64. this.button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  65. this.button1.Location = new System.Drawing.Point(0, 255);
  66. this.button1.Margin = new System.Windows.Forms.Padding(0);
  67. this.button1.Name = "button1";
  68. this.myTableLayoutPanel1.SetRowSpan(this.button1, 2);
  69. this.button1.Size = new System.Drawing.Size(73, 102);
  70. this.button1.TabIndex = 0;
  71. this.button1.UseVisualStyleBackColor = true;
  72. this.button1.MouseMove += new System.Windows.Forms.MouseEventHandler(this.button1_MouseMove);
  73. //
  74. // srm
  75. //
  76. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
  77. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  78. this.BackColor = System.Drawing.Color.Transparent;
  79. this.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("$this.BackgroundImage")));
  80. this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
  81. this.Controls.Add(this.myTableLayoutPanel1);
  82. this.DoubleBuffered = true;
  83. this.Margin = new System.Windows.Forms.Padding(0);
  84. this.Name = "srm";
  85. this.Size = new System.Drawing.Size(73, 570);
  86. this.myTableLayoutPanel1.ResumeLayout(false);
  87. this.ResumeLayout(false);
  88. }
  89. #endregion
  90. private MyTableLayoutPanel myTableLayoutPanel1;
  91. internal System.Windows.Forms.Button button1;
  92. }
  93. }