Main.Designer.cs 17 KB

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