Query_SOP_CY.Designer.cs 22 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465
  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.button2 = new System.Windows.Forms.Button();
  49. this.dataGridViewCheckBoxColumn1 = new System.Windows.Forms.DataGridViewCheckBoxColumn();
  50. this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  51. this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  52. this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  53. this.dataGridViewTextBoxColumn4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  54. this.li_code = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SearchTextBox();
  55. this.ps_prodcode = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SearchTextBox();
  56. this.CheckColumn = new System.Windows.Forms.DataGridViewCheckBoxColumn();
  57. this.fp_name = new System.Windows.Forms.DataGridViewTextBoxColumn();
  58. this.fp_path = new System.Windows.Forms.DataGridViewTextBoxColumn();
  59. this.psd_iskey = new System.Windows.Forms.DataGridViewTextBoxColumn();
  60. this.issend = new System.Windows.Forms.DataGridViewTextBoxColumn();
  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.Visible = false;
  258. this.button1.Click += new System.EventHandler(this.button1_Click);
  259. //
  260. // button2
  261. //
  262. this.button2.Location = new System.Drawing.Point(666, 893);
  263. this.button2.Name = "button2";
  264. this.button2.Size = new System.Drawing.Size(160, 42);
  265. this.button2.TabIndex = 28;
  266. this.button2.Text = "excel";
  267. this.button2.UseVisualStyleBackColor = true;
  268. this.button2.Visible = false;
  269. this.button2.Click += new System.EventHandler(this.button2_Click);
  270. //
  271. // dataGridViewCheckBoxColumn1
  272. //
  273. this.dataGridViewCheckBoxColumn1.DataPropertyName = "CheckColumn";
  274. this.dataGridViewCheckBoxColumn1.HeaderText = "勾选";
  275. this.dataGridViewCheckBoxColumn1.MinimumWidth = 100;
  276. this.dataGridViewCheckBoxColumn1.Name = "dataGridViewCheckBoxColumn1";
  277. this.dataGridViewCheckBoxColumn1.Width = 200;
  278. //
  279. // dataGridViewTextBoxColumn1
  280. //
  281. this.dataGridViewTextBoxColumn1.DataPropertyName = "fp_name";
  282. this.dataGridViewTextBoxColumn1.HeaderText = "文件名";
  283. this.dataGridViewTextBoxColumn1.MinimumWidth = 10;
  284. this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1";
  285. this.dataGridViewTextBoxColumn1.Width = 200;
  286. //
  287. // dataGridViewTextBoxColumn2
  288. //
  289. this.dataGridViewTextBoxColumn2.DataPropertyName = "fp_path";
  290. this.dataGridViewTextBoxColumn2.HeaderText = "路径";
  291. this.dataGridViewTextBoxColumn2.MinimumWidth = 10;
  292. this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2";
  293. this.dataGridViewTextBoxColumn2.Width = 200;
  294. //
  295. // dataGridViewTextBoxColumn3
  296. //
  297. this.dataGridViewTextBoxColumn3.DataPropertyName = "psd_iskey";
  298. this.dataGridViewTextBoxColumn3.HeaderText = "是否关键工序";
  299. this.dataGridViewTextBoxColumn3.MinimumWidth = 10;
  300. this.dataGridViewTextBoxColumn3.Name = "dataGridViewTextBoxColumn3";
  301. this.dataGridViewTextBoxColumn3.Width = 200;
  302. //
  303. // dataGridViewTextBoxColumn4
  304. //
  305. this.dataGridViewTextBoxColumn4.DataPropertyName = "issend";
  306. this.dataGridViewTextBoxColumn4.HeaderText = "是否成功发送";
  307. this.dataGridViewTextBoxColumn4.MinimumWidth = 10;
  308. this.dataGridViewTextBoxColumn4.Name = "dataGridViewTextBoxColumn4";
  309. this.dataGridViewTextBoxColumn4.Visible = false;
  310. this.dataGridViewTextBoxColumn4.Width = 200;
  311. //
  312. // li_code
  313. //
  314. this.li_code.AllPower = null;
  315. this.li_code.Caller = null;
  316. this.li_code.Condition = null;
  317. this.li_code.DBTitle = null;
  318. this.li_code.FormName = null;
  319. this.li_code.Location = new System.Drawing.Point(218, 580);
  320. this.li_code.Name = "li_code";
  321. this.li_code.Power = null;
  322. this.li_code.ReturnData = null;
  323. this.li_code.SelectField = null;
  324. this.li_code.SetValueField = null;
  325. this.li_code.Size = new System.Drawing.Size(582, 41);
  326. this.li_code.TabIndex = 25;
  327. this.li_code.TableName = null;
  328. this.li_code.TextBoxEnable = false;
  329. //
  330. // ps_prodcode
  331. //
  332. this.ps_prodcode.AllPower = null;
  333. this.ps_prodcode.Caller = null;
  334. this.ps_prodcode.Condition = null;
  335. this.ps_prodcode.DBTitle = null;
  336. this.ps_prodcode.FormName = null;
  337. this.ps_prodcode.Location = new System.Drawing.Point(216, 311);
  338. this.ps_prodcode.Name = "ps_prodcode";
  339. this.ps_prodcode.Power = null;
  340. this.ps_prodcode.ReturnData = null;
  341. this.ps_prodcode.SelectField = null;
  342. this.ps_prodcode.SetValueField = null;
  343. this.ps_prodcode.Size = new System.Drawing.Size(582, 41);
  344. this.ps_prodcode.TabIndex = 24;
  345. this.ps_prodcode.TableName = null;
  346. this.ps_prodcode.TextBoxEnable = false;
  347. this.ps_prodcode.UserControlTextChanged += new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SearchTextBox.OnTextChange(this.ps_prodcode_UserControlTextChanged);
  348. //
  349. // CheckColumn
  350. //
  351. this.CheckColumn.DataPropertyName = "CheckColumn";
  352. this.CheckColumn.HeaderText = "勾选";
  353. this.CheckColumn.MinimumWidth = 100;
  354. this.CheckColumn.Name = "CheckColumn";
  355. this.CheckColumn.Width = 200;
  356. //
  357. // fp_name
  358. //
  359. this.fp_name.DataPropertyName = "fp_name";
  360. this.fp_name.HeaderText = "文件名";
  361. this.fp_name.MinimumWidth = 10;
  362. this.fp_name.Name = "fp_name";
  363. this.fp_name.Width = 200;
  364. //
  365. // fp_path
  366. //
  367. this.fp_path.DataPropertyName = "fp_path";
  368. this.fp_path.HeaderText = "路径";
  369. this.fp_path.MinimumWidth = 10;
  370. this.fp_path.Name = "fp_path";
  371. this.fp_path.Width = 200;
  372. //
  373. // psd_iskey
  374. //
  375. this.psd_iskey.DataPropertyName = "psd_iskey";
  376. this.psd_iskey.HeaderText = "是否关键工序";
  377. this.psd_iskey.MinimumWidth = 10;
  378. this.psd_iskey.Name = "psd_iskey";
  379. this.psd_iskey.Width = 200;
  380. //
  381. // issend
  382. //
  383. this.issend.DataPropertyName = "issend";
  384. this.issend.HeaderText = "是否成功发送";
  385. this.issend.MinimumWidth = 10;
  386. this.issend.Name = "issend";
  387. this.issend.Visible = false;
  388. this.issend.Width = 200;
  389. //
  390. // Query_SOP_CY
  391. //
  392. this.AutoScaleDimensions = new System.Drawing.SizeF(12F, 24F);
  393. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  394. this.ClientSize = new System.Drawing.Size(1945, 1234);
  395. this.Controls.Add(this.button2);
  396. this.Controls.Add(this.button1);
  397. this.Controls.Add(this.GetSOP);
  398. this.Controls.Add(this.li_code);
  399. this.Controls.Add(this.ps_prodcode);
  400. this.Controls.Add(this.ChooseALL);
  401. this.Controls.Add(this.SendDGV);
  402. this.Controls.Add(this.label5);
  403. this.Controls.Add(this.pr_spec);
  404. this.Controls.Add(this.JPG);
  405. this.Controls.Add(this.pr_detail);
  406. this.Controls.Add(this.label4);
  407. this.Controls.Add(this.label3);
  408. this.Controls.Add(this.SendSop);
  409. this.Controls.Add(this.OperatResult);
  410. this.Controls.Add(this.label2);
  411. this.Controls.Add(this.UploadSOP);
  412. this.Controls.Add(this.ChooseFile);
  413. this.Controls.Add(this.FilePath);
  414. this.Controls.Add(this.label1);
  415. this.Controls.Add(this.richTextBox1);
  416. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  417. this.Name = "Query_SOP_CY";
  418. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  419. this.Text = "SOP管理";
  420. this.Load += new System.EventHandler(this.Form3_Load);
  421. ((System.ComponentModel.ISupportInitialize)(this.SendDGV)).EndInit();
  422. this.ResumeLayout(true);
  423. this.PerformLayout();
  424. }
  425. #endregion
  426. private System.Windows.Forms.RichTextBox richTextBox1;
  427. private System.Windows.Forms.OpenFileDialog ChoosePath;
  428. private System.Windows.Forms.Label label1;
  429. private System.Windows.Forms.TextBox FilePath;
  430. private System.Windows.Forms.Button ChooseFile;
  431. private System.Windows.Forms.Button UploadSOP;
  432. private System.Windows.Forms.Label label2;
  433. private System.Windows.Forms.RichTextBox OperatResult;
  434. private System.Windows.Forms.Button SendSop;
  435. private System.Windows.Forms.Label label3;
  436. private System.Windows.Forms.Label label4;
  437. private System.Windows.Forms.Label pr_detail;
  438. private System.Windows.Forms.RadioButton JPG;
  439. private System.Windows.Forms.RichTextBox pr_spec;
  440. private System.Windows.Forms.Label label5;
  441. private System.Windows.Forms.DataGridView SendDGV;
  442. private System.Windows.Forms.Button ChooseALL;
  443. private SearchTextBox ps_prodcode;
  444. private SearchTextBox li_code;
  445. private System.Windows.Forms.Button GetSOP;
  446. private System.Windows.Forms.DataGridViewCheckBoxColumn CheckColumn;
  447. private System.Windows.Forms.DataGridViewTextBoxColumn fp_name;
  448. private System.Windows.Forms.DataGridViewTextBoxColumn fp_path;
  449. private System.Windows.Forms.DataGridViewTextBoxColumn psd_iskey;
  450. private System.Windows.Forms.DataGridViewTextBoxColumn issend;
  451. private System.Windows.Forms.DataGridViewCheckBoxColumn dataGridViewCheckBoxColumn1;
  452. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn1;
  453. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn2;
  454. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn3;
  455. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn4;
  456. private System.Windows.Forms.Button button1;
  457. private System.Windows.Forms.Button button2;
  458. }
  459. }