MainForm.Designer.cs 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218
  1. namespace PMSUI
  2. {
  3. partial class MainForm
  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(MainForm));
  30. this.statusStrip1 = new System.Windows.Forms.StatusStrip();
  31. this.menuStrip1 = new System.Windows.Forms.MenuStrip();
  32. this.toolStripContainer1 = new System.Windows.Forms.ToolStripContainer();
  33. this.splitContainer1 = new System.Windows.Forms.SplitContainer();
  34. this.treeViewEx1 = new System.Windows.Forms.TreeViewEx();
  35. this.arrowImageList = new System.Windows.Forms.ImageList(this.components);
  36. this.imageList1 = new System.Windows.Forms.ImageList(this.components);
  37. this.tabControl1 = new System.Windows.Forms.TabControl();
  38. this.timer1 = new System.Windows.Forms.Timer(this.components);
  39. this.timer_CheckForm = new System.Windows.Forms.Timer(this.components);
  40. this.toolStripContainer1.ContentPanel.SuspendLayout();
  41. this.toolStripContainer1.SuspendLayout();
  42. ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
  43. this.splitContainer1.Panel1.SuspendLayout();
  44. this.splitContainer1.Panel2.SuspendLayout();
  45. this.splitContainer1.SuspendLayout();
  46. this.SuspendLayout();
  47. //
  48. // statusStrip1
  49. //
  50. this.statusStrip1.Location = new System.Drawing.Point(0, 375);
  51. this.statusStrip1.Name = "statusStrip1";
  52. this.statusStrip1.Size = new System.Drawing.Size(966, 22);
  53. this.statusStrip1.TabIndex = 11;
  54. this.statusStrip1.Text = "statusStrip1";
  55. //
  56. // menuStrip1
  57. //
  58. this.menuStrip1.BackColor = System.Drawing.SystemColors.Control;
  59. this.menuStrip1.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  60. this.menuStrip1.Location = new System.Drawing.Point(0, 0);
  61. this.menuStrip1.Name = "menuStrip1";
  62. this.menuStrip1.Size = new System.Drawing.Size(966, 24);
  63. this.menuStrip1.TabIndex = 12;
  64. this.menuStrip1.Text = "menuStrip1";
  65. //
  66. // toolStripContainer1
  67. //
  68. //
  69. // toolStripContainer1.ContentPanel
  70. //
  71. this.toolStripContainer1.ContentPanel.BackColor = System.Drawing.Color.Transparent;
  72. this.toolStripContainer1.ContentPanel.Controls.Add(this.splitContainer1);
  73. this.toolStripContainer1.ContentPanel.Size = new System.Drawing.Size(966, 326);
  74. this.toolStripContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
  75. this.toolStripContainer1.Location = new System.Drawing.Point(0, 24);
  76. this.toolStripContainer1.Name = "toolStripContainer1";
  77. this.toolStripContainer1.Size = new System.Drawing.Size(966, 351);
  78. this.toolStripContainer1.TabIndex = 13;
  79. this.toolStripContainer1.Text = "toolStripContainer1";
  80. //
  81. // splitContainer1
  82. //
  83. this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
  84. this.splitContainer1.IsSplitterFixed = true;
  85. this.splitContainer1.Location = new System.Drawing.Point(0, 0);
  86. this.splitContainer1.Name = "splitContainer1";
  87. //
  88. // splitContainer1.Panel1
  89. //
  90. this.splitContainer1.Panel1.Controls.Add(this.treeViewEx1);
  91. //
  92. // splitContainer1.Panel2
  93. //
  94. this.splitContainer1.Panel2.Controls.Add(this.tabControl1);
  95. this.splitContainer1.Size = new System.Drawing.Size(966, 326);
  96. this.splitContainer1.SplitterDistance = 155;
  97. this.splitContainer1.TabIndex = 1;
  98. //
  99. // treeViewEx1
  100. //
  101. this.treeViewEx1.arrowImageList = this.arrowImageList;
  102. this.treeViewEx1.BackColor = System.Drawing.Color.White;
  103. this.treeViewEx1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  104. this.treeViewEx1.ColorEx = System.Drawing.SystemColors.GradientInactiveCaption;
  105. this.treeViewEx1.Dock = System.Windows.Forms.DockStyle.Fill;
  106. this.treeViewEx1.DrawMode = System.Windows.Forms.TreeViewDrawMode.OwnerDrawAll;
  107. this.treeViewEx1.Font = new System.Drawing.Font("微软雅黑", 9.7F);
  108. this.treeViewEx1.ForeColor = System.Drawing.Color.Black;
  109. this.treeViewEx1.FullRowSelect = true;
  110. this.treeViewEx1.HideSelection = false;
  111. this.treeViewEx1.HotTracking = true;
  112. this.treeViewEx1.ImageIndex = 0;
  113. this.treeViewEx1.ImageList = this.imageList1;
  114. this.treeViewEx1.Location = new System.Drawing.Point(0, 0);
  115. this.treeViewEx1.Name = "treeViewEx1";
  116. this.treeViewEx1.SelectColor = System.Drawing.Color.DodgerBlue;
  117. this.treeViewEx1.SelectColor2 = System.Drawing.Color.LightSkyBlue;
  118. this.treeViewEx1.SelectedImageIndex = 0;
  119. this.treeViewEx1.ShowLines = false;
  120. this.treeViewEx1.Size = new System.Drawing.Size(155, 326);
  121. this.treeViewEx1.TabIndex = 1;
  122. this.treeViewEx1.AfterExpand += new System.Windows.Forms.TreeViewEventHandler(this.treeViewEx1_AfterExpand);
  123. this.treeViewEx1.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.treeViewEx1_AfterSelect);
  124. //
  125. // arrowImageList
  126. //
  127. this.arrowImageList.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("arrowImageList.ImageStream")));
  128. this.arrowImageList.TransparentColor = System.Drawing.Color.Transparent;
  129. this.arrowImageList.Images.SetKeyName(0, "1.png");
  130. this.arrowImageList.Images.SetKeyName(1, "2.png");
  131. this.arrowImageList.Images.SetKeyName(2, "3.png");
  132. this.arrowImageList.Images.SetKeyName(3, "4.png");
  133. //
  134. // imageList1
  135. //
  136. this.imageList1.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
  137. this.imageList1.TransparentColor = System.Drawing.Color.Transparent;
  138. this.imageList1.Images.SetKeyName(0, "0.png");
  139. this.imageList1.Images.SetKeyName(1, "1.png");
  140. this.imageList1.Images.SetKeyName(2, "2.png");
  141. this.imageList1.Images.SetKeyName(3, "3.png");
  142. this.imageList1.Images.SetKeyName(4, "4.png");
  143. this.imageList1.Images.SetKeyName(5, "5.png");
  144. this.imageList1.Images.SetKeyName(6, "6.png");
  145. this.imageList1.Images.SetKeyName(7, "8.png");
  146. this.imageList1.Images.SetKeyName(8, "9.png");
  147. this.imageList1.Images.SetKeyName(9, "10.png");
  148. this.imageList1.Images.SetKeyName(10, "11.png");
  149. this.imageList1.Images.SetKeyName(11, "12.png");
  150. this.imageList1.Images.SetKeyName(12, "13.png");
  151. this.imageList1.Images.SetKeyName(13, "14.png");
  152. this.imageList1.Images.SetKeyName(14, "15.png");
  153. //
  154. // tabControl1
  155. //
  156. this.tabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
  157. this.tabControl1.Location = new System.Drawing.Point(0, 0);
  158. this.tabControl1.Multiline = true;
  159. this.tabControl1.Name = "tabControl1";
  160. this.tabControl1.SelectedIndex = 0;
  161. this.tabControl1.ShowToolTips = true;
  162. this.tabControl1.Size = new System.Drawing.Size(807, 326);
  163. this.tabControl1.TabIndex = 0;
  164. this.tabControl1.MouseClick += new System.Windows.Forms.MouseEventHandler(this.tabControl1_MouseClick);
  165. this.tabControl1.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.tabControl1_MouseDoubleClick);
  166. //
  167. // timer1
  168. //
  169. this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
  170. //
  171. // timer_CheckForm
  172. //
  173. this.timer_CheckForm.Tick += new System.EventHandler(this.timer_CheckForm_Tick);
  174. //
  175. // MainForm
  176. //
  177. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  178. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  179. this.AutoScroll = true;
  180. this.ClientSize = new System.Drawing.Size(966, 397);
  181. this.Controls.Add(this.toolStripContainer1);
  182. this.Controls.Add(this.menuStrip1);
  183. this.Controls.Add(this.statusStrip1);
  184. this.Name = "MainForm";
  185. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  186. this.Text = "PMS";
  187. this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
  188. this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.SettingForm_FormClosed);
  189. this.Load += new System.EventHandler(this.SettingForm_Load);
  190. this.toolStripContainer1.ContentPanel.ResumeLayout(false);
  191. this.toolStripContainer1.ResumeLayout(false);
  192. this.toolStripContainer1.PerformLayout();
  193. this.splitContainer1.Panel1.ResumeLayout(false);
  194. this.splitContainer1.Panel2.ResumeLayout(false);
  195. ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
  196. this.splitContainer1.ResumeLayout(false);
  197. this.ResumeLayout(false);
  198. this.PerformLayout();
  199. }
  200. #endregion
  201. private System.Windows.Forms.StatusStrip statusStrip1;
  202. private System.Windows.Forms.MenuStrip menuStrip1;
  203. private System.Windows.Forms.ToolStripContainer toolStripContainer1;
  204. private System.Windows.Forms.SplitContainer splitContainer1;
  205. private System.Windows.Forms.TabControl tabControl1;
  206. private System.Windows.Forms.TreeViewEx treeViewEx1;
  207. private System.Windows.Forms.Timer timer1;
  208. private System.Windows.Forms.Timer timer_CheckForm;
  209. protected System.Windows.Forms.ImageList arrowImageList;
  210. private System.Windows.Forms.ImageList imageList1;
  211. }
  212. }