F_PM_3301.Designer.cs 51 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869
  1. namespace Dongke.IBOSS.PRD.Client.PMModule
  2. {
  3. partial class F_PM_3301
  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. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(F_PM_3301));
  29. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
  30. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
  31. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
  32. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
  33. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
  34. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
  35. this.gbSelect = new Dongke.IBOSS.PRD.Basics.BaseControls.C_GroupBox();
  36. this.txtGroutingLineName = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  37. this.lblGroutingLineName = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  38. this.txtGoodsName = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  39. this.lblGoodsName = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  40. this.lblScrapDateStart = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  41. this.cmbRreason = new Dongke.IBOSS.PRD.Basics.BaseControls.C_ComboBox();
  42. this.c_Label1 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  43. this.txtRemarks = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  44. this.txtGoodsCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  45. this.lblGoodsCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  46. this.dtpScrapDateEnd = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DateTimePicker();
  47. this.lblScrapDateEnd = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  48. this.dtpScrapDateStart = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DateTimePicker();
  49. this.lblRemarks = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  50. this.txtBarCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  51. this.lblBarCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  52. this.txtGroutingLineCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  53. this.lblGroutingLineCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  54. this.btnClearCondition = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  55. this.btnSearch = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  56. this.tsrOperate = new Dongke.IBOSS.PRD.Basics.BaseControls.C_ToolStrip();
  57. this.tsbtnAllocateOut = new System.Windows.Forms.ToolStripButton();
  58. this.tsbtnCancelAllocateOut = new System.Windows.Forms.ToolStripButton();
  59. this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
  60. this.tsbtnAdaptive = new System.Windows.Forms.ToolStripButton();
  61. this.tsbtnClose = new System.Windows.Forms.ToolStripButton();
  62. this.dgvScrapProduct = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
  63. this.BarCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  64. this.GoodsCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  65. this.GoodsName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  66. this.Rreason = new System.Windows.Forms.DataGridViewTextBoxColumn();
  67. this.ScrapDate = new System.Windows.Forms.DataGridViewTextBoxColumn();
  68. this.ProcedureName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  69. this.ProductionLineCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  70. this.ProductionLineName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  71. this.GroutingDate = new System.Windows.Forms.DataGridViewTextBoxColumn();
  72. this.GroutingUserCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  73. this.GroutingLineCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  74. this.GroutingLineName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  75. this.GroutingMouldCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  76. this.MouldCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  77. this.GoodsLevelName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  78. this.Remarks = new System.Windows.Forms.DataGridViewTextBoxColumn();
  79. this.ISPUBLICBODY = new System.Windows.Forms.DataGridViewCheckBoxColumn();
  80. this.SPECIALREPAIRFLAG = new System.Windows.Forms.DataGridViewCheckBoxColumn();
  81. this.ProductionLineID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  82. this.GoodsID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  83. this.GroutingDailyID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  84. this.GroutingDailyDetailID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  85. this.GroutingLineID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  86. this.GMouldTypeID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  87. this.GroutingLineDetailID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  88. this.GoodsLevelTypeID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  89. this.AccountID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  90. this.ValueFlag = new System.Windows.Forms.DataGridViewTextBoxColumn();
  91. this.ScrapProductID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  92. this.gbSelect.SuspendLayout();
  93. this.tsrOperate.SuspendLayout();
  94. ((System.ComponentModel.ISupportInitialize)(this.dgvScrapProduct)).BeginInit();
  95. this.SuspendLayout();
  96. //
  97. // gbSelect
  98. //
  99. this.gbSelect.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  100. | System.Windows.Forms.AnchorStyles.Right)));
  101. this.gbSelect.BackColor = System.Drawing.Color.Transparent;
  102. this.gbSelect.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("gbSelect.BackgroundImage")));
  103. this.gbSelect.Controls.Add(this.txtGroutingLineName);
  104. this.gbSelect.Controls.Add(this.lblGroutingLineName);
  105. this.gbSelect.Controls.Add(this.txtGoodsName);
  106. this.gbSelect.Controls.Add(this.lblGoodsName);
  107. this.gbSelect.Controls.Add(this.lblScrapDateStart);
  108. this.gbSelect.Controls.Add(this.cmbRreason);
  109. this.gbSelect.Controls.Add(this.c_Label1);
  110. this.gbSelect.Controls.Add(this.txtRemarks);
  111. this.gbSelect.Controls.Add(this.txtGoodsCode);
  112. this.gbSelect.Controls.Add(this.lblGoodsCode);
  113. this.gbSelect.Controls.Add(this.dtpScrapDateEnd);
  114. this.gbSelect.Controls.Add(this.lblScrapDateEnd);
  115. this.gbSelect.Controls.Add(this.dtpScrapDateStart);
  116. this.gbSelect.Controls.Add(this.lblRemarks);
  117. this.gbSelect.Controls.Add(this.txtBarCode);
  118. this.gbSelect.Controls.Add(this.lblBarCode);
  119. this.gbSelect.Controls.Add(this.txtGroutingLineCode);
  120. this.gbSelect.Controls.Add(this.lblGroutingLineCode);
  121. this.gbSelect.Controls.Add(this.btnClearCondition);
  122. this.gbSelect.Controls.Add(this.btnSearch);
  123. this.gbSelect.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  124. this.gbSelect.ForeColor = System.Drawing.SystemColors.ControlText;
  125. this.gbSelect.IsMustInput = false;
  126. this.gbSelect.Location = new System.Drawing.Point(0, 38);
  127. this.gbSelect.Name = "gbSelect";
  128. this.gbSelect.OriginalHeight = -1;
  129. this.gbSelect.Size = new System.Drawing.Size(1320, 78);
  130. this.gbSelect.TabIndex = 13;
  131. this.gbSelect.TabStop = false;
  132. this.gbSelect.Text = "查询条件 ▼";
  133. //
  134. // txtGroutingLineName
  135. //
  136. this.txtGroutingLineName.BackColor = System.Drawing.SystemColors.Window;
  137. this.txtGroutingLineName.BackgroundColor = System.Drawing.SystemColors.Window;
  138. this.txtGroutingLineName.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
  139. this.txtGroutingLineName.ErrorMessage = "";
  140. this.txtGroutingLineName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  141. this.txtGroutingLineName.ImeMode = System.Windows.Forms.ImeMode.Off;
  142. this.txtGroutingLineName.Location = new System.Drawing.Point(493, 47);
  143. this.txtGroutingLineName.MaxLength = 20;
  144. this.txtGroutingLineName.Name = "txtGroutingLineName";
  145. this.txtGroutingLineName.Size = new System.Drawing.Size(134, 21);
  146. this.txtGroutingLineName.TabIndex = 106;
  147. //
  148. // lblGroutingLineName
  149. //
  150. this.lblGroutingLineName.AutoSize = true;
  151. this.lblGroutingLineName.BackColor = System.Drawing.Color.Transparent;
  152. this.lblGroutingLineName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  153. this.lblGroutingLineName.ForeColor = System.Drawing.SystemColors.ControlText;
  154. this.lblGroutingLineName.Location = new System.Drawing.Point(422, 52);
  155. this.lblGroutingLineName.Name = "lblGroutingLineName";
  156. this.lblGroutingLineName.Size = new System.Drawing.Size(65, 12);
  157. this.lblGroutingLineName.TabIndex = 107;
  158. this.lblGroutingLineName.Text = "成型线名称";
  159. //
  160. // txtGoodsName
  161. //
  162. this.txtGoodsName.BackColor = System.Drawing.SystemColors.Window;
  163. this.txtGoodsName.BackgroundColor = System.Drawing.SystemColors.Window;
  164. this.txtGoodsName.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
  165. this.txtGoodsName.ErrorMessage = "";
  166. this.txtGoodsName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  167. this.txtGoodsName.ImeMode = System.Windows.Forms.ImeMode.Off;
  168. this.txtGoodsName.Location = new System.Drawing.Point(493, 20);
  169. this.txtGoodsName.MaxLength = 10;
  170. this.txtGoodsName.Name = "txtGoodsName";
  171. this.txtGoodsName.Size = new System.Drawing.Size(134, 21);
  172. this.txtGoodsName.TabIndex = 104;
  173. //
  174. // lblGoodsName
  175. //
  176. this.lblGoodsName.AutoSize = true;
  177. this.lblGoodsName.BackColor = System.Drawing.Color.Transparent;
  178. this.lblGoodsName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  179. this.lblGoodsName.ForeColor = System.Drawing.SystemColors.ControlText;
  180. this.lblGoodsName.Location = new System.Drawing.Point(434, 25);
  181. this.lblGoodsName.Name = "lblGoodsName";
  182. this.lblGoodsName.Size = new System.Drawing.Size(53, 12);
  183. this.lblGoodsName.TabIndex = 105;
  184. this.lblGoodsName.Text = "产品名称";
  185. //
  186. // lblScrapDateStart
  187. //
  188. this.lblScrapDateStart.AutoSize = true;
  189. this.lblScrapDateStart.BackColor = System.Drawing.Color.Transparent;
  190. this.lblScrapDateStart.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  191. this.lblScrapDateStart.ForeColor = System.Drawing.SystemColors.ControlText;
  192. this.lblScrapDateStart.Location = new System.Drawing.Point(633, 23);
  193. this.lblScrapDateStart.Name = "lblScrapDateStart";
  194. this.lblScrapDateStart.Size = new System.Drawing.Size(53, 12);
  195. this.lblScrapDateStart.TabIndex = 103;
  196. this.lblScrapDateStart.Text = "调出日期";
  197. //
  198. // cmbRreason
  199. //
  200. this.cmbRreason.BackColor = System.Drawing.SystemColors.Window;
  201. this.cmbRreason.BackgroundColor = System.Drawing.SystemColors.Window;
  202. this.cmbRreason.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  203. this.cmbRreason.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  204. this.cmbRreason.FormattingEnabled = true;
  205. this.cmbRreason.Location = new System.Drawing.Point(69, 50);
  206. this.cmbRreason.Name = "cmbRreason";
  207. this.cmbRreason.Size = new System.Drawing.Size(136, 20);
  208. this.cmbRreason.TabIndex = 102;
  209. //
  210. // c_Label1
  211. //
  212. this.c_Label1.AutoSize = true;
  213. this.c_Label1.BackColor = System.Drawing.Color.Transparent;
  214. this.c_Label1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  215. this.c_Label1.ForeColor = System.Drawing.SystemColors.ControlText;
  216. this.c_Label1.Location = new System.Drawing.Point(12, 54);
  217. this.c_Label1.Name = "c_Label1";
  218. this.c_Label1.Size = new System.Drawing.Size(53, 12);
  219. this.c_Label1.TabIndex = 101;
  220. this.c_Label1.Text = "调出类型";
  221. //
  222. // txtRemarks
  223. //
  224. this.txtRemarks.BackColor = System.Drawing.SystemColors.Window;
  225. this.txtRemarks.BackgroundColor = System.Drawing.SystemColors.Window;
  226. this.txtRemarks.ErrorMessage = "";
  227. this.txtRemarks.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  228. this.txtRemarks.Location = new System.Drawing.Point(692, 47);
  229. this.txtRemarks.MaxLength = 500;
  230. this.txtRemarks.Name = "txtRemarks";
  231. this.txtRemarks.Size = new System.Drawing.Size(297, 21);
  232. this.txtRemarks.TabIndex = 12;
  233. //
  234. // txtGoodsCode
  235. //
  236. this.txtGoodsCode.BackColor = System.Drawing.SystemColors.Window;
  237. this.txtGoodsCode.BackgroundColor = System.Drawing.SystemColors.Window;
  238. this.txtGoodsCode.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
  239. this.txtGoodsCode.ErrorMessage = "";
  240. this.txtGoodsCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  241. this.txtGoodsCode.ImeMode = System.Windows.Forms.ImeMode.Off;
  242. this.txtGoodsCode.Location = new System.Drawing.Point(282, 20);
  243. this.txtGoodsCode.MaxLength = 10;
  244. this.txtGoodsCode.Name = "txtGoodsCode";
  245. this.txtGoodsCode.Size = new System.Drawing.Size(134, 21);
  246. this.txtGoodsCode.TabIndex = 8;
  247. //
  248. // lblGoodsCode
  249. //
  250. this.lblGoodsCode.AutoSize = true;
  251. this.lblGoodsCode.BackColor = System.Drawing.Color.Transparent;
  252. this.lblGoodsCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  253. this.lblGoodsCode.ForeColor = System.Drawing.SystemColors.ControlText;
  254. this.lblGoodsCode.Location = new System.Drawing.Point(223, 26);
  255. this.lblGoodsCode.Name = "lblGoodsCode";
  256. this.lblGoodsCode.Size = new System.Drawing.Size(53, 12);
  257. this.lblGoodsCode.TabIndex = 94;
  258. this.lblGoodsCode.Text = "产品编码";
  259. //
  260. // dtpScrapDateEnd
  261. //
  262. this.dtpScrapDateEnd.CustomFormat = "yyyy-MM-dd";
  263. this.dtpScrapDateEnd.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  264. this.dtpScrapDateEnd.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  265. this.dtpScrapDateEnd.Location = new System.Drawing.Point(855, 17);
  266. this.dtpScrapDateEnd.Name = "dtpScrapDateEnd";
  267. this.dtpScrapDateEnd.Size = new System.Drawing.Size(134, 21);
  268. this.dtpScrapDateEnd.TabIndex = 5;
  269. //
  270. // lblScrapDateEnd
  271. //
  272. this.lblScrapDateEnd.AutoSize = true;
  273. this.lblScrapDateEnd.BackColor = System.Drawing.Color.Transparent;
  274. this.lblScrapDateEnd.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  275. this.lblScrapDateEnd.ForeColor = System.Drawing.SystemColors.ControlText;
  276. this.lblScrapDateEnd.Location = new System.Drawing.Point(832, 20);
  277. this.lblScrapDateEnd.Name = "lblScrapDateEnd";
  278. this.lblScrapDateEnd.Size = new System.Drawing.Size(17, 12);
  279. this.lblScrapDateEnd.TabIndex = 92;
  280. this.lblScrapDateEnd.Text = "至";
  281. //
  282. // dtpScrapDateStart
  283. //
  284. this.dtpScrapDateStart.CustomFormat = "yyyy-MM-dd";
  285. this.dtpScrapDateStart.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  286. this.dtpScrapDateStart.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  287. this.dtpScrapDateStart.Location = new System.Drawing.Point(692, 17);
  288. this.dtpScrapDateStart.Name = "dtpScrapDateStart";
  289. this.dtpScrapDateStart.Size = new System.Drawing.Size(134, 21);
  290. this.dtpScrapDateStart.TabIndex = 4;
  291. //
  292. // lblRemarks
  293. //
  294. this.lblRemarks.AutoSize = true;
  295. this.lblRemarks.BackColor = System.Drawing.Color.Transparent;
  296. this.lblRemarks.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  297. this.lblRemarks.ForeColor = System.Drawing.SystemColors.ControlText;
  298. this.lblRemarks.Location = new System.Drawing.Point(657, 50);
  299. this.lblRemarks.Name = "lblRemarks";
  300. this.lblRemarks.Size = new System.Drawing.Size(29, 12);
  301. this.lblRemarks.TabIndex = 83;
  302. this.lblRemarks.Text = "备注";
  303. //
  304. // txtBarCode
  305. //
  306. this.txtBarCode.BackColor = System.Drawing.SystemColors.Window;
  307. this.txtBarCode.BackgroundColor = System.Drawing.SystemColors.Window;
  308. this.txtBarCode.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
  309. this.txtBarCode.ErrorMessage = "";
  310. this.txtBarCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  311. this.txtBarCode.Location = new System.Drawing.Point(71, 22);
  312. this.txtBarCode.MaxLength = 11;
  313. this.txtBarCode.Name = "txtBarCode";
  314. this.txtBarCode.Size = new System.Drawing.Size(134, 21);
  315. this.txtBarCode.TabIndex = 10;
  316. //
  317. // lblBarCode
  318. //
  319. this.lblBarCode.AutoSize = true;
  320. this.lblBarCode.BackColor = System.Drawing.Color.Transparent;
  321. this.lblBarCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  322. this.lblBarCode.ForeColor = System.Drawing.SystemColors.ControlText;
  323. this.lblBarCode.Location = new System.Drawing.Point(12, 26);
  324. this.lblBarCode.Name = "lblBarCode";
  325. this.lblBarCode.Size = new System.Drawing.Size(53, 12);
  326. this.lblBarCode.TabIndex = 80;
  327. this.lblBarCode.Text = "产品条码";
  328. //
  329. // txtGroutingLineCode
  330. //
  331. this.txtGroutingLineCode.BackColor = System.Drawing.SystemColors.Window;
  332. this.txtGroutingLineCode.BackgroundColor = System.Drawing.SystemColors.Window;
  333. this.txtGroutingLineCode.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
  334. this.txtGroutingLineCode.ErrorMessage = "";
  335. this.txtGroutingLineCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  336. this.txtGroutingLineCode.ImeMode = System.Windows.Forms.ImeMode.Off;
  337. this.txtGroutingLineCode.Location = new System.Drawing.Point(282, 47);
  338. this.txtGroutingLineCode.MaxLength = 20;
  339. this.txtGroutingLineCode.Name = "txtGroutingLineCode";
  340. this.txtGroutingLineCode.Size = new System.Drawing.Size(134, 21);
  341. this.txtGroutingLineCode.TabIndex = 1;
  342. //
  343. // lblGroutingLineCode
  344. //
  345. this.lblGroutingLineCode.AutoSize = true;
  346. this.lblGroutingLineCode.BackColor = System.Drawing.Color.Transparent;
  347. this.lblGroutingLineCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  348. this.lblGroutingLineCode.ForeColor = System.Drawing.SystemColors.ControlText;
  349. this.lblGroutingLineCode.Location = new System.Drawing.Point(211, 54);
  350. this.lblGroutingLineCode.Name = "lblGroutingLineCode";
  351. this.lblGroutingLineCode.Size = new System.Drawing.Size(65, 12);
  352. this.lblGroutingLineCode.TabIndex = 76;
  353. this.lblGroutingLineCode.Text = "成型线编码";
  354. //
  355. // btnClearCondition
  356. //
  357. this.btnClearCondition.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  358. this.btnClearCondition.BackColor = System.Drawing.Color.Gray;
  359. this.btnClearCondition.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnClearCondition.BackgroundImage")));
  360. this.btnClearCondition.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  361. this.btnClearCondition.ForeColor = System.Drawing.Color.White;
  362. this.btnClearCondition.Location = new System.Drawing.Point(1229, 37);
  363. this.btnClearCondition.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  364. this.btnClearCondition.Name = "btnClearCondition";
  365. this.btnClearCondition.Size = new System.Drawing.Size(85, 30);
  366. this.btnClearCondition.TabIndex = 75;
  367. this.btnClearCondition.Text = "清空条件(&C)";
  368. this.btnClearCondition.UseVisualStyleBackColor = false;
  369. this.btnClearCondition.Click += new System.EventHandler(this.btnClearCondition_Click);
  370. //
  371. // btnSearch
  372. //
  373. this.btnSearch.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  374. this.btnSearch.BackColor = System.Drawing.Color.Gray;
  375. this.btnSearch.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSearch.BackgroundImage")));
  376. this.btnSearch.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  377. this.btnSearch.ForeColor = System.Drawing.Color.White;
  378. this.btnSearch.Location = new System.Drawing.Point(1138, 37);
  379. this.btnSearch.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  380. this.btnSearch.Name = "btnSearch";
  381. this.btnSearch.Size = new System.Drawing.Size(85, 30);
  382. this.btnSearch.TabIndex = 74;
  383. this.btnSearch.Text = "查询(&Q)";
  384. this.btnSearch.UseVisualStyleBackColor = false;
  385. this.btnSearch.Click += new System.EventHandler(this.btnSearch_Click);
  386. //
  387. // tsrOperate
  388. //
  389. this.tsrOperate.AutoSize = false;
  390. this.tsrOperate.BackColor = System.Drawing.SystemColors.Control;
  391. this.tsrOperate.BackgroundImage = global::Dongke.IBOSS.PRD.Client.PMModule.Properties.Resources.functionbackground;
  392. this.tsrOperate.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  393. this.tsrOperate.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  394. this.tsbtnAllocateOut,
  395. this.tsbtnCancelAllocateOut,
  396. this.toolStripSeparator3,
  397. this.tsbtnAdaptive,
  398. this.tsbtnClose});
  399. this.tsrOperate.Location = new System.Drawing.Point(0, 0);
  400. this.tsrOperate.Name = "tsrOperate";
  401. this.tsrOperate.RenderMode = System.Windows.Forms.ToolStripRenderMode.System;
  402. this.tsrOperate.ShowItemToolTips = false;
  403. this.tsrOperate.Size = new System.Drawing.Size(1332, 35);
  404. this.tsrOperate.TabIndex = 14;
  405. //
  406. // tsbtnAllocateOut
  407. //
  408. this.tsbtnAllocateOut.AutoSize = false;
  409. this.tsbtnAllocateOut.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  410. this.tsbtnAllocateOut.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  411. this.tsbtnAllocateOut.ImageTransparentColor = System.Drawing.Color.Magenta;
  412. this.tsbtnAllocateOut.Name = "tsbtnAllocateOut";
  413. this.tsbtnAllocateOut.Size = new System.Drawing.Size(60, 25);
  414. this.tsbtnAllocateOut.Text = "调出(&O)";
  415. this.tsbtnAllocateOut.Click += new System.EventHandler(this.tsbtnAllocateOut_Click);
  416. //
  417. // tsbtnCancelAllocateOut
  418. //
  419. this.tsbtnCancelAllocateOut.AutoSize = false;
  420. this.tsbtnCancelAllocateOut.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  421. this.tsbtnCancelAllocateOut.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  422. this.tsbtnCancelAllocateOut.ImageTransparentColor = System.Drawing.Color.Magenta;
  423. this.tsbtnCancelAllocateOut.Name = "tsbtnCancelAllocateOut";
  424. this.tsbtnCancelAllocateOut.Size = new System.Drawing.Size(80, 25);
  425. this.tsbtnCancelAllocateOut.Text = "撤销调出(&Z)";
  426. this.tsbtnCancelAllocateOut.Click += new System.EventHandler(this.tsbtnCancelAllocateOut_Click);
  427. //
  428. // toolStripSeparator3
  429. //
  430. this.toolStripSeparator3.AutoSize = false;
  431. this.toolStripSeparator3.Name = "toolStripSeparator3";
  432. this.toolStripSeparator3.Size = new System.Drawing.Size(6, 25);
  433. //
  434. // tsbtnAdaptive
  435. //
  436. this.tsbtnAdaptive.AutoSize = false;
  437. this.tsbtnAdaptive.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  438. this.tsbtnAdaptive.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  439. this.tsbtnAdaptive.ImageTransparentColor = System.Drawing.Color.Magenta;
  440. this.tsbtnAdaptive.Name = "tsbtnAdaptive";
  441. this.tsbtnAdaptive.Size = new System.Drawing.Size(90, 25);
  442. this.tsbtnAdaptive.Text = "自适应列宽(&A)";
  443. this.tsbtnAdaptive.Click += new System.EventHandler(this.tsbtnAdaptive_Click);
  444. //
  445. // tsbtnClose
  446. //
  447. this.tsbtnClose.AutoSize = false;
  448. this.tsbtnClose.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  449. this.tsbtnClose.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  450. this.tsbtnClose.ImageTransparentColor = System.Drawing.Color.Magenta;
  451. this.tsbtnClose.Name = "tsbtnClose";
  452. this.tsbtnClose.Size = new System.Drawing.Size(60, 25);
  453. this.tsbtnClose.Text = "关闭(&X)";
  454. this.tsbtnClose.Click += new System.EventHandler(this.tsbtnClose_Click);
  455. //
  456. // dgvScrapProduct
  457. //
  458. this.dgvScrapProduct.AllowUserToAddRows = false;
  459. this.dgvScrapProduct.AllowUserToDeleteRows = false;
  460. this.dgvScrapProduct.AllowUserToModifyRows = true;
  461. this.dgvScrapProduct.AllowUserToOrderColumns = true;
  462. dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
  463. this.dgvScrapProduct.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
  464. this.dgvScrapProduct.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  465. | System.Windows.Forms.AnchorStyles.Left)
  466. | System.Windows.Forms.AnchorStyles.Right)));
  467. this.dgvScrapProduct.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  468. this.dgvScrapProduct.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
  469. this.dgvScrapProduct.CellHeight = 23;
  470. this.dgvScrapProduct.ChildNodeColumnName = null;
  471. this.dgvScrapProduct.ChildNodeColumnText = null;
  472. this.dgvScrapProduct.ColumnDeep = 1;
  473. this.dgvScrapProduct.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  474. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  475. dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70)))));
  476. dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  477. dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White;
  478. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  479. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  480. dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  481. this.dgvScrapProduct.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
  482. this.dgvScrapProduct.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  483. this.dgvScrapProduct.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  484. this.BarCode,
  485. this.GoodsCode,
  486. this.GoodsName,
  487. this.Rreason,
  488. this.ScrapDate,
  489. this.ProcedureName,
  490. this.ProductionLineCode,
  491. this.ProductionLineName,
  492. this.GroutingDate,
  493. this.GroutingUserCode,
  494. this.GroutingLineCode,
  495. this.GroutingLineName,
  496. this.GroutingMouldCode,
  497. this.MouldCode,
  498. this.GoodsLevelName,
  499. this.Remarks,
  500. this.ISPUBLICBODY,
  501. this.SPECIALREPAIRFLAG,
  502. this.ProductionLineID,
  503. this.GoodsID,
  504. this.GroutingDailyID,
  505. this.GroutingDailyDetailID,
  506. this.GroutingLineID,
  507. this.GMouldTypeID,
  508. this.GroutingLineDetailID,
  509. this.GoodsLevelTypeID,
  510. this.AccountID,
  511. this.ValueFlag,
  512. this.ScrapProductID});
  513. this.dgvScrapProduct.ColumnTreeView = null;
  514. this.dgvScrapProduct.ContextMenuVisible = ((Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView.ContextMenuVisibleFlags)((Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView.ContextMenuVisibleFlags.Refine | Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView.ContextMenuVisibleFlags.FileOut)));
  515. dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  516. dataGridViewCellStyle5.BackColor = System.Drawing.SystemColors.Window;
  517. dataGridViewCellStyle5.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  518. dataGridViewCellStyle5.ForeColor = System.Drawing.SystemColors.ControlText;
  519. dataGridViewCellStyle5.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  520. dataGridViewCellStyle5.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  521. dataGridViewCellStyle5.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  522. this.dgvScrapProduct.DefaultCellStyle = dataGridViewCellStyle5;
  523. this.dgvScrapProduct.DynamicColumnName = "";
  524. this.dgvScrapProduct.EnableHeadersVisualStyles = false;
  525. this.dgvScrapProduct.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  526. this.dgvScrapProduct.FormatQuantityColumns = null;
  527. this.dgvScrapProduct.HorizontalMergeColumn = null;
  528. this.dgvScrapProduct.IsAutoCountSum = true;
  529. this.dgvScrapProduct.IsAutoResizeColumns = false;
  530. this.dgvScrapProduct.IsClickF12 = false;
  531. this.dgvScrapProduct.IsOpenMergeCellFlag = false;
  532. this.dgvScrapProduct.IsSubTotalFlag = false;
  533. this.dgvScrapProduct.IsTopDeep = false;
  534. this.dgvScrapProduct.Location = new System.Drawing.Point(0, 122);
  535. this.dgvScrapProduct.MergeColumnNames = null;
  536. this.dgvScrapProduct.MergeDetailColumnNames = null;
  537. this.dgvScrapProduct.MergeDetailOnlyColumn = null;
  538. this.dgvScrapProduct.MergeOnlyColumn = null;
  539. this.dgvScrapProduct.Name = "dgvScrapProduct";
  540. this.dgvScrapProduct.ReadOnly = true;
  541. this.dgvScrapProduct.RefreshAtHscroll = false;
  542. this.dgvScrapProduct.RowHeadersWidth = 50;
  543. this.dgvScrapProduct.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  544. dataGridViewCellStyle6.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  545. this.dgvScrapProduct.RowsDefaultCellStyle = dataGridViewCellStyle6;
  546. this.dgvScrapProduct.RowTemplate.Height = 21;
  547. this.dgvScrapProduct.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  548. this.dgvScrapProduct.Size = new System.Drawing.Size(1320, 504);
  549. this.dgvScrapProduct.SortOrderColumnName = null;
  550. this.dgvScrapProduct.TabIndex = 14;
  551. this.dgvScrapProduct.Tag = true;
  552. this.dgvScrapProduct.TotalSumColumns = null;
  553. this.dgvScrapProduct.ViewRowFilter = "";
  554. this.dgvScrapProduct.VirtualMode = true;
  555. //
  556. // BarCode
  557. //
  558. this.BarCode.DataPropertyName = "BarCode";
  559. this.BarCode.HeaderText = "产品条码";
  560. this.BarCode.Name = "BarCode";
  561. this.BarCode.ReadOnly = true;
  562. //
  563. // GoodsCode
  564. //
  565. this.GoodsCode.DataPropertyName = "GoodsCode";
  566. this.GoodsCode.HeaderText = "产品编码";
  567. this.GoodsCode.Name = "GoodsCode";
  568. this.GoodsCode.ReadOnly = true;
  569. //
  570. // GoodsName
  571. //
  572. this.GoodsName.DataPropertyName = "GoodsName";
  573. this.GoodsName.HeaderText = "产品名称";
  574. this.GoodsName.Name = "GoodsName";
  575. this.GoodsName.ReadOnly = true;
  576. //
  577. // Rreason
  578. //
  579. this.Rreason.DataPropertyName = "Rreason";
  580. this.Rreason.HeaderText = "调出类型";
  581. this.Rreason.Name = "Rreason";
  582. this.Rreason.ReadOnly = true;
  583. //
  584. // ScrapDate
  585. //
  586. this.ScrapDate.DataPropertyName = "ScrapDate";
  587. dataGridViewCellStyle3.Format = "yyyy-MM-dd";
  588. dataGridViewCellStyle3.NullValue = null;
  589. this.ScrapDate.DefaultCellStyle = dataGridViewCellStyle3;
  590. this.ScrapDate.HeaderText = "调出日期";
  591. this.ScrapDate.Name = "ScrapDate";
  592. this.ScrapDate.ReadOnly = true;
  593. //
  594. // ProcedureName
  595. //
  596. this.ProcedureName.DataPropertyName = "ProcedureName";
  597. this.ProcedureName.HeaderText = "完成工序";
  598. this.ProcedureName.Name = "ProcedureName";
  599. this.ProcedureName.ReadOnly = true;
  600. //
  601. // ProductionLineCode
  602. //
  603. this.ProductionLineCode.DataPropertyName = "ProductionLineCode";
  604. this.ProductionLineCode.HeaderText = "生产线编码";
  605. this.ProductionLineCode.Name = "ProductionLineCode";
  606. this.ProductionLineCode.ReadOnly = true;
  607. //
  608. // ProductionLineName
  609. //
  610. this.ProductionLineName.DataPropertyName = "ProductionLineName";
  611. this.ProductionLineName.HeaderText = "生产线名称";
  612. this.ProductionLineName.Name = "ProductionLineName";
  613. this.ProductionLineName.ReadOnly = true;
  614. //
  615. // GroutingDate
  616. //
  617. this.GroutingDate.DataPropertyName = "GroutingDate";
  618. dataGridViewCellStyle4.Format = "yyyy-MM-dd";
  619. dataGridViewCellStyle4.NullValue = null;
  620. this.GroutingDate.DefaultCellStyle = dataGridViewCellStyle4;
  621. this.GroutingDate.HeaderText = "注浆日期";
  622. this.GroutingDate.Name = "GroutingDate";
  623. this.GroutingDate.ReadOnly = true;
  624. //
  625. // GroutingUserCode
  626. //
  627. this.GroutingUserCode.DataPropertyName = "GroutingUserCode";
  628. this.GroutingUserCode.HeaderText = "成型工号";
  629. this.GroutingUserCode.Name = "GroutingUserCode";
  630. this.GroutingUserCode.ReadOnly = true;
  631. //
  632. // GroutingLineCode
  633. //
  634. this.GroutingLineCode.DataPropertyName = "GroutingLineCode";
  635. this.GroutingLineCode.HeaderText = "成型线编码";
  636. this.GroutingLineCode.Name = "GroutingLineCode";
  637. this.GroutingLineCode.ReadOnly = true;
  638. //
  639. // GroutingLineName
  640. //
  641. this.GroutingLineName.DataPropertyName = "GroutingLineName";
  642. this.GroutingLineName.HeaderText = "成型线名称";
  643. this.GroutingLineName.Name = "GroutingLineName";
  644. this.GroutingLineName.ReadOnly = true;
  645. //
  646. // GroutingMouldCode
  647. //
  648. this.GroutingMouldCode.DataPropertyName = "GroutingMouldCode";
  649. this.GroutingMouldCode.HeaderText = "注浆模具编号";
  650. this.GroutingMouldCode.Name = "GroutingMouldCode";
  651. this.GroutingMouldCode.ReadOnly = true;
  652. //
  653. // MouldCode
  654. //
  655. this.MouldCode.DataPropertyName = "MouldCode";
  656. this.MouldCode.HeaderText = "模具编号";
  657. this.MouldCode.Name = "MouldCode";
  658. this.MouldCode.ReadOnly = true;
  659. this.MouldCode.Visible = false;
  660. //
  661. // GoodsLevelName
  662. //
  663. this.GoodsLevelName.DataPropertyName = "GoodsLevelName";
  664. this.GoodsLevelName.HeaderText = "产品分级";
  665. this.GoodsLevelName.Name = "GoodsLevelName";
  666. this.GoodsLevelName.ReadOnly = true;
  667. //
  668. // Remarks
  669. //
  670. this.Remarks.DataPropertyName = "Remarks";
  671. this.Remarks.HeaderText = "备注";
  672. this.Remarks.Name = "Remarks";
  673. this.Remarks.ReadOnly = true;
  674. //
  675. // ISPUBLICBODY
  676. //
  677. this.ISPUBLICBODY.DataPropertyName = "ISPUBLICBODY";
  678. this.ISPUBLICBODY.FalseValue = "0";
  679. this.ISPUBLICBODY.HeaderText = "公坯标识";
  680. this.ISPUBLICBODY.Name = "ISPUBLICBODY";
  681. this.ISPUBLICBODY.ReadOnly = true;
  682. this.ISPUBLICBODY.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  683. this.ISPUBLICBODY.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
  684. this.ISPUBLICBODY.TrueValue = "1";
  685. //
  686. // SPECIALREPAIRFLAG
  687. //
  688. this.SPECIALREPAIRFLAG.DataPropertyName = "SPECIALREPAIRFLAG";
  689. this.SPECIALREPAIRFLAG.FalseValue = "0";
  690. this.SPECIALREPAIRFLAG.HeaderText = "干补标识";
  691. this.SPECIALREPAIRFLAG.Name = "SPECIALREPAIRFLAG";
  692. this.SPECIALREPAIRFLAG.ReadOnly = true;
  693. this.SPECIALREPAIRFLAG.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  694. this.SPECIALREPAIRFLAG.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
  695. this.SPECIALREPAIRFLAG.TrueValue = "1";
  696. //
  697. // ProductionLineID
  698. //
  699. this.ProductionLineID.DataPropertyName = "ProductionLineID";
  700. this.ProductionLineID.HeaderText = "生产线ID";
  701. this.ProductionLineID.Name = "ProductionLineID";
  702. this.ProductionLineID.ReadOnly = true;
  703. this.ProductionLineID.Visible = false;
  704. //
  705. // GoodsID
  706. //
  707. this.GoodsID.DataPropertyName = "GoodsID";
  708. this.GoodsID.HeaderText = "产品ID";
  709. this.GoodsID.Name = "GoodsID";
  710. this.GoodsID.ReadOnly = true;
  711. this.GoodsID.Visible = false;
  712. //
  713. // GroutingDailyID
  714. //
  715. this.GroutingDailyID.DataPropertyName = "GroutingDailyID";
  716. this.GroutingDailyID.HeaderText = "注浆日报ID";
  717. this.GroutingDailyID.Name = "GroutingDailyID";
  718. this.GroutingDailyID.ReadOnly = true;
  719. this.GroutingDailyID.Visible = false;
  720. //
  721. // GroutingDailyDetailID
  722. //
  723. this.GroutingDailyDetailID.DataPropertyName = "GroutingDailyDetailID";
  724. this.GroutingDailyDetailID.HeaderText = "注浆日报明细ID";
  725. this.GroutingDailyDetailID.Name = "GroutingDailyDetailID";
  726. this.GroutingDailyDetailID.ReadOnly = true;
  727. this.GroutingDailyDetailID.Visible = false;
  728. //
  729. // GroutingLineID
  730. //
  731. this.GroutingLineID.DataPropertyName = "GroutingLineID";
  732. this.GroutingLineID.HeaderText = "成型线ID";
  733. this.GroutingLineID.Name = "GroutingLineID";
  734. this.GroutingLineID.ReadOnly = true;
  735. this.GroutingLineID.Visible = false;
  736. //
  737. // GMouldTypeID
  738. //
  739. this.GMouldTypeID.DataPropertyName = "GMouldTypeID";
  740. this.GMouldTypeID.HeaderText = "成型线类型ID";
  741. this.GMouldTypeID.Name = "GMouldTypeID";
  742. this.GMouldTypeID.ReadOnly = true;
  743. this.GMouldTypeID.Visible = false;
  744. //
  745. // GroutingLineDetailID
  746. //
  747. this.GroutingLineDetailID.DataPropertyName = "GroutingLineDetailID";
  748. this.GroutingLineDetailID.HeaderText = "成型线明细ID";
  749. this.GroutingLineDetailID.Name = "GroutingLineDetailID";
  750. this.GroutingLineDetailID.ReadOnly = true;
  751. this.GroutingLineDetailID.Visible = false;
  752. //
  753. // GoodsLevelTypeID
  754. //
  755. this.GoodsLevelTypeID.DataPropertyName = "GoodsLevelTypeID";
  756. this.GoodsLevelTypeID.HeaderText = "产品分级类别ID";
  757. this.GoodsLevelTypeID.Name = "GoodsLevelTypeID";
  758. this.GoodsLevelTypeID.ReadOnly = true;
  759. this.GoodsLevelTypeID.Visible = false;
  760. //
  761. // AccountID
  762. //
  763. this.AccountID.DataPropertyName = "AccountID";
  764. this.AccountID.HeaderText = "帐套ID";
  765. this.AccountID.Name = "AccountID";
  766. this.AccountID.ReadOnly = true;
  767. this.AccountID.Visible = false;
  768. //
  769. // ValueFlag
  770. //
  771. this.ValueFlag.DataPropertyName = "ValueFlag";
  772. this.ValueFlag.HeaderText = "有效标识";
  773. this.ValueFlag.Name = "ValueFlag";
  774. this.ValueFlag.ReadOnly = true;
  775. this.ValueFlag.Visible = false;
  776. //
  777. // ScrapProductID
  778. //
  779. this.ScrapProductID.DataPropertyName = "ScrapProductID";
  780. this.ScrapProductID.HeaderText = "报损ID";
  781. this.ScrapProductID.Name = "ScrapProductID";
  782. this.ScrapProductID.ReadOnly = true;
  783. this.ScrapProductID.Visible = false;
  784. //
  785. // F_PM_3301
  786. //
  787. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  788. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  789. this.ClientSize = new System.Drawing.Size(1332, 638);
  790. this.Controls.Add(this.dgvScrapProduct);
  791. this.Controls.Add(this.tsrOperate);
  792. this.Controls.Add(this.gbSelect);
  793. this.Name = "F_PM_3301";
  794. this.Text = "工厂调出";
  795. this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.F_PM_3301_FormClosed);
  796. this.Load += new System.EventHandler(this.F_PM_3301_Load);
  797. this.gbSelect.ResumeLayout(false);
  798. this.gbSelect.PerformLayout();
  799. this.tsrOperate.ResumeLayout(false);
  800. this.tsrOperate.PerformLayout();
  801. ((System.ComponentModel.ISupportInitialize)(this.dgvScrapProduct)).EndInit();
  802. this.ResumeLayout(false);
  803. }
  804. #endregion
  805. private Basics.BaseControls.C_GroupBox gbSelect;
  806. private Basics.BaseControls.C_Button btnClearCondition;
  807. private Basics.BaseControls.C_Button btnSearch;
  808. private Basics.BaseControls.C_TextBox txtRemarks;
  809. private Basics.BaseControls.C_TextBox txtGoodsCode;
  810. private Basics.BaseControls.C_Label lblGoodsCode;
  811. private Basics.BaseControls.C_DateTimePicker dtpScrapDateEnd;
  812. private Basics.BaseControls.C_Label lblScrapDateEnd;
  813. private Basics.BaseControls.C_DateTimePicker dtpScrapDateStart;
  814. private Basics.BaseControls.C_Label lblRemarks;
  815. private Basics.BaseControls.C_TextBox txtBarCode;
  816. private Basics.BaseControls.C_Label lblBarCode;
  817. private Basics.BaseControls.C_TextBox txtGroutingLineCode;
  818. private Basics.BaseControls.C_Label lblGroutingLineCode;
  819. private Basics.BaseControls.C_ToolStrip tsrOperate;
  820. private System.Windows.Forms.ToolStripButton tsbtnAllocateOut;
  821. private System.Windows.Forms.ToolStripButton tsbtnCancelAllocateOut;
  822. private System.Windows.Forms.ToolStripSeparator toolStripSeparator3;
  823. private System.Windows.Forms.ToolStripButton tsbtnAdaptive;
  824. private System.Windows.Forms.ToolStripButton tsbtnClose;
  825. private Basics.BaseControls.C_DataGridView dgvScrapProduct;
  826. private Basics.BaseControls.C_ComboBox cmbRreason;
  827. private Basics.BaseControls.C_Label c_Label1;
  828. private System.Windows.Forms.DataGridViewTextBoxColumn BarCode;
  829. private System.Windows.Forms.DataGridViewTextBoxColumn GoodsCode;
  830. private System.Windows.Forms.DataGridViewTextBoxColumn GoodsName;
  831. private System.Windows.Forms.DataGridViewTextBoxColumn Rreason;
  832. private System.Windows.Forms.DataGridViewTextBoxColumn ScrapDate;
  833. private System.Windows.Forms.DataGridViewTextBoxColumn ProcedureName;
  834. private System.Windows.Forms.DataGridViewTextBoxColumn ProductionLineCode;
  835. private System.Windows.Forms.DataGridViewTextBoxColumn ProductionLineName;
  836. private System.Windows.Forms.DataGridViewTextBoxColumn GroutingDate;
  837. private System.Windows.Forms.DataGridViewTextBoxColumn GroutingUserCode;
  838. private System.Windows.Forms.DataGridViewTextBoxColumn GroutingLineCode;
  839. private System.Windows.Forms.DataGridViewTextBoxColumn GroutingLineName;
  840. private System.Windows.Forms.DataGridViewTextBoxColumn GroutingMouldCode;
  841. private System.Windows.Forms.DataGridViewTextBoxColumn MouldCode;
  842. private System.Windows.Forms.DataGridViewTextBoxColumn GoodsLevelName;
  843. private System.Windows.Forms.DataGridViewTextBoxColumn Remarks;
  844. private System.Windows.Forms.DataGridViewCheckBoxColumn ISPUBLICBODY;
  845. private System.Windows.Forms.DataGridViewCheckBoxColumn SPECIALREPAIRFLAG;
  846. private System.Windows.Forms.DataGridViewTextBoxColumn ProductionLineID;
  847. private System.Windows.Forms.DataGridViewTextBoxColumn GoodsID;
  848. private System.Windows.Forms.DataGridViewTextBoxColumn GroutingDailyID;
  849. private System.Windows.Forms.DataGridViewTextBoxColumn GroutingDailyDetailID;
  850. private System.Windows.Forms.DataGridViewTextBoxColumn GroutingLineID;
  851. private System.Windows.Forms.DataGridViewTextBoxColumn GMouldTypeID;
  852. private System.Windows.Forms.DataGridViewTextBoxColumn GroutingLineDetailID;
  853. private System.Windows.Forms.DataGridViewTextBoxColumn GoodsLevelTypeID;
  854. private System.Windows.Forms.DataGridViewTextBoxColumn AccountID;
  855. private System.Windows.Forms.DataGridViewTextBoxColumn ValueFlag;
  856. private System.Windows.Forms.DataGridViewTextBoxColumn ScrapProductID;
  857. private Basics.BaseControls.C_TextBox txtGroutingLineName;
  858. private Basics.BaseControls.C_Label lblGroutingLineName;
  859. private Basics.BaseControls.C_TextBox txtGoodsName;
  860. private Basics.BaseControls.C_Label lblGoodsName;
  861. private Basics.BaseControls.C_Label lblScrapDateStart;
  862. }
  863. }