F_RPT_080109-1.Designer.cs 31 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583
  1. namespace Dongke.IBOSS.PRD.Client.ReportModule
  2. {
  3. partial class F_RPT_080109
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Windows Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(F_RPT_080109));
  29. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
  30. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
  31. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle8 = new System.Windows.Forms.DataGridViewCellStyle();
  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. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
  36. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle();
  37. this.gbSelect = new Dongke.IBOSS.PRD.Basics.BaseControls.C_GroupBox();
  38. this.btnClearCondition = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  39. this.btnSearch = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  40. this.tsrOperate = new Dongke.IBOSS.PRD.Basics.BaseControls.C_ToolStrip();
  41. this.tsbtnAdaptive = new System.Windows.Forms.ToolStripButton();
  42. this.tsbtnClose = new System.Windows.Forms.ToolStripButton();
  43. this.dgvSemiCheck = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
  44. this.CProcedureName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  45. this.SemiCheckID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  46. this.ProcedureTime = new System.Windows.Forms.DataGridViewTextBoxColumn();
  47. this.UserCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  48. this.LevelGoodsTypeName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  49. this.GoodsTypeName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  50. this.GoodsCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  51. this.GoodsName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  52. this.BarCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  53. this.SemiCheckUserCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  54. this.SemiCheckTime = new System.Windows.Forms.DataGridViewTextBoxColumn();
  55. this.RProcedure = new System.Windows.Forms.DataGridViewTextBoxColumn();
  56. this.BackOutFlag = new System.Windows.Forms.DataGridViewCheckBoxColumn();
  57. this.BackOutUserCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  58. this.BackOutTime = new System.Windows.Forms.DataGridViewTextBoxColumn();
  59. this.GroutingUserCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  60. this.GroutingLineCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  61. this.GroutingMouldCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  62. this.GroutingDate = new System.Windows.Forms.DataGridViewTextBoxColumn();
  63. this.DeliverTime = new System.Windows.Forms.DataGridViewTextBoxColumn();
  64. this.logoName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  65. this.DefectCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  66. this.DefectName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  67. this.DefectPositionCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  68. this.DefectPositionName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  69. this.ProcedureName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  70. this.DefectUser = new System.Windows.Forms.DataGridViewTextBoxColumn();
  71. this.CurrProcedureName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  72. this.gbSelect.SuspendLayout();
  73. this.tsrOperate.SuspendLayout();
  74. ((System.ComponentModel.ISupportInitialize)(this.dgvSemiCheck)).BeginInit();
  75. this.SuspendLayout();
  76. //
  77. // gbSelect
  78. //
  79. this.gbSelect.BackColor = System.Drawing.Color.Transparent;
  80. this.gbSelect.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("gbSelect.BackgroundImage")));
  81. this.gbSelect.Controls.Add(this.btnClearCondition);
  82. this.gbSelect.Controls.Add(this.btnSearch);
  83. this.gbSelect.Dock = System.Windows.Forms.DockStyle.Top;
  84. this.gbSelect.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  85. this.gbSelect.ForeColor = System.Drawing.SystemColors.ControlText;
  86. this.gbSelect.IsMustInput = false;
  87. this.gbSelect.Location = new System.Drawing.Point(0, 35);
  88. this.gbSelect.Name = "gbSelect";
  89. this.gbSelect.OriginalHeight = -1;
  90. this.gbSelect.Size = new System.Drawing.Size(1028, 190);
  91. this.gbSelect.TabIndex = 1;
  92. this.gbSelect.TabStop = false;
  93. this.gbSelect.Text = "查询条件 ▼";
  94. //
  95. // btnClearCondition
  96. //
  97. this.btnClearCondition.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  98. this.btnClearCondition.BackColor = System.Drawing.Color.Gray;
  99. this.btnClearCondition.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnClearCondition.BackgroundImage")));
  100. this.btnClearCondition.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  101. this.btnClearCondition.ForeColor = System.Drawing.Color.White;
  102. this.btnClearCondition.Location = new System.Drawing.Point(931, 151);
  103. this.btnClearCondition.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  104. this.btnClearCondition.Name = "btnClearCondition";
  105. this.btnClearCondition.Size = new System.Drawing.Size(85, 30);
  106. this.btnClearCondition.TabIndex = 41;
  107. this.btnClearCondition.Text = "清空条件(&C)";
  108. this.btnClearCondition.UseVisualStyleBackColor = false;
  109. this.btnClearCondition.Click += new System.EventHandler(this.btnClearCondition_Click);
  110. //
  111. // btnSearch
  112. //
  113. this.btnSearch.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  114. this.btnSearch.BackColor = System.Drawing.Color.Gray;
  115. this.btnSearch.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSearch.BackgroundImage")));
  116. this.btnSearch.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  117. this.btnSearch.ForeColor = System.Drawing.Color.White;
  118. this.btnSearch.Location = new System.Drawing.Point(839, 151);
  119. this.btnSearch.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  120. this.btnSearch.Name = "btnSearch";
  121. this.btnSearch.Size = new System.Drawing.Size(85, 30);
  122. this.btnSearch.TabIndex = 40;
  123. this.btnSearch.Text = "查询(&Q)";
  124. this.btnSearch.UseVisualStyleBackColor = false;
  125. this.btnSearch.Click += new System.EventHandler(this.btnSearch_Click);
  126. //
  127. // tsrOperate
  128. //
  129. this.tsrOperate.AutoSize = false;
  130. this.tsrOperate.BackColor = System.Drawing.SystemColors.Control;
  131. this.tsrOperate.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  132. this.tsrOperate.ImageScalingSize = new System.Drawing.Size(20, 20);
  133. this.tsrOperate.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  134. this.tsbtnAdaptive,
  135. this.tsbtnClose});
  136. this.tsrOperate.Location = new System.Drawing.Point(0, 0);
  137. this.tsrOperate.Name = "tsrOperate";
  138. this.tsrOperate.RenderMode = System.Windows.Forms.ToolStripRenderMode.System;
  139. this.tsrOperate.ShowItemToolTips = false;
  140. this.tsrOperate.Size = new System.Drawing.Size(1028, 35);
  141. this.tsrOperate.TabIndex = 0;
  142. //
  143. // tsbtnAdaptive
  144. //
  145. this.tsbtnAdaptive.AutoSize = false;
  146. this.tsbtnAdaptive.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  147. this.tsbtnAdaptive.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  148. this.tsbtnAdaptive.ImageTransparentColor = System.Drawing.Color.Magenta;
  149. this.tsbtnAdaptive.Name = "tsbtnAdaptive";
  150. this.tsbtnAdaptive.Size = new System.Drawing.Size(90, 25);
  151. this.tsbtnAdaptive.Text = "自适应列宽(&A)";
  152. this.tsbtnAdaptive.Click += new System.EventHandler(this.tsbtnAdaptive_Click);
  153. //
  154. // tsbtnClose
  155. //
  156. this.tsbtnClose.AutoSize = false;
  157. this.tsbtnClose.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  158. this.tsbtnClose.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  159. this.tsbtnClose.ImageTransparentColor = System.Drawing.Color.Magenta;
  160. this.tsbtnClose.Name = "tsbtnClose";
  161. this.tsbtnClose.Size = new System.Drawing.Size(60, 25);
  162. this.tsbtnClose.Text = "关闭(&X)";
  163. this.tsbtnClose.Click += new System.EventHandler(this.tsbtnClose_Click);
  164. //
  165. // dgvSemiCheck
  166. //
  167. this.dgvSemiCheck.AllowUserToAddRows = false;
  168. this.dgvSemiCheck.AllowUserToDeleteRows = false;
  169. this.dgvSemiCheck.AllowUserToModifyRows = true;
  170. this.dgvSemiCheck.AllowUserToOrderColumns = true;
  171. dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
  172. this.dgvSemiCheck.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
  173. this.dgvSemiCheck.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  174. this.dgvSemiCheck.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
  175. this.dgvSemiCheck.CellHeight = 23;
  176. this.dgvSemiCheck.ChildNodeColumnName = null;
  177. this.dgvSemiCheck.ChildNodeColumnText = null;
  178. this.dgvSemiCheck.ColumnDeep = 1;
  179. this.dgvSemiCheck.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  180. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  181. dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70)))));
  182. dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  183. dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White;
  184. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  185. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  186. dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  187. this.dgvSemiCheck.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
  188. this.dgvSemiCheck.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  189. this.dgvSemiCheck.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  190. this.CProcedureName,
  191. this.SemiCheckID,
  192. this.ProcedureTime,
  193. this.UserCode,
  194. this.LevelGoodsTypeName,
  195. this.GoodsTypeName,
  196. this.GoodsCode,
  197. this.GoodsName,
  198. this.BarCode,
  199. this.SemiCheckUserCode,
  200. this.SemiCheckTime,
  201. this.RProcedure,
  202. this.BackOutFlag,
  203. this.BackOutUserCode,
  204. this.BackOutTime,
  205. this.GroutingUserCode,
  206. this.GroutingLineCode,
  207. this.GroutingMouldCode,
  208. this.GroutingDate,
  209. this.DeliverTime,
  210. this.logoName,
  211. this.DefectCode,
  212. this.DefectName,
  213. this.DefectPositionCode,
  214. this.DefectPositionName,
  215. this.ProcedureName,
  216. this.DefectUser,
  217. this.CurrProcedureName});
  218. this.dgvSemiCheck.ColumnTreeView = null;
  219. this.dgvSemiCheck.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)));
  220. this.dgvSemiCheck.Dock = System.Windows.Forms.DockStyle.Fill;
  221. this.dgvSemiCheck.DynamicColumnName = "";
  222. this.dgvSemiCheck.EnableHeadersVisualStyles = false;
  223. this.dgvSemiCheck.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  224. this.dgvSemiCheck.FormatQuantityColumns = null;
  225. this.dgvSemiCheck.HorizontalMergeColumn = null;
  226. this.dgvSemiCheck.IsAutoCountSum = true;
  227. this.dgvSemiCheck.IsAutoResizeColumns = false;
  228. this.dgvSemiCheck.IsClickF12 = false;
  229. this.dgvSemiCheck.IsOpenMergeCellFlag = false;
  230. this.dgvSemiCheck.IsSubTotalFlag = false;
  231. this.dgvSemiCheck.IsTopDeep = false;
  232. this.dgvSemiCheck.Location = new System.Drawing.Point(0, 225);
  233. this.dgvSemiCheck.Margin = new System.Windows.Forms.Padding(0);
  234. this.dgvSemiCheck.MergeColumnNames = null;
  235. this.dgvSemiCheck.MergeDetailColumnNames = null;
  236. this.dgvSemiCheck.MergeDetailOnlyColumn = null;
  237. this.dgvSemiCheck.MergeOnlyColumn = null;
  238. this.dgvSemiCheck.MultiSelect = false;
  239. this.dgvSemiCheck.Name = "dgvSemiCheck";
  240. this.dgvSemiCheck.ReadOnly = true;
  241. this.dgvSemiCheck.RefreshAtHscroll = false;
  242. this.dgvSemiCheck.RowHeadersWidth = 50;
  243. this.dgvSemiCheck.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  244. dataGridViewCellStyle8.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  245. this.dgvSemiCheck.RowsDefaultCellStyle = dataGridViewCellStyle8;
  246. this.dgvSemiCheck.RowTemplate.Height = 21;
  247. this.dgvSemiCheck.Size = new System.Drawing.Size(1028, 352);
  248. this.dgvSemiCheck.SortOrderColumnName = null;
  249. this.dgvSemiCheck.TabIndex = 2;
  250. this.dgvSemiCheck.Tag = "";
  251. this.dgvSemiCheck.TotalSumColumns = null;
  252. this.dgvSemiCheck.ViewRowFilter = "";
  253. //
  254. // CProcedureName
  255. //
  256. this.CProcedureName.DataPropertyName = "PROCEDURENAME";
  257. this.CProcedureName.HeaderText = "完成工序";
  258. this.CProcedureName.MinimumWidth = 6;
  259. this.CProcedureName.Name = "CProcedureName";
  260. this.CProcedureName.ReadOnly = true;
  261. this.CProcedureName.Width = 125;
  262. //
  263. // SemiCheckID
  264. //
  265. this.SemiCheckID.DataPropertyName = "SEMIREWORKID";
  266. this.SemiCheckID.HeaderText = "SEMIREWORKID";
  267. this.SemiCheckID.MinimumWidth = 6;
  268. this.SemiCheckID.Name = "SemiCheckID";
  269. this.SemiCheckID.ReadOnly = true;
  270. this.SemiCheckID.Visible = false;
  271. this.SemiCheckID.Width = 125;
  272. //
  273. // ProcedureTime
  274. //
  275. this.ProcedureTime.DataPropertyName = "PROCEDURETIME";
  276. dataGridViewCellStyle3.Format = "yyyy-MM-dd HH:mm:ss";
  277. this.ProcedureTime.DefaultCellStyle = dataGridViewCellStyle3;
  278. this.ProcedureTime.HeaderText = "完成时间";
  279. this.ProcedureTime.MinimumWidth = 6;
  280. this.ProcedureTime.Name = "ProcedureTime";
  281. this.ProcedureTime.ReadOnly = true;
  282. this.ProcedureTime.Width = 125;
  283. //
  284. // UserCode
  285. //
  286. this.UserCode.DataPropertyName = "USERCODE";
  287. this.UserCode.HeaderText = "完成工号";
  288. this.UserCode.MinimumWidth = 6;
  289. this.UserCode.Name = "UserCode";
  290. this.UserCode.ReadOnly = true;
  291. this.UserCode.Width = 125;
  292. //
  293. // LevelGoodsTypeName
  294. //
  295. this.LevelGoodsTypeName.DataPropertyName = "GOODSTYPENAME2";
  296. this.LevelGoodsTypeName.HeaderText = "产品二级类别";
  297. this.LevelGoodsTypeName.MinimumWidth = 6;
  298. this.LevelGoodsTypeName.Name = "LevelGoodsTypeName";
  299. this.LevelGoodsTypeName.ReadOnly = true;
  300. this.LevelGoodsTypeName.Width = 125;
  301. //
  302. // GoodsTypeName
  303. //
  304. this.GoodsTypeName.DataPropertyName = "GOODSTYPENAME";
  305. this.GoodsTypeName.HeaderText = "产品类别";
  306. this.GoodsTypeName.MinimumWidth = 6;
  307. this.GoodsTypeName.Name = "GoodsTypeName";
  308. this.GoodsTypeName.ReadOnly = true;
  309. this.GoodsTypeName.Width = 125;
  310. //
  311. // GoodsCode
  312. //
  313. this.GoodsCode.DataPropertyName = "GOODSCODE";
  314. this.GoodsCode.HeaderText = "产品编码";
  315. this.GoodsCode.MinimumWidth = 6;
  316. this.GoodsCode.Name = "GoodsCode";
  317. this.GoodsCode.ReadOnly = true;
  318. this.GoodsCode.Width = 125;
  319. //
  320. // GoodsName
  321. //
  322. this.GoodsName.DataPropertyName = "GoodsName";
  323. this.GoodsName.HeaderText = "产品名称";
  324. this.GoodsName.MinimumWidth = 6;
  325. this.GoodsName.Name = "GoodsName";
  326. this.GoodsName.ReadOnly = true;
  327. this.GoodsName.Width = 125;
  328. //
  329. // BarCode
  330. //
  331. this.BarCode.DataPropertyName = "BARCODE";
  332. this.BarCode.HeaderText = "产品条码";
  333. this.BarCode.MinimumWidth = 6;
  334. this.BarCode.Name = "BarCode";
  335. this.BarCode.ReadOnly = true;
  336. this.BarCode.Width = 125;
  337. //
  338. // SemiCheckUserCode
  339. //
  340. this.SemiCheckUserCode.DataPropertyName = "SEMIREWORKUSERCODE";
  341. this.SemiCheckUserCode.HeaderText = "半检工号";
  342. this.SemiCheckUserCode.MinimumWidth = 6;
  343. this.SemiCheckUserCode.Name = "SemiCheckUserCode";
  344. this.SemiCheckUserCode.ReadOnly = true;
  345. this.SemiCheckUserCode.Width = 125;
  346. //
  347. // SemiCheckTime
  348. //
  349. this.SemiCheckTime.DataPropertyName = "SEMIREWORKTIME";
  350. dataGridViewCellStyle4.Format = "yyyy-MM-dd HH:mm:ss";
  351. this.SemiCheckTime.DefaultCellStyle = dataGridViewCellStyle4;
  352. this.SemiCheckTime.HeaderText = "半检时间";
  353. this.SemiCheckTime.MinimumWidth = 6;
  354. this.SemiCheckTime.Name = "SemiCheckTime";
  355. this.SemiCheckTime.ReadOnly = true;
  356. this.SemiCheckTime.Width = 125;
  357. //
  358. // RProcedure
  359. //
  360. this.RProcedure.DataPropertyName = "REWORKPNAME";
  361. this.RProcedure.HeaderText = "返修工序";
  362. this.RProcedure.MinimumWidth = 6;
  363. this.RProcedure.Name = "RProcedure";
  364. this.RProcedure.ReadOnly = true;
  365. this.RProcedure.Width = 125;
  366. //
  367. // BackOutFlag
  368. //
  369. this.BackOutFlag.DataPropertyName = "BACKOUTFLAG";
  370. this.BackOutFlag.FalseValue = "0";
  371. this.BackOutFlag.HeaderText = "撤销标识";
  372. this.BackOutFlag.MinimumWidth = 6;
  373. this.BackOutFlag.Name = "BackOutFlag";
  374. this.BackOutFlag.ReadOnly = true;
  375. this.BackOutFlag.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  376. this.BackOutFlag.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
  377. this.BackOutFlag.TrueValue = "1";
  378. this.BackOutFlag.Width = 125;
  379. //
  380. // BackOutUserCode
  381. //
  382. this.BackOutUserCode.DataPropertyName = "BACKOUTUSERCODE";
  383. this.BackOutUserCode.HeaderText = "撤销工号";
  384. this.BackOutUserCode.MinimumWidth = 6;
  385. this.BackOutUserCode.Name = "BackOutUserCode";
  386. this.BackOutUserCode.ReadOnly = true;
  387. this.BackOutUserCode.Width = 125;
  388. //
  389. // BackOutTime
  390. //
  391. this.BackOutTime.DataPropertyName = "BACKOUTTIME";
  392. dataGridViewCellStyle5.Format = "yyyy-MM-dd HH:mm:ss";
  393. this.BackOutTime.DefaultCellStyle = dataGridViewCellStyle5;
  394. this.BackOutTime.HeaderText = "撤销时间";
  395. this.BackOutTime.MinimumWidth = 6;
  396. this.BackOutTime.Name = "BackOutTime";
  397. this.BackOutTime.ReadOnly = true;
  398. this.BackOutTime.Width = 125;
  399. //
  400. // GroutingUserCode
  401. //
  402. this.GroutingUserCode.DataPropertyName = "GROUTINGUSERCODE";
  403. this.GroutingUserCode.HeaderText = "成型工号";
  404. this.GroutingUserCode.MinimumWidth = 6;
  405. this.GroutingUserCode.Name = "GroutingUserCode";
  406. this.GroutingUserCode.ReadOnly = true;
  407. this.GroutingUserCode.Width = 125;
  408. //
  409. // GroutingLineCode
  410. //
  411. this.GroutingLineCode.DataPropertyName = "GROUTINGLINECODE";
  412. this.GroutingLineCode.HeaderText = "成型线编码";
  413. this.GroutingLineCode.MinimumWidth = 6;
  414. this.GroutingLineCode.Name = "GroutingLineCode";
  415. this.GroutingLineCode.ReadOnly = true;
  416. this.GroutingLineCode.Width = 125;
  417. //
  418. // GroutingMouldCode
  419. //
  420. this.GroutingMouldCode.DataPropertyName = "GROUTINGMOULDCODE";
  421. this.GroutingMouldCode.HeaderText = "模具编号";
  422. this.GroutingMouldCode.MinimumWidth = 6;
  423. this.GroutingMouldCode.Name = "GroutingMouldCode";
  424. this.GroutingMouldCode.ReadOnly = true;
  425. this.GroutingMouldCode.Width = 125;
  426. //
  427. // GroutingDate
  428. //
  429. this.GroutingDate.DataPropertyName = "GROUTINGDATE";
  430. dataGridViewCellStyle6.Format = "yyyy-MM-dd";
  431. this.GroutingDate.DefaultCellStyle = dataGridViewCellStyle6;
  432. this.GroutingDate.HeaderText = "注浆时间";
  433. this.GroutingDate.MinimumWidth = 6;
  434. this.GroutingDate.Name = "GroutingDate";
  435. this.GroutingDate.ReadOnly = true;
  436. this.GroutingDate.Width = 125;
  437. //
  438. // DeliverTime
  439. //
  440. this.DeliverTime.DataPropertyName = "DELIVERTIME";
  441. dataGridViewCellStyle7.Format = "yyyy-MM-dd HH:mm:ss";
  442. this.DeliverTime.DefaultCellStyle = dataGridViewCellStyle7;
  443. this.DeliverTime.HeaderText = "交坯时间";
  444. this.DeliverTime.MinimumWidth = 6;
  445. this.DeliverTime.Name = "DeliverTime";
  446. this.DeliverTime.ReadOnly = true;
  447. this.DeliverTime.Width = 125;
  448. //
  449. // logoName
  450. //
  451. this.logoName.DataPropertyName = "LOGONAME";
  452. this.logoName.HeaderText = "商标";
  453. this.logoName.MinimumWidth = 6;
  454. this.logoName.Name = "logoName";
  455. this.logoName.ReadOnly = true;
  456. this.logoName.Width = 125;
  457. //
  458. // DefectCode
  459. //
  460. this.DefectCode.DataPropertyName = "DEFECTCODE";
  461. this.DefectCode.HeaderText = "缺陷编码";
  462. this.DefectCode.MinimumWidth = 6;
  463. this.DefectCode.Name = "DefectCode";
  464. this.DefectCode.ReadOnly = true;
  465. this.DefectCode.Width = 125;
  466. //
  467. // DefectName
  468. //
  469. this.DefectName.DataPropertyName = "DEFECTNAME";
  470. this.DefectName.HeaderText = "缺陷名称";
  471. this.DefectName.MinimumWidth = 6;
  472. this.DefectName.Name = "DefectName";
  473. this.DefectName.ReadOnly = true;
  474. this.DefectName.Width = 125;
  475. //
  476. // DefectPositionCode
  477. //
  478. this.DefectPositionCode.DataPropertyName = "DEFECTPOSITIONCODE";
  479. this.DefectPositionCode.HeaderText = "位置编码";
  480. this.DefectPositionCode.MinimumWidth = 6;
  481. this.DefectPositionCode.Name = "DefectPositionCode";
  482. this.DefectPositionCode.ReadOnly = true;
  483. this.DefectPositionCode.Width = 125;
  484. //
  485. // DefectPositionName
  486. //
  487. this.DefectPositionName.DataPropertyName = "DEFECTPOSITIONNAME";
  488. this.DefectPositionName.HeaderText = "缺陷位置";
  489. this.DefectPositionName.MinimumWidth = 6;
  490. this.DefectPositionName.Name = "DefectPositionName";
  491. this.DefectPositionName.ReadOnly = true;
  492. this.DefectPositionName.Width = 125;
  493. //
  494. // ProcedureName
  495. //
  496. this.ProcedureName.DataPropertyName = "DEFECTPNAME";
  497. this.ProcedureName.HeaderText = "责任工序";
  498. this.ProcedureName.MinimumWidth = 6;
  499. this.ProcedureName.Name = "ProcedureName";
  500. this.ProcedureName.ReadOnly = true;
  501. this.ProcedureName.Width = 125;
  502. //
  503. // DefectUser
  504. //
  505. this.DefectUser.DataPropertyName = "DEFECTUSERCODE";
  506. this.DefectUser.HeaderText = "责任工号";
  507. this.DefectUser.MinimumWidth = 6;
  508. this.DefectUser.Name = "DefectUser";
  509. this.DefectUser.ReadOnly = true;
  510. this.DefectUser.Width = 125;
  511. //
  512. // CurrProcedureName
  513. //
  514. this.CurrProcedureName.DataPropertyName = "CurrProcedureName";
  515. this.CurrProcedureName.HeaderText = "当前工序";
  516. this.CurrProcedureName.MinimumWidth = 6;
  517. this.CurrProcedureName.Name = "CurrProcedureName";
  518. this.CurrProcedureName.ReadOnly = true;
  519. this.CurrProcedureName.Width = 125;
  520. //
  521. // F_RPT_080109
  522. //
  523. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  524. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  525. this.ClientSize = new System.Drawing.Size(1028, 577);
  526. this.Controls.Add(this.dgvSemiCheck);
  527. this.Controls.Add(this.gbSelect);
  528. this.Controls.Add(this.tsrOperate);
  529. this.Margin = new System.Windows.Forms.Padding(4);
  530. this.Name = "F_RPT_080109";
  531. this.Text = "半检返修登记明细表";
  532. this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.F_PM_2201_FormClosed);
  533. this.Load += new System.EventHandler(this.F_PM_2201_Load);
  534. this.gbSelect.ResumeLayout(false);
  535. this.tsrOperate.ResumeLayout(false);
  536. this.tsrOperate.PerformLayout();
  537. ((System.ComponentModel.ISupportInitialize)(this.dgvSemiCheck)).EndInit();
  538. this.ResumeLayout(false);
  539. }
  540. #endregion
  541. private Basics.BaseControls.C_GroupBox gbSelect;
  542. private Basics.BaseControls.C_Button btnClearCondition;
  543. private Basics.BaseControls.C_Button btnSearch;
  544. private Basics.BaseControls.C_ToolStrip tsrOperate;
  545. private System.Windows.Forms.ToolStripButton tsbtnAdaptive;
  546. private System.Windows.Forms.ToolStripButton tsbtnClose;
  547. private Basics.BaseControls.C_DataGridView dgvSemiCheck;
  548. private System.Windows.Forms.DataGridViewTextBoxColumn CProcedureName;
  549. private System.Windows.Forms.DataGridViewTextBoxColumn SemiCheckID;
  550. private System.Windows.Forms.DataGridViewTextBoxColumn ProcedureTime;
  551. private System.Windows.Forms.DataGridViewTextBoxColumn UserCode;
  552. private System.Windows.Forms.DataGridViewTextBoxColumn LevelGoodsTypeName;
  553. private System.Windows.Forms.DataGridViewTextBoxColumn GoodsTypeName;
  554. private System.Windows.Forms.DataGridViewTextBoxColumn GoodsCode;
  555. private System.Windows.Forms.DataGridViewTextBoxColumn GoodsName;
  556. private System.Windows.Forms.DataGridViewTextBoxColumn BarCode;
  557. private System.Windows.Forms.DataGridViewTextBoxColumn SemiCheckUserCode;
  558. private System.Windows.Forms.DataGridViewTextBoxColumn SemiCheckTime;
  559. private System.Windows.Forms.DataGridViewTextBoxColumn RProcedure;
  560. private System.Windows.Forms.DataGridViewCheckBoxColumn BackOutFlag;
  561. private System.Windows.Forms.DataGridViewTextBoxColumn BackOutUserCode;
  562. private System.Windows.Forms.DataGridViewTextBoxColumn BackOutTime;
  563. private System.Windows.Forms.DataGridViewTextBoxColumn GroutingUserCode;
  564. private System.Windows.Forms.DataGridViewTextBoxColumn GroutingLineCode;
  565. private System.Windows.Forms.DataGridViewTextBoxColumn GroutingMouldCode;
  566. private System.Windows.Forms.DataGridViewTextBoxColumn GroutingDate;
  567. private System.Windows.Forms.DataGridViewTextBoxColumn DeliverTime;
  568. private System.Windows.Forms.DataGridViewTextBoxColumn logoName;
  569. private System.Windows.Forms.DataGridViewTextBoxColumn DefectCode;
  570. private System.Windows.Forms.DataGridViewTextBoxColumn DefectName;
  571. private System.Windows.Forms.DataGridViewTextBoxColumn DefectPositionCode;
  572. private System.Windows.Forms.DataGridViewTextBoxColumn DefectPositionName;
  573. private System.Windows.Forms.DataGridViewTextBoxColumn ProcedureName;
  574. private System.Windows.Forms.DataGridViewTextBoxColumn DefectUser;
  575. private System.Windows.Forms.DataGridViewTextBoxColumn CurrProcedureName;
  576. }
  577. }