F_RPT_080110.Designer.cs 34 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584
  1. namespace Dongke.IBOSS.PRD.Client.ReportModule
  2. {
  3. partial class F_RPT_080110
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Windows Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(F_RPT_080110));
  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.tsbtnEdit = new System.Windows.Forms.ToolStripButton();
  34. this.tsbtnAdaptive = new System.Windows.Forms.ToolStripButton();
  35. this.tsbtnClose = new System.Windows.Forms.ToolStripButton();
  36. this.gbxCondition = new Dongke.IBOSS.PRD.Basics.BaseControls.C_GroupBox();
  37. this.dtpCreateTimeEnd = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DateTimePicker();
  38. this.lblCreateTimeTo = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  39. this.dtpCreateTimeBegin = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DateTimePicker();
  40. this.lblCreateTime = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  41. this.btnClearCondition = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  42. this.btnSearch = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  43. this.txtIdnrkName = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  44. this.lblIdnrkName = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  45. this.txtBarCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  46. this.txtMatnr = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  47. this.txtIdnrk = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  48. this.c_Label1 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  49. this.lblMatnr = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  50. this.lblIdnrk = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  51. this.dgvBarcodeIdnrk = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
  52. this.BARCODE = new System.Windows.Forms.DataGridViewTextBoxColumn();
  53. this.MATNR = new System.Windows.Forms.DataGridViewTextBoxColumn();
  54. this.IDNRK = new System.Windows.Forms.DataGridViewTextBoxColumn();
  55. this.MEINS = new System.Windows.Forms.DataGridViewTextBoxColumn();
  56. this.MENGE = new System.Windows.Forms.DataGridViewTextBoxColumn();
  57. this.IDNRKNAME = new System.Windows.Forms.DataGridViewTextBoxColumn();
  58. this.IDNRKONLYCODE = new System.Windows.Forms.DataGridViewTextBoxColumn();
  59. this.CHARG = new System.Windows.Forms.DataGridViewTextBoxColumn();
  60. this.LGORT = new System.Windows.Forms.DataGridViewTextBoxColumn();
  61. this.CREATEUSERNAME = new System.Windows.Forms.DataGridViewTextBoxColumn();
  62. this.CREATETIME = new System.Windows.Forms.DataGridViewTextBoxColumn();
  63. this.PROCEDURENAME = new System.Windows.Forms.DataGridViewTextBoxColumn();
  64. this.RELATIONID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  65. this.cbNoOnlyCodeFlag = new Dongke.IBOSS.PRD.Basics.BaseControls.C_ComboBox();
  66. this.lblNoOnlyCodeFlag = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  67. this.tsrOperate.SuspendLayout();
  68. this.gbxCondition.SuspendLayout();
  69. ((System.ComponentModel.ISupportInitialize)(this.dgvBarcodeIdnrk)).BeginInit();
  70. this.SuspendLayout();
  71. //
  72. // tsrOperate
  73. //
  74. this.tsrOperate.AutoSize = false;
  75. this.tsrOperate.BackColor = System.Drawing.Color.Transparent;
  76. this.tsrOperate.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  77. this.tsrOperate.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  78. this.tsbtnEdit,
  79. this.tsbtnAdaptive,
  80. this.tsbtnClose});
  81. this.tsrOperate.Location = new System.Drawing.Point(0, 0);
  82. this.tsrOperate.Name = "tsrOperate";
  83. this.tsrOperate.RenderMode = System.Windows.Forms.ToolStripRenderMode.System;
  84. this.tsrOperate.ShowItemToolTips = false;
  85. this.tsrOperate.Size = new System.Drawing.Size(920, 35);
  86. this.tsrOperate.TabIndex = 0;
  87. this.tsrOperate.Text = "toolStrip1";
  88. //
  89. // tsbtnEdit
  90. //
  91. this.tsbtnEdit.AutoSize = false;
  92. this.tsbtnEdit.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  93. this.tsbtnEdit.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  94. this.tsbtnEdit.ImageTransparentColor = System.Drawing.Color.Magenta;
  95. this.tsbtnEdit.Name = "tsbtnEdit";
  96. this.tsbtnEdit.Size = new System.Drawing.Size(90, 25);
  97. this.tsbtnEdit.Text = "修改唯一码(&E)";
  98. this.tsbtnEdit.Click += new System.EventHandler(this.tsbtnEdit_Click);
  99. //
  100. // tsbtnAdaptive
  101. //
  102. this.tsbtnAdaptive.AutoSize = false;
  103. this.tsbtnAdaptive.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  104. this.tsbtnAdaptive.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  105. this.tsbtnAdaptive.ImageTransparentColor = System.Drawing.Color.Magenta;
  106. this.tsbtnAdaptive.Name = "tsbtnAdaptive";
  107. this.tsbtnAdaptive.Size = new System.Drawing.Size(90, 25);
  108. this.tsbtnAdaptive.Text = "自适应列宽(&A)";
  109. this.tsbtnAdaptive.Click += new System.EventHandler(this.tsbtnAdaptive_Click);
  110. //
  111. // tsbtnClose
  112. //
  113. this.tsbtnClose.AutoSize = false;
  114. this.tsbtnClose.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  115. this.tsbtnClose.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  116. this.tsbtnClose.ImageTransparentColor = System.Drawing.Color.Magenta;
  117. this.tsbtnClose.Name = "tsbtnClose";
  118. this.tsbtnClose.Size = new System.Drawing.Size(60, 25);
  119. this.tsbtnClose.Text = "关闭(&X)";
  120. this.tsbtnClose.Click += new System.EventHandler(this.tsbtnClose_Click);
  121. //
  122. // gbxCondition
  123. //
  124. this.gbxCondition.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  125. | System.Windows.Forms.AnchorStyles.Right)));
  126. this.gbxCondition.BackColor = System.Drawing.Color.Transparent;
  127. this.gbxCondition.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("gbxCondition.BackgroundImage")));
  128. this.gbxCondition.Controls.Add(this.cbNoOnlyCodeFlag);
  129. this.gbxCondition.Controls.Add(this.lblNoOnlyCodeFlag);
  130. this.gbxCondition.Controls.Add(this.dtpCreateTimeEnd);
  131. this.gbxCondition.Controls.Add(this.lblCreateTimeTo);
  132. this.gbxCondition.Controls.Add(this.dtpCreateTimeBegin);
  133. this.gbxCondition.Controls.Add(this.lblCreateTime);
  134. this.gbxCondition.Controls.Add(this.btnClearCondition);
  135. this.gbxCondition.Controls.Add(this.btnSearch);
  136. this.gbxCondition.Controls.Add(this.txtIdnrkName);
  137. this.gbxCondition.Controls.Add(this.lblIdnrkName);
  138. this.gbxCondition.Controls.Add(this.txtBarCode);
  139. this.gbxCondition.Controls.Add(this.txtMatnr);
  140. this.gbxCondition.Controls.Add(this.txtIdnrk);
  141. this.gbxCondition.Controls.Add(this.c_Label1);
  142. this.gbxCondition.Controls.Add(this.lblMatnr);
  143. this.gbxCondition.Controls.Add(this.lblIdnrk);
  144. this.gbxCondition.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  145. this.gbxCondition.ForeColor = System.Drawing.SystemColors.ControlText;
  146. this.gbxCondition.IsMustInput = false;
  147. this.gbxCondition.Location = new System.Drawing.Point(0, 38);
  148. this.gbxCondition.Name = "gbxCondition";
  149. this.gbxCondition.OriginalHeight = -1;
  150. this.gbxCondition.Size = new System.Drawing.Size(908, 83);
  151. this.gbxCondition.TabIndex = 1;
  152. this.gbxCondition.TabStop = false;
  153. this.gbxCondition.Text = "查询条件 ▼";
  154. //
  155. // dtpCreateTimeEnd
  156. //
  157. this.dtpCreateTimeEnd.CustomFormat = "yyyy-MM-dd HH:mm:ss";
  158. this.dtpCreateTimeEnd.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  159. this.dtpCreateTimeEnd.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  160. this.dtpCreateTimeEnd.Location = new System.Drawing.Point(653, 17);
  161. this.dtpCreateTimeEnd.Name = "dtpCreateTimeEnd";
  162. this.dtpCreateTimeEnd.Size = new System.Drawing.Size(151, 21);
  163. this.dtpCreateTimeEnd.TabIndex = 35;
  164. //
  165. // lblCreateTimeTo
  166. //
  167. this.lblCreateTimeTo.AutoSize = true;
  168. this.lblCreateTimeTo.BackColor = System.Drawing.Color.Transparent;
  169. this.lblCreateTimeTo.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  170. this.lblCreateTimeTo.Location = new System.Drawing.Point(630, 22);
  171. this.lblCreateTimeTo.Name = "lblCreateTimeTo";
  172. this.lblCreateTimeTo.Size = new System.Drawing.Size(17, 12);
  173. this.lblCreateTimeTo.TabIndex = 34;
  174. this.lblCreateTimeTo.Text = "至";
  175. //
  176. // dtpCreateTimeBegin
  177. //
  178. this.dtpCreateTimeBegin.CustomFormat = "yyyy-MM-dd HH:mm:ss";
  179. this.dtpCreateTimeBegin.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  180. this.dtpCreateTimeBegin.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  181. this.dtpCreateTimeBegin.Location = new System.Drawing.Point(471, 17);
  182. this.dtpCreateTimeBegin.Name = "dtpCreateTimeBegin";
  183. this.dtpCreateTimeBegin.Size = new System.Drawing.Size(152, 21);
  184. this.dtpCreateTimeBegin.TabIndex = 33;
  185. //
  186. // lblCreateTime
  187. //
  188. this.lblCreateTime.AutoSize = true;
  189. this.lblCreateTime.BackColor = System.Drawing.Color.Transparent;
  190. this.lblCreateTime.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  191. this.lblCreateTime.Location = new System.Drawing.Point(412, 21);
  192. this.lblCreateTime.Name = "lblCreateTime";
  193. this.lblCreateTime.Size = new System.Drawing.Size(53, 12);
  194. this.lblCreateTime.TabIndex = 32;
  195. this.lblCreateTime.Text = "装配时间";
  196. //
  197. // btnClearCondition
  198. //
  199. this.btnClearCondition.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  200. this.btnClearCondition.BackColor = System.Drawing.Color.Transparent;
  201. this.btnClearCondition.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnClearCondition.BackgroundImage")));
  202. this.btnClearCondition.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  203. this.btnClearCondition.ForeColor = System.Drawing.Color.White;
  204. this.btnClearCondition.Location = new System.Drawing.Point(817, 47);
  205. this.btnClearCondition.Name = "btnClearCondition";
  206. this.btnClearCondition.Size = new System.Drawing.Size(85, 30);
  207. this.btnClearCondition.TabIndex = 29;
  208. this.btnClearCondition.Text = "清空条件(&C)";
  209. this.btnClearCondition.UseVisualStyleBackColor = true;
  210. this.btnClearCondition.Click += new System.EventHandler(this.btnClearCondition_Click);
  211. //
  212. // btnSearch
  213. //
  214. this.btnSearch.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  215. this.btnSearch.BackColor = System.Drawing.Color.Transparent;
  216. this.btnSearch.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSearch.BackgroundImage")));
  217. this.btnSearch.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  218. this.btnSearch.ForeColor = System.Drawing.Color.White;
  219. this.btnSearch.Location = new System.Drawing.Point(726, 47);
  220. this.btnSearch.Name = "btnSearch";
  221. this.btnSearch.Size = new System.Drawing.Size(85, 30);
  222. this.btnSearch.TabIndex = 28;
  223. this.btnSearch.Text = "查询(&Q)";
  224. this.btnSearch.UseVisualStyleBackColor = true;
  225. this.btnSearch.Click += new System.EventHandler(this.btnSearch_Click);
  226. //
  227. // txtIdnrkName
  228. //
  229. this.txtIdnrkName.BackColor = System.Drawing.SystemColors.Window;
  230. this.txtIdnrkName.BackgroundColor = System.Drawing.SystemColors.Window;
  231. this.txtIdnrkName.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
  232. this.txtIdnrkName.ErrorMessage = "";
  233. this.txtIdnrkName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  234. this.txtIdnrkName.Location = new System.Drawing.Point(267, 44);
  235. this.txtIdnrkName.Name = "txtIdnrkName";
  236. this.txtIdnrkName.Size = new System.Drawing.Size(139, 21);
  237. this.txtIdnrkName.TabIndex = 27;
  238. this.txtIdnrkName.TextValue = "";
  239. //
  240. // lblIdnrkName
  241. //
  242. this.lblIdnrkName.AutoSize = true;
  243. this.lblIdnrkName.BackColor = System.Drawing.Color.Transparent;
  244. this.lblIdnrkName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  245. this.lblIdnrkName.Location = new System.Drawing.Point(208, 48);
  246. this.lblIdnrkName.Name = "lblIdnrkName";
  247. this.lblIdnrkName.Size = new System.Drawing.Size(53, 12);
  248. this.lblIdnrkName.TabIndex = 26;
  249. this.lblIdnrkName.Text = "组件名称";
  250. //
  251. // txtBarCode
  252. //
  253. this.txtBarCode.BackColor = System.Drawing.SystemColors.Window;
  254. this.txtBarCode.BackgroundColor = System.Drawing.SystemColors.Window;
  255. this.txtBarCode.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
  256. this.txtBarCode.ErrorMessage = "";
  257. this.txtBarCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  258. this.txtBarCode.ImeMode = System.Windows.Forms.ImeMode.Off;
  259. this.txtBarCode.Location = new System.Drawing.Point(68, 17);
  260. this.txtBarCode.MaxLength = 50;
  261. this.txtBarCode.Name = "txtBarCode";
  262. this.txtBarCode.Size = new System.Drawing.Size(134, 21);
  263. this.txtBarCode.TabIndex = 2;
  264. this.txtBarCode.TextValue = "";
  265. //
  266. // txtMatnr
  267. //
  268. this.txtMatnr.BackColor = System.Drawing.SystemColors.Window;
  269. this.txtMatnr.BackgroundColor = System.Drawing.SystemColors.Window;
  270. this.txtMatnr.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
  271. this.txtMatnr.ErrorMessage = "";
  272. this.txtMatnr.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  273. this.txtMatnr.ImeMode = System.Windows.Forms.ImeMode.Off;
  274. this.txtMatnr.Location = new System.Drawing.Point(267, 17);
  275. this.txtMatnr.MaxLength = 20;
  276. this.txtMatnr.Name = "txtMatnr";
  277. this.txtMatnr.Size = new System.Drawing.Size(139, 21);
  278. this.txtMatnr.TabIndex = 5;
  279. this.txtMatnr.TextValue = "";
  280. //
  281. // txtIdnrk
  282. //
  283. this.txtIdnrk.BackColor = System.Drawing.SystemColors.Window;
  284. this.txtIdnrk.BackgroundColor = System.Drawing.SystemColors.Window;
  285. this.txtIdnrk.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
  286. this.txtIdnrk.ErrorMessage = "";
  287. this.txtIdnrk.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  288. this.txtIdnrk.ImeMode = System.Windows.Forms.ImeMode.Off;
  289. this.txtIdnrk.Location = new System.Drawing.Point(68, 44);
  290. this.txtIdnrk.MaxLength = 20;
  291. this.txtIdnrk.Name = "txtIdnrk";
  292. this.txtIdnrk.Size = new System.Drawing.Size(134, 21);
  293. this.txtIdnrk.TabIndex = 12;
  294. this.txtIdnrk.TextValue = "";
  295. //
  296. // c_Label1
  297. //
  298. this.c_Label1.AutoSize = true;
  299. this.c_Label1.BackColor = System.Drawing.Color.Transparent;
  300. this.c_Label1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  301. this.c_Label1.Location = new System.Drawing.Point(9, 21);
  302. this.c_Label1.Name = "c_Label1";
  303. this.c_Label1.Size = new System.Drawing.Size(53, 12);
  304. this.c_Label1.TabIndex = 1;
  305. this.c_Label1.Text = "产品条码";
  306. //
  307. // lblMatnr
  308. //
  309. this.lblMatnr.AutoSize = true;
  310. this.lblMatnr.BackColor = System.Drawing.Color.Transparent;
  311. this.lblMatnr.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  312. this.lblMatnr.Location = new System.Drawing.Point(208, 21);
  313. this.lblMatnr.Name = "lblMatnr";
  314. this.lblMatnr.Size = new System.Drawing.Size(53, 12);
  315. this.lblMatnr.TabIndex = 4;
  316. this.lblMatnr.Text = "物料编码";
  317. //
  318. // lblIdnrk
  319. //
  320. this.lblIdnrk.AutoSize = true;
  321. this.lblIdnrk.BackColor = System.Drawing.Color.Transparent;
  322. this.lblIdnrk.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  323. this.lblIdnrk.Location = new System.Drawing.Point(9, 48);
  324. this.lblIdnrk.Name = "lblIdnrk";
  325. this.lblIdnrk.Size = new System.Drawing.Size(53, 12);
  326. this.lblIdnrk.TabIndex = 11;
  327. this.lblIdnrk.Text = "组件编码";
  328. //
  329. // dgvBarcodeIdnrk
  330. //
  331. this.dgvBarcodeIdnrk.AllowUserToAddRows = false;
  332. this.dgvBarcodeIdnrk.AllowUserToDeleteRows = false;
  333. this.dgvBarcodeIdnrk.AllowUserToModifyRows = true;
  334. this.dgvBarcodeIdnrk.AllowUserToOrderColumns = true;
  335. this.dgvBarcodeIdnrk.AllowUserToSortRows = false;
  336. dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
  337. this.dgvBarcodeIdnrk.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
  338. this.dgvBarcodeIdnrk.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  339. | System.Windows.Forms.AnchorStyles.Left)
  340. | System.Windows.Forms.AnchorStyles.Right)));
  341. this.dgvBarcodeIdnrk.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  342. this.dgvBarcodeIdnrk.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
  343. this.dgvBarcodeIdnrk.CellHeight = 23;
  344. this.dgvBarcodeIdnrk.ChildNodeColumnName = null;
  345. this.dgvBarcodeIdnrk.ChildNodeColumnText = null;
  346. this.dgvBarcodeIdnrk.ColumnDeep = 1;
  347. this.dgvBarcodeIdnrk.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  348. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  349. dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70)))));
  350. dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  351. dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White;
  352. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  353. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  354. dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  355. this.dgvBarcodeIdnrk.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
  356. this.dgvBarcodeIdnrk.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  357. this.dgvBarcodeIdnrk.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  358. this.BARCODE,
  359. this.MATNR,
  360. this.IDNRK,
  361. this.MEINS,
  362. this.MENGE,
  363. this.IDNRKNAME,
  364. this.IDNRKONLYCODE,
  365. this.CHARG,
  366. this.LGORT,
  367. this.CREATEUSERNAME,
  368. this.CREATETIME,
  369. this.PROCEDURENAME,
  370. this.RELATIONID});
  371. this.dgvBarcodeIdnrk.ColumnTreeView = null;
  372. 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)));
  373. this.dgvBarcodeIdnrk.DynamicColumnName = "";
  374. this.dgvBarcodeIdnrk.EnableHeadersVisualStyles = false;
  375. this.dgvBarcodeIdnrk.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  376. this.dgvBarcodeIdnrk.FormatQuantityColumns = null;
  377. this.dgvBarcodeIdnrk.HorizontalMergeColumn = null;
  378. this.dgvBarcodeIdnrk.IsAutoCountSum = true;
  379. this.dgvBarcodeIdnrk.IsAutoResizeColumns = false;
  380. this.dgvBarcodeIdnrk.IsClickF12 = false;
  381. this.dgvBarcodeIdnrk.IsOpenMergeCellFlag = false;
  382. this.dgvBarcodeIdnrk.IsSubTotalFlag = false;
  383. this.dgvBarcodeIdnrk.IsTopDeep = false;
  384. this.dgvBarcodeIdnrk.Location = new System.Drawing.Point(0, 124);
  385. this.dgvBarcodeIdnrk.Margin = new System.Windows.Forms.Padding(0);
  386. this.dgvBarcodeIdnrk.MergeColumnNames = null;
  387. this.dgvBarcodeIdnrk.MergeDetailColumnNames = null;
  388. this.dgvBarcodeIdnrk.MergeDetailOnlyColumn = null;
  389. this.dgvBarcodeIdnrk.MergeOnlyColumn = null;
  390. this.dgvBarcodeIdnrk.MultiSelect = false;
  391. this.dgvBarcodeIdnrk.Name = "dgvBarcodeIdnrk";
  392. this.dgvBarcodeIdnrk.ReadOnly = true;
  393. this.dgvBarcodeIdnrk.RefreshAtHscroll = false;
  394. this.dgvBarcodeIdnrk.RowHeadersWidth = 50;
  395. this.dgvBarcodeIdnrk.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  396. dataGridViewCellStyle3.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  397. this.dgvBarcodeIdnrk.RowsDefaultCellStyle = dataGridViewCellStyle3;
  398. this.dgvBarcodeIdnrk.RowTemplate.Height = 21;
  399. this.dgvBarcodeIdnrk.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  400. this.dgvBarcodeIdnrk.Size = new System.Drawing.Size(908, 415);
  401. this.dgvBarcodeIdnrk.SortOrderColumnName = null;
  402. this.dgvBarcodeIdnrk.TabIndex = 31;
  403. this.dgvBarcodeIdnrk.Tag = true;
  404. this.dgvBarcodeIdnrk.TotalSumColumns = null;
  405. this.dgvBarcodeIdnrk.ViewRowFilter = "";
  406. this.dgvBarcodeIdnrk.CellDoubleClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvBarcodeIdnrk_CellDoubleClick);
  407. //
  408. // BARCODE
  409. //
  410. this.BARCODE.DataPropertyName = "BARCODE";
  411. this.BARCODE.HeaderText = "产品条码";
  412. this.BARCODE.Name = "BARCODE";
  413. this.BARCODE.ReadOnly = true;
  414. //
  415. // MATNR
  416. //
  417. this.MATNR.DataPropertyName = "MATNR";
  418. this.MATNR.HeaderText = "物料编码";
  419. this.MATNR.Name = "MATNR";
  420. this.MATNR.ReadOnly = true;
  421. //
  422. // IDNRK
  423. //
  424. this.IDNRK.DataPropertyName = "IDNRK";
  425. this.IDNRK.HeaderText = "组件编码";
  426. this.IDNRK.Name = "IDNRK";
  427. this.IDNRK.ReadOnly = true;
  428. //
  429. // MEINS
  430. //
  431. this.MEINS.DataPropertyName = "MEINS";
  432. this.MEINS.HeaderText = "组件单位";
  433. this.MEINS.Name = "MEINS";
  434. this.MEINS.ReadOnly = true;
  435. //
  436. // MENGE
  437. //
  438. this.MENGE.DataPropertyName = "MENGE";
  439. this.MENGE.HeaderText = "组件数量";
  440. this.MENGE.Name = "MENGE";
  441. this.MENGE.ReadOnly = true;
  442. //
  443. // IDNRKNAME
  444. //
  445. this.IDNRKNAME.DataPropertyName = "IDNRKNAME";
  446. this.IDNRKNAME.HeaderText = "组件名称";
  447. this.IDNRKNAME.Name = "IDNRKNAME";
  448. this.IDNRKNAME.ReadOnly = true;
  449. //
  450. // IDNRKONLYCODE
  451. //
  452. this.IDNRKONLYCODE.DataPropertyName = "IDNRKONLYCODE";
  453. this.IDNRKONLYCODE.HeaderText = "组件唯一编码";
  454. this.IDNRKONLYCODE.Name = "IDNRKONLYCODE";
  455. this.IDNRKONLYCODE.ReadOnly = true;
  456. //
  457. // CHARG
  458. //
  459. this.CHARG.DataPropertyName = "CHARG";
  460. this.CHARG.HeaderText = "批次";
  461. this.CHARG.Name = "CHARG";
  462. this.CHARG.ReadOnly = true;
  463. //
  464. // LGORT
  465. //
  466. this.LGORT.DataPropertyName = "LGORT";
  467. this.LGORT.HeaderText = "库存地点";
  468. this.LGORT.Name = "LGORT";
  469. this.LGORT.ReadOnly = true;
  470. //
  471. // CREATEUSERNAME
  472. //
  473. this.CREATEUSERNAME.DataPropertyName = "CREATEUSERNAME";
  474. this.CREATEUSERNAME.HeaderText = "装配人";
  475. this.CREATEUSERNAME.Name = "CREATEUSERNAME";
  476. this.CREATEUSERNAME.ReadOnly = true;
  477. //
  478. // CREATETIME
  479. //
  480. this.CREATETIME.DataPropertyName = "CREATETIME";
  481. this.CREATETIME.HeaderText = "装配时间";
  482. this.CREATETIME.Name = "CREATETIME";
  483. this.CREATETIME.ReadOnly = true;
  484. //
  485. // PROCEDURENAME
  486. //
  487. this.PROCEDURENAME.DataPropertyName = "PROCEDURENAME";
  488. this.PROCEDURENAME.HeaderText = "装配工序";
  489. this.PROCEDURENAME.Name = "PROCEDURENAME";
  490. this.PROCEDURENAME.ReadOnly = true;
  491. //
  492. // RELATIONID
  493. //
  494. this.RELATIONID.DataPropertyName = "RELATIONID";
  495. this.RELATIONID.HeaderText = "RELATIONID";
  496. this.RELATIONID.Name = "RELATIONID";
  497. this.RELATIONID.ReadOnly = true;
  498. this.RELATIONID.Visible = false;
  499. //
  500. // cbNoOnlyCodeFlag
  501. //
  502. this.cbNoOnlyCodeFlag.BackColor = System.Drawing.SystemColors.Window;
  503. this.cbNoOnlyCodeFlag.BackgroundColor = System.Drawing.SystemColors.Window;
  504. this.cbNoOnlyCodeFlag.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  505. this.cbNoOnlyCodeFlag.FormattingEnabled = true;
  506. this.cbNoOnlyCodeFlag.Location = new System.Drawing.Point(495, 45);
  507. this.cbNoOnlyCodeFlag.Name = "cbNoOnlyCodeFlag";
  508. this.cbNoOnlyCodeFlag.Size = new System.Drawing.Size(128, 20);
  509. this.cbNoOnlyCodeFlag.TabIndex = 37;
  510. //
  511. // lblNoOnlyCodeFlag
  512. //
  513. this.lblNoOnlyCodeFlag.AutoSize = true;
  514. this.lblNoOnlyCodeFlag.BackColor = System.Drawing.Color.Transparent;
  515. this.lblNoOnlyCodeFlag.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  516. this.lblNoOnlyCodeFlag.Location = new System.Drawing.Point(412, 49);
  517. this.lblNoOnlyCodeFlag.Name = "lblNoOnlyCodeFlag";
  518. this.lblNoOnlyCodeFlag.Size = new System.Drawing.Size(77, 12);
  519. this.lblNoOnlyCodeFlag.TabIndex = 36;
  520. this.lblNoOnlyCodeFlag.Text = "无唯一码组件";
  521. //
  522. // F_RPT_080110
  523. //
  524. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  525. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  526. this.ClientSize = new System.Drawing.Size(920, 539);
  527. this.Controls.Add(this.dgvBarcodeIdnrk);
  528. this.Controls.Add(this.gbxCondition);
  529. this.Controls.Add(this.tsrOperate);
  530. this.Name = "F_RPT_080110";
  531. this.Text = "产品装配明细表";
  532. this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.F_RPT_080110_FormClosed);
  533. this.Load += new System.EventHandler(this.F_RPT_080110_Load);
  534. this.tsrOperate.ResumeLayout(false);
  535. this.tsrOperate.PerformLayout();
  536. this.gbxCondition.ResumeLayout(false);
  537. this.gbxCondition.PerformLayout();
  538. ((System.ComponentModel.ISupportInitialize)(this.dgvBarcodeIdnrk)).EndInit();
  539. this.ResumeLayout(false);
  540. }
  541. #endregion
  542. private Basics.BaseControls.C_ToolStrip tsrOperate;
  543. private System.Windows.Forms.ToolStripButton tsbtnAdaptive;
  544. private System.Windows.Forms.ToolStripButton tsbtnClose;
  545. private Basics.BaseControls.C_GroupBox gbxCondition;
  546. private Basics.BaseControls.C_Button btnClearCondition;
  547. private Basics.BaseControls.C_Button btnSearch;
  548. private Basics.BaseControls.C_Label lblIdnrk;
  549. private Basics.BaseControls.C_TextBox txtIdnrk;
  550. private Basics.BaseControls.C_TextBox txtMatnr;
  551. private Basics.BaseControls.C_Label lblMatnr;
  552. private Basics.BaseControls.C_Label c_Label1;
  553. private Basics.BaseControls.C_TextBox txtBarCode;
  554. private Basics.BaseControls.C_TextBox txtIdnrkName;
  555. private Basics.BaseControls.C_Label lblIdnrkName;
  556. private Basics.BaseControls.C_DataGridView dgvBarcodeIdnrk;
  557. private System.Windows.Forms.ToolStripButton tsbtnEdit;
  558. private Basics.BaseControls.C_DateTimePicker dtpCreateTimeEnd;
  559. private Basics.BaseControls.C_Label lblCreateTimeTo;
  560. private Basics.BaseControls.C_DateTimePicker dtpCreateTimeBegin;
  561. private Basics.BaseControls.C_Label lblCreateTime;
  562. private System.Windows.Forms.DataGridViewTextBoxColumn BARCODE;
  563. private System.Windows.Forms.DataGridViewTextBoxColumn MATNR;
  564. private System.Windows.Forms.DataGridViewTextBoxColumn IDNRK;
  565. private System.Windows.Forms.DataGridViewTextBoxColumn MEINS;
  566. private System.Windows.Forms.DataGridViewTextBoxColumn MENGE;
  567. private System.Windows.Forms.DataGridViewTextBoxColumn IDNRKNAME;
  568. private System.Windows.Forms.DataGridViewTextBoxColumn IDNRKONLYCODE;
  569. private System.Windows.Forms.DataGridViewTextBoxColumn CHARG;
  570. private System.Windows.Forms.DataGridViewTextBoxColumn LGORT;
  571. private System.Windows.Forms.DataGridViewTextBoxColumn CREATEUSERNAME;
  572. private System.Windows.Forms.DataGridViewTextBoxColumn CREATETIME;
  573. private System.Windows.Forms.DataGridViewTextBoxColumn PROCEDURENAME;
  574. private System.Windows.Forms.DataGridViewTextBoxColumn RELATIONID;
  575. private Basics.BaseControls.C_ComboBox cbNoOnlyCodeFlag;
  576. private Basics.BaseControls.C_Label lblNoOnlyCodeFlag;
  577. }
  578. }