F_RPT_010403.Designer.cs 31 KB

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