SanhuaMES.Designer.cs 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370
  1. namespace MOKA_Factory_Tools
  2. {
  3. partial class SanhuaMES
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, 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 Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.components = new System.ComponentModel.Container();
  29. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(SanhuaMES));
  30. this.skinLabel1 = new CCWin.SkinControl.SkinLabel();
  31. this.Text_MES_URL = new CCWin.SkinControl.SkinTextBox();
  32. this.Text_StaffCode = new CCWin.SkinControl.SkinTextBox();
  33. this.skinLabel2 = new CCWin.SkinControl.SkinLabel();
  34. this.Text_MES_Password = new CCWin.SkinControl.SkinTextBox();
  35. this.skinLabel3 = new CCWin.SkinControl.SkinLabel();
  36. this.Text_ResuorceCode = new CCWin.SkinControl.SkinTextBox();
  37. this.skinLabel4 = new CCWin.SkinControl.SkinLabel();
  38. this.Text_JigEdtion = new CCWin.SkinControl.SkinTextBox();
  39. this.skinLabel5 = new CCWin.SkinControl.SkinLabel();
  40. this.Btn_MES_Login = new CCWin.SkinControl.SkinButton();
  41. this.SuspendLayout();
  42. //
  43. // skinLabel1
  44. //
  45. this.skinLabel1.AutoSize = true;
  46. this.skinLabel1.BackColor = System.Drawing.Color.Transparent;
  47. this.skinLabel1.BorderColor = System.Drawing.Color.White;
  48. this.skinLabel1.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  49. this.skinLabel1.Location = new System.Drawing.Point(31, 54);
  50. this.skinLabel1.Name = "skinLabel1";
  51. this.skinLabel1.Size = new System.Drawing.Size(75, 17);
  52. this.skinLabel1.TabIndex = 0;
  53. this.skinLabel1.Text = "API接口地址";
  54. //
  55. // Text_MES_URL
  56. //
  57. this.Text_MES_URL.BackColor = System.Drawing.Color.Transparent;
  58. this.Text_MES_URL.DownBack = null;
  59. this.Text_MES_URL.Icon = null;
  60. this.Text_MES_URL.IconIsButton = false;
  61. this.Text_MES_URL.IconMouseState = CCWin.SkinClass.ControlState.Normal;
  62. this.Text_MES_URL.IsPasswordChat = '\0';
  63. this.Text_MES_URL.IsSystemPasswordChar = false;
  64. this.Text_MES_URL.Lines = new string[0];
  65. this.Text_MES_URL.Location = new System.Drawing.Point(29, 75);
  66. this.Text_MES_URL.Margin = new System.Windows.Forms.Padding(0);
  67. this.Text_MES_URL.MaxLength = 32767;
  68. this.Text_MES_URL.MinimumSize = new System.Drawing.Size(28, 28);
  69. this.Text_MES_URL.MouseBack = null;
  70. this.Text_MES_URL.MouseState = CCWin.SkinClass.ControlState.Normal;
  71. this.Text_MES_URL.Multiline = false;
  72. this.Text_MES_URL.Name = "Text_MES_URL";
  73. this.Text_MES_URL.NormlBack = null;
  74. this.Text_MES_URL.Padding = new System.Windows.Forms.Padding(5);
  75. this.Text_MES_URL.ReadOnly = false;
  76. this.Text_MES_URL.ScrollBars = System.Windows.Forms.ScrollBars.None;
  77. this.Text_MES_URL.Size = new System.Drawing.Size(292, 28);
  78. //
  79. //
  80. //
  81. this.Text_MES_URL.SkinTxt.BorderStyle = System.Windows.Forms.BorderStyle.None;
  82. this.Text_MES_URL.SkinTxt.Dock = System.Windows.Forms.DockStyle.Fill;
  83. this.Text_MES_URL.SkinTxt.Font = new System.Drawing.Font("微软雅黑", 9.75F);
  84. this.Text_MES_URL.SkinTxt.Location = new System.Drawing.Point(5, 5);
  85. this.Text_MES_URL.SkinTxt.Name = "BaseText";
  86. this.Text_MES_URL.SkinTxt.Size = new System.Drawing.Size(282, 18);
  87. this.Text_MES_URL.SkinTxt.TabIndex = 0;
  88. this.Text_MES_URL.SkinTxt.WaterColor = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(127)))), ((int)(((byte)(127)))));
  89. this.Text_MES_URL.SkinTxt.WaterText = "";
  90. this.Text_MES_URL.TabIndex = 1;
  91. this.Text_MES_URL.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  92. this.Text_MES_URL.WaterColor = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(127)))), ((int)(((byte)(127)))));
  93. this.Text_MES_URL.WaterText = "";
  94. this.Text_MES_URL.WordWrap = true;
  95. //
  96. // Text_StaffCode
  97. //
  98. this.Text_StaffCode.BackColor = System.Drawing.Color.Transparent;
  99. this.Text_StaffCode.DownBack = null;
  100. this.Text_StaffCode.Icon = null;
  101. this.Text_StaffCode.IconIsButton = false;
  102. this.Text_StaffCode.IconMouseState = CCWin.SkinClass.ControlState.Normal;
  103. this.Text_StaffCode.IsPasswordChat = '\0';
  104. this.Text_StaffCode.IsSystemPasswordChar = false;
  105. this.Text_StaffCode.Lines = new string[0];
  106. this.Text_StaffCode.Location = new System.Drawing.Point(29, 136);
  107. this.Text_StaffCode.Margin = new System.Windows.Forms.Padding(0);
  108. this.Text_StaffCode.MaxLength = 32767;
  109. this.Text_StaffCode.MinimumSize = new System.Drawing.Size(28, 28);
  110. this.Text_StaffCode.MouseBack = null;
  111. this.Text_StaffCode.MouseState = CCWin.SkinClass.ControlState.Normal;
  112. this.Text_StaffCode.Multiline = false;
  113. this.Text_StaffCode.Name = "Text_StaffCode";
  114. this.Text_StaffCode.NormlBack = null;
  115. this.Text_StaffCode.Padding = new System.Windows.Forms.Padding(5);
  116. this.Text_StaffCode.ReadOnly = false;
  117. this.Text_StaffCode.ScrollBars = System.Windows.Forms.ScrollBars.None;
  118. this.Text_StaffCode.Size = new System.Drawing.Size(292, 28);
  119. //
  120. //
  121. //
  122. this.Text_StaffCode.SkinTxt.BorderStyle = System.Windows.Forms.BorderStyle.None;
  123. this.Text_StaffCode.SkinTxt.Dock = System.Windows.Forms.DockStyle.Fill;
  124. this.Text_StaffCode.SkinTxt.Font = new System.Drawing.Font("微软雅黑", 9.75F);
  125. this.Text_StaffCode.SkinTxt.Location = new System.Drawing.Point(5, 5);
  126. this.Text_StaffCode.SkinTxt.Name = "BaseText";
  127. this.Text_StaffCode.SkinTxt.Size = new System.Drawing.Size(282, 18);
  128. this.Text_StaffCode.SkinTxt.TabIndex = 0;
  129. this.Text_StaffCode.SkinTxt.WaterColor = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(127)))), ((int)(((byte)(127)))));
  130. this.Text_StaffCode.SkinTxt.WaterText = "";
  131. this.Text_StaffCode.TabIndex = 3;
  132. this.Text_StaffCode.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  133. this.Text_StaffCode.WaterColor = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(127)))), ((int)(((byte)(127)))));
  134. this.Text_StaffCode.WaterText = "";
  135. this.Text_StaffCode.WordWrap = true;
  136. //
  137. // skinLabel2
  138. //
  139. this.skinLabel2.AutoSize = true;
  140. this.skinLabel2.BackColor = System.Drawing.Color.Transparent;
  141. this.skinLabel2.BorderColor = System.Drawing.Color.White;
  142. this.skinLabel2.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  143. this.skinLabel2.Location = new System.Drawing.Point(31, 115);
  144. this.skinLabel2.Name = "skinLabel2";
  145. this.skinLabel2.Size = new System.Drawing.Size(32, 17);
  146. this.skinLabel2.TabIndex = 2;
  147. this.skinLabel2.Text = "账号";
  148. //
  149. // Text_MES_Password
  150. //
  151. this.Text_MES_Password.BackColor = System.Drawing.Color.Transparent;
  152. this.Text_MES_Password.DownBack = null;
  153. this.Text_MES_Password.Icon = null;
  154. this.Text_MES_Password.IconIsButton = false;
  155. this.Text_MES_Password.IconMouseState = CCWin.SkinClass.ControlState.Normal;
  156. this.Text_MES_Password.IsPasswordChat = '\0';
  157. this.Text_MES_Password.IsSystemPasswordChar = false;
  158. this.Text_MES_Password.Lines = new string[0];
  159. this.Text_MES_Password.Location = new System.Drawing.Point(29, 197);
  160. this.Text_MES_Password.Margin = new System.Windows.Forms.Padding(0);
  161. this.Text_MES_Password.MaxLength = 32767;
  162. this.Text_MES_Password.MinimumSize = new System.Drawing.Size(28, 28);
  163. this.Text_MES_Password.MouseBack = null;
  164. this.Text_MES_Password.MouseState = CCWin.SkinClass.ControlState.Normal;
  165. this.Text_MES_Password.Multiline = false;
  166. this.Text_MES_Password.Name = "Text_MES_Password";
  167. this.Text_MES_Password.NormlBack = null;
  168. this.Text_MES_Password.Padding = new System.Windows.Forms.Padding(5);
  169. this.Text_MES_Password.ReadOnly = false;
  170. this.Text_MES_Password.ScrollBars = System.Windows.Forms.ScrollBars.None;
  171. this.Text_MES_Password.Size = new System.Drawing.Size(292, 28);
  172. //
  173. //
  174. //
  175. this.Text_MES_Password.SkinTxt.BorderStyle = System.Windows.Forms.BorderStyle.None;
  176. this.Text_MES_Password.SkinTxt.Dock = System.Windows.Forms.DockStyle.Fill;
  177. this.Text_MES_Password.SkinTxt.Font = new System.Drawing.Font("微软雅黑", 9.75F);
  178. this.Text_MES_Password.SkinTxt.Location = new System.Drawing.Point(5, 5);
  179. this.Text_MES_Password.SkinTxt.Name = "BaseText";
  180. this.Text_MES_Password.SkinTxt.Size = new System.Drawing.Size(282, 18);
  181. this.Text_MES_Password.SkinTxt.TabIndex = 0;
  182. this.Text_MES_Password.SkinTxt.WaterColor = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(127)))), ((int)(((byte)(127)))));
  183. this.Text_MES_Password.SkinTxt.WaterText = "";
  184. this.Text_MES_Password.TabIndex = 5;
  185. this.Text_MES_Password.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  186. this.Text_MES_Password.WaterColor = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(127)))), ((int)(((byte)(127)))));
  187. this.Text_MES_Password.WaterText = "";
  188. this.Text_MES_Password.WordWrap = true;
  189. //
  190. // skinLabel3
  191. //
  192. this.skinLabel3.AutoSize = true;
  193. this.skinLabel3.BackColor = System.Drawing.Color.Transparent;
  194. this.skinLabel3.BorderColor = System.Drawing.Color.White;
  195. this.skinLabel3.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  196. this.skinLabel3.Location = new System.Drawing.Point(31, 176);
  197. this.skinLabel3.Name = "skinLabel3";
  198. this.skinLabel3.Size = new System.Drawing.Size(32, 17);
  199. this.skinLabel3.TabIndex = 4;
  200. this.skinLabel3.Text = "密码";
  201. //
  202. // Text_ResuorceCode
  203. //
  204. this.Text_ResuorceCode.BackColor = System.Drawing.Color.Transparent;
  205. this.Text_ResuorceCode.DownBack = null;
  206. this.Text_ResuorceCode.Icon = null;
  207. this.Text_ResuorceCode.IconIsButton = false;
  208. this.Text_ResuorceCode.IconMouseState = CCWin.SkinClass.ControlState.Normal;
  209. this.Text_ResuorceCode.IsPasswordChat = '\0';
  210. this.Text_ResuorceCode.IsSystemPasswordChar = false;
  211. this.Text_ResuorceCode.Lines = new string[0];
  212. this.Text_ResuorceCode.Location = new System.Drawing.Point(29, 258);
  213. this.Text_ResuorceCode.Margin = new System.Windows.Forms.Padding(0);
  214. this.Text_ResuorceCode.MaxLength = 32767;
  215. this.Text_ResuorceCode.MinimumSize = new System.Drawing.Size(28, 28);
  216. this.Text_ResuorceCode.MouseBack = null;
  217. this.Text_ResuorceCode.MouseState = CCWin.SkinClass.ControlState.Normal;
  218. this.Text_ResuorceCode.Multiline = false;
  219. this.Text_ResuorceCode.Name = "Text_ResuorceCode";
  220. this.Text_ResuorceCode.NormlBack = null;
  221. this.Text_ResuorceCode.Padding = new System.Windows.Forms.Padding(5);
  222. this.Text_ResuorceCode.ReadOnly = false;
  223. this.Text_ResuorceCode.ScrollBars = System.Windows.Forms.ScrollBars.None;
  224. this.Text_ResuorceCode.Size = new System.Drawing.Size(292, 28);
  225. //
  226. //
  227. //
  228. this.Text_ResuorceCode.SkinTxt.BorderStyle = System.Windows.Forms.BorderStyle.None;
  229. this.Text_ResuorceCode.SkinTxt.Dock = System.Windows.Forms.DockStyle.Fill;
  230. this.Text_ResuorceCode.SkinTxt.Font = new System.Drawing.Font("微软雅黑", 9.75F);
  231. this.Text_ResuorceCode.SkinTxt.Location = new System.Drawing.Point(5, 5);
  232. this.Text_ResuorceCode.SkinTxt.Name = "BaseText";
  233. this.Text_ResuorceCode.SkinTxt.Size = new System.Drawing.Size(282, 18);
  234. this.Text_ResuorceCode.SkinTxt.TabIndex = 0;
  235. this.Text_ResuorceCode.SkinTxt.WaterColor = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(127)))), ((int)(((byte)(127)))));
  236. this.Text_ResuorceCode.SkinTxt.WaterText = "";
  237. this.Text_ResuorceCode.TabIndex = 7;
  238. this.Text_ResuorceCode.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  239. this.Text_ResuorceCode.WaterColor = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(127)))), ((int)(((byte)(127)))));
  240. this.Text_ResuorceCode.WaterText = "";
  241. this.Text_ResuorceCode.WordWrap = true;
  242. //
  243. // skinLabel4
  244. //
  245. this.skinLabel4.AutoSize = true;
  246. this.skinLabel4.BackColor = System.Drawing.Color.Transparent;
  247. this.skinLabel4.BorderColor = System.Drawing.Color.White;
  248. this.skinLabel4.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  249. this.skinLabel4.Location = new System.Drawing.Point(31, 237);
  250. this.skinLabel4.Name = "skinLabel4";
  251. this.skinLabel4.Size = new System.Drawing.Size(56, 17);
  252. this.skinLabel4.TabIndex = 6;
  253. this.skinLabel4.Text = "岗位资源";
  254. //
  255. // Text_JigEdtion
  256. //
  257. this.Text_JigEdtion.BackColor = System.Drawing.Color.Transparent;
  258. this.Text_JigEdtion.DownBack = null;
  259. this.Text_JigEdtion.Icon = null;
  260. this.Text_JigEdtion.IconIsButton = false;
  261. this.Text_JigEdtion.IconMouseState = CCWin.SkinClass.ControlState.Normal;
  262. this.Text_JigEdtion.IsPasswordChat = '\0';
  263. this.Text_JigEdtion.IsSystemPasswordChar = false;
  264. this.Text_JigEdtion.Lines = new string[0];
  265. this.Text_JigEdtion.Location = new System.Drawing.Point(29, 319);
  266. this.Text_JigEdtion.Margin = new System.Windows.Forms.Padding(0);
  267. this.Text_JigEdtion.MaxLength = 32767;
  268. this.Text_JigEdtion.MinimumSize = new System.Drawing.Size(28, 28);
  269. this.Text_JigEdtion.MouseBack = null;
  270. this.Text_JigEdtion.MouseState = CCWin.SkinClass.ControlState.Normal;
  271. this.Text_JigEdtion.Multiline = false;
  272. this.Text_JigEdtion.Name = "Text_JigEdtion";
  273. this.Text_JigEdtion.NormlBack = null;
  274. this.Text_JigEdtion.Padding = new System.Windows.Forms.Padding(5);
  275. this.Text_JigEdtion.ReadOnly = false;
  276. this.Text_JigEdtion.ScrollBars = System.Windows.Forms.ScrollBars.None;
  277. this.Text_JigEdtion.Size = new System.Drawing.Size(292, 28);
  278. //
  279. //
  280. //
  281. this.Text_JigEdtion.SkinTxt.BorderStyle = System.Windows.Forms.BorderStyle.None;
  282. this.Text_JigEdtion.SkinTxt.Dock = System.Windows.Forms.DockStyle.Fill;
  283. this.Text_JigEdtion.SkinTxt.Font = new System.Drawing.Font("微软雅黑", 9.75F);
  284. this.Text_JigEdtion.SkinTxt.Location = new System.Drawing.Point(5, 5);
  285. this.Text_JigEdtion.SkinTxt.Name = "BaseText";
  286. this.Text_JigEdtion.SkinTxt.Size = new System.Drawing.Size(282, 18);
  287. this.Text_JigEdtion.SkinTxt.TabIndex = 0;
  288. this.Text_JigEdtion.SkinTxt.WaterColor = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(127)))), ((int)(((byte)(127)))));
  289. this.Text_JigEdtion.SkinTxt.WaterText = "";
  290. this.Text_JigEdtion.TabIndex = 9;
  291. this.Text_JigEdtion.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  292. this.Text_JigEdtion.WaterColor = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(127)))), ((int)(((byte)(127)))));
  293. this.Text_JigEdtion.WaterText = "";
  294. this.Text_JigEdtion.WordWrap = true;
  295. //
  296. // skinLabel5
  297. //
  298. this.skinLabel5.AutoSize = true;
  299. this.skinLabel5.BackColor = System.Drawing.Color.Transparent;
  300. this.skinLabel5.BorderColor = System.Drawing.Color.White;
  301. this.skinLabel5.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  302. this.skinLabel5.Location = new System.Drawing.Point(31, 298);
  303. this.skinLabel5.Name = "skinLabel5";
  304. this.skinLabel5.Size = new System.Drawing.Size(56, 17);
  305. this.skinLabel5.TabIndex = 8;
  306. this.skinLabel5.Text = "治具编码";
  307. //
  308. // Btn_MES_Login
  309. //
  310. this.Btn_MES_Login.BackColor = System.Drawing.Color.Transparent;
  311. this.Btn_MES_Login.ControlState = CCWin.SkinClass.ControlState.Normal;
  312. this.Btn_MES_Login.DialogResult = System.Windows.Forms.DialogResult.OK;
  313. this.Btn_MES_Login.DownBack = null;
  314. this.Btn_MES_Login.Location = new System.Drawing.Point(131, 367);
  315. this.Btn_MES_Login.MouseBack = null;
  316. this.Btn_MES_Login.Name = "Btn_MES_Login";
  317. this.Btn_MES_Login.NormlBack = null;
  318. this.Btn_MES_Login.Size = new System.Drawing.Size(88, 33);
  319. this.Btn_MES_Login.TabIndex = 10;
  320. this.Btn_MES_Login.Text = "登录";
  321. this.Btn_MES_Login.UseVisualStyleBackColor = false;
  322. this.Btn_MES_Login.Click += new System.EventHandler(this.Btn_MES_Login_Click);
  323. //
  324. // SanhuaMES
  325. //
  326. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  327. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  328. this.CaptionBackColorBottom = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  329. this.CaptionBackColorTop = System.Drawing.Color.RoyalBlue;
  330. this.ClientSize = new System.Drawing.Size(351, 421);
  331. this.Controls.Add(this.Btn_MES_Login);
  332. this.Controls.Add(this.Text_JigEdtion);
  333. this.Controls.Add(this.skinLabel5);
  334. this.Controls.Add(this.Text_ResuorceCode);
  335. this.Controls.Add(this.skinLabel4);
  336. this.Controls.Add(this.Text_MES_Password);
  337. this.Controls.Add(this.skinLabel3);
  338. this.Controls.Add(this.Text_StaffCode);
  339. this.Controls.Add(this.skinLabel2);
  340. this.Controls.Add(this.Text_MES_URL);
  341. this.Controls.Add(this.skinLabel1);
  342. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  343. this.MaximizeBox = false;
  344. this.MinimizeBox = false;
  345. this.Name = "SanhuaMES";
  346. this.Text = "MES登录检查";
  347. this.Load += new System.EventHandler(this.SanhuaMES_Load);
  348. this.ResumeLayout(false);
  349. this.PerformLayout();
  350. }
  351. #endregion
  352. private CCWin.SkinControl.SkinLabel skinLabel1;
  353. private CCWin.SkinControl.SkinTextBox Text_MES_URL;
  354. private CCWin.SkinControl.SkinTextBox Text_StaffCode;
  355. private CCWin.SkinControl.SkinLabel skinLabel2;
  356. private CCWin.SkinControl.SkinTextBox Text_MES_Password;
  357. private CCWin.SkinControl.SkinLabel skinLabel3;
  358. private CCWin.SkinControl.SkinTextBox Text_ResuorceCode;
  359. private CCWin.SkinControl.SkinLabel skinLabel4;
  360. private CCWin.SkinControl.SkinTextBox Text_JigEdtion;
  361. private CCWin.SkinControl.SkinLabel skinLabel5;
  362. private CCWin.SkinControl.SkinButton Btn_MES_Login;
  363. }
  364. }