Main.Designer.cs 18 KB

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