F_PM_1501.Designer.cs 40 KB

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