F_RPT_080105.Designer.cs 45 KB

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