You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

LogForm.Designer.cs 19 kB

10 years ago
10 years ago
10 years ago
10 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
10 years ago
10 years ago
9 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342
  1. namespace Shadowsocks.View
  2. {
  3. partial class LogForm
  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.Windows.Forms.DataVisualization.Charting.ChartArea chartArea1 = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
  30. System.Windows.Forms.DataVisualization.Charting.Legend legend1 = new System.Windows.Forms.DataVisualization.Charting.Legend();
  31. System.Windows.Forms.DataVisualization.Charting.Series series1 = new System.Windows.Forms.DataVisualization.Charting.Series();
  32. System.Windows.Forms.DataVisualization.Charting.Series series2 = new System.Windows.Forms.DataVisualization.Charting.Series();
  33. this.LogMessageTextBox = new System.Windows.Forms.TextBox();
  34. this.MainMenu = new System.Windows.Forms.MainMenu(this.components);
  35. this.FileMenuItem = new System.Windows.Forms.MenuItem();
  36. this.OpenLocationMenuItem = new System.Windows.Forms.MenuItem();
  37. this.ExitMenuItem = new System.Windows.Forms.MenuItem();
  38. this.ViewMenuItem = new System.Windows.Forms.MenuItem();
  39. this.CleanLogsMenuItem = new System.Windows.Forms.MenuItem();
  40. this.ChangeFontMenuItem = new System.Windows.Forms.MenuItem();
  41. this.WrapTextMenuItem = new System.Windows.Forms.MenuItem();
  42. this.TopMostMenuItem = new System.Windows.Forms.MenuItem();
  43. this.MenuItemSeparater = new System.Windows.Forms.MenuItem();
  44. this.ShowToolbarMenuItem = new System.Windows.Forms.MenuItem();
  45. this.TopMostCheckBox = new System.Windows.Forms.CheckBox();
  46. this.ChangeFontButton = new System.Windows.Forms.Button();
  47. this.CleanLogsButton = new System.Windows.Forms.Button();
  48. this.WrapTextCheckBox = new System.Windows.Forms.CheckBox();
  49. this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
  50. this.ToolbarFlowLayoutPanel = new System.Windows.Forms.FlowLayoutPanel();
  51. this.splitContainer1 = new System.Windows.Forms.SplitContainer();
  52. this.trafficChart = new System.Windows.Forms.DataVisualization.Charting.Chart();
  53. this.tableLayoutPanel1.SuspendLayout();
  54. this.ToolbarFlowLayoutPanel.SuspendLayout();
  55. ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
  56. this.splitContainer1.Panel1.SuspendLayout();
  57. this.splitContainer1.Panel2.SuspendLayout();
  58. this.splitContainer1.SuspendLayout();
  59. ((System.ComponentModel.ISupportInitialize)(this.trafficChart)).BeginInit();
  60. this.SuspendLayout();
  61. //
  62. // LogMessageTextBox
  63. //
  64. this.LogMessageTextBox.BackColor = System.Drawing.Color.Black;
  65. this.LogMessageTextBox.Dock = System.Windows.Forms.DockStyle.Fill;
  66. this.LogMessageTextBox.Font = new System.Drawing.Font("Consolas", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  67. this.LogMessageTextBox.ForeColor = System.Drawing.Color.White;
  68. this.LogMessageTextBox.Location = new System.Drawing.Point(0, 0);
  69. this.LogMessageTextBox.MaxLength = 2147483647;
  70. this.LogMessageTextBox.Multiline = true;
  71. this.LogMessageTextBox.Name = "LogMessageTextBox";
  72. this.LogMessageTextBox.ReadOnly = true;
  73. this.LogMessageTextBox.ScrollBars = System.Windows.Forms.ScrollBars.Both;
  74. this.LogMessageTextBox.Size = new System.Drawing.Size(378, 74);
  75. this.LogMessageTextBox.TabIndex = 0;
  76. //
  77. // MainMenu
  78. //
  79. this.MainMenu.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
  80. this.FileMenuItem,
  81. this.ViewMenuItem});
  82. //
  83. // FileMenuItem
  84. //
  85. this.FileMenuItem.Index = 0;
  86. this.FileMenuItem.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
  87. this.OpenLocationMenuItem,
  88. this.ExitMenuItem});
  89. this.FileMenuItem.Text = "&File";
  90. //
  91. // OpenLocationMenuItem
  92. //
  93. this.OpenLocationMenuItem.Index = 0;
  94. this.OpenLocationMenuItem.Text = "&Open Location";
  95. this.OpenLocationMenuItem.Click += new System.EventHandler(this.OpenLocationMenuItem_Click);
  96. //
  97. // ExitMenuItem
  98. //
  99. this.ExitMenuItem.Index = 1;
  100. this.ExitMenuItem.Text = "E&xit";
  101. this.ExitMenuItem.Click += new System.EventHandler(this.ExitMenuItem_Click);
  102. //
  103. // ViewMenuItem
  104. //
  105. this.ViewMenuItem.Index = 1;
  106. this.ViewMenuItem.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
  107. this.CleanLogsMenuItem,
  108. this.ChangeFontMenuItem,
  109. this.WrapTextMenuItem,
  110. this.TopMostMenuItem,
  111. this.MenuItemSeparater,
  112. this.ShowToolbarMenuItem});
  113. this.ViewMenuItem.Text = "&View";
  114. //
  115. // CleanLogsMenuItem
  116. //
  117. this.CleanLogsMenuItem.Index = 0;
  118. this.CleanLogsMenuItem.Text = "&Clean Logs";
  119. this.CleanLogsMenuItem.Click += new System.EventHandler(this.CleanLogsMenuItem_Click);
  120. //
  121. // ChangeFontMenuItem
  122. //
  123. this.ChangeFontMenuItem.Index = 1;
  124. this.ChangeFontMenuItem.Text = "Change &Font";
  125. this.ChangeFontMenuItem.Click += new System.EventHandler(this.ChangeFontMenuItem_Click);
  126. //
  127. // WrapTextMenuItem
  128. //
  129. this.WrapTextMenuItem.Index = 2;
  130. this.WrapTextMenuItem.Text = "&Wrap Text";
  131. this.WrapTextMenuItem.Click += new System.EventHandler(this.WrapTextMenuItem_Click);
  132. //
  133. // TopMostMenuItem
  134. //
  135. this.TopMostMenuItem.Index = 3;
  136. this.TopMostMenuItem.Text = "&Top Most";
  137. this.TopMostMenuItem.Click += new System.EventHandler(this.TopMostMenuItem_Click);
  138. //
  139. // MenuItemSeparater
  140. //
  141. this.MenuItemSeparater.Index = 4;
  142. this.MenuItemSeparater.Text = "-";
  143. //
  144. // ShowToolbarMenuItem
  145. //
  146. this.ShowToolbarMenuItem.Index = 5;
  147. this.ShowToolbarMenuItem.Text = "&Show Toolbar";
  148. this.ShowToolbarMenuItem.Click += new System.EventHandler(this.ShowToolbarMenuItem_Click);
  149. //
  150. // TopMostCheckBox
  151. //
  152. this.TopMostCheckBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  153. | System.Windows.Forms.AnchorStyles.Left)));
  154. this.TopMostCheckBox.AutoSize = true;
  155. this.TopMostCheckBox.Location = new System.Drawing.Point(249, 3);
  156. this.TopMostCheckBox.Name = "TopMostCheckBox";
  157. this.TopMostCheckBox.Size = new System.Drawing.Size(72, 23);
  158. this.TopMostCheckBox.TabIndex = 3;
  159. this.TopMostCheckBox.Text = "&Top Most";
  160. this.TopMostCheckBox.UseVisualStyleBackColor = true;
  161. this.TopMostCheckBox.CheckedChanged += new System.EventHandler(this.TopMostCheckBox_CheckedChanged);
  162. //
  163. // ChangeFontButton
  164. //
  165. this.ChangeFontButton.AutoSize = true;
  166. this.ChangeFontButton.Location = new System.Drawing.Point(84, 3);
  167. this.ChangeFontButton.Name = "ChangeFontButton";
  168. this.ChangeFontButton.Size = new System.Drawing.Size(75, 23);
  169. this.ChangeFontButton.TabIndex = 2;
  170. this.ChangeFontButton.Text = "&Font";
  171. this.ChangeFontButton.UseVisualStyleBackColor = true;
  172. this.ChangeFontButton.Click += new System.EventHandler(this.ChangeFontButton_Click);
  173. //
  174. // CleanLogsButton
  175. //
  176. this.CleanLogsButton.AutoSize = true;
  177. this.CleanLogsButton.Location = new System.Drawing.Point(3, 3);
  178. this.CleanLogsButton.Name = "CleanLogsButton";
  179. this.CleanLogsButton.Size = new System.Drawing.Size(75, 23);
  180. this.CleanLogsButton.TabIndex = 1;
  181. this.CleanLogsButton.Text = "&Clean Logs";
  182. this.CleanLogsButton.UseVisualStyleBackColor = true;
  183. this.CleanLogsButton.Click += new System.EventHandler(this.CleanLogsButton_Click);
  184. //
  185. // WrapTextCheckBox
  186. //
  187. this.WrapTextCheckBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  188. | System.Windows.Forms.AnchorStyles.Left)));
  189. this.WrapTextCheckBox.AutoSize = true;
  190. this.WrapTextCheckBox.Location = new System.Drawing.Point(165, 3);
  191. this.WrapTextCheckBox.Name = "WrapTextCheckBox";
  192. this.WrapTextCheckBox.Size = new System.Drawing.Size(78, 23);
  193. this.WrapTextCheckBox.TabIndex = 0;
  194. this.WrapTextCheckBox.Text = "&Wrap Text";
  195. this.WrapTextCheckBox.UseVisualStyleBackColor = true;
  196. this.WrapTextCheckBox.CheckedChanged += new System.EventHandler(this.WrapTextCheckBox_CheckedChanged);
  197. //
  198. // tableLayoutPanel1
  199. //
  200. this.tableLayoutPanel1.ColumnCount = 1;
  201. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
  202. this.tableLayoutPanel1.Controls.Add(this.ToolbarFlowLayoutPanel, 0, 0);
  203. this.tableLayoutPanel1.Controls.Add(this.splitContainer1, 0, 1);
  204. this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
  205. this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
  206. this.tableLayoutPanel1.Name = "tableLayoutPanel1";
  207. this.tableLayoutPanel1.RowCount = 2;
  208. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
  209. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
  210. this.tableLayoutPanel1.Size = new System.Drawing.Size(384, 161);
  211. this.tableLayoutPanel1.TabIndex = 2;
  212. //
  213. // ToolbarFlowLayoutPanel
  214. //
  215. this.ToolbarFlowLayoutPanel.AutoSize = true;
  216. this.ToolbarFlowLayoutPanel.Controls.Add(this.CleanLogsButton);
  217. this.ToolbarFlowLayoutPanel.Controls.Add(this.ChangeFontButton);
  218. this.ToolbarFlowLayoutPanel.Controls.Add(this.WrapTextCheckBox);
  219. this.ToolbarFlowLayoutPanel.Controls.Add(this.TopMostCheckBox);
  220. this.ToolbarFlowLayoutPanel.Dock = System.Windows.Forms.DockStyle.Fill;
  221. this.ToolbarFlowLayoutPanel.Location = new System.Drawing.Point(3, 3);
  222. this.ToolbarFlowLayoutPanel.Name = "ToolbarFlowLayoutPanel";
  223. this.ToolbarFlowLayoutPanel.Size = new System.Drawing.Size(378, 29);
  224. this.ToolbarFlowLayoutPanel.TabIndex = 2;
  225. //
  226. // splitContainer1
  227. //
  228. this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
  229. this.splitContainer1.Location = new System.Drawing.Point(3, 38);
  230. this.splitContainer1.Name = "splitContainer1";
  231. this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
  232. //
  233. // splitContainer1.Panel1
  234. //
  235. this.splitContainer1.Panel1.Controls.Add(this.LogMessageTextBox);
  236. //
  237. // splitContainer1.Panel2
  238. //
  239. this.splitContainer1.Panel2.Controls.Add(this.trafficChart);
  240. this.splitContainer1.Size = new System.Drawing.Size(378, 120);
  241. this.splitContainer1.SplitterDistance = 74;
  242. this.splitContainer1.TabIndex = 3;
  243. //
  244. // trafficChart
  245. //
  246. chartArea1.AxisX.LabelStyle.Enabled = false;
  247. chartArea1.AxisX.MajorGrid.Interval = 5D;
  248. chartArea1.AxisX.MajorGrid.LineColor = System.Drawing.Color.LightGray;
  249. chartArea1.AxisX.MajorTickMark.Enabled = false;
  250. chartArea1.AxisX.Maximum = 61D;
  251. chartArea1.AxisX.Minimum = 1D;
  252. chartArea1.AxisY.IntervalAutoMode = System.Windows.Forms.DataVisualization.Charting.IntervalAutoMode.VariableCount;
  253. chartArea1.AxisY.LabelAutoFitMaxFontSize = 8;
  254. chartArea1.AxisY.LabelStyle.Interval = 0D;
  255. chartArea1.AxisY.MajorGrid.LineColor = System.Drawing.Color.LightGray;
  256. chartArea1.AxisY.MajorTickMark.Enabled = false;
  257. chartArea1.AxisY2.MajorGrid.LineColor = System.Drawing.Color.LightGray;
  258. chartArea1.AxisY2.Minimum = 0D;
  259. chartArea1.Name = "ChartArea1";
  260. this.trafficChart.ChartAreas.Add(chartArea1);
  261. this.trafficChart.Dock = System.Windows.Forms.DockStyle.Fill;
  262. legend1.MaximumAutoSize = 25F;
  263. legend1.Name = "Legend1";
  264. this.trafficChart.Legends.Add(legend1);
  265. this.trafficChart.Location = new System.Drawing.Point(0, 0);
  266. this.trafficChart.Name = "trafficChart";
  267. this.trafficChart.Palette = System.Windows.Forms.DataVisualization.Charting.ChartColorPalette.None;
  268. series1.BorderWidth = 2;
  269. series1.ChartArea = "ChartArea1";
  270. series1.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Spline;
  271. series1.Color = System.Drawing.Color.FromArgb(255, 128, 0);
  272. series1.IsXValueIndexed = true;
  273. series1.Legend = "Legend1";
  274. series1.Name = "Inbound";
  275. series2.BorderWidth = 2;
  276. series2.ChartArea = "ChartArea1";
  277. series2.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Spline;
  278. series2.Color = System.Drawing.Color.FromArgb(128, 128, 255);
  279. series2.IsXValueIndexed = true;
  280. series2.Legend = "Legend1";
  281. series2.Name = "Outbound";
  282. this.trafficChart.Series.Add(series1);
  283. this.trafficChart.Series.Add(series2);
  284. this.trafficChart.Size = new System.Drawing.Size(378, 42);
  285. this.trafficChart.TabIndex = 0;
  286. this.trafficChart.Text = "chart1";
  287. //
  288. // LogForm
  289. //
  290. this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
  291. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
  292. this.ClientSize = new System.Drawing.Size(384, 161);
  293. this.Controls.Add(this.tableLayoutPanel1);
  294. this.Menu = this.MainMenu;
  295. this.MinimumSize = new System.Drawing.Size(400, 200);
  296. this.Name = "LogForm";
  297. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  298. this.Text = "Log Viewer";
  299. this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.LogForm_FormClosing);
  300. this.Load += new System.EventHandler(this.LogForm_Load);
  301. this.Shown += new System.EventHandler(this.LogForm_Shown);
  302. this.tableLayoutPanel1.ResumeLayout(false);
  303. this.tableLayoutPanel1.PerformLayout();
  304. this.ToolbarFlowLayoutPanel.ResumeLayout(false);
  305. this.ToolbarFlowLayoutPanel.PerformLayout();
  306. this.splitContainer1.Panel1.ResumeLayout(false);
  307. this.splitContainer1.Panel1.PerformLayout();
  308. this.splitContainer1.Panel2.ResumeLayout(false);
  309. ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
  310. this.splitContainer1.ResumeLayout(false);
  311. ((System.ComponentModel.ISupportInitialize)(this.trafficChart)).EndInit();
  312. this.ResumeLayout(false);
  313. }
  314. #endregion
  315. private System.Windows.Forms.TextBox LogMessageTextBox;
  316. private System.Windows.Forms.MainMenu MainMenu;
  317. private System.Windows.Forms.MenuItem FileMenuItem;
  318. private System.Windows.Forms.MenuItem OpenLocationMenuItem;
  319. private System.Windows.Forms.MenuItem ExitMenuItem;
  320. private System.Windows.Forms.CheckBox WrapTextCheckBox;
  321. private System.Windows.Forms.Button CleanLogsButton;
  322. private System.Windows.Forms.Button ChangeFontButton;
  323. private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
  324. private System.Windows.Forms.CheckBox TopMostCheckBox;
  325. private System.Windows.Forms.MenuItem ViewMenuItem;
  326. private System.Windows.Forms.MenuItem CleanLogsMenuItem;
  327. private System.Windows.Forms.MenuItem ChangeFontMenuItem;
  328. private System.Windows.Forms.MenuItem WrapTextMenuItem;
  329. private System.Windows.Forms.MenuItem TopMostMenuItem;
  330. private System.Windows.Forms.FlowLayoutPanel ToolbarFlowLayoutPanel;
  331. private System.Windows.Forms.MenuItem MenuItemSeparater;
  332. private System.Windows.Forms.MenuItem ShowToolbarMenuItem;
  333. private System.Windows.Forms.SplitContainer splitContainer1;
  334. private System.Windows.Forms.DataVisualization.Charting.Chart trafficChart;
  335. }
  336. }