F_RPT_010403.Designer.cs 28 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536
  1. namespace Dongke.IBOSS.PRD.Client.ReportModule
  2. {
  3. partial class F_RPT_010403
  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_010403));
  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 dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
  32. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
  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.txtGoodsCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  37. this.c_Label1 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  38. this.txtBarCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TXT_BarCode();
  39. this.dkproductionLineSearchBox = new Dongke.IBOSS.PRD.Client.Controls.SearchTextBox.dkproductionLineSearchBox();
  40. this.lblStart = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  41. this.lblEnd = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  42. this.dtpDateEnd = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DateTimePicker();
  43. this.dtpDateStart = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DateTimePicker();
  44. this.btnClearCondition = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  45. this.btnSearch = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  46. this.lblBarCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  47. this.tsrOperate = new Dongke.IBOSS.PRD.Basics.BaseControls.C_ToolStrip();
  48. this.dgvFinishedProduction = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
  49. this.BarCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  50. this.GoodsTypeName2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  51. this.GoodsTypeName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  52. this.GoodsCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  53. this.ProductionLineName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  54. this.ProcedureName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  55. this.porgname = new System.Windows.Forms.DataGridViewTextBoxColumn();
  56. this.CreateTime = new System.Windows.Forms.DataGridViewTextBoxColumn();
  57. this.UserCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  58. this.CreateUsercode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  59. this.CreateUserName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  60. this.corgname = new System.Windows.Forms.DataGridViewTextBoxColumn();
  61. this.GOODSLEVELNAME = new System.Windows.Forms.DataGridViewTextBoxColumn();
  62. this.lblGoodsType = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  63. this.scbGoodsType = new Dongke.IBOSS.PRD.Client.Controls.SearchBox.ScbGoodsType();
  64. this.gbxCondition.SuspendLayout();
  65. this.tsrOperate.SuspendLayout();
  66. ((System.ComponentModel.ISupportInitialize)(this.dgvFinishedProduction)).BeginInit();
  67. this.SuspendLayout();
  68. //
  69. // tsbtnAdaptive
  70. //
  71. this.tsbtnAdaptive.AutoSize = false;
  72. this.tsbtnAdaptive.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  73. this.tsbtnAdaptive.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  74. this.tsbtnAdaptive.ImageTransparentColor = System.Drawing.Color.Magenta;
  75. this.tsbtnAdaptive.Name = "tsbtnAdaptive";
  76. this.tsbtnAdaptive.Size = new System.Drawing.Size(90, 25);
  77. this.tsbtnAdaptive.Text = "自适应列宽(&A)";
  78. this.tsbtnAdaptive.Click += new System.EventHandler(this.tsbtnAdaptive_Click);
  79. //
  80. // tsbtnClose
  81. //
  82. this.tsbtnClose.AutoSize = false;
  83. this.tsbtnClose.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  84. this.tsbtnClose.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  85. this.tsbtnClose.ImageTransparentColor = System.Drawing.Color.Magenta;
  86. this.tsbtnClose.Name = "tsbtnClose";
  87. this.tsbtnClose.Size = new System.Drawing.Size(60, 25);
  88. this.tsbtnClose.Text = "关闭(&X)";
  89. this.tsbtnClose.Click += new System.EventHandler(this.tsbtnClose_Click);
  90. //
  91. // gbxCondition
  92. //
  93. this.gbxCondition.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  94. | System.Windows.Forms.AnchorStyles.Right)));
  95. this.gbxCondition.BackColor = System.Drawing.Color.Transparent;
  96. this.gbxCondition.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("gbxCondition.BackgroundImage")));
  97. this.gbxCondition.Controls.Add(this.lblGoodsType);
  98. this.gbxCondition.Controls.Add(this.scbGoodsType);
  99. this.gbxCondition.Controls.Add(this.txtGoodsCode);
  100. this.gbxCondition.Controls.Add(this.c_Label1);
  101. this.gbxCondition.Controls.Add(this.txtBarCode);
  102. this.gbxCondition.Controls.Add(this.dkproductionLineSearchBox);
  103. this.gbxCondition.Controls.Add(this.lblStart);
  104. this.gbxCondition.Controls.Add(this.lblEnd);
  105. this.gbxCondition.Controls.Add(this.dtpDateEnd);
  106. this.gbxCondition.Controls.Add(this.dtpDateStart);
  107. this.gbxCondition.Controls.Add(this.btnClearCondition);
  108. this.gbxCondition.Controls.Add(this.btnSearch);
  109. this.gbxCondition.Controls.Add(this.lblBarCode);
  110. this.gbxCondition.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  111. this.gbxCondition.ForeColor = System.Drawing.SystemColors.ControlText;
  112. this.gbxCondition.IsMustInput = false;
  113. this.gbxCondition.Location = new System.Drawing.Point(0, 38);
  114. this.gbxCondition.Name = "gbxCondition";
  115. this.gbxCondition.OriginalHeight = -1;
  116. this.gbxCondition.Size = new System.Drawing.Size(1119, 73);
  117. this.gbxCondition.TabIndex = 1;
  118. this.gbxCondition.TabStop = false;
  119. this.gbxCondition.Text = "查询条件 ▼";
  120. //
  121. // txtGoodsCode
  122. //
  123. this.txtGoodsCode.BackColor = System.Drawing.SystemColors.Window;
  124. this.txtGoodsCode.BackgroundColor = System.Drawing.SystemColors.Window;
  125. this.txtGoodsCode.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
  126. this.txtGoodsCode.ErrorMessage = "";
  127. this.txtGoodsCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  128. this.txtGoodsCode.ImeMode = System.Windows.Forms.ImeMode.Off;
  129. this.txtGoodsCode.Location = new System.Drawing.Point(441, 20);
  130. this.txtGoodsCode.MaxLength = 50;
  131. this.txtGoodsCode.Name = "txtGoodsCode";
  132. this.txtGoodsCode.Size = new System.Drawing.Size(120, 21);
  133. this.txtGoodsCode.TabIndex = 4;
  134. this.txtGoodsCode.TextValue = "";
  135. //
  136. // c_Label1
  137. //
  138. this.c_Label1.AutoSize = true;
  139. this.c_Label1.BackColor = System.Drawing.Color.Transparent;
  140. this.c_Label1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  141. this.c_Label1.ForeColor = System.Drawing.SystemColors.ControlText;
  142. this.c_Label1.Location = new System.Drawing.Point(382, 24);
  143. this.c_Label1.Name = "c_Label1";
  144. this.c_Label1.Size = new System.Drawing.Size(53, 12);
  145. this.c_Label1.TabIndex = 3;
  146. this.c_Label1.Text = "产品编码";
  147. //
  148. // txtBarCode
  149. //
  150. this.txtBarCode.BackColor = System.Drawing.SystemColors.Window;
  151. this.txtBarCode.BackgroundColor = System.Drawing.SystemColors.Window;
  152. this.txtBarCode.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
  153. this.txtBarCode.ErrorMessage = "";
  154. this.txtBarCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  155. this.txtBarCode.ImeMode = System.Windows.Forms.ImeMode.Off;
  156. this.txtBarCode.Location = new System.Drawing.Point(71, 20);
  157. this.txtBarCode.MaxLength = 11;
  158. this.txtBarCode.Name = "txtBarCode";
  159. this.txtBarCode.Size = new System.Drawing.Size(120, 21);
  160. this.txtBarCode.TabIndex = 1;
  161. this.txtBarCode.TextValue = "";
  162. //
  163. // dkproductionLineSearchBox
  164. //
  165. this.dkproductionLineSearchBox.BackColor = System.Drawing.Color.Transparent;
  166. this.dkproductionLineSearchBox.DataSource = null;
  167. this.dkproductionLineSearchBox.Enabled = true;
  168. this.dkproductionLineSearchBox.IsEnablePurview = false;
  169. this.dkproductionLineSearchBox.IsMustInput = false;
  170. this.dkproductionLineSearchBox.Location = new System.Drawing.Point(12, 47);
  171. this.dkproductionLineSearchBox.Name = "dkproductionLineSearchBox";
  172. this.dkproductionLineSearchBox.ProductionLineCode = "";
  173. this.dkproductionLineSearchBox.ProductionLineID = null;
  174. this.dkproductionLineSearchBox.ProductionLineIDS = null;
  175. this.dkproductionLineSearchBox.ProductionLineName = null;
  176. this.dkproductionLineSearchBox.Purview = null;
  177. this.dkproductionLineSearchBox.PurviewType = ((byte)(0));
  178. this.dkproductionLineSearchBox.SelectMore = true;
  179. this.dkproductionLineSearchBox.Size = new System.Drawing.Size(179, 21);
  180. this.dkproductionLineSearchBox.TabIndex = 5;
  181. this.dkproductionLineSearchBox.Title = " 生产线";
  182. this.dkproductionLineSearchBox.TxtGoodsTypeBackColor = System.Drawing.SystemColors.Control;
  183. //
  184. // lblStart
  185. //
  186. this.lblStart.AutoSize = true;
  187. this.lblStart.BackColor = System.Drawing.Color.Transparent;
  188. this.lblStart.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  189. this.lblStart.ForeColor = System.Drawing.SystemColors.ControlText;
  190. this.lblStart.Location = new System.Drawing.Point(197, 51);
  191. this.lblStart.Name = "lblStart";
  192. this.lblStart.Size = new System.Drawing.Size(53, 12);
  193. this.lblStart.TabIndex = 6;
  194. this.lblStart.Text = "生产日期";
  195. //
  196. // lblEnd
  197. //
  198. this.lblEnd.AutoSize = true;
  199. this.lblEnd.BackColor = System.Drawing.Color.Transparent;
  200. this.lblEnd.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  201. this.lblEnd.ForeColor = System.Drawing.SystemColors.ControlText;
  202. this.lblEnd.Location = new System.Drawing.Point(418, 51);
  203. this.lblEnd.Name = "lblEnd";
  204. this.lblEnd.Size = new System.Drawing.Size(17, 12);
  205. this.lblEnd.TabIndex = 8;
  206. this.lblEnd.Text = "至";
  207. //
  208. // dtpDateEnd
  209. //
  210. this.dtpDateEnd.CustomFormat = "yyyy-MM-dd";
  211. this.dtpDateEnd.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  212. this.dtpDateEnd.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  213. this.dtpDateEnd.Location = new System.Drawing.Point(441, 47);
  214. this.dtpDateEnd.Name = "dtpDateEnd";
  215. this.dtpDateEnd.Size = new System.Drawing.Size(120, 21);
  216. this.dtpDateEnd.TabIndex = 9;
  217. //
  218. // dtpDateStart
  219. //
  220. this.dtpDateStart.CustomFormat = "yyyy-MM-dd";
  221. this.dtpDateStart.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  222. this.dtpDateStart.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  223. this.dtpDateStart.Location = new System.Drawing.Point(256, 47);
  224. this.dtpDateStart.Name = "dtpDateStart";
  225. this.dtpDateStart.Size = new System.Drawing.Size(120, 21);
  226. this.dtpDateStart.TabIndex = 7;
  227. //
  228. // btnClearCondition
  229. //
  230. this.btnClearCondition.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  231. this.btnClearCondition.BackColor = System.Drawing.Color.Transparent;
  232. this.btnClearCondition.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnClearCondition.BackgroundImage")));
  233. this.btnClearCondition.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  234. this.btnClearCondition.ForeColor = System.Drawing.Color.White;
  235. this.btnClearCondition.Location = new System.Drawing.Point(1028, 38);
  236. this.btnClearCondition.Name = "btnClearCondition";
  237. this.btnClearCondition.Size = new System.Drawing.Size(85, 30);
  238. this.btnClearCondition.TabIndex = 11;
  239. this.btnClearCondition.Text = "清空条件(&C)";
  240. this.btnClearCondition.UseVisualStyleBackColor = true;
  241. this.btnClearCondition.Click += new System.EventHandler(this.btnClearCondition_Click);
  242. //
  243. // btnSearch
  244. //
  245. this.btnSearch.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  246. this.btnSearch.BackColor = System.Drawing.Color.Transparent;
  247. this.btnSearch.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSearch.BackgroundImage")));
  248. this.btnSearch.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  249. this.btnSearch.ForeColor = System.Drawing.Color.White;
  250. this.btnSearch.Location = new System.Drawing.Point(937, 38);
  251. this.btnSearch.Name = "btnSearch";
  252. this.btnSearch.Size = new System.Drawing.Size(85, 30);
  253. this.btnSearch.TabIndex = 10;
  254. this.btnSearch.Text = "查询(&Q)";
  255. this.btnSearch.UseVisualStyleBackColor = true;
  256. this.btnSearch.Click += new System.EventHandler(this.btnSearch_Click);
  257. //
  258. // lblBarCode
  259. //
  260. this.lblBarCode.AutoSize = true;
  261. this.lblBarCode.BackColor = System.Drawing.Color.Transparent;
  262. this.lblBarCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  263. this.lblBarCode.ForeColor = System.Drawing.SystemColors.ControlText;
  264. this.lblBarCode.Location = new System.Drawing.Point(12, 24);
  265. this.lblBarCode.Name = "lblBarCode";
  266. this.lblBarCode.Size = new System.Drawing.Size(53, 12);
  267. this.lblBarCode.TabIndex = 0;
  268. this.lblBarCode.Text = "产品条码";
  269. //
  270. // tsrOperate
  271. //
  272. this.tsrOperate.AutoSize = false;
  273. this.tsrOperate.BackColor = System.Drawing.Color.Transparent;
  274. this.tsrOperate.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  275. this.tsrOperate.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  276. this.tsbtnAdaptive,
  277. this.tsbtnClose});
  278. this.tsrOperate.Location = new System.Drawing.Point(0, 0);
  279. this.tsrOperate.Name = "tsrOperate";
  280. this.tsrOperate.RenderMode = System.Windows.Forms.ToolStripRenderMode.System;
  281. this.tsrOperate.ShowItemToolTips = false;
  282. this.tsrOperate.Size = new System.Drawing.Size(1131, 35);
  283. this.tsrOperate.TabIndex = 0;
  284. this.tsrOperate.Text = "toolStrip1";
  285. //
  286. // dgvFinishedProduction
  287. //
  288. this.dgvFinishedProduction.AllowUserToAddRows = false;
  289. this.dgvFinishedProduction.AllowUserToDeleteRows = false;
  290. this.dgvFinishedProduction.AllowUserToModifyRows = true;
  291. this.dgvFinishedProduction.AllowUserToOrderColumns = true;
  292. dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
  293. this.dgvFinishedProduction.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
  294. this.dgvFinishedProduction.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  295. | System.Windows.Forms.AnchorStyles.Left)
  296. | System.Windows.Forms.AnchorStyles.Right)));
  297. this.dgvFinishedProduction.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  298. this.dgvFinishedProduction.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
  299. this.dgvFinishedProduction.CellHeight = 23;
  300. this.dgvFinishedProduction.ChildNodeColumnName = null;
  301. this.dgvFinishedProduction.ChildNodeColumnText = null;
  302. this.dgvFinishedProduction.ColumnDeep = 1;
  303. this.dgvFinishedProduction.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  304. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  305. dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70)))));
  306. dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  307. dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White;
  308. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  309. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  310. dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  311. this.dgvFinishedProduction.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
  312. this.dgvFinishedProduction.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  313. this.dgvFinishedProduction.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  314. this.BarCode,
  315. this.GoodsTypeName2,
  316. this.GoodsTypeName,
  317. this.GoodsCode,
  318. this.ProductionLineName,
  319. this.ProcedureName,
  320. this.porgname,
  321. this.CreateTime,
  322. this.UserCode,
  323. this.CreateUsercode,
  324. this.CreateUserName,
  325. this.corgname,
  326. this.GOODSLEVELNAME});
  327. this.dgvFinishedProduction.ColumnTreeView = null;
  328. this.dgvFinishedProduction.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)));
  329. this.dgvFinishedProduction.DynamicColumnName = "";
  330. this.dgvFinishedProduction.EnableHeadersVisualStyles = false;
  331. this.dgvFinishedProduction.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  332. this.dgvFinishedProduction.FormatQuantityColumns = null;
  333. this.dgvFinishedProduction.HorizontalMergeColumn = null;
  334. this.dgvFinishedProduction.IsAutoCountSum = true;
  335. this.dgvFinishedProduction.IsAutoResizeColumns = false;
  336. this.dgvFinishedProduction.IsClickF12 = false;
  337. this.dgvFinishedProduction.IsOpenMergeCellFlag = false;
  338. this.dgvFinishedProduction.IsSubTotalFlag = false;
  339. this.dgvFinishedProduction.IsTopDeep = false;
  340. this.dgvFinishedProduction.Location = new System.Drawing.Point(0, 117);
  341. this.dgvFinishedProduction.MergeColumnNames = null;
  342. this.dgvFinishedProduction.MergeDetailColumnNames = null;
  343. this.dgvFinishedProduction.MergeDetailOnlyColumn = null;
  344. this.dgvFinishedProduction.MergeOnlyColumn = null;
  345. this.dgvFinishedProduction.MultiSelect = false;
  346. this.dgvFinishedProduction.Name = "dgvFinishedProduction";
  347. this.dgvFinishedProduction.ReadOnly = true;
  348. this.dgvFinishedProduction.RefreshAtHscroll = false;
  349. this.dgvFinishedProduction.RowHeadersWidth = 50;
  350. this.dgvFinishedProduction.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  351. dataGridViewCellStyle4.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  352. this.dgvFinishedProduction.RowsDefaultCellStyle = dataGridViewCellStyle4;
  353. this.dgvFinishedProduction.RowTemplate.Height = 21;
  354. this.dgvFinishedProduction.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  355. this.dgvFinishedProduction.Size = new System.Drawing.Size(1119, 299);
  356. this.dgvFinishedProduction.SortOrderColumnName = null;
  357. this.dgvFinishedProduction.TabIndex = 2;
  358. this.dgvFinishedProduction.Tag = true;
  359. this.dgvFinishedProduction.TotalSumColumns = null;
  360. this.dgvFinishedProduction.ViewRowFilter = "";
  361. //
  362. // BarCode
  363. //
  364. this.BarCode.DataPropertyName = "BarCode";
  365. this.BarCode.HeaderText = "产品条码";
  366. this.BarCode.Name = "BarCode";
  367. this.BarCode.ReadOnly = true;
  368. //
  369. // GoodsTypeName2
  370. //
  371. this.GoodsTypeName2.DataPropertyName = "GoodsTypeName2";
  372. this.GoodsTypeName2.HeaderText = "产品二级类别";
  373. this.GoodsTypeName2.Name = "GoodsTypeName2";
  374. this.GoodsTypeName2.ReadOnly = true;
  375. //
  376. // GoodsTypeName
  377. //
  378. this.GoodsTypeName.DataPropertyName = "GoodsTypeName";
  379. this.GoodsTypeName.HeaderText = "产品类别";
  380. this.GoodsTypeName.Name = "GoodsTypeName";
  381. this.GoodsTypeName.ReadOnly = true;
  382. //
  383. // GoodsCode
  384. //
  385. this.GoodsCode.DataPropertyName = "GoodsCode";
  386. this.GoodsCode.HeaderText = "产品编码";
  387. this.GoodsCode.Name = "GoodsCode";
  388. this.GoodsCode.ReadOnly = true;
  389. //
  390. // ProductionLineName
  391. //
  392. this.ProductionLineName.DataPropertyName = "ProductionLineName";
  393. this.ProductionLineName.HeaderText = "生产线";
  394. this.ProductionLineName.Name = "ProductionLineName";
  395. this.ProductionLineName.ReadOnly = true;
  396. //
  397. // ProcedureName
  398. //
  399. this.ProcedureName.DataPropertyName = "ProcedureName";
  400. this.ProcedureName.HeaderText = "生产工序";
  401. this.ProcedureName.Name = "ProcedureName";
  402. this.ProcedureName.ReadOnly = true;
  403. //
  404. // porgname
  405. //
  406. this.porgname.DataPropertyName = "porgname";
  407. this.porgname.HeaderText = "工序部门";
  408. this.porgname.Name = "porgname";
  409. this.porgname.ReadOnly = true;
  410. //
  411. // CreateTime
  412. //
  413. this.CreateTime.DataPropertyName = "CreateTime";
  414. dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  415. dataGridViewCellStyle3.Format = "yyyy-MM-dd HH:mm:ss";
  416. this.CreateTime.DefaultCellStyle = dataGridViewCellStyle3;
  417. this.CreateTime.HeaderText = "生产时间";
  418. this.CreateTime.Name = "CreateTime";
  419. this.CreateTime.ReadOnly = true;
  420. //
  421. // UserCode
  422. //
  423. this.UserCode.DataPropertyName = "UserCode";
  424. this.UserCode.HeaderText = "生产工号";
  425. this.UserCode.Name = "UserCode";
  426. this.UserCode.ReadOnly = true;
  427. //
  428. // CreateUsercode
  429. //
  430. this.CreateUsercode.DataPropertyName = "CreateUsercode";
  431. this.CreateUsercode.HeaderText = "操作工号";
  432. this.CreateUsercode.Name = "CreateUsercode";
  433. this.CreateUsercode.ReadOnly = true;
  434. //
  435. // CreateUserName
  436. //
  437. this.CreateUserName.DataPropertyName = "CreateUserName";
  438. this.CreateUserName.HeaderText = "操作者";
  439. this.CreateUserName.Name = "CreateUserName";
  440. this.CreateUserName.ReadOnly = true;
  441. //
  442. // corgname
  443. //
  444. this.corgname.DataPropertyName = "corgname";
  445. this.corgname.HeaderText = "操作部门";
  446. this.corgname.Name = "corgname";
  447. this.corgname.ReadOnly = true;
  448. //
  449. // GOODSLEVELNAME
  450. //
  451. this.GOODSLEVELNAME.DataPropertyName = "GOODSLEVELNAME";
  452. this.GOODSLEVELNAME.HeaderText = "操作说明";
  453. this.GOODSLEVELNAME.Name = "GOODSLEVELNAME";
  454. this.GOODSLEVELNAME.ReadOnly = true;
  455. //
  456. // lblGoodsType
  457. //
  458. this.lblGoodsType.AutoSize = true;
  459. this.lblGoodsType.BackColor = System.Drawing.SystemColors.Control;
  460. this.lblGoodsType.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  461. this.lblGoodsType.ForeColor = System.Drawing.SystemColors.ControlText;
  462. this.lblGoodsType.Location = new System.Drawing.Point(197, 23);
  463. this.lblGoodsType.Name = "lblGoodsType";
  464. this.lblGoodsType.Size = new System.Drawing.Size(53, 12);
  465. this.lblGoodsType.TabIndex = 23;
  466. this.lblGoodsType.Text = "产品类别";
  467. //
  468. // scbGoodsType
  469. //
  470. this.scbGoodsType.CheckedData = null;
  471. this.scbGoodsType.IsOnlyDisplayEnd = false;
  472. this.scbGoodsType.Location = new System.Drawing.Point(256, 20);
  473. this.scbGoodsType.MultiSelect = false;
  474. this.scbGoodsType.Name = "scbGoodsType";
  475. this.scbGoodsType.Size = new System.Drawing.Size(120, 21);
  476. this.scbGoodsType.TabIndex = 22;
  477. //
  478. // F_RPT_010403
  479. //
  480. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  481. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  482. this.ClientSize = new System.Drawing.Size(1131, 416);
  483. this.Controls.Add(this.gbxCondition);
  484. this.Controls.Add(this.tsrOperate);
  485. this.Controls.Add(this.dgvFinishedProduction);
  486. this.Name = "F_RPT_010403";
  487. this.Text = "生产数据明细表";
  488. this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.F_RPT_010402_FormClosed);
  489. this.Load += new System.EventHandler(this.F_RPT_010402_Load);
  490. this.gbxCondition.ResumeLayout(false);
  491. this.gbxCondition.PerformLayout();
  492. this.tsrOperate.ResumeLayout(false);
  493. this.tsrOperate.PerformLayout();
  494. ((System.ComponentModel.ISupportInitialize)(this.dgvFinishedProduction)).EndInit();
  495. this.ResumeLayout(false);
  496. }
  497. #endregion
  498. private System.Windows.Forms.ToolStripButton tsbtnAdaptive;
  499. private System.Windows.Forms.ToolStripButton tsbtnClose;
  500. private Basics.BaseControls.C_GroupBox gbxCondition;
  501. private Basics.BaseControls.C_Button btnClearCondition;
  502. private Basics.BaseControls.C_Button btnSearch;
  503. private Basics.BaseControls.C_Label lblBarCode;
  504. private Basics.BaseControls.C_ToolStrip tsrOperate;
  505. private Basics.BaseControls.C_DataGridView dgvFinishedProduction;
  506. private Basics.BaseControls.C_Label lblEnd;
  507. private Basics.BaseControls.C_DateTimePicker dtpDateEnd;
  508. private Basics.BaseControls.C_DateTimePicker dtpDateStart;
  509. private Basics.BaseControls.C_Label lblStart;
  510. private Controls.SearchTextBox.dkproductionLineSearchBox dkproductionLineSearchBox;
  511. private Basics.BaseControls.C_TXT_BarCode txtBarCode;
  512. private Basics.BaseControls.C_Label c_Label1;
  513. private Basics.BaseControls.C_TextBox txtGoodsCode;
  514. private System.Windows.Forms.DataGridViewTextBoxColumn BarCode;
  515. private System.Windows.Forms.DataGridViewTextBoxColumn GoodsTypeName2;
  516. private System.Windows.Forms.DataGridViewTextBoxColumn GoodsTypeName;
  517. private System.Windows.Forms.DataGridViewTextBoxColumn GoodsCode;
  518. private System.Windows.Forms.DataGridViewTextBoxColumn ProductionLineName;
  519. private System.Windows.Forms.DataGridViewTextBoxColumn ProcedureName;
  520. private System.Windows.Forms.DataGridViewTextBoxColumn porgname;
  521. private System.Windows.Forms.DataGridViewTextBoxColumn CreateTime;
  522. private System.Windows.Forms.DataGridViewTextBoxColumn UserCode;
  523. private System.Windows.Forms.DataGridViewTextBoxColumn CreateUsercode;
  524. private System.Windows.Forms.DataGridViewTextBoxColumn CreateUserName;
  525. private System.Windows.Forms.DataGridViewTextBoxColumn corgname;
  526. private System.Windows.Forms.DataGridViewTextBoxColumn GOODSLEVELNAME;
  527. private Basics.BaseControls.C_Label lblGoodsType;
  528. private Controls.SearchBox.ScbGoodsType scbGoodsType;
  529. }
  530. }