F_RPT_080110.Designer.cs 32 KB

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