F_RPT_080114.Designer.cs 34 KB

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