Query_SOP_CY.Designer.cs 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463
  1. using UAS_MES_NEW.CustomControl.TextBoxWithIcon;
  2. namespace UAS_MES_NEW.Query
  3. {
  4. partial class Query_SOP_CY
  5. {
  6. /// <summary>
  7. /// Required designer variable.
  8. /// </summary>
  9. private System.ComponentModel.IContainer components = null;
  10. /// <summary>
  11. /// Clean up any resources being used.
  12. /// </summary>
  13. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  14. protected override void Dispose(bool disposing)
  15. {
  16. if (disposing && (components != null))
  17. {
  18. components.Dispose();
  19. }
  20. base.Dispose(disposing);
  21. }
  22. #region Windows Form Designer generated code
  23. /// <summary>
  24. /// Required method for Designer support - do not modify
  25. /// the contents of this method with the code editor.
  26. /// </summary>
  27. private void InitializeComponent()
  28. {
  29. this.richTextBox1 = new System.Windows.Forms.RichTextBox();
  30. this.ChoosePath = new System.Windows.Forms.OpenFileDialog();
  31. this.label1 = new System.Windows.Forms.Label();
  32. this.FilePath = new System.Windows.Forms.TextBox();
  33. this.ChooseFile = new System.Windows.Forms.Button();
  34. this.UploadSOP = new System.Windows.Forms.Button();
  35. this.label2 = new System.Windows.Forms.Label();
  36. this.OperatResult = new System.Windows.Forms.RichTextBox();
  37. this.SendSop = new System.Windows.Forms.Button();
  38. this.label3 = new System.Windows.Forms.Label();
  39. this.label4 = new System.Windows.Forms.Label();
  40. this.pr_detail = new System.Windows.Forms.Label();
  41. this.JPG = new System.Windows.Forms.RadioButton();
  42. this.pr_spec = new System.Windows.Forms.RichTextBox();
  43. this.label5 = new System.Windows.Forms.Label();
  44. this.SendDGV = new System.Windows.Forms.DataGridView();
  45. this.ChooseALL = new System.Windows.Forms.Button();
  46. this.GetSOP = new System.Windows.Forms.Button();
  47. this.button1 = new System.Windows.Forms.Button();
  48. this.dataGridViewCheckBoxColumn1 = new System.Windows.Forms.DataGridViewCheckBoxColumn();
  49. this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  50. this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  51. this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  52. this.dataGridViewTextBoxColumn4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  53. this.li_code = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SearchTextBox();
  54. this.ps_prodcode = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SearchTextBox();
  55. this.CheckColumn = new System.Windows.Forms.DataGridViewCheckBoxColumn();
  56. this.fp_name = new System.Windows.Forms.DataGridViewTextBoxColumn();
  57. this.fp_path = new System.Windows.Forms.DataGridViewTextBoxColumn();
  58. this.psd_iskey = new System.Windows.Forms.DataGridViewTextBoxColumn();
  59. this.issend = new System.Windows.Forms.DataGridViewTextBoxColumn();
  60. this.button2 = new System.Windows.Forms.Button();
  61. ((System.ComponentModel.ISupportInitialize)(this.SendDGV)).BeginInit();
  62. this.SuspendLayout();
  63. //
  64. // richTextBox1
  65. //
  66. this.richTextBox1.Location = new System.Drawing.Point(-43, -88);
  67. this.richTextBox1.Name = "richTextBox1";
  68. this.richTextBox1.Size = new System.Drawing.Size(100, 96);
  69. this.richTextBox1.TabIndex = 5;
  70. this.richTextBox1.Text = "";
  71. //
  72. // ChoosePath
  73. //
  74. this.ChoosePath.FileName = "ChoosePath";
  75. //
  76. // label1
  77. //
  78. this.label1.AutoSize = true;
  79. this.label1.Font = new System.Drawing.Font("微软雅黑", 12F);
  80. this.label1.Location = new System.Drawing.Point(19, 448);
  81. this.label1.Name = "label1";
  82. this.label1.Size = new System.Drawing.Size(146, 41);
  83. this.label1.TabIndex = 6;
  84. this.label1.Text = "SOP文件";
  85. //
  86. // FilePath
  87. //
  88. this.FilePath.Enabled = false;
  89. this.FilePath.Location = new System.Drawing.Point(218, 453);
  90. this.FilePath.Name = "FilePath";
  91. this.FilePath.Size = new System.Drawing.Size(582, 35);
  92. this.FilePath.TabIndex = 7;
  93. //
  94. // ChooseFile
  95. //
  96. this.ChooseFile.Location = new System.Drawing.Point(218, 666);
  97. this.ChooseFile.Name = "ChooseFile";
  98. this.ChooseFile.Size = new System.Drawing.Size(160, 42);
  99. this.ChooseFile.TabIndex = 8;
  100. this.ChooseFile.Text = "选择文件";
  101. this.ChooseFile.UseVisualStyleBackColor = true;
  102. this.ChooseFile.Click += new System.EventHandler(this.ChooseFile_Click);
  103. //
  104. // UploadSOP
  105. //
  106. this.UploadSOP.Location = new System.Drawing.Point(424, 666);
  107. this.UploadSOP.Name = "UploadSOP";
  108. this.UploadSOP.Size = new System.Drawing.Size(160, 42);
  109. this.UploadSOP.TabIndex = 9;
  110. this.UploadSOP.Text = "上传文件";
  111. this.UploadSOP.UseVisualStyleBackColor = true;
  112. this.UploadSOP.Click += new System.EventHandler(this.UploadSOP_Click);
  113. //
  114. // label2
  115. //
  116. this.label2.AutoSize = true;
  117. this.label2.Font = new System.Drawing.Font("微软雅黑", 12F);
  118. this.label2.Location = new System.Drawing.Point(19, 311);
  119. this.label2.Name = "label2";
  120. this.label2.Size = new System.Drawing.Size(82, 41);
  121. this.label2.TabIndex = 10;
  122. this.label2.Text = "机型";
  123. //
  124. // OperatResult
  125. //
  126. this.OperatResult.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  127. | System.Windows.Forms.AnchorStyles.Right)));
  128. this.OperatResult.Location = new System.Drawing.Point(865, 841);
  129. this.OperatResult.Name = "OperatResult";
  130. this.OperatResult.Size = new System.Drawing.Size(1068, 381);
  131. this.OperatResult.TabIndex = 12;
  132. this.OperatResult.Text = "";
  133. this.OperatResult.TextChanged += new System.EventHandler(this.OperatResult_TextChanged);
  134. //
  135. // SendSop
  136. //
  137. this.SendSop.Location = new System.Drawing.Point(640, 666);
  138. this.SendSop.Name = "SendSop";
  139. this.SendSop.Size = new System.Drawing.Size(160, 42);
  140. this.SendSop.TabIndex = 13;
  141. this.SendSop.Text = "广播SOP";
  142. this.SendSop.UseVisualStyleBackColor = true;
  143. this.SendSop.Click += new System.EventHandler(this.SendSop_Click);
  144. //
  145. // label3
  146. //
  147. this.label3.AutoSize = true;
  148. this.label3.Font = new System.Drawing.Font("微软雅黑", 12F);
  149. this.label3.Location = new System.Drawing.Point(19, 22);
  150. this.label3.Name = "label3";
  151. this.label3.Size = new System.Drawing.Size(146, 41);
  152. this.label3.TabIndex = 14;
  153. this.label3.Text = "产品名称";
  154. this.label3.Visible = false;
  155. //
  156. // label4
  157. //
  158. this.label4.AutoSize = true;
  159. this.label4.Font = new System.Drawing.Font("微软雅黑", 12F);
  160. this.label4.Location = new System.Drawing.Point(19, 115);
  161. this.label4.Name = "label4";
  162. this.label4.Size = new System.Drawing.Size(146, 41);
  163. this.label4.TabIndex = 15;
  164. this.label4.Text = "产品规格";
  165. this.label4.Visible = false;
  166. //
  167. // pr_detail
  168. //
  169. this.pr_detail.AutoSize = true;
  170. this.pr_detail.Font = new System.Drawing.Font("微软雅黑", 12F);
  171. this.pr_detail.Location = new System.Drawing.Point(211, 22);
  172. this.pr_detail.Name = "pr_detail";
  173. this.pr_detail.Size = new System.Drawing.Size(0, 41);
  174. this.pr_detail.TabIndex = 16;
  175. this.pr_detail.Visible = false;
  176. //
  177. // JPG
  178. //
  179. this.JPG.AutoSize = true;
  180. this.JPG.Checked = true;
  181. this.JPG.Location = new System.Drawing.Point(251, 534);
  182. this.JPG.Name = "JPG";
  183. this.JPG.Size = new System.Drawing.Size(89, 28);
  184. this.JPG.TabIndex = 18;
  185. this.JPG.TabStop = true;
  186. this.JPG.Text = "图片";
  187. this.JPG.UseVisualStyleBackColor = true;
  188. //
  189. // pr_spec
  190. //
  191. this.pr_spec.Enabled = false;
  192. this.pr_spec.Location = new System.Drawing.Point(218, 123);
  193. this.pr_spec.Name = "pr_spec";
  194. this.pr_spec.ScrollBars = System.Windows.Forms.RichTextBoxScrollBars.None;
  195. this.pr_spec.Size = new System.Drawing.Size(580, 94);
  196. this.pr_spec.TabIndex = 19;
  197. this.pr_spec.Text = "";
  198. this.pr_spec.Visible = false;
  199. //
  200. // label5
  201. //
  202. this.label5.AutoSize = true;
  203. this.label5.Font = new System.Drawing.Font("微软雅黑", 12F);
  204. this.label5.Location = new System.Drawing.Point(19, 580);
  205. this.label5.Name = "label5";
  206. this.label5.Size = new System.Drawing.Size(82, 41);
  207. this.label5.TabIndex = 20;
  208. this.label5.Text = "线别";
  209. //
  210. // SendDGV
  211. //
  212. this.SendDGV.AllowUserToAddRows = false;
  213. this.SendDGV.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  214. | System.Windows.Forms.AnchorStyles.Right)));
  215. this.SendDGV.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  216. this.SendDGV.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  217. this.CheckColumn,
  218. this.fp_name,
  219. this.fp_path,
  220. this.psd_iskey,
  221. this.issend});
  222. this.SendDGV.Location = new System.Drawing.Point(865, 61);
  223. this.SendDGV.Name = "SendDGV";
  224. this.SendDGV.RowHeadersWidth = 82;
  225. this.SendDGV.RowTemplate.Height = 37;
  226. this.SendDGV.Size = new System.Drawing.Size(1068, 759);
  227. this.SendDGV.TabIndex = 22;
  228. //
  229. // ChooseALL
  230. //
  231. this.ChooseALL.Location = new System.Drawing.Point(865, 61);
  232. this.ChooseALL.Name = "ChooseALL";
  233. this.ChooseALL.Size = new System.Drawing.Size(80, 42);
  234. this.ChooseALL.TabIndex = 23;
  235. this.ChooseALL.Text = "全选";
  236. this.ChooseALL.UseVisualStyleBackColor = true;
  237. this.ChooseALL.Click += new System.EventHandler(this.ChooseALL_Click);
  238. //
  239. // GetSOP
  240. //
  241. this.GetSOP.Location = new System.Drawing.Point(638, 379);
  242. this.GetSOP.Name = "GetSOP";
  243. this.GetSOP.Size = new System.Drawing.Size(160, 42);
  244. this.GetSOP.TabIndex = 26;
  245. this.GetSOP.Text = "获取SOP";
  246. this.GetSOP.UseVisualStyleBackColor = true;
  247. this.GetSOP.Click += new System.EventHandler(this.GetSOP_Click);
  248. //
  249. // button1
  250. //
  251. this.button1.Location = new System.Drawing.Point(657, 797);
  252. this.button1.Name = "button1";
  253. this.button1.Size = new System.Drawing.Size(160, 42);
  254. this.button1.TabIndex = 27;
  255. this.button1.Text = "PDF";
  256. this.button1.UseVisualStyleBackColor = true;
  257. this.button1.Click += new System.EventHandler(this.button1_Click);
  258. //
  259. // dataGridViewCheckBoxColumn1
  260. //
  261. this.dataGridViewCheckBoxColumn1.DataPropertyName = "CheckColumn";
  262. this.dataGridViewCheckBoxColumn1.HeaderText = "勾选";
  263. this.dataGridViewCheckBoxColumn1.MinimumWidth = 100;
  264. this.dataGridViewCheckBoxColumn1.Name = "dataGridViewCheckBoxColumn1";
  265. this.dataGridViewCheckBoxColumn1.Width = 200;
  266. //
  267. // dataGridViewTextBoxColumn1
  268. //
  269. this.dataGridViewTextBoxColumn1.DataPropertyName = "fp_name";
  270. this.dataGridViewTextBoxColumn1.HeaderText = "文件名";
  271. this.dataGridViewTextBoxColumn1.MinimumWidth = 10;
  272. this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1";
  273. this.dataGridViewTextBoxColumn1.Width = 200;
  274. //
  275. // dataGridViewTextBoxColumn2
  276. //
  277. this.dataGridViewTextBoxColumn2.DataPropertyName = "fp_path";
  278. this.dataGridViewTextBoxColumn2.HeaderText = "路径";
  279. this.dataGridViewTextBoxColumn2.MinimumWidth = 10;
  280. this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2";
  281. this.dataGridViewTextBoxColumn2.Width = 200;
  282. //
  283. // dataGridViewTextBoxColumn3
  284. //
  285. this.dataGridViewTextBoxColumn3.DataPropertyName = "psd_iskey";
  286. this.dataGridViewTextBoxColumn3.HeaderText = "是否关键工序";
  287. this.dataGridViewTextBoxColumn3.MinimumWidth = 10;
  288. this.dataGridViewTextBoxColumn3.Name = "dataGridViewTextBoxColumn3";
  289. this.dataGridViewTextBoxColumn3.Width = 200;
  290. //
  291. // dataGridViewTextBoxColumn4
  292. //
  293. this.dataGridViewTextBoxColumn4.DataPropertyName = "issend";
  294. this.dataGridViewTextBoxColumn4.HeaderText = "是否成功发送";
  295. this.dataGridViewTextBoxColumn4.MinimumWidth = 10;
  296. this.dataGridViewTextBoxColumn4.Name = "dataGridViewTextBoxColumn4";
  297. this.dataGridViewTextBoxColumn4.Visible = false;
  298. this.dataGridViewTextBoxColumn4.Width = 200;
  299. //
  300. // li_code
  301. //
  302. this.li_code.AllPower = null;
  303. this.li_code.Caller = null;
  304. this.li_code.Condition = null;
  305. this.li_code.DBTitle = null;
  306. this.li_code.FormName = null;
  307. this.li_code.Location = new System.Drawing.Point(218, 580);
  308. this.li_code.Name = "li_code";
  309. this.li_code.Power = null;
  310. this.li_code.ReturnData = null;
  311. this.li_code.SelectField = null;
  312. this.li_code.SetValueField = null;
  313. this.li_code.Size = new System.Drawing.Size(582, 41);
  314. this.li_code.TabIndex = 25;
  315. this.li_code.TableName = null;
  316. this.li_code.TextBoxEnable = false;
  317. //
  318. // ps_prodcode
  319. //
  320. this.ps_prodcode.AllPower = null;
  321. this.ps_prodcode.Caller = null;
  322. this.ps_prodcode.Condition = null;
  323. this.ps_prodcode.DBTitle = null;
  324. this.ps_prodcode.FormName = null;
  325. this.ps_prodcode.Location = new System.Drawing.Point(216, 311);
  326. this.ps_prodcode.Name = "ps_prodcode";
  327. this.ps_prodcode.Power = null;
  328. this.ps_prodcode.ReturnData = null;
  329. this.ps_prodcode.SelectField = null;
  330. this.ps_prodcode.SetValueField = null;
  331. this.ps_prodcode.Size = new System.Drawing.Size(582, 41);
  332. this.ps_prodcode.TabIndex = 24;
  333. this.ps_prodcode.TableName = null;
  334. this.ps_prodcode.TextBoxEnable = false;
  335. this.ps_prodcode.UserControlTextChanged += new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SearchTextBox.OnTextChange(this.ps_prodcode_UserControlTextChanged);
  336. //
  337. // CheckColumn
  338. //
  339. this.CheckColumn.DataPropertyName = "CheckColumn";
  340. this.CheckColumn.HeaderText = "勾选";
  341. this.CheckColumn.MinimumWidth = 100;
  342. this.CheckColumn.Name = "CheckColumn";
  343. this.CheckColumn.Width = 200;
  344. //
  345. // fp_name
  346. //
  347. this.fp_name.DataPropertyName = "fp_name";
  348. this.fp_name.HeaderText = "文件名";
  349. this.fp_name.MinimumWidth = 10;
  350. this.fp_name.Name = "fp_name";
  351. this.fp_name.Width = 200;
  352. //
  353. // fp_path
  354. //
  355. this.fp_path.DataPropertyName = "fp_path";
  356. this.fp_path.HeaderText = "路径";
  357. this.fp_path.MinimumWidth = 10;
  358. this.fp_path.Name = "fp_path";
  359. this.fp_path.Width = 200;
  360. //
  361. // psd_iskey
  362. //
  363. this.psd_iskey.DataPropertyName = "psd_iskey";
  364. this.psd_iskey.HeaderText = "是否关键工序";
  365. this.psd_iskey.MinimumWidth = 10;
  366. this.psd_iskey.Name = "psd_iskey";
  367. this.psd_iskey.Width = 200;
  368. //
  369. // issend
  370. //
  371. this.issend.DataPropertyName = "issend";
  372. this.issend.HeaderText = "是否成功发送";
  373. this.issend.MinimumWidth = 10;
  374. this.issend.Name = "issend";
  375. this.issend.Visible = false;
  376. this.issend.Width = 200;
  377. //
  378. // button2
  379. //
  380. this.button2.Location = new System.Drawing.Point(666, 893);
  381. this.button2.Name = "button2";
  382. this.button2.Size = new System.Drawing.Size(160, 42);
  383. this.button2.TabIndex = 28;
  384. this.button2.Text = "excel";
  385. this.button2.UseVisualStyleBackColor = true;
  386. this.button2.Click += new System.EventHandler(this.button2_Click);
  387. //
  388. // Query_SOP_CY
  389. //
  390. this.AutoScaleDimensions = new System.Drawing.SizeF(12F, 24F);
  391. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  392. this.ClientSize = new System.Drawing.Size(1945, 1234);
  393. this.Controls.Add(this.button2);
  394. this.Controls.Add(this.button1);
  395. this.Controls.Add(this.GetSOP);
  396. this.Controls.Add(this.li_code);
  397. this.Controls.Add(this.ps_prodcode);
  398. this.Controls.Add(this.ChooseALL);
  399. this.Controls.Add(this.SendDGV);
  400. this.Controls.Add(this.label5);
  401. this.Controls.Add(this.pr_spec);
  402. this.Controls.Add(this.JPG);
  403. this.Controls.Add(this.pr_detail);
  404. this.Controls.Add(this.label4);
  405. this.Controls.Add(this.label3);
  406. this.Controls.Add(this.SendSop);
  407. this.Controls.Add(this.OperatResult);
  408. this.Controls.Add(this.label2);
  409. this.Controls.Add(this.UploadSOP);
  410. this.Controls.Add(this.ChooseFile);
  411. this.Controls.Add(this.FilePath);
  412. this.Controls.Add(this.label1);
  413. this.Controls.Add(this.richTextBox1);
  414. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  415. this.Name = "Query_SOP_CY";
  416. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  417. this.Text = "SOP管理";
  418. this.Load += new System.EventHandler(this.Form3_Load);
  419. ((System.ComponentModel.ISupportInitialize)(this.SendDGV)).EndInit();
  420. this.ResumeLayout(false);
  421. this.PerformLayout();
  422. }
  423. #endregion
  424. private System.Windows.Forms.RichTextBox richTextBox1;
  425. private System.Windows.Forms.OpenFileDialog ChoosePath;
  426. private System.Windows.Forms.Label label1;
  427. private System.Windows.Forms.TextBox FilePath;
  428. private System.Windows.Forms.Button ChooseFile;
  429. private System.Windows.Forms.Button UploadSOP;
  430. private System.Windows.Forms.Label label2;
  431. private System.Windows.Forms.RichTextBox OperatResult;
  432. private System.Windows.Forms.Button SendSop;
  433. private System.Windows.Forms.Label label3;
  434. private System.Windows.Forms.Label label4;
  435. private System.Windows.Forms.Label pr_detail;
  436. private System.Windows.Forms.RadioButton JPG;
  437. private System.Windows.Forms.RichTextBox pr_spec;
  438. private System.Windows.Forms.Label label5;
  439. private System.Windows.Forms.DataGridView SendDGV;
  440. private System.Windows.Forms.Button ChooseALL;
  441. private SearchTextBox ps_prodcode;
  442. private SearchTextBox li_code;
  443. private System.Windows.Forms.Button GetSOP;
  444. private System.Windows.Forms.DataGridViewCheckBoxColumn CheckColumn;
  445. private System.Windows.Forms.DataGridViewTextBoxColumn fp_name;
  446. private System.Windows.Forms.DataGridViewTextBoxColumn fp_path;
  447. private System.Windows.Forms.DataGridViewTextBoxColumn psd_iskey;
  448. private System.Windows.Forms.DataGridViewTextBoxColumn issend;
  449. private System.Windows.Forms.DataGridViewCheckBoxColumn dataGridViewCheckBoxColumn1;
  450. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn1;
  451. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn2;
  452. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn3;
  453. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn4;
  454. private System.Windows.Forms.Button button1;
  455. private System.Windows.Forms.Button button2;
  456. }
  457. }