Main.Designer.cs 16 KB

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