FormNetSession.Designer.cs 5.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117
  1. namespace CommonFroms.Net
  2. {
  3. partial class FormNetSession
  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. this.components = new System.ComponentModel.Container();
  29. this.pictureBox1 = new System.Windows.Forms.PictureBox();
  30. this.splitContainer1 = new System.Windows.Forms.SplitContainer();
  31. this.richTextBox1 = new System.Windows.Forms.RichTextBox();
  32. this.timer1 = new System.Windows.Forms.Timer(this.components);
  33. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
  34. ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
  35. this.splitContainer1.Panel1.SuspendLayout();
  36. this.splitContainer1.Panel2.SuspendLayout();
  37. this.splitContainer1.SuspendLayout();
  38. this.SuspendLayout();
  39. //
  40. // pictureBox1
  41. //
  42. this.pictureBox1.Dock = System.Windows.Forms.DockStyle.Fill;
  43. this.pictureBox1.Location = new System.Drawing.Point(0, 0);
  44. this.pictureBox1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  45. this.pictureBox1.Name = "pictureBox1";
  46. this.pictureBox1.Size = new System.Drawing.Size(848, 276);
  47. this.pictureBox1.TabIndex = 0;
  48. this.pictureBox1.TabStop = false;
  49. this.pictureBox1.Click += new System.EventHandler(this.pictureBox1_Click);
  50. this.pictureBox1.Paint += new System.Windows.Forms.PaintEventHandler(this.pictureBox1_Paint);
  51. //
  52. // splitContainer1
  53. //
  54. this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
  55. this.splitContainer1.FixedPanel = System.Windows.Forms.FixedPanel.Panel1;
  56. this.splitContainer1.Location = new System.Drawing.Point(0, 0);
  57. this.splitContainer1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  58. this.splitContainer1.Name = "splitContainer1";
  59. this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
  60. //
  61. // splitContainer1.Panel1
  62. //
  63. this.splitContainer1.Panel1.Controls.Add(this.pictureBox1);
  64. //
  65. // splitContainer1.Panel2
  66. //
  67. this.splitContainer1.Panel2.Controls.Add(this.richTextBox1);
  68. this.splitContainer1.Size = new System.Drawing.Size(848, 556);
  69. this.splitContainer1.SplitterDistance = 276;
  70. this.splitContainer1.TabIndex = 1;
  71. //
  72. // richTextBox1
  73. //
  74. this.richTextBox1.Dock = System.Windows.Forms.DockStyle.Fill;
  75. this.richTextBox1.Location = new System.Drawing.Point(0, 0);
  76. this.richTextBox1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  77. this.richTextBox1.Name = "richTextBox1";
  78. this.richTextBox1.Size = new System.Drawing.Size(848, 276);
  79. this.richTextBox1.TabIndex = 0;
  80. this.richTextBox1.Text = "";
  81. //
  82. // timer1
  83. //
  84. this.timer1.Enabled = true;
  85. this.timer1.Interval = 1000;
  86. this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
  87. //
  88. // FormNetSession
  89. //
  90. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F);
  91. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  92. this.ClientSize = new System.Drawing.Size(848, 556);
  93. this.Controls.Add(this.splitContainer1);
  94. this.Font = new System.Drawing.Font("Courier New", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  95. this.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  96. this.Name = "FormNetSession";
  97. this.Text = "FormNetSession";
  98. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
  99. this.splitContainer1.Panel1.ResumeLayout(false);
  100. this.splitContainer1.Panel2.ResumeLayout(false);
  101. ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
  102. this.splitContainer1.ResumeLayout(false);
  103. this.ResumeLayout(false);
  104. }
  105. #endregion
  106. private System.Windows.Forms.PictureBox pictureBox1;
  107. private System.Windows.Forms.SplitContainer splitContainer1;
  108. private System.Windows.Forms.RichTextBox richTextBox1;
  109. private System.Windows.Forms.Timer timer1;
  110. }
  111. }