SOP.Designer.cs 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384
  1. namespace FileWatcher
  2. {
  3. partial class SOP
  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.richTextBox1 = new System.Windows.Forms.RichTextBox();
  29. this.ChoosePath = new System.Windows.Forms.OpenFileDialog();
  30. this.label1 = new System.Windows.Forms.Label();
  31. this.FilePath = new System.Windows.Forms.TextBox();
  32. this.ChooseFile = new System.Windows.Forms.Button();
  33. this.UploadSOP = new System.Windows.Forms.Button();
  34. this.label2 = new System.Windows.Forms.Label();
  35. this.OperatResult = new System.Windows.Forms.RichTextBox();
  36. this.SendSop = new System.Windows.Forms.Button();
  37. this.label3 = new System.Windows.Forms.Label();
  38. this.label4 = new System.Windows.Forms.Label();
  39. this.pr_detail = new System.Windows.Forms.Label();
  40. this.JPG = new System.Windows.Forms.RadioButton();
  41. this.pr_spec = new System.Windows.Forms.RichTextBox();
  42. this.label5 = new System.Windows.Forms.Label();
  43. this.SendDGV = new System.Windows.Forms.DataGridView();
  44. this.ChooseALL = new System.Windows.Forms.Button();
  45. this.ps_prodcode = new FileWatcher.SearchTextBox();
  46. this.li_code = new FileWatcher.SearchTextBox();
  47. this.GetSOP = new System.Windows.Forms.Button();
  48. this.CheckColumn = new System.Windows.Forms.DataGridViewCheckBoxColumn();
  49. this.fp_name = new System.Windows.Forms.DataGridViewTextBoxColumn();
  50. this.fp_path = new System.Windows.Forms.DataGridViewTextBoxColumn();
  51. this.psd_iskey = new System.Windows.Forms.DataGridViewTextBoxColumn();
  52. this.issend = new System.Windows.Forms.DataGridViewTextBoxColumn();
  53. ((System.ComponentModel.ISupportInitialize)(this.SendDGV)).BeginInit();
  54. this.SuspendLayout();
  55. //
  56. // richTextBox1
  57. //
  58. this.richTextBox1.Location = new System.Drawing.Point(-43, -88);
  59. this.richTextBox1.Name = "richTextBox1";
  60. this.richTextBox1.Size = new System.Drawing.Size(100, 96);
  61. this.richTextBox1.TabIndex = 5;
  62. this.richTextBox1.Text = "";
  63. //
  64. // ChoosePath
  65. //
  66. this.ChoosePath.FileName = "ChoosePath";
  67. //
  68. // label1
  69. //
  70. this.label1.AutoSize = true;
  71. this.label1.Font = new System.Drawing.Font("微软雅黑", 12F);
  72. this.label1.Location = new System.Drawing.Point(19, 448);
  73. this.label1.Name = "label1";
  74. this.label1.Size = new System.Drawing.Size(146, 41);
  75. this.label1.TabIndex = 6;
  76. this.label1.Text = "SOP文件";
  77. //
  78. // FilePath
  79. //
  80. this.FilePath.Enabled = false;
  81. this.FilePath.Location = new System.Drawing.Point(218, 453);
  82. this.FilePath.Name = "FilePath";
  83. this.FilePath.Size = new System.Drawing.Size(582, 35);
  84. this.FilePath.TabIndex = 7;
  85. //
  86. // ChooseFile
  87. //
  88. this.ChooseFile.Location = new System.Drawing.Point(218, 666);
  89. this.ChooseFile.Name = "ChooseFile";
  90. this.ChooseFile.Size = new System.Drawing.Size(160, 42);
  91. this.ChooseFile.TabIndex = 8;
  92. this.ChooseFile.Text = "选择文件";
  93. this.ChooseFile.UseVisualStyleBackColor = true;
  94. this.ChooseFile.Click += new System.EventHandler(this.ChooseFile_Click);
  95. //
  96. // UploadSOP
  97. //
  98. this.UploadSOP.Location = new System.Drawing.Point(424, 666);
  99. this.UploadSOP.Name = "UploadSOP";
  100. this.UploadSOP.Size = new System.Drawing.Size(160, 42);
  101. this.UploadSOP.TabIndex = 9;
  102. this.UploadSOP.Text = "上传文件";
  103. this.UploadSOP.UseVisualStyleBackColor = true;
  104. this.UploadSOP.Click += new System.EventHandler(this.UploadSOP_Click);
  105. //
  106. // label2
  107. //
  108. this.label2.AutoSize = true;
  109. this.label2.Font = new System.Drawing.Font("微软雅黑", 12F);
  110. this.label2.Location = new System.Drawing.Point(19, 311);
  111. this.label2.Name = "label2";
  112. this.label2.Size = new System.Drawing.Size(82, 41);
  113. this.label2.TabIndex = 10;
  114. this.label2.Text = "机型";
  115. //
  116. // OperatResult
  117. //
  118. this.OperatResult.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  119. | System.Windows.Forms.AnchorStyles.Right)));
  120. this.OperatResult.Location = new System.Drawing.Point(865, 841);
  121. this.OperatResult.Name = "OperatResult";
  122. this.OperatResult.Size = new System.Drawing.Size(1068, 381);
  123. this.OperatResult.TabIndex = 12;
  124. this.OperatResult.Text = "";
  125. this.OperatResult.TextChanged += new System.EventHandler(this.OperatResult_TextChanged);
  126. //
  127. // SendSop
  128. //
  129. this.SendSop.Location = new System.Drawing.Point(640, 666);
  130. this.SendSop.Name = "SendSop";
  131. this.SendSop.Size = new System.Drawing.Size(160, 42);
  132. this.SendSop.TabIndex = 13;
  133. this.SendSop.Text = "广播SOP";
  134. this.SendSop.UseVisualStyleBackColor = true;
  135. this.SendSop.Click += new System.EventHandler(this.SendSop_Click);
  136. //
  137. // label3
  138. //
  139. this.label3.AutoSize = true;
  140. this.label3.Font = new System.Drawing.Font("微软雅黑", 12F);
  141. this.label3.Location = new System.Drawing.Point(19, 22);
  142. this.label3.Name = "label3";
  143. this.label3.Size = new System.Drawing.Size(146, 41);
  144. this.label3.TabIndex = 14;
  145. this.label3.Text = "产品名称";
  146. this.label3.Visible = false;
  147. //
  148. // label4
  149. //
  150. this.label4.AutoSize = true;
  151. this.label4.Font = new System.Drawing.Font("微软雅黑", 12F);
  152. this.label4.Location = new System.Drawing.Point(19, 115);
  153. this.label4.Name = "label4";
  154. this.label4.Size = new System.Drawing.Size(146, 41);
  155. this.label4.TabIndex = 15;
  156. this.label4.Text = "产品规格";
  157. this.label4.Visible = false;
  158. //
  159. // pr_detail
  160. //
  161. this.pr_detail.AutoSize = true;
  162. this.pr_detail.Font = new System.Drawing.Font("微软雅黑", 12F);
  163. this.pr_detail.Location = new System.Drawing.Point(211, 22);
  164. this.pr_detail.Name = "pr_detail";
  165. this.pr_detail.Size = new System.Drawing.Size(0, 41);
  166. this.pr_detail.TabIndex = 16;
  167. this.pr_detail.Visible = false;
  168. //
  169. // JPG
  170. //
  171. this.JPG.AutoSize = true;
  172. this.JPG.Checked = true;
  173. this.JPG.Location = new System.Drawing.Point(251, 534);
  174. this.JPG.Name = "JPG";
  175. this.JPG.Size = new System.Drawing.Size(89, 28);
  176. this.JPG.TabIndex = 18;
  177. this.JPG.TabStop = true;
  178. this.JPG.Text = "图片";
  179. this.JPG.UseVisualStyleBackColor = true;
  180. //
  181. // pr_spec
  182. //
  183. this.pr_spec.Enabled = false;
  184. this.pr_spec.Location = new System.Drawing.Point(218, 123);
  185. this.pr_spec.Name = "pr_spec";
  186. this.pr_spec.ScrollBars = System.Windows.Forms.RichTextBoxScrollBars.None;
  187. this.pr_spec.Size = new System.Drawing.Size(580, 94);
  188. this.pr_spec.TabIndex = 19;
  189. this.pr_spec.Text = "";
  190. this.pr_spec.Visible = false;
  191. //
  192. // label5
  193. //
  194. this.label5.AutoSize = true;
  195. this.label5.Font = new System.Drawing.Font("微软雅黑", 12F);
  196. this.label5.Location = new System.Drawing.Point(19, 580);
  197. this.label5.Name = "label5";
  198. this.label5.Size = new System.Drawing.Size(82, 41);
  199. this.label5.TabIndex = 20;
  200. this.label5.Text = "线别";
  201. //
  202. // SendDGV
  203. //
  204. this.SendDGV.AllowUserToAddRows = false;
  205. this.SendDGV.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  206. | System.Windows.Forms.AnchorStyles.Right)));
  207. this.SendDGV.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  208. this.SendDGV.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  209. this.CheckColumn,
  210. this.fp_name,
  211. this.fp_path,
  212. this.psd_iskey,
  213. this.issend});
  214. this.SendDGV.Location = new System.Drawing.Point(865, 61);
  215. this.SendDGV.Name = "SendDGV";
  216. this.SendDGV.RowHeadersWidth = 82;
  217. this.SendDGV.RowTemplate.Height = 37;
  218. this.SendDGV.Size = new System.Drawing.Size(1068, 759);
  219. this.SendDGV.TabIndex = 22;
  220. //
  221. // ChooseALL
  222. //
  223. this.ChooseALL.Location = new System.Drawing.Point(865, 61);
  224. this.ChooseALL.Name = "ChooseALL";
  225. this.ChooseALL.Size = new System.Drawing.Size(80, 42);
  226. this.ChooseALL.TabIndex = 23;
  227. this.ChooseALL.Text = "全选";
  228. this.ChooseALL.UseVisualStyleBackColor = true;
  229. this.ChooseALL.Click += new System.EventHandler(this.ChooseALL_Click);
  230. //
  231. // ps_prodcode
  232. //
  233. this.ps_prodcode.AllPower = null;
  234. this.ps_prodcode.Caller = null;
  235. this.ps_prodcode.Condition = null;
  236. this.ps_prodcode.DBTitle = null;
  237. this.ps_prodcode.FormName = null;
  238. this.ps_prodcode.Location = new System.Drawing.Point(216, 311);
  239. this.ps_prodcode.Name = "ps_prodcode";
  240. this.ps_prodcode.Power = null;
  241. this.ps_prodcode.ReturnData = null;
  242. this.ps_prodcode.SelectField = null;
  243. this.ps_prodcode.SetValueField = null;
  244. this.ps_prodcode.Size = new System.Drawing.Size(582, 41);
  245. this.ps_prodcode.TabIndex = 24;
  246. this.ps_prodcode.TableName = null;
  247. this.ps_prodcode.TextBoxEnable = false;
  248. this.ps_prodcode.UserControlTextChanged += new FileWatcher.SearchTextBox.OnTextChange(this.ps_prodcode_UserControlTextChanged);
  249. //
  250. // li_code
  251. //
  252. this.li_code.AllPower = null;
  253. this.li_code.Caller = null;
  254. this.li_code.Condition = null;
  255. this.li_code.DBTitle = null;
  256. this.li_code.FormName = null;
  257. this.li_code.Location = new System.Drawing.Point(218, 580);
  258. this.li_code.Name = "li_code";
  259. this.li_code.Power = null;
  260. this.li_code.ReturnData = null;
  261. this.li_code.SelectField = null;
  262. this.li_code.SetValueField = null;
  263. this.li_code.Size = new System.Drawing.Size(582, 41);
  264. this.li_code.TabIndex = 25;
  265. this.li_code.TableName = null;
  266. this.li_code.TextBoxEnable = false;
  267. //
  268. // GetSOP
  269. //
  270. this.GetSOP.Location = new System.Drawing.Point(638, 379);
  271. this.GetSOP.Name = "GetSOP";
  272. this.GetSOP.Size = new System.Drawing.Size(160, 42);
  273. this.GetSOP.TabIndex = 26;
  274. this.GetSOP.Text = "获取SOP";
  275. this.GetSOP.UseVisualStyleBackColor = true;
  276. this.GetSOP.Click += new System.EventHandler(this.GetSOP_Click);
  277. //
  278. // CheckColumn
  279. //
  280. this.CheckColumn.DataPropertyName = "CheckColumn";
  281. this.CheckColumn.HeaderText = "勾选";
  282. this.CheckColumn.MinimumWidth = 100;
  283. this.CheckColumn.Name = "CheckColumn";
  284. this.CheckColumn.Width = 200;
  285. //
  286. // fp_name
  287. //
  288. this.fp_name.DataPropertyName = "fp_name";
  289. this.fp_name.HeaderText = "文件名";
  290. this.fp_name.MinimumWidth = 10;
  291. this.fp_name.Name = "fp_name";
  292. this.fp_name.Width = 200;
  293. //
  294. // fp_path
  295. //
  296. this.fp_path.DataPropertyName = "fp_path";
  297. this.fp_path.HeaderText = "路径";
  298. this.fp_path.MinimumWidth = 10;
  299. this.fp_path.Name = "fp_path";
  300. this.fp_path.Width = 200;
  301. //
  302. // psd_iskey
  303. //
  304. this.psd_iskey.DataPropertyName = "psd_iskey";
  305. this.psd_iskey.HeaderText = "是否关键工序";
  306. this.psd_iskey.MinimumWidth = 10;
  307. this.psd_iskey.Name = "psd_iskey";
  308. this.psd_iskey.Width = 200;
  309. //
  310. // issend
  311. //
  312. this.issend.DataPropertyName = "issend";
  313. this.issend.HeaderText = "是否成功发送";
  314. this.issend.MinimumWidth = 10;
  315. this.issend.Name = "issend";
  316. this.issend.Visible = false;
  317. this.issend.Width = 200;
  318. //
  319. // SOP
  320. //
  321. this.AutoScaleDimensions = new System.Drawing.SizeF(12F, 24F);
  322. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  323. this.ClientSize = new System.Drawing.Size(1945, 1234);
  324. this.Controls.Add(this.GetSOP);
  325. this.Controls.Add(this.li_code);
  326. this.Controls.Add(this.ps_prodcode);
  327. this.Controls.Add(this.ChooseALL);
  328. this.Controls.Add(this.SendDGV);
  329. this.Controls.Add(this.label5);
  330. this.Controls.Add(this.pr_spec);
  331. this.Controls.Add(this.JPG);
  332. this.Controls.Add(this.pr_detail);
  333. this.Controls.Add(this.label4);
  334. this.Controls.Add(this.label3);
  335. this.Controls.Add(this.SendSop);
  336. this.Controls.Add(this.OperatResult);
  337. this.Controls.Add(this.label2);
  338. this.Controls.Add(this.UploadSOP);
  339. this.Controls.Add(this.ChooseFile);
  340. this.Controls.Add(this.FilePath);
  341. this.Controls.Add(this.label1);
  342. this.Controls.Add(this.richTextBox1);
  343. this.Name = "SOP";
  344. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  345. this.Text = "SOP管理";
  346. this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
  347. this.Load += new System.EventHandler(this.Form3_Load);
  348. ((System.ComponentModel.ISupportInitialize)(this.SendDGV)).EndInit();
  349. this.ResumeLayout(false);
  350. this.PerformLayout();
  351. }
  352. #endregion
  353. private System.Windows.Forms.RichTextBox richTextBox1;
  354. private System.Windows.Forms.OpenFileDialog ChoosePath;
  355. private System.Windows.Forms.Label label1;
  356. private System.Windows.Forms.TextBox FilePath;
  357. private System.Windows.Forms.Button ChooseFile;
  358. private System.Windows.Forms.Button UploadSOP;
  359. private System.Windows.Forms.Label label2;
  360. private System.Windows.Forms.RichTextBox OperatResult;
  361. private System.Windows.Forms.Button SendSop;
  362. private System.Windows.Forms.Label label3;
  363. private System.Windows.Forms.Label label4;
  364. private System.Windows.Forms.Label pr_detail;
  365. private System.Windows.Forms.RadioButton JPG;
  366. private System.Windows.Forms.RichTextBox pr_spec;
  367. private System.Windows.Forms.Label label5;
  368. private System.Windows.Forms.DataGridView SendDGV;
  369. private System.Windows.Forms.Button ChooseALL;
  370. private SearchTextBox ps_prodcode;
  371. private SearchTextBox li_code;
  372. private System.Windows.Forms.Button GetSOP;
  373. private System.Windows.Forms.DataGridViewCheckBoxColumn CheckColumn;
  374. private System.Windows.Forms.DataGridViewTextBoxColumn fp_name;
  375. private System.Windows.Forms.DataGridViewTextBoxColumn fp_path;
  376. private System.Windows.Forms.DataGridViewTextBoxColumn psd_iskey;
  377. private System.Windows.Forms.DataGridViewTextBoxColumn issend;
  378. }
  379. }