F_RPT_080114.Designer.cs 39 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653
  1. namespace Dongke.IBOSS.PRD.Client.ReportModule
  2. {
  3. partial class F_RPT_080114
  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_080114));
  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 dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
  32. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
  33. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
  34. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle();
  35. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle8 = new System.Windows.Forms.DataGridViewCellStyle();
  36. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
  37. this.tsrOperate = new Dongke.IBOSS.PRD.Basics.BaseControls.C_ToolStrip();
  38. this.tsbtnEdit = new System.Windows.Forms.ToolStripButton();
  39. this.tsbtnAdaptive = new System.Windows.Forms.ToolStripButton();
  40. this.tsbtnClose = new System.Windows.Forms.ToolStripButton();
  41. this.gbxCondition = new Dongke.IBOSS.PRD.Basics.BaseControls.C_GroupBox();
  42. this.typeInspection = new System.Windows.Forms.GroupBox();
  43. this.radioButton3 = new System.Windows.Forms.RadioButton();
  44. this.radioButton4 = new System.Windows.Forms.RadioButton();
  45. this.Historical = new System.Windows.Forms.GroupBox();
  46. this.radioButton2 = new System.Windows.Forms.RadioButton();
  47. this.radioButton1 = new System.Windows.Forms.RadioButton();
  48. this.cbInpectName = new Dongke.IBOSS.PRD.Basics.BaseControls.C_ComboBox();
  49. this.lblInspectName = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  50. this.lblCreateTime = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  51. this.dtpCreateTimeEnd = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DateTimePicker();
  52. this.lblCreateTimeTo = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  53. this.dtpCreateTimeBegin = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DateTimePicker();
  54. this.btnClearCondition = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  55. this.btnSearch = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  56. this.txtBarCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  57. this.c_Label1 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  58. this.dgvQCdata = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
  59. this.INSPECTITEM = new System.Windows.Forms.DataGridViewTextBoxColumn();
  60. this.INSPECTBASIS = new System.Windows.Forms.DataGridViewTextBoxColumn();
  61. this.tabPage2 = new System.Windows.Forms.TabPage();
  62. this.tabPage1 = new System.Windows.Forms.TabPage();
  63. this.dgvBarcode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
  64. this.Barcode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  65. this.GoodsCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  66. this.inspectname = new System.Windows.Forms.DataGridViewTextBoxColumn();
  67. this.username = new System.Windows.Forms.DataGridViewTextBoxColumn();
  68. this.Createtime = new System.Windows.Forms.DataGridViewTextBoxColumn();
  69. this.tabControl1 = new System.Windows.Forms.TabControl();
  70. this.tsrOperate.SuspendLayout();
  71. this.gbxCondition.SuspendLayout();
  72. this.typeInspection.SuspendLayout();
  73. this.Historical.SuspendLayout();
  74. ((System.ComponentModel.ISupportInitialize)(this.dgvQCdata)).BeginInit();
  75. this.tabPage2.SuspendLayout();
  76. this.tabPage1.SuspendLayout();
  77. ((System.ComponentModel.ISupportInitialize)(this.dgvBarcode)).BeginInit();
  78. this.tabControl1.SuspendLayout();
  79. this.SuspendLayout();
  80. //
  81. // tsrOperate
  82. //
  83. this.tsrOperate.AutoSize = false;
  84. this.tsrOperate.BackColor = System.Drawing.Color.Transparent;
  85. this.tsrOperate.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  86. this.tsrOperate.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  87. this.tsbtnEdit,
  88. this.tsbtnAdaptive,
  89. this.tsbtnClose});
  90. this.tsrOperate.Location = new System.Drawing.Point(0, 0);
  91. this.tsrOperate.Name = "tsrOperate";
  92. this.tsrOperate.RenderMode = System.Windows.Forms.ToolStripRenderMode.System;
  93. this.tsrOperate.ShowItemToolTips = false;
  94. this.tsrOperate.Size = new System.Drawing.Size(1093, 35);
  95. this.tsrOperate.TabIndex = 0;
  96. this.tsrOperate.Text = "toolStrip1";
  97. //
  98. // tsbtnEdit
  99. //
  100. this.tsbtnEdit.AutoSize = false;
  101. this.tsbtnEdit.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  102. this.tsbtnEdit.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  103. this.tsbtnEdit.ImageTransparentColor = System.Drawing.Color.Magenta;
  104. this.tsbtnEdit.Name = "tsbtnEdit";
  105. this.tsbtnEdit.Size = new System.Drawing.Size(60, 25);
  106. this.tsbtnEdit.Text = "导出(&E)";
  107. this.tsbtnEdit.Click += new System.EventHandler(this.tsbtnEdit_Click);
  108. //
  109. // tsbtnAdaptive
  110. //
  111. this.tsbtnAdaptive.AutoSize = false;
  112. this.tsbtnAdaptive.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  113. this.tsbtnAdaptive.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  114. this.tsbtnAdaptive.ImageTransparentColor = System.Drawing.Color.Magenta;
  115. this.tsbtnAdaptive.Name = "tsbtnAdaptive";
  116. this.tsbtnAdaptive.Size = new System.Drawing.Size(90, 25);
  117. this.tsbtnAdaptive.Text = "自适应列宽(&A)";
  118. this.tsbtnAdaptive.Click += new System.EventHandler(this.tsbtnAdaptive_Click);
  119. //
  120. // tsbtnClose
  121. //
  122. this.tsbtnClose.AutoSize = false;
  123. this.tsbtnClose.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  124. this.tsbtnClose.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  125. this.tsbtnClose.ImageTransparentColor = System.Drawing.Color.Magenta;
  126. this.tsbtnClose.Name = "tsbtnClose";
  127. this.tsbtnClose.Size = new System.Drawing.Size(60, 25);
  128. this.tsbtnClose.Text = "关闭(&X)";
  129. this.tsbtnClose.Click += new System.EventHandler(this.tsbtnClose_Click);
  130. //
  131. // gbxCondition
  132. //
  133. this.gbxCondition.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  134. | System.Windows.Forms.AnchorStyles.Right)));
  135. this.gbxCondition.BackColor = System.Drawing.Color.Transparent;
  136. this.gbxCondition.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("gbxCondition.BackgroundImage")));
  137. this.gbxCondition.Controls.Add(this.typeInspection);
  138. this.gbxCondition.Controls.Add(this.Historical);
  139. this.gbxCondition.Controls.Add(this.cbInpectName);
  140. this.gbxCondition.Controls.Add(this.lblInspectName);
  141. this.gbxCondition.Controls.Add(this.lblCreateTime);
  142. this.gbxCondition.Controls.Add(this.dtpCreateTimeEnd);
  143. this.gbxCondition.Controls.Add(this.lblCreateTimeTo);
  144. this.gbxCondition.Controls.Add(this.dtpCreateTimeBegin);
  145. this.gbxCondition.Controls.Add(this.btnClearCondition);
  146. this.gbxCondition.Controls.Add(this.btnSearch);
  147. this.gbxCondition.Controls.Add(this.txtBarCode);
  148. this.gbxCondition.Controls.Add(this.c_Label1);
  149. this.gbxCondition.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  150. this.gbxCondition.ForeColor = System.Drawing.SystemColors.ControlText;
  151. this.gbxCondition.IsMustInput = false;
  152. this.gbxCondition.Location = new System.Drawing.Point(0, 38);
  153. this.gbxCondition.Name = "gbxCondition";
  154. this.gbxCondition.OriginalHeight = -1;
  155. this.gbxCondition.Size = new System.Drawing.Size(1081, 83);
  156. this.gbxCondition.TabIndex = 1;
  157. this.gbxCondition.TabStop = false;
  158. this.gbxCondition.Text = "查询条件 ▼";
  159. //
  160. // typeInspection
  161. //
  162. this.typeInspection.Controls.Add(this.radioButton3);
  163. this.typeInspection.Controls.Add(this.radioButton4);
  164. this.typeInspection.Location = new System.Drawing.Point(587, 45);
  165. this.typeInspection.Name = "typeInspection";
  166. this.typeInspection.Size = new System.Drawing.Size(137, 37);
  167. this.typeInspection.TabIndex = 47;
  168. this.typeInspection.TabStop = false;
  169. this.typeInspection.Text = "显示型式检验";
  170. //
  171. // radioButton3
  172. //
  173. this.radioButton3.AutoSize = true;
  174. this.radioButton3.Location = new System.Drawing.Point(17, 16);
  175. this.radioButton3.Name = "radioButton3";
  176. this.radioButton3.Size = new System.Drawing.Size(35, 16);
  177. this.radioButton3.TabIndex = 45;
  178. this.radioButton3.Tag = "";
  179. this.radioButton3.Text = "是";
  180. this.radioButton3.UseVisualStyleBackColor = true;
  181. this.radioButton3.CheckedChanged += new System.EventHandler(this.RadioButton_CheckedChanged);
  182. //
  183. // radioButton4
  184. //
  185. this.radioButton4.AutoSize = true;
  186. this.radioButton4.Checked = true;
  187. this.radioButton4.Location = new System.Drawing.Point(96, 16);
  188. this.radioButton4.Name = "radioButton4";
  189. this.radioButton4.Size = new System.Drawing.Size(35, 16);
  190. this.radioButton4.TabIndex = 44;
  191. this.radioButton4.TabStop = true;
  192. this.radioButton4.Text = "否";
  193. this.radioButton4.UseVisualStyleBackColor = true;
  194. this.radioButton4.CheckedChanged += new System.EventHandler(this.RadioButton_CheckedChanged);
  195. //
  196. // Historical
  197. //
  198. this.Historical.Controls.Add(this.radioButton2);
  199. this.Historical.Controls.Add(this.radioButton1);
  200. this.Historical.Location = new System.Drawing.Point(423, 45);
  201. this.Historical.Name = "Historical";
  202. this.Historical.Size = new System.Drawing.Size(137, 37);
  203. this.Historical.TabIndex = 46;
  204. this.Historical.TabStop = false;
  205. this.Historical.Text = "显示历史版本";
  206. //
  207. // radioButton2
  208. //
  209. this.radioButton2.AutoSize = true;
  210. this.radioButton2.Checked = true;
  211. this.radioButton2.Location = new System.Drawing.Point(96, 16);
  212. this.radioButton2.Name = "radioButton2";
  213. this.radioButton2.Size = new System.Drawing.Size(35, 16);
  214. this.radioButton2.TabIndex = 45;
  215. this.radioButton2.TabStop = true;
  216. this.radioButton2.Tag = "";
  217. this.radioButton2.Text = "否";
  218. this.radioButton2.UseVisualStyleBackColor = true;
  219. this.radioButton2.CheckedChanged += new System.EventHandler(this.RadioButton_CheckedChanged);
  220. //
  221. // radioButton1
  222. //
  223. this.radioButton1.AutoSize = true;
  224. this.radioButton1.Location = new System.Drawing.Point(16, 16);
  225. this.radioButton1.Name = "radioButton1";
  226. this.radioButton1.Size = new System.Drawing.Size(35, 16);
  227. this.radioButton1.TabIndex = 44;
  228. this.radioButton1.Text = "是";
  229. this.radioButton1.UseVisualStyleBackColor = true;
  230. this.radioButton1.CheckedChanged += new System.EventHandler(this.RadioButton_CheckedChanged);
  231. //
  232. // cbInpectName
  233. //
  234. this.cbInpectName.BackColor = System.Drawing.SystemColors.Window;
  235. this.cbInpectName.BackgroundColor = System.Drawing.SystemColors.Window;
  236. this.cbInpectName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  237. this.cbInpectName.FormattingEnabled = true;
  238. this.cbInpectName.Location = new System.Drawing.Point(139, 56);
  239. this.cbInpectName.Name = "cbInpectName";
  240. this.cbInpectName.Size = new System.Drawing.Size(265, 20);
  241. this.cbInpectName.TabIndex = 43;
  242. this.cbInpectName.TextUpdate += new System.EventHandler(this.cbInpectNameText_Updata);
  243. //
  244. // lblInspectName
  245. //
  246. this.lblInspectName.AutoSize = true;
  247. this.lblInspectName.BackColor = System.Drawing.Color.Transparent;
  248. this.lblInspectName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  249. this.lblInspectName.Location = new System.Drawing.Point(30, 56);
  250. this.lblInspectName.Name = "lblInspectName";
  251. this.lblInspectName.Size = new System.Drawing.Size(77, 12);
  252. this.lblInspectName.TabIndex = 42;
  253. this.lblInspectName.Text = "检验标准名称";
  254. //
  255. // lblCreateTime
  256. //
  257. this.lblCreateTime.AutoSize = true;
  258. this.lblCreateTime.BackColor = System.Drawing.Color.Transparent;
  259. this.lblCreateTime.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  260. this.lblCreateTime.Location = new System.Drawing.Point(314, 24);
  261. this.lblCreateTime.Name = "lblCreateTime";
  262. this.lblCreateTime.Size = new System.Drawing.Size(53, 12);
  263. this.lblCreateTime.TabIndex = 38;
  264. this.lblCreateTime.Text = "检验时间";
  265. //
  266. // dtpCreateTimeEnd
  267. //
  268. this.dtpCreateTimeEnd.CustomFormat = "yyyy-MM-dd HH:mm:ss";
  269. this.dtpCreateTimeEnd.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  270. this.dtpCreateTimeEnd.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  271. this.dtpCreateTimeEnd.Location = new System.Drawing.Point(604, 18);
  272. this.dtpCreateTimeEnd.Name = "dtpCreateTimeEnd";
  273. this.dtpCreateTimeEnd.Size = new System.Drawing.Size(151, 21);
  274. this.dtpCreateTimeEnd.TabIndex = 35;
  275. //
  276. // lblCreateTimeTo
  277. //
  278. this.lblCreateTimeTo.AutoSize = true;
  279. this.lblCreateTimeTo.BackColor = System.Drawing.Color.Transparent;
  280. this.lblCreateTimeTo.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  281. this.lblCreateTimeTo.Location = new System.Drawing.Point(565, 21);
  282. this.lblCreateTimeTo.Name = "lblCreateTimeTo";
  283. this.lblCreateTimeTo.Size = new System.Drawing.Size(17, 12);
  284. this.lblCreateTimeTo.TabIndex = 34;
  285. this.lblCreateTimeTo.Text = "至";
  286. //
  287. // dtpCreateTimeBegin
  288. //
  289. this.dtpCreateTimeBegin.CustomFormat = "yyyy-MM-dd HH:mm:ss";
  290. this.dtpCreateTimeBegin.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  291. this.dtpCreateTimeBegin.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  292. this.dtpCreateTimeBegin.Location = new System.Drawing.Point(388, 18);
  293. this.dtpCreateTimeBegin.Name = "dtpCreateTimeBegin";
  294. this.dtpCreateTimeBegin.Size = new System.Drawing.Size(152, 21);
  295. this.dtpCreateTimeBegin.TabIndex = 33;
  296. //
  297. // btnClearCondition
  298. //
  299. this.btnClearCondition.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  300. this.btnClearCondition.BackColor = System.Drawing.Color.Transparent;
  301. this.btnClearCondition.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnClearCondition.BackgroundImage")));
  302. this.btnClearCondition.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  303. this.btnClearCondition.ForeColor = System.Drawing.Color.White;
  304. this.btnClearCondition.Location = new System.Drawing.Point(990, 45);
  305. this.btnClearCondition.Name = "btnClearCondition";
  306. this.btnClearCondition.Size = new System.Drawing.Size(85, 30);
  307. this.btnClearCondition.TabIndex = 29;
  308. this.btnClearCondition.Text = "清空条件(&C)";
  309. this.btnClearCondition.UseVisualStyleBackColor = true;
  310. this.btnClearCondition.Click += new System.EventHandler(this.btnClearCondition_Click);
  311. //
  312. // btnSearch
  313. //
  314. this.btnSearch.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  315. this.btnSearch.BackColor = System.Drawing.Color.Transparent;
  316. this.btnSearch.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSearch.BackgroundImage")));
  317. this.btnSearch.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  318. this.btnSearch.ForeColor = System.Drawing.Color.White;
  319. this.btnSearch.Location = new System.Drawing.Point(899, 47);
  320. this.btnSearch.Name = "btnSearch";
  321. this.btnSearch.Size = new System.Drawing.Size(85, 30);
  322. this.btnSearch.TabIndex = 28;
  323. this.btnSearch.Text = "查询(&Q)";
  324. this.btnSearch.UseVisualStyleBackColor = true;
  325. this.btnSearch.Click += new System.EventHandler(this.btnSearch_Click);
  326. //
  327. // txtBarCode
  328. //
  329. this.txtBarCode.BackColor = System.Drawing.SystemColors.Window;
  330. this.txtBarCode.BackgroundColor = System.Drawing.SystemColors.Window;
  331. this.txtBarCode.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
  332. this.txtBarCode.ErrorMessage = "";
  333. this.txtBarCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  334. this.txtBarCode.ImeMode = System.Windows.Forms.ImeMode.Off;
  335. this.txtBarCode.Location = new System.Drawing.Point(133, 18);
  336. this.txtBarCode.MaxLength = 50;
  337. this.txtBarCode.Name = "txtBarCode";
  338. this.txtBarCode.Size = new System.Drawing.Size(134, 21);
  339. this.txtBarCode.TabIndex = 2;
  340. this.txtBarCode.TextValue = "";
  341. //
  342. // c_Label1
  343. //
  344. this.c_Label1.AutoSize = true;
  345. this.c_Label1.BackColor = System.Drawing.Color.Transparent;
  346. this.c_Label1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  347. this.c_Label1.Location = new System.Drawing.Point(41, 23);
  348. this.c_Label1.Name = "c_Label1";
  349. this.c_Label1.Size = new System.Drawing.Size(53, 12);
  350. this.c_Label1.TabIndex = 1;
  351. this.c_Label1.Text = "产品条码";
  352. //
  353. // dgvQCdata
  354. //
  355. this.dgvQCdata.AllowUserToAddRows = false;
  356. this.dgvQCdata.AllowUserToDeleteRows = false;
  357. this.dgvQCdata.AllowUserToModifyRows = true;
  358. this.dgvQCdata.AllowUserToOrderColumns = true;
  359. this.dgvQCdata.AllowUserToSortRows = false;
  360. dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
  361. this.dgvQCdata.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
  362. this.dgvQCdata.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  363. this.dgvQCdata.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
  364. this.dgvQCdata.CellHeight = 11;
  365. this.dgvQCdata.ChildNodeColumnName = null;
  366. this.dgvQCdata.ChildNodeColumnText = null;
  367. this.dgvQCdata.ColumnDeep = 1;
  368. this.dgvQCdata.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  369. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  370. dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70)))));
  371. dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  372. dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White;
  373. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  374. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  375. dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  376. this.dgvQCdata.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
  377. this.dgvQCdata.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  378. this.dgvQCdata.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  379. this.INSPECTITEM,
  380. this.INSPECTBASIS});
  381. this.dgvQCdata.ColumnTreeView = null;
  382. this.dgvQCdata.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)));
  383. this.dgvQCdata.Dock = System.Windows.Forms.DockStyle.Fill;
  384. this.dgvQCdata.DynamicColumnName = "";
  385. this.dgvQCdata.EnableHeadersVisualStyles = false;
  386. this.dgvQCdata.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  387. this.dgvQCdata.FormatQuantityColumns = null;
  388. this.dgvQCdata.HasNode = false;
  389. this.dgvQCdata.HorizontalMergeColumn = null;
  390. this.dgvQCdata.IsAutoCountSum = true;
  391. this.dgvQCdata.IsAutoResizeColumns = false;
  392. this.dgvQCdata.IsClickF12 = false;
  393. this.dgvQCdata.IsOpenMergeCellFlag = false;
  394. this.dgvQCdata.IsSubTotalFlag = false;
  395. this.dgvQCdata.IsTopDeep = false;
  396. this.dgvQCdata.Location = new System.Drawing.Point(0, 0);
  397. this.dgvQCdata.Margin = new System.Windows.Forms.Padding(0);
  398. this.dgvQCdata.MergeColumnNames = null;
  399. this.dgvQCdata.MergeDetailColumnNames = null;
  400. this.dgvQCdata.MergeDetailOnlyColumn = null;
  401. this.dgvQCdata.MergeOnlyColumn = null;
  402. this.dgvQCdata.MultiSelect = false;
  403. this.dgvQCdata.Name = "dgvQCdata";
  404. this.dgvQCdata.ReadOnly = true;
  405. this.dgvQCdata.RefreshAtHscroll = false;
  406. this.dgvQCdata.RowHeadersWidth = 50;
  407. this.dgvQCdata.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  408. dataGridViewCellStyle3.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  409. this.dgvQCdata.RowsDefaultCellStyle = dataGridViewCellStyle3;
  410. this.dgvQCdata.RowTemplate.Height = 21;
  411. this.dgvQCdata.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  412. this.dgvQCdata.Size = new System.Drawing.Size(1085, 388);
  413. this.dgvQCdata.SortOrderColumnName = null;
  414. this.dgvQCdata.TabIndex = 31;
  415. this.dgvQCdata.Tag = true;
  416. this.dgvQCdata.TotalSumColumns = null;
  417. this.dgvQCdata.ViewRowFilter = "";
  418. this.dgvQCdata.VirtualNodes = false;
  419. this.dgvQCdata.CellDoubleClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvBarcodeIdnrk_CellDoubleClick);
  420. //
  421. // INSPECTITEM
  422. //
  423. this.INSPECTITEM.DataPropertyName = "INSPECTITEM";
  424. this.INSPECTITEM.HeaderText = "检验项目";
  425. this.INSPECTITEM.Name = "INSPECTITEM";
  426. this.INSPECTITEM.ReadOnly = true;
  427. this.INSPECTITEM.Width = 387;
  428. //
  429. // INSPECTBASIS
  430. //
  431. this.INSPECTBASIS.DataPropertyName = "INSPECTBASIS";
  432. this.INSPECTBASIS.HeaderText = "检验依据";
  433. this.INSPECTBASIS.Name = "INSPECTBASIS";
  434. this.INSPECTBASIS.ReadOnly = true;
  435. this.INSPECTBASIS.Width = 387;
  436. //
  437. // tabPage2
  438. //
  439. this.tabPage2.Controls.Add(this.dgvQCdata);
  440. this.tabPage2.Location = new System.Drawing.Point(4, 22);
  441. this.tabPage2.Name = "tabPage2";
  442. this.tabPage2.Size = new System.Drawing.Size(1085, 388);
  443. this.tabPage2.TabIndex = 1;
  444. this.tabPage2.Text = "检验明细";
  445. this.tabPage2.UseVisualStyleBackColor = true;
  446. //
  447. // tabPage1
  448. //
  449. this.tabPage1.Controls.Add(this.dgvBarcode);
  450. this.tabPage1.Location = new System.Drawing.Point(4, 22);
  451. this.tabPage1.Name = "tabPage1";
  452. this.tabPage1.Size = new System.Drawing.Size(1085, 388);
  453. this.tabPage1.TabIndex = 0;
  454. this.tabPage1.Text = "条码汇总";
  455. this.tabPage1.UseVisualStyleBackColor = true;
  456. //
  457. // dgvBarcode
  458. //
  459. this.dgvBarcode.AllowUserToAddRows = false;
  460. this.dgvBarcode.AllowUserToDeleteRows = false;
  461. this.dgvBarcode.AllowUserToModifyRows = true;
  462. this.dgvBarcode.AllowUserToOrderColumns = true;
  463. dataGridViewCellStyle4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
  464. this.dgvBarcode.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle4;
  465. this.dgvBarcode.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  466. this.dgvBarcode.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
  467. this.dgvBarcode.CellHeight = 23;
  468. this.dgvBarcode.ChildNodeColumnName = null;
  469. this.dgvBarcode.ChildNodeColumnText = null;
  470. this.dgvBarcode.ColumnDeep = 1;
  471. this.dgvBarcode.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  472. dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  473. dataGridViewCellStyle5.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70)))));
  474. dataGridViewCellStyle5.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  475. dataGridViewCellStyle5.ForeColor = System.Drawing.Color.White;
  476. dataGridViewCellStyle5.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  477. dataGridViewCellStyle5.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  478. dataGridViewCellStyle5.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  479. this.dgvBarcode.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle5;
  480. this.dgvBarcode.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  481. this.dgvBarcode.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  482. this.Barcode,
  483. this.GoodsCode,
  484. this.inspectname,
  485. this.username,
  486. this.Createtime});
  487. this.dgvBarcode.ColumnTreeView = null;
  488. this.dgvBarcode.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)));
  489. dataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  490. dataGridViewCellStyle7.BackColor = System.Drawing.SystemColors.Window;
  491. dataGridViewCellStyle7.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  492. dataGridViewCellStyle7.ForeColor = System.Drawing.SystemColors.ControlText;
  493. dataGridViewCellStyle7.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  494. dataGridViewCellStyle7.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  495. dataGridViewCellStyle7.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  496. this.dgvBarcode.DefaultCellStyle = dataGridViewCellStyle7;
  497. this.dgvBarcode.Dock = System.Windows.Forms.DockStyle.Fill;
  498. this.dgvBarcode.DynamicColumnName = "";
  499. this.dgvBarcode.EnableHeadersVisualStyles = false;
  500. this.dgvBarcode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  501. this.dgvBarcode.FormatQuantityColumns = null;
  502. this.dgvBarcode.HasNode = false;
  503. this.dgvBarcode.HorizontalMergeColumn = null;
  504. this.dgvBarcode.IsAutoCountSum = true;
  505. this.dgvBarcode.IsAutoResizeColumns = false;
  506. this.dgvBarcode.IsClickF12 = false;
  507. this.dgvBarcode.IsOpenMergeCellFlag = false;
  508. this.dgvBarcode.IsSubTotalFlag = false;
  509. this.dgvBarcode.IsTopDeep = false;
  510. this.dgvBarcode.Location = new System.Drawing.Point(0, 0);
  511. this.dgvBarcode.MergeColumnNames = null;
  512. this.dgvBarcode.MergeDetailColumnNames = null;
  513. this.dgvBarcode.MergeDetailOnlyColumn = null;
  514. this.dgvBarcode.MergeOnlyColumn = null;
  515. this.dgvBarcode.MultiSelect = false;
  516. this.dgvBarcode.Name = "dgvBarcode";
  517. this.dgvBarcode.ReadOnly = true;
  518. this.dgvBarcode.RefreshAtHscroll = false;
  519. this.dgvBarcode.RowHeadersWidth = 50;
  520. this.dgvBarcode.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  521. dataGridViewCellStyle8.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  522. this.dgvBarcode.RowsDefaultCellStyle = dataGridViewCellStyle8;
  523. this.dgvBarcode.RowTemplate.Height = 21;
  524. this.dgvBarcode.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  525. this.dgvBarcode.ShowEditingIcon = false;
  526. this.dgvBarcode.Size = new System.Drawing.Size(1085, 388);
  527. this.dgvBarcode.SortOrderColumnName = null;
  528. this.dgvBarcode.TabIndex = 0;
  529. this.dgvBarcode.Tag = true;
  530. this.dgvBarcode.TotalSumColumns = null;
  531. this.dgvBarcode.ViewRowFilter = "";
  532. this.dgvBarcode.VirtualMode = true;
  533. this.dgvBarcode.VirtualNodes = false;
  534. //
  535. // Barcode
  536. //
  537. this.Barcode.DataPropertyName = "Barcode";
  538. this.Barcode.HeaderText = "产品条码";
  539. this.Barcode.Name = "Barcode";
  540. this.Barcode.ReadOnly = true;
  541. //
  542. // GoodsCode
  543. //
  544. this.GoodsCode.DataPropertyName = "GoodsCode";
  545. this.GoodsCode.HeaderText = "产品编码";
  546. this.GoodsCode.Name = "GoodsCode";
  547. this.GoodsCode.ReadOnly = true;
  548. //
  549. // inspectname
  550. //
  551. this.inspectname.DataPropertyName = "inspectname";
  552. this.inspectname.HeaderText = "检验标准名称";
  553. this.inspectname.Name = "inspectname";
  554. this.inspectname.ReadOnly = true;
  555. //
  556. // username
  557. //
  558. this.username.DataPropertyName = "username";
  559. this.username.HeaderText = "检验人";
  560. this.username.Name = "username";
  561. this.username.ReadOnly = true;
  562. //
  563. // Createtime
  564. //
  565. this.Createtime.DataPropertyName = "Createtime";
  566. dataGridViewCellStyle6.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
  567. this.Createtime.DefaultCellStyle = dataGridViewCellStyle6;
  568. this.Createtime.HeaderText = "检验时间";
  569. this.Createtime.Name = "Createtime";
  570. this.Createtime.ReadOnly = true;
  571. //
  572. // tabControl1
  573. //
  574. this.tabControl1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  575. | System.Windows.Forms.AnchorStyles.Left)
  576. | System.Windows.Forms.AnchorStyles.Right)));
  577. this.tabControl1.Controls.Add(this.tabPage1);
  578. this.tabControl1.Controls.Add(this.tabPage2);
  579. this.tabControl1.Location = new System.Drawing.Point(0, 121);
  580. this.tabControl1.Name = "tabControl1";
  581. this.tabControl1.SelectedIndex = 0;
  582. this.tabControl1.Size = new System.Drawing.Size(1093, 414);
  583. this.tabControl1.TabIndex = 32;
  584. //
  585. // F_RPT_080114
  586. //
  587. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  588. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  589. this.ClientSize = new System.Drawing.Size(1093, 539);
  590. this.Controls.Add(this.tabControl1);
  591. this.Controls.Add(this.gbxCondition);
  592. this.Controls.Add(this.tsrOperate);
  593. this.Name = "F_RPT_080114";
  594. this.Text = "QC检验数据明细表";
  595. this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.F_RPT_080114_FormClosed);
  596. this.Load += new System.EventHandler(this.F_RPT_080114_Load);
  597. this.tsrOperate.ResumeLayout(false);
  598. this.tsrOperate.PerformLayout();
  599. this.gbxCondition.ResumeLayout(false);
  600. this.gbxCondition.PerformLayout();
  601. this.typeInspection.ResumeLayout(false);
  602. this.typeInspection.PerformLayout();
  603. this.Historical.ResumeLayout(false);
  604. this.Historical.PerformLayout();
  605. ((System.ComponentModel.ISupportInitialize)(this.dgvQCdata)).EndInit();
  606. this.tabPage2.ResumeLayout(false);
  607. this.tabPage1.ResumeLayout(false);
  608. ((System.ComponentModel.ISupportInitialize)(this.dgvBarcode)).EndInit();
  609. this.tabControl1.ResumeLayout(false);
  610. this.ResumeLayout(false);
  611. }
  612. #endregion
  613. private Basics.BaseControls.C_ToolStrip tsrOperate;
  614. private System.Windows.Forms.ToolStripButton tsbtnAdaptive;
  615. private System.Windows.Forms.ToolStripButton tsbtnClose;
  616. private Basics.BaseControls.C_GroupBox gbxCondition;
  617. private Basics.BaseControls.C_Button btnClearCondition;
  618. private Basics.BaseControls.C_Button btnSearch;
  619. private Basics.BaseControls.C_Label c_Label1;
  620. private Basics.BaseControls.C_TextBox txtBarCode;
  621. private Basics.BaseControls.C_DataGridView dgvQCdata;
  622. private System.Windows.Forms.ToolStripButton tsbtnEdit;
  623. private System.Windows.Forms.DataGridViewTextBoxColumn INSPECTITEM;
  624. private System.Windows.Forms.DataGridViewTextBoxColumn INSPECTBASIS;
  625. private Basics.BaseControls.C_ComboBox cbInpectName;
  626. private Basics.BaseControls.C_Label lblInspectName;
  627. private Basics.BaseControls.C_Label lblCreateTime;
  628. private Basics.BaseControls.C_DateTimePicker dtpCreateTimeEnd;
  629. private Basics.BaseControls.C_Label lblCreateTimeTo;
  630. private Basics.BaseControls.C_DateTimePicker dtpCreateTimeBegin;
  631. private System.Windows.Forms.TabPage tabPage2;
  632. private System.Windows.Forms.TabPage tabPage1;
  633. private Basics.BaseControls.C_DataGridView dgvBarcode;
  634. private System.Windows.Forms.TabControl tabControl1;
  635. private System.Windows.Forms.DataGridViewTextBoxColumn Barcode;
  636. private System.Windows.Forms.DataGridViewTextBoxColumn GoodsCode;
  637. private System.Windows.Forms.DataGridViewTextBoxColumn inspectname;
  638. private System.Windows.Forms.DataGridViewTextBoxColumn username;
  639. private System.Windows.Forms.DataGridViewTextBoxColumn Createtime;
  640. private System.Windows.Forms.RadioButton radioButton1;
  641. private System.Windows.Forms.GroupBox Historical;
  642. private System.Windows.Forms.RadioButton radioButton2;
  643. private System.Windows.Forms.GroupBox typeInspection;
  644. private System.Windows.Forms.RadioButton radioButton3;
  645. private System.Windows.Forms.RadioButton radioButton4;
  646. }
  647. }