F_RPT_010403.Designer.cs 28 KB

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