Form2.Designer.cs 4.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  1. namespace WCS_Client.From
  2. {
  3. partial class Form2
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, 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 Windows Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form2));
  29. this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
  30. this.locationPostion21 = new WCS_Client.From.From_Montior.LocationPostion2();
  31. this.tableLayoutPanel1.SuspendLayout();
  32. this.SuspendLayout();
  33. //
  34. // tableLayoutPanel1
  35. //
  36. this.tableLayoutPanel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(144)))), ((int)(((byte)(154)))));
  37. this.tableLayoutPanel1.ColumnCount = 2;
  38. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
  39. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
  40. this.tableLayoutPanel1.Controls.Add(this.locationPostion21, 0, 0);
  41. this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
  42. this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
  43. this.tableLayoutPanel1.Name = "tableLayoutPanel1";
  44. this.tableLayoutPanel1.Padding = new System.Windows.Forms.Padding(3);
  45. this.tableLayoutPanel1.RowCount = 2;
  46. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
  47. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
  48. this.tableLayoutPanel1.Size = new System.Drawing.Size(339, 214);
  49. this.tableLayoutPanel1.TabIndex = 0;
  50. this.tableLayoutPanel1.CellPaint += new System.Windows.Forms.TableLayoutCellPaintEventHandler(this.myTableLayoutPanel1_CellPaint);
  51. this.tableLayoutPanel1.Paint += new System.Windows.Forms.PaintEventHandler(this.myTableLayoutPanel1_Paint);
  52. //
  53. // locationPostion21
  54. //
  55. this.locationPostion21.BackColor = System.Drawing.Color.Transparent;
  56. this.locationPostion21.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("locationPostion21.BackgroundImage")));
  57. this.locationPostion21.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
  58. this.locationPostion21.Dock = System.Windows.Forms.DockStyle.Fill;
  59. this.locationPostion21.Location = new System.Drawing.Point(3, 3);
  60. this.locationPostion21.Margin = new System.Windows.Forms.Padding(0);
  61. this.locationPostion21.Name = "locationPostion21";
  62. this.locationPostion21.Size = new System.Drawing.Size(166, 104);
  63. this.locationPostion21.TabIndex = 0;
  64. //
  65. // Form2
  66. //
  67. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
  68. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  69. this.ClientSize = new System.Drawing.Size(339, 214);
  70. this.Controls.Add(this.tableLayoutPanel1);
  71. this.Name = "Form2";
  72. this.Text = "Form2";
  73. this.tableLayoutPanel1.ResumeLayout(false);
  74. this.ResumeLayout(false);
  75. }
  76. #endregion
  77. private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
  78. private From_Montior.LocationPostion2 locationPostion21;
  79. }
  80. }