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 14 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
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260
  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. this.LogMessageTextBox = new System.Windows.Forms.TextBox();
  30. this.MainMenu = new System.Windows.Forms.MainMenu(this.components);
  31. this.FileMenuItem = new System.Windows.Forms.MenuItem();
  32. this.OpenLocationMenuItem = new System.Windows.Forms.MenuItem();
  33. this.ExitMenuItem = new System.Windows.Forms.MenuItem();
  34. this.ViewMenuItem = new System.Windows.Forms.MenuItem();
  35. this.CleanLogsMenuItem = new System.Windows.Forms.MenuItem();
  36. this.ChangeFontMenuItem = new System.Windows.Forms.MenuItem();
  37. this.WrapTextMenuItem = new System.Windows.Forms.MenuItem();
  38. this.TopMostMenuItem = new System.Windows.Forms.MenuItem();
  39. this.MenuItemSeparater = new System.Windows.Forms.MenuItem();
  40. this.ShowToolbarMenuItem = new System.Windows.Forms.MenuItem();
  41. this.TopMostCheckBox = new System.Windows.Forms.CheckBox();
  42. this.ChangeFontButton = new System.Windows.Forms.Button();
  43. this.CleanLogsButton = new System.Windows.Forms.Button();
  44. this.WrapTextCheckBox = new System.Windows.Forms.CheckBox();
  45. this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
  46. this.ToolbarFlowLayoutPanel = new System.Windows.Forms.FlowLayoutPanel();
  47. this.tableLayoutPanel1.SuspendLayout();
  48. this.ToolbarFlowLayoutPanel.SuspendLayout();
  49. this.SuspendLayout();
  50. //
  51. // LogMessageTextBox
  52. //
  53. this.LogMessageTextBox.BackColor = System.Drawing.Color.Black;
  54. this.LogMessageTextBox.Dock = System.Windows.Forms.DockStyle.Fill;
  55. this.LogMessageTextBox.Font = new System.Drawing.Font("Consolas", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  56. this.LogMessageTextBox.ForeColor = System.Drawing.Color.White;
  57. this.LogMessageTextBox.Location = new System.Drawing.Point(3, 38);
  58. this.LogMessageTextBox.MaxLength = 2147483647;
  59. this.LogMessageTextBox.Multiline = true;
  60. this.LogMessageTextBox.Name = "LogMessageTextBox";
  61. this.LogMessageTextBox.ReadOnly = true;
  62. this.LogMessageTextBox.ScrollBars = System.Windows.Forms.ScrollBars.Both;
  63. this.LogMessageTextBox.Size = new System.Drawing.Size(584, 377);
  64. this.LogMessageTextBox.TabIndex = 0;
  65. //
  66. // MainMenu
  67. //
  68. this.MainMenu.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
  69. this.FileMenuItem,
  70. this.ViewMenuItem});
  71. //
  72. // FileMenuItem
  73. //
  74. this.FileMenuItem.Index = 0;
  75. this.FileMenuItem.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
  76. this.OpenLocationMenuItem,
  77. this.ExitMenuItem});
  78. this.FileMenuItem.Text = "&File";
  79. //
  80. // OpenLocationMenuItem
  81. //
  82. this.OpenLocationMenuItem.Index = 0;
  83. this.OpenLocationMenuItem.Text = "&Open Location";
  84. this.OpenLocationMenuItem.Click += new System.EventHandler(this.OpenLocationMenuItem_Click);
  85. //
  86. // ExitMenuItem
  87. //
  88. this.ExitMenuItem.Index = 1;
  89. this.ExitMenuItem.Text = "E&xit";
  90. this.ExitMenuItem.Click += new System.EventHandler(this.ExitMenuItem_Click);
  91. //
  92. // ViewMenuItem
  93. //
  94. this.ViewMenuItem.Index = 1;
  95. this.ViewMenuItem.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
  96. this.CleanLogsMenuItem,
  97. this.ChangeFontMenuItem,
  98. this.WrapTextMenuItem,
  99. this.TopMostMenuItem,
  100. this.MenuItemSeparater,
  101. this.ShowToolbarMenuItem});
  102. this.ViewMenuItem.Text = "&View";
  103. //
  104. // CleanLogsMenuItem
  105. //
  106. this.CleanLogsMenuItem.Index = 0;
  107. this.CleanLogsMenuItem.Text = "&Clean Logs";
  108. this.CleanLogsMenuItem.Click += new System.EventHandler(this.CleanLogsMenuItem_Click);
  109. //
  110. // ChangeFontMenuItem
  111. //
  112. this.ChangeFontMenuItem.Index = 1;
  113. this.ChangeFontMenuItem.Text = "Change &Font";
  114. this.ChangeFontMenuItem.Click += new System.EventHandler(this.ChangeFontMenuItem_Click);
  115. //
  116. // WrapTextMenuItem
  117. //
  118. this.WrapTextMenuItem.Index = 2;
  119. this.WrapTextMenuItem.Text = "&Wrap Text";
  120. this.WrapTextMenuItem.Click += new System.EventHandler(this.WrapTextMenuItem_Click);
  121. //
  122. // TopMostMenuItem
  123. //
  124. this.TopMostMenuItem.Index = 3;
  125. this.TopMostMenuItem.Text = "&Top Most";
  126. this.TopMostMenuItem.Click += new System.EventHandler(this.TopMostMenuItem_Click);
  127. //
  128. // MenuItemSeparater
  129. //
  130. this.MenuItemSeparater.Index = 4;
  131. this.MenuItemSeparater.Text = "-";
  132. //
  133. // ShowToolbarMenuItem
  134. //
  135. this.ShowToolbarMenuItem.Index = 5;
  136. this.ShowToolbarMenuItem.Text = "&Show Toolbar";
  137. this.ShowToolbarMenuItem.Click += new System.EventHandler(this.ShowToolbarMenuItem_Click);
  138. //
  139. // TopMostCheckBox
  140. //
  141. this.TopMostCheckBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  142. | System.Windows.Forms.AnchorStyles.Left)));
  143. this.TopMostCheckBox.AutoSize = true;
  144. this.TopMostCheckBox.Location = new System.Drawing.Point(249, 3);
  145. this.TopMostCheckBox.Name = "TopMostCheckBox";
  146. this.TopMostCheckBox.Size = new System.Drawing.Size(72, 23);
  147. this.TopMostCheckBox.TabIndex = 3;
  148. this.TopMostCheckBox.Text = "&Top Most";
  149. this.TopMostCheckBox.UseVisualStyleBackColor = true;
  150. this.TopMostCheckBox.CheckedChanged += new System.EventHandler(this.TopMostCheckBox_CheckedChanged);
  151. //
  152. // ChangeFontButton
  153. //
  154. this.ChangeFontButton.AutoSize = true;
  155. this.ChangeFontButton.Location = new System.Drawing.Point(84, 3);
  156. this.ChangeFontButton.Name = "ChangeFontButton";
  157. this.ChangeFontButton.Size = new System.Drawing.Size(75, 23);
  158. this.ChangeFontButton.TabIndex = 2;
  159. this.ChangeFontButton.Text = "&Font";
  160. this.ChangeFontButton.UseVisualStyleBackColor = true;
  161. this.ChangeFontButton.Click += new System.EventHandler(this.ChangeFontButton_Click);
  162. //
  163. // CleanLogsButton
  164. //
  165. this.CleanLogsButton.AutoSize = true;
  166. this.CleanLogsButton.Location = new System.Drawing.Point(3, 3);
  167. this.CleanLogsButton.Name = "CleanLogsButton";
  168. this.CleanLogsButton.Size = new System.Drawing.Size(75, 23);
  169. this.CleanLogsButton.TabIndex = 1;
  170. this.CleanLogsButton.Text = "&Clean Logs";
  171. this.CleanLogsButton.UseVisualStyleBackColor = true;
  172. this.CleanLogsButton.Click += new System.EventHandler(this.CleanLogsButton_Click);
  173. //
  174. // WrapTextCheckBox
  175. //
  176. this.WrapTextCheckBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  177. | System.Windows.Forms.AnchorStyles.Left)));
  178. this.WrapTextCheckBox.AutoSize = true;
  179. this.WrapTextCheckBox.Location = new System.Drawing.Point(165, 3);
  180. this.WrapTextCheckBox.Name = "WrapTextCheckBox";
  181. this.WrapTextCheckBox.Size = new System.Drawing.Size(78, 23);
  182. this.WrapTextCheckBox.TabIndex = 0;
  183. this.WrapTextCheckBox.Text = "&Wrap Text";
  184. this.WrapTextCheckBox.UseVisualStyleBackColor = true;
  185. this.WrapTextCheckBox.CheckedChanged += new System.EventHandler(this.WrapTextCheckBox_CheckedChanged);
  186. //
  187. // tableLayoutPanel1
  188. //
  189. this.tableLayoutPanel1.ColumnCount = 1;
  190. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
  191. this.tableLayoutPanel1.Controls.Add(this.LogMessageTextBox, 0, 1);
  192. this.tableLayoutPanel1.Controls.Add(this.ToolbarFlowLayoutPanel, 0, 0);
  193. this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
  194. this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
  195. this.tableLayoutPanel1.Name = "tableLayoutPanel1";
  196. this.tableLayoutPanel1.RowCount = 2;
  197. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
  198. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
  199. this.tableLayoutPanel1.Size = new System.Drawing.Size(590, 418);
  200. this.tableLayoutPanel1.TabIndex = 2;
  201. //
  202. // ToolbarFlowLayoutPanel
  203. //
  204. this.ToolbarFlowLayoutPanel.AutoSize = true;
  205. this.ToolbarFlowLayoutPanel.Controls.Add(this.CleanLogsButton);
  206. this.ToolbarFlowLayoutPanel.Controls.Add(this.ChangeFontButton);
  207. this.ToolbarFlowLayoutPanel.Controls.Add(this.WrapTextCheckBox);
  208. this.ToolbarFlowLayoutPanel.Controls.Add(this.TopMostCheckBox);
  209. this.ToolbarFlowLayoutPanel.Dock = System.Windows.Forms.DockStyle.Fill;
  210. this.ToolbarFlowLayoutPanel.Location = new System.Drawing.Point(3, 3);
  211. this.ToolbarFlowLayoutPanel.Name = "ToolbarFlowLayoutPanel";
  212. this.ToolbarFlowLayoutPanel.Size = new System.Drawing.Size(584, 29);
  213. this.ToolbarFlowLayoutPanel.TabIndex = 2;
  214. //
  215. // LogForm
  216. //
  217. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  218. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  219. this.ClientSize = new System.Drawing.Size(590, 418);
  220. this.Controls.Add(this.tableLayoutPanel1);
  221. this.Menu = this.MainMenu;
  222. this.Name = "LogForm";
  223. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  224. this.Text = "Log Viewer";
  225. this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.LogForm_FormClosing);
  226. this.Load += new System.EventHandler(this.LogForm_Load);
  227. this.Shown += new System.EventHandler(this.LogForm_Shown);
  228. this.tableLayoutPanel1.ResumeLayout(false);
  229. this.tableLayoutPanel1.PerformLayout();
  230. this.ToolbarFlowLayoutPanel.ResumeLayout(false);
  231. this.ToolbarFlowLayoutPanel.PerformLayout();
  232. this.ResumeLayout(false);
  233. }
  234. #endregion
  235. private System.Windows.Forms.TextBox LogMessageTextBox;
  236. private System.Windows.Forms.MainMenu MainMenu;
  237. private System.Windows.Forms.MenuItem FileMenuItem;
  238. private System.Windows.Forms.MenuItem OpenLocationMenuItem;
  239. private System.Windows.Forms.MenuItem ExitMenuItem;
  240. private System.Windows.Forms.CheckBox WrapTextCheckBox;
  241. private System.Windows.Forms.Button CleanLogsButton;
  242. private System.Windows.Forms.Button ChangeFontButton;
  243. private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
  244. private System.Windows.Forms.CheckBox TopMostCheckBox;
  245. private System.Windows.Forms.MenuItem ViewMenuItem;
  246. private System.Windows.Forms.MenuItem CleanLogsMenuItem;
  247. private System.Windows.Forms.MenuItem ChangeFontMenuItem;
  248. private System.Windows.Forms.MenuItem WrapTextMenuItem;
  249. private System.Windows.Forms.MenuItem TopMostMenuItem;
  250. private System.Windows.Forms.FlowLayoutPanel ToolbarFlowLayoutPanel;
  251. private System.Windows.Forms.MenuItem MenuItemSeparater;
  252. private System.Windows.Forms.MenuItem ShowToolbarMenuItem;
  253. }
  254. }