F_RPT_080110.Designer.cs 32 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610
  1. namespace Dongke.IBOSS.PRD.Client.ReportModule
  2. {
  3. partial class F_RPT_080110
  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 dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
  31. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(F_RPT_080110));
  32. this.tsrOperate = new Dongke.IBOSS.PRD.Basics.BaseControls.C_ToolStrip();
  33. this.tsbtnAdaptive = new System.Windows.Forms.ToolStripButton();
  34. this.tsbtnClose = new System.Windows.Forms.ToolStripButton();
  35. this.dgvSemiCheck = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
  36. this.lblGoodsCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  37. this.lblZhi = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  38. this.btnSearch = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  39. this.btnClearCondition = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  40. this.txtGoodsCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  41. this.lblGoodsType = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  42. this.gbSelect = new Dongke.IBOSS.PRD.Basics.BaseControls.C_GroupBox();
  43. this.c_Label1 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  44. this.scbRegisterTheOperation = new Dongke.IBOSS.PRD.Basics.BaseControls.C_ComboBox();
  45. this.lblSemiCheckDateTime = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  46. this.c_Label3 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  47. this.scbRegistrationStatus = new Dongke.IBOSS.PRD.Basics.BaseControls.C_ComboBox();
  48. this.c_Label2 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  49. this.scbJudgmentLevel = new Dongke.IBOSS.PRD.Basics.BaseControls.C_ComboBox();
  50. this.txtGroutingLineCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  51. this.lblGroutingLineCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  52. this.scbGoodsType = new Dongke.IBOSS.PRD.Client.Controls.SearchBox.ScbGoodsType();
  53. this.txtSemiCheckDateTimeEnd = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DateTimePicker();
  54. this.txtSemiCheckDateTimeStart = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DateTimePicker();
  55. this.BARCODE = new System.Windows.Forms.DataGridViewTextBoxColumn();
  56. this.GOODSCODE = new System.Windows.Forms.DataGridViewTextBoxColumn();
  57. this.GOODSTYPENAME = new System.Windows.Forms.DataGridViewTextBoxColumn();
  58. this.GROUTINGLINECODE = new System.Windows.Forms.DataGridViewTextBoxColumn();
  59. this.PROCEDURENAME = new System.Windows.Forms.DataGridViewTextBoxColumn();
  60. this.GOODSLEVELNAME = new System.Windows.Forms.DataGridViewTextBoxColumn();
  61. this.VALUEFLAG = new System.Windows.Forms.DataGridViewTextBoxColumn();
  62. this.GROUTINGUSERCODE = new System.Windows.Forms.DataGridViewTextBoxColumn();
  63. this.CREATETIME = new System.Windows.Forms.DataGridViewTextBoxColumn();
  64. this.USERCODE = new System.Windows.Forms.DataGridViewTextBoxColumn();
  65. this.tsrOperate.SuspendLayout();
  66. ((System.ComponentModel.ISupportInitialize)(this.dgvSemiCheck)).BeginInit();
  67. this.gbSelect.SuspendLayout();
  68. this.SuspendLayout();
  69. //
  70. // tsrOperate
  71. //
  72. this.tsrOperate.AutoSize = false;
  73. this.tsrOperate.BackColor = System.Drawing.SystemColors.Control;
  74. this.tsrOperate.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  75. this.tsrOperate.ImageScalingSize = new System.Drawing.Size(20, 20);
  76. this.tsrOperate.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  77. this.tsbtnAdaptive,
  78. this.tsbtnClose});
  79. this.tsrOperate.Location = new System.Drawing.Point(0, 0);
  80. this.tsrOperate.Name = "tsrOperate";
  81. this.tsrOperate.RenderMode = System.Windows.Forms.ToolStripRenderMode.System;
  82. this.tsrOperate.ShowItemToolTips = false;
  83. this.tsrOperate.Size = new System.Drawing.Size(1371, 44);
  84. this.tsrOperate.TabIndex = 0;
  85. //
  86. // tsbtnAdaptive
  87. //
  88. this.tsbtnAdaptive.AutoSize = false;
  89. this.tsbtnAdaptive.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  90. this.tsbtnAdaptive.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  91. this.tsbtnAdaptive.ImageTransparentColor = System.Drawing.Color.Magenta;
  92. this.tsbtnAdaptive.Name = "tsbtnAdaptive";
  93. this.tsbtnAdaptive.Size = new System.Drawing.Size(90, 25);
  94. this.tsbtnAdaptive.Text = "自适应列宽(&A)";
  95. this.tsbtnAdaptive.Click += new System.EventHandler(this.tsbtnAdaptive_Click);
  96. //
  97. // tsbtnClose
  98. //
  99. this.tsbtnClose.AutoSize = false;
  100. this.tsbtnClose.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  101. this.tsbtnClose.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  102. this.tsbtnClose.ImageTransparentColor = System.Drawing.Color.Magenta;
  103. this.tsbtnClose.Name = "tsbtnClose";
  104. this.tsbtnClose.Size = new System.Drawing.Size(60, 25);
  105. this.tsbtnClose.Text = "关闭(&X)";
  106. this.tsbtnClose.Click += new System.EventHandler(this.tsbtnClose_Click);
  107. //
  108. // dgvSemiCheck
  109. //
  110. this.dgvSemiCheck.AllowUserToAddRows = false;
  111. this.dgvSemiCheck.AllowUserToDeleteRows = false;
  112. this.dgvSemiCheck.AllowUserToModifyRows = true;
  113. this.dgvSemiCheck.AllowUserToOrderColumns = true;
  114. dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
  115. this.dgvSemiCheck.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
  116. this.dgvSemiCheck.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  117. this.dgvSemiCheck.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
  118. this.dgvSemiCheck.CellHeight = 23;
  119. this.dgvSemiCheck.ChildNodeColumnName = null;
  120. this.dgvSemiCheck.ChildNodeColumnText = null;
  121. this.dgvSemiCheck.ColumnDeep = 1;
  122. this.dgvSemiCheck.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  123. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  124. dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70)))));
  125. dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  126. dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White;
  127. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  128. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  129. dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  130. this.dgvSemiCheck.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
  131. this.dgvSemiCheck.ColumnHeadersHeight = 29;
  132. this.dgvSemiCheck.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  133. this.dgvSemiCheck.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  134. this.BARCODE,
  135. this.GOODSCODE,
  136. this.GOODSTYPENAME,
  137. this.GROUTINGLINECODE,
  138. this.PROCEDURENAME,
  139. this.GOODSLEVELNAME,
  140. this.VALUEFLAG,
  141. this.GROUTINGUSERCODE,
  142. this.CREATETIME,
  143. this.USERCODE});
  144. this.dgvSemiCheck.ColumnTreeView = null;
  145. 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)));
  146. this.dgvSemiCheck.Dock = System.Windows.Forms.DockStyle.Fill;
  147. this.dgvSemiCheck.DynamicColumnName = "";
  148. this.dgvSemiCheck.EnableHeadersVisualStyles = false;
  149. this.dgvSemiCheck.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  150. this.dgvSemiCheck.FormatQuantityColumns = null;
  151. this.dgvSemiCheck.HorizontalMergeColumn = null;
  152. this.dgvSemiCheck.IsAutoCountSum = true;
  153. this.dgvSemiCheck.IsAutoResizeColumns = false;
  154. this.dgvSemiCheck.IsClickF12 = false;
  155. this.dgvSemiCheck.IsOpenMergeCellFlag = false;
  156. this.dgvSemiCheck.IsSubTotalFlag = false;
  157. this.dgvSemiCheck.IsTopDeep = false;
  158. this.dgvSemiCheck.Location = new System.Drawing.Point(0, 174);
  159. this.dgvSemiCheck.Margin = new System.Windows.Forms.Padding(0);
  160. this.dgvSemiCheck.MergeColumnNames = null;
  161. this.dgvSemiCheck.MergeDetailColumnNames = null;
  162. this.dgvSemiCheck.MergeDetailOnlyColumn = null;
  163. this.dgvSemiCheck.MergeOnlyColumn = null;
  164. this.dgvSemiCheck.MultiSelect = false;
  165. this.dgvSemiCheck.Name = "dgvSemiCheck";
  166. this.dgvSemiCheck.ReadOnly = true;
  167. this.dgvSemiCheck.RefreshAtHscroll = false;
  168. this.dgvSemiCheck.RowHeadersWidth = 50;
  169. this.dgvSemiCheck.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  170. dataGridViewCellStyle3.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  171. this.dgvSemiCheck.RowsDefaultCellStyle = dataGridViewCellStyle3;
  172. this.dgvSemiCheck.RowTemplate.Height = 21;
  173. this.dgvSemiCheck.Size = new System.Drawing.Size(1371, 547);
  174. this.dgvSemiCheck.SortOrderColumnName = null;
  175. this.dgvSemiCheck.TabIndex = 2;
  176. this.dgvSemiCheck.Tag = "";
  177. this.dgvSemiCheck.TotalSumColumns = null;
  178. this.dgvSemiCheck.ViewRowFilter = "";
  179. //
  180. // lblGoodsCode
  181. //
  182. this.lblGoodsCode.AutoSize = true;
  183. this.lblGoodsCode.BackColor = System.Drawing.Color.Transparent;
  184. this.lblGoodsCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  185. this.lblGoodsCode.ForeColor = System.Drawing.SystemColors.ControlText;
  186. this.lblGoodsCode.Location = new System.Drawing.Point(13, 38);
  187. this.lblGoodsCode.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  188. this.lblGoodsCode.Name = "lblGoodsCode";
  189. this.lblGoodsCode.Size = new System.Drawing.Size(67, 15);
  190. this.lblGoodsCode.TabIndex = 2;
  191. this.lblGoodsCode.Text = "产品编码";
  192. //
  193. // lblZhi
  194. //
  195. this.lblZhi.AutoSize = true;
  196. this.lblZhi.BackColor = System.Drawing.Color.Transparent;
  197. this.lblZhi.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  198. this.lblZhi.ForeColor = System.Drawing.SystemColors.ControlText;
  199. this.lblZhi.Location = new System.Drawing.Point(1024, 38);
  200. this.lblZhi.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  201. this.lblZhi.Name = "lblZhi";
  202. this.lblZhi.Size = new System.Drawing.Size(22, 15);
  203. this.lblZhi.TabIndex = 25;
  204. this.lblZhi.Text = "至";
  205. //
  206. // btnSearch
  207. //
  208. this.btnSearch.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  209. this.btnSearch.BackColor = System.Drawing.Color.Gray;
  210. this.btnSearch.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSearch.BackgroundImage")));
  211. this.btnSearch.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  212. this.btnSearch.ForeColor = System.Drawing.Color.White;
  213. this.btnSearch.Location = new System.Drawing.Point(1119, 81);
  214. this.btnSearch.Margin = new System.Windows.Forms.Padding(4, 2, 4, 2);
  215. this.btnSearch.Name = "btnSearch";
  216. this.btnSearch.Size = new System.Drawing.Size(113, 38);
  217. this.btnSearch.TabIndex = 40;
  218. this.btnSearch.Text = "查询(&Q)";
  219. this.btnSearch.UseVisualStyleBackColor = false;
  220. this.btnSearch.Click += new System.EventHandler(this.btnSearch_Click);
  221. //
  222. // btnClearCondition
  223. //
  224. this.btnClearCondition.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  225. this.btnClearCondition.BackColor = System.Drawing.Color.Gray;
  226. this.btnClearCondition.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnClearCondition.BackgroundImage")));
  227. this.btnClearCondition.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  228. this.btnClearCondition.ForeColor = System.Drawing.Color.White;
  229. this.btnClearCondition.Location = new System.Drawing.Point(1241, 81);
  230. this.btnClearCondition.Margin = new System.Windows.Forms.Padding(4, 2, 4, 2);
  231. this.btnClearCondition.Name = "btnClearCondition";
  232. this.btnClearCondition.Size = new System.Drawing.Size(113, 38);
  233. this.btnClearCondition.TabIndex = 41;
  234. this.btnClearCondition.Text = "清空条件(&C)";
  235. this.btnClearCondition.UseVisualStyleBackColor = false;
  236. this.btnClearCondition.Click += new System.EventHandler(this.btnClearCondition_Click);
  237. //
  238. // txtGoodsCode
  239. //
  240. this.txtGoodsCode.BackColor = System.Drawing.SystemColors.Window;
  241. this.txtGoodsCode.BackgroundColor = System.Drawing.SystemColors.Window;
  242. this.txtGoodsCode.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
  243. this.txtGoodsCode.ErrorMessage = "";
  244. this.txtGoodsCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  245. this.txtGoodsCode.Location = new System.Drawing.Point(101, 31);
  246. this.txtGoodsCode.Margin = new System.Windows.Forms.Padding(4);
  247. this.txtGoodsCode.MaxLength = 50;
  248. this.txtGoodsCode.Name = "txtGoodsCode";
  249. this.txtGoodsCode.Size = new System.Drawing.Size(159, 25);
  250. this.txtGoodsCode.TabIndex = 3;
  251. //
  252. // lblGoodsType
  253. //
  254. this.lblGoodsType.AutoSize = true;
  255. this.lblGoodsType.BackColor = System.Drawing.SystemColors.Control;
  256. this.lblGoodsType.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  257. this.lblGoodsType.ForeColor = System.Drawing.SystemColors.ControlText;
  258. this.lblGoodsType.Location = new System.Drawing.Point(268, 38);
  259. this.lblGoodsType.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  260. this.lblGoodsType.Name = "lblGoodsType";
  261. this.lblGoodsType.Size = new System.Drawing.Size(67, 15);
  262. this.lblGoodsType.TabIndex = 0;
  263. this.lblGoodsType.Text = "产品类别";
  264. //
  265. // gbSelect
  266. //
  267. this.gbSelect.BackColor = System.Drawing.Color.Transparent;
  268. this.gbSelect.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("gbSelect.BackgroundImage")));
  269. this.gbSelect.Controls.Add(this.c_Label1);
  270. this.gbSelect.Controls.Add(this.scbRegisterTheOperation);
  271. this.gbSelect.Controls.Add(this.lblSemiCheckDateTime);
  272. this.gbSelect.Controls.Add(this.c_Label3);
  273. this.gbSelect.Controls.Add(this.scbRegistrationStatus);
  274. this.gbSelect.Controls.Add(this.c_Label2);
  275. this.gbSelect.Controls.Add(this.scbJudgmentLevel);
  276. this.gbSelect.Controls.Add(this.txtGroutingLineCode);
  277. this.gbSelect.Controls.Add(this.lblGroutingLineCode);
  278. this.gbSelect.Controls.Add(this.scbGoodsType);
  279. this.gbSelect.Controls.Add(this.lblGoodsType);
  280. this.gbSelect.Controls.Add(this.txtGoodsCode);
  281. this.gbSelect.Controls.Add(this.btnClearCondition);
  282. this.gbSelect.Controls.Add(this.btnSearch);
  283. this.gbSelect.Controls.Add(this.txtSemiCheckDateTimeEnd);
  284. this.gbSelect.Controls.Add(this.lblZhi);
  285. this.gbSelect.Controls.Add(this.txtSemiCheckDateTimeStart);
  286. this.gbSelect.Controls.Add(this.lblGoodsCode);
  287. this.gbSelect.Dock = System.Windows.Forms.DockStyle.Top;
  288. this.gbSelect.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  289. this.gbSelect.ForeColor = System.Drawing.SystemColors.ControlText;
  290. this.gbSelect.IsMustInput = false;
  291. this.gbSelect.Location = new System.Drawing.Point(0, 44);
  292. this.gbSelect.Margin = new System.Windows.Forms.Padding(4);
  293. this.gbSelect.Name = "gbSelect";
  294. this.gbSelect.OriginalHeight = -1;
  295. this.gbSelect.Padding = new System.Windows.Forms.Padding(4);
  296. this.gbSelect.Size = new System.Drawing.Size(1371, 130);
  297. this.gbSelect.TabIndex = 1;
  298. this.gbSelect.TabStop = false;
  299. this.gbSelect.Text = "查询条件 ▼";
  300. //
  301. // c_Label1
  302. //
  303. this.c_Label1.AutoSize = true;
  304. this.c_Label1.BackColor = System.Drawing.Color.Transparent;
  305. this.c_Label1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  306. this.c_Label1.ForeColor = System.Drawing.SystemColors.ControlText;
  307. this.c_Label1.Location = new System.Drawing.Point(514, 31);
  308. this.c_Label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  309. this.c_Label1.Name = "c_Label1";
  310. this.c_Label1.Size = new System.Drawing.Size(67, 15);
  311. this.c_Label1.TabIndex = 49;
  312. this.c_Label1.Text = "登记工序";
  313. //
  314. // scbRegisterTheOperation
  315. //
  316. this.scbRegisterTheOperation.BackColor = System.Drawing.Color.Yellow;
  317. this.scbRegisterTheOperation.BackgroundColor = System.Drawing.SystemColors.Window;
  318. this.scbRegisterTheOperation.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  319. this.scbRegisterTheOperation.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  320. this.scbRegisterTheOperation.FormattingEnabled = true;
  321. this.scbRegisterTheOperation.IsMustInput = true;
  322. this.scbRegisterTheOperation.Location = new System.Drawing.Point(586, 26);
  323. this.scbRegisterTheOperation.Margin = new System.Windows.Forms.Padding(4);
  324. this.scbRegisterTheOperation.Name = "scbRegisterTheOperation";
  325. this.scbRegisterTheOperation.Size = new System.Drawing.Size(164, 23);
  326. this.scbRegisterTheOperation.TabIndex = 50;
  327. //
  328. // lblSemiCheckDateTime
  329. //
  330. this.lblSemiCheckDateTime.AutoSize = true;
  331. this.lblSemiCheckDateTime.BackColor = System.Drawing.Color.Transparent;
  332. this.lblSemiCheckDateTime.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  333. this.lblSemiCheckDateTime.ForeColor = System.Drawing.SystemColors.ControlText;
  334. this.lblSemiCheckDateTime.Location = new System.Drawing.Point(762, 38);
  335. this.lblSemiCheckDateTime.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  336. this.lblSemiCheckDateTime.Name = "lblSemiCheckDateTime";
  337. this.lblSemiCheckDateTime.Size = new System.Drawing.Size(67, 15);
  338. this.lblSemiCheckDateTime.TabIndex = 48;
  339. this.lblSemiCheckDateTime.Text = "半检时间";
  340. //
  341. // c_Label3
  342. //
  343. this.c_Label3.AutoSize = true;
  344. this.c_Label3.BackColor = System.Drawing.Color.Transparent;
  345. this.c_Label3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  346. this.c_Label3.ForeColor = System.Drawing.SystemColors.ControlText;
  347. this.c_Label3.Location = new System.Drawing.Point(514, 75);
  348. this.c_Label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  349. this.c_Label3.Name = "c_Label3";
  350. this.c_Label3.Size = new System.Drawing.Size(67, 15);
  351. this.c_Label3.TabIndex = 46;
  352. this.c_Label3.Text = "登记状态";
  353. //
  354. // scbRegistrationStatus
  355. //
  356. this.scbRegistrationStatus.BackColor = System.Drawing.Color.Yellow;
  357. this.scbRegistrationStatus.BackgroundColor = System.Drawing.SystemColors.Window;
  358. this.scbRegistrationStatus.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  359. this.scbRegistrationStatus.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  360. this.scbRegistrationStatus.FormattingEnabled = true;
  361. this.scbRegistrationStatus.IsMustInput = true;
  362. this.scbRegistrationStatus.Location = new System.Drawing.Point(586, 70);
  363. this.scbRegistrationStatus.Margin = new System.Windows.Forms.Padding(4);
  364. this.scbRegistrationStatus.Name = "scbRegistrationStatus";
  365. this.scbRegistrationStatus.Size = new System.Drawing.Size(164, 23);
  366. this.scbRegistrationStatus.TabIndex = 47;
  367. //
  368. // c_Label2
  369. //
  370. this.c_Label2.AutoSize = true;
  371. this.c_Label2.BackColor = System.Drawing.Color.Transparent;
  372. this.c_Label2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  373. this.c_Label2.ForeColor = System.Drawing.SystemColors.ControlText;
  374. this.c_Label2.Location = new System.Drawing.Point(268, 75);
  375. this.c_Label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  376. this.c_Label2.Name = "c_Label2";
  377. this.c_Label2.Size = new System.Drawing.Size(67, 15);
  378. this.c_Label2.TabIndex = 44;
  379. this.c_Label2.Text = "判定等级";
  380. //
  381. // scbJudgmentLevel
  382. //
  383. this.scbJudgmentLevel.BackColor = System.Drawing.Color.Yellow;
  384. this.scbJudgmentLevel.BackgroundColor = System.Drawing.SystemColors.Window;
  385. this.scbJudgmentLevel.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  386. this.scbJudgmentLevel.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  387. this.scbJudgmentLevel.FormattingEnabled = true;
  388. this.scbJudgmentLevel.IsMustInput = true;
  389. this.scbJudgmentLevel.Items.AddRange(new object[] {
  390. "合格",
  391. "返工"});
  392. this.scbJudgmentLevel.Location = new System.Drawing.Point(342, 70);
  393. this.scbJudgmentLevel.Margin = new System.Windows.Forms.Padding(4);
  394. this.scbJudgmentLevel.Name = "scbJudgmentLevel";
  395. this.scbJudgmentLevel.Size = new System.Drawing.Size(157, 23);
  396. this.scbJudgmentLevel.TabIndex = 45;
  397. //
  398. // txtGroutingLineCode
  399. //
  400. this.txtGroutingLineCode.BackColor = System.Drawing.SystemColors.Window;
  401. this.txtGroutingLineCode.BackgroundColor = System.Drawing.SystemColors.Window;
  402. this.txtGroutingLineCode.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
  403. this.txtGroutingLineCode.ErrorMessage = "";
  404. this.txtGroutingLineCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  405. this.txtGroutingLineCode.Location = new System.Drawing.Point(101, 70);
  406. this.txtGroutingLineCode.Margin = new System.Windows.Forms.Padding(4);
  407. this.txtGroutingLineCode.MaxLength = 20;
  408. this.txtGroutingLineCode.Name = "txtGroutingLineCode";
  409. this.txtGroutingLineCode.Size = new System.Drawing.Size(159, 25);
  410. this.txtGroutingLineCode.TabIndex = 42;
  411. this.txtGroutingLineCode.TextValue = "";
  412. //
  413. // lblGroutingLineCode
  414. //
  415. this.lblGroutingLineCode.AutoSize = true;
  416. this.lblGroutingLineCode.BackColor = System.Drawing.Color.Transparent;
  417. this.lblGroutingLineCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  418. this.lblGroutingLineCode.ForeColor = System.Drawing.SystemColors.ControlText;
  419. this.lblGroutingLineCode.Location = new System.Drawing.Point(13, 75);
  420. this.lblGroutingLineCode.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  421. this.lblGroutingLineCode.Name = "lblGroutingLineCode";
  422. this.lblGroutingLineCode.Size = new System.Drawing.Size(82, 15);
  423. this.lblGroutingLineCode.TabIndex = 43;
  424. this.lblGroutingLineCode.Text = "成型线编码";
  425. //
  426. // scbGoodsType
  427. //
  428. this.scbGoodsType.CheckedData = null;
  429. this.scbGoodsType.IsOnlyDisplayEnd = false;
  430. this.scbGoodsType.Location = new System.Drawing.Point(343, 31);
  431. this.scbGoodsType.Margin = new System.Windows.Forms.Padding(4);
  432. this.scbGoodsType.Name = "scbGoodsType";
  433. this.scbGoodsType.Size = new System.Drawing.Size(161, 26);
  434. this.scbGoodsType.TabIndex = 1;
  435. //
  436. // txtSemiCheckDateTimeEnd
  437. //
  438. this.txtSemiCheckDateTimeEnd.CustomFormat = "yyyy-MM-dd HH:mm";
  439. this.txtSemiCheckDateTimeEnd.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  440. this.txtSemiCheckDateTimeEnd.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  441. this.txtSemiCheckDateTimeEnd.Location = new System.Drawing.Point(1054, 32);
  442. this.txtSemiCheckDateTimeEnd.Margin = new System.Windows.Forms.Padding(4);
  443. this.txtSemiCheckDateTimeEnd.Name = "txtSemiCheckDateTimeEnd";
  444. this.txtSemiCheckDateTimeEnd.Size = new System.Drawing.Size(179, 25);
  445. this.txtSemiCheckDateTimeEnd.TabIndex = 26;
  446. this.txtSemiCheckDateTimeEnd.Value = new System.DateTime(2016, 7, 18, 0, 0, 0, 0);
  447. //
  448. // txtSemiCheckDateTimeStart
  449. //
  450. this.txtSemiCheckDateTimeStart.CustomFormat = "yyyy-MM-dd HH:mm";
  451. this.txtSemiCheckDateTimeStart.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  452. this.txtSemiCheckDateTimeStart.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  453. this.txtSemiCheckDateTimeStart.Location = new System.Drawing.Point(837, 32);
  454. this.txtSemiCheckDateTimeStart.Margin = new System.Windows.Forms.Padding(4);
  455. this.txtSemiCheckDateTimeStart.Name = "txtSemiCheckDateTimeStart";
  456. this.txtSemiCheckDateTimeStart.Size = new System.Drawing.Size(179, 25);
  457. this.txtSemiCheckDateTimeStart.TabIndex = 24;
  458. this.txtSemiCheckDateTimeStart.Value = new System.DateTime(2016, 7, 18, 0, 0, 0, 0);
  459. //
  460. // BARCODE
  461. //
  462. this.BARCODE.DataPropertyName = "BARCODE";
  463. this.BARCODE.HeaderText = "产品条码";
  464. this.BARCODE.MinimumWidth = 6;
  465. this.BARCODE.Name = "BARCODE";
  466. this.BARCODE.ReadOnly = true;
  467. this.BARCODE.Width = 125;
  468. //
  469. // GOODSCODE
  470. //
  471. this.GOODSCODE.DataPropertyName = "GOODSCODE";
  472. this.GOODSCODE.HeaderText = "产品型号";
  473. this.GOODSCODE.MinimumWidth = 6;
  474. this.GOODSCODE.Name = "GOODSCODE";
  475. this.GOODSCODE.ReadOnly = true;
  476. this.GOODSCODE.Width = 125;
  477. //
  478. // GOODSTYPENAME
  479. //
  480. this.GOODSTYPENAME.DataPropertyName = "GOODSTYPENAME";
  481. this.GOODSTYPENAME.HeaderText = "产品类别";
  482. this.GOODSTYPENAME.MinimumWidth = 6;
  483. this.GOODSTYPENAME.Name = "GOODSTYPENAME";
  484. this.GOODSTYPENAME.ReadOnly = true;
  485. this.GOODSTYPENAME.Width = 125;
  486. //
  487. // GROUTINGLINECODE
  488. //
  489. this.GROUTINGLINECODE.DataPropertyName = "GROUTINGLINECODE";
  490. this.GROUTINGLINECODE.HeaderText = "成型线编码";
  491. this.GROUTINGLINECODE.MinimumWidth = 6;
  492. this.GROUTINGLINECODE.Name = "GROUTINGLINECODE";
  493. this.GROUTINGLINECODE.ReadOnly = true;
  494. this.GROUTINGLINECODE.Width = 125;
  495. //
  496. // PROCEDURENAME
  497. //
  498. this.PROCEDURENAME.DataPropertyName = "PROCEDURENAME";
  499. this.PROCEDURENAME.HeaderText = "登记工序";
  500. this.PROCEDURENAME.MinimumWidth = 6;
  501. this.PROCEDURENAME.Name = "PROCEDURENAME";
  502. this.PROCEDURENAME.ReadOnly = true;
  503. this.PROCEDURENAME.Width = 125;
  504. //
  505. // GOODSLEVELNAME
  506. //
  507. this.GOODSLEVELNAME.DataPropertyName = "GOODSLEVELNAME";
  508. this.GOODSLEVELNAME.HeaderText = "判定等级";
  509. this.GOODSLEVELNAME.MinimumWidth = 6;
  510. this.GOODSLEVELNAME.Name = "GOODSLEVELNAME";
  511. this.GOODSLEVELNAME.ReadOnly = true;
  512. this.GOODSLEVELNAME.Width = 125;
  513. //
  514. // VALUEFLAG
  515. //
  516. this.VALUEFLAG.DataPropertyName = "VALUEFLAG";
  517. this.VALUEFLAG.HeaderText = "登记状态";
  518. this.VALUEFLAG.MinimumWidth = 6;
  519. this.VALUEFLAG.Name = "VALUEFLAG";
  520. this.VALUEFLAG.ReadOnly = true;
  521. this.VALUEFLAG.Width = 125;
  522. //
  523. // GROUTINGUSERCODE
  524. //
  525. this.GROUTINGUSERCODE.DataPropertyName = "GROUTINGUSERCODE";
  526. this.GROUTINGUSERCODE.HeaderText = "成型工号";
  527. this.GROUTINGUSERCODE.MinimumWidth = 6;
  528. this.GROUTINGUSERCODE.Name = "GROUTINGUSERCODE";
  529. this.GROUTINGUSERCODE.ReadOnly = true;
  530. this.GROUTINGUSERCODE.Width = 125;
  531. //
  532. // CREATETIME
  533. //
  534. this.CREATETIME.DataPropertyName = "CREATETIME";
  535. this.CREATETIME.HeaderText = "登记时间";
  536. this.CREATETIME.MinimumWidth = 6;
  537. this.CREATETIME.Name = "CREATETIME";
  538. this.CREATETIME.ReadOnly = true;
  539. this.CREATETIME.Width = 125;
  540. //
  541. // USERCODE
  542. //
  543. this.USERCODE.DataPropertyName = "USERCODE";
  544. this.USERCODE.HeaderText = "登记工号";
  545. this.USERCODE.MinimumWidth = 6;
  546. this.USERCODE.Name = "USERCODE";
  547. this.USERCODE.ReadOnly = true;
  548. this.USERCODE.Width = 125;
  549. //
  550. // F_RPT_080110
  551. //
  552. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
  553. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  554. this.ClientSize = new System.Drawing.Size(1371, 721);
  555. this.Controls.Add(this.dgvSemiCheck);
  556. this.Controls.Add(this.gbSelect);
  557. this.Controls.Add(this.tsrOperate);
  558. this.Margin = new System.Windows.Forms.Padding(5);
  559. this.Name = "F_RPT_080110";
  560. this.Text = "半成品检验判级明细表";
  561. this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.F_PM_2201_FormClosed);
  562. this.Load += new System.EventHandler(this.F_PM_2201_Load);
  563. this.tsrOperate.ResumeLayout(false);
  564. this.tsrOperate.PerformLayout();
  565. ((System.ComponentModel.ISupportInitialize)(this.dgvSemiCheck)).EndInit();
  566. this.gbSelect.ResumeLayout(false);
  567. this.gbSelect.PerformLayout();
  568. this.ResumeLayout(false);
  569. }
  570. #endregion
  571. private Basics.BaseControls.C_ToolStrip tsrOperate;
  572. private System.Windows.Forms.ToolStripButton tsbtnAdaptive;
  573. private System.Windows.Forms.ToolStripButton tsbtnClose;
  574. private Basics.BaseControls.C_DataGridView dgvSemiCheck;
  575. private Basics.BaseControls.C_Label lblGoodsCode;
  576. private Basics.BaseControls.C_Label lblZhi;
  577. private Basics.BaseControls.C_Button btnSearch;
  578. private Basics.BaseControls.C_Button btnClearCondition;
  579. private Basics.BaseControls.C_TextBox txtGoodsCode;
  580. private Basics.BaseControls.C_Label lblGoodsType;
  581. private Controls.SearchBox.ScbGoodsType scbGoodsType;
  582. private Basics.BaseControls.C_GroupBox gbSelect;
  583. private Basics.BaseControls.C_DateTimePicker txtSemiCheckDateTimeEnd;
  584. private Basics.BaseControls.C_DateTimePicker txtSemiCheckDateTimeStart;
  585. private Basics.BaseControls.C_TextBox txtGroutingLineCode;
  586. private Basics.BaseControls.C_Label lblGroutingLineCode;
  587. private Basics.BaseControls.C_Label c_Label2;
  588. private Basics.BaseControls.C_ComboBox scbJudgmentLevel;
  589. private Basics.BaseControls.C_Label c_Label3;
  590. private Basics.BaseControls.C_ComboBox scbRegistrationStatus;
  591. private Basics.BaseControls.C_Label lblSemiCheckDateTime;
  592. private Basics.BaseControls.C_Label c_Label1;
  593. private Basics.BaseControls.C_ComboBox scbRegisterTheOperation;
  594. private System.Windows.Forms.DataGridViewTextBoxColumn BARCODE;
  595. private System.Windows.Forms.DataGridViewTextBoxColumn GOODSCODE;
  596. private System.Windows.Forms.DataGridViewTextBoxColumn GOODSTYPENAME;
  597. private System.Windows.Forms.DataGridViewTextBoxColumn GROUTINGLINECODE;
  598. private System.Windows.Forms.DataGridViewTextBoxColumn PROCEDURENAME;
  599. private System.Windows.Forms.DataGridViewTextBoxColumn GOODSLEVELNAME;
  600. private System.Windows.Forms.DataGridViewTextBoxColumn VALUEFLAG;
  601. private System.Windows.Forms.DataGridViewTextBoxColumn GROUTINGUSERCODE;
  602. private System.Windows.Forms.DataGridViewTextBoxColumn CREATETIME;
  603. private System.Windows.Forms.DataGridViewTextBoxColumn USERCODE;
  604. }
  605. }