FormMain.Designer.cs 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244
  1. namespace GTD_Time_Manager
  2. {
  3. partial class FormMain
  4. {
  5. /// <summary>
  6. /// 必需的设计器变量。
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// 清理所有正在使用的资源。
  11. /// </summary>
  12. /// <param name="disposing">如果应释放托管资源,为 true;否则为 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 窗体设计器生成的代码
  22. /// <summary>
  23. /// 设计器支持所需的方法 - 不要修改
  24. /// 使用代码编辑器修改此方法的内容。
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.components = new System.ComponentModel.Container();
  29. System.Windows.Forms.TreeNode treeNode1 = new System.Windows.Forms.TreeNode("总体概览");
  30. System.Windows.Forms.TreeNode treeNode2 = new System.Windows.Forms.TreeNode("任务概览", new System.Windows.Forms.TreeNode[] {
  31. treeNode1});
  32. System.Windows.Forms.TreeNode treeNode3 = new System.Windows.Forms.TreeNode("收集箱");
  33. System.Windows.Forms.TreeNode treeNode4 = new System.Windows.Forms.TreeNode("下一步行动");
  34. System.Windows.Forms.TreeNode treeNode5 = new System.Windows.Forms.TreeNode("日程待办");
  35. System.Windows.Forms.TreeNode treeNode6 = new System.Windows.Forms.TreeNode("等待事项");
  36. System.Windows.Forms.TreeNode treeNode7 = new System.Windows.Forms.TreeNode("GTD管理", new System.Windows.Forms.TreeNode[] {
  37. treeNode3,
  38. treeNode4,
  39. treeNode5,
  40. treeNode6});
  41. System.Windows.Forms.TreeNode treeNode8 = new System.Windows.Forms.TreeNode("项目(策划)");
  42. System.Windows.Forms.TreeNode treeNode9 = new System.Windows.Forms.TreeNode("项目列表", new System.Windows.Forms.TreeNode[] {
  43. treeNode8});
  44. System.Windows.Forms.TreeNode treeNode10 = new System.Windows.Forms.TreeNode("垃圾箱");
  45. System.Windows.Forms.TreeNode treeNode11 = new System.Windows.Forms.TreeNode("未来某天");
  46. System.Windows.Forms.TreeNode treeNode12 = new System.Windows.Forms.TreeNode("参考资料");
  47. System.Windows.Forms.TreeNode treeNode13 = new System.Windows.Forms.TreeNode("未来事项", new System.Windows.Forms.TreeNode[] {
  48. treeNode10,
  49. treeNode11,
  50. treeNode12});
  51. System.Windows.Forms.TreeNode treeNode14 = new System.Windows.Forms.TreeNode("GTD说明");
  52. System.Windows.Forms.TreeNode treeNode15 = new System.Windows.Forms.TreeNode("关于GTD", new System.Windows.Forms.TreeNode[] {
  53. treeNode14});
  54. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormMain));
  55. this.splitContainer1 = new System.Windows.Forms.SplitContainer();
  56. this.uiTreeViewControl_main = new LabelDesGTD_Time_Managerigner.UI.UITreeViewControl();
  57. this.panel1 = new System.Windows.Forms.Panel();
  58. this.label1 = new System.Windows.Forms.Label();
  59. this.uiRoundPanel_header = new GTD_Time_Manager.UI.UIRoundPanel();
  60. this.panel_main = new System.Windows.Forms.Panel();
  61. this.notifyIcon1 = new System.Windows.Forms.NotifyIcon(this.components);
  62. this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
  63. this.显示ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  64. ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
  65. this.splitContainer1.Panel1.SuspendLayout();
  66. this.splitContainer1.Panel2.SuspendLayout();
  67. this.splitContainer1.SuspendLayout();
  68. this.panel1.SuspendLayout();
  69. this.contextMenuStrip1.SuspendLayout();
  70. this.SuspendLayout();
  71. //
  72. // splitContainer1
  73. //
  74. this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
  75. this.splitContainer1.FixedPanel = System.Windows.Forms.FixedPanel.Panel1;
  76. this.splitContainer1.Location = new System.Drawing.Point(0, 0);
  77. this.splitContainer1.Name = "splitContainer1";
  78. //
  79. // splitContainer1.Panel1
  80. //
  81. this.splitContainer1.Panel1.Controls.Add(this.uiTreeViewControl_main);
  82. this.splitContainer1.Panel1.Controls.Add(this.panel1);
  83. //
  84. // splitContainer1.Panel2
  85. //
  86. this.splitContainer1.Panel2.Controls.Add(this.panel_main);
  87. this.splitContainer1.Size = new System.Drawing.Size(1520, 825);
  88. this.splitContainer1.SplitterDistance = 256;
  89. this.splitContainer1.TabIndex = 1;
  90. //
  91. // uiTreeViewControl_main
  92. //
  93. this.uiTreeViewControl_main.Dock = System.Windows.Forms.DockStyle.Fill;
  94. this.uiTreeViewControl_main.DrawMode = System.Windows.Forms.TreeViewDrawMode.OwnerDrawAll;
  95. this.uiTreeViewControl_main.Font = new System.Drawing.Font("思源黑体 CN Regular", 10F, System.Drawing.FontStyle.Bold);
  96. this.uiTreeViewControl_main.Indent = 10;
  97. this.uiTreeViewControl_main.ItemHeight = 30;
  98. this.uiTreeViewControl_main.Location = new System.Drawing.Point(0, 71);
  99. this.uiTreeViewControl_main.Name = "uiTreeViewControl_main";
  100. treeNode1.Name = "节点2";
  101. treeNode1.Text = "总体概览";
  102. treeNode2.Name = "节点0";
  103. treeNode2.Text = "任务概览";
  104. treeNode3.Name = "节点2";
  105. treeNode3.Text = "收集箱";
  106. treeNode4.Name = "节点5";
  107. treeNode4.Text = "下一步行动";
  108. treeNode5.Name = "节点6";
  109. treeNode5.Text = "日程待办";
  110. treeNode6.Name = "节点7";
  111. treeNode6.Text = "等待事项";
  112. treeNode7.Name = "节点1";
  113. treeNode7.Text = "GTD管理";
  114. treeNode8.Name = "节点9";
  115. treeNode8.Text = "项目(策划)";
  116. treeNode9.Name = "节点3";
  117. treeNode9.Text = "项目列表";
  118. treeNode10.Name = "节点13";
  119. treeNode10.Text = "垃圾箱";
  120. treeNode11.Name = "节点11";
  121. treeNode11.Text = "未来某天";
  122. treeNode12.Name = "节点12";
  123. treeNode12.Text = "参考资料";
  124. treeNode13.Name = "节点4";
  125. treeNode13.Text = "未来事项";
  126. treeNode14.Name = "节点16";
  127. treeNode14.Text = "GTD说明";
  128. treeNode15.Name = "节点15";
  129. treeNode15.Text = "关于GTD";
  130. this.uiTreeViewControl_main.Nodes.AddRange(new System.Windows.Forms.TreeNode[] {
  131. treeNode2,
  132. treeNode7,
  133. treeNode9,
  134. treeNode13,
  135. treeNode15});
  136. this.uiTreeViewControl_main.ShowLines = false;
  137. this.uiTreeViewControl_main.Size = new System.Drawing.Size(256, 754);
  138. this.uiTreeViewControl_main.TabIndex = 3;
  139. this.uiTreeViewControl_main.MouseClick += new System.Windows.Forms.MouseEventHandler(this.uiTreeViewControl_main_MouseClick);
  140. //
  141. // panel1
  142. //
  143. this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  144. this.panel1.Controls.Add(this.label1);
  145. this.panel1.Controls.Add(this.uiRoundPanel_header);
  146. this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
  147. this.panel1.Location = new System.Drawing.Point(0, 0);
  148. this.panel1.Name = "panel1";
  149. this.panel1.Size = new System.Drawing.Size(256, 71);
  150. this.panel1.TabIndex = 2;
  151. //
  152. // label1
  153. //
  154. this.label1.AutoSize = true;
  155. this.label1.Font = new System.Drawing.Font("思源黑体 CN Regular", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
  156. this.label1.Location = new System.Drawing.Point(69, 30);
  157. this.label1.Name = "label1";
  158. this.label1.Size = new System.Drawing.Size(79, 19);
  159. this.label1.TabIndex = 3;
  160. this.label1.Text = "JuanFei.Li";
  161. //
  162. // uiRoundPanel_header
  163. //
  164. this.uiRoundPanel_header._setRoundRadius = 48;
  165. this.uiRoundPanel_header.BackgroundImage = global::GTD_Time_Manager.Properties.Resources.Head002;
  166. this.uiRoundPanel_header.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
  167. this.uiRoundPanel_header.Location = new System.Drawing.Point(7, 12);
  168. this.uiRoundPanel_header.Margin = new System.Windows.Forms.Padding(0);
  169. this.uiRoundPanel_header.Name = "uiRoundPanel_header";
  170. this.uiRoundPanel_header.Size = new System.Drawing.Size(48, 48);
  171. this.uiRoundPanel_header.TabIndex = 0;
  172. //
  173. // panel_main
  174. //
  175. this.panel_main.Dock = System.Windows.Forms.DockStyle.Fill;
  176. this.panel_main.Location = new System.Drawing.Point(0, 0);
  177. this.panel_main.Name = "panel_main";
  178. this.panel_main.Size = new System.Drawing.Size(1260, 825);
  179. this.panel_main.TabIndex = 0;
  180. //
  181. // notifyIcon1
  182. //
  183. this.notifyIcon1.ContextMenuStrip = this.contextMenuStrip1;
  184. this.notifyIcon1.Icon = ((System.Drawing.Icon)(resources.GetObject("notifyIcon1.Icon")));
  185. this.notifyIcon1.Text = "GTD Time Manager";
  186. this.notifyIcon1.Visible = true;
  187. this.notifyIcon1.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.notifyIcon1_MouseDoubleClick);
  188. //
  189. // contextMenuStrip1
  190. //
  191. this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  192. this.显示ToolStripMenuItem});
  193. this.contextMenuStrip1.Name = "contextMenuStrip1";
  194. this.contextMenuStrip1.Size = new System.Drawing.Size(101, 26);
  195. //
  196. // 显示ToolStripMenuItem
  197. //
  198. this.显示ToolStripMenuItem.Name = "显示ToolStripMenuItem";
  199. this.显示ToolStripMenuItem.Size = new System.Drawing.Size(100, 22);
  200. this.显示ToolStripMenuItem.Text = "显示";
  201. this.显示ToolStripMenuItem.Click += new System.EventHandler(this.显示ToolStripMenuItem_Click);
  202. //
  203. // FormMain
  204. //
  205. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F);
  206. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  207. this.ClientSize = new System.Drawing.Size(1520, 825);
  208. this.Controls.Add(this.splitContainer1);
  209. this.Font = new System.Drawing.Font("思源黑体 CN Regular", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(128)));
  210. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  211. this.Margin = new System.Windows.Forms.Padding(4);
  212. this.Name = "FormMain";
  213. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  214. this.Text = "GTD Time Manager";
  215. this.Load += new System.EventHandler(this.FormMain_Load);
  216. this.SizeChanged += new System.EventHandler(this.FormMain_SizeChanged);
  217. this.splitContainer1.Panel1.ResumeLayout(false);
  218. this.splitContainer1.Panel2.ResumeLayout(false);
  219. ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
  220. this.splitContainer1.ResumeLayout(false);
  221. this.panel1.ResumeLayout(false);
  222. this.panel1.PerformLayout();
  223. this.contextMenuStrip1.ResumeLayout(false);
  224. this.ResumeLayout(false);
  225. }
  226. #endregion
  227. private UI.UIRoundPanel uiRoundPanel_header;
  228. private System.Windows.Forms.SplitContainer splitContainer1;
  229. private System.Windows.Forms.Panel panel1;
  230. private System.Windows.Forms.Label label1;
  231. private LabelDesGTD_Time_Managerigner.UI.UITreeViewControl uiTreeViewControl_main;
  232. private System.Windows.Forms.Panel panel_main;
  233. private System.Windows.Forms.NotifyIcon notifyIcon1;
  234. private System.Windows.Forms.ContextMenuStrip contextMenuStrip1;
  235. private System.Windows.Forms.ToolStripMenuItem 显示ToolStripMenuItem;
  236. }
  237. }