LogView.Designer.cs 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356
  1. namespace CassiniDev.ServerLog
  2. {
  3. partial class LogView
  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. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(LogView));
  30. this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
  31. this.menuStrip1 = new System.Windows.Forms.MenuStrip();
  32. this.fileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  33. this.clearToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  34. this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
  35. this.exitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  36. this.optionsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  37. this.scrollLogToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  38. this.splitContainer1 = new System.Windows.Forms.SplitContainer();
  39. this.listView1 = new System.Windows.Forms.ListView();
  40. this.TypeHeader = new System.Windows.Forms.ColumnHeader();
  41. this.CreatedHeader = new System.Windows.Forms.ColumnHeader();
  42. this.StatusHeader = new System.Windows.Forms.ColumnHeader();
  43. this.UrlHeader = new System.Windows.Forms.ColumnHeader();
  44. this.PathTranslatedHeader = new System.Windows.Forms.ColumnHeader();
  45. this.IdentityHeader = new System.Windows.Forms.ColumnHeader();
  46. this.splitContainer2 = new System.Windows.Forms.SplitContainer();
  47. this.splitContainer3 = new System.Windows.Forms.SplitContainer();
  48. this.groupBox2 = new System.Windows.Forms.GroupBox();
  49. this.headersRichTextBox = new System.Windows.Forms.RichTextBox();
  50. this.groupBox1 = new System.Windows.Forms.GroupBox();
  51. this.exceptionRichTextBox = new System.Windows.Forms.RichTextBox();
  52. this.groupBox3 = new System.Windows.Forms.GroupBox();
  53. this.bodyBodyView = new CassiniDev.ServerLog.BodyView();
  54. this.menuStrip1.SuspendLayout();
  55. this.splitContainer1.Panel1.SuspendLayout();
  56. this.splitContainer1.Panel2.SuspendLayout();
  57. this.splitContainer1.SuspendLayout();
  58. this.splitContainer2.Panel1.SuspendLayout();
  59. this.splitContainer2.Panel2.SuspendLayout();
  60. this.splitContainer2.SuspendLayout();
  61. this.splitContainer3.Panel1.SuspendLayout();
  62. this.splitContainer3.Panel2.SuspendLayout();
  63. this.splitContainer3.SuspendLayout();
  64. this.groupBox2.SuspendLayout();
  65. this.groupBox1.SuspendLayout();
  66. this.groupBox3.SuspendLayout();
  67. this.SuspendLayout();
  68. //
  69. // menuStrip1
  70. //
  71. this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  72. this.fileToolStripMenuItem,
  73. this.optionsToolStripMenuItem});
  74. this.menuStrip1.Location = new System.Drawing.Point(0, 0);
  75. this.menuStrip1.Name = "menuStrip1";
  76. this.menuStrip1.Size = new System.Drawing.Size(805, 24);
  77. this.menuStrip1.TabIndex = 38;
  78. this.menuStrip1.Text = "menuStrip1";
  79. //
  80. // fileToolStripMenuItem
  81. //
  82. this.fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
  83. this.clearToolStripMenuItem,
  84. this.toolStripSeparator1,
  85. this.exitToolStripMenuItem});
  86. this.fileToolStripMenuItem.Name = "fileToolStripMenuItem";
  87. this.fileToolStripMenuItem.Size = new System.Drawing.Size(35, 20);
  88. this.fileToolStripMenuItem.Text = "&File";
  89. //
  90. // clearToolStripMenuItem
  91. //
  92. this.clearToolStripMenuItem.Name = "clearToolStripMenuItem";
  93. this.clearToolStripMenuItem.Size = new System.Drawing.Size(99, 22);
  94. this.clearToolStripMenuItem.Text = "&Clear";
  95. this.clearToolStripMenuItem.Click += new System.EventHandler(this.clearToolStripMenuItem_Click);
  96. //
  97. // toolStripSeparator1
  98. //
  99. this.toolStripSeparator1.Name = "toolStripSeparator1";
  100. this.toolStripSeparator1.Size = new System.Drawing.Size(96, 6);
  101. //
  102. // exitToolStripMenuItem
  103. //
  104. this.exitToolStripMenuItem.Name = "exitToolStripMenuItem";
  105. this.exitToolStripMenuItem.Size = new System.Drawing.Size(99, 22);
  106. this.exitToolStripMenuItem.Text = "E&xit";
  107. this.exitToolStripMenuItem.Click += new System.EventHandler(this.exitToolStripMenuItem_Click);
  108. //
  109. // optionsToolStripMenuItem
  110. //
  111. this.optionsToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
  112. this.scrollLogToolStripMenuItem});
  113. this.optionsToolStripMenuItem.Name = "optionsToolStripMenuItem";
  114. this.optionsToolStripMenuItem.Size = new System.Drawing.Size(56, 20);
  115. this.optionsToolStripMenuItem.Text = "&Options";
  116. //
  117. // scrollLogToolStripMenuItem
  118. //
  119. this.scrollLogToolStripMenuItem.Checked = true;
  120. this.scrollLogToolStripMenuItem.CheckOnClick = true;
  121. this.scrollLogToolStripMenuItem.CheckState = System.Windows.Forms.CheckState.Checked;
  122. this.scrollLogToolStripMenuItem.Name = "scrollLogToolStripMenuItem";
  123. this.scrollLogToolStripMenuItem.Size = new System.Drawing.Size(119, 22);
  124. this.scrollLogToolStripMenuItem.Text = "&Scroll Log";
  125. //
  126. // splitContainer1
  127. //
  128. this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
  129. this.splitContainer1.Location = new System.Drawing.Point(0, 24);
  130. this.splitContainer1.Name = "splitContainer1";
  131. this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
  132. //
  133. // splitContainer1.Panel1
  134. //
  135. this.splitContainer1.Panel1.Controls.Add(this.listView1);
  136. //
  137. // splitContainer1.Panel2
  138. //
  139. this.splitContainer1.Panel2.Controls.Add(this.splitContainer2);
  140. this.splitContainer1.Size = new System.Drawing.Size(805, 436);
  141. this.splitContainer1.SplitterDistance = 196;
  142. this.splitContainer1.TabIndex = 39;
  143. //
  144. // listView1
  145. //
  146. this.listView1.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
  147. this.TypeHeader,
  148. this.CreatedHeader,
  149. this.StatusHeader,
  150. this.UrlHeader,
  151. this.PathTranslatedHeader,
  152. this.IdentityHeader});
  153. this.listView1.Dock = System.Windows.Forms.DockStyle.Fill;
  154. this.listView1.FullRowSelect = true;
  155. this.listView1.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.Nonclickable;
  156. this.listView1.HideSelection = false;
  157. this.listView1.Location = new System.Drawing.Point(0, 0);
  158. this.listView1.MultiSelect = false;
  159. this.listView1.Name = "listView1";
  160. this.listView1.Size = new System.Drawing.Size(805, 196);
  161. this.listView1.TabIndex = 0;
  162. this.listView1.UseCompatibleStateImageBehavior = false;
  163. this.listView1.View = System.Windows.Forms.View.Details;
  164. this.listView1.SelectedIndexChanged += new System.EventHandler(this.listView1_SelectedIndexChanged);
  165. //
  166. // TypeHeader
  167. //
  168. this.TypeHeader.Text = "Type";
  169. this.TypeHeader.Width = 80;
  170. //
  171. // CreatedHeader
  172. //
  173. this.CreatedHeader.Text = "Created";
  174. this.CreatedHeader.Width = 180;
  175. //
  176. // StatusHeader
  177. //
  178. this.StatusHeader.Text = "Status";
  179. //
  180. // UrlHeader
  181. //
  182. this.UrlHeader.Text = "Url";
  183. this.UrlHeader.Width = 160;
  184. //
  185. // PathTranslatedHeader
  186. //
  187. this.PathTranslatedHeader.Text = "PathTranslated";
  188. this.PathTranslatedHeader.Width = 200;
  189. //
  190. // IdentityHeader
  191. //
  192. this.IdentityHeader.Text = "Identity";
  193. this.IdentityHeader.Width = 100;
  194. //
  195. // splitContainer2
  196. //
  197. this.splitContainer2.Dock = System.Windows.Forms.DockStyle.Fill;
  198. this.splitContainer2.Location = new System.Drawing.Point(0, 0);
  199. this.splitContainer2.Name = "splitContainer2";
  200. //
  201. // splitContainer2.Panel1
  202. //
  203. this.splitContainer2.Panel1.Controls.Add(this.splitContainer3);
  204. //
  205. // splitContainer2.Panel2
  206. //
  207. this.splitContainer2.Panel2.Controls.Add(this.groupBox3);
  208. this.splitContainer2.Size = new System.Drawing.Size(805, 236);
  209. this.splitContainer2.SplitterDistance = 289;
  210. this.splitContainer2.TabIndex = 0;
  211. //
  212. // splitContainer3
  213. //
  214. this.splitContainer3.Dock = System.Windows.Forms.DockStyle.Fill;
  215. this.splitContainer3.Location = new System.Drawing.Point(0, 0);
  216. this.splitContainer3.Name = "splitContainer3";
  217. this.splitContainer3.Orientation = System.Windows.Forms.Orientation.Horizontal;
  218. //
  219. // splitContainer3.Panel1
  220. //
  221. this.splitContainer3.Panel1.Controls.Add(this.groupBox2);
  222. //
  223. // splitContainer3.Panel2
  224. //
  225. this.splitContainer3.Panel2.Controls.Add(this.groupBox1);
  226. this.splitContainer3.Size = new System.Drawing.Size(289, 236);
  227. this.splitContainer3.SplitterDistance = 172;
  228. this.splitContainer3.TabIndex = 0;
  229. //
  230. // groupBox2
  231. //
  232. this.groupBox2.Controls.Add(this.headersRichTextBox);
  233. this.groupBox2.Dock = System.Windows.Forms.DockStyle.Fill;
  234. this.groupBox2.Location = new System.Drawing.Point(0, 0);
  235. this.groupBox2.Name = "groupBox2";
  236. this.groupBox2.Size = new System.Drawing.Size(289, 172);
  237. this.groupBox2.TabIndex = 0;
  238. this.groupBox2.TabStop = false;
  239. this.groupBox2.Text = "Headers";
  240. //
  241. // headersRichTextBox
  242. //
  243. this.headersRichTextBox.Dock = System.Windows.Forms.DockStyle.Fill;
  244. this.headersRichTextBox.Location = new System.Drawing.Point(3, 16);
  245. this.headersRichTextBox.Name = "headersRichTextBox";
  246. this.headersRichTextBox.ReadOnly = true;
  247. this.headersRichTextBox.Size = new System.Drawing.Size(283, 153);
  248. this.headersRichTextBox.TabIndex = 45;
  249. this.headersRichTextBox.Text = "";
  250. this.headersRichTextBox.WordWrap = false;
  251. //
  252. // groupBox1
  253. //
  254. this.groupBox1.Controls.Add(this.exceptionRichTextBox);
  255. this.groupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
  256. this.groupBox1.Location = new System.Drawing.Point(0, 0);
  257. this.groupBox1.Name = "groupBox1";
  258. this.groupBox1.Size = new System.Drawing.Size(289, 60);
  259. this.groupBox1.TabIndex = 0;
  260. this.groupBox1.TabStop = false;
  261. this.groupBox1.Text = "Exception - TODO";
  262. //
  263. // exceptionRichTextBox
  264. //
  265. this.exceptionRichTextBox.Dock = System.Windows.Forms.DockStyle.Fill;
  266. this.exceptionRichTextBox.Location = new System.Drawing.Point(3, 16);
  267. this.exceptionRichTextBox.Name = "exceptionRichTextBox";
  268. this.exceptionRichTextBox.ReadOnly = true;
  269. this.exceptionRichTextBox.Size = new System.Drawing.Size(283, 41);
  270. this.exceptionRichTextBox.TabIndex = 43;
  271. this.exceptionRichTextBox.Text = "This field will contain full exception detail.\nNo more ambiguous HttpExceptions.\n" +
  272. "";
  273. this.exceptionRichTextBox.WordWrap = false;
  274. //
  275. // groupBox3
  276. //
  277. this.groupBox3.Controls.Add(this.bodyBodyView);
  278. this.groupBox3.Dock = System.Windows.Forms.DockStyle.Fill;
  279. this.groupBox3.Location = new System.Drawing.Point(0, 0);
  280. this.groupBox3.Name = "groupBox3";
  281. this.groupBox3.Size = new System.Drawing.Size(512, 236);
  282. this.groupBox3.TabIndex = 0;
  283. this.groupBox3.TabStop = false;
  284. this.groupBox3.Text = "Body";
  285. //
  286. // bodyBodyView
  287. //
  288. this.bodyBodyView.BackColor = System.Drawing.SystemColors.GradientActiveCaption;
  289. this.bodyBodyView.Dock = System.Windows.Forms.DockStyle.Fill;
  290. this.bodyBodyView.Location = new System.Drawing.Point(3, 16);
  291. this.bodyBodyView.Name = "bodyBodyView";
  292. this.bodyBodyView.Size = new System.Drawing.Size(506, 217);
  293. this.bodyBodyView.TabIndex = 41;
  294. this.bodyBodyView.Value = null;
  295. //
  296. // LogView
  297. //
  298. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  299. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  300. this.BackColor = System.Drawing.SystemColors.Control;
  301. this.ClientSize = new System.Drawing.Size(805, 460);
  302. this.Controls.Add(this.splitContainer1);
  303. this.Controls.Add(this.menuStrip1);
  304. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  305. this.Name = "LogView";
  306. this.Text = "LogView";
  307. this.menuStrip1.ResumeLayout(false);
  308. this.menuStrip1.PerformLayout();
  309. this.splitContainer1.Panel1.ResumeLayout(false);
  310. this.splitContainer1.Panel2.ResumeLayout(false);
  311. this.splitContainer1.ResumeLayout(false);
  312. this.splitContainer2.Panel1.ResumeLayout(false);
  313. this.splitContainer2.Panel2.ResumeLayout(false);
  314. this.splitContainer2.ResumeLayout(false);
  315. this.splitContainer3.Panel1.ResumeLayout(false);
  316. this.splitContainer3.Panel2.ResumeLayout(false);
  317. this.splitContainer3.ResumeLayout(false);
  318. this.groupBox2.ResumeLayout(false);
  319. this.groupBox1.ResumeLayout(false);
  320. this.groupBox3.ResumeLayout(false);
  321. this.ResumeLayout(false);
  322. this.PerformLayout();
  323. }
  324. #endregion
  325. private System.Windows.Forms.ToolTip toolTip1;
  326. private System.Windows.Forms.MenuStrip menuStrip1;
  327. private System.Windows.Forms.ToolStripMenuItem fileToolStripMenuItem;
  328. private System.Windows.Forms.ToolStripMenuItem clearToolStripMenuItem;
  329. private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
  330. private System.Windows.Forms.ToolStripMenuItem exitToolStripMenuItem;
  331. private System.Windows.Forms.ToolStripMenuItem optionsToolStripMenuItem;
  332. private System.Windows.Forms.ToolStripMenuItem scrollLogToolStripMenuItem;
  333. private System.Windows.Forms.SplitContainer splitContainer1;
  334. private System.Windows.Forms.SplitContainer splitContainer2;
  335. private System.Windows.Forms.SplitContainer splitContainer3;
  336. private System.Windows.Forms.GroupBox groupBox2;
  337. private System.Windows.Forms.GroupBox groupBox1;
  338. private System.Windows.Forms.GroupBox groupBox3;
  339. private BodyView bodyBodyView;
  340. private System.Windows.Forms.RichTextBox exceptionRichTextBox;
  341. private System.Windows.Forms.RichTextBox headersRichTextBox;
  342. private System.Windows.Forms.ListView listView1;
  343. private System.Windows.Forms.ColumnHeader TypeHeader;
  344. private System.Windows.Forms.ColumnHeader CreatedHeader;
  345. private System.Windows.Forms.ColumnHeader StatusHeader;
  346. private System.Windows.Forms.ColumnHeader UrlHeader;
  347. private System.Windows.Forms.ColumnHeader PathTranslatedHeader;
  348. private System.Windows.Forms.ColumnHeader IdentityHeader;
  349. }
  350. }