FormMain.Designer.cs 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296
  1. 
  2. namespace DocManager
  3. {
  4. partial class FormMain
  5. {
  6. /// <summary>
  7. /// Required designer variable.
  8. /// </summary>
  9. private System.ComponentModel.IContainer components = null;
  10. /// <summary>
  11. /// Clean up any resources being used.
  12. /// </summary>
  13. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  14. protected override void Dispose(bool disposing)
  15. {
  16. if (disposing && (components != null))
  17. {
  18. components.Dispose();
  19. }
  20. base.Dispose(disposing);
  21. }
  22. #region Windows Form Designer generated code
  23. /// <summary>
  24. /// Required method for Designer support - do not modify
  25. /// the contents of this method with the code editor.
  26. /// </summary>
  27. private void InitializeComponent()
  28. {
  29. System.Windows.Forms.TreeNode treeNode1 = new System.Windows.Forms.TreeNode("售前报价");
  30. System.Windows.Forms.TreeNode treeNode2 = new System.Windows.Forms.TreeNode("项目实施");
  31. System.Windows.Forms.TreeNode treeNode3 = new System.Windows.Forms.TreeNode("售后项目");
  32. System.Windows.Forms.TreeNode treeNode4 = new System.Windows.Forms.TreeNode("项目管理", new System.Windows.Forms.TreeNode[] {
  33. treeNode1,
  34. treeNode2,
  35. treeNode3});
  36. System.Windows.Forms.TreeNode treeNode5 = new System.Windows.Forms.TreeNode("文档资料");
  37. System.Windows.Forms.TreeNode treeNode6 = new System.Windows.Forms.TreeNode("文档管理", new System.Windows.Forms.TreeNode[] {
  38. treeNode5});
  39. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormMain));
  40. this.statusStrip1 = new System.Windows.Forms.StatusStrip();
  41. this.toolStripStatusLabel1 = new System.Windows.Forms.ToolStripStatusLabel();
  42. this.menuStrip1 = new System.Windows.Forms.MenuStrip();
  43. this.文件ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  44. this.退出ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  45. this.视图ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  46. this.展开折叠ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  47. this.菜单展开折叠ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  48. this.panel_top = new System.Windows.Forms.Panel();
  49. this.label8 = new System.Windows.Forms.Label();
  50. this.panel4 = new System.Windows.Forms.Panel();
  51. this.splitContainer_main = new System.Windows.Forms.SplitContainer();
  52. this.uiTreeViewControl_main = new Common.UI.UITreeViewControl();
  53. this.uiTabControl_main = new Common.UI.UITabControl();
  54. this.tabPage1 = new System.Windows.Forms.TabPage();
  55. this.tabPage2 = new System.Windows.Forms.TabPage();
  56. this.statusStrip1.SuspendLayout();
  57. this.menuStrip1.SuspendLayout();
  58. this.panel_top.SuspendLayout();
  59. ((System.ComponentModel.ISupportInitialize)(this.splitContainer_main)).BeginInit();
  60. this.splitContainer_main.Panel1.SuspendLayout();
  61. this.splitContainer_main.Panel2.SuspendLayout();
  62. this.splitContainer_main.SuspendLayout();
  63. this.uiTabControl_main.SuspendLayout();
  64. this.SuspendLayout();
  65. //
  66. // statusStrip1
  67. //
  68. this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  69. this.toolStripStatusLabel1});
  70. this.statusStrip1.Location = new System.Drawing.Point(0, 801);
  71. this.statusStrip1.Name = "statusStrip1";
  72. this.statusStrip1.Size = new System.Drawing.Size(1623, 22);
  73. this.statusStrip1.TabIndex = 0;
  74. this.statusStrip1.Text = "statusStrip1";
  75. //
  76. // toolStripStatusLabel1
  77. //
  78. this.toolStripStatusLabel1.Name = "toolStripStatusLabel1";
  79. this.toolStripStatusLabel1.Size = new System.Drawing.Size(56, 17);
  80. this.toolStripStatusLabel1.Text = "准备就绪";
  81. //
  82. // menuStrip1
  83. //
  84. this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  85. this.文件ToolStripMenuItem,
  86. this.视图ToolStripMenuItem});
  87. this.menuStrip1.Location = new System.Drawing.Point(0, 0);
  88. this.menuStrip1.Name = "menuStrip1";
  89. this.menuStrip1.Size = new System.Drawing.Size(1623, 25);
  90. this.menuStrip1.TabIndex = 1;
  91. this.menuStrip1.Text = "menuStrip1";
  92. //
  93. // 文件ToolStripMenuItem
  94. //
  95. this.文件ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
  96. this.退出ToolStripMenuItem});
  97. this.文件ToolStripMenuItem.Name = "文件ToolStripMenuItem";
  98. this.文件ToolStripMenuItem.Size = new System.Drawing.Size(44, 21);
  99. this.文件ToolStripMenuItem.Text = "文件";
  100. //
  101. // 退出ToolStripMenuItem
  102. //
  103. this.退出ToolStripMenuItem.Name = "退出ToolStripMenuItem";
  104. this.退出ToolStripMenuItem.Size = new System.Drawing.Size(100, 22);
  105. this.退出ToolStripMenuItem.Text = "退出";
  106. this.退出ToolStripMenuItem.Click += new System.EventHandler(this.退出ToolStripMenuItem_Click);
  107. //
  108. // 视图ToolStripMenuItem
  109. //
  110. this.视图ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
  111. this.展开折叠ToolStripMenuItem,
  112. this.菜单展开折叠ToolStripMenuItem});
  113. this.视图ToolStripMenuItem.Name = "视图ToolStripMenuItem";
  114. this.视图ToolStripMenuItem.Size = new System.Drawing.Size(44, 21);
  115. this.视图ToolStripMenuItem.Text = "视图";
  116. //
  117. // 展开折叠ToolStripMenuItem
  118. //
  119. this.展开折叠ToolStripMenuItem.Name = "展开折叠ToolStripMenuItem";
  120. this.展开折叠ToolStripMenuItem.Size = new System.Drawing.Size(165, 22);
  121. this.展开折叠ToolStripMenuItem.Text = "工具栏展开/折叠";
  122. this.展开折叠ToolStripMenuItem.Click += new System.EventHandler(this.工具栏展开折叠ToolStripMenuItem_Click);
  123. //
  124. // 菜单展开折叠ToolStripMenuItem
  125. //
  126. this.菜单展开折叠ToolStripMenuItem.Name = "菜单展开折叠ToolStripMenuItem";
  127. this.菜单展开折叠ToolStripMenuItem.Size = new System.Drawing.Size(165, 22);
  128. this.菜单展开折叠ToolStripMenuItem.Text = "菜单展开/折叠";
  129. this.菜单展开折叠ToolStripMenuItem.Click += new System.EventHandler(this.菜单展开折叠ToolStripMenuItem_Click);
  130. //
  131. // panel_top
  132. //
  133. this.panel_top.Controls.Add(this.label8);
  134. this.panel_top.Controls.Add(this.panel4);
  135. this.panel_top.Dock = System.Windows.Forms.DockStyle.Top;
  136. this.panel_top.Location = new System.Drawing.Point(0, 25);
  137. this.panel_top.Name = "panel_top";
  138. this.panel_top.Size = new System.Drawing.Size(1623, 62);
  139. this.panel_top.TabIndex = 8;
  140. //
  141. // label8
  142. //
  143. this.label8.AutoSize = true;
  144. this.label8.Font = new System.Drawing.Font("宋体", 21.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  145. this.label8.Location = new System.Drawing.Point(6, 14);
  146. this.label8.Name = "label8";
  147. this.label8.Size = new System.Drawing.Size(189, 29);
  148. this.label8.TabIndex = 8;
  149. this.label8.Text = "PRJ Manager";
  150. //
  151. // panel4
  152. //
  153. this.panel4.Dock = System.Windows.Forms.DockStyle.Right;
  154. this.panel4.Location = new System.Drawing.Point(1434, 0);
  155. this.panel4.Name = "panel4";
  156. this.panel4.Size = new System.Drawing.Size(189, 62);
  157. this.panel4.TabIndex = 1;
  158. //
  159. // splitContainer_main
  160. //
  161. this.splitContainer_main.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  162. this.splitContainer_main.Dock = System.Windows.Forms.DockStyle.Fill;
  163. this.splitContainer_main.FixedPanel = System.Windows.Forms.FixedPanel.Panel1;
  164. this.splitContainer_main.Location = new System.Drawing.Point(0, 87);
  165. this.splitContainer_main.Name = "splitContainer_main";
  166. //
  167. // splitContainer_main.Panel1
  168. //
  169. this.splitContainer_main.Panel1.Controls.Add(this.uiTreeViewControl_main);
  170. //
  171. // splitContainer_main.Panel2
  172. //
  173. this.splitContainer_main.Panel2.Controls.Add(this.uiTabControl_main);
  174. this.splitContainer_main.Size = new System.Drawing.Size(1623, 714);
  175. this.splitContainer_main.SplitterDistance = 222;
  176. this.splitContainer_main.TabIndex = 9;
  177. //
  178. // uiTreeViewControl_main
  179. //
  180. this.uiTreeViewControl_main.Dock = System.Windows.Forms.DockStyle.Fill;
  181. this.uiTreeViewControl_main.DrawMode = System.Windows.Forms.TreeViewDrawMode.OwnerDrawAll;
  182. this.uiTreeViewControl_main.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Bold);
  183. this.uiTreeViewControl_main.Indent = 10;
  184. this.uiTreeViewControl_main.ItemHeight = 30;
  185. this.uiTreeViewControl_main.Location = new System.Drawing.Point(0, 0);
  186. this.uiTreeViewControl_main.Name = "uiTreeViewControl_main";
  187. treeNode1.Name = "售前报价";
  188. treeNode1.Text = "售前报价";
  189. treeNode2.Name = "项目实施";
  190. treeNode2.Text = "项目实施";
  191. treeNode3.Name = "售后项目";
  192. treeNode3.Text = "售后项目";
  193. treeNode4.Name = "项目管理";
  194. treeNode4.Text = "项目管理";
  195. treeNode5.Name = "文档资料";
  196. treeNode5.Text = "文档资料";
  197. treeNode6.Name = "文档管理";
  198. treeNode6.Text = "文档管理";
  199. this.uiTreeViewControl_main.Nodes.AddRange(new System.Windows.Forms.TreeNode[] {
  200. treeNode4,
  201. treeNode6});
  202. this.uiTreeViewControl_main.ShowLines = false;
  203. this.uiTreeViewControl_main.Size = new System.Drawing.Size(220, 712);
  204. this.uiTreeViewControl_main.TabIndex = 0;
  205. this.uiTreeViewControl_main.MouseClick += new System.Windows.Forms.MouseEventHandler(this.uiTreeViewControl_main_MouseClick);
  206. //
  207. // uiTabControl_main
  208. //
  209. this.uiTabControl_main.Controls.Add(this.tabPage1);
  210. this.uiTabControl_main.Controls.Add(this.tabPage2);
  211. this.uiTabControl_main.Dock = System.Windows.Forms.DockStyle.Fill;
  212. this.uiTabControl_main.Location = new System.Drawing.Point(0, 0);
  213. this.uiTabControl_main.Name = "uiTabControl_main";
  214. this.uiTabControl_main.Padding = new System.Drawing.Point(10, 0);
  215. this.uiTabControl_main.SelectedIndex = 0;
  216. this.uiTabControl_main.Size = new System.Drawing.Size(1395, 712);
  217. this.uiTabControl_main.SizeMode = System.Windows.Forms.TabSizeMode.Fixed;
  218. this.uiTabControl_main.TabIndex = 0;
  219. this.uiTabControl_main.UITabContextMenuStrip = null;
  220. this.uiTabControl_main.UI_CloseTab_Click += new Common.UI.UITabControl.UI_CloseTab_Click_Delegate(this.uiTabControl_main_UI_CloseTab_Click);
  221. this.uiTabControl_main.SelectedIndexChanged += new System.EventHandler(this.uiTabControl_main_SelectedIndexChanged);
  222. //
  223. // tabPage1
  224. //
  225. this.tabPage1.Location = new System.Drawing.Point(4, 24);
  226. this.tabPage1.Name = "tabPage1";
  227. this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
  228. this.tabPage1.Size = new System.Drawing.Size(1387, 684);
  229. this.tabPage1.TabIndex = 0;
  230. this.tabPage1.Text = "tabPage1";
  231. this.tabPage1.UseVisualStyleBackColor = true;
  232. //
  233. // tabPage2
  234. //
  235. this.tabPage2.Location = new System.Drawing.Point(4, 24);
  236. this.tabPage2.Name = "tabPage2";
  237. this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
  238. this.tabPage2.Size = new System.Drawing.Size(1387, 684);
  239. this.tabPage2.TabIndex = 1;
  240. this.tabPage2.Text = "tabPage2";
  241. this.tabPage2.UseVisualStyleBackColor = true;
  242. //
  243. // FormPRJMain
  244. //
  245. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  246. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  247. this.ClientSize = new System.Drawing.Size(1623, 823);
  248. this.Controls.Add(this.splitContainer_main);
  249. this.Controls.Add(this.panel_top);
  250. this.Controls.Add(this.statusStrip1);
  251. this.Controls.Add(this.menuStrip1);
  252. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  253. this.MainMenuStrip = this.menuStrip1;
  254. this.Name = "FormPRJMain";
  255. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  256. this.Text = "PRJ Manager";
  257. this.Load += new System.EventHandler(this.FormPRJMain_Load);
  258. this.statusStrip1.ResumeLayout(false);
  259. this.statusStrip1.PerformLayout();
  260. this.menuStrip1.ResumeLayout(false);
  261. this.menuStrip1.PerformLayout();
  262. this.panel_top.ResumeLayout(false);
  263. this.panel_top.PerformLayout();
  264. this.splitContainer_main.Panel1.ResumeLayout(false);
  265. this.splitContainer_main.Panel2.ResumeLayout(false);
  266. ((System.ComponentModel.ISupportInitialize)(this.splitContainer_main)).EndInit();
  267. this.splitContainer_main.ResumeLayout(false);
  268. this.uiTabControl_main.ResumeLayout(false);
  269. this.ResumeLayout(false);
  270. this.PerformLayout();
  271. }
  272. #endregion
  273. private System.Windows.Forms.StatusStrip statusStrip1;
  274. private System.Windows.Forms.MenuStrip menuStrip1;
  275. private System.Windows.Forms.ToolStripMenuItem 文件ToolStripMenuItem;
  276. private System.Windows.Forms.Panel panel_top;
  277. private System.Windows.Forms.Label label8;
  278. private System.Windows.Forms.Panel panel4;
  279. private System.Windows.Forms.SplitContainer splitContainer_main;
  280. private Common.UI.UITreeViewControl uiTreeViewControl_main;
  281. private Common.UI.UITabControl uiTabControl_main;
  282. private System.Windows.Forms.TabPage tabPage1;
  283. private System.Windows.Forms.TabPage tabPage2;
  284. private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel1;
  285. private System.Windows.Forms.ToolStripMenuItem 视图ToolStripMenuItem;
  286. private System.Windows.Forms.ToolStripMenuItem 展开折叠ToolStripMenuItem;
  287. private System.Windows.Forms.ToolStripMenuItem 菜单展开折叠ToolStripMenuItem;
  288. private System.Windows.Forms.ToolStripMenuItem 退出ToolStripMenuItem;
  289. }
  290. }