F_RPT_020104.Designer.cs 45 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748
  1. namespace Dongke.IBOSS.PRD.Client.ReportModule
  2. {
  3. partial class F_RPT_020104
  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_020104));
  29. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
  30. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
  31. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
  32. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
  33. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
  34. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle();
  35. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
  36. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle8 = new System.Windows.Forms.DataGridViewCellStyle();
  37. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle9 = new System.Windows.Forms.DataGridViewCellStyle();
  38. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle11 = new System.Windows.Forms.DataGridViewCellStyle();
  39. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle10 = new System.Windows.Forms.DataGridViewCellStyle();
  40. this.c_Label1 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  41. this.txtKilnCarCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  42. this.lblKiln = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  43. this.tsrOperate = new Dongke.IBOSS.PRD.Basics.BaseControls.C_ToolStrip();
  44. this.tsbtnAdaptive = new System.Windows.Forms.ToolStripButton();
  45. this.tsbtnClose = new System.Windows.Forms.ToolStripButton();
  46. this.gbxCondition = new Dongke.IBOSS.PRD.Basics.BaseControls.C_GroupBox();
  47. this.cmbKiln = new Dongke.IBOSS.PRD.Basics.BaseControls.C_ComboBox();
  48. this.btnClearCondition = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  49. this.btnSearch = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  50. this.splitContainer1 = new System.Windows.Forms.SplitContainer();
  51. this.dgvKilnCar = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
  52. this.kilncode1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  53. this.kilntype = new System.Windows.Forms.DataGridViewTextBoxColumn();
  54. this.kilncarcode1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  55. this.MaxGoodsNum = new System.Windows.Forms.DataGridViewTextBoxColumn();
  56. this.procedurename = new System.Windows.Forms.DataGridViewTextBoxColumn();
  57. this.tabControl1 = new System.Windows.Forms.TabControl();
  58. this.tabPage1 = new System.Windows.Forms.TabPage();
  59. this.dgvKilnCarDetail = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
  60. this.procedurename1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  61. this.proceduretime = new System.Windows.Forms.DataGridViewTextBoxColumn();
  62. this.usercode1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  63. this.CreateUserName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  64. this.remarks1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  65. this.tabPage2 = new System.Windows.Forms.TabPage();
  66. this.dgvKilnCarGoods = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
  67. this.Barcode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  68. this.LogoCodeName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  69. this.goodscode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  70. this.KilnCarPosition = new System.Windows.Forms.DataGridViewTextBoxColumn();
  71. this.usercode2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  72. this.staffname = new System.Windows.Forms.DataGridViewTextBoxColumn();
  73. this.createtime = new System.Windows.Forms.DataGridViewTextBoxColumn();
  74. this.createusername2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  75. this.tsrOperate.SuspendLayout();
  76. this.gbxCondition.SuspendLayout();
  77. ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
  78. this.splitContainer1.Panel1.SuspendLayout();
  79. this.splitContainer1.Panel2.SuspendLayout();
  80. this.splitContainer1.SuspendLayout();
  81. ((System.ComponentModel.ISupportInitialize)(this.dgvKilnCar)).BeginInit();
  82. this.tabControl1.SuspendLayout();
  83. this.tabPage1.SuspendLayout();
  84. ((System.ComponentModel.ISupportInitialize)(this.dgvKilnCarDetail)).BeginInit();
  85. this.tabPage2.SuspendLayout();
  86. ((System.ComponentModel.ISupportInitialize)(this.dgvKilnCarGoods)).BeginInit();
  87. this.SuspendLayout();
  88. //
  89. // c_Label1
  90. //
  91. this.c_Label1.AutoSize = true;
  92. this.c_Label1.BackColor = System.Drawing.Color.Transparent;
  93. this.c_Label1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  94. this.c_Label1.ForeColor = System.Drawing.SystemColors.ControlText;
  95. this.c_Label1.Location = new System.Drawing.Point(384, 56);
  96. this.c_Label1.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  97. this.c_Label1.Name = "c_Label1";
  98. this.c_Label1.Size = new System.Drawing.Size(106, 24);
  99. this.c_Label1.TabIndex = 2;
  100. this.c_Label1.Text = "窑炉车号";
  101. //
  102. // txtKilnCarCode
  103. //
  104. this.txtKilnCarCode.BackColor = System.Drawing.SystemColors.Window;
  105. this.txtKilnCarCode.BackgroundColor = System.Drawing.SystemColors.Window;
  106. this.txtKilnCarCode.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
  107. this.txtKilnCarCode.ErrorMessage = "";
  108. this.txtKilnCarCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  109. this.txtKilnCarCode.Location = new System.Drawing.Point(502, 48);
  110. this.txtKilnCarCode.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6);
  111. this.txtKilnCarCode.MaxLength = 20;
  112. this.txtKilnCarCode.Name = "txtKilnCarCode";
  113. this.txtKilnCarCode.Size = new System.Drawing.Size(212, 35);
  114. this.txtKilnCarCode.TabIndex = 3;
  115. //
  116. // lblKiln
  117. //
  118. this.lblKiln.AutoSize = true;
  119. this.lblKiln.BackColor = System.Drawing.Color.Transparent;
  120. this.lblKiln.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  121. this.lblKiln.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(155)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  122. this.lblKiln.IsMustInput = true;
  123. this.lblKiln.Location = new System.Drawing.Point(40, 56);
  124. this.lblKiln.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  125. this.lblKiln.Name = "lblKiln";
  126. this.lblKiln.Size = new System.Drawing.Size(106, 24);
  127. this.lblKiln.TabIndex = 5;
  128. this.lblKiln.Text = "窑炉编码";
  129. //
  130. // tsrOperate
  131. //
  132. this.tsrOperate.AutoSize = false;
  133. this.tsrOperate.BackColor = System.Drawing.Color.Transparent;
  134. this.tsrOperate.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  135. this.tsrOperate.ImageScalingSize = new System.Drawing.Size(32, 32);
  136. this.tsrOperate.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  137. this.tsbtnAdaptive,
  138. this.tsbtnClose});
  139. this.tsrOperate.Location = new System.Drawing.Point(0, 0);
  140. this.tsrOperate.Name = "tsrOperate";
  141. this.tsrOperate.Padding = new System.Windows.Forms.Padding(0, 0, 4, 0);
  142. this.tsrOperate.RenderMode = System.Windows.Forms.ToolStripRenderMode.System;
  143. this.tsrOperate.ShowItemToolTips = false;
  144. this.tsrOperate.Size = new System.Drawing.Size(1854, 70);
  145. this.tsrOperate.TabIndex = 8;
  146. this.tsrOperate.Text = "toolStrip1";
  147. //
  148. // tsbtnAdaptive
  149. //
  150. this.tsbtnAdaptive.AutoSize = false;
  151. this.tsbtnAdaptive.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  152. this.tsbtnAdaptive.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  153. this.tsbtnAdaptive.ImageTransparentColor = System.Drawing.Color.Magenta;
  154. this.tsbtnAdaptive.Name = "tsbtnAdaptive";
  155. this.tsbtnAdaptive.Size = new System.Drawing.Size(90, 25);
  156. this.tsbtnAdaptive.Text = "自适应列宽(&A)";
  157. this.tsbtnAdaptive.Click += new System.EventHandler(this.tsbtnAdaptive_Click);
  158. //
  159. // tsbtnClose
  160. //
  161. this.tsbtnClose.AutoSize = false;
  162. this.tsbtnClose.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  163. this.tsbtnClose.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  164. this.tsbtnClose.ImageTransparentColor = System.Drawing.Color.Magenta;
  165. this.tsbtnClose.Name = "tsbtnClose";
  166. this.tsbtnClose.Size = new System.Drawing.Size(60, 25);
  167. this.tsbtnClose.Text = "关闭(&X)";
  168. this.tsbtnClose.Click += new System.EventHandler(this.tsbtnClose_Click);
  169. //
  170. // gbxCondition
  171. //
  172. this.gbxCondition.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  173. | System.Windows.Forms.AnchorStyles.Right)));
  174. this.gbxCondition.BackColor = System.Drawing.Color.Transparent;
  175. this.gbxCondition.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("gbxCondition.BackgroundImage")));
  176. this.gbxCondition.Controls.Add(this.cmbKiln);
  177. this.gbxCondition.Controls.Add(this.btnClearCondition);
  178. this.gbxCondition.Controls.Add(this.lblKiln);
  179. this.gbxCondition.Controls.Add(this.btnSearch);
  180. this.gbxCondition.Controls.Add(this.c_Label1);
  181. this.gbxCondition.Controls.Add(this.txtKilnCarCode);
  182. this.gbxCondition.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  183. this.gbxCondition.ForeColor = System.Drawing.SystemColors.ControlText;
  184. this.gbxCondition.IsMustInput = false;
  185. this.gbxCondition.Location = new System.Drawing.Point(0, 76);
  186. this.gbxCondition.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6);
  187. this.gbxCondition.Name = "gbxCondition";
  188. this.gbxCondition.OriginalHeight = -1;
  189. this.gbxCondition.Padding = new System.Windows.Forms.Padding(6, 6, 6, 6);
  190. this.gbxCondition.Size = new System.Drawing.Size(1830, 114);
  191. this.gbxCondition.TabIndex = 34;
  192. this.gbxCondition.TabStop = false;
  193. this.gbxCondition.Text = "查询条件 ▼";
  194. //
  195. // cmbKiln
  196. //
  197. this.cmbKiln.BackColor = System.Drawing.SystemColors.Window;
  198. this.cmbKiln.BackgroundColor = System.Drawing.SystemColors.Window;
  199. this.cmbKiln.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  200. this.cmbKiln.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  201. this.cmbKiln.FormattingEnabled = true;
  202. this.cmbKiln.Location = new System.Drawing.Point(156, 50);
  203. this.cmbKiln.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6);
  204. this.cmbKiln.Name = "cmbKiln";
  205. this.cmbKiln.Size = new System.Drawing.Size(212, 32);
  206. this.cmbKiln.TabIndex = 47;
  207. //
  208. // btnClearCondition
  209. //
  210. this.btnClearCondition.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  211. this.btnClearCondition.BackColor = System.Drawing.Color.Transparent;
  212. this.btnClearCondition.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnClearCondition.BackgroundImage")));
  213. this.btnClearCondition.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  214. this.btnClearCondition.ForeColor = System.Drawing.Color.White;
  215. this.btnClearCondition.Location = new System.Drawing.Point(1648, 36);
  216. this.btnClearCondition.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6);
  217. this.btnClearCondition.Name = "btnClearCondition";
  218. this.btnClearCondition.Size = new System.Drawing.Size(170, 60);
  219. this.btnClearCondition.TabIndex = 13;
  220. this.btnClearCondition.Text = "清空条件(&C)";
  221. this.btnClearCondition.UseVisualStyleBackColor = true;
  222. this.btnClearCondition.Click += new System.EventHandler(this.btnClearCondition_Click);
  223. //
  224. // btnSearch
  225. //
  226. this.btnSearch.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  227. this.btnSearch.BackColor = System.Drawing.Color.Transparent;
  228. this.btnSearch.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSearch.BackgroundImage")));
  229. this.btnSearch.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  230. this.btnSearch.ForeColor = System.Drawing.Color.White;
  231. this.btnSearch.Location = new System.Drawing.Point(1466, 36);
  232. this.btnSearch.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6);
  233. this.btnSearch.Name = "btnSearch";
  234. this.btnSearch.Size = new System.Drawing.Size(170, 60);
  235. this.btnSearch.TabIndex = 12;
  236. this.btnSearch.Text = "查询(&Q)";
  237. this.btnSearch.UseVisualStyleBackColor = true;
  238. this.btnSearch.Click += new System.EventHandler(this.btnSearch_Click);
  239. //
  240. // splitContainer1
  241. //
  242. this.splitContainer1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  243. | System.Windows.Forms.AnchorStyles.Left)
  244. | System.Windows.Forms.AnchorStyles.Right)));
  245. this.splitContainer1.Location = new System.Drawing.Point(0, 202);
  246. this.splitContainer1.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6);
  247. this.splitContainer1.Name = "splitContainer1";
  248. this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
  249. //
  250. // splitContainer1.Panel1
  251. //
  252. this.splitContainer1.Panel1.Controls.Add(this.dgvKilnCar);
  253. //
  254. // splitContainer1.Panel2
  255. //
  256. this.splitContainer1.Panel2.Controls.Add(this.tabControl1);
  257. this.splitContainer1.Size = new System.Drawing.Size(1830, 740);
  258. this.splitContainer1.SplitterDistance = 274;
  259. this.splitContainer1.SplitterWidth = 8;
  260. this.splitContainer1.TabIndex = 38;
  261. //
  262. // dgvKilnCar
  263. //
  264. this.dgvKilnCar.AllowUserToAddRows = false;
  265. this.dgvKilnCar.AllowUserToDeleteRows = false;
  266. this.dgvKilnCar.AllowUserToModifyRows = true;
  267. this.dgvKilnCar.AllowUserToOrderColumns = true;
  268. dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
  269. this.dgvKilnCar.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
  270. this.dgvKilnCar.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  271. this.dgvKilnCar.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
  272. this.dgvKilnCar.CellHeight = 23;
  273. this.dgvKilnCar.ChildNodeColumnName = null;
  274. this.dgvKilnCar.ChildNodeColumnText = null;
  275. this.dgvKilnCar.ColumnDeep = 1;
  276. this.dgvKilnCar.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  277. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  278. dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70)))));
  279. dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  280. dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White;
  281. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  282. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  283. dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  284. this.dgvKilnCar.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
  285. this.dgvKilnCar.ColumnHeadersHeight = 46;
  286. this.dgvKilnCar.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  287. this.dgvKilnCar.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  288. this.kilncode1,
  289. this.kilntype,
  290. this.kilncarcode1,
  291. this.MaxGoodsNum,
  292. this.procedurename});
  293. this.dgvKilnCar.ColumnTreeView = null;
  294. this.dgvKilnCar.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)));
  295. this.dgvKilnCar.Dock = System.Windows.Forms.DockStyle.Fill;
  296. this.dgvKilnCar.DynamicColumnName = "";
  297. this.dgvKilnCar.EnableHeadersVisualStyles = false;
  298. this.dgvKilnCar.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  299. this.dgvKilnCar.FormatQuantityColumns = null;
  300. this.dgvKilnCar.HorizontalMergeColumn = null;
  301. this.dgvKilnCar.IsAutoCountSum = true;
  302. this.dgvKilnCar.IsAutoResizeColumns = false;
  303. this.dgvKilnCar.IsClickF12 = false;
  304. this.dgvKilnCar.IsOpenMergeCellFlag = false;
  305. this.dgvKilnCar.IsSubTotalFlag = false;
  306. this.dgvKilnCar.IsTopDeep = false;
  307. this.dgvKilnCar.Location = new System.Drawing.Point(0, 0);
  308. this.dgvKilnCar.Margin = new System.Windows.Forms.Padding(0);
  309. this.dgvKilnCar.MergeColumnNames = null;
  310. this.dgvKilnCar.MergeDetailColumnNames = null;
  311. this.dgvKilnCar.MergeDetailOnlyColumn = null;
  312. this.dgvKilnCar.MergeOnlyColumn = null;
  313. this.dgvKilnCar.MultiSelect = false;
  314. this.dgvKilnCar.Name = "dgvKilnCar";
  315. this.dgvKilnCar.RefreshAtHscroll = false;
  316. this.dgvKilnCar.RowHeadersWidth = 50;
  317. this.dgvKilnCar.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  318. dataGridViewCellStyle3.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  319. this.dgvKilnCar.RowsDefaultCellStyle = dataGridViewCellStyle3;
  320. this.dgvKilnCar.RowTemplate.Height = 21;
  321. this.dgvKilnCar.Size = new System.Drawing.Size(1830, 274);
  322. this.dgvKilnCar.SortOrderColumnName = null;
  323. this.dgvKilnCar.TabIndex = 34;
  324. this.dgvKilnCar.Tag = true;
  325. this.dgvKilnCar.TotalSumColumns = null;
  326. this.dgvKilnCar.ViewRowFilter = "";
  327. this.dgvKilnCar.SelectionChanged += new System.EventHandler(this.dgvKilnCar_SelectionChanged);
  328. //
  329. // kilncode1
  330. //
  331. this.kilncode1.DataPropertyName = "kilncode";
  332. this.kilncode1.HeaderText = "窑炉编码";
  333. this.kilncode1.MinimumWidth = 10;
  334. this.kilncode1.Name = "kilncode1";
  335. this.kilncode1.ReadOnly = true;
  336. this.kilncode1.Width = 200;
  337. //
  338. // kilntype
  339. //
  340. this.kilntype.DataPropertyName = "kilntype";
  341. this.kilntype.HeaderText = "窑炉类型";
  342. this.kilntype.MinimumWidth = 10;
  343. this.kilntype.Name = "kilntype";
  344. this.kilntype.ReadOnly = true;
  345. this.kilntype.Width = 200;
  346. //
  347. // kilncarcode1
  348. //
  349. this.kilncarcode1.DataPropertyName = "kilncarcode";
  350. this.kilncarcode1.HeaderText = "窑车编码";
  351. this.kilncarcode1.MinimumWidth = 10;
  352. this.kilncarcode1.Name = "kilncarcode1";
  353. this.kilncarcode1.ReadOnly = true;
  354. this.kilncarcode1.Width = 200;
  355. //
  356. // MaxGoodsNum
  357. //
  358. this.MaxGoodsNum.DataPropertyName = "MaxGoodsNum";
  359. this.MaxGoodsNum.HeaderText = "最大产品数量";
  360. this.MaxGoodsNum.MinimumWidth = 10;
  361. this.MaxGoodsNum.Name = "MaxGoodsNum";
  362. this.MaxGoodsNum.ReadOnly = true;
  363. this.MaxGoodsNum.Resizable = System.Windows.Forms.DataGridViewTriState.False;
  364. this.MaxGoodsNum.Width = 200;
  365. //
  366. // procedurename
  367. //
  368. this.procedurename.DataPropertyName = "procedurename";
  369. this.procedurename.HeaderText = "当前工序";
  370. this.procedurename.MinimumWidth = 10;
  371. this.procedurename.Name = "procedurename";
  372. this.procedurename.ReadOnly = true;
  373. this.procedurename.Resizable = System.Windows.Forms.DataGridViewTriState.False;
  374. this.procedurename.Width = 200;
  375. //
  376. // tabControl1
  377. //
  378. this.tabControl1.Controls.Add(this.tabPage1);
  379. this.tabControl1.Controls.Add(this.tabPage2);
  380. this.tabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
  381. this.tabControl1.Location = new System.Drawing.Point(0, 0);
  382. this.tabControl1.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6);
  383. this.tabControl1.Name = "tabControl1";
  384. this.tabControl1.SelectedIndex = 0;
  385. this.tabControl1.Size = new System.Drawing.Size(1830, 458);
  386. this.tabControl1.TabIndex = 0;
  387. //
  388. // tabPage1
  389. //
  390. this.tabPage1.Controls.Add(this.dgvKilnCarDetail);
  391. this.tabPage1.Location = new System.Drawing.Point(8, 39);
  392. this.tabPage1.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6);
  393. this.tabPage1.Name = "tabPage1";
  394. this.tabPage1.Padding = new System.Windows.Forms.Padding(6, 6, 6, 6);
  395. this.tabPage1.Size = new System.Drawing.Size(1814, 411);
  396. this.tabPage1.TabIndex = 0;
  397. this.tabPage1.Text = "生产数据";
  398. this.tabPage1.UseVisualStyleBackColor = true;
  399. //
  400. // dgvKilnCarDetail
  401. //
  402. this.dgvKilnCarDetail.AllowUserToAddRows = false;
  403. this.dgvKilnCarDetail.AllowUserToModifyRows = true;
  404. this.dgvKilnCarDetail.AllowUserToOrderColumns = true;
  405. dataGridViewCellStyle4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
  406. this.dgvKilnCarDetail.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle4;
  407. this.dgvKilnCarDetail.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  408. | System.Windows.Forms.AnchorStyles.Left)
  409. | System.Windows.Forms.AnchorStyles.Right)));
  410. this.dgvKilnCarDetail.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  411. this.dgvKilnCarDetail.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
  412. this.dgvKilnCarDetail.CellHeight = 23;
  413. this.dgvKilnCarDetail.ChildNodeColumnName = null;
  414. this.dgvKilnCarDetail.ChildNodeColumnText = null;
  415. this.dgvKilnCarDetail.ColumnDeep = 1;
  416. this.dgvKilnCarDetail.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  417. dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  418. dataGridViewCellStyle5.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70)))));
  419. dataGridViewCellStyle5.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  420. dataGridViewCellStyle5.ForeColor = System.Drawing.Color.White;
  421. dataGridViewCellStyle5.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  422. dataGridViewCellStyle5.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  423. dataGridViewCellStyle5.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  424. this.dgvKilnCarDetail.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle5;
  425. this.dgvKilnCarDetail.ColumnHeadersHeight = 46;
  426. this.dgvKilnCarDetail.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  427. this.dgvKilnCarDetail.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  428. this.procedurename1,
  429. this.proceduretime,
  430. this.usercode1,
  431. this.CreateUserName,
  432. this.remarks1});
  433. this.dgvKilnCarDetail.ColumnTreeView = null;
  434. this.dgvKilnCarDetail.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)));
  435. this.dgvKilnCarDetail.DynamicColumnName = "";
  436. this.dgvKilnCarDetail.EnableHeadersVisualStyles = false;
  437. this.dgvKilnCarDetail.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  438. this.dgvKilnCarDetail.FormatQuantityColumns = null;
  439. this.dgvKilnCarDetail.HorizontalMergeColumn = null;
  440. this.dgvKilnCarDetail.IsAutoCountSum = true;
  441. this.dgvKilnCarDetail.IsAutoResizeColumns = false;
  442. this.dgvKilnCarDetail.IsClickF12 = false;
  443. this.dgvKilnCarDetail.IsOpenMergeCellFlag = false;
  444. this.dgvKilnCarDetail.IsSubTotalFlag = false;
  445. this.dgvKilnCarDetail.IsTopDeep = false;
  446. this.dgvKilnCarDetail.Location = new System.Drawing.Point(0, 0);
  447. this.dgvKilnCarDetail.Margin = new System.Windows.Forms.Padding(0);
  448. this.dgvKilnCarDetail.MergeColumnNames = null;
  449. this.dgvKilnCarDetail.MergeDetailColumnNames = null;
  450. this.dgvKilnCarDetail.MergeDetailOnlyColumn = null;
  451. this.dgvKilnCarDetail.MergeOnlyColumn = null;
  452. this.dgvKilnCarDetail.MultiSelect = false;
  453. this.dgvKilnCarDetail.Name = "dgvKilnCarDetail";
  454. this.dgvKilnCarDetail.ReadOnly = true;
  455. this.dgvKilnCarDetail.RefreshAtHscroll = false;
  456. this.dgvKilnCarDetail.RowHeadersWidth = 50;
  457. this.dgvKilnCarDetail.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  458. dataGridViewCellStyle7.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  459. this.dgvKilnCarDetail.RowsDefaultCellStyle = dataGridViewCellStyle7;
  460. this.dgvKilnCarDetail.RowTemplate.Height = 25;
  461. this.dgvKilnCarDetail.Size = new System.Drawing.Size(1808, 406);
  462. this.dgvKilnCarDetail.SortOrderColumnName = null;
  463. this.dgvKilnCarDetail.TabIndex = 0;
  464. this.dgvKilnCarDetail.Tag = true;
  465. this.dgvKilnCarDetail.TotalSumColumns = null;
  466. this.dgvKilnCarDetail.ViewRowFilter = "";
  467. //
  468. // procedurename1
  469. //
  470. this.procedurename1.DataPropertyName = "procedurename";
  471. this.procedurename1.HeaderText = "当前工序";
  472. this.procedurename1.MinimumWidth = 10;
  473. this.procedurename1.Name = "procedurename1";
  474. this.procedurename1.ReadOnly = true;
  475. this.procedurename1.Width = 200;
  476. //
  477. // proceduretime
  478. //
  479. this.proceduretime.DataPropertyName = "proceduretime";
  480. dataGridViewCellStyle6.Format = "yyyy-MM-dd HH:mm:ss";
  481. dataGridViewCellStyle6.NullValue = null;
  482. this.proceduretime.DefaultCellStyle = dataGridViewCellStyle6;
  483. this.proceduretime.HeaderText = "开始时间";
  484. this.proceduretime.MinimumWidth = 10;
  485. this.proceduretime.Name = "proceduretime";
  486. this.proceduretime.ReadOnly = true;
  487. this.proceduretime.Width = 200;
  488. //
  489. // usercode1
  490. //
  491. this.usercode1.DataPropertyName = "usercode";
  492. this.usercode1.HeaderText = "生产工号";
  493. this.usercode1.MinimumWidth = 10;
  494. this.usercode1.Name = "usercode1";
  495. this.usercode1.ReadOnly = true;
  496. this.usercode1.Width = 200;
  497. //
  498. // CreateUserName
  499. //
  500. this.CreateUserName.DataPropertyName = "CreateUserName";
  501. this.CreateUserName.HeaderText = "操作者";
  502. this.CreateUserName.MinimumWidth = 10;
  503. this.CreateUserName.Name = "CreateUserName";
  504. this.CreateUserName.ReadOnly = true;
  505. this.CreateUserName.Width = 200;
  506. //
  507. // remarks1
  508. //
  509. this.remarks1.DataPropertyName = "remarks";
  510. this.remarks1.HeaderText = "操作说明";
  511. this.remarks1.MinimumWidth = 10;
  512. this.remarks1.Name = "remarks1";
  513. this.remarks1.ReadOnly = true;
  514. this.remarks1.Width = 200;
  515. //
  516. // tabPage2
  517. //
  518. this.tabPage2.Controls.Add(this.dgvKilnCarGoods);
  519. this.tabPage2.Location = new System.Drawing.Point(8, 39);
  520. this.tabPage2.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6);
  521. this.tabPage2.Name = "tabPage2";
  522. this.tabPage2.Padding = new System.Windows.Forms.Padding(6, 6, 6, 6);
  523. this.tabPage2.Size = new System.Drawing.Size(1814, 411);
  524. this.tabPage2.TabIndex = 1;
  525. this.tabPage2.Text = "窑车产品";
  526. this.tabPage2.UseVisualStyleBackColor = true;
  527. //
  528. // dgvKilnCarGoods
  529. //
  530. this.dgvKilnCarGoods.AllowUserToAddRows = false;
  531. this.dgvKilnCarGoods.AllowUserToDeleteRows = false;
  532. this.dgvKilnCarGoods.AllowUserToModifyRows = true;
  533. this.dgvKilnCarGoods.AllowUserToOrderColumns = true;
  534. dataGridViewCellStyle8.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
  535. this.dgvKilnCarGoods.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle8;
  536. this.dgvKilnCarGoods.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  537. | System.Windows.Forms.AnchorStyles.Left)
  538. | System.Windows.Forms.AnchorStyles.Right)));
  539. this.dgvKilnCarGoods.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  540. this.dgvKilnCarGoods.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
  541. this.dgvKilnCarGoods.CellHeight = 23;
  542. this.dgvKilnCarGoods.ChildNodeColumnName = null;
  543. this.dgvKilnCarGoods.ChildNodeColumnText = null;
  544. this.dgvKilnCarGoods.ColumnDeep = 1;
  545. this.dgvKilnCarGoods.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  546. dataGridViewCellStyle9.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  547. dataGridViewCellStyle9.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70)))));
  548. dataGridViewCellStyle9.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  549. dataGridViewCellStyle9.ForeColor = System.Drawing.Color.White;
  550. dataGridViewCellStyle9.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  551. dataGridViewCellStyle9.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  552. dataGridViewCellStyle9.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  553. this.dgvKilnCarGoods.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle9;
  554. this.dgvKilnCarGoods.ColumnHeadersHeight = 46;
  555. this.dgvKilnCarGoods.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  556. this.dgvKilnCarGoods.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  557. this.Barcode,
  558. this.LogoCodeName,
  559. this.goodscode,
  560. this.KilnCarPosition,
  561. this.usercode2,
  562. this.staffname,
  563. this.createtime,
  564. this.createusername2});
  565. this.dgvKilnCarGoods.ColumnTreeView = null;
  566. this.dgvKilnCarGoods.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)));
  567. this.dgvKilnCarGoods.DynamicColumnName = "";
  568. this.dgvKilnCarGoods.EnableHeadersVisualStyles = false;
  569. this.dgvKilnCarGoods.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  570. this.dgvKilnCarGoods.FormatQuantityColumns = null;
  571. this.dgvKilnCarGoods.HorizontalMergeColumn = null;
  572. this.dgvKilnCarGoods.IsAutoCountSum = false;
  573. this.dgvKilnCarGoods.IsAutoResizeColumns = false;
  574. this.dgvKilnCarGoods.IsClickF12 = false;
  575. this.dgvKilnCarGoods.IsOpenMergeCellFlag = false;
  576. this.dgvKilnCarGoods.IsSubTotalFlag = false;
  577. this.dgvKilnCarGoods.IsTopDeep = false;
  578. this.dgvKilnCarGoods.Location = new System.Drawing.Point(0, 0);
  579. this.dgvKilnCarGoods.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6);
  580. this.dgvKilnCarGoods.MergeColumnNames = null;
  581. this.dgvKilnCarGoods.MergeDetailColumnNames = null;
  582. this.dgvKilnCarGoods.MergeDetailOnlyColumn = null;
  583. this.dgvKilnCarGoods.MergeOnlyColumn = null;
  584. this.dgvKilnCarGoods.MultiSelect = false;
  585. this.dgvKilnCarGoods.Name = "dgvKilnCarGoods";
  586. this.dgvKilnCarGoods.RefreshAtHscroll = false;
  587. this.dgvKilnCarGoods.RowHeadersWidth = 50;
  588. this.dgvKilnCarGoods.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  589. dataGridViewCellStyle11.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  590. this.dgvKilnCarGoods.RowsDefaultCellStyle = dataGridViewCellStyle11;
  591. this.dgvKilnCarGoods.RowTemplate.Height = 21;
  592. this.dgvKilnCarGoods.Size = new System.Drawing.Size(1810, 408);
  593. this.dgvKilnCarGoods.SortOrderColumnName = null;
  594. this.dgvKilnCarGoods.TabIndex = 6;
  595. this.dgvKilnCarGoods.Tag = true;
  596. this.dgvKilnCarGoods.TotalSumColumns = null;
  597. this.dgvKilnCarGoods.ViewRowFilter = "";
  598. //
  599. // Barcode
  600. //
  601. this.Barcode.DataPropertyName = "barcode";
  602. this.Barcode.HeaderText = "产品条码";
  603. this.Barcode.MinimumWidth = 10;
  604. this.Barcode.Name = "Barcode";
  605. this.Barcode.ReadOnly = true;
  606. this.Barcode.Width = 200;
  607. //
  608. // LogoCodeName
  609. //
  610. this.LogoCodeName.DataPropertyName = "LogoCodeName";
  611. this.LogoCodeName.HeaderText = "商标";
  612. this.LogoCodeName.MinimumWidth = 10;
  613. this.LogoCodeName.Name = "LogoCodeName";
  614. this.LogoCodeName.Visible = false;
  615. this.LogoCodeName.Width = 200;
  616. //
  617. // goodscode
  618. //
  619. this.goodscode.DataPropertyName = "goodscode";
  620. this.goodscode.HeaderText = "产品编码";
  621. this.goodscode.MinimumWidth = 10;
  622. this.goodscode.Name = "goodscode";
  623. this.goodscode.ReadOnly = true;
  624. this.goodscode.Width = 200;
  625. //
  626. // KilnCarPosition
  627. //
  628. this.KilnCarPosition.DataPropertyName = "KilnCarPosition";
  629. this.KilnCarPosition.HeaderText = "窑车位置";
  630. this.KilnCarPosition.MinimumWidth = 10;
  631. this.KilnCarPosition.Name = "KilnCarPosition";
  632. this.KilnCarPosition.ReadOnly = true;
  633. this.KilnCarPosition.Width = 200;
  634. //
  635. // usercode2
  636. //
  637. this.usercode2.DataPropertyName = "usercode";
  638. this.usercode2.HeaderText = "生产工号";
  639. this.usercode2.MinimumWidth = 10;
  640. this.usercode2.Name = "usercode2";
  641. this.usercode2.ReadOnly = true;
  642. this.usercode2.Width = 200;
  643. //
  644. // staffname
  645. //
  646. this.staffname.DataPropertyName = "staffname";
  647. this.staffname.HeaderText = "员工姓名";
  648. this.staffname.MinimumWidth = 10;
  649. this.staffname.Name = "staffname";
  650. this.staffname.ReadOnly = true;
  651. this.staffname.Width = 200;
  652. //
  653. // createtime
  654. //
  655. this.createtime.DataPropertyName = "createtime";
  656. dataGridViewCellStyle10.Format = "yyyy-MM-dd HH:mm:ss";
  657. dataGridViewCellStyle10.NullValue = null;
  658. this.createtime.DefaultCellStyle = dataGridViewCellStyle10;
  659. this.createtime.HeaderText = "操作时间";
  660. this.createtime.MinimumWidth = 10;
  661. this.createtime.Name = "createtime";
  662. this.createtime.ReadOnly = true;
  663. this.createtime.Width = 200;
  664. //
  665. // createusername2
  666. //
  667. this.createusername2.DataPropertyName = "createusername";
  668. this.createusername2.HeaderText = "操作者";
  669. this.createusername2.MinimumWidth = 10;
  670. this.createusername2.Name = "createusername2";
  671. this.createusername2.ReadOnly = true;
  672. this.createusername2.Width = 200;
  673. //
  674. // F_RPT_020104
  675. //
  676. this.AutoScaleDimensions = new System.Drawing.SizeF(12F, 24F);
  677. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  678. this.ClientSize = new System.Drawing.Size(1854, 946);
  679. this.Controls.Add(this.splitContainer1);
  680. this.Controls.Add(this.gbxCondition);
  681. this.Controls.Add(this.tsrOperate);
  682. this.Margin = new System.Windows.Forms.Padding(12, 12, 12, 12);
  683. this.Name = "F_RPT_020104";
  684. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  685. this.Text = "窑车状态表";
  686. this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
  687. this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.F_RPT_020104_FormClosed);
  688. this.Load += new System.EventHandler(this.F_RPT_020104_Load);
  689. this.tsrOperate.ResumeLayout(false);
  690. this.tsrOperate.PerformLayout();
  691. this.gbxCondition.ResumeLayout(false);
  692. this.gbxCondition.PerformLayout();
  693. this.splitContainer1.Panel1.ResumeLayout(false);
  694. this.splitContainer1.Panel2.ResumeLayout(false);
  695. ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
  696. this.splitContainer1.ResumeLayout(false);
  697. ((System.ComponentModel.ISupportInitialize)(this.dgvKilnCar)).EndInit();
  698. this.tabControl1.ResumeLayout(false);
  699. this.tabPage1.ResumeLayout(false);
  700. ((System.ComponentModel.ISupportInitialize)(this.dgvKilnCarDetail)).EndInit();
  701. this.tabPage2.ResumeLayout(false);
  702. ((System.ComponentModel.ISupportInitialize)(this.dgvKilnCarGoods)).EndInit();
  703. this.ResumeLayout(false);
  704. }
  705. #endregion
  706. private Basics.BaseControls.C_Label c_Label1;
  707. private Basics.BaseControls.C_TextBox txtKilnCarCode;
  708. private Basics.BaseControls.C_Label lblKiln;
  709. private Basics.BaseControls.C_ToolStrip tsrOperate;
  710. private System.Windows.Forms.ToolStripButton tsbtnAdaptive;
  711. private System.Windows.Forms.ToolStripButton tsbtnClose;
  712. private Basics.BaseControls.C_GroupBox gbxCondition;
  713. private Basics.BaseControls.C_Button btnClearCondition;
  714. private Basics.BaseControls.C_Button btnSearch;
  715. private System.Windows.Forms.SplitContainer splitContainer1;
  716. private Basics.BaseControls.C_DataGridView dgvKilnCar;
  717. private System.Windows.Forms.TabControl tabControl1;
  718. private System.Windows.Forms.TabPage tabPage1;
  719. private Basics.BaseControls.C_DataGridView dgvKilnCarDetail;
  720. private System.Windows.Forms.TabPage tabPage2;
  721. private Basics.BaseControls.C_DataGridView dgvKilnCarGoods;
  722. private Basics.BaseControls.C_ComboBox cmbKiln;
  723. private System.Windows.Forms.DataGridViewTextBoxColumn procedurename1;
  724. private System.Windows.Forms.DataGridViewTextBoxColumn proceduretime;
  725. private System.Windows.Forms.DataGridViewTextBoxColumn usercode1;
  726. private System.Windows.Forms.DataGridViewTextBoxColumn CreateUserName;
  727. private System.Windows.Forms.DataGridViewTextBoxColumn remarks1;
  728. private System.Windows.Forms.DataGridViewTextBoxColumn kilncode1;
  729. private System.Windows.Forms.DataGridViewTextBoxColumn kilntype;
  730. private System.Windows.Forms.DataGridViewTextBoxColumn kilncarcode1;
  731. private System.Windows.Forms.DataGridViewTextBoxColumn MaxGoodsNum;
  732. private System.Windows.Forms.DataGridViewTextBoxColumn procedurename;
  733. private System.Windows.Forms.DataGridViewTextBoxColumn Barcode;
  734. private System.Windows.Forms.DataGridViewTextBoxColumn LogoCodeName;
  735. private System.Windows.Forms.DataGridViewTextBoxColumn goodscode;
  736. private System.Windows.Forms.DataGridViewTextBoxColumn KilnCarPosition;
  737. private System.Windows.Forms.DataGridViewTextBoxColumn usercode2;
  738. private System.Windows.Forms.DataGridViewTextBoxColumn staffname;
  739. private System.Windows.Forms.DataGridViewTextBoxColumn createtime;
  740. private System.Windows.Forms.DataGridViewTextBoxColumn createusername2;
  741. }
  742. }