F_RPT_030104_1.Designer.cs 58 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067
  1. namespace Dongke.IBOSS.PRD.Client.ReportModule
  2. {
  3. partial class F_RPT_030104_1
  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_030104_1));
  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. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
  34. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
  35. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle8 = new System.Windows.Forms.DataGridViewCellStyle();
  36. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle();
  37. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle9 = new System.Windows.Forms.DataGridViewCellStyle();
  38. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle10 = new System.Windows.Forms.DataGridViewCellStyle();
  39. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle12 = new System.Windows.Forms.DataGridViewCellStyle();
  40. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle11 = new System.Windows.Forms.DataGridViewCellStyle();
  41. this.tsbtnAdaptive = new System.Windows.Forms.ToolStripButton();
  42. this.gbxCondition = new Dongke.IBOSS.PRD.Basics.BaseControls.C_GroupBox();
  43. this.lblGoodsType = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  44. this.scbGoodsType = new Dongke.IBOSS.PRD.Client.Controls.SearchBox.ScbGoodsType();
  45. this.txtKilnCarNumBegin = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TXT_Digital();
  46. this.txtKilnCarCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  47. this.c_Label1 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  48. this.lblKilnCar = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  49. this.ddlProcessModelType = new Dongke.IBOSS.PRD.Basics.BaseControls.DKListBoxComboBox();
  50. this.c_Label3 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  51. this.dropKilnCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_ComboBox();
  52. this.lblKilnCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  53. this.dkUserInfoSearchBox = new Dongke.IBOSS.PRD.Client.Controls.SearchTextBox.dkUserInfoSearchBox();
  54. this.lblScrapDateStart = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  55. this.c_Label2 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  56. this.lblScrapDateEnd = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  57. this.dtpCreateDateEnd = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DateTimePicker();
  58. this.dtpCreateDateStart = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DateTimePicker();
  59. this.btnClearCondition = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  60. this.btnSearch = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  61. this.txtKilnCarNumEnd = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TXT_Digital();
  62. this.tsrOperate = new Dongke.IBOSS.PRD.Basics.BaseControls.C_ToolStrip();
  63. this.tsbtnClose = new System.Windows.Forms.ToolStripButton();
  64. this.tblKilnTotalModule = new System.Windows.Forms.TabControl();
  65. this.tapKlinCarTotal = new System.Windows.Forms.TabPage();
  66. this.dgvKilnCarTotal = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
  67. this.Proceduremodeltypename = new System.Windows.Forms.DataGridViewTextBoxColumn();
  68. this.KilnCode0 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  69. this.KillCarUserCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  70. this.KilnCarCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  71. this.Createtime = new System.Windows.Forms.DataGridViewTextBoxColumn();
  72. this.KilnCarCount = new System.Windows.Forms.DataGridViewTextBoxColumn();
  73. this.Remarks = new System.Windows.Forms.DataGridViewTextBoxColumn();
  74. this.tapKlinCarGoodsTotal = new System.Windows.Forms.TabPage();
  75. this.dgvKilnCarGoodsTotal = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
  76. this.colProceduremodeltypename = new System.Windows.Forms.DataGridViewTextBoxColumn();
  77. this.colKilnCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  78. this.colUserCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  79. this.colKilnCarCode0 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  80. this.ColCreateTime = new System.Windows.Forms.DataGridViewTextBoxColumn();
  81. this.colGoodsTypeName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  82. this.colGoodsCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  83. this.colGOODSSPECIFICATION = new System.Windows.Forms.DataGridViewTextBoxColumn();
  84. this.GoodsCount = new System.Windows.Forms.DataGridViewTextBoxColumn();
  85. this.tapKilnCarGoodsDetailTotel = new System.Windows.Forms.TabPage();
  86. this.dgvKilnCarGoodsDetailTotal = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
  87. this.Proceduremodeltype = new System.Windows.Forms.DataGridViewTextBoxColumn();
  88. this.BarcodeKilnCode0 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  89. this.UserCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  90. this.BarcodeKilnCarCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  91. this.barcodeCreateTime = new System.Windows.Forms.DataGridViewTextBoxColumn();
  92. this.GoodsTypeName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  93. this.GoodsCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  94. this.GOODSSPECIFICATION = new System.Windows.Forms.DataGridViewTextBoxColumn();
  95. this.Barcode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  96. this.LogoCodeName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  97. this.BarcodeCount = new System.Windows.Forms.DataGridViewTextBoxColumn();
  98. this.scbGoods = new Dongke.IBOSS.PRD.Client.Controls.SearchBox.ScbGoods();
  99. this.lblGoods = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  100. this.gbxCondition.SuspendLayout();
  101. this.tsrOperate.SuspendLayout();
  102. this.tblKilnTotalModule.SuspendLayout();
  103. this.tapKlinCarTotal.SuspendLayout();
  104. ((System.ComponentModel.ISupportInitialize)(this.dgvKilnCarTotal)).BeginInit();
  105. this.tapKlinCarGoodsTotal.SuspendLayout();
  106. ((System.ComponentModel.ISupportInitialize)(this.dgvKilnCarGoodsTotal)).BeginInit();
  107. this.tapKilnCarGoodsDetailTotel.SuspendLayout();
  108. ((System.ComponentModel.ISupportInitialize)(this.dgvKilnCarGoodsDetailTotal)).BeginInit();
  109. this.SuspendLayout();
  110. //
  111. // tsbtnAdaptive
  112. //
  113. this.tsbtnAdaptive.AutoSize = false;
  114. this.tsbtnAdaptive.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  115. this.tsbtnAdaptive.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  116. this.tsbtnAdaptive.ImageTransparentColor = System.Drawing.Color.Magenta;
  117. this.tsbtnAdaptive.Name = "tsbtnAdaptive";
  118. this.tsbtnAdaptive.Size = new System.Drawing.Size(90, 25);
  119. this.tsbtnAdaptive.Text = "自适应列宽(&A)";
  120. this.tsbtnAdaptive.Click += new System.EventHandler(this.tsbtnAdaptive_Click);
  121. //
  122. // gbxCondition
  123. //
  124. this.gbxCondition.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  125. | System.Windows.Forms.AnchorStyles.Right)));
  126. this.gbxCondition.BackColor = System.Drawing.Color.Transparent;
  127. this.gbxCondition.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("gbxCondition.BackgroundImage")));
  128. this.gbxCondition.Controls.Add(this.scbGoods);
  129. this.gbxCondition.Controls.Add(this.lblGoods);
  130. this.gbxCondition.Controls.Add(this.lblGoodsType);
  131. this.gbxCondition.Controls.Add(this.scbGoodsType);
  132. this.gbxCondition.Controls.Add(this.txtKilnCarNumBegin);
  133. this.gbxCondition.Controls.Add(this.txtKilnCarCode);
  134. this.gbxCondition.Controls.Add(this.c_Label1);
  135. this.gbxCondition.Controls.Add(this.lblKilnCar);
  136. this.gbxCondition.Controls.Add(this.ddlProcessModelType);
  137. this.gbxCondition.Controls.Add(this.c_Label3);
  138. this.gbxCondition.Controls.Add(this.dropKilnCode);
  139. this.gbxCondition.Controls.Add(this.lblKilnCode);
  140. this.gbxCondition.Controls.Add(this.dkUserInfoSearchBox);
  141. this.gbxCondition.Controls.Add(this.lblScrapDateStart);
  142. this.gbxCondition.Controls.Add(this.c_Label2);
  143. this.gbxCondition.Controls.Add(this.lblScrapDateEnd);
  144. this.gbxCondition.Controls.Add(this.dtpCreateDateEnd);
  145. this.gbxCondition.Controls.Add(this.dtpCreateDateStart);
  146. this.gbxCondition.Controls.Add(this.btnClearCondition);
  147. this.gbxCondition.Controls.Add(this.btnSearch);
  148. this.gbxCondition.Controls.Add(this.txtKilnCarNumEnd);
  149. this.gbxCondition.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  150. this.gbxCondition.ForeColor = System.Drawing.SystemColors.ControlText;
  151. this.gbxCondition.IsMustInput = false;
  152. this.gbxCondition.Location = new System.Drawing.Point(0, 38);
  153. this.gbxCondition.Name = "gbxCondition";
  154. this.gbxCondition.OriginalHeight = -1;
  155. this.gbxCondition.Size = new System.Drawing.Size(1119, 80);
  156. this.gbxCondition.TabIndex = 1;
  157. this.gbxCondition.TabStop = false;
  158. this.gbxCondition.Text = "查询条件 ▼";
  159. //
  160. // lblGoodsType
  161. //
  162. this.lblGoodsType.AutoSize = true;
  163. this.lblGoodsType.BackColor = System.Drawing.SystemColors.Control;
  164. this.lblGoodsType.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  165. this.lblGoodsType.ForeColor = System.Drawing.SystemColors.ControlText;
  166. this.lblGoodsType.Location = new System.Drawing.Point(15, 24);
  167. this.lblGoodsType.Name = "lblGoodsType";
  168. this.lblGoodsType.Size = new System.Drawing.Size(53, 12);
  169. this.lblGoodsType.TabIndex = 23;
  170. this.lblGoodsType.Text = "产品类别";
  171. //
  172. // scbGoodsType
  173. //
  174. this.scbGoodsType.CheckedData = null;
  175. this.scbGoodsType.IsOnlyDisplayEnd = false;
  176. this.scbGoodsType.Location = new System.Drawing.Point(75, 20);
  177. this.scbGoodsType.Name = "scbGoodsType";
  178. this.scbGoodsType.Size = new System.Drawing.Size(120, 21);
  179. this.scbGoodsType.TabIndex = 22;
  180. //
  181. // txtKilnCarNumBegin
  182. //
  183. this.txtKilnCarNumBegin.AllowNegative = false;
  184. this.txtKilnCarNumBegin.BackColor = System.Drawing.SystemColors.Window;
  185. this.txtKilnCarNumBegin.BackgroundColor = System.Drawing.SystemColors.Window;
  186. this.txtKilnCarNumBegin.ErrorMessage = "";
  187. this.txtKilnCarNumBegin.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  188. this.txtKilnCarNumBegin.HasComma = false;
  189. this.txtKilnCarNumBegin.ImeMode = System.Windows.Forms.ImeMode.Off;
  190. this.txtKilnCarNumBegin.Location = new System.Drawing.Point(657, 50);
  191. this.txtKilnCarNumBegin.MaxValue = new decimal(new int[] {
  192. 1410065407,
  193. 2,
  194. 0,
  195. 0});
  196. this.txtKilnCarNumBegin.MinValue = new decimal(new int[] {
  197. 0,
  198. 0,
  199. 0,
  200. 0});
  201. this.txtKilnCarNumBegin.Name = "txtKilnCarNumBegin";
  202. this.txtKilnCarNumBegin.Number = new System.Drawing.Point(10, 0);
  203. this.txtKilnCarNumBegin.Size = new System.Drawing.Size(73, 21);
  204. this.txtKilnCarNumBegin.TabIndex = 14;
  205. this.txtKilnCarNumBegin.TextValue = "";
  206. //
  207. // txtKilnCarCode
  208. //
  209. this.txtKilnCarCode.BackColor = System.Drawing.SystemColors.Window;
  210. this.txtKilnCarCode.BackgroundColor = System.Drawing.SystemColors.Window;
  211. this.txtKilnCarCode.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
  212. this.txtKilnCarCode.ErrorMessage = "";
  213. this.txtKilnCarCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  214. this.txtKilnCarCode.Location = new System.Drawing.Point(795, 20);
  215. this.txtKilnCarCode.Name = "txtKilnCarCode";
  216. this.txtKilnCarCode.Size = new System.Drawing.Size(73, 21);
  217. this.txtKilnCarCode.TabIndex = 6;
  218. this.txtKilnCarCode.TextValue = "";
  219. //
  220. // c_Label1
  221. //
  222. this.c_Label1.AutoSize = true;
  223. this.c_Label1.BackColor = System.Drawing.SystemColors.Control;
  224. this.c_Label1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  225. this.c_Label1.ForeColor = System.Drawing.SystemColors.ControlText;
  226. this.c_Label1.Location = new System.Drawing.Point(597, 54);
  227. this.c_Label1.Name = "c_Label1";
  228. this.c_Label1.Size = new System.Drawing.Size(53, 12);
  229. this.c_Label1.TabIndex = 13;
  230. this.c_Label1.Text = "窑车序号";
  231. //
  232. // lblKilnCar
  233. //
  234. this.lblKilnCar.AutoSize = true;
  235. this.lblKilnCar.BackColor = System.Drawing.SystemColors.Control;
  236. this.lblKilnCar.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  237. this.lblKilnCar.ForeColor = System.Drawing.SystemColors.ControlText;
  238. this.lblKilnCar.Location = new System.Drawing.Point(736, 24);
  239. this.lblKilnCar.Name = "lblKilnCar";
  240. this.lblKilnCar.Size = new System.Drawing.Size(53, 12);
  241. this.lblKilnCar.TabIndex = 5;
  242. this.lblKilnCar.Text = "窑车编码";
  243. //
  244. // ddlProcessModelType
  245. //
  246. this.ddlProcessModelType.BackColor = System.Drawing.Color.Yellow;
  247. this.ddlProcessModelType.BackgroundColor = System.Drawing.SystemColors.Window;
  248. this.ddlProcessModelType.DataSource = null;
  249. this.ddlProcessModelType.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  250. this.ddlProcessModelType.FormattingEnabled = true;
  251. this.ddlProcessModelType.IsMustInput = true;
  252. //
  253. //
  254. //
  255. this.ddlProcessModelType.ListBox.Dock = System.Windows.Forms.DockStyle.Fill;
  256. this.ddlProcessModelType.ListBox.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  257. this.ddlProcessModelType.ListBox.Location = new System.Drawing.Point(0, 0);
  258. this.ddlProcessModelType.ListBox.Name = "";
  259. this.ddlProcessModelType.ListBox.Size = new System.Drawing.Size(118, 136);
  260. this.ddlProcessModelType.ListBox.TabIndex = 0;
  261. this.ddlProcessModelType.Location = new System.Drawing.Point(75, 50);
  262. this.ddlProcessModelType.Name = "ddlProcessModelType";
  263. this.ddlProcessModelType.Size = new System.Drawing.Size(120, 20);
  264. this.ddlProcessModelType.TabIndex = 8;
  265. //
  266. // c_Label3
  267. //
  268. this.c_Label3.AutoSize = true;
  269. this.c_Label3.BackColor = System.Drawing.Color.Transparent;
  270. this.c_Label3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  271. this.c_Label3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(155)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  272. this.c_Label3.IsMustInput = true;
  273. this.c_Label3.Location = new System.Drawing.Point(15, 54);
  274. this.c_Label3.Name = "c_Label3";
  275. this.c_Label3.Size = new System.Drawing.Size(53, 12);
  276. this.c_Label3.TabIndex = 7;
  277. this.c_Label3.Text = "工序类别";
  278. //
  279. // dropKilnCode
  280. //
  281. this.dropKilnCode.BackColor = System.Drawing.SystemColors.Window;
  282. this.dropKilnCode.BackgroundColor = System.Drawing.SystemColors.Window;
  283. this.dropKilnCode.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  284. this.dropKilnCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  285. this.dropKilnCode.FormattingEnabled = true;
  286. this.dropKilnCode.Location = new System.Drawing.Point(657, 20);
  287. this.dropKilnCode.Name = "dropKilnCode";
  288. this.dropKilnCode.Size = new System.Drawing.Size(73, 20);
  289. this.dropKilnCode.TabIndex = 4;
  290. //
  291. // lblKilnCode
  292. //
  293. this.lblKilnCode.AutoSize = true;
  294. this.lblKilnCode.BackColor = System.Drawing.SystemColors.Control;
  295. this.lblKilnCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  296. this.lblKilnCode.ForeColor = System.Drawing.SystemColors.ControlText;
  297. this.lblKilnCode.Location = new System.Drawing.Point(598, 24);
  298. this.lblKilnCode.Name = "lblKilnCode";
  299. this.lblKilnCode.Size = new System.Drawing.Size(53, 12);
  300. this.lblKilnCode.TabIndex = 3;
  301. this.lblKilnCode.Text = "窑炉编号";
  302. //
  303. // dkUserInfoSearchBox
  304. //
  305. this.dkUserInfoSearchBox.DataSource = null;
  306. this.dkUserInfoSearchBox.Enabled = true;
  307. this.dkUserInfoSearchBox.IsMustInput = false;
  308. this.dkUserInfoSearchBox.IsWorker = false;
  309. this.dkUserInfoSearchBox.Location = new System.Drawing.Point(399, 20);
  310. this.dkUserInfoSearchBox.Name = "dkUserInfoSearchBox";
  311. this.dkUserInfoSearchBox.PurviewType = ((byte)(0));
  312. this.dkUserInfoSearchBox.SelectMore = true;
  313. this.dkUserInfoSearchBox.Size = new System.Drawing.Size(193, 21);
  314. this.dkUserInfoSearchBox.TabIndex = 2;
  315. this.dkUserInfoSearchBox.Title = "生产工号";
  316. this.dkUserInfoSearchBox.TxtUserBackColor = System.Drawing.SystemColors.Control;
  317. this.dkUserInfoSearchBox.UserCode = "";
  318. this.dkUserInfoSearchBox.UserID = null;
  319. this.dkUserInfoSearchBox.UserIDS = null;
  320. this.dkUserInfoSearchBox.UserName = null;
  321. //
  322. // lblScrapDateStart
  323. //
  324. this.lblScrapDateStart.AutoSize = true;
  325. this.lblScrapDateStart.BackColor = System.Drawing.Color.Transparent;
  326. this.lblScrapDateStart.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  327. this.lblScrapDateStart.ForeColor = System.Drawing.SystemColors.ControlText;
  328. this.lblScrapDateStart.Location = new System.Drawing.Point(201, 54);
  329. this.lblScrapDateStart.Name = "lblScrapDateStart";
  330. this.lblScrapDateStart.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
  331. this.lblScrapDateStart.Size = new System.Drawing.Size(53, 12);
  332. this.lblScrapDateStart.TabIndex = 9;
  333. this.lblScrapDateStart.Text = "开始时间";
  334. //
  335. // c_Label2
  336. //
  337. this.c_Label2.AutoSize = true;
  338. this.c_Label2.BackColor = System.Drawing.Color.Transparent;
  339. this.c_Label2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  340. this.c_Label2.ForeColor = System.Drawing.SystemColors.ControlText;
  341. this.c_Label2.Location = new System.Drawing.Point(736, 54);
  342. this.c_Label2.Name = "c_Label2";
  343. this.c_Label2.Size = new System.Drawing.Size(53, 12);
  344. this.c_Label2.TabIndex = 15;
  345. this.c_Label2.Text = " 至 ";
  346. //
  347. // lblScrapDateEnd
  348. //
  349. this.lblScrapDateEnd.AutoSize = true;
  350. this.lblScrapDateEnd.BackColor = System.Drawing.Color.Transparent;
  351. this.lblScrapDateEnd.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  352. this.lblScrapDateEnd.ForeColor = System.Drawing.SystemColors.ControlText;
  353. this.lblScrapDateEnd.Location = new System.Drawing.Point(399, 54);
  354. this.lblScrapDateEnd.Name = "lblScrapDateEnd";
  355. this.lblScrapDateEnd.Size = new System.Drawing.Size(53, 12);
  356. this.lblScrapDateEnd.TabIndex = 11;
  357. this.lblScrapDateEnd.Text = " 至 ";
  358. //
  359. // dtpCreateDateEnd
  360. //
  361. this.dtpCreateDateEnd.CustomFormat = "yyyy-MM-dd HH:mm";
  362. this.dtpCreateDateEnd.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  363. this.dtpCreateDateEnd.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  364. this.dtpCreateDateEnd.Location = new System.Drawing.Point(458, 50);
  365. this.dtpCreateDateEnd.Name = "dtpCreateDateEnd";
  366. this.dtpCreateDateEnd.Size = new System.Drawing.Size(133, 21);
  367. this.dtpCreateDateEnd.TabIndex = 12;
  368. //
  369. // dtpCreateDateStart
  370. //
  371. this.dtpCreateDateStart.CustomFormat = "yyyy-MM-dd HH:mm";
  372. this.dtpCreateDateStart.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  373. this.dtpCreateDateStart.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  374. this.dtpCreateDateStart.Location = new System.Drawing.Point(260, 50);
  375. this.dtpCreateDateStart.Name = "dtpCreateDateStart";
  376. this.dtpCreateDateStart.Size = new System.Drawing.Size(133, 21);
  377. this.dtpCreateDateStart.TabIndex = 10;
  378. //
  379. // btnClearCondition
  380. //
  381. this.btnClearCondition.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  382. this.btnClearCondition.BackColor = System.Drawing.Color.Transparent;
  383. this.btnClearCondition.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnClearCondition.BackgroundImage")));
  384. this.btnClearCondition.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  385. this.btnClearCondition.ForeColor = System.Drawing.Color.White;
  386. this.btnClearCondition.Location = new System.Drawing.Point(1016, 45);
  387. this.btnClearCondition.Name = "btnClearCondition";
  388. this.btnClearCondition.Size = new System.Drawing.Size(85, 30);
  389. this.btnClearCondition.TabIndex = 18;
  390. this.btnClearCondition.Text = "清空条件(&C)";
  391. this.btnClearCondition.UseVisualStyleBackColor = true;
  392. this.btnClearCondition.Click += new System.EventHandler(this.btnClearCondition_Click);
  393. //
  394. // btnSearch
  395. //
  396. this.btnSearch.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  397. this.btnSearch.BackColor = System.Drawing.Color.Transparent;
  398. this.btnSearch.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSearch.BackgroundImage")));
  399. this.btnSearch.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  400. this.btnSearch.ForeColor = System.Drawing.Color.White;
  401. this.btnSearch.Location = new System.Drawing.Point(925, 45);
  402. this.btnSearch.Name = "btnSearch";
  403. this.btnSearch.Size = new System.Drawing.Size(85, 30);
  404. this.btnSearch.TabIndex = 17;
  405. this.btnSearch.Text = "查询(&Q)";
  406. this.btnSearch.UseVisualStyleBackColor = true;
  407. this.btnSearch.Click += new System.EventHandler(this.btnSearch_Click);
  408. //
  409. // txtKilnCarNumEnd
  410. //
  411. this.txtKilnCarNumEnd.AllowNegative = false;
  412. this.txtKilnCarNumEnd.BackColor = System.Drawing.SystemColors.Window;
  413. this.txtKilnCarNumEnd.BackgroundColor = System.Drawing.SystemColors.Window;
  414. this.txtKilnCarNumEnd.ErrorMessage = "";
  415. this.txtKilnCarNumEnd.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  416. this.txtKilnCarNumEnd.HasComma = false;
  417. this.txtKilnCarNumEnd.ImeMode = System.Windows.Forms.ImeMode.Off;
  418. this.txtKilnCarNumEnd.Location = new System.Drawing.Point(795, 50);
  419. this.txtKilnCarNumEnd.MaxValue = new decimal(new int[] {
  420. 1410065407,
  421. 2,
  422. 0,
  423. 0});
  424. this.txtKilnCarNumEnd.MinValue = new decimal(new int[] {
  425. 0,
  426. 0,
  427. 0,
  428. 0});
  429. this.txtKilnCarNumEnd.Name = "txtKilnCarNumEnd";
  430. this.txtKilnCarNumEnd.Number = new System.Drawing.Point(10, 0);
  431. this.txtKilnCarNumEnd.Size = new System.Drawing.Size(73, 21);
  432. this.txtKilnCarNumEnd.TabIndex = 16;
  433. this.txtKilnCarNumEnd.TextValue = "";
  434. //
  435. // tsrOperate
  436. //
  437. this.tsrOperate.AutoSize = false;
  438. this.tsrOperate.BackColor = System.Drawing.Color.Transparent;
  439. this.tsrOperate.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  440. this.tsrOperate.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  441. this.tsbtnAdaptive,
  442. this.tsbtnClose});
  443. this.tsrOperate.Location = new System.Drawing.Point(0, 0);
  444. this.tsrOperate.Name = "tsrOperate";
  445. this.tsrOperate.RenderMode = System.Windows.Forms.ToolStripRenderMode.System;
  446. this.tsrOperate.ShowItemToolTips = false;
  447. this.tsrOperate.Size = new System.Drawing.Size(1131, 35);
  448. this.tsrOperate.TabIndex = 0;
  449. this.tsrOperate.Text = "toolStrip1";
  450. //
  451. // tsbtnClose
  452. //
  453. this.tsbtnClose.AutoSize = false;
  454. this.tsbtnClose.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  455. this.tsbtnClose.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  456. this.tsbtnClose.ImageTransparentColor = System.Drawing.Color.Magenta;
  457. this.tsbtnClose.Name = "tsbtnClose";
  458. this.tsbtnClose.Size = new System.Drawing.Size(60, 25);
  459. this.tsbtnClose.Text = "关闭(&X)";
  460. this.tsbtnClose.Click += new System.EventHandler(this.tsbtnClose_Click);
  461. //
  462. // tblKilnTotalModule
  463. //
  464. this.tblKilnTotalModule.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  465. | System.Windows.Forms.AnchorStyles.Left)
  466. | System.Windows.Forms.AnchorStyles.Right)));
  467. this.tblKilnTotalModule.Controls.Add(this.tapKlinCarTotal);
  468. this.tblKilnTotalModule.Controls.Add(this.tapKlinCarGoodsTotal);
  469. this.tblKilnTotalModule.Controls.Add(this.tapKilnCarGoodsDetailTotel);
  470. this.tblKilnTotalModule.Location = new System.Drawing.Point(0, 125);
  471. this.tblKilnTotalModule.Margin = new System.Windows.Forms.Padding(0);
  472. this.tblKilnTotalModule.Multiline = true;
  473. this.tblKilnTotalModule.Name = "tblKilnTotalModule";
  474. this.tblKilnTotalModule.Padding = new System.Drawing.Point(0, 0);
  475. this.tblKilnTotalModule.SelectedIndex = 0;
  476. this.tblKilnTotalModule.Size = new System.Drawing.Size(1119, 364);
  477. this.tblKilnTotalModule.TabIndex = 2;
  478. this.tblKilnTotalModule.SelectedIndexChanged += new System.EventHandler(this.tblScrapTotalModule_SelectedIndexChanged);
  479. //
  480. // tapKlinCarTotal
  481. //
  482. this.tapKlinCarTotal.Controls.Add(this.dgvKilnCarTotal);
  483. this.tapKlinCarTotal.Location = new System.Drawing.Point(4, 22);
  484. this.tapKlinCarTotal.Margin = new System.Windows.Forms.Padding(0);
  485. this.tapKlinCarTotal.Name = "tapKlinCarTotal";
  486. this.tapKlinCarTotal.Size = new System.Drawing.Size(1111, 338);
  487. this.tapKlinCarTotal.TabIndex = 0;
  488. this.tapKlinCarTotal.Text = "窑车汇总表";
  489. this.tapKlinCarTotal.UseVisualStyleBackColor = true;
  490. //
  491. // dgvKilnCarTotal
  492. //
  493. this.dgvKilnCarTotal.AllowUserToAddRows = false;
  494. this.dgvKilnCarTotal.AllowUserToDeleteRows = false;
  495. this.dgvKilnCarTotal.AllowUserToModifyRows = true;
  496. this.dgvKilnCarTotal.AllowUserToOrderColumns = true;
  497. this.dgvKilnCarTotal.AllowUserToSortRows = false;
  498. dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
  499. this.dgvKilnCarTotal.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
  500. this.dgvKilnCarTotal.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  501. this.dgvKilnCarTotal.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
  502. this.dgvKilnCarTotal.CellHeight = 23;
  503. this.dgvKilnCarTotal.ChildNodeColumnName = null;
  504. this.dgvKilnCarTotal.ChildNodeColumnText = null;
  505. this.dgvKilnCarTotal.ColumnDeep = 1;
  506. this.dgvKilnCarTotal.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  507. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  508. dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70)))));
  509. dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  510. dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White;
  511. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  512. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  513. dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  514. this.dgvKilnCarTotal.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
  515. this.dgvKilnCarTotal.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  516. this.dgvKilnCarTotal.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  517. this.Proceduremodeltypename,
  518. this.KilnCode0,
  519. this.KillCarUserCode,
  520. this.KilnCarCode,
  521. this.Createtime,
  522. this.KilnCarCount,
  523. this.Remarks});
  524. this.dgvKilnCarTotal.ColumnTreeView = null;
  525. this.dgvKilnCarTotal.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)));
  526. this.dgvKilnCarTotal.Dock = System.Windows.Forms.DockStyle.Fill;
  527. this.dgvKilnCarTotal.DynamicColumnName = "";
  528. this.dgvKilnCarTotal.EnableHeadersVisualStyles = false;
  529. this.dgvKilnCarTotal.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  530. this.dgvKilnCarTotal.FormatQuantityColumns = null;
  531. this.dgvKilnCarTotal.HorizontalMergeColumn = null;
  532. this.dgvKilnCarTotal.IsAutoCountSum = true;
  533. this.dgvKilnCarTotal.IsAutoResizeColumns = false;
  534. this.dgvKilnCarTotal.IsClickF12 = false;
  535. this.dgvKilnCarTotal.IsOpenMergeCellFlag = false;
  536. this.dgvKilnCarTotal.IsSubTotalFlag = false;
  537. this.dgvKilnCarTotal.IsTopDeep = false;
  538. this.dgvKilnCarTotal.Location = new System.Drawing.Point(0, 0);
  539. this.dgvKilnCarTotal.Margin = new System.Windows.Forms.Padding(0);
  540. this.dgvKilnCarTotal.MergeColumnNames = null;
  541. this.dgvKilnCarTotal.MergeDetailColumnNames = null;
  542. this.dgvKilnCarTotal.MergeDetailOnlyColumn = null;
  543. this.dgvKilnCarTotal.MergeOnlyColumn = null;
  544. this.dgvKilnCarTotal.MultiSelect = false;
  545. this.dgvKilnCarTotal.Name = "dgvKilnCarTotal";
  546. this.dgvKilnCarTotal.ReadOnly = true;
  547. this.dgvKilnCarTotal.RefreshAtHscroll = false;
  548. this.dgvKilnCarTotal.RowHeadersWidth = 50;
  549. this.dgvKilnCarTotal.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  550. dataGridViewCellStyle4.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  551. this.dgvKilnCarTotal.RowsDefaultCellStyle = dataGridViewCellStyle4;
  552. this.dgvKilnCarTotal.RowTemplate.Height = 21;
  553. this.dgvKilnCarTotal.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  554. this.dgvKilnCarTotal.Size = new System.Drawing.Size(1111, 338);
  555. this.dgvKilnCarTotal.SortOrderColumnName = null;
  556. this.dgvKilnCarTotal.TabIndex = 0;
  557. this.dgvKilnCarTotal.Tag = true;
  558. this.dgvKilnCarTotal.TotalSumColumns = null;
  559. this.dgvKilnCarTotal.ViewRowFilter = "";
  560. //
  561. // Proceduremodeltypename
  562. //
  563. this.Proceduremodeltypename.DataPropertyName = "Proceduremodeltypename";
  564. this.Proceduremodeltypename.HeaderText = "工序类别";
  565. this.Proceduremodeltypename.Name = "Proceduremodeltypename";
  566. this.Proceduremodeltypename.ReadOnly = true;
  567. this.Proceduremodeltypename.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  568. //
  569. // KilnCode0
  570. //
  571. this.KilnCode0.DataPropertyName = "KilnCode";
  572. this.KilnCode0.HeaderText = "窑炉编号";
  573. this.KilnCode0.Name = "KilnCode0";
  574. this.KilnCode0.ReadOnly = true;
  575. this.KilnCode0.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  576. //
  577. // KillCarUserCode
  578. //
  579. this.KillCarUserCode.DataPropertyName = "UserCode";
  580. this.KillCarUserCode.HeaderText = "生产工号";
  581. this.KillCarUserCode.Name = "KillCarUserCode";
  582. this.KillCarUserCode.ReadOnly = true;
  583. this.KillCarUserCode.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  584. //
  585. // KilnCarCode
  586. //
  587. this.KilnCarCode.DataPropertyName = "KilnCarCode";
  588. this.KilnCarCode.HeaderText = "窑车编号";
  589. this.KilnCarCode.Name = "KilnCarCode";
  590. this.KilnCarCode.ReadOnly = true;
  591. this.KilnCarCode.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  592. //
  593. // Createtime
  594. //
  595. this.Createtime.DataPropertyName = "Createtime";
  596. this.Createtime.HeaderText = "生产时间";
  597. this.Createtime.Name = "Createtime";
  598. this.Createtime.ReadOnly = true;
  599. this.Createtime.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  600. this.Createtime.Width = 180;
  601. //
  602. // KilnCarCount
  603. //
  604. this.KilnCarCount.DataPropertyName = "KilnCarCount";
  605. dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
  606. this.KilnCarCount.DefaultCellStyle = dataGridViewCellStyle3;
  607. this.KilnCarCount.HeaderText = "统计车数";
  608. this.KilnCarCount.Name = "KilnCarCount";
  609. this.KilnCarCount.ReadOnly = true;
  610. this.KilnCarCount.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  611. //
  612. // Remarks
  613. //
  614. this.Remarks.DataPropertyName = "Remarks";
  615. this.Remarks.HeaderText = "备注";
  616. this.Remarks.Name = "Remarks";
  617. this.Remarks.ReadOnly = true;
  618. this.Remarks.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  619. //
  620. // tapKlinCarGoodsTotal
  621. //
  622. this.tapKlinCarGoodsTotal.Controls.Add(this.dgvKilnCarGoodsTotal);
  623. this.tapKlinCarGoodsTotal.Location = new System.Drawing.Point(4, 22);
  624. this.tapKlinCarGoodsTotal.Margin = new System.Windows.Forms.Padding(0);
  625. this.tapKlinCarGoodsTotal.Name = "tapKlinCarGoodsTotal";
  626. this.tapKlinCarGoodsTotal.Size = new System.Drawing.Size(1111, 338);
  627. this.tapKlinCarGoodsTotal.TabIndex = 1;
  628. this.tapKlinCarGoodsTotal.Text = "窑车产量汇总表";
  629. this.tapKlinCarGoodsTotal.UseVisualStyleBackColor = true;
  630. //
  631. // dgvKilnCarGoodsTotal
  632. //
  633. this.dgvKilnCarGoodsTotal.AllowUserToAddRows = false;
  634. this.dgvKilnCarGoodsTotal.AllowUserToDeleteRows = false;
  635. this.dgvKilnCarGoodsTotal.AllowUserToModifyRows = true;
  636. this.dgvKilnCarGoodsTotal.AllowUserToOrderColumns = true;
  637. this.dgvKilnCarGoodsTotal.AllowUserToSortRows = false;
  638. dataGridViewCellStyle5.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
  639. this.dgvKilnCarGoodsTotal.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle5;
  640. this.dgvKilnCarGoodsTotal.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  641. this.dgvKilnCarGoodsTotal.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
  642. this.dgvKilnCarGoodsTotal.CellHeight = 23;
  643. this.dgvKilnCarGoodsTotal.ChildNodeColumnName = null;
  644. this.dgvKilnCarGoodsTotal.ChildNodeColumnText = null;
  645. this.dgvKilnCarGoodsTotal.ColumnDeep = 1;
  646. this.dgvKilnCarGoodsTotal.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  647. dataGridViewCellStyle6.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  648. dataGridViewCellStyle6.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70)))));
  649. dataGridViewCellStyle6.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  650. dataGridViewCellStyle6.ForeColor = System.Drawing.Color.White;
  651. dataGridViewCellStyle6.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  652. dataGridViewCellStyle6.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  653. dataGridViewCellStyle6.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  654. this.dgvKilnCarGoodsTotal.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle6;
  655. this.dgvKilnCarGoodsTotal.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  656. this.dgvKilnCarGoodsTotal.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  657. this.colProceduremodeltypename,
  658. this.colKilnCode,
  659. this.colUserCode,
  660. this.colKilnCarCode0,
  661. this.ColCreateTime,
  662. this.colGoodsTypeName,
  663. this.colGoodsCode,
  664. this.colGOODSSPECIFICATION,
  665. this.GoodsCount});
  666. this.dgvKilnCarGoodsTotal.ColumnTreeView = null;
  667. this.dgvKilnCarGoodsTotal.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)));
  668. this.dgvKilnCarGoodsTotal.Dock = System.Windows.Forms.DockStyle.Fill;
  669. this.dgvKilnCarGoodsTotal.DynamicColumnName = "";
  670. this.dgvKilnCarGoodsTotal.EnableHeadersVisualStyles = false;
  671. this.dgvKilnCarGoodsTotal.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  672. this.dgvKilnCarGoodsTotal.FormatQuantityColumns = null;
  673. this.dgvKilnCarGoodsTotal.HorizontalMergeColumn = null;
  674. this.dgvKilnCarGoodsTotal.IsAutoCountSum = true;
  675. this.dgvKilnCarGoodsTotal.IsAutoResizeColumns = false;
  676. this.dgvKilnCarGoodsTotal.IsClickF12 = false;
  677. this.dgvKilnCarGoodsTotal.IsOpenMergeCellFlag = false;
  678. this.dgvKilnCarGoodsTotal.IsSubTotalFlag = false;
  679. this.dgvKilnCarGoodsTotal.IsTopDeep = false;
  680. this.dgvKilnCarGoodsTotal.Location = new System.Drawing.Point(0, 0);
  681. this.dgvKilnCarGoodsTotal.Margin = new System.Windows.Forms.Padding(0);
  682. this.dgvKilnCarGoodsTotal.MergeColumnNames = null;
  683. this.dgvKilnCarGoodsTotal.MergeDetailColumnNames = null;
  684. this.dgvKilnCarGoodsTotal.MergeDetailOnlyColumn = null;
  685. this.dgvKilnCarGoodsTotal.MergeOnlyColumn = null;
  686. this.dgvKilnCarGoodsTotal.MultiSelect = false;
  687. this.dgvKilnCarGoodsTotal.Name = "dgvKilnCarGoodsTotal";
  688. this.dgvKilnCarGoodsTotal.ReadOnly = true;
  689. this.dgvKilnCarGoodsTotal.RefreshAtHscroll = false;
  690. this.dgvKilnCarGoodsTotal.RowHeadersWidth = 50;
  691. this.dgvKilnCarGoodsTotal.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  692. dataGridViewCellStyle8.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  693. this.dgvKilnCarGoodsTotal.RowsDefaultCellStyle = dataGridViewCellStyle8;
  694. this.dgvKilnCarGoodsTotal.RowTemplate.Height = 21;
  695. this.dgvKilnCarGoodsTotal.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  696. this.dgvKilnCarGoodsTotal.Size = new System.Drawing.Size(1111, 338);
  697. this.dgvKilnCarGoodsTotal.SortOrderColumnName = null;
  698. this.dgvKilnCarGoodsTotal.TabIndex = 33;
  699. this.dgvKilnCarGoodsTotal.Tag = true;
  700. this.dgvKilnCarGoodsTotal.TotalSumColumns = null;
  701. this.dgvKilnCarGoodsTotal.ViewRowFilter = "";
  702. //
  703. // colProceduremodeltypename
  704. //
  705. this.colProceduremodeltypename.DataPropertyName = "Proceduremodeltypename";
  706. this.colProceduremodeltypename.HeaderText = "工序类别";
  707. this.colProceduremodeltypename.Name = "colProceduremodeltypename";
  708. this.colProceduremodeltypename.ReadOnly = true;
  709. this.colProceduremodeltypename.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  710. //
  711. // colKilnCode
  712. //
  713. this.colKilnCode.DataPropertyName = "KilnCode";
  714. this.colKilnCode.HeaderText = "窑炉编号";
  715. this.colKilnCode.Name = "colKilnCode";
  716. this.colKilnCode.ReadOnly = true;
  717. this.colKilnCode.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  718. //
  719. // colUserCode
  720. //
  721. this.colUserCode.DataPropertyName = "UserCode";
  722. this.colUserCode.HeaderText = "生产工号";
  723. this.colUserCode.Name = "colUserCode";
  724. this.colUserCode.ReadOnly = true;
  725. this.colUserCode.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  726. //
  727. // colKilnCarCode0
  728. //
  729. this.colKilnCarCode0.DataPropertyName = "KilnCarCode";
  730. this.colKilnCarCode0.HeaderText = "窑车编号";
  731. this.colKilnCarCode0.Name = "colKilnCarCode0";
  732. this.colKilnCarCode0.ReadOnly = true;
  733. this.colKilnCarCode0.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  734. //
  735. // ColCreateTime
  736. //
  737. this.ColCreateTime.DataPropertyName = "CreateTime";
  738. this.ColCreateTime.HeaderText = "生产时间";
  739. this.ColCreateTime.Name = "ColCreateTime";
  740. this.ColCreateTime.ReadOnly = true;
  741. this.ColCreateTime.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  742. this.ColCreateTime.Width = 180;
  743. //
  744. // colGoodsTypeName
  745. //
  746. this.colGoodsTypeName.DataPropertyName = "GoodsTypeName";
  747. this.colGoodsTypeName.HeaderText = "产品类别";
  748. this.colGoodsTypeName.Name = "colGoodsTypeName";
  749. this.colGoodsTypeName.ReadOnly = true;
  750. this.colGoodsTypeName.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  751. //
  752. // colGoodsCode
  753. //
  754. this.colGoodsCode.DataPropertyName = "GoodsCode";
  755. this.colGoodsCode.HeaderText = "产品编码";
  756. this.colGoodsCode.Name = "colGoodsCode";
  757. this.colGoodsCode.ReadOnly = true;
  758. this.colGoodsCode.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  759. //
  760. // colGOODSSPECIFICATION
  761. //
  762. this.colGOODSSPECIFICATION.DataPropertyName = "GOODSSPECIFICATION";
  763. this.colGOODSSPECIFICATION.HeaderText = "规格";
  764. this.colGOODSSPECIFICATION.Name = "colGOODSSPECIFICATION";
  765. this.colGOODSSPECIFICATION.ReadOnly = true;
  766. this.colGOODSSPECIFICATION.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  767. //
  768. // GoodsCount
  769. //
  770. this.GoodsCount.DataPropertyName = "GoodsCount";
  771. dataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
  772. this.GoodsCount.DefaultCellStyle = dataGridViewCellStyle7;
  773. this.GoodsCount.HeaderText = "统计数量";
  774. this.GoodsCount.Name = "GoodsCount";
  775. this.GoodsCount.ReadOnly = true;
  776. this.GoodsCount.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  777. //
  778. // tapKilnCarGoodsDetailTotel
  779. //
  780. this.tapKilnCarGoodsDetailTotel.Controls.Add(this.dgvKilnCarGoodsDetailTotal);
  781. this.tapKilnCarGoodsDetailTotel.Location = new System.Drawing.Point(4, 22);
  782. this.tapKilnCarGoodsDetailTotel.Margin = new System.Windows.Forms.Padding(0);
  783. this.tapKilnCarGoodsDetailTotel.Name = "tapKilnCarGoodsDetailTotel";
  784. this.tapKilnCarGoodsDetailTotel.Size = new System.Drawing.Size(1111, 338);
  785. this.tapKilnCarGoodsDetailTotel.TabIndex = 2;
  786. this.tapKilnCarGoodsDetailTotel.Text = "窑车产品明细表";
  787. this.tapKilnCarGoodsDetailTotel.UseVisualStyleBackColor = true;
  788. //
  789. // dgvKilnCarGoodsDetailTotal
  790. //
  791. this.dgvKilnCarGoodsDetailTotal.AllowUserToAddRows = false;
  792. this.dgvKilnCarGoodsDetailTotal.AllowUserToDeleteRows = false;
  793. this.dgvKilnCarGoodsDetailTotal.AllowUserToModifyRows = true;
  794. this.dgvKilnCarGoodsDetailTotal.AllowUserToOrderColumns = true;
  795. this.dgvKilnCarGoodsDetailTotal.AllowUserToSortRows = false;
  796. dataGridViewCellStyle9.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
  797. this.dgvKilnCarGoodsDetailTotal.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle9;
  798. this.dgvKilnCarGoodsDetailTotal.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  799. this.dgvKilnCarGoodsDetailTotal.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
  800. this.dgvKilnCarGoodsDetailTotal.CellHeight = 23;
  801. this.dgvKilnCarGoodsDetailTotal.ChildNodeColumnName = null;
  802. this.dgvKilnCarGoodsDetailTotal.ChildNodeColumnText = null;
  803. this.dgvKilnCarGoodsDetailTotal.ColumnDeep = 1;
  804. this.dgvKilnCarGoodsDetailTotal.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  805. dataGridViewCellStyle10.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  806. dataGridViewCellStyle10.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70)))));
  807. dataGridViewCellStyle10.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  808. dataGridViewCellStyle10.ForeColor = System.Drawing.Color.White;
  809. dataGridViewCellStyle10.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  810. dataGridViewCellStyle10.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  811. dataGridViewCellStyle10.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  812. this.dgvKilnCarGoodsDetailTotal.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle10;
  813. this.dgvKilnCarGoodsDetailTotal.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  814. this.dgvKilnCarGoodsDetailTotal.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  815. this.Proceduremodeltype,
  816. this.BarcodeKilnCode0,
  817. this.UserCode,
  818. this.BarcodeKilnCarCode,
  819. this.barcodeCreateTime,
  820. this.GoodsTypeName,
  821. this.GoodsCode,
  822. this.GOODSSPECIFICATION,
  823. this.Barcode,
  824. this.LogoCodeName,
  825. this.BarcodeCount});
  826. this.dgvKilnCarGoodsDetailTotal.ColumnTreeView = null;
  827. this.dgvKilnCarGoodsDetailTotal.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)));
  828. this.dgvKilnCarGoodsDetailTotal.Dock = System.Windows.Forms.DockStyle.Fill;
  829. this.dgvKilnCarGoodsDetailTotal.DynamicColumnName = "";
  830. this.dgvKilnCarGoodsDetailTotal.EnableHeadersVisualStyles = false;
  831. this.dgvKilnCarGoodsDetailTotal.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  832. this.dgvKilnCarGoodsDetailTotal.FormatQuantityColumns = null;
  833. this.dgvKilnCarGoodsDetailTotal.HorizontalMergeColumn = null;
  834. this.dgvKilnCarGoodsDetailTotal.IsAutoCountSum = true;
  835. this.dgvKilnCarGoodsDetailTotal.IsAutoResizeColumns = false;
  836. this.dgvKilnCarGoodsDetailTotal.IsClickF12 = false;
  837. this.dgvKilnCarGoodsDetailTotal.IsOpenMergeCellFlag = false;
  838. this.dgvKilnCarGoodsDetailTotal.IsSubTotalFlag = false;
  839. this.dgvKilnCarGoodsDetailTotal.IsTopDeep = false;
  840. this.dgvKilnCarGoodsDetailTotal.Location = new System.Drawing.Point(0, 0);
  841. this.dgvKilnCarGoodsDetailTotal.Margin = new System.Windows.Forms.Padding(0);
  842. this.dgvKilnCarGoodsDetailTotal.MergeColumnNames = null;
  843. this.dgvKilnCarGoodsDetailTotal.MergeDetailColumnNames = null;
  844. this.dgvKilnCarGoodsDetailTotal.MergeDetailOnlyColumn = null;
  845. this.dgvKilnCarGoodsDetailTotal.MergeOnlyColumn = null;
  846. this.dgvKilnCarGoodsDetailTotal.MultiSelect = false;
  847. this.dgvKilnCarGoodsDetailTotal.Name = "dgvKilnCarGoodsDetailTotal";
  848. this.dgvKilnCarGoodsDetailTotal.ReadOnly = true;
  849. this.dgvKilnCarGoodsDetailTotal.RefreshAtHscroll = false;
  850. this.dgvKilnCarGoodsDetailTotal.RowHeadersWidth = 50;
  851. this.dgvKilnCarGoodsDetailTotal.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  852. dataGridViewCellStyle12.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  853. this.dgvKilnCarGoodsDetailTotal.RowsDefaultCellStyle = dataGridViewCellStyle12;
  854. this.dgvKilnCarGoodsDetailTotal.RowTemplate.Height = 21;
  855. this.dgvKilnCarGoodsDetailTotal.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  856. this.dgvKilnCarGoodsDetailTotal.Size = new System.Drawing.Size(1111, 338);
  857. this.dgvKilnCarGoodsDetailTotal.SortOrderColumnName = null;
  858. this.dgvKilnCarGoodsDetailTotal.TabIndex = 34;
  859. this.dgvKilnCarGoodsDetailTotal.Tag = true;
  860. this.dgvKilnCarGoodsDetailTotal.TotalSumColumns = null;
  861. this.dgvKilnCarGoodsDetailTotal.ViewRowFilter = "";
  862. //
  863. // Proceduremodeltype
  864. //
  865. this.Proceduremodeltype.DataPropertyName = "Proceduremodeltypename";
  866. this.Proceduremodeltype.HeaderText = "工序类别";
  867. this.Proceduremodeltype.Name = "Proceduremodeltype";
  868. this.Proceduremodeltype.ReadOnly = true;
  869. this.Proceduremodeltype.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  870. //
  871. // BarcodeKilnCode0
  872. //
  873. this.BarcodeKilnCode0.DataPropertyName = "KilnCode";
  874. this.BarcodeKilnCode0.HeaderText = "窑炉编号";
  875. this.BarcodeKilnCode0.Name = "BarcodeKilnCode0";
  876. this.BarcodeKilnCode0.ReadOnly = true;
  877. this.BarcodeKilnCode0.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  878. //
  879. // UserCode
  880. //
  881. this.UserCode.DataPropertyName = "UserCode";
  882. this.UserCode.HeaderText = "生产工号";
  883. this.UserCode.Name = "UserCode";
  884. this.UserCode.ReadOnly = true;
  885. this.UserCode.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  886. //
  887. // BarcodeKilnCarCode
  888. //
  889. this.BarcodeKilnCarCode.DataPropertyName = "KilnCarCode";
  890. this.BarcodeKilnCarCode.HeaderText = "窑车编号";
  891. this.BarcodeKilnCarCode.Name = "BarcodeKilnCarCode";
  892. this.BarcodeKilnCarCode.ReadOnly = true;
  893. this.BarcodeKilnCarCode.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  894. //
  895. // barcodeCreateTime
  896. //
  897. this.barcodeCreateTime.DataPropertyName = "CreateTime";
  898. this.barcodeCreateTime.HeaderText = "生产时间";
  899. this.barcodeCreateTime.Name = "barcodeCreateTime";
  900. this.barcodeCreateTime.ReadOnly = true;
  901. this.barcodeCreateTime.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  902. this.barcodeCreateTime.Width = 180;
  903. //
  904. // GoodsTypeName
  905. //
  906. this.GoodsTypeName.DataPropertyName = "GoodsTypeName";
  907. this.GoodsTypeName.HeaderText = "产品类别";
  908. this.GoodsTypeName.Name = "GoodsTypeName";
  909. this.GoodsTypeName.ReadOnly = true;
  910. this.GoodsTypeName.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  911. //
  912. // GoodsCode
  913. //
  914. this.GoodsCode.DataPropertyName = "GoodsCode";
  915. this.GoodsCode.HeaderText = "产品编码";
  916. this.GoodsCode.Name = "GoodsCode";
  917. this.GoodsCode.ReadOnly = true;
  918. this.GoodsCode.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  919. //
  920. // GOODSSPECIFICATION
  921. //
  922. this.GOODSSPECIFICATION.DataPropertyName = "GOODSSPECIFICATION";
  923. this.GOODSSPECIFICATION.HeaderText = "规格";
  924. this.GOODSSPECIFICATION.Name = "GOODSSPECIFICATION";
  925. this.GOODSSPECIFICATION.ReadOnly = true;
  926. this.GOODSSPECIFICATION.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  927. //
  928. // Barcode
  929. //
  930. this.Barcode.DataPropertyName = "Barcode";
  931. this.Barcode.HeaderText = "产品条码";
  932. this.Barcode.Name = "Barcode";
  933. this.Barcode.ReadOnly = true;
  934. this.Barcode.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  935. //
  936. // LogoCodeName
  937. //
  938. this.LogoCodeName.DataPropertyName = "LogoCodeName";
  939. this.LogoCodeName.HeaderText = "商标";
  940. this.LogoCodeName.Name = "LogoCodeName";
  941. this.LogoCodeName.ReadOnly = true;
  942. //
  943. // BarcodeCount
  944. //
  945. this.BarcodeCount.DataPropertyName = "BarcodeCount";
  946. dataGridViewCellStyle11.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
  947. this.BarcodeCount.DefaultCellStyle = dataGridViewCellStyle11;
  948. this.BarcodeCount.HeaderText = "数量统计";
  949. this.BarcodeCount.Name = "BarcodeCount";
  950. this.BarcodeCount.ReadOnly = true;
  951. this.BarcodeCount.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  952. //
  953. // scbGoods
  954. //
  955. this.scbGoods.CheckedData = null;
  956. this.scbGoods.Location = new System.Drawing.Point(260, 20);
  957. this.scbGoods.MultiSelect = true;
  958. this.scbGoods.Name = "scbGoods";
  959. this.scbGoods.Size = new System.Drawing.Size(133, 21);
  960. this.scbGoods.TabIndex = 34;
  961. //
  962. // lblGoods
  963. //
  964. this.lblGoods.AutoSize = true;
  965. this.lblGoods.BackColor = System.Drawing.Color.Transparent;
  966. this.lblGoods.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  967. this.lblGoods.ForeColor = System.Drawing.SystemColors.ControlText;
  968. this.lblGoods.Location = new System.Drawing.Point(201, 24);
  969. this.lblGoods.Name = "lblGoods";
  970. this.lblGoods.Size = new System.Drawing.Size(53, 12);
  971. this.lblGoods.TabIndex = 33;
  972. this.lblGoods.Text = "产品名称";
  973. //
  974. // F_RPT_030104_1
  975. //
  976. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  977. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  978. this.ClientSize = new System.Drawing.Size(1131, 486);
  979. this.Controls.Add(this.gbxCondition);
  980. this.Controls.Add(this.tsrOperate);
  981. this.Controls.Add(this.tblKilnTotalModule);
  982. this.Name = "F_RPT_030104_1";
  983. this.RightToLeftLayout = true;
  984. this.Text = "窑车产量汇总表";
  985. this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.F_RPT_030104_1_FormClosed);
  986. this.Load += new System.EventHandler(this.F_RPT_030104_1_Load);
  987. this.gbxCondition.ResumeLayout(false);
  988. this.gbxCondition.PerformLayout();
  989. this.tsrOperate.ResumeLayout(false);
  990. this.tsrOperate.PerformLayout();
  991. this.tblKilnTotalModule.ResumeLayout(false);
  992. this.tapKlinCarTotal.ResumeLayout(false);
  993. ((System.ComponentModel.ISupportInitialize)(this.dgvKilnCarTotal)).EndInit();
  994. this.tapKlinCarGoodsTotal.ResumeLayout(false);
  995. ((System.ComponentModel.ISupportInitialize)(this.dgvKilnCarGoodsTotal)).EndInit();
  996. this.tapKilnCarGoodsDetailTotel.ResumeLayout(false);
  997. ((System.ComponentModel.ISupportInitialize)(this.dgvKilnCarGoodsDetailTotal)).EndInit();
  998. this.ResumeLayout(false);
  999. }
  1000. #endregion
  1001. private System.Windows.Forms.ToolStripButton tsbtnAdaptive;
  1002. private Basics.BaseControls.C_GroupBox gbxCondition;
  1003. private Controls.SearchTextBox.dkUserInfoSearchBox dkUserInfoSearchBox;
  1004. private Basics.BaseControls.C_Label lblScrapDateStart;
  1005. private Basics.BaseControls.C_Label lblScrapDateEnd;
  1006. private Basics.BaseControls.C_DateTimePicker dtpCreateDateEnd;
  1007. private Basics.BaseControls.C_DateTimePicker dtpCreateDateStart;
  1008. private Basics.BaseControls.C_Button btnClearCondition;
  1009. private Basics.BaseControls.C_Button btnSearch;
  1010. private Basics.BaseControls.C_ToolStrip tsrOperate;
  1011. private System.Windows.Forms.ToolStripButton tsbtnClose;
  1012. private System.Windows.Forms.TabControl tblKilnTotalModule;
  1013. private System.Windows.Forms.TabPage tapKlinCarTotal;
  1014. private Basics.BaseControls.C_DataGridView dgvKilnCarTotal;
  1015. private System.Windows.Forms.TabPage tapKlinCarGoodsTotal;
  1016. private Basics.BaseControls.C_DataGridView dgvKilnCarGoodsTotal;
  1017. private System.Windows.Forms.TabPage tapKilnCarGoodsDetailTotel;
  1018. private Basics.BaseControls.C_DataGridView dgvKilnCarGoodsDetailTotal;
  1019. private Basics.BaseControls.C_ComboBox dropKilnCode;
  1020. private Basics.BaseControls.C_Label lblKilnCode;
  1021. private Basics.BaseControls.C_Label lblKilnCar;
  1022. private Basics.BaseControls.DKListBoxComboBox ddlProcessModelType;
  1023. private Basics.BaseControls.C_Label c_Label3;
  1024. private System.Windows.Forms.DataGridViewTextBoxColumn Proceduremodeltypename;
  1025. private System.Windows.Forms.DataGridViewTextBoxColumn KilnCode0;
  1026. private System.Windows.Forms.DataGridViewTextBoxColumn KillCarUserCode;
  1027. private System.Windows.Forms.DataGridViewTextBoxColumn KilnCarCode;
  1028. private System.Windows.Forms.DataGridViewTextBoxColumn Createtime;
  1029. private System.Windows.Forms.DataGridViewTextBoxColumn KilnCarCount;
  1030. private System.Windows.Forms.DataGridViewTextBoxColumn Remarks;
  1031. private Basics.BaseControls.C_TextBox txtKilnCarCode;
  1032. private Basics.BaseControls.C_TXT_Digital txtKilnCarNumBegin;
  1033. private Basics.BaseControls.C_Label c_Label1;
  1034. private Basics.BaseControls.C_Label c_Label2;
  1035. private Basics.BaseControls.C_TXT_Digital txtKilnCarNumEnd;
  1036. private System.Windows.Forms.DataGridViewTextBoxColumn colProceduremodeltypename;
  1037. private System.Windows.Forms.DataGridViewTextBoxColumn colKilnCode;
  1038. private System.Windows.Forms.DataGridViewTextBoxColumn colUserCode;
  1039. private System.Windows.Forms.DataGridViewTextBoxColumn colKilnCarCode0;
  1040. private System.Windows.Forms.DataGridViewTextBoxColumn ColCreateTime;
  1041. private System.Windows.Forms.DataGridViewTextBoxColumn colGoodsTypeName;
  1042. private System.Windows.Forms.DataGridViewTextBoxColumn colGoodsCode;
  1043. private System.Windows.Forms.DataGridViewTextBoxColumn colGOODSSPECIFICATION;
  1044. private System.Windows.Forms.DataGridViewTextBoxColumn GoodsCount;
  1045. private System.Windows.Forms.DataGridViewTextBoxColumn Proceduremodeltype;
  1046. private System.Windows.Forms.DataGridViewTextBoxColumn BarcodeKilnCode0;
  1047. private System.Windows.Forms.DataGridViewTextBoxColumn UserCode;
  1048. private System.Windows.Forms.DataGridViewTextBoxColumn BarcodeKilnCarCode;
  1049. private System.Windows.Forms.DataGridViewTextBoxColumn barcodeCreateTime;
  1050. private System.Windows.Forms.DataGridViewTextBoxColumn GoodsTypeName;
  1051. private System.Windows.Forms.DataGridViewTextBoxColumn GoodsCode;
  1052. private System.Windows.Forms.DataGridViewTextBoxColumn GOODSSPECIFICATION;
  1053. private System.Windows.Forms.DataGridViewTextBoxColumn Barcode;
  1054. private System.Windows.Forms.DataGridViewTextBoxColumn LogoCodeName;
  1055. private System.Windows.Forms.DataGridViewTextBoxColumn BarcodeCount;
  1056. private Basics.BaseControls.C_Label lblGoodsType;
  1057. private Controls.SearchBox.ScbGoodsType scbGoodsType;
  1058. private Controls.SearchBox.ScbGoods scbGoods;
  1059. private Basics.BaseControls.C_Label lblGoods;
  1060. }
  1061. }