F_RPT_080105.Designer.cs 51 KB

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