BodyView.Designer.cs 9.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187
  1. namespace CassiniDev.ServerLog
  2. {
  3. partial class BodyView
  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 Component 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.tabControl1 = new System.Windows.Forms.TabControl();
  31. this.TextViewTab = new System.Windows.Forms.TabPage();
  32. this.TextViewTextBox = new System.Windows.Forms.RichTextBox();
  33. this.HexViewTab = new System.Windows.Forms.TabPage();
  34. this.HexViewTextBox = new System.Windows.Forms.RichTextBox();
  35. this.ImageViewTab = new System.Windows.Forms.TabPage();
  36. this.tabPage1 = new System.Windows.Forms.TabPage();
  37. this.richTextBox1 = new System.Windows.Forms.RichTextBox();
  38. this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
  39. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
  40. this.tabControl1.SuspendLayout();
  41. this.TextViewTab.SuspendLayout();
  42. this.HexViewTab.SuspendLayout();
  43. this.ImageViewTab.SuspendLayout();
  44. this.tabPage1.SuspendLayout();
  45. this.SuspendLayout();
  46. //
  47. // pictureBox1
  48. //
  49. this.pictureBox1.Dock = System.Windows.Forms.DockStyle.Fill;
  50. this.pictureBox1.Location = new System.Drawing.Point(4, 4);
  51. this.pictureBox1.Name = "pictureBox1";
  52. this.pictureBox1.Size = new System.Drawing.Size(271, 123);
  53. this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage;
  54. this.pictureBox1.TabIndex = 0;
  55. this.pictureBox1.TabStop = false;
  56. //
  57. // tabControl1
  58. //
  59. this.tabControl1.Controls.Add(this.TextViewTab);
  60. this.tabControl1.Controls.Add(this.HexViewTab);
  61. this.tabControl1.Controls.Add(this.ImageViewTab);
  62. this.tabControl1.Controls.Add(this.tabPage1);
  63. this.tabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
  64. this.tabControl1.Location = new System.Drawing.Point(0, 0);
  65. this.tabControl1.Name = "tabControl1";
  66. this.tabControl1.SelectedIndex = 0;
  67. this.tabControl1.Size = new System.Drawing.Size(287, 157);
  68. this.tabControl1.TabIndex = 2;
  69. //
  70. // TextViewTab
  71. //
  72. this.TextViewTab.Controls.Add(this.TextViewTextBox);
  73. this.TextViewTab.Location = new System.Drawing.Point(4, 22);
  74. this.TextViewTab.Name = "TextViewTab";
  75. this.TextViewTab.Padding = new System.Windows.Forms.Padding(3);
  76. this.TextViewTab.Size = new System.Drawing.Size(279, 131);
  77. this.TextViewTab.TabIndex = 1;
  78. this.TextViewTab.Text = "TextView";
  79. this.TextViewTab.UseVisualStyleBackColor = true;
  80. //
  81. // TextViewTextBox
  82. //
  83. this.TextViewTextBox.Dock = System.Windows.Forms.DockStyle.Fill;
  84. this.TextViewTextBox.Font = new System.Drawing.Font("Courier New", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  85. this.TextViewTextBox.Location = new System.Drawing.Point(3, 3);
  86. this.TextViewTextBox.Name = "TextViewTextBox";
  87. this.TextViewTextBox.ReadOnly = true;
  88. this.TextViewTextBox.Size = new System.Drawing.Size(273, 125);
  89. this.TextViewTextBox.TabIndex = 0;
  90. this.TextViewTextBox.Text = "";
  91. this.toolTip1.SetToolTip(this.TextViewTextBox, "CTRL+ Mouse Wheel to Zoom");
  92. this.TextViewTextBox.WordWrap = false;
  93. //
  94. // HexViewTab
  95. //
  96. this.HexViewTab.Controls.Add(this.HexViewTextBox);
  97. this.HexViewTab.Location = new System.Drawing.Point(4, 22);
  98. this.HexViewTab.Name = "HexViewTab";
  99. this.HexViewTab.Padding = new System.Windows.Forms.Padding(3);
  100. this.HexViewTab.Size = new System.Drawing.Size(279, 131);
  101. this.HexViewTab.TabIndex = 0;
  102. this.HexViewTab.Text = "HexView";
  103. this.HexViewTab.UseVisualStyleBackColor = true;
  104. //
  105. // HexViewTextBox
  106. //
  107. this.HexViewTextBox.Dock = System.Windows.Forms.DockStyle.Fill;
  108. this.HexViewTextBox.Font = new System.Drawing.Font("Courier New", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  109. this.HexViewTextBox.Location = new System.Drawing.Point(3, 3);
  110. this.HexViewTextBox.Name = "HexViewTextBox";
  111. this.HexViewTextBox.ReadOnly = true;
  112. this.HexViewTextBox.Size = new System.Drawing.Size(273, 125);
  113. this.HexViewTextBox.TabIndex = 1;
  114. this.HexViewTextBox.Text = "";
  115. this.toolTip1.SetToolTip(this.HexViewTextBox, "CTRL+ Mouse Wheel to Zoom");
  116. this.HexViewTextBox.WordWrap = false;
  117. //
  118. // ImageViewTab
  119. //
  120. this.ImageViewTab.AutoScroll = true;
  121. this.ImageViewTab.Controls.Add(this.pictureBox1);
  122. this.ImageViewTab.Location = new System.Drawing.Point(4, 22);
  123. this.ImageViewTab.Name = "ImageViewTab";
  124. this.ImageViewTab.Padding = new System.Windows.Forms.Padding(4);
  125. this.ImageViewTab.Size = new System.Drawing.Size(279, 131);
  126. this.ImageViewTab.TabIndex = 2;
  127. this.ImageViewTab.Text = "ImageView";
  128. this.ImageViewTab.UseVisualStyleBackColor = true;
  129. //
  130. // tabPage1
  131. //
  132. this.tabPage1.Controls.Add(this.richTextBox1);
  133. this.tabPage1.Location = new System.Drawing.Point(4, 22);
  134. this.tabPage1.Name = "tabPage1";
  135. this.tabPage1.Size = new System.Drawing.Size(279, 131);
  136. this.tabPage1.TabIndex = 3;
  137. this.tabPage1.Text = "TODO";
  138. this.tabPage1.UseVisualStyleBackColor = true;
  139. //
  140. // richTextBox1
  141. //
  142. this.richTextBox1.Dock = System.Windows.Forms.DockStyle.Fill;
  143. this.richTextBox1.Font = new System.Drawing.Font("Courier New", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  144. this.richTextBox1.Location = new System.Drawing.Point(0, 0);
  145. this.richTextBox1.Name = "richTextBox1";
  146. this.richTextBox1.ReadOnly = true;
  147. this.richTextBox1.Size = new System.Drawing.Size(279, 131);
  148. this.richTextBox1.TabIndex = 2;
  149. this.richTextBox1.Text = "Expose extension API, probably via MEF, to enable incremental implemention of add" +
  150. "itional views, e.g. a PDF view, a XAML view";
  151. this.toolTip1.SetToolTip(this.richTextBox1, "CTRL+ Mouse Wheel to Zoom");
  152. //
  153. // BodyView
  154. //
  155. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  156. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  157. this.BackColor = System.Drawing.SystemColors.GradientActiveCaption;
  158. this.Controls.Add(this.tabControl1);
  159. this.Name = "BodyView";
  160. this.Size = new System.Drawing.Size(287, 157);
  161. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
  162. this.tabControl1.ResumeLayout(false);
  163. this.TextViewTab.ResumeLayout(false);
  164. this.HexViewTab.ResumeLayout(false);
  165. this.ImageViewTab.ResumeLayout(false);
  166. this.tabPage1.ResumeLayout(false);
  167. this.ResumeLayout(false);
  168. }
  169. #endregion
  170. private System.Windows.Forms.PictureBox pictureBox1;
  171. private System.Windows.Forms.TabControl tabControl1;
  172. private System.Windows.Forms.TabPage HexViewTab;
  173. private System.Windows.Forms.RichTextBox HexViewTextBox;
  174. private System.Windows.Forms.TabPage TextViewTab;
  175. private System.Windows.Forms.RichTextBox TextViewTextBox;
  176. private System.Windows.Forms.TabPage ImageViewTab;
  177. private System.Windows.Forms.ToolTip toolTip1;
  178. private System.Windows.Forms.TabPage tabPage1;
  179. private System.Windows.Forms.RichTextBox richTextBox1;
  180. }
  181. }