Main.Designer.cs 17 KB

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