Main.Designer.cs 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318
  1. namespace UAS_MES
  2. {
  3. partial class Main
  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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Main));
  30. this.ProductName = new System.Windows.Forms.Label();
  31. this.MainTabControl = new System.Windows.Forms.TabControl();
  32. this.inf_name_label = new System.Windows.Forms.Label();
  33. this.BasicInf = new System.Windows.Forms.Panel();
  34. this.Inf_currentstep = new System.Windows.Forms.Label();
  35. this.Inf_currentstep_label = new System.Windows.Forms.Label();
  36. this.Inf_name = new System.Windows.Forms.Label();
  37. this.Inf_linecode = new System.Windows.Forms.Label();
  38. this.Inf_source = new System.Windows.Forms.Label();
  39. this.Inf_db = new System.Windows.Forms.Label();
  40. this.Inf_linecode_label = new System.Windows.Forms.Label();
  41. this.Inf_db_label = new System.Windows.Forms.Label();
  42. this.Inf_source_label = new System.Windows.Forms.Label();
  43. this.panel1 = new System.Windows.Forms.Panel();
  44. this.Menu = new UAS_MES.CustomControl.AccordionMenu.AccordionMenu();
  45. this.notifyIcon1 = new System.Windows.Forms.NotifyIcon(this.components);
  46. this.pictureBox1 = new System.Windows.Forms.PictureBox();
  47. this.headBar1 = new UAS_MES.CustomControl.HeadBar();
  48. this.BasicInf.SuspendLayout();
  49. this.panel1.SuspendLayout();
  50. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
  51. this.SuspendLayout();
  52. //
  53. // ProductName
  54. //
  55. this.ProductName.AutoSize = true;
  56. this.ProductName.BackColor = System.Drawing.SystemColors.ControlDarkDark;
  57. this.ProductName.Font = new System.Drawing.Font("微软雅黑", 13F);
  58. this.ProductName.ForeColor = System.Drawing.SystemColors.ButtonFace;
  59. this.ProductName.Location = new System.Drawing.Point(108, 3);
  60. this.ProductName.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  61. this.ProductName.Name = "ProductName";
  62. this.ProductName.Size = new System.Drawing.Size(233, 30);
  63. this.ProductName.TabIndex = 3;
  64. this.ProductName.Text = "优软科技制造执行系统";
  65. //
  66. // MainTabControl
  67. //
  68. this.MainTabControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  69. | System.Windows.Forms.AnchorStyles.Left)
  70. | System.Windows.Forms.AnchorStyles.Right)));
  71. this.MainTabControl.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  72. this.MainTabControl.ItemSize = new System.Drawing.Size(96, 25);
  73. this.MainTabControl.Location = new System.Drawing.Point(209, 41);
  74. this.MainTabControl.Margin = new System.Windows.Forms.Padding(4);
  75. this.MainTabControl.Name = "MainTabControl";
  76. this.MainTabControl.SelectedIndex = 0;
  77. this.MainTabControl.Size = new System.Drawing.Size(1091, 700);
  78. this.MainTabControl.TabIndex = 7;
  79. this.MainTabControl.Selected += new System.Windows.Forms.TabControlEventHandler(this.MainTabControl_Selected);
  80. this.MainTabControl.ControlRemoved += new System.Windows.Forms.ControlEventHandler(this.MainTabControl_ControlRemoved);
  81. //
  82. // inf_name_label
  83. //
  84. this.inf_name_label.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
  85. this.inf_name_label.AutoSize = true;
  86. this.inf_name_label.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  87. this.inf_name_label.Location = new System.Drawing.Point(8, 10);
  88. this.inf_name_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  89. this.inf_name_label.Name = "inf_name_label";
  90. this.inf_name_label.Size = new System.Drawing.Size(43, 20);
  91. this.inf_name_label.TabIndex = 4;
  92. this.inf_name_label.Text = "姓名:";
  93. //
  94. // BasicInf
  95. //
  96. this.BasicInf.Controls.Add(this.Inf_currentstep);
  97. this.BasicInf.Controls.Add(this.Inf_currentstep_label);
  98. this.BasicInf.Controls.Add(this.Inf_name);
  99. this.BasicInf.Controls.Add(this.Inf_linecode);
  100. this.BasicInf.Controls.Add(this.Inf_source);
  101. this.BasicInf.Controls.Add(this.Inf_db);
  102. this.BasicInf.Controls.Add(this.Inf_linecode_label);
  103. this.BasicInf.Controls.Add(this.Inf_db_label);
  104. this.BasicInf.Controls.Add(this.Inf_source_label);
  105. this.BasicInf.Controls.Add(this.inf_name_label);
  106. this.BasicInf.Dock = System.Windows.Forms.DockStyle.Bottom;
  107. this.BasicInf.Location = new System.Drawing.Point(0, 741);
  108. this.BasicInf.Margin = new System.Windows.Forms.Padding(4);
  109. this.BasicInf.Name = "BasicInf";
  110. this.BasicInf.Size = new System.Drawing.Size(1304, 39);
  111. this.BasicInf.TabIndex = 6;
  112. this.BasicInf.SizeChanged += new System.EventHandler(this.BasicInf_SizeChanged);
  113. //
  114. // Inf_currentstep
  115. //
  116. this.Inf_currentstep.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
  117. this.Inf_currentstep.AutoSize = true;
  118. this.Inf_currentstep.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  119. this.Inf_currentstep.Location = new System.Drawing.Point(304, 10);
  120. this.Inf_currentstep.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  121. this.Inf_currentstep.Name = "Inf_currentstep";
  122. this.Inf_currentstep.Size = new System.Drawing.Size(0, 20);
  123. this.Inf_currentstep.TabIndex = 15;
  124. //
  125. // Inf_currentstep_label
  126. //
  127. this.Inf_currentstep_label.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
  128. this.Inf_currentstep_label.AutoSize = true;
  129. this.Inf_currentstep_label.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  130. this.Inf_currentstep_label.Location = new System.Drawing.Point(196, 10);
  131. this.Inf_currentstep_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  132. this.Inf_currentstep_label.Name = "Inf_currentstep_label";
  133. this.Inf_currentstep_label.Size = new System.Drawing.Size(73, 20);
  134. this.Inf_currentstep_label.TabIndex = 14;
  135. this.Inf_currentstep_label.Text = "岗位工序:";
  136. //
  137. // Inf_name
  138. //
  139. this.Inf_name.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
  140. this.Inf_name.AutoSize = true;
  141. this.Inf_name.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  142. this.Inf_name.Location = new System.Drawing.Point(85, 10);
  143. this.Inf_name.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  144. this.Inf_name.Name = "Inf_name";
  145. this.Inf_name.Size = new System.Drawing.Size(0, 20);
  146. this.Inf_name.TabIndex = 13;
  147. //
  148. // Inf_linecode
  149. //
  150. this.Inf_linecode.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
  151. this.Inf_linecode.AutoSize = true;
  152. this.Inf_linecode.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  153. this.Inf_linecode.Location = new System.Drawing.Point(541, 10);
  154. this.Inf_linecode.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  155. this.Inf_linecode.Name = "Inf_linecode";
  156. this.Inf_linecode.Size = new System.Drawing.Size(0, 20);
  157. this.Inf_linecode.TabIndex = 11;
  158. //
  159. // Inf_source
  160. //
  161. this.Inf_source.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
  162. this.Inf_source.AutoSize = true;
  163. this.Inf_source.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  164. this.Inf_source.Location = new System.Drawing.Point(753, 10);
  165. this.Inf_source.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  166. this.Inf_source.Name = "Inf_source";
  167. this.Inf_source.Size = new System.Drawing.Size(0, 20);
  168. this.Inf_source.TabIndex = 10;
  169. //
  170. // Inf_db
  171. //
  172. this.Inf_db.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
  173. this.Inf_db.AutoSize = true;
  174. this.Inf_db.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  175. this.Inf_db.Location = new System.Drawing.Point(1029, 10);
  176. this.Inf_db.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  177. this.Inf_db.Name = "Inf_db";
  178. this.Inf_db.Size = new System.Drawing.Size(0, 20);
  179. this.Inf_db.TabIndex = 9;
  180. //
  181. // Inf_linecode_label
  182. //
  183. this.Inf_linecode_label.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
  184. this.Inf_linecode_label.AutoSize = true;
  185. this.Inf_linecode_label.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  186. this.Inf_linecode_label.Location = new System.Drawing.Point(461, 10);
  187. this.Inf_linecode_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  188. this.Inf_linecode_label.Name = "Inf_linecode_label";
  189. this.Inf_linecode_label.Size = new System.Drawing.Size(43, 20);
  190. this.Inf_linecode_label.TabIndex = 8;
  191. this.Inf_linecode_label.Text = "线别:";
  192. //
  193. // Inf_db_label
  194. //
  195. this.Inf_db_label.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
  196. this.Inf_db_label.AutoSize = true;
  197. this.Inf_db_label.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  198. this.Inf_db_label.Location = new System.Drawing.Point(935, 10);
  199. this.Inf_db_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  200. this.Inf_db_label.Name = "Inf_db_label";
  201. this.Inf_db_label.Size = new System.Drawing.Size(58, 20);
  202. this.Inf_db_label.TabIndex = 7;
  203. this.Inf_db_label.Text = "数据库:";
  204. //
  205. // Inf_source_label
  206. //
  207. this.Inf_source_label.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
  208. this.Inf_source_label.AutoSize = true;
  209. this.Inf_source_label.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  210. this.Inf_source_label.Location = new System.Drawing.Point(673, 10);
  211. this.Inf_source_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  212. this.Inf_source_label.Name = "Inf_source_label";
  213. this.Inf_source_label.Size = new System.Drawing.Size(43, 20);
  214. this.Inf_source_label.TabIndex = 6;
  215. this.Inf_source_label.Text = "资源:";
  216. //
  217. // panel1
  218. //
  219. this.panel1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  220. | System.Windows.Forms.AnchorStyles.Left)));
  221. this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  222. this.panel1.Controls.Add(this.Menu);
  223. this.panel1.Location = new System.Drawing.Point(0, 40);
  224. this.panel1.Margin = new System.Windows.Forms.Padding(4);
  225. this.panel1.Name = "panel1";
  226. this.panel1.Size = new System.Drawing.Size(206, 702);
  227. this.panel1.TabIndex = 1;
  228. //
  229. // Menu
  230. //
  231. this.Menu.Dock = System.Windows.Forms.DockStyle.Fill;
  232. this.Menu.Location = new System.Drawing.Point(0, 0);
  233. this.Menu.Margin = new System.Windows.Forms.Padding(5);
  234. this.Menu.Name = "Menu";
  235. this.Menu.Size = new System.Drawing.Size(204, 700);
  236. this.Menu.TabIndex = 3;
  237. //
  238. // notifyIcon1
  239. //
  240. this.notifyIcon1.Text = "notifyIcon1";
  241. this.notifyIcon1.Visible = true;
  242. //
  243. // pictureBox1
  244. //
  245. this.pictureBox1.Image = global::UAS_MES.Properties.Resources.uas_blue;
  246. this.pictureBox1.Location = new System.Drawing.Point(0, 0);
  247. this.pictureBox1.Margin = new System.Windows.Forms.Padding(4);
  248. this.pictureBox1.Name = "pictureBox1";
  249. this.pictureBox1.Size = new System.Drawing.Size(100, 41);
  250. this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
  251. this.pictureBox1.TabIndex = 4;
  252. this.pictureBox1.TabStop = false;
  253. //
  254. // headBar1
  255. //
  256. this.headBar1.BackColor = System.Drawing.SystemColors.ControlDarkDark;
  257. this.headBar1.Dock = System.Windows.Forms.DockStyle.Top;
  258. this.headBar1.Location = new System.Drawing.Point(0, 0);
  259. this.headBar1.Margin = new System.Windows.Forms.Padding(5);
  260. this.headBar1.Name = "headBar1";
  261. this.headBar1.Size = new System.Drawing.Size(1304, 40);
  262. this.headBar1.TabIndex = 0;
  263. this.headBar1.Title = null;
  264. //
  265. // Main
  266. //
  267. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
  268. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  269. this.ClientSize = new System.Drawing.Size(1304, 780);
  270. this.Controls.Add(this.BasicInf);
  271. this.Controls.Add(this.MainTabControl);
  272. this.Controls.Add(this.pictureBox1);
  273. this.Controls.Add(this.ProductName);
  274. this.Controls.Add(this.panel1);
  275. this.Controls.Add(this.headBar1);
  276. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  277. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  278. this.Margin = new System.Windows.Forms.Padding(4);
  279. this.Name = "Main";
  280. this.Text = "优软科技MES系统";
  281. this.TopMost = false;
  282. this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Main_FormClosing);
  283. this.Load += new System.EventHandler(this.Main_Load);
  284. this.BasicInf.ResumeLayout(false);
  285. this.BasicInf.PerformLayout();
  286. this.panel1.ResumeLayout(false);
  287. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
  288. this.ResumeLayout(false);
  289. this.PerformLayout();
  290. }
  291. #endregion
  292. private CustomControl.HeadBar headBar1;
  293. private System.Windows.Forms.Label ProductName;
  294. private System.Windows.Forms.PictureBox pictureBox1;
  295. private System.Windows.Forms.TabControl MainTabControl;
  296. private System.Windows.Forms.Label inf_name_label;
  297. private System.Windows.Forms.Panel BasicInf;
  298. private System.Windows.Forms.Label Inf_db_label;
  299. private System.Windows.Forms.Label Inf_name;
  300. private System.Windows.Forms.Label Inf_db;
  301. private System.Windows.Forms.Panel panel1;
  302. private System.Windows.Forms.NotifyIcon notifyIcon1;
  303. private new CustomControl.AccordionMenu.AccordionMenu Menu;
  304. private System.Windows.Forms.Label Inf_currentstep;
  305. private System.Windows.Forms.Label Inf_currentstep_label;
  306. private System.Windows.Forms.Label Inf_linecode;
  307. private System.Windows.Forms.Label Inf_source;
  308. private System.Windows.Forms.Label Inf_linecode_label;
  309. private System.Windows.Forms.Label Inf_source_label;
  310. }
  311. }