F_RPT_080113.Designer.cs 25 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491
  1. namespace Dongke.IBOSS.PRD.Client.ReportModule
  2. {
  3. partial class F_RPT_080113
  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_080113));
  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. this.tsrOperate = new Dongke.IBOSS.PRD.Basics.BaseControls.C_ToolStrip();
  33. this.tsbtnAdaptive = new System.Windows.Forms.ToolStripButton();
  34. this.tsbtnClose = new System.Windows.Forms.ToolStripButton();
  35. this.gbxCondition = new Dongke.IBOSS.PRD.Basics.BaseControls.C_GroupBox();
  36. this.txtIdnrkName = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  37. this.lblIdnrkName = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  38. this.dtpCreateTimeEnd = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DateTimePicker();
  39. this.lblCreateTimeTo = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  40. this.dtpCreateTimeBegin = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DateTimePicker();
  41. this.lblCreateTime = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  42. this.btnClearCondition = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  43. this.btnSearch = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  44. this.txtBarCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  45. this.txtMatnr = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  46. this.c_Label1 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  47. this.lblIdnrk = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  48. this.dgvBarcodeIdnrk = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
  49. this.BARCODE = new System.Windows.Forms.DataGridViewTextBoxColumn();
  50. this.IDNRK = new System.Windows.Forms.DataGridViewTextBoxColumn();
  51. this.MEINS = new System.Windows.Forms.DataGridViewTextBoxColumn();
  52. this.IDNRKNAME = new System.Windows.Forms.DataGridViewTextBoxColumn();
  53. this.checkvalue = new System.Windows.Forms.DataGridViewTextBoxColumn();
  54. this.CREATEUSERNAME = new System.Windows.Forms.DataGridViewTextBoxColumn();
  55. this.CREATETIME = new System.Windows.Forms.DataGridViewTextBoxColumn();
  56. this.RELATIONID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  57. this.lblcheckValue = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  58. this.cbCheckValue = new Dongke.IBOSS.PRD.Basics.BaseControls.C_ComboBox();
  59. this.tsrOperate.SuspendLayout();
  60. this.gbxCondition.SuspendLayout();
  61. ((System.ComponentModel.ISupportInitialize)(this.dgvBarcodeIdnrk)).BeginInit();
  62. this.SuspendLayout();
  63. //
  64. // tsrOperate
  65. //
  66. this.tsrOperate.AutoSize = false;
  67. this.tsrOperate.BackColor = System.Drawing.Color.Transparent;
  68. this.tsrOperate.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  69. this.tsrOperate.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  70. this.tsbtnAdaptive,
  71. this.tsbtnClose});
  72. this.tsrOperate.Location = new System.Drawing.Point(0, 0);
  73. this.tsrOperate.Name = "tsrOperate";
  74. this.tsrOperate.RenderMode = System.Windows.Forms.ToolStripRenderMode.System;
  75. this.tsrOperate.ShowItemToolTips = false;
  76. this.tsrOperate.Size = new System.Drawing.Size(1195, 35);
  77. this.tsrOperate.TabIndex = 0;
  78. this.tsrOperate.Text = "toolStrip1";
  79. //
  80. // tsbtnAdaptive
  81. //
  82. this.tsbtnAdaptive.AutoSize = false;
  83. this.tsbtnAdaptive.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  84. this.tsbtnAdaptive.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  85. this.tsbtnAdaptive.ImageTransparentColor = System.Drawing.Color.Magenta;
  86. this.tsbtnAdaptive.Name = "tsbtnAdaptive";
  87. this.tsbtnAdaptive.Size = new System.Drawing.Size(90, 25);
  88. this.tsbtnAdaptive.Text = "自适应列宽(&A)";
  89. this.tsbtnAdaptive.Click += new System.EventHandler(this.tsbtnAdaptive_Click);
  90. //
  91. // tsbtnClose
  92. //
  93. this.tsbtnClose.AutoSize = false;
  94. this.tsbtnClose.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  95. this.tsbtnClose.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  96. this.tsbtnClose.ImageTransparentColor = System.Drawing.Color.Magenta;
  97. this.tsbtnClose.Name = "tsbtnClose";
  98. this.tsbtnClose.Size = new System.Drawing.Size(60, 25);
  99. this.tsbtnClose.Text = "关闭(&X)";
  100. this.tsbtnClose.Click += new System.EventHandler(this.tsbtnClose_Click);
  101. //
  102. // gbxCondition
  103. //
  104. this.gbxCondition.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  105. | System.Windows.Forms.AnchorStyles.Right)));
  106. this.gbxCondition.BackColor = System.Drawing.Color.Transparent;
  107. this.gbxCondition.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("gbxCondition.BackgroundImage")));
  108. this.gbxCondition.Controls.Add(this.cbCheckValue);
  109. this.gbxCondition.Controls.Add(this.lblcheckValue);
  110. this.gbxCondition.Controls.Add(this.txtIdnrkName);
  111. this.gbxCondition.Controls.Add(this.lblIdnrkName);
  112. this.gbxCondition.Controls.Add(this.dtpCreateTimeEnd);
  113. this.gbxCondition.Controls.Add(this.lblCreateTimeTo);
  114. this.gbxCondition.Controls.Add(this.dtpCreateTimeBegin);
  115. this.gbxCondition.Controls.Add(this.lblCreateTime);
  116. this.gbxCondition.Controls.Add(this.btnClearCondition);
  117. this.gbxCondition.Controls.Add(this.btnSearch);
  118. this.gbxCondition.Controls.Add(this.txtBarCode);
  119. this.gbxCondition.Controls.Add(this.txtMatnr);
  120. this.gbxCondition.Controls.Add(this.c_Label1);
  121. this.gbxCondition.Controls.Add(this.lblIdnrk);
  122. this.gbxCondition.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  123. this.gbxCondition.ForeColor = System.Drawing.SystemColors.ControlText;
  124. this.gbxCondition.IsMustInput = false;
  125. this.gbxCondition.Location = new System.Drawing.Point(0, 38);
  126. this.gbxCondition.Name = "gbxCondition";
  127. this.gbxCondition.OriginalHeight = -1;
  128. this.gbxCondition.Size = new System.Drawing.Size(1183, 73);
  129. this.gbxCondition.TabIndex = 1;
  130. this.gbxCondition.TabStop = false;
  131. this.gbxCondition.Text = "查询条件 ▼";
  132. //
  133. // txtIdnrkName
  134. //
  135. this.txtIdnrkName.BackColor = System.Drawing.SystemColors.Window;
  136. this.txtIdnrkName.BackgroundColor = System.Drawing.SystemColors.Window;
  137. this.txtIdnrkName.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
  138. this.txtIdnrkName.ErrorMessage = "";
  139. this.txtIdnrkName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  140. this.txtIdnrkName.ImeMode = System.Windows.Forms.ImeMode.Off;
  141. this.txtIdnrkName.Location = new System.Drawing.Point(466, 17);
  142. this.txtIdnrkName.MaxLength = 20;
  143. this.txtIdnrkName.Name = "txtIdnrkName";
  144. this.txtIdnrkName.Size = new System.Drawing.Size(125, 21);
  145. this.txtIdnrkName.TabIndex = 37;
  146. this.txtIdnrkName.TextValue = "";
  147. //
  148. // lblIdnrkName
  149. //
  150. this.lblIdnrkName.AutoSize = true;
  151. this.lblIdnrkName.BackColor = System.Drawing.Color.Transparent;
  152. this.lblIdnrkName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  153. this.lblIdnrkName.Location = new System.Drawing.Point(407, 21);
  154. this.lblIdnrkName.Name = "lblIdnrkName";
  155. this.lblIdnrkName.Size = new System.Drawing.Size(53, 12);
  156. this.lblIdnrkName.TabIndex = 36;
  157. this.lblIdnrkName.Text = "组件名称";
  158. //
  159. // dtpCreateTimeEnd
  160. //
  161. this.dtpCreateTimeEnd.CustomFormat = "yyyy-MM-dd HH:mm:ss";
  162. this.dtpCreateTimeEnd.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  163. this.dtpCreateTimeEnd.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  164. this.dtpCreateTimeEnd.Location = new System.Drawing.Point(1022, 17);
  165. this.dtpCreateTimeEnd.Name = "dtpCreateTimeEnd";
  166. this.dtpCreateTimeEnd.Size = new System.Drawing.Size(151, 21);
  167. this.dtpCreateTimeEnd.TabIndex = 35;
  168. //
  169. // lblCreateTimeTo
  170. //
  171. this.lblCreateTimeTo.AutoSize = true;
  172. this.lblCreateTimeTo.BackColor = System.Drawing.Color.Transparent;
  173. this.lblCreateTimeTo.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  174. this.lblCreateTimeTo.Location = new System.Drawing.Point(999, 22);
  175. this.lblCreateTimeTo.Name = "lblCreateTimeTo";
  176. this.lblCreateTimeTo.Size = new System.Drawing.Size(17, 12);
  177. this.lblCreateTimeTo.TabIndex = 34;
  178. this.lblCreateTimeTo.Text = "至";
  179. //
  180. // dtpCreateTimeBegin
  181. //
  182. this.dtpCreateTimeBegin.CustomFormat = "yyyy-MM-dd HH:mm:ss";
  183. this.dtpCreateTimeBegin.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  184. this.dtpCreateTimeBegin.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  185. this.dtpCreateTimeBegin.Location = new System.Drawing.Point(840, 17);
  186. this.dtpCreateTimeBegin.Name = "dtpCreateTimeBegin";
  187. this.dtpCreateTimeBegin.Size = new System.Drawing.Size(152, 21);
  188. this.dtpCreateTimeBegin.TabIndex = 33;
  189. //
  190. // lblCreateTime
  191. //
  192. this.lblCreateTime.AutoSize = true;
  193. this.lblCreateTime.BackColor = System.Drawing.Color.Transparent;
  194. this.lblCreateTime.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  195. this.lblCreateTime.Location = new System.Drawing.Point(781, 21);
  196. this.lblCreateTime.Name = "lblCreateTime";
  197. this.lblCreateTime.Size = new System.Drawing.Size(53, 12);
  198. this.lblCreateTime.TabIndex = 32;
  199. this.lblCreateTime.Text = "检验时间";
  200. //
  201. // btnClearCondition
  202. //
  203. this.btnClearCondition.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  204. this.btnClearCondition.BackColor = System.Drawing.Color.Transparent;
  205. this.btnClearCondition.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnClearCondition.BackgroundImage")));
  206. this.btnClearCondition.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  207. this.btnClearCondition.ForeColor = System.Drawing.Color.White;
  208. this.btnClearCondition.Location = new System.Drawing.Point(1092, 42);
  209. this.btnClearCondition.Name = "btnClearCondition";
  210. this.btnClearCondition.Size = new System.Drawing.Size(85, 30);
  211. this.btnClearCondition.TabIndex = 29;
  212. this.btnClearCondition.Text = "清空条件(&C)";
  213. this.btnClearCondition.UseVisualStyleBackColor = true;
  214. this.btnClearCondition.Click += new System.EventHandler(this.btnClearCondition_Click);
  215. //
  216. // btnSearch
  217. //
  218. this.btnSearch.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  219. this.btnSearch.BackColor = System.Drawing.Color.Transparent;
  220. this.btnSearch.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSearch.BackgroundImage")));
  221. this.btnSearch.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  222. this.btnSearch.ForeColor = System.Drawing.Color.White;
  223. this.btnSearch.Location = new System.Drawing.Point(1001, 42);
  224. this.btnSearch.Name = "btnSearch";
  225. this.btnSearch.Size = new System.Drawing.Size(85, 30);
  226. this.btnSearch.TabIndex = 28;
  227. this.btnSearch.Text = "查询(&Q)";
  228. this.btnSearch.UseVisualStyleBackColor = true;
  229. this.btnSearch.Click += new System.EventHandler(this.btnSearch_Click);
  230. //
  231. // txtBarCode
  232. //
  233. this.txtBarCode.BackColor = System.Drawing.SystemColors.Window;
  234. this.txtBarCode.BackgroundColor = System.Drawing.SystemColors.Window;
  235. this.txtBarCode.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
  236. this.txtBarCode.ErrorMessage = "";
  237. this.txtBarCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  238. this.txtBarCode.ImeMode = System.Windows.Forms.ImeMode.Off;
  239. this.txtBarCode.Location = new System.Drawing.Point(68, 17);
  240. this.txtBarCode.MaxLength = 50;
  241. this.txtBarCode.Name = "txtBarCode";
  242. this.txtBarCode.Size = new System.Drawing.Size(152, 21);
  243. this.txtBarCode.TabIndex = 2;
  244. this.txtBarCode.TextValue = "";
  245. //
  246. // txtMatnr
  247. //
  248. this.txtMatnr.BackColor = System.Drawing.SystemColors.Window;
  249. this.txtMatnr.BackgroundColor = System.Drawing.SystemColors.Window;
  250. this.txtMatnr.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
  251. this.txtMatnr.ErrorMessage = "";
  252. this.txtMatnr.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  253. this.txtMatnr.ImeMode = System.Windows.Forms.ImeMode.Off;
  254. this.txtMatnr.Location = new System.Drawing.Point(286, 17);
  255. this.txtMatnr.MaxLength = 20;
  256. this.txtMatnr.Name = "txtMatnr";
  257. this.txtMatnr.Size = new System.Drawing.Size(115, 21);
  258. this.txtMatnr.TabIndex = 5;
  259. this.txtMatnr.TextValue = "";
  260. //
  261. // c_Label1
  262. //
  263. this.c_Label1.AutoSize = true;
  264. this.c_Label1.BackColor = System.Drawing.Color.Transparent;
  265. this.c_Label1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  266. this.c_Label1.Location = new System.Drawing.Point(9, 21);
  267. this.c_Label1.Name = "c_Label1";
  268. this.c_Label1.Size = new System.Drawing.Size(53, 12);
  269. this.c_Label1.TabIndex = 1;
  270. this.c_Label1.Text = "产品条码";
  271. //
  272. // lblIdnrk
  273. //
  274. this.lblIdnrk.AutoSize = true;
  275. this.lblIdnrk.BackColor = System.Drawing.Color.Transparent;
  276. this.lblIdnrk.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  277. this.lblIdnrk.Location = new System.Drawing.Point(226, 21);
  278. this.lblIdnrk.Name = "lblIdnrk";
  279. this.lblIdnrk.Size = new System.Drawing.Size(53, 12);
  280. this.lblIdnrk.TabIndex = 11;
  281. this.lblIdnrk.Text = "组件编码";
  282. //
  283. // dgvBarcodeIdnrk
  284. //
  285. this.dgvBarcodeIdnrk.AllowUserToAddRows = false;
  286. this.dgvBarcodeIdnrk.AllowUserToDeleteRows = false;
  287. this.dgvBarcodeIdnrk.AllowUserToModifyRows = true;
  288. this.dgvBarcodeIdnrk.AllowUserToOrderColumns = true;
  289. this.dgvBarcodeIdnrk.AllowUserToSortRows = false;
  290. dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
  291. this.dgvBarcodeIdnrk.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
  292. this.dgvBarcodeIdnrk.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  293. | System.Windows.Forms.AnchorStyles.Left)
  294. | System.Windows.Forms.AnchorStyles.Right)));
  295. this.dgvBarcodeIdnrk.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  296. this.dgvBarcodeIdnrk.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
  297. this.dgvBarcodeIdnrk.CellHeight = 23;
  298. this.dgvBarcodeIdnrk.ChildNodeColumnName = null;
  299. this.dgvBarcodeIdnrk.ChildNodeColumnText = null;
  300. this.dgvBarcodeIdnrk.ColumnDeep = 1;
  301. this.dgvBarcodeIdnrk.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  302. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  303. dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70)))));
  304. dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  305. dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White;
  306. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  307. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  308. dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  309. this.dgvBarcodeIdnrk.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
  310. this.dgvBarcodeIdnrk.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  311. this.dgvBarcodeIdnrk.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  312. this.BARCODE,
  313. this.IDNRK,
  314. this.MEINS,
  315. this.IDNRKNAME,
  316. this.checkvalue,
  317. this.CREATEUSERNAME,
  318. this.CREATETIME,
  319. this.RELATIONID});
  320. this.dgvBarcodeIdnrk.ColumnTreeView = null;
  321. this.dgvBarcodeIdnrk.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)));
  322. this.dgvBarcodeIdnrk.DynamicColumnName = "";
  323. this.dgvBarcodeIdnrk.EnableHeadersVisualStyles = false;
  324. this.dgvBarcodeIdnrk.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  325. this.dgvBarcodeIdnrk.FormatQuantityColumns = null;
  326. this.dgvBarcodeIdnrk.HasNode = false;
  327. this.dgvBarcodeIdnrk.HorizontalMergeColumn = null;
  328. this.dgvBarcodeIdnrk.IsAutoCountSum = true;
  329. this.dgvBarcodeIdnrk.IsAutoResizeColumns = false;
  330. this.dgvBarcodeIdnrk.IsClickF12 = false;
  331. this.dgvBarcodeIdnrk.IsOpenMergeCellFlag = false;
  332. this.dgvBarcodeIdnrk.IsSubTotalFlag = false;
  333. this.dgvBarcodeIdnrk.IsTopDeep = false;
  334. this.dgvBarcodeIdnrk.Location = new System.Drawing.Point(0, 113);
  335. this.dgvBarcodeIdnrk.Margin = new System.Windows.Forms.Padding(0);
  336. this.dgvBarcodeIdnrk.MergeColumnNames = null;
  337. this.dgvBarcodeIdnrk.MergeDetailColumnNames = null;
  338. this.dgvBarcodeIdnrk.MergeDetailOnlyColumn = null;
  339. this.dgvBarcodeIdnrk.MergeOnlyColumn = null;
  340. this.dgvBarcodeIdnrk.MultiSelect = false;
  341. this.dgvBarcodeIdnrk.Name = "dgvBarcodeIdnrk";
  342. this.dgvBarcodeIdnrk.ReadOnly = true;
  343. this.dgvBarcodeIdnrk.RefreshAtHscroll = false;
  344. this.dgvBarcodeIdnrk.RowHeadersWidth = 50;
  345. this.dgvBarcodeIdnrk.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  346. dataGridViewCellStyle3.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  347. this.dgvBarcodeIdnrk.RowsDefaultCellStyle = dataGridViewCellStyle3;
  348. this.dgvBarcodeIdnrk.RowTemplate.Height = 21;
  349. this.dgvBarcodeIdnrk.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  350. this.dgvBarcodeIdnrk.Size = new System.Drawing.Size(1183, 423);
  351. this.dgvBarcodeIdnrk.SortOrderColumnName = null;
  352. this.dgvBarcodeIdnrk.TabIndex = 31;
  353. this.dgvBarcodeIdnrk.Tag = true;
  354. this.dgvBarcodeIdnrk.TotalSumColumns = null;
  355. this.dgvBarcodeIdnrk.ViewRowFilter = "";
  356. this.dgvBarcodeIdnrk.VirtualNodes = false;
  357. //
  358. // BARCODE
  359. //
  360. this.BARCODE.DataPropertyName = "BARCODE";
  361. this.BARCODE.HeaderText = "产品条码";
  362. this.BARCODE.Name = "BARCODE";
  363. this.BARCODE.ReadOnly = true;
  364. //
  365. // IDNRK
  366. //
  367. this.IDNRK.DataPropertyName = "IDNRK";
  368. this.IDNRK.HeaderText = "组件编码";
  369. this.IDNRK.Name = "IDNRK";
  370. this.IDNRK.ReadOnly = true;
  371. //
  372. // MEINS
  373. //
  374. this.MEINS.DataPropertyName = "MEINS";
  375. this.MEINS.HeaderText = "组件单位";
  376. this.MEINS.Name = "MEINS";
  377. this.MEINS.ReadOnly = true;
  378. //
  379. // IDNRKNAME
  380. //
  381. this.IDNRKNAME.DataPropertyName = "IDNRKNAME";
  382. this.IDNRKNAME.HeaderText = "组件名称";
  383. this.IDNRKNAME.Name = "IDNRKNAME";
  384. this.IDNRKNAME.ReadOnly = true;
  385. //
  386. // checkvalue
  387. //
  388. this.checkvalue.DataPropertyName = "checkvalue";
  389. this.checkvalue.HeaderText = "检验值";
  390. this.checkvalue.Name = "checkvalue";
  391. this.checkvalue.ReadOnly = true;
  392. //
  393. // CREATEUSERNAME
  394. //
  395. this.CREATEUSERNAME.DataPropertyName = "CREATEUSERNAME";
  396. this.CREATEUSERNAME.HeaderText = "检验人";
  397. this.CREATEUSERNAME.Name = "CREATEUSERNAME";
  398. this.CREATEUSERNAME.ReadOnly = true;
  399. //
  400. // CREATETIME
  401. //
  402. this.CREATETIME.DataPropertyName = "CREATETIME";
  403. this.CREATETIME.HeaderText = "检验时间";
  404. this.CREATETIME.Name = "CREATETIME";
  405. this.CREATETIME.ReadOnly = true;
  406. //
  407. // RELATIONID
  408. //
  409. this.RELATIONID.DataPropertyName = "CHECKID";
  410. this.RELATIONID.HeaderText = "CHECKID";
  411. this.RELATIONID.Name = "RELATIONID";
  412. this.RELATIONID.ReadOnly = true;
  413. this.RELATIONID.Visible = false;
  414. //
  415. // lblcheckValue
  416. //
  417. this.lblcheckValue.AutoSize = true;
  418. this.lblcheckValue.BackColor = System.Drawing.Color.Transparent;
  419. this.lblcheckValue.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  420. this.lblcheckValue.Location = new System.Drawing.Point(597, 21);
  421. this.lblcheckValue.Name = "lblcheckValue";
  422. this.lblcheckValue.Size = new System.Drawing.Size(41, 12);
  423. this.lblcheckValue.TabIndex = 38;
  424. this.lblcheckValue.Text = "检验值";
  425. //
  426. // cbCheckValue
  427. //
  428. this.cbCheckValue.BackColor = System.Drawing.SystemColors.Window;
  429. this.cbCheckValue.BackgroundColor = System.Drawing.SystemColors.Window;
  430. this.cbCheckValue.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  431. this.cbCheckValue.FormattingEnabled = true;
  432. this.cbCheckValue.Location = new System.Drawing.Point(644, 17);
  433. this.cbCheckValue.Name = "cbCheckValue";
  434. this.cbCheckValue.Size = new System.Drawing.Size(128, 20);
  435. this.cbCheckValue.TabIndex = 39;
  436. //
  437. // F_RPT_080113
  438. //
  439. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  440. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  441. this.ClientSize = new System.Drawing.Size(1195, 536);
  442. this.Controls.Add(this.dgvBarcodeIdnrk);
  443. this.Controls.Add(this.gbxCondition);
  444. this.Controls.Add(this.tsrOperate);
  445. this.Name = "F_RPT_080113";
  446. this.Text = "BOM物料检验明细表";
  447. this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.F_RPT_080113_FormClosed);
  448. this.Load += new System.EventHandler(this.F_RPT_080113_Load);
  449. this.tsrOperate.ResumeLayout(false);
  450. this.tsrOperate.PerformLayout();
  451. this.gbxCondition.ResumeLayout(false);
  452. this.gbxCondition.PerformLayout();
  453. ((System.ComponentModel.ISupportInitialize)(this.dgvBarcodeIdnrk)).EndInit();
  454. this.ResumeLayout(false);
  455. }
  456. #endregion
  457. private Basics.BaseControls.C_ToolStrip tsrOperate;
  458. private System.Windows.Forms.ToolStripButton tsbtnAdaptive;
  459. private System.Windows.Forms.ToolStripButton tsbtnClose;
  460. private Basics.BaseControls.C_GroupBox gbxCondition;
  461. private Basics.BaseControls.C_Button btnClearCondition;
  462. private Basics.BaseControls.C_Button btnSearch;
  463. private Basics.BaseControls.C_Label lblIdnrk;
  464. private Basics.BaseControls.C_TextBox txtMatnr;
  465. private Basics.BaseControls.C_Label c_Label1;
  466. private Basics.BaseControls.C_TextBox txtBarCode;
  467. private Basics.BaseControls.C_DataGridView dgvBarcodeIdnrk;
  468. private Basics.BaseControls.C_DateTimePicker dtpCreateTimeEnd;
  469. private Basics.BaseControls.C_Label lblCreateTimeTo;
  470. private Basics.BaseControls.C_DateTimePicker dtpCreateTimeBegin;
  471. private Basics.BaseControls.C_Label lblCreateTime;
  472. private Basics.BaseControls.C_TextBox txtIdnrkName;
  473. private Basics.BaseControls.C_Label lblIdnrkName;
  474. private System.Windows.Forms.DataGridViewTextBoxColumn BARCODE;
  475. private System.Windows.Forms.DataGridViewTextBoxColumn IDNRK;
  476. private System.Windows.Forms.DataGridViewTextBoxColumn MEINS;
  477. private System.Windows.Forms.DataGridViewTextBoxColumn IDNRKNAME;
  478. private System.Windows.Forms.DataGridViewTextBoxColumn checkvalue;
  479. private System.Windows.Forms.DataGridViewTextBoxColumn CREATEUSERNAME;
  480. private System.Windows.Forms.DataGridViewTextBoxColumn CREATETIME;
  481. private System.Windows.Forms.DataGridViewTextBoxColumn RELATIONID;
  482. private Basics.BaseControls.C_Label lblcheckValue;
  483. private Basics.BaseControls.C_ComboBox cbCheckValue;
  484. }
  485. }