F_RPT_030110.Designer.cs 53 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956
  1. namespace Dongke.IBOSS.PRD.Client.ReportModule
  2. {
  3. partial class F_RPT_030110
  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_030110));
  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 dataGridViewCellStyle9 = 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. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle8 = new System.Windows.Forms.DataGridViewCellStyle();
  38. this.gbSelect = new Dongke.IBOSS.PRD.Basics.BaseControls.C_GroupBox();
  39. this.lblGoodsType = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  40. this.scbGoodsType = new Dongke.IBOSS.PRD.Client.Controls.SearchBox.ScbGoodsType();
  41. this.chkSemiCheckType = new Dongke.IBOSS.PRD.Basics.BaseControls.C_ValidCheckedBoxList();
  42. this.chkReSemiCheckType = new Dongke.IBOSS.PRD.Basics.BaseControls.C_ValidCheckedBoxList();
  43. this.txtReSemiCheckUserCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  44. this.lblReSemiCheckUserCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  45. this.txtSemiCheckUserCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  46. this.lblSemiCheckUserCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  47. this.txtCUserCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  48. this.lblCUserCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  49. this.dkRProcedureSearchBox = new Dongke.IBOSS.PRD.Client.Controls.SearchTextBox.dkProcedureSearchBox();
  50. this.dkCProcedureSearchBox = new Dongke.IBOSS.PRD.Client.Controls.SearchTextBox.dkProcedureSearchBox();
  51. this.txtReworkUserCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  52. this.lblReworkUserCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  53. this.txtGoodsCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  54. this.btnClearCondition = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  55. this.btnSearch = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  56. this.cbDeliveryDate = new Dongke.IBOSS.PRD.Basics.BaseControls.C_CheckBox();
  57. this.cbReSemiCheck = new Dongke.IBOSS.PRD.Basics.BaseControls.C_CheckBox();
  58. this.cbSemiCheck = new Dongke.IBOSS.PRD.Basics.BaseControls.C_CheckBox();
  59. this.cbGroutingDate = new Dongke.IBOSS.PRD.Basics.BaseControls.C_CheckBox();
  60. this.cbCDateTime = new Dongke.IBOSS.PRD.Basics.BaseControls.C_CheckBox();
  61. this.txtDeliveryDateTimeEnd = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DateTimePicker();
  62. this.c_Label3 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  63. this.txtReSemiCheckDateTimeEnd = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DateTimePicker();
  64. this.txtSemiCheckDateTimeEnd = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DateTimePicker();
  65. this.c_Label7 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  66. this.txtGroutingDateTimeEnd = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DateTimePicker();
  67. this.c_Label4 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  68. this.c_Label2 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  69. this.txtReSemiCheckDateTimeStart = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DateTimePicker();
  70. this.txtDeliveryDateTimeStart = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DateTimePicker();
  71. this.txtSemiCheckDateTimeStart = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DateTimePicker();
  72. this.txtCDateTimeEnd = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DateTimePicker();
  73. this.txtGroutingDateTimeStart = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DateTimePicker();
  74. this.lblTo = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  75. this.txtCDateTimeStart = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DateTimePicker();
  76. this.txtGroutingUserCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  77. this.lblGroutingUserCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  78. this.lblGoodsCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  79. this.tsrOperate = new Dongke.IBOSS.PRD.Basics.BaseControls.C_ToolStrip();
  80. this.tsbtnAdaptive = new System.Windows.Forms.ToolStripButton();
  81. this.tsbtnClose = new System.Windows.Forms.ToolStripButton();
  82. this.dgvSemiCheck = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
  83. this.reworkprocedurename = new System.Windows.Forms.DataGridViewTextBoxColumn();
  84. this.goodstypename2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  85. this.reworkusercode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  86. this.goodscode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  87. this.goodstypename = new System.Windows.Forms.DataGridViewTextBoxColumn();
  88. this.reworkcount = new System.Windows.Forms.DataGridViewTextBoxColumn();
  89. this.badcount = new System.Windows.Forms.DataGridViewTextBoxColumn();
  90. this.renocount = new System.Windows.Forms.DataGridViewTextBoxColumn();
  91. this.regoodcount = new System.Windows.Forms.DataGridViewTextBoxColumn();
  92. this.rebadcount = new System.Windows.Forms.DataGridViewTextBoxColumn();
  93. this.renocountsum = new System.Windows.Forms.DataGridViewTextBoxColumn();
  94. this.gbSelect.SuspendLayout();
  95. this.tsrOperate.SuspendLayout();
  96. ((System.ComponentModel.ISupportInitialize)(this.dgvSemiCheck)).BeginInit();
  97. this.SuspendLayout();
  98. //
  99. // gbSelect
  100. //
  101. this.gbSelect.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  102. | System.Windows.Forms.AnchorStyles.Right)));
  103. this.gbSelect.BackColor = System.Drawing.Color.Transparent;
  104. this.gbSelect.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("gbSelect.BackgroundImage")));
  105. this.gbSelect.Controls.Add(this.lblGoodsType);
  106. this.gbSelect.Controls.Add(this.scbGoodsType);
  107. this.gbSelect.Controls.Add(this.chkSemiCheckType);
  108. this.gbSelect.Controls.Add(this.chkReSemiCheckType);
  109. this.gbSelect.Controls.Add(this.txtReSemiCheckUserCode);
  110. this.gbSelect.Controls.Add(this.lblReSemiCheckUserCode);
  111. this.gbSelect.Controls.Add(this.txtSemiCheckUserCode);
  112. this.gbSelect.Controls.Add(this.lblSemiCheckUserCode);
  113. this.gbSelect.Controls.Add(this.txtCUserCode);
  114. this.gbSelect.Controls.Add(this.lblCUserCode);
  115. this.gbSelect.Controls.Add(this.dkRProcedureSearchBox);
  116. this.gbSelect.Controls.Add(this.dkCProcedureSearchBox);
  117. this.gbSelect.Controls.Add(this.txtReworkUserCode);
  118. this.gbSelect.Controls.Add(this.lblReworkUserCode);
  119. this.gbSelect.Controls.Add(this.txtGoodsCode);
  120. this.gbSelect.Controls.Add(this.btnClearCondition);
  121. this.gbSelect.Controls.Add(this.btnSearch);
  122. this.gbSelect.Controls.Add(this.cbDeliveryDate);
  123. this.gbSelect.Controls.Add(this.cbReSemiCheck);
  124. this.gbSelect.Controls.Add(this.cbSemiCheck);
  125. this.gbSelect.Controls.Add(this.cbGroutingDate);
  126. this.gbSelect.Controls.Add(this.cbCDateTime);
  127. this.gbSelect.Controls.Add(this.txtDeliveryDateTimeEnd);
  128. this.gbSelect.Controls.Add(this.c_Label3);
  129. this.gbSelect.Controls.Add(this.txtReSemiCheckDateTimeEnd);
  130. this.gbSelect.Controls.Add(this.txtSemiCheckDateTimeEnd);
  131. this.gbSelect.Controls.Add(this.c_Label7);
  132. this.gbSelect.Controls.Add(this.txtGroutingDateTimeEnd);
  133. this.gbSelect.Controls.Add(this.c_Label4);
  134. this.gbSelect.Controls.Add(this.c_Label2);
  135. this.gbSelect.Controls.Add(this.txtReSemiCheckDateTimeStart);
  136. this.gbSelect.Controls.Add(this.txtDeliveryDateTimeStart);
  137. this.gbSelect.Controls.Add(this.txtSemiCheckDateTimeStart);
  138. this.gbSelect.Controls.Add(this.txtCDateTimeEnd);
  139. this.gbSelect.Controls.Add(this.txtGroutingDateTimeStart);
  140. this.gbSelect.Controls.Add(this.lblTo);
  141. this.gbSelect.Controls.Add(this.txtCDateTimeStart);
  142. this.gbSelect.Controls.Add(this.txtGroutingUserCode);
  143. this.gbSelect.Controls.Add(this.lblGroutingUserCode);
  144. this.gbSelect.Controls.Add(this.lblGoodsCode);
  145. this.gbSelect.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  146. this.gbSelect.ForeColor = System.Drawing.SystemColors.ControlText;
  147. this.gbSelect.IsMustInput = false;
  148. this.gbSelect.Location = new System.Drawing.Point(0, 38);
  149. this.gbSelect.Name = "gbSelect";
  150. this.gbSelect.OriginalHeight = -1;
  151. this.gbSelect.Size = new System.Drawing.Size(1152, 156);
  152. this.gbSelect.TabIndex = 1;
  153. this.gbSelect.TabStop = false;
  154. this.gbSelect.Text = "查询条件 ▼";
  155. //
  156. // lblGoodsType
  157. //
  158. this.lblGoodsType.AutoSize = true;
  159. this.lblGoodsType.BackColor = System.Drawing.SystemColors.Control;
  160. this.lblGoodsType.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  161. this.lblGoodsType.ForeColor = System.Drawing.SystemColors.ControlText;
  162. this.lblGoodsType.Location = new System.Drawing.Point(12, 28);
  163. this.lblGoodsType.Name = "lblGoodsType";
  164. this.lblGoodsType.Size = new System.Drawing.Size(53, 12);
  165. this.lblGoodsType.TabIndex = 40;
  166. this.lblGoodsType.Text = "产品类别";
  167. //
  168. // scbGoodsType
  169. //
  170. this.scbGoodsType.CheckedData = null;
  171. this.scbGoodsType.IsOnlyDisplayEnd = false;
  172. this.scbGoodsType.Location = new System.Drawing.Point(71, 24);
  173. this.scbGoodsType.Name = "scbGoodsType";
  174. this.scbGoodsType.Size = new System.Drawing.Size(121, 21);
  175. this.scbGoodsType.TabIndex = 39;
  176. //
  177. // chkSemiCheckType
  178. //
  179. this.chkSemiCheckType.BackColor = System.Drawing.SystemColors.Window;
  180. this.chkSemiCheckType.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("chkSemiCheckType.BackgroundImage")));
  181. this.chkSemiCheckType.CheckedListBoxMinSize = new System.Drawing.Size(0, 0);
  182. this.chkSemiCheckType.DataSource = null;
  183. this.chkSemiCheckType.DisplayMember = "ValidFlagName";
  184. this.chkSemiCheckType.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  185. this.chkSemiCheckType.LablePositionValue = Dongke.IBOSS.PRD.Basics.BaseControls.CheckedBoxListEx.LablePosition.Left;
  186. this.chkSemiCheckType.Location = new System.Drawing.Point(767, 28);
  187. this.chkSemiCheckType.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  188. this.chkSemiCheckType.Name = "chkSemiCheckType";
  189. this.chkSemiCheckType.SelectedIndex = -1;
  190. this.chkSemiCheckType.SelectedValues = new object[0];
  191. this.chkSemiCheckType.Size = new System.Drawing.Size(192, 52);
  192. this.chkSemiCheckType.TabIndex = 35;
  193. this.chkSemiCheckType.Title = "半检状态";
  194. this.chkSemiCheckType.TitleAlign = System.Drawing.ContentAlignment.TopLeft;
  195. this.chkSemiCheckType.ValueMember = "ValidFlagID";
  196. //
  197. // chkReSemiCheckType
  198. //
  199. this.chkReSemiCheckType.BackColor = System.Drawing.SystemColors.Window;
  200. this.chkReSemiCheckType.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("chkReSemiCheckType.BackgroundImage")));
  201. this.chkReSemiCheckType.CheckedListBoxMinSize = new System.Drawing.Size(0, 0);
  202. this.chkReSemiCheckType.DataSource = null;
  203. this.chkReSemiCheckType.DisplayMember = "ValidFlagName";
  204. this.chkReSemiCheckType.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  205. this.chkReSemiCheckType.LablePositionValue = Dongke.IBOSS.PRD.Basics.BaseControls.CheckedBoxListEx.LablePosition.Left;
  206. this.chkReSemiCheckType.Location = new System.Drawing.Point(767, 84);
  207. this.chkReSemiCheckType.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  208. this.chkReSemiCheckType.Name = "chkReSemiCheckType";
  209. this.chkReSemiCheckType.SelectedIndex = -1;
  210. this.chkReSemiCheckType.SelectedValues = new object[0];
  211. this.chkReSemiCheckType.Size = new System.Drawing.Size(192, 52);
  212. this.chkReSemiCheckType.TabIndex = 36;
  213. this.chkReSemiCheckType.Title = "复检状态";
  214. this.chkReSemiCheckType.TitleAlign = System.Drawing.ContentAlignment.TopLeft;
  215. this.chkReSemiCheckType.ValueMember = "ValidFlagID";
  216. //
  217. // txtReSemiCheckUserCode
  218. //
  219. this.txtReSemiCheckUserCode.BackColor = System.Drawing.SystemColors.Window;
  220. this.txtReSemiCheckUserCode.BackgroundColor = System.Drawing.SystemColors.Window;
  221. this.txtReSemiCheckUserCode.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
  222. this.txtReSemiCheckUserCode.ErrorMessage = "";
  223. this.txtReSemiCheckUserCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  224. this.txtReSemiCheckUserCode.Location = new System.Drawing.Point(257, 104);
  225. this.txtReSemiCheckUserCode.MaxLength = 20;
  226. this.txtReSemiCheckUserCode.Name = "txtReSemiCheckUserCode";
  227. this.txtReSemiCheckUserCode.Size = new System.Drawing.Size(121, 21);
  228. this.txtReSemiCheckUserCode.TabIndex = 24;
  229. //
  230. // lblReSemiCheckUserCode
  231. //
  232. this.lblReSemiCheckUserCode.AutoSize = true;
  233. this.lblReSemiCheckUserCode.BackColor = System.Drawing.Color.Transparent;
  234. this.lblReSemiCheckUserCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  235. this.lblReSemiCheckUserCode.ForeColor = System.Drawing.SystemColors.ControlText;
  236. this.lblReSemiCheckUserCode.Location = new System.Drawing.Point(198, 108);
  237. this.lblReSemiCheckUserCode.Name = "lblReSemiCheckUserCode";
  238. this.lblReSemiCheckUserCode.Size = new System.Drawing.Size(53, 12);
  239. this.lblReSemiCheckUserCode.TabIndex = 23;
  240. this.lblReSemiCheckUserCode.Text = "复检工号";
  241. //
  242. // txtSemiCheckUserCode
  243. //
  244. this.txtSemiCheckUserCode.BackColor = System.Drawing.SystemColors.Window;
  245. this.txtSemiCheckUserCode.BackgroundColor = System.Drawing.SystemColors.Window;
  246. this.txtSemiCheckUserCode.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
  247. this.txtSemiCheckUserCode.ErrorMessage = "";
  248. this.txtSemiCheckUserCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  249. this.txtSemiCheckUserCode.Location = new System.Drawing.Point(257, 77);
  250. this.txtSemiCheckUserCode.MaxLength = 20;
  251. this.txtSemiCheckUserCode.Name = "txtSemiCheckUserCode";
  252. this.txtSemiCheckUserCode.Size = new System.Drawing.Size(121, 21);
  253. this.txtSemiCheckUserCode.TabIndex = 16;
  254. //
  255. // lblSemiCheckUserCode
  256. //
  257. this.lblSemiCheckUserCode.AutoSize = true;
  258. this.lblSemiCheckUserCode.BackColor = System.Drawing.Color.Transparent;
  259. this.lblSemiCheckUserCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  260. this.lblSemiCheckUserCode.ForeColor = System.Drawing.SystemColors.ControlText;
  261. this.lblSemiCheckUserCode.Location = new System.Drawing.Point(198, 81);
  262. this.lblSemiCheckUserCode.Name = "lblSemiCheckUserCode";
  263. this.lblSemiCheckUserCode.Size = new System.Drawing.Size(53, 12);
  264. this.lblSemiCheckUserCode.TabIndex = 15;
  265. this.lblSemiCheckUserCode.Text = "半检工号";
  266. //
  267. // txtCUserCode
  268. //
  269. this.txtCUserCode.BackColor = System.Drawing.SystemColors.Window;
  270. this.txtCUserCode.BackgroundColor = System.Drawing.SystemColors.Window;
  271. this.txtCUserCode.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
  272. this.txtCUserCode.ErrorMessage = "";
  273. this.txtCUserCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  274. this.txtCUserCode.Location = new System.Drawing.Point(257, 50);
  275. this.txtCUserCode.MaxLength = 20;
  276. this.txtCUserCode.Name = "txtCUserCode";
  277. this.txtCUserCode.Size = new System.Drawing.Size(121, 21);
  278. this.txtCUserCode.TabIndex = 9;
  279. //
  280. // lblCUserCode
  281. //
  282. this.lblCUserCode.AutoSize = true;
  283. this.lblCUserCode.BackColor = System.Drawing.Color.Transparent;
  284. this.lblCUserCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  285. this.lblCUserCode.ForeColor = System.Drawing.SystemColors.ControlText;
  286. this.lblCUserCode.Location = new System.Drawing.Point(198, 54);
  287. this.lblCUserCode.Name = "lblCUserCode";
  288. this.lblCUserCode.Size = new System.Drawing.Size(53, 12);
  289. this.lblCUserCode.TabIndex = 8;
  290. this.lblCUserCode.Text = "完成工号";
  291. //
  292. // dkRProcedureSearchBox
  293. //
  294. this.dkRProcedureSearchBox.BackColor = System.Drawing.Color.Transparent;
  295. this.dkRProcedureSearchBox.DataSource = null;
  296. this.dkRProcedureSearchBox.Enabled = true;
  297. this.dkRProcedureSearchBox.IsEnablePurview = false;
  298. this.dkRProcedureSearchBox.IsMustInput = false;
  299. this.dkRProcedureSearchBox.Location = new System.Drawing.Point(12, 77);
  300. this.dkRProcedureSearchBox.ModelType = null;
  301. this.dkRProcedureSearchBox.Name = "dkRProcedureSearchBox";
  302. this.dkRProcedureSearchBox.ProcedureCode = "";
  303. this.dkRProcedureSearchBox.ProcedureID = null;
  304. this.dkRProcedureSearchBox.ProcedureIDS = null;
  305. this.dkRProcedureSearchBox.ProcedureName = null;
  306. this.dkRProcedureSearchBox.Purview = null;
  307. this.dkRProcedureSearchBox.PurviewType = ((byte)(0));
  308. this.dkRProcedureSearchBox.SelectMore = true;
  309. this.dkRProcedureSearchBox.Size = new System.Drawing.Size(180, 21);
  310. this.dkRProcedureSearchBox.TabIndex = 14;
  311. this.dkRProcedureSearchBox.Title = "返工工序";
  312. this.dkRProcedureSearchBox.TxtGoodsTypeBackColor = System.Drawing.SystemColors.Control;
  313. //
  314. // dkCProcedureSearchBox
  315. //
  316. this.dkCProcedureSearchBox.BackColor = System.Drawing.Color.Transparent;
  317. this.dkCProcedureSearchBox.DataSource = null;
  318. this.dkCProcedureSearchBox.Enabled = true;
  319. this.dkCProcedureSearchBox.IsEnablePurview = false;
  320. this.dkCProcedureSearchBox.IsMustInput = false;
  321. this.dkCProcedureSearchBox.Location = new System.Drawing.Point(12, 50);
  322. this.dkCProcedureSearchBox.ModelType = null;
  323. this.dkCProcedureSearchBox.Name = "dkCProcedureSearchBox";
  324. this.dkCProcedureSearchBox.ProcedureCode = "";
  325. this.dkCProcedureSearchBox.ProcedureID = null;
  326. this.dkCProcedureSearchBox.ProcedureIDS = null;
  327. this.dkCProcedureSearchBox.ProcedureName = null;
  328. this.dkCProcedureSearchBox.Purview = null;
  329. this.dkCProcedureSearchBox.PurviewType = ((byte)(0));
  330. this.dkCProcedureSearchBox.SelectMore = true;
  331. this.dkCProcedureSearchBox.Size = new System.Drawing.Size(180, 21);
  332. this.dkCProcedureSearchBox.TabIndex = 7;
  333. this.dkCProcedureSearchBox.Title = "完成工序";
  334. this.dkCProcedureSearchBox.TxtGoodsTypeBackColor = System.Drawing.SystemColors.Control;
  335. //
  336. // txtReworkUserCode
  337. //
  338. this.txtReworkUserCode.BackColor = System.Drawing.SystemColors.Window;
  339. this.txtReworkUserCode.BackgroundColor = System.Drawing.SystemColors.Window;
  340. this.txtReworkUserCode.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
  341. this.txtReworkUserCode.ErrorMessage = "";
  342. this.txtReworkUserCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  343. this.txtReworkUserCode.Location = new System.Drawing.Point(71, 104);
  344. this.txtReworkUserCode.MaxLength = 50;
  345. this.txtReworkUserCode.Name = "txtReworkUserCode";
  346. this.txtReworkUserCode.Size = new System.Drawing.Size(121, 21);
  347. this.txtReworkUserCode.TabIndex = 22;
  348. //
  349. // lblReworkUserCode
  350. //
  351. this.lblReworkUserCode.AutoSize = true;
  352. this.lblReworkUserCode.BackColor = System.Drawing.Color.Transparent;
  353. this.lblReworkUserCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  354. this.lblReworkUserCode.ForeColor = System.Drawing.SystemColors.ControlText;
  355. this.lblReworkUserCode.Location = new System.Drawing.Point(12, 108);
  356. this.lblReworkUserCode.Name = "lblReworkUserCode";
  357. this.lblReworkUserCode.Size = new System.Drawing.Size(53, 12);
  358. this.lblReworkUserCode.TabIndex = 21;
  359. this.lblReworkUserCode.Text = "返工工号";
  360. //
  361. // txtGoodsCode
  362. //
  363. this.txtGoodsCode.BackColor = System.Drawing.SystemColors.Window;
  364. this.txtGoodsCode.BackgroundColor = System.Drawing.SystemColors.Window;
  365. this.txtGoodsCode.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
  366. this.txtGoodsCode.ErrorMessage = "";
  367. this.txtGoodsCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  368. this.txtGoodsCode.Location = new System.Drawing.Point(257, 24);
  369. this.txtGoodsCode.MaxLength = 50;
  370. this.txtGoodsCode.Name = "txtGoodsCode";
  371. this.txtGoodsCode.Size = new System.Drawing.Size(121, 21);
  372. this.txtGoodsCode.TabIndex = 2;
  373. //
  374. // btnClearCondition
  375. //
  376. this.btnClearCondition.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  377. this.btnClearCondition.BackColor = System.Drawing.Color.Gray;
  378. this.btnClearCondition.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnClearCondition.BackgroundImage")));
  379. this.btnClearCondition.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  380. this.btnClearCondition.ForeColor = System.Drawing.Color.White;
  381. this.btnClearCondition.Location = new System.Drawing.Point(1061, 120);
  382. this.btnClearCondition.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  383. this.btnClearCondition.Name = "btnClearCondition";
  384. this.btnClearCondition.Size = new System.Drawing.Size(85, 30);
  385. this.btnClearCondition.TabIndex = 38;
  386. this.btnClearCondition.Text = "清空条件(&C)";
  387. this.btnClearCondition.UseVisualStyleBackColor = false;
  388. this.btnClearCondition.Click += new System.EventHandler(this.btnClearCondition_Click);
  389. //
  390. // btnSearch
  391. //
  392. this.btnSearch.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  393. this.btnSearch.BackColor = System.Drawing.Color.Gray;
  394. this.btnSearch.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSearch.BackgroundImage")));
  395. this.btnSearch.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  396. this.btnSearch.ForeColor = System.Drawing.Color.White;
  397. this.btnSearch.Location = new System.Drawing.Point(970, 120);
  398. this.btnSearch.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  399. this.btnSearch.Name = "btnSearch";
  400. this.btnSearch.Size = new System.Drawing.Size(85, 30);
  401. this.btnSearch.TabIndex = 37;
  402. this.btnSearch.Text = "查询(&Q)";
  403. this.btnSearch.UseVisualStyleBackColor = false;
  404. this.btnSearch.Click += new System.EventHandler(this.btnSearch_Click);
  405. //
  406. // cbDeliveryDate
  407. //
  408. this.cbDeliveryDate.AutoSize = true;
  409. this.cbDeliveryDate.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  410. this.cbDeliveryDate.Location = new System.Drawing.Point(384, 131);
  411. this.cbDeliveryDate.Name = "cbDeliveryDate";
  412. this.cbDeliveryDate.Size = new System.Drawing.Size(72, 16);
  413. this.cbDeliveryDate.TabIndex = 31;
  414. this.cbDeliveryDate.Text = "交坯时间";
  415. this.cbDeliveryDate.UseVisualStyleBackColor = true;
  416. this.cbDeliveryDate.CheckedChanged += new System.EventHandler(this.cbDeliveryDate_CheckedChanged);
  417. //
  418. // cbReSemiCheck
  419. //
  420. this.cbReSemiCheck.AutoSize = true;
  421. this.cbReSemiCheck.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  422. this.cbReSemiCheck.Location = new System.Drawing.Point(384, 106);
  423. this.cbReSemiCheck.Name = "cbReSemiCheck";
  424. this.cbReSemiCheck.Size = new System.Drawing.Size(72, 16);
  425. this.cbReSemiCheck.TabIndex = 25;
  426. this.cbReSemiCheck.Text = "复检时间";
  427. this.cbReSemiCheck.UseVisualStyleBackColor = true;
  428. this.cbReSemiCheck.CheckedChanged += new System.EventHandler(this.cbReSemiCheck_CheckedChanged);
  429. //
  430. // cbSemiCheck
  431. //
  432. this.cbSemiCheck.AutoSize = true;
  433. this.cbSemiCheck.Checked = true;
  434. this.cbSemiCheck.CheckState = System.Windows.Forms.CheckState.Checked;
  435. this.cbSemiCheck.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  436. this.cbSemiCheck.Location = new System.Drawing.Point(384, 79);
  437. this.cbSemiCheck.Name = "cbSemiCheck";
  438. this.cbSemiCheck.Size = new System.Drawing.Size(72, 16);
  439. this.cbSemiCheck.TabIndex = 17;
  440. this.cbSemiCheck.Text = "半检时间";
  441. this.cbSemiCheck.UseVisualStyleBackColor = true;
  442. this.cbSemiCheck.CheckedChanged += new System.EventHandler(this.cbSemiCheck_CheckedChanged);
  443. //
  444. // cbGroutingDate
  445. //
  446. this.cbGroutingDate.AutoSize = true;
  447. this.cbGroutingDate.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  448. this.cbGroutingDate.Location = new System.Drawing.Point(384, 26);
  449. this.cbGroutingDate.Name = "cbGroutingDate";
  450. this.cbGroutingDate.Size = new System.Drawing.Size(72, 16);
  451. this.cbGroutingDate.TabIndex = 3;
  452. this.cbGroutingDate.Text = "注浆时间";
  453. this.cbGroutingDate.UseVisualStyleBackColor = true;
  454. this.cbGroutingDate.CheckedChanged += new System.EventHandler(this.cbGroutingDate_CheckedChanged);
  455. //
  456. // cbCDateTime
  457. //
  458. this.cbCDateTime.AutoSize = true;
  459. this.cbCDateTime.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  460. this.cbCDateTime.Location = new System.Drawing.Point(384, 52);
  461. this.cbCDateTime.Name = "cbCDateTime";
  462. this.cbCDateTime.Size = new System.Drawing.Size(72, 16);
  463. this.cbCDateTime.TabIndex = 10;
  464. this.cbCDateTime.Text = "完成时间";
  465. this.cbCDateTime.UseVisualStyleBackColor = true;
  466. this.cbCDateTime.CheckedChanged += new System.EventHandler(this.cbCDateTime_CheckedChanged);
  467. //
  468. // txtDeliveryDateTimeEnd
  469. //
  470. this.txtDeliveryDateTimeEnd.CustomFormat = "yyyy-MM-dd HH:mm";
  471. this.txtDeliveryDateTimeEnd.Enabled = false;
  472. this.txtDeliveryDateTimeEnd.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  473. this.txtDeliveryDateTimeEnd.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  474. this.txtDeliveryDateTimeEnd.Location = new System.Drawing.Point(626, 129);
  475. this.txtDeliveryDateTimeEnd.Name = "txtDeliveryDateTimeEnd";
  476. this.txtDeliveryDateTimeEnd.Size = new System.Drawing.Size(135, 21);
  477. this.txtDeliveryDateTimeEnd.TabIndex = 34;
  478. //
  479. // c_Label3
  480. //
  481. this.c_Label3.AutoSize = true;
  482. this.c_Label3.BackColor = System.Drawing.Color.Transparent;
  483. this.c_Label3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  484. this.c_Label3.ForeColor = System.Drawing.SystemColors.ControlText;
  485. this.c_Label3.Location = new System.Drawing.Point(603, 133);
  486. this.c_Label3.Name = "c_Label3";
  487. this.c_Label3.Size = new System.Drawing.Size(17, 12);
  488. this.c_Label3.TabIndex = 33;
  489. this.c_Label3.Text = "至";
  490. //
  491. // txtReSemiCheckDateTimeEnd
  492. //
  493. this.txtReSemiCheckDateTimeEnd.CustomFormat = "yyyy-MM-dd HH:mm";
  494. this.txtReSemiCheckDateTimeEnd.Enabled = false;
  495. this.txtReSemiCheckDateTimeEnd.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  496. this.txtReSemiCheckDateTimeEnd.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  497. this.txtReSemiCheckDateTimeEnd.Location = new System.Drawing.Point(626, 104);
  498. this.txtReSemiCheckDateTimeEnd.Name = "txtReSemiCheckDateTimeEnd";
  499. this.txtReSemiCheckDateTimeEnd.Size = new System.Drawing.Size(135, 21);
  500. this.txtReSemiCheckDateTimeEnd.TabIndex = 28;
  501. //
  502. // txtSemiCheckDateTimeEnd
  503. //
  504. this.txtSemiCheckDateTimeEnd.CustomFormat = "yyyy-MM-dd HH:mm";
  505. this.txtSemiCheckDateTimeEnd.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  506. this.txtSemiCheckDateTimeEnd.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  507. this.txtSemiCheckDateTimeEnd.Location = new System.Drawing.Point(626, 77);
  508. this.txtSemiCheckDateTimeEnd.Name = "txtSemiCheckDateTimeEnd";
  509. this.txtSemiCheckDateTimeEnd.Size = new System.Drawing.Size(135, 21);
  510. this.txtSemiCheckDateTimeEnd.TabIndex = 20;
  511. //
  512. // c_Label7
  513. //
  514. this.c_Label7.AutoSize = true;
  515. this.c_Label7.BackColor = System.Drawing.Color.Transparent;
  516. this.c_Label7.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  517. this.c_Label7.ForeColor = System.Drawing.SystemColors.ControlText;
  518. this.c_Label7.Location = new System.Drawing.Point(603, 108);
  519. this.c_Label7.Name = "c_Label7";
  520. this.c_Label7.Size = new System.Drawing.Size(17, 12);
  521. this.c_Label7.TabIndex = 27;
  522. this.c_Label7.Text = "至";
  523. //
  524. // txtGroutingDateTimeEnd
  525. //
  526. this.txtGroutingDateTimeEnd.CustomFormat = "yyyy-MM-dd HH:mm";
  527. this.txtGroutingDateTimeEnd.Enabled = false;
  528. this.txtGroutingDateTimeEnd.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  529. this.txtGroutingDateTimeEnd.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  530. this.txtGroutingDateTimeEnd.Location = new System.Drawing.Point(626, 24);
  531. this.txtGroutingDateTimeEnd.Name = "txtGroutingDateTimeEnd";
  532. this.txtGroutingDateTimeEnd.Size = new System.Drawing.Size(135, 21);
  533. this.txtGroutingDateTimeEnd.TabIndex = 6;
  534. //
  535. // c_Label4
  536. //
  537. this.c_Label4.AutoSize = true;
  538. this.c_Label4.BackColor = System.Drawing.Color.Transparent;
  539. this.c_Label4.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  540. this.c_Label4.ForeColor = System.Drawing.SystemColors.ControlText;
  541. this.c_Label4.Location = new System.Drawing.Point(603, 81);
  542. this.c_Label4.Name = "c_Label4";
  543. this.c_Label4.Size = new System.Drawing.Size(17, 12);
  544. this.c_Label4.TabIndex = 19;
  545. this.c_Label4.Text = "至";
  546. //
  547. // c_Label2
  548. //
  549. this.c_Label2.AutoSize = true;
  550. this.c_Label2.BackColor = System.Drawing.Color.Transparent;
  551. this.c_Label2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  552. this.c_Label2.ForeColor = System.Drawing.SystemColors.ControlText;
  553. this.c_Label2.Location = new System.Drawing.Point(603, 28);
  554. this.c_Label2.Name = "c_Label2";
  555. this.c_Label2.Size = new System.Drawing.Size(17, 12);
  556. this.c_Label2.TabIndex = 5;
  557. this.c_Label2.Text = "至";
  558. //
  559. // txtReSemiCheckDateTimeStart
  560. //
  561. this.txtReSemiCheckDateTimeStart.CustomFormat = "yyyy-MM-dd HH:mm";
  562. this.txtReSemiCheckDateTimeStart.Enabled = false;
  563. this.txtReSemiCheckDateTimeStart.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  564. this.txtReSemiCheckDateTimeStart.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  565. this.txtReSemiCheckDateTimeStart.Location = new System.Drawing.Point(462, 104);
  566. this.txtReSemiCheckDateTimeStart.Name = "txtReSemiCheckDateTimeStart";
  567. this.txtReSemiCheckDateTimeStart.Size = new System.Drawing.Size(135, 21);
  568. this.txtReSemiCheckDateTimeStart.TabIndex = 26;
  569. //
  570. // txtDeliveryDateTimeStart
  571. //
  572. this.txtDeliveryDateTimeStart.CustomFormat = "yyyy-MM-dd HH:mm";
  573. this.txtDeliveryDateTimeStart.Enabled = false;
  574. this.txtDeliveryDateTimeStart.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  575. this.txtDeliveryDateTimeStart.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  576. this.txtDeliveryDateTimeStart.Location = new System.Drawing.Point(462, 129);
  577. this.txtDeliveryDateTimeStart.Name = "txtDeliveryDateTimeStart";
  578. this.txtDeliveryDateTimeStart.Size = new System.Drawing.Size(135, 21);
  579. this.txtDeliveryDateTimeStart.TabIndex = 32;
  580. //
  581. // txtSemiCheckDateTimeStart
  582. //
  583. this.txtSemiCheckDateTimeStart.CustomFormat = "yyyy-MM-dd HH:mm";
  584. this.txtSemiCheckDateTimeStart.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  585. this.txtSemiCheckDateTimeStart.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  586. this.txtSemiCheckDateTimeStart.Location = new System.Drawing.Point(462, 77);
  587. this.txtSemiCheckDateTimeStart.Name = "txtSemiCheckDateTimeStart";
  588. this.txtSemiCheckDateTimeStart.Size = new System.Drawing.Size(135, 21);
  589. this.txtSemiCheckDateTimeStart.TabIndex = 18;
  590. //
  591. // txtCDateTimeEnd
  592. //
  593. this.txtCDateTimeEnd.CustomFormat = "yyyy-MM-dd HH:mm";
  594. this.txtCDateTimeEnd.Enabled = false;
  595. this.txtCDateTimeEnd.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  596. this.txtCDateTimeEnd.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  597. this.txtCDateTimeEnd.Location = new System.Drawing.Point(626, 50);
  598. this.txtCDateTimeEnd.Name = "txtCDateTimeEnd";
  599. this.txtCDateTimeEnd.Size = new System.Drawing.Size(135, 21);
  600. this.txtCDateTimeEnd.TabIndex = 13;
  601. //
  602. // txtGroutingDateTimeStart
  603. //
  604. this.txtGroutingDateTimeStart.CustomFormat = "yyyy-MM-dd HH:mm";
  605. this.txtGroutingDateTimeStart.Enabled = false;
  606. this.txtGroutingDateTimeStart.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  607. this.txtGroutingDateTimeStart.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  608. this.txtGroutingDateTimeStart.Location = new System.Drawing.Point(462, 24);
  609. this.txtGroutingDateTimeStart.Name = "txtGroutingDateTimeStart";
  610. this.txtGroutingDateTimeStart.Size = new System.Drawing.Size(135, 21);
  611. this.txtGroutingDateTimeStart.TabIndex = 4;
  612. //
  613. // lblTo
  614. //
  615. this.lblTo.AutoSize = true;
  616. this.lblTo.BackColor = System.Drawing.Color.Transparent;
  617. this.lblTo.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  618. this.lblTo.ForeColor = System.Drawing.SystemColors.ControlText;
  619. this.lblTo.Location = new System.Drawing.Point(603, 54);
  620. this.lblTo.Name = "lblTo";
  621. this.lblTo.Size = new System.Drawing.Size(17, 12);
  622. this.lblTo.TabIndex = 12;
  623. this.lblTo.Text = "至";
  624. //
  625. // txtCDateTimeStart
  626. //
  627. this.txtCDateTimeStart.CustomFormat = "yyyy-MM-dd HH:mm";
  628. this.txtCDateTimeStart.Enabled = false;
  629. this.txtCDateTimeStart.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  630. this.txtCDateTimeStart.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  631. this.txtCDateTimeStart.Location = new System.Drawing.Point(462, 50);
  632. this.txtCDateTimeStart.Name = "txtCDateTimeStart";
  633. this.txtCDateTimeStart.Size = new System.Drawing.Size(135, 21);
  634. this.txtCDateTimeStart.TabIndex = 11;
  635. //
  636. // txtGroutingUserCode
  637. //
  638. this.txtGroutingUserCode.BackColor = System.Drawing.SystemColors.Window;
  639. this.txtGroutingUserCode.BackgroundColor = System.Drawing.SystemColors.Window;
  640. this.txtGroutingUserCode.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
  641. this.txtGroutingUserCode.ErrorMessage = "";
  642. this.txtGroutingUserCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  643. this.txtGroutingUserCode.Location = new System.Drawing.Point(257, 129);
  644. this.txtGroutingUserCode.MaxLength = 20;
  645. this.txtGroutingUserCode.Name = "txtGroutingUserCode";
  646. this.txtGroutingUserCode.Size = new System.Drawing.Size(121, 21);
  647. this.txtGroutingUserCode.TabIndex = 30;
  648. //
  649. // lblGroutingUserCode
  650. //
  651. this.lblGroutingUserCode.AutoSize = true;
  652. this.lblGroutingUserCode.BackColor = System.Drawing.Color.Transparent;
  653. this.lblGroutingUserCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  654. this.lblGroutingUserCode.ForeColor = System.Drawing.SystemColors.ControlText;
  655. this.lblGroutingUserCode.Location = new System.Drawing.Point(198, 133);
  656. this.lblGroutingUserCode.Name = "lblGroutingUserCode";
  657. this.lblGroutingUserCode.Size = new System.Drawing.Size(53, 12);
  658. this.lblGroutingUserCode.TabIndex = 29;
  659. this.lblGroutingUserCode.Text = "成型工号";
  660. //
  661. // lblGoodsCode
  662. //
  663. this.lblGoodsCode.AutoSize = true;
  664. this.lblGoodsCode.BackColor = System.Drawing.Color.Transparent;
  665. this.lblGoodsCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  666. this.lblGoodsCode.ForeColor = System.Drawing.SystemColors.ControlText;
  667. this.lblGoodsCode.Location = new System.Drawing.Point(198, 28);
  668. this.lblGoodsCode.Name = "lblGoodsCode";
  669. this.lblGoodsCode.Size = new System.Drawing.Size(53, 12);
  670. this.lblGoodsCode.TabIndex = 1;
  671. this.lblGoodsCode.Text = "产品编码";
  672. //
  673. // tsrOperate
  674. //
  675. this.tsrOperate.AutoSize = false;
  676. this.tsrOperate.BackColor = System.Drawing.SystemColors.Control;
  677. this.tsrOperate.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  678. this.tsrOperate.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  679. this.tsbtnAdaptive,
  680. this.tsbtnClose});
  681. this.tsrOperate.Location = new System.Drawing.Point(0, 0);
  682. this.tsrOperate.Name = "tsrOperate";
  683. this.tsrOperate.RenderMode = System.Windows.Forms.ToolStripRenderMode.System;
  684. this.tsrOperate.ShowItemToolTips = false;
  685. this.tsrOperate.Size = new System.Drawing.Size(1164, 35);
  686. this.tsrOperate.TabIndex = 0;
  687. //
  688. // tsbtnAdaptive
  689. //
  690. this.tsbtnAdaptive.AutoSize = false;
  691. this.tsbtnAdaptive.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  692. this.tsbtnAdaptive.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  693. this.tsbtnAdaptive.ImageTransparentColor = System.Drawing.Color.Magenta;
  694. this.tsbtnAdaptive.Name = "tsbtnAdaptive";
  695. this.tsbtnAdaptive.Size = new System.Drawing.Size(90, 25);
  696. this.tsbtnAdaptive.Text = "自适应列宽(&A)";
  697. this.tsbtnAdaptive.Click += new System.EventHandler(this.tsbtnAdaptive_Click);
  698. //
  699. // tsbtnClose
  700. //
  701. this.tsbtnClose.AutoSize = false;
  702. this.tsbtnClose.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  703. this.tsbtnClose.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  704. this.tsbtnClose.ImageTransparentColor = System.Drawing.Color.Magenta;
  705. this.tsbtnClose.Name = "tsbtnClose";
  706. this.tsbtnClose.Size = new System.Drawing.Size(60, 25);
  707. this.tsbtnClose.Text = "关闭(&X)";
  708. this.tsbtnClose.Click += new System.EventHandler(this.tsbtnClose_Click);
  709. //
  710. // dgvSemiCheck
  711. //
  712. this.dgvSemiCheck.AllowUserToAddRows = false;
  713. this.dgvSemiCheck.AllowUserToDeleteRows = false;
  714. this.dgvSemiCheck.AllowUserToModifyRows = true;
  715. this.dgvSemiCheck.AllowUserToOrderColumns = true;
  716. dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
  717. this.dgvSemiCheck.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
  718. this.dgvSemiCheck.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  719. | System.Windows.Forms.AnchorStyles.Left)
  720. | System.Windows.Forms.AnchorStyles.Right)));
  721. this.dgvSemiCheck.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  722. this.dgvSemiCheck.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
  723. this.dgvSemiCheck.CellHeight = 23;
  724. this.dgvSemiCheck.ChildNodeColumnName = null;
  725. this.dgvSemiCheck.ChildNodeColumnText = null;
  726. this.dgvSemiCheck.ColumnDeep = 1;
  727. this.dgvSemiCheck.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  728. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  729. dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70)))));
  730. dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  731. dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White;
  732. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  733. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  734. dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  735. this.dgvSemiCheck.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
  736. this.dgvSemiCheck.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  737. this.dgvSemiCheck.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  738. this.reworkprocedurename,
  739. this.goodstypename2,
  740. this.reworkusercode,
  741. this.goodscode,
  742. this.goodstypename,
  743. this.reworkcount,
  744. this.badcount,
  745. this.renocount,
  746. this.regoodcount,
  747. this.rebadcount,
  748. this.renocountsum});
  749. this.dgvSemiCheck.ColumnTreeView = null;
  750. 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)));
  751. this.dgvSemiCheck.DynamicColumnName = "";
  752. this.dgvSemiCheck.EnableHeadersVisualStyles = false;
  753. this.dgvSemiCheck.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  754. this.dgvSemiCheck.FormatQuantityColumns = null;
  755. this.dgvSemiCheck.HorizontalMergeColumn = null;
  756. this.dgvSemiCheck.IsAutoCountSum = true;
  757. this.dgvSemiCheck.IsAutoResizeColumns = false;
  758. this.dgvSemiCheck.IsClickF12 = false;
  759. this.dgvSemiCheck.IsOpenMergeCellFlag = false;
  760. this.dgvSemiCheck.IsSubTotalFlag = false;
  761. this.dgvSemiCheck.IsTopDeep = false;
  762. this.dgvSemiCheck.Location = new System.Drawing.Point(0, 197);
  763. this.dgvSemiCheck.Margin = new System.Windows.Forms.Padding(0);
  764. this.dgvSemiCheck.MergeColumnNames = null;
  765. this.dgvSemiCheck.MergeDetailColumnNames = null;
  766. this.dgvSemiCheck.MergeDetailOnlyColumn = null;
  767. this.dgvSemiCheck.MergeOnlyColumn = null;
  768. this.dgvSemiCheck.MultiSelect = false;
  769. this.dgvSemiCheck.Name = "dgvSemiCheck";
  770. this.dgvSemiCheck.ReadOnly = true;
  771. this.dgvSemiCheck.RefreshAtHscroll = false;
  772. this.dgvSemiCheck.RowHeadersWidth = 50;
  773. this.dgvSemiCheck.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  774. dataGridViewCellStyle9.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  775. this.dgvSemiCheck.RowsDefaultCellStyle = dataGridViewCellStyle9;
  776. this.dgvSemiCheck.RowTemplate.Height = 21;
  777. this.dgvSemiCheck.Size = new System.Drawing.Size(1152, 380);
  778. this.dgvSemiCheck.SortOrderColumnName = null;
  779. this.dgvSemiCheck.TabIndex = 2;
  780. this.dgvSemiCheck.Tag = true;
  781. this.dgvSemiCheck.TotalSumColumns = null;
  782. this.dgvSemiCheck.ViewRowFilter = "";
  783. //
  784. // reworkprocedurename
  785. //
  786. this.reworkprocedurename.DataPropertyName = "reworkprocedurename";
  787. this.reworkprocedurename.HeaderText = "返工/责任工序";
  788. this.reworkprocedurename.Name = "reworkprocedurename";
  789. this.reworkprocedurename.ReadOnly = true;
  790. //
  791. // goodstypename2
  792. //
  793. this.goodstypename2.DataPropertyName = "goodstypename2";
  794. this.goodstypename2.HeaderText = "产品二级类别";
  795. this.goodstypename2.Name = "goodstypename2";
  796. this.goodstypename2.ReadOnly = true;
  797. //
  798. // reworkusercode
  799. //
  800. this.reworkusercode.DataPropertyName = "reworkusercode";
  801. this.reworkusercode.HeaderText = "返工/责任工号";
  802. this.reworkusercode.Name = "reworkusercode";
  803. this.reworkusercode.ReadOnly = true;
  804. //
  805. // goodscode
  806. //
  807. this.goodscode.DataPropertyName = "goodscode";
  808. this.goodscode.HeaderText = "产品编码";
  809. this.goodscode.Name = "goodscode";
  810. this.goodscode.ReadOnly = true;
  811. //
  812. // goodstypename
  813. //
  814. this.goodstypename.DataPropertyName = "goodstypename";
  815. this.goodstypename.HeaderText = "产品类别";
  816. this.goodstypename.Name = "goodstypename";
  817. this.goodstypename.ReadOnly = true;
  818. //
  819. // reworkcount
  820. //
  821. this.reworkcount.DataPropertyName = "reworkcount";
  822. dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
  823. this.reworkcount.DefaultCellStyle = dataGridViewCellStyle3;
  824. this.reworkcount.HeaderText = "返工数";
  825. this.reworkcount.Name = "reworkcount";
  826. this.reworkcount.ReadOnly = true;
  827. //
  828. // badcount
  829. //
  830. this.badcount.DataPropertyName = "badcount";
  831. dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
  832. this.badcount.DefaultCellStyle = dataGridViewCellStyle4;
  833. this.badcount.HeaderText = "不合格数";
  834. this.badcount.Name = "badcount";
  835. this.badcount.ReadOnly = true;
  836. //
  837. // renocount
  838. //
  839. this.renocount.DataPropertyName = "renocount";
  840. dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
  841. this.renocount.DefaultCellStyle = dataGridViewCellStyle5;
  842. this.renocount.HeaderText = "未复检数";
  843. this.renocount.Name = "renocount";
  844. this.renocount.ReadOnly = true;
  845. //
  846. // regoodcount
  847. //
  848. this.regoodcount.DataPropertyName = "regoodcount";
  849. dataGridViewCellStyle6.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
  850. this.regoodcount.DefaultCellStyle = dataGridViewCellStyle6;
  851. this.regoodcount.HeaderText = "复检合格数";
  852. this.regoodcount.Name = "regoodcount";
  853. this.regoodcount.ReadOnly = true;
  854. //
  855. // rebadcount
  856. //
  857. this.rebadcount.DataPropertyName = "rebadcount";
  858. dataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
  859. this.rebadcount.DefaultCellStyle = dataGridViewCellStyle7;
  860. this.rebadcount.HeaderText = "复检不合格数";
  861. this.rebadcount.Name = "rebadcount";
  862. this.rebadcount.ReadOnly = true;
  863. //
  864. // renocountsum
  865. //
  866. this.renocountsum.DataPropertyName = "renocountsum";
  867. dataGridViewCellStyle8.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
  868. this.renocountsum.DefaultCellStyle = dataGridViewCellStyle8;
  869. this.renocountsum.HeaderText = "总未复检数";
  870. this.renocountsum.Name = "renocountsum";
  871. this.renocountsum.ReadOnly = true;
  872. //
  873. // F_RPT_030110
  874. //
  875. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  876. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  877. this.ClientSize = new System.Drawing.Size(1164, 577);
  878. this.Controls.Add(this.dgvSemiCheck);
  879. this.Controls.Add(this.tsrOperate);
  880. this.Controls.Add(this.gbSelect);
  881. this.Name = "F_RPT_030110";
  882. this.Text = "半检信息汇总表";
  883. this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.F_RPT_030110_FormClosed);
  884. this.Load += new System.EventHandler(this.F_RPT_030110_Load);
  885. this.gbSelect.ResumeLayout(false);
  886. this.gbSelect.PerformLayout();
  887. this.tsrOperate.ResumeLayout(false);
  888. this.tsrOperate.PerformLayout();
  889. ((System.ComponentModel.ISupportInitialize)(this.dgvSemiCheck)).EndInit();
  890. this.ResumeLayout(false);
  891. }
  892. #endregion
  893. private Basics.BaseControls.C_GroupBox gbSelect;
  894. private Basics.BaseControls.C_Button btnClearCondition;
  895. private Basics.BaseControls.C_Button btnSearch;
  896. private Basics.BaseControls.C_DateTimePicker txtCDateTimeEnd;
  897. private Basics.BaseControls.C_Label lblTo;
  898. private Basics.BaseControls.C_DateTimePicker txtCDateTimeStart;
  899. private Basics.BaseControls.C_TextBox txtGoodsCode;
  900. private Basics.BaseControls.C_Label lblGoodsCode;
  901. private Basics.BaseControls.C_ToolStrip tsrOperate;
  902. private System.Windows.Forms.ToolStripButton tsbtnAdaptive;
  903. private System.Windows.Forms.ToolStripButton tsbtnClose;
  904. private Basics.BaseControls.C_CheckBox cbCDateTime;
  905. private Controls.SearchTextBox.dkProcedureSearchBox dkCProcedureSearchBox;
  906. private Basics.BaseControls.C_TextBox txtCUserCode;
  907. private Basics.BaseControls.C_Label lblCUserCode;
  908. private Basics.BaseControls.C_TextBox txtGroutingUserCode;
  909. private Basics.BaseControls.C_Label lblGroutingUserCode;
  910. private Basics.BaseControls.C_CheckBox cbGroutingDate;
  911. private Basics.BaseControls.C_DateTimePicker txtGroutingDateTimeEnd;
  912. private Basics.BaseControls.C_Label c_Label2;
  913. private Basics.BaseControls.C_DateTimePicker txtGroutingDateTimeStart;
  914. private Basics.BaseControls.C_CheckBox cbDeliveryDate;
  915. private Basics.BaseControls.C_DateTimePicker txtDeliveryDateTimeEnd;
  916. private Basics.BaseControls.C_Label c_Label3;
  917. private Basics.BaseControls.C_DateTimePicker txtDeliveryDateTimeStart;
  918. private Basics.BaseControls.C_CheckBox cbSemiCheck;
  919. private Basics.BaseControls.C_DateTimePicker txtSemiCheckDateTimeEnd;
  920. private Basics.BaseControls.C_DateTimePicker txtSemiCheckDateTimeStart;
  921. private Basics.BaseControls.C_Label c_Label4;
  922. private Basics.BaseControls.C_TextBox txtSemiCheckUserCode;
  923. private Basics.BaseControls.C_Label lblSemiCheckUserCode;
  924. private Controls.SearchTextBox.dkProcedureSearchBox dkRProcedureSearchBox;
  925. private Basics.BaseControls.C_TextBox txtReworkUserCode;
  926. private Basics.BaseControls.C_Label lblReworkUserCode;
  927. private Basics.BaseControls.C_CheckBox cbReSemiCheck;
  928. private Basics.BaseControls.C_DateTimePicker txtReSemiCheckDateTimeEnd;
  929. private Basics.BaseControls.C_Label c_Label7;
  930. private Basics.BaseControls.C_DateTimePicker txtReSemiCheckDateTimeStart;
  931. private Basics.BaseControls.C_TextBox txtReSemiCheckUserCode;
  932. private Basics.BaseControls.C_Label lblReSemiCheckUserCode;
  933. private Basics.BaseControls.C_DataGridView dgvSemiCheck;
  934. private Basics.BaseControls.C_ValidCheckedBoxList chkReSemiCheckType;
  935. private Basics.BaseControls.C_ValidCheckedBoxList chkSemiCheckType;
  936. private Basics.BaseControls.C_Label lblGoodsType;
  937. private Controls.SearchBox.ScbGoodsType scbGoodsType;
  938. private System.Windows.Forms.DataGridViewTextBoxColumn reworkprocedurename;
  939. private System.Windows.Forms.DataGridViewTextBoxColumn goodstypename2;
  940. private System.Windows.Forms.DataGridViewTextBoxColumn reworkusercode;
  941. private System.Windows.Forms.DataGridViewTextBoxColumn goodscode;
  942. private System.Windows.Forms.DataGridViewTextBoxColumn goodstypename;
  943. private System.Windows.Forms.DataGridViewTextBoxColumn reworkcount;
  944. private System.Windows.Forms.DataGridViewTextBoxColumn badcount;
  945. private System.Windows.Forms.DataGridViewTextBoxColumn renocount;
  946. private System.Windows.Forms.DataGridViewTextBoxColumn regoodcount;
  947. private System.Windows.Forms.DataGridViewTextBoxColumn rebadcount;
  948. private System.Windows.Forms.DataGridViewTextBoxColumn renocountsum;
  949. }
  950. }