Main.Designer.cs 18 KB

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