F_PC_0104_1.Designer.cs 97 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549155015511552155315541555155615571558155915601561156215631564156515661567156815691570157115721573157415751576157715781579158015811582158315841585158615871588158915901591159215931594159515961597159815991600160116021603160416051606160716081609161016111612161316141615161616171618161916201621162216231624162516261627162816291630163116321633163416351636
  1. namespace Dongke.IBOSS.PRD.Client.PCModule
  2. {
  3. partial class F_PC_0104_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_PC_0104_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 dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
  32. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
  33. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle();
  34. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle8 = new System.Windows.Forms.DataGridViewCellStyle();
  35. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle13 = new System.Windows.Forms.DataGridViewCellStyle();
  36. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle14 = 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 dataGridViewCellStyle11 = new System.Windows.Forms.DataGridViewCellStyle();
  40. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle12 = new System.Windows.Forms.DataGridViewCellStyle();
  41. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle15 = new System.Windows.Forms.DataGridViewCellStyle();
  42. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle16 = new System.Windows.Forms.DataGridViewCellStyle();
  43. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle17 = new System.Windows.Forms.DataGridViewCellStyle();
  44. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
  45. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
  46. this.tsrOperate = new Dongke.IBOSS.PRD.Basics.BaseControls.C_ToolStrip();
  47. this.tsbtnAdd = new System.Windows.Forms.ToolStripButton();
  48. this.tsbtnEdit = new System.Windows.Forms.ToolStripButton();
  49. this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
  50. this.tsbtnDisable = new System.Windows.Forms.ToolStripButton();
  51. this.tsbtnStart = new System.Windows.Forms.ToolStripButton();
  52. this.tsbtnManager = new System.Windows.Forms.ToolStripButton();
  53. this.tsbtnQueryRecord = new System.Windows.Forms.ToolStripButton();
  54. this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
  55. this.tsbtnAdaptive = new System.Windows.Forms.ToolStripButton();
  56. this.tsbtnClose = new System.Windows.Forms.ToolStripButton();
  57. this.dgvGroutingLine = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
  58. this.btnClearCondition = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  59. this.btnSearch = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  60. this.txtEndUsedDateEnd = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DateTimePicker();
  61. this.c_Label12 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  62. this.txtEndUsedDateStart = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DateTimePicker();
  63. this.cbEndTime = new Dongke.IBOSS.PRD.Basics.BaseControls.C_CheckBox();
  64. this.txtRemarks = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  65. this.lblRemarks = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  66. this.txtBeginUsedDateEnd = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DateTimePicker();
  67. this.c_Label11 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  68. this.txtBeginUsedDateStart = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DateTimePicker();
  69. this.cbStartTime = new Dongke.IBOSS.PRD.Basics.BaseControls.C_CheckBox();
  70. this.txtGroutingLineName = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  71. this.lblGroutingLineName = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  72. this.txtGroutingLineCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  73. this.lblGroutingLineCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  74. this.lblGMouldStatus = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  75. this.txtGroutingLineNo = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  76. this.lblGroutingLineNo = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  77. this.lblFloorNo = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  78. this.txtBuildingNo = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  79. this.lblBuildingNo = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  80. this.gbxCondition = new Dongke.IBOSS.PRD.Basics.BaseControls.C_GroupBox();
  81. this.lblGMouldType = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  82. this.scbGMouldType = new Dongke.IBOSS.PRD.Client.Controls.SearchBox.ScbGMouldType();
  83. this.chkDisable = new Dongke.IBOSS.PRD.Basics.BaseControls.C_CheckBox();
  84. this.chkEnable = new Dongke.IBOSS.PRD.Basics.BaseControls.C_CheckBox();
  85. this.lstcbxGMouldStatus = new Dongke.IBOSS.PRD.Basics.BaseControls.C_ComboBox();
  86. this.txtFloorNo = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DGV_Digital();
  87. this.txtGroutingUserCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  88. this.lblGroutingUserCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  89. this.dgvGroutingLineDetail = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
  90. this.GroutingLineDetailID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  91. this.GroutingLineIDM = new System.Windows.Forms.DataGridViewTextBoxColumn();
  92. this.GroutingMouldCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  93. this.MouldBarcode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  94. this.MouldID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  95. this.MouldCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  96. this.GoodsID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  97. this.GOODSCODE = new System.Windows.Forms.DataGridViewTextBoxColumn();
  98. this.GoodsName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  99. this.GoodsSpecification = new System.Windows.Forms.DataGridViewTextBoxColumn();
  100. this.StandardGroutingCount = new System.Windows.Forms.DataGridViewTextBoxColumn();
  101. this.GroutingCount = new System.Windows.Forms.DataGridViewTextBoxColumn();
  102. this.GMouldStatusM = new System.Windows.Forms.DataGridViewTextBoxColumn();
  103. this.BeginUsedDateM = new System.Windows.Forms.DataGridViewTextBoxColumn();
  104. this.EndUsedDate2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  105. this.Remarks1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  106. this.RecordRemarks = new System.Windows.Forms.DataGridViewTextBoxColumn();
  107. this.splLine = new System.Windows.Forms.SplitContainer();
  108. this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  109. this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  110. this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  111. this.dataGridViewTextBoxColumn4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  112. this.dataGridViewTextBoxColumn5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  113. this.dataGridViewTextBoxColumn6 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  114. this.dataGridViewTextBoxColumn7 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  115. this.dataGridViewTextBoxColumn8 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  116. this.dataGridViewTextBoxColumn9 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  117. this.dataGridViewTextBoxColumn10 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  118. this.dataGridViewTextBoxColumn11 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  119. this.dataGridViewTextBoxColumn12 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  120. this.dataGridViewTextBoxColumn13 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  121. this.dataGridViewTextBoxColumn14 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  122. this.dataGridViewTextBoxColumn15 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  123. this.dataGridViewTextBoxColumn16 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  124. this.dataGridViewTextBoxColumn17 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  125. this.dataGridViewTextBoxColumn18 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  126. this.dataGridViewTextBoxColumn19 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  127. this.dataGridViewTextBoxColumn20 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  128. this.dataGridViewTextBoxColumn21 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  129. this.dataGridViewTextBoxColumn22 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  130. this.dataGridViewTextBoxColumn23 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  131. this.dataGridViewTextBoxColumn24 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  132. this.GroutingLineID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  133. this.GroutingLineCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  134. this.GroutingLineName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  135. this.ValueFlag = new System.Windows.Forms.DataGridViewCheckBoxColumn();
  136. this.BuildingNo = new System.Windows.Forms.DataGridViewTextBoxColumn();
  137. this.FloorNo = new System.Windows.Forms.DataGridViewTextBoxColumn();
  138. this.GroutingLineNo = new System.Windows.Forms.DataGridViewTextBoxColumn();
  139. this.MouldQuantity = new System.Windows.Forms.DataGridViewTextBoxColumn();
  140. this.GMouldTypeName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  141. this.HIGHPRESSUREFLAG = new System.Windows.Forms.DataGridViewCheckBoxColumn();
  142. this.monitorcode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  143. this.UserCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  144. this.staffCodeList = new System.Windows.Forms.DataGridViewTextBoxColumn();
  145. this.goosCodeList = new System.Windows.Forms.DataGridViewTextBoxColumn();
  146. this.BeginUsedDate = new System.Windows.Forms.DataGridViewTextBoxColumn();
  147. this.EndUsedDate = new System.Windows.Forms.DataGridViewTextBoxColumn();
  148. this.GMOULDSTATUSNAME = new System.Windows.Forms.DataGridViewTextBoxColumn();
  149. this.non_sap = new System.Windows.Forms.DataGridViewCheckBoxColumn();
  150. this.valueflag2 = new System.Windows.Forms.DataGridViewCheckBoxColumn();
  151. this.Remarks = new System.Windows.Forms.DataGridViewTextBoxColumn();
  152. this.GMouldStatus = new System.Windows.Forms.DataGridViewTextBoxColumn();
  153. this.tsrOperate.SuspendLayout();
  154. ((System.ComponentModel.ISupportInitialize)(this.dgvGroutingLine)).BeginInit();
  155. this.gbxCondition.SuspendLayout();
  156. ((System.ComponentModel.ISupportInitialize)(this.dgvGroutingLineDetail)).BeginInit();
  157. ((System.ComponentModel.ISupportInitialize)(this.splLine)).BeginInit();
  158. this.splLine.Panel1.SuspendLayout();
  159. this.splLine.Panel2.SuspendLayout();
  160. this.splLine.SuspendLayout();
  161. this.SuspendLayout();
  162. //
  163. // tsrOperate
  164. //
  165. this.tsrOperate.AutoSize = false;
  166. this.tsrOperate.BackColor = System.Drawing.SystemColors.Control;
  167. this.tsrOperate.BackgroundImage = global::Dongke.IBOSS.PRD.Client.PCModule.Properties.Resources.functionbackground;
  168. this.tsrOperate.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  169. this.tsrOperate.ImageScalingSize = new System.Drawing.Size(20, 20);
  170. this.tsrOperate.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  171. this.tsbtnAdd,
  172. this.tsbtnEdit,
  173. this.toolStripSeparator1,
  174. this.tsbtnDisable,
  175. this.tsbtnStart,
  176. this.tsbtnManager,
  177. this.tsbtnQueryRecord,
  178. this.toolStripSeparator3,
  179. this.tsbtnAdaptive,
  180. this.tsbtnClose});
  181. this.tsrOperate.Location = new System.Drawing.Point(0, 0);
  182. this.tsrOperate.Name = "tsrOperate";
  183. this.tsrOperate.RenderMode = System.Windows.Forms.ToolStripRenderMode.System;
  184. this.tsrOperate.ShowItemToolTips = false;
  185. this.tsrOperate.Size = new System.Drawing.Size(1028, 35);
  186. this.tsrOperate.TabIndex = 0;
  187. //
  188. // tsbtnAdd
  189. //
  190. this.tsbtnAdd.AutoSize = false;
  191. this.tsbtnAdd.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  192. this.tsbtnAdd.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  193. this.tsbtnAdd.ImageTransparentColor = System.Drawing.Color.Magenta;
  194. this.tsbtnAdd.Name = "tsbtnAdd";
  195. this.tsbtnAdd.Size = new System.Drawing.Size(60, 25);
  196. this.tsbtnAdd.Text = "新建(&N)";
  197. this.tsbtnAdd.Click += new System.EventHandler(this.tsbtnAdd_Click);
  198. //
  199. // tsbtnEdit
  200. //
  201. this.tsbtnEdit.AutoSize = false;
  202. this.tsbtnEdit.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  203. this.tsbtnEdit.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  204. this.tsbtnEdit.ImageTransparentColor = System.Drawing.Color.Magenta;
  205. this.tsbtnEdit.Name = "tsbtnEdit";
  206. this.tsbtnEdit.Size = new System.Drawing.Size(60, 25);
  207. this.tsbtnEdit.Text = "编辑(&E)";
  208. this.tsbtnEdit.Click += new System.EventHandler(this.tsbtnEdit_Click);
  209. //
  210. // toolStripSeparator1
  211. //
  212. this.toolStripSeparator1.AutoSize = false;
  213. this.toolStripSeparator1.Name = "toolStripSeparator1";
  214. this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25);
  215. //
  216. // tsbtnDisable
  217. //
  218. this.tsbtnDisable.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
  219. this.tsbtnDisable.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnDisable.Image")));
  220. this.tsbtnDisable.ImageTransparentColor = System.Drawing.Color.Magenta;
  221. this.tsbtnDisable.Name = "tsbtnDisable";
  222. this.tsbtnDisable.Size = new System.Drawing.Size(51, 32);
  223. this.tsbtnDisable.Text = "停用(&S)";
  224. this.tsbtnDisable.Click += new System.EventHandler(this.tsbtnDisable_Click);
  225. //
  226. // tsbtnStart
  227. //
  228. this.tsbtnStart.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
  229. this.tsbtnStart.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnStart.Image")));
  230. this.tsbtnStart.ImageTransparentColor = System.Drawing.Color.Magenta;
  231. this.tsbtnStart.Name = "tsbtnStart";
  232. this.tsbtnStart.Size = new System.Drawing.Size(51, 32);
  233. this.tsbtnStart.Text = "启用(&B)";
  234. this.tsbtnStart.Click += new System.EventHandler(this.tsbtnStart_Click);
  235. //
  236. // tsbtnManager
  237. //
  238. this.tsbtnManager.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
  239. this.tsbtnManager.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnManager.Image")));
  240. this.tsbtnManager.ImageTransparentColor = System.Drawing.Color.Magenta;
  241. this.tsbtnManager.Name = "tsbtnManager";
  242. this.tsbtnManager.Size = new System.Drawing.Size(75, 32);
  243. this.tsbtnManager.Text = "模具管理(&M)";
  244. this.tsbtnManager.Click += new System.EventHandler(this.tsbtnManager_Click);
  245. //
  246. // tsbtnQueryRecord
  247. //
  248. this.tsbtnQueryRecord.AutoSize = false;
  249. this.tsbtnQueryRecord.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  250. this.tsbtnQueryRecord.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  251. this.tsbtnQueryRecord.ImageTransparentColor = System.Drawing.Color.Magenta;
  252. this.tsbtnQueryRecord.Name = "tsbtnQueryRecord";
  253. this.tsbtnQueryRecord.Size = new System.Drawing.Size(80, 25);
  254. this.tsbtnQueryRecord.Text = "模具履历(&L)";
  255. this.tsbtnQueryRecord.Click += new System.EventHandler(this.tsbtnQueryRecord_Click);
  256. //
  257. // toolStripSeparator3
  258. //
  259. this.toolStripSeparator3.AutoSize = false;
  260. this.toolStripSeparator3.Name = "toolStripSeparator3";
  261. this.toolStripSeparator3.Size = new System.Drawing.Size(6, 25);
  262. //
  263. // tsbtnAdaptive
  264. //
  265. this.tsbtnAdaptive.AutoSize = false;
  266. this.tsbtnAdaptive.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  267. this.tsbtnAdaptive.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  268. this.tsbtnAdaptive.ImageTransparentColor = System.Drawing.Color.Magenta;
  269. this.tsbtnAdaptive.Name = "tsbtnAdaptive";
  270. this.tsbtnAdaptive.Size = new System.Drawing.Size(90, 25);
  271. this.tsbtnAdaptive.Text = "自适应列宽(&A)";
  272. this.tsbtnAdaptive.Click += new System.EventHandler(this.tsbtnAdaptive_Click);
  273. //
  274. // tsbtnClose
  275. //
  276. this.tsbtnClose.AutoSize = false;
  277. this.tsbtnClose.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  278. this.tsbtnClose.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  279. this.tsbtnClose.ImageTransparentColor = System.Drawing.Color.Magenta;
  280. this.tsbtnClose.Name = "tsbtnClose";
  281. this.tsbtnClose.Size = new System.Drawing.Size(60, 25);
  282. this.tsbtnClose.Text = "关闭(&X)";
  283. this.tsbtnClose.Click += new System.EventHandler(this.tsbtnClose_Click);
  284. //
  285. // dgvGroutingLine
  286. //
  287. this.dgvGroutingLine.AllowUserToAddRows = false;
  288. this.dgvGroutingLine.AllowUserToDeleteRows = false;
  289. this.dgvGroutingLine.AllowUserToModifyRows = true;
  290. this.dgvGroutingLine.AllowUserToOrderColumns = true;
  291. dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
  292. this.dgvGroutingLine.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
  293. this.dgvGroutingLine.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  294. this.dgvGroutingLine.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
  295. this.dgvGroutingLine.CellHeight = 23;
  296. this.dgvGroutingLine.ChildNodeColumnName = null;
  297. this.dgvGroutingLine.ChildNodeColumnText = null;
  298. this.dgvGroutingLine.ColumnDeep = 1;
  299. this.dgvGroutingLine.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  300. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  301. dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70)))));
  302. dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  303. dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White;
  304. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  305. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  306. dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  307. this.dgvGroutingLine.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
  308. this.dgvGroutingLine.ColumnHeadersHeight = 29;
  309. this.dgvGroutingLine.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  310. this.dgvGroutingLine.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  311. this.GroutingLineID,
  312. this.GroutingLineCode,
  313. this.GroutingLineName,
  314. this.ValueFlag,
  315. this.BuildingNo,
  316. this.FloorNo,
  317. this.GroutingLineNo,
  318. this.MouldQuantity,
  319. this.GMouldTypeName,
  320. this.HIGHPRESSUREFLAG,
  321. this.monitorcode,
  322. this.UserCode,
  323. this.staffCodeList,
  324. this.goosCodeList,
  325. this.BeginUsedDate,
  326. this.EndUsedDate,
  327. this.GMOULDSTATUSNAME,
  328. this.non_sap,
  329. this.valueflag2,
  330. this.Remarks,
  331. this.GMouldStatus});
  332. this.dgvGroutingLine.ColumnTreeView = null;
  333. this.dgvGroutingLine.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)));
  334. dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  335. dataGridViewCellStyle5.BackColor = System.Drawing.SystemColors.Window;
  336. dataGridViewCellStyle5.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  337. dataGridViewCellStyle5.ForeColor = System.Drawing.SystemColors.ControlText;
  338. dataGridViewCellStyle5.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  339. dataGridViewCellStyle5.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  340. dataGridViewCellStyle5.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  341. this.dgvGroutingLine.DefaultCellStyle = dataGridViewCellStyle5;
  342. this.dgvGroutingLine.Dock = System.Windows.Forms.DockStyle.Fill;
  343. this.dgvGroutingLine.DynamicColumnName = "";
  344. this.dgvGroutingLine.EnableHeadersVisualStyles = false;
  345. this.dgvGroutingLine.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  346. this.dgvGroutingLine.FormatQuantityColumns = null;
  347. this.dgvGroutingLine.HorizontalMergeColumn = null;
  348. this.dgvGroutingLine.IsAutoCountSum = true;
  349. this.dgvGroutingLine.IsAutoResizeColumns = false;
  350. this.dgvGroutingLine.IsClickF12 = false;
  351. this.dgvGroutingLine.IsOpenMergeCellFlag = false;
  352. this.dgvGroutingLine.IsSubTotalFlag = false;
  353. this.dgvGroutingLine.IsTopDeep = false;
  354. this.dgvGroutingLine.Location = new System.Drawing.Point(0, 0);
  355. this.dgvGroutingLine.MergeColumnNames = null;
  356. this.dgvGroutingLine.MergeDetailColumnNames = null;
  357. this.dgvGroutingLine.MergeDetailOnlyColumn = null;
  358. this.dgvGroutingLine.MergeOnlyColumn = null;
  359. this.dgvGroutingLine.MultiSelect = false;
  360. this.dgvGroutingLine.Name = "dgvGroutingLine";
  361. this.dgvGroutingLine.ReadOnly = true;
  362. this.dgvGroutingLine.RefreshAtHscroll = false;
  363. this.dgvGroutingLine.RowHeadersWidth = 50;
  364. this.dgvGroutingLine.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  365. dataGridViewCellStyle6.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  366. this.dgvGroutingLine.RowsDefaultCellStyle = dataGridViewCellStyle6;
  367. this.dgvGroutingLine.RowTemplate.Height = 21;
  368. this.dgvGroutingLine.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  369. this.dgvGroutingLine.ShowEditingIcon = false;
  370. this.dgvGroutingLine.Size = new System.Drawing.Size(1016, 176);
  371. this.dgvGroutingLine.SortOrderColumnName = null;
  372. this.dgvGroutingLine.TabIndex = 0;
  373. this.dgvGroutingLine.Tag = true;
  374. this.dgvGroutingLine.TotalSumColumns = null;
  375. this.dgvGroutingLine.ViewRowFilter = "";
  376. this.dgvGroutingLine.VirtualMode = true;
  377. this.dgvGroutingLine.ColumnHeaderMouseClick += new System.Windows.Forms.DataGridViewCellMouseEventHandler(this.dgvGroutingLine_ColumnHeaderMouseClick);
  378. this.dgvGroutingLine.SelectionChanged += new System.EventHandler(this.dgvGroutingLine_SelectionChanged);
  379. //
  380. // btnClearCondition
  381. //
  382. this.btnClearCondition.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  383. this.btnClearCondition.BackColor = System.Drawing.Color.Gray;
  384. this.btnClearCondition.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnClearCondition.BackgroundImage")));
  385. this.btnClearCondition.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  386. this.btnClearCondition.ForeColor = System.Drawing.Color.White;
  387. this.btnClearCondition.Location = new System.Drawing.Point(925, 68);
  388. this.btnClearCondition.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  389. this.btnClearCondition.Name = "btnClearCondition";
  390. this.btnClearCondition.Size = new System.Drawing.Size(85, 30);
  391. this.btnClearCondition.TabIndex = 28;
  392. this.btnClearCondition.Text = "清空条件(&C)";
  393. this.btnClearCondition.UseVisualStyleBackColor = false;
  394. this.btnClearCondition.Click += new System.EventHandler(this.btnClearCondition_Click);
  395. //
  396. // btnSearch
  397. //
  398. this.btnSearch.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  399. this.btnSearch.BackColor = System.Drawing.Color.Gray;
  400. this.btnSearch.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSearch.BackgroundImage")));
  401. this.btnSearch.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  402. this.btnSearch.ForeColor = System.Drawing.Color.White;
  403. this.btnSearch.Location = new System.Drawing.Point(834, 68);
  404. this.btnSearch.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  405. this.btnSearch.Name = "btnSearch";
  406. this.btnSearch.Size = new System.Drawing.Size(85, 30);
  407. this.btnSearch.TabIndex = 27;
  408. this.btnSearch.Text = "查询(&Q)";
  409. this.btnSearch.UseVisualStyleBackColor = false;
  410. this.btnSearch.Click += new System.EventHandler(this.btnSearch_Click);
  411. //
  412. // txtEndUsedDateEnd
  413. //
  414. this.txtEndUsedDateEnd.CustomFormat = "yyyy-MM-dd";
  415. this.txtEndUsedDateEnd.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  416. this.txtEndUsedDateEnd.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  417. this.txtEndUsedDateEnd.Location = new System.Drawing.Point(803, 47);
  418. this.txtEndUsedDateEnd.Name = "txtEndUsedDateEnd";
  419. this.txtEndUsedDateEnd.Size = new System.Drawing.Size(105, 21);
  420. this.txtEndUsedDateEnd.TabIndex = 18;
  421. //
  422. // c_Label12
  423. //
  424. this.c_Label12.AutoSize = true;
  425. this.c_Label12.BackColor = System.Drawing.Color.Transparent;
  426. this.c_Label12.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  427. this.c_Label12.ForeColor = System.Drawing.SystemColors.ControlText;
  428. this.c_Label12.Location = new System.Drawing.Point(780, 50);
  429. this.c_Label12.Name = "c_Label12";
  430. this.c_Label12.Size = new System.Drawing.Size(17, 12);
  431. this.c_Label12.TabIndex = 17;
  432. this.c_Label12.Text = "至";
  433. //
  434. // txtEndUsedDateStart
  435. //
  436. this.txtEndUsedDateStart.CustomFormat = "yyyy-MM-dd";
  437. this.txtEndUsedDateStart.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  438. this.txtEndUsedDateStart.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  439. this.txtEndUsedDateStart.Location = new System.Drawing.Point(671, 47);
  440. this.txtEndUsedDateStart.Name = "txtEndUsedDateStart";
  441. this.txtEndUsedDateStart.Size = new System.Drawing.Size(103, 21);
  442. this.txtEndUsedDateStart.TabIndex = 16;
  443. //
  444. // cbEndTime
  445. //
  446. this.cbEndTime.AutoSize = true;
  447. this.cbEndTime.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  448. this.cbEndTime.Location = new System.Drawing.Point(596, 49);
  449. this.cbEndTime.Name = "cbEndTime";
  450. this.cbEndTime.Size = new System.Drawing.Size(72, 16);
  451. this.cbEndTime.TabIndex = 15;
  452. this.cbEndTime.Text = "结束日期";
  453. this.cbEndTime.UseVisualStyleBackColor = true;
  454. this.cbEndTime.CheckedChanged += new System.EventHandler(this.cbEndTime_CheckedChanged);
  455. //
  456. // txtRemarks
  457. //
  458. this.txtRemarks.BackColor = System.Drawing.SystemColors.Window;
  459. this.txtRemarks.BackgroundColor = System.Drawing.SystemColors.Window;
  460. this.txtRemarks.ErrorMessage = "";
  461. this.txtRemarks.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  462. this.txtRemarks.Location = new System.Drawing.Point(77, 74);
  463. this.txtRemarks.MaxLength = 500;
  464. this.txtRemarks.Name = "txtRemarks";
  465. this.txtRemarks.Size = new System.Drawing.Size(317, 21);
  466. this.txtRemarks.TabIndex = 20;
  467. //
  468. // lblRemarks
  469. //
  470. this.lblRemarks.AutoSize = true;
  471. this.lblRemarks.BackColor = System.Drawing.Color.Transparent;
  472. this.lblRemarks.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  473. this.lblRemarks.ForeColor = System.Drawing.SystemColors.ControlText;
  474. this.lblRemarks.Location = new System.Drawing.Point(42, 75);
  475. this.lblRemarks.Name = "lblRemarks";
  476. this.lblRemarks.Size = new System.Drawing.Size(29, 12);
  477. this.lblRemarks.TabIndex = 19;
  478. this.lblRemarks.Text = "备注";
  479. //
  480. // txtBeginUsedDateEnd
  481. //
  482. this.txtBeginUsedDateEnd.CustomFormat = "yyyy-MM-dd";
  483. this.txtBeginUsedDateEnd.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  484. this.txtBeginUsedDateEnd.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  485. this.txtBeginUsedDateEnd.Location = new System.Drawing.Point(803, 20);
  486. this.txtBeginUsedDateEnd.Name = "txtBeginUsedDateEnd";
  487. this.txtBeginUsedDateEnd.Size = new System.Drawing.Size(105, 21);
  488. this.txtBeginUsedDateEnd.TabIndex = 9;
  489. //
  490. // c_Label11
  491. //
  492. this.c_Label11.AutoSize = true;
  493. this.c_Label11.BackColor = System.Drawing.Color.Transparent;
  494. this.c_Label11.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  495. this.c_Label11.ForeColor = System.Drawing.SystemColors.ControlText;
  496. this.c_Label11.Location = new System.Drawing.Point(780, 24);
  497. this.c_Label11.Name = "c_Label11";
  498. this.c_Label11.Size = new System.Drawing.Size(17, 12);
  499. this.c_Label11.TabIndex = 8;
  500. this.c_Label11.Text = "至";
  501. //
  502. // txtBeginUsedDateStart
  503. //
  504. this.txtBeginUsedDateStart.CustomFormat = "yyyy-MM-dd";
  505. this.txtBeginUsedDateStart.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  506. this.txtBeginUsedDateStart.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  507. this.txtBeginUsedDateStart.Location = new System.Drawing.Point(671, 20);
  508. this.txtBeginUsedDateStart.Name = "txtBeginUsedDateStart";
  509. this.txtBeginUsedDateStart.Size = new System.Drawing.Size(103, 21);
  510. this.txtBeginUsedDateStart.TabIndex = 7;
  511. //
  512. // cbStartTime
  513. //
  514. this.cbStartTime.AutoSize = true;
  515. this.cbStartTime.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  516. this.cbStartTime.Location = new System.Drawing.Point(596, 22);
  517. this.cbStartTime.Name = "cbStartTime";
  518. this.cbStartTime.Size = new System.Drawing.Size(72, 16);
  519. this.cbStartTime.TabIndex = 6;
  520. this.cbStartTime.Text = "开始日期";
  521. this.cbStartTime.UseVisualStyleBackColor = true;
  522. this.cbStartTime.CheckedChanged += new System.EventHandler(this.cbStartTime_CheckedChanged);
  523. //
  524. // txtGroutingLineName
  525. //
  526. this.txtGroutingLineName.BackColor = System.Drawing.SystemColors.Window;
  527. this.txtGroutingLineName.BackgroundColor = System.Drawing.SystemColors.Window;
  528. this.txtGroutingLineName.ErrorMessage = "";
  529. this.txtGroutingLineName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  530. this.txtGroutingLineName.Location = new System.Drawing.Point(274, 47);
  531. this.txtGroutingLineName.MaxLength = 50;
  532. this.txtGroutingLineName.Name = "txtGroutingLineName";
  533. this.txtGroutingLineName.Size = new System.Drawing.Size(120, 21);
  534. this.txtGroutingLineName.TabIndex = 13;
  535. //
  536. // lblGroutingLineName
  537. //
  538. this.lblGroutingLineName.AutoSize = true;
  539. this.lblGroutingLineName.BackColor = System.Drawing.Color.Transparent;
  540. this.lblGroutingLineName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  541. this.lblGroutingLineName.ForeColor = System.Drawing.SystemColors.ControlText;
  542. this.lblGroutingLineName.Location = new System.Drawing.Point(203, 50);
  543. this.lblGroutingLineName.Name = "lblGroutingLineName";
  544. this.lblGroutingLineName.Size = new System.Drawing.Size(65, 12);
  545. this.lblGroutingLineName.TabIndex = 12;
  546. this.lblGroutingLineName.Text = "成型线名称";
  547. //
  548. // txtGroutingLineCode
  549. //
  550. this.txtGroutingLineCode.BackColor = System.Drawing.SystemColors.Window;
  551. this.txtGroutingLineCode.BackgroundColor = System.Drawing.SystemColors.Window;
  552. this.txtGroutingLineCode.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
  553. this.txtGroutingLineCode.ErrorMessage = "";
  554. this.txtGroutingLineCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  555. this.txtGroutingLineCode.ImeMode = System.Windows.Forms.ImeMode.Off;
  556. this.txtGroutingLineCode.Location = new System.Drawing.Point(77, 47);
  557. this.txtGroutingLineCode.MaxLength = 30;
  558. this.txtGroutingLineCode.Name = "txtGroutingLineCode";
  559. this.txtGroutingLineCode.Size = new System.Drawing.Size(120, 21);
  560. this.txtGroutingLineCode.TabIndex = 11;
  561. this.txtGroutingLineCode.TextValue = "";
  562. //
  563. // lblGroutingLineCode
  564. //
  565. this.lblGroutingLineCode.AutoSize = true;
  566. this.lblGroutingLineCode.BackColor = System.Drawing.Color.Transparent;
  567. this.lblGroutingLineCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  568. this.lblGroutingLineCode.ForeColor = System.Drawing.SystemColors.ControlText;
  569. this.lblGroutingLineCode.Location = new System.Drawing.Point(6, 50);
  570. this.lblGroutingLineCode.Name = "lblGroutingLineCode";
  571. this.lblGroutingLineCode.Size = new System.Drawing.Size(65, 12);
  572. this.lblGroutingLineCode.TabIndex = 10;
  573. this.lblGroutingLineCode.Text = "成型线编码";
  574. //
  575. // lblGMouldStatus
  576. //
  577. this.lblGMouldStatus.AutoSize = true;
  578. this.lblGMouldStatus.BackColor = System.Drawing.Color.Transparent;
  579. this.lblGMouldStatus.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  580. this.lblGMouldStatus.ForeColor = System.Drawing.SystemColors.ControlText;
  581. this.lblGMouldStatus.Location = new System.Drawing.Point(400, 78);
  582. this.lblGMouldStatus.Name = "lblGMouldStatus";
  583. this.lblGMouldStatus.Size = new System.Drawing.Size(65, 12);
  584. this.lblGMouldStatus.TabIndex = 21;
  585. this.lblGMouldStatus.Text = "成型线状态";
  586. //
  587. // txtGroutingLineNo
  588. //
  589. this.txtGroutingLineNo.BackColor = System.Drawing.SystemColors.Window;
  590. this.txtGroutingLineNo.BackgroundColor = System.Drawing.SystemColors.Window;
  591. this.txtGroutingLineNo.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
  592. this.txtGroutingLineNo.ErrorMessage = "";
  593. this.txtGroutingLineNo.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  594. this.txtGroutingLineNo.Location = new System.Drawing.Point(471, 20);
  595. this.txtGroutingLineNo.MaxLength = 10;
  596. this.txtGroutingLineNo.Name = "txtGroutingLineNo";
  597. this.txtGroutingLineNo.Size = new System.Drawing.Size(120, 21);
  598. this.txtGroutingLineNo.TabIndex = 5;
  599. //
  600. // lblGroutingLineNo
  601. //
  602. this.lblGroutingLineNo.AutoSize = true;
  603. this.lblGroutingLineNo.BackColor = System.Drawing.Color.Transparent;
  604. this.lblGroutingLineNo.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  605. this.lblGroutingLineNo.ForeColor = System.Drawing.SystemColors.ControlText;
  606. this.lblGroutingLineNo.Location = new System.Drawing.Point(436, 23);
  607. this.lblGroutingLineNo.Name = "lblGroutingLineNo";
  608. this.lblGroutingLineNo.Size = new System.Drawing.Size(29, 12);
  609. this.lblGroutingLineNo.TabIndex = 4;
  610. this.lblGroutingLineNo.Text = "线号";
  611. //
  612. // lblFloorNo
  613. //
  614. this.lblFloorNo.AutoSize = true;
  615. this.lblFloorNo.BackColor = System.Drawing.Color.Transparent;
  616. this.lblFloorNo.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  617. this.lblFloorNo.ForeColor = System.Drawing.SystemColors.ControlText;
  618. this.lblFloorNo.Location = new System.Drawing.Point(239, 23);
  619. this.lblFloorNo.Name = "lblFloorNo";
  620. this.lblFloorNo.Size = new System.Drawing.Size(29, 12);
  621. this.lblFloorNo.TabIndex = 2;
  622. this.lblFloorNo.Text = "楼层";
  623. //
  624. // txtBuildingNo
  625. //
  626. this.txtBuildingNo.BackColor = System.Drawing.SystemColors.Window;
  627. this.txtBuildingNo.BackgroundColor = System.Drawing.SystemColors.Window;
  628. this.txtBuildingNo.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
  629. this.txtBuildingNo.ErrorMessage = "";
  630. this.txtBuildingNo.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  631. this.txtBuildingNo.Location = new System.Drawing.Point(77, 20);
  632. this.txtBuildingNo.MaxLength = 10;
  633. this.txtBuildingNo.Name = "txtBuildingNo";
  634. this.txtBuildingNo.Size = new System.Drawing.Size(120, 21);
  635. this.txtBuildingNo.TabIndex = 1;
  636. //
  637. // lblBuildingNo
  638. //
  639. this.lblBuildingNo.AutoSize = true;
  640. this.lblBuildingNo.BackColor = System.Drawing.Color.Transparent;
  641. this.lblBuildingNo.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  642. this.lblBuildingNo.ForeColor = System.Drawing.SystemColors.ControlText;
  643. this.lblBuildingNo.Location = new System.Drawing.Point(42, 23);
  644. this.lblBuildingNo.Name = "lblBuildingNo";
  645. this.lblBuildingNo.Size = new System.Drawing.Size(29, 12);
  646. this.lblBuildingNo.TabIndex = 0;
  647. this.lblBuildingNo.Text = "楼号";
  648. //
  649. // gbxCondition
  650. //
  651. this.gbxCondition.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  652. | System.Windows.Forms.AnchorStyles.Right)));
  653. this.gbxCondition.BackColor = System.Drawing.Color.Transparent;
  654. this.gbxCondition.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("gbxCondition.BackgroundImage")));
  655. this.gbxCondition.Controls.Add(this.btnSearch);
  656. this.gbxCondition.Controls.Add(this.lblGMouldType);
  657. this.gbxCondition.Controls.Add(this.scbGMouldType);
  658. this.gbxCondition.Controls.Add(this.chkDisable);
  659. this.gbxCondition.Controls.Add(this.chkEnable);
  660. this.gbxCondition.Controls.Add(this.lstcbxGMouldStatus);
  661. this.gbxCondition.Controls.Add(this.txtFloorNo);
  662. this.gbxCondition.Controls.Add(this.lblBuildingNo);
  663. this.gbxCondition.Controls.Add(this.lblGroutingLineCode);
  664. this.gbxCondition.Controls.Add(this.btnClearCondition);
  665. this.gbxCondition.Controls.Add(this.txtBuildingNo);
  666. this.gbxCondition.Controls.Add(this.txtGroutingUserCode);
  667. this.gbxCondition.Controls.Add(this.txtGroutingLineCode);
  668. this.gbxCondition.Controls.Add(this.txtEndUsedDateEnd);
  669. this.gbxCondition.Controls.Add(this.c_Label12);
  670. this.gbxCondition.Controls.Add(this.txtEndUsedDateStart);
  671. this.gbxCondition.Controls.Add(this.lblFloorNo);
  672. this.gbxCondition.Controls.Add(this.cbEndTime);
  673. this.gbxCondition.Controls.Add(this.lblGroutingUserCode);
  674. this.gbxCondition.Controls.Add(this.lblGroutingLineNo);
  675. this.gbxCondition.Controls.Add(this.txtGroutingLineNo);
  676. this.gbxCondition.Controls.Add(this.txtBeginUsedDateEnd);
  677. this.gbxCondition.Controls.Add(this.txtRemarks);
  678. this.gbxCondition.Controls.Add(this.c_Label11);
  679. this.gbxCondition.Controls.Add(this.lblRemarks);
  680. this.gbxCondition.Controls.Add(this.txtBeginUsedDateStart);
  681. this.gbxCondition.Controls.Add(this.lblGMouldStatus);
  682. this.gbxCondition.Controls.Add(this.cbStartTime);
  683. this.gbxCondition.Controls.Add(this.lblGroutingLineName);
  684. this.gbxCondition.Controls.Add(this.txtGroutingLineName);
  685. this.gbxCondition.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  686. this.gbxCondition.ForeColor = System.Drawing.SystemColors.ControlText;
  687. this.gbxCondition.IsMustInput = false;
  688. this.gbxCondition.Location = new System.Drawing.Point(0, 38);
  689. this.gbxCondition.Name = "gbxCondition";
  690. this.gbxCondition.OriginalHeight = -1;
  691. this.gbxCondition.Size = new System.Drawing.Size(1016, 103);
  692. this.gbxCondition.TabIndex = 1;
  693. this.gbxCondition.TabStop = false;
  694. this.gbxCondition.Text = "查询条件 ▼";
  695. //
  696. // lblGMouldType
  697. //
  698. this.lblGMouldType.AutoSize = true;
  699. this.lblGMouldType.BackColor = System.Drawing.Color.Transparent;
  700. this.lblGMouldType.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  701. this.lblGMouldType.ForeColor = System.Drawing.SystemColors.ControlText;
  702. this.lblGMouldType.Location = new System.Drawing.Point(400, 50);
  703. this.lblGMouldType.Name = "lblGMouldType";
  704. this.lblGMouldType.Size = new System.Drawing.Size(65, 12);
  705. this.lblGMouldType.TabIndex = 30;
  706. this.lblGMouldType.Text = "成型线类型";
  707. //
  708. // scbGMouldType
  709. //
  710. this.scbGMouldType.CheckedData = null;
  711. this.scbGMouldType.Location = new System.Drawing.Point(471, 47);
  712. this.scbGMouldType.Name = "scbGMouldType";
  713. this.scbGMouldType.Size = new System.Drawing.Size(121, 21);
  714. this.scbGMouldType.TabIndex = 29;
  715. //
  716. // chkDisable
  717. //
  718. this.chkDisable.AutoSize = true;
  719. this.chkDisable.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  720. this.chkDisable.Location = new System.Drawing.Point(860, 76);
  721. this.chkDisable.Name = "chkDisable";
  722. this.chkDisable.Size = new System.Drawing.Size(48, 16);
  723. this.chkDisable.TabIndex = 26;
  724. this.chkDisable.Text = "无效";
  725. this.chkDisable.UseVisualStyleBackColor = true;
  726. //
  727. // chkEnable
  728. //
  729. this.chkEnable.AutoSize = true;
  730. this.chkEnable.Checked = true;
  731. this.chkEnable.CheckState = System.Windows.Forms.CheckState.Checked;
  732. this.chkEnable.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  733. this.chkEnable.Location = new System.Drawing.Point(803, 76);
  734. this.chkEnable.Name = "chkEnable";
  735. this.chkEnable.Size = new System.Drawing.Size(48, 16);
  736. this.chkEnable.TabIndex = 25;
  737. this.chkEnable.Text = "有效";
  738. this.chkEnable.UseVisualStyleBackColor = true;
  739. //
  740. // lstcbxGMouldStatus
  741. //
  742. this.lstcbxGMouldStatus.BackColor = System.Drawing.SystemColors.Window;
  743. this.lstcbxGMouldStatus.BackgroundColor = System.Drawing.SystemColors.Window;
  744. this.lstcbxGMouldStatus.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  745. this.lstcbxGMouldStatus.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  746. this.lstcbxGMouldStatus.FormattingEnabled = true;
  747. this.lstcbxGMouldStatus.Location = new System.Drawing.Point(471, 74);
  748. this.lstcbxGMouldStatus.Name = "lstcbxGMouldStatus";
  749. this.lstcbxGMouldStatus.Size = new System.Drawing.Size(121, 20);
  750. this.lstcbxGMouldStatus.TabIndex = 22;
  751. //
  752. // txtFloorNo
  753. //
  754. this.txtFloorNo.BackColor = System.Drawing.SystemColors.Window;
  755. this.txtFloorNo.BackgroundColor = System.Drawing.SystemColors.Window;
  756. this.txtFloorNo.EditingControlFormattedValue = "";
  757. this.txtFloorNo.ErrorMessage = "";
  758. this.txtFloorNo.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  759. this.txtFloorNo.ImeMode = System.Windows.Forms.ImeMode.Off;
  760. this.txtFloorNo.Location = new System.Drawing.Point(274, 21);
  761. this.txtFloorNo.MaxValue = new decimal(new int[] {
  762. 99,
  763. 0,
  764. 0,
  765. 0});
  766. this.txtFloorNo.MinValue = new decimal(new int[] {
  767. 1,
  768. 0,
  769. 0,
  770. 0});
  771. this.txtFloorNo.Name = "txtFloorNo";
  772. this.txtFloorNo.Number = new System.Drawing.Point(2, 0);
  773. this.txtFloorNo.ShowDecimal = false;
  774. this.txtFloorNo.Size = new System.Drawing.Size(120, 21);
  775. this.txtFloorNo.TabIndex = 3;
  776. this.txtFloorNo.TextValue = "";
  777. //
  778. // txtGroutingUserCode
  779. //
  780. this.txtGroutingUserCode.BackColor = System.Drawing.SystemColors.Window;
  781. this.txtGroutingUserCode.BackgroundColor = System.Drawing.SystemColors.Window;
  782. this.txtGroutingUserCode.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
  783. this.txtGroutingUserCode.ErrorMessage = "";
  784. this.txtGroutingUserCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  785. this.txtGroutingUserCode.ImeMode = System.Windows.Forms.ImeMode.Off;
  786. this.txtGroutingUserCode.Location = new System.Drawing.Point(657, 74);
  787. this.txtGroutingUserCode.MaxLength = 20;
  788. this.txtGroutingUserCode.Name = "txtGroutingUserCode";
  789. this.txtGroutingUserCode.Size = new System.Drawing.Size(120, 21);
  790. this.txtGroutingUserCode.TabIndex = 24;
  791. this.txtGroutingUserCode.TextValue = "";
  792. //
  793. // lblGroutingUserCode
  794. //
  795. this.lblGroutingUserCode.AutoSize = true;
  796. this.lblGroutingUserCode.BackColor = System.Drawing.Color.Transparent;
  797. this.lblGroutingUserCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  798. this.lblGroutingUserCode.ForeColor = System.Drawing.SystemColors.ControlText;
  799. this.lblGroutingUserCode.Location = new System.Drawing.Point(598, 78);
  800. this.lblGroutingUserCode.Name = "lblGroutingUserCode";
  801. this.lblGroutingUserCode.Size = new System.Drawing.Size(53, 12);
  802. this.lblGroutingUserCode.TabIndex = 23;
  803. this.lblGroutingUserCode.Text = "成型工号";
  804. //
  805. // dgvGroutingLineDetail
  806. //
  807. this.dgvGroutingLineDetail.AllowUserToAddRows = false;
  808. this.dgvGroutingLineDetail.AllowUserToDeleteRows = false;
  809. this.dgvGroutingLineDetail.AllowUserToModifyRows = true;
  810. this.dgvGroutingLineDetail.AllowUserToOrderColumns = true;
  811. dataGridViewCellStyle7.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
  812. this.dgvGroutingLineDetail.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle7;
  813. this.dgvGroutingLineDetail.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  814. this.dgvGroutingLineDetail.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
  815. this.dgvGroutingLineDetail.CellHeight = 23;
  816. this.dgvGroutingLineDetail.ChildNodeColumnName = null;
  817. this.dgvGroutingLineDetail.ChildNodeColumnText = null;
  818. this.dgvGroutingLineDetail.ColumnDeep = 1;
  819. this.dgvGroutingLineDetail.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  820. dataGridViewCellStyle8.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  821. dataGridViewCellStyle8.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70)))));
  822. dataGridViewCellStyle8.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  823. dataGridViewCellStyle8.ForeColor = System.Drawing.Color.White;
  824. dataGridViewCellStyle8.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  825. dataGridViewCellStyle8.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  826. dataGridViewCellStyle8.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  827. this.dgvGroutingLineDetail.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle8;
  828. this.dgvGroutingLineDetail.ColumnHeadersHeight = 29;
  829. this.dgvGroutingLineDetail.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  830. this.dgvGroutingLineDetail.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  831. this.GroutingLineDetailID,
  832. this.GroutingLineIDM,
  833. this.GroutingMouldCode,
  834. this.MouldBarcode,
  835. this.MouldID,
  836. this.MouldCode,
  837. this.GoodsID,
  838. this.GOODSCODE,
  839. this.GoodsName,
  840. this.GoodsSpecification,
  841. this.StandardGroutingCount,
  842. this.GroutingCount,
  843. this.GMouldStatusM,
  844. this.BeginUsedDateM,
  845. this.EndUsedDate2,
  846. this.Remarks1,
  847. this.RecordRemarks});
  848. this.dgvGroutingLineDetail.ColumnTreeView = null;
  849. this.dgvGroutingLineDetail.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)));
  850. dataGridViewCellStyle13.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  851. dataGridViewCellStyle13.BackColor = System.Drawing.SystemColors.Window;
  852. dataGridViewCellStyle13.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  853. dataGridViewCellStyle13.ForeColor = System.Drawing.SystemColors.ControlText;
  854. dataGridViewCellStyle13.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  855. dataGridViewCellStyle13.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  856. dataGridViewCellStyle13.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  857. this.dgvGroutingLineDetail.DefaultCellStyle = dataGridViewCellStyle13;
  858. this.dgvGroutingLineDetail.Dock = System.Windows.Forms.DockStyle.Fill;
  859. this.dgvGroutingLineDetail.DynamicColumnName = "";
  860. this.dgvGroutingLineDetail.EnableHeadersVisualStyles = false;
  861. this.dgvGroutingLineDetail.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  862. this.dgvGroutingLineDetail.FormatQuantityColumns = null;
  863. this.dgvGroutingLineDetail.HorizontalMergeColumn = null;
  864. this.dgvGroutingLineDetail.IsAutoCountSum = true;
  865. this.dgvGroutingLineDetail.IsAutoResizeColumns = false;
  866. this.dgvGroutingLineDetail.IsClickF12 = false;
  867. this.dgvGroutingLineDetail.IsOpenMergeCellFlag = false;
  868. this.dgvGroutingLineDetail.IsSubTotalFlag = false;
  869. this.dgvGroutingLineDetail.IsTopDeep = false;
  870. this.dgvGroutingLineDetail.Location = new System.Drawing.Point(0, 0);
  871. this.dgvGroutingLineDetail.MergeColumnNames = null;
  872. this.dgvGroutingLineDetail.MergeDetailColumnNames = null;
  873. this.dgvGroutingLineDetail.MergeDetailOnlyColumn = null;
  874. this.dgvGroutingLineDetail.MergeOnlyColumn = null;
  875. this.dgvGroutingLineDetail.MultiSelect = false;
  876. this.dgvGroutingLineDetail.Name = "dgvGroutingLineDetail";
  877. this.dgvGroutingLineDetail.ReadOnly = true;
  878. this.dgvGroutingLineDetail.RefreshAtHscroll = false;
  879. this.dgvGroutingLineDetail.RowHeadersWidth = 50;
  880. this.dgvGroutingLineDetail.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  881. dataGridViewCellStyle14.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  882. this.dgvGroutingLineDetail.RowsDefaultCellStyle = dataGridViewCellStyle14;
  883. this.dgvGroutingLineDetail.RowTemplate.Height = 21;
  884. this.dgvGroutingLineDetail.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  885. this.dgvGroutingLineDetail.Size = new System.Drawing.Size(1016, 158);
  886. this.dgvGroutingLineDetail.SortOrderColumnName = null;
  887. this.dgvGroutingLineDetail.TabIndex = 0;
  888. this.dgvGroutingLineDetail.Tag = true;
  889. this.dgvGroutingLineDetail.TotalSumColumns = null;
  890. this.dgvGroutingLineDetail.ViewRowFilter = "";
  891. this.dgvGroutingLineDetail.VirtualMode = true;
  892. //
  893. // GroutingLineDetailID
  894. //
  895. this.GroutingLineDetailID.DataPropertyName = "GroutingLineDetailID";
  896. this.GroutingLineDetailID.HeaderText = "成型生产线明细ID";
  897. this.GroutingLineDetailID.MinimumWidth = 6;
  898. this.GroutingLineDetailID.Name = "GroutingLineDetailID";
  899. this.GroutingLineDetailID.ReadOnly = true;
  900. this.GroutingLineDetailID.Visible = false;
  901. this.GroutingLineDetailID.Width = 125;
  902. //
  903. // GroutingLineIDM
  904. //
  905. this.GroutingLineIDM.DataPropertyName = "GroutingLineID";
  906. this.GroutingLineIDM.HeaderText = "成型生产线ID";
  907. this.GroutingLineIDM.MinimumWidth = 6;
  908. this.GroutingLineIDM.Name = "GroutingLineIDM";
  909. this.GroutingLineIDM.ReadOnly = true;
  910. this.GroutingLineIDM.Visible = false;
  911. this.GroutingLineIDM.Width = 125;
  912. //
  913. // GroutingMouldCode
  914. //
  915. this.GroutingMouldCode.DataPropertyName = "GroutingMouldCode";
  916. this.GroutingMouldCode.HeaderText = "模具编号";
  917. this.GroutingMouldCode.MinimumWidth = 6;
  918. this.GroutingMouldCode.Name = "GroutingMouldCode";
  919. this.GroutingMouldCode.ReadOnly = true;
  920. this.GroutingMouldCode.Width = 120;
  921. //
  922. // MouldBarcode
  923. //
  924. this.MouldBarcode.DataPropertyName = "MouldBarcode";
  925. this.MouldBarcode.HeaderText = "模具条码";
  926. this.MouldBarcode.MinimumWidth = 6;
  927. this.MouldBarcode.Name = "MouldBarcode";
  928. this.MouldBarcode.ReadOnly = true;
  929. this.MouldBarcode.Width = 125;
  930. //
  931. // MouldID
  932. //
  933. this.MouldID.DataPropertyName = "MouldID";
  934. this.MouldID.HeaderText = "MouldID";
  935. this.MouldID.MinimumWidth = 6;
  936. this.MouldID.Name = "MouldID";
  937. this.MouldID.ReadOnly = true;
  938. this.MouldID.Visible = false;
  939. this.MouldID.Width = 125;
  940. //
  941. // MouldCode
  942. //
  943. this.MouldCode.DataPropertyName = "MouldCode";
  944. this.MouldCode.HeaderText = "MouldCode";
  945. this.MouldCode.MinimumWidth = 6;
  946. this.MouldCode.Name = "MouldCode";
  947. this.MouldCode.ReadOnly = true;
  948. this.MouldCode.Visible = false;
  949. this.MouldCode.Width = 125;
  950. //
  951. // GoodsID
  952. //
  953. this.GoodsID.DataPropertyName = "GoodsID";
  954. this.GoodsID.HeaderText = "产品ID";
  955. this.GoodsID.MinimumWidth = 6;
  956. this.GoodsID.Name = "GoodsID";
  957. this.GoodsID.ReadOnly = true;
  958. this.GoodsID.Visible = false;
  959. this.GoodsID.Width = 125;
  960. //
  961. // GOODSCODE
  962. //
  963. this.GOODSCODE.DataPropertyName = "GOODSCODE";
  964. this.GOODSCODE.HeaderText = "产品编码";
  965. this.GOODSCODE.MinimumWidth = 6;
  966. this.GOODSCODE.Name = "GOODSCODE";
  967. this.GOODSCODE.ReadOnly = true;
  968. this.GOODSCODE.Width = 125;
  969. //
  970. // GoodsName
  971. //
  972. this.GoodsName.DataPropertyName = "GoodsName";
  973. this.GoodsName.HeaderText = "产品名称";
  974. this.GoodsName.MinimumWidth = 6;
  975. this.GoodsName.Name = "GoodsName";
  976. this.GoodsName.ReadOnly = true;
  977. this.GoodsName.Width = 125;
  978. //
  979. // GoodsSpecification
  980. //
  981. this.GoodsSpecification.DataPropertyName = "GoodsSpecification";
  982. this.GoodsSpecification.HeaderText = "产品规格";
  983. this.GoodsSpecification.MinimumWidth = 6;
  984. this.GoodsSpecification.Name = "GoodsSpecification";
  985. this.GoodsSpecification.ReadOnly = true;
  986. this.GoodsSpecification.Width = 125;
  987. //
  988. // StandardGroutingCount
  989. //
  990. this.StandardGroutingCount.DataPropertyName = "StandardGroutingCount";
  991. dataGridViewCellStyle9.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
  992. this.StandardGroutingCount.DefaultCellStyle = dataGridViewCellStyle9;
  993. this.StandardGroutingCount.HeaderText = "标准注浆次数";
  994. this.StandardGroutingCount.MinimumWidth = 6;
  995. this.StandardGroutingCount.Name = "StandardGroutingCount";
  996. this.StandardGroutingCount.ReadOnly = true;
  997. this.StandardGroutingCount.Width = 125;
  998. //
  999. // GroutingCount
  1000. //
  1001. this.GroutingCount.DataPropertyName = "GroutingCount";
  1002. dataGridViewCellStyle10.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
  1003. this.GroutingCount.DefaultCellStyle = dataGridViewCellStyle10;
  1004. this.GroutingCount.HeaderText = "注浆次数";
  1005. this.GroutingCount.MinimumWidth = 6;
  1006. this.GroutingCount.Name = "GroutingCount";
  1007. this.GroutingCount.ReadOnly = true;
  1008. this.GroutingCount.Width = 125;
  1009. //
  1010. // GMouldStatusM
  1011. //
  1012. this.GMouldStatusM.DataPropertyName = "GMOULDSTATUSNAME";
  1013. this.GMouldStatusM.HeaderText = "模具状态";
  1014. this.GMouldStatusM.MinimumWidth = 6;
  1015. this.GMouldStatusM.Name = "GMouldStatusM";
  1016. this.GMouldStatusM.ReadOnly = true;
  1017. this.GMouldStatusM.Width = 120;
  1018. //
  1019. // BeginUsedDateM
  1020. //
  1021. this.BeginUsedDateM.DataPropertyName = "BeginUsedDate";
  1022. dataGridViewCellStyle11.Format = "yyyy-MM-dd";
  1023. dataGridViewCellStyle11.NullValue = null;
  1024. this.BeginUsedDateM.DefaultCellStyle = dataGridViewCellStyle11;
  1025. this.BeginUsedDateM.HeaderText = "开始使用日期";
  1026. this.BeginUsedDateM.MinimumWidth = 6;
  1027. this.BeginUsedDateM.Name = "BeginUsedDateM";
  1028. this.BeginUsedDateM.ReadOnly = true;
  1029. this.BeginUsedDateM.Width = 120;
  1030. //
  1031. // EndUsedDate2
  1032. //
  1033. this.EndUsedDate2.DataPropertyName = "EndUsedDate";
  1034. dataGridViewCellStyle12.Format = "yyyy-MM-dd";
  1035. this.EndUsedDate2.DefaultCellStyle = dataGridViewCellStyle12;
  1036. this.EndUsedDate2.HeaderText = "结束使用日期";
  1037. this.EndUsedDate2.MinimumWidth = 6;
  1038. this.EndUsedDate2.Name = "EndUsedDate2";
  1039. this.EndUsedDate2.ReadOnly = true;
  1040. this.EndUsedDate2.Width = 125;
  1041. //
  1042. // Remarks1
  1043. //
  1044. this.Remarks1.DataPropertyName = "RreasonRemarks";
  1045. this.Remarks1.HeaderText = "备注";
  1046. this.Remarks1.MinimumWidth = 6;
  1047. this.Remarks1.Name = "Remarks1";
  1048. this.Remarks1.ReadOnly = true;
  1049. this.Remarks1.Width = 200;
  1050. //
  1051. // RecordRemarks
  1052. //
  1053. this.RecordRemarks.DataPropertyName = "RecordRemarks";
  1054. this.RecordRemarks.HeaderText = "操作备注";
  1055. this.RecordRemarks.MinimumWidth = 6;
  1056. this.RecordRemarks.Name = "RecordRemarks";
  1057. this.RecordRemarks.ReadOnly = true;
  1058. this.RecordRemarks.Width = 125;
  1059. //
  1060. // splLine
  1061. //
  1062. this.splLine.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  1063. | System.Windows.Forms.AnchorStyles.Left)
  1064. | System.Windows.Forms.AnchorStyles.Right)));
  1065. this.splLine.Location = new System.Drawing.Point(0, 147);
  1066. this.splLine.Name = "splLine";
  1067. this.splLine.Orientation = System.Windows.Forms.Orientation.Horizontal;
  1068. //
  1069. // splLine.Panel1
  1070. //
  1071. this.splLine.Panel1.Controls.Add(this.dgvGroutingLine);
  1072. //
  1073. // splLine.Panel2
  1074. //
  1075. this.splLine.Panel2.Controls.Add(this.dgvGroutingLineDetail);
  1076. this.splLine.Size = new System.Drawing.Size(1016, 338);
  1077. this.splLine.SplitterDistance = 176;
  1078. this.splLine.TabIndex = 105;
  1079. //
  1080. // dataGridViewTextBoxColumn1
  1081. //
  1082. this.dataGridViewTextBoxColumn1.DataPropertyName = "GroutingLineID";
  1083. this.dataGridViewTextBoxColumn1.HeaderText = "成型生产线ID";
  1084. this.dataGridViewTextBoxColumn1.MinimumWidth = 6;
  1085. this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1";
  1086. this.dataGridViewTextBoxColumn1.Visible = false;
  1087. this.dataGridViewTextBoxColumn1.Width = 125;
  1088. //
  1089. // dataGridViewTextBoxColumn2
  1090. //
  1091. this.dataGridViewTextBoxColumn2.DataPropertyName = "GroutingLineCode";
  1092. this.dataGridViewTextBoxColumn2.HeaderText = "成型线编码";
  1093. this.dataGridViewTextBoxColumn2.MinimumWidth = 6;
  1094. this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2";
  1095. this.dataGridViewTextBoxColumn2.Width = 125;
  1096. //
  1097. // dataGridViewTextBoxColumn3
  1098. //
  1099. this.dataGridViewTextBoxColumn3.DataPropertyName = "GroutingLineName";
  1100. this.dataGridViewTextBoxColumn3.HeaderText = "成型线名称";
  1101. this.dataGridViewTextBoxColumn3.MinimumWidth = 6;
  1102. this.dataGridViewTextBoxColumn3.Name = "dataGridViewTextBoxColumn3";
  1103. this.dataGridViewTextBoxColumn3.Width = 125;
  1104. //
  1105. // dataGridViewTextBoxColumn4
  1106. //
  1107. this.dataGridViewTextBoxColumn4.DataPropertyName = "BuildingNo";
  1108. this.dataGridViewTextBoxColumn4.HeaderText = "楼号";
  1109. this.dataGridViewTextBoxColumn4.MinimumWidth = 6;
  1110. this.dataGridViewTextBoxColumn4.Name = "dataGridViewTextBoxColumn4";
  1111. this.dataGridViewTextBoxColumn4.Width = 125;
  1112. //
  1113. // dataGridViewTextBoxColumn5
  1114. //
  1115. this.dataGridViewTextBoxColumn5.DataPropertyName = "FloorNo";
  1116. this.dataGridViewTextBoxColumn5.HeaderText = "楼层";
  1117. this.dataGridViewTextBoxColumn5.MinimumWidth = 6;
  1118. this.dataGridViewTextBoxColumn5.Name = "dataGridViewTextBoxColumn5";
  1119. this.dataGridViewTextBoxColumn5.Width = 125;
  1120. //
  1121. // dataGridViewTextBoxColumn6
  1122. //
  1123. this.dataGridViewTextBoxColumn6.DataPropertyName = "GroutingLineNo";
  1124. this.dataGridViewTextBoxColumn6.HeaderText = "线号";
  1125. this.dataGridViewTextBoxColumn6.MinimumWidth = 6;
  1126. this.dataGridViewTextBoxColumn6.Name = "dataGridViewTextBoxColumn6";
  1127. this.dataGridViewTextBoxColumn6.Width = 125;
  1128. //
  1129. // dataGridViewTextBoxColumn7
  1130. //
  1131. this.dataGridViewTextBoxColumn7.DataPropertyName = "MouldQuantity";
  1132. this.dataGridViewTextBoxColumn7.HeaderText = "模具个数";
  1133. this.dataGridViewTextBoxColumn7.MinimumWidth = 6;
  1134. this.dataGridViewTextBoxColumn7.Name = "dataGridViewTextBoxColumn7";
  1135. this.dataGridViewTextBoxColumn7.Width = 125;
  1136. //
  1137. // dataGridViewTextBoxColumn8
  1138. //
  1139. this.dataGridViewTextBoxColumn8.DataPropertyName = "GMouldTypeName";
  1140. this.dataGridViewTextBoxColumn8.HeaderText = "成型线类型";
  1141. this.dataGridViewTextBoxColumn8.MinimumWidth = 6;
  1142. this.dataGridViewTextBoxColumn8.Name = "dataGridViewTextBoxColumn8";
  1143. this.dataGridViewTextBoxColumn8.Width = 125;
  1144. //
  1145. // dataGridViewTextBoxColumn9
  1146. //
  1147. this.dataGridViewTextBoxColumn9.DataPropertyName = "UserCode";
  1148. this.dataGridViewTextBoxColumn9.HeaderText = "成型工号";
  1149. this.dataGridViewTextBoxColumn9.MinimumWidth = 6;
  1150. this.dataGridViewTextBoxColumn9.Name = "dataGridViewTextBoxColumn9";
  1151. this.dataGridViewTextBoxColumn9.Width = 125;
  1152. //
  1153. // dataGridViewTextBoxColumn10
  1154. //
  1155. this.dataGridViewTextBoxColumn10.DataPropertyName = "BeginUsedDate";
  1156. dataGridViewCellStyle15.Format = "yyyy-MM-dd";
  1157. dataGridViewCellStyle15.NullValue = null;
  1158. this.dataGridViewTextBoxColumn10.DefaultCellStyle = dataGridViewCellStyle15;
  1159. this.dataGridViewTextBoxColumn10.HeaderText = "开始使用日期";
  1160. this.dataGridViewTextBoxColumn10.MinimumWidth = 6;
  1161. this.dataGridViewTextBoxColumn10.Name = "dataGridViewTextBoxColumn10";
  1162. this.dataGridViewTextBoxColumn10.Width = 120;
  1163. //
  1164. // dataGridViewTextBoxColumn11
  1165. //
  1166. this.dataGridViewTextBoxColumn11.DataPropertyName = "EndUsedDate";
  1167. dataGridViewCellStyle16.Format = "yyyy-MM-dd HH:mm:ss";
  1168. dataGridViewCellStyle16.NullValue = null;
  1169. this.dataGridViewTextBoxColumn11.DefaultCellStyle = dataGridViewCellStyle16;
  1170. this.dataGridViewTextBoxColumn11.HeaderText = "结束使用日期";
  1171. this.dataGridViewTextBoxColumn11.MinimumWidth = 6;
  1172. this.dataGridViewTextBoxColumn11.Name = "dataGridViewTextBoxColumn11";
  1173. this.dataGridViewTextBoxColumn11.Width = 120;
  1174. //
  1175. // dataGridViewTextBoxColumn12
  1176. //
  1177. this.dataGridViewTextBoxColumn12.DataPropertyName = "GMOULDSTATUSNAME";
  1178. this.dataGridViewTextBoxColumn12.HeaderText = "成型线状态";
  1179. this.dataGridViewTextBoxColumn12.MinimumWidth = 6;
  1180. this.dataGridViewTextBoxColumn12.Name = "dataGridViewTextBoxColumn12";
  1181. this.dataGridViewTextBoxColumn12.Width = 120;
  1182. //
  1183. // dataGridViewTextBoxColumn13
  1184. //
  1185. this.dataGridViewTextBoxColumn13.DataPropertyName = "Remarks";
  1186. this.dataGridViewTextBoxColumn13.HeaderText = "备注";
  1187. this.dataGridViewTextBoxColumn13.MinimumWidth = 6;
  1188. this.dataGridViewTextBoxColumn13.Name = "dataGridViewTextBoxColumn13";
  1189. this.dataGridViewTextBoxColumn13.Width = 125;
  1190. //
  1191. // dataGridViewTextBoxColumn14
  1192. //
  1193. this.dataGridViewTextBoxColumn14.DataPropertyName = "GroutingLineDetailID";
  1194. this.dataGridViewTextBoxColumn14.HeaderText = "成型生产线明细ID";
  1195. this.dataGridViewTextBoxColumn14.MinimumWidth = 6;
  1196. this.dataGridViewTextBoxColumn14.Name = "dataGridViewTextBoxColumn14";
  1197. this.dataGridViewTextBoxColumn14.Visible = false;
  1198. this.dataGridViewTextBoxColumn14.Width = 125;
  1199. //
  1200. // dataGridViewTextBoxColumn15
  1201. //
  1202. this.dataGridViewTextBoxColumn15.DataPropertyName = "GroutingLineID";
  1203. this.dataGridViewTextBoxColumn15.HeaderText = "成型生产线ID";
  1204. this.dataGridViewTextBoxColumn15.MinimumWidth = 6;
  1205. this.dataGridViewTextBoxColumn15.Name = "dataGridViewTextBoxColumn15";
  1206. this.dataGridViewTextBoxColumn15.Visible = false;
  1207. this.dataGridViewTextBoxColumn15.Width = 125;
  1208. //
  1209. // dataGridViewTextBoxColumn16
  1210. //
  1211. this.dataGridViewTextBoxColumn16.DataPropertyName = "GroutingMouldCode";
  1212. this.dataGridViewTextBoxColumn16.HeaderText = "注浆模具编号";
  1213. this.dataGridViewTextBoxColumn16.MinimumWidth = 6;
  1214. this.dataGridViewTextBoxColumn16.Name = "dataGridViewTextBoxColumn16";
  1215. this.dataGridViewTextBoxColumn16.Width = 120;
  1216. //
  1217. // dataGridViewTextBoxColumn17
  1218. //
  1219. this.dataGridViewTextBoxColumn17.DataPropertyName = "MouldCode";
  1220. this.dataGridViewTextBoxColumn17.HeaderText = "模具编号";
  1221. this.dataGridViewTextBoxColumn17.MinimumWidth = 6;
  1222. this.dataGridViewTextBoxColumn17.Name = "dataGridViewTextBoxColumn17";
  1223. this.dataGridViewTextBoxColumn17.Visible = false;
  1224. this.dataGridViewTextBoxColumn17.Width = 125;
  1225. //
  1226. // dataGridViewTextBoxColumn18
  1227. //
  1228. this.dataGridViewTextBoxColumn18.DataPropertyName = "GoodsID";
  1229. this.dataGridViewTextBoxColumn18.HeaderText = "产品ID";
  1230. this.dataGridViewTextBoxColumn18.MinimumWidth = 6;
  1231. this.dataGridViewTextBoxColumn18.Name = "dataGridViewTextBoxColumn18";
  1232. this.dataGridViewTextBoxColumn18.Visible = false;
  1233. this.dataGridViewTextBoxColumn18.Width = 125;
  1234. //
  1235. // dataGridViewTextBoxColumn19
  1236. //
  1237. this.dataGridViewTextBoxColumn19.DataPropertyName = "GOODSCODE";
  1238. this.dataGridViewTextBoxColumn19.HeaderText = "产品编码";
  1239. this.dataGridViewTextBoxColumn19.MinimumWidth = 6;
  1240. this.dataGridViewTextBoxColumn19.Name = "dataGridViewTextBoxColumn19";
  1241. this.dataGridViewTextBoxColumn19.Width = 125;
  1242. //
  1243. // dataGridViewTextBoxColumn20
  1244. //
  1245. this.dataGridViewTextBoxColumn20.DataPropertyName = "GoodsName";
  1246. this.dataGridViewTextBoxColumn20.HeaderText = "产品名称";
  1247. this.dataGridViewTextBoxColumn20.MinimumWidth = 6;
  1248. this.dataGridViewTextBoxColumn20.Name = "dataGridViewTextBoxColumn20";
  1249. this.dataGridViewTextBoxColumn20.Width = 125;
  1250. //
  1251. // dataGridViewTextBoxColumn21
  1252. //
  1253. this.dataGridViewTextBoxColumn21.DataPropertyName = "GoodsSpecification";
  1254. this.dataGridViewTextBoxColumn21.HeaderText = "产品规格";
  1255. this.dataGridViewTextBoxColumn21.MinimumWidth = 6;
  1256. this.dataGridViewTextBoxColumn21.Name = "dataGridViewTextBoxColumn21";
  1257. this.dataGridViewTextBoxColumn21.Width = 125;
  1258. //
  1259. // dataGridViewTextBoxColumn22
  1260. //
  1261. this.dataGridViewTextBoxColumn22.DataPropertyName = "GroutingCount";
  1262. this.dataGridViewTextBoxColumn22.HeaderText = "当前注浆次数";
  1263. this.dataGridViewTextBoxColumn22.MinimumWidth = 6;
  1264. this.dataGridViewTextBoxColumn22.Name = "dataGridViewTextBoxColumn22";
  1265. this.dataGridViewTextBoxColumn22.Width = 125;
  1266. //
  1267. // dataGridViewTextBoxColumn23
  1268. //
  1269. this.dataGridViewTextBoxColumn23.DataPropertyName = "GMOULDSTATUSNAME";
  1270. this.dataGridViewTextBoxColumn23.HeaderText = "注浆模具状态";
  1271. this.dataGridViewTextBoxColumn23.MinimumWidth = 6;
  1272. this.dataGridViewTextBoxColumn23.Name = "dataGridViewTextBoxColumn23";
  1273. this.dataGridViewTextBoxColumn23.Width = 120;
  1274. //
  1275. // dataGridViewTextBoxColumn24
  1276. //
  1277. this.dataGridViewTextBoxColumn24.DataPropertyName = "BeginUsedDate";
  1278. dataGridViewCellStyle17.Format = "yyyy-MM-dd";
  1279. dataGridViewCellStyle17.NullValue = null;
  1280. this.dataGridViewTextBoxColumn24.DefaultCellStyle = dataGridViewCellStyle17;
  1281. this.dataGridViewTextBoxColumn24.HeaderText = "开始使用日期";
  1282. this.dataGridViewTextBoxColumn24.MinimumWidth = 6;
  1283. this.dataGridViewTextBoxColumn24.Name = "dataGridViewTextBoxColumn24";
  1284. this.dataGridViewTextBoxColumn24.Width = 120;
  1285. //
  1286. // GroutingLineID
  1287. //
  1288. this.GroutingLineID.DataPropertyName = "GroutingLineID";
  1289. this.GroutingLineID.HeaderText = "成型生产线ID";
  1290. this.GroutingLineID.MinimumWidth = 6;
  1291. this.GroutingLineID.Name = "GroutingLineID";
  1292. this.GroutingLineID.ReadOnly = true;
  1293. this.GroutingLineID.Visible = false;
  1294. this.GroutingLineID.Width = 125;
  1295. //
  1296. // GroutingLineCode
  1297. //
  1298. this.GroutingLineCode.DataPropertyName = "GroutingLineCode";
  1299. this.GroutingLineCode.HeaderText = "成型线编码";
  1300. this.GroutingLineCode.MinimumWidth = 6;
  1301. this.GroutingLineCode.Name = "GroutingLineCode";
  1302. this.GroutingLineCode.ReadOnly = true;
  1303. this.GroutingLineCode.Width = 125;
  1304. //
  1305. // GroutingLineName
  1306. //
  1307. this.GroutingLineName.DataPropertyName = "GroutingLineName";
  1308. this.GroutingLineName.HeaderText = "成型线名称";
  1309. this.GroutingLineName.MinimumWidth = 6;
  1310. this.GroutingLineName.Name = "GroutingLineName";
  1311. this.GroutingLineName.ReadOnly = true;
  1312. this.GroutingLineName.Width = 125;
  1313. //
  1314. // ValueFlag
  1315. //
  1316. this.ValueFlag.DataPropertyName = "ValueFlag";
  1317. this.ValueFlag.FalseValue = "0";
  1318. this.ValueFlag.HeaderText = "有效标识";
  1319. this.ValueFlag.MinimumWidth = 6;
  1320. this.ValueFlag.Name = "ValueFlag";
  1321. this.ValueFlag.ReadOnly = true;
  1322. this.ValueFlag.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  1323. this.ValueFlag.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
  1324. this.ValueFlag.TrueValue = "1";
  1325. this.ValueFlag.Visible = false;
  1326. this.ValueFlag.Width = 125;
  1327. //
  1328. // BuildingNo
  1329. //
  1330. this.BuildingNo.DataPropertyName = "BuildingNo";
  1331. this.BuildingNo.HeaderText = "楼号";
  1332. this.BuildingNo.MinimumWidth = 6;
  1333. this.BuildingNo.Name = "BuildingNo";
  1334. this.BuildingNo.ReadOnly = true;
  1335. this.BuildingNo.Width = 125;
  1336. //
  1337. // FloorNo
  1338. //
  1339. this.FloorNo.DataPropertyName = "FloorNo";
  1340. this.FloorNo.HeaderText = "楼层";
  1341. this.FloorNo.MinimumWidth = 6;
  1342. this.FloorNo.Name = "FloorNo";
  1343. this.FloorNo.ReadOnly = true;
  1344. this.FloorNo.Width = 125;
  1345. //
  1346. // GroutingLineNo
  1347. //
  1348. this.GroutingLineNo.DataPropertyName = "GroutingLineNo";
  1349. this.GroutingLineNo.HeaderText = "线号";
  1350. this.GroutingLineNo.MinimumWidth = 6;
  1351. this.GroutingLineNo.Name = "GroutingLineNo";
  1352. this.GroutingLineNo.ReadOnly = true;
  1353. this.GroutingLineNo.Width = 125;
  1354. //
  1355. // MouldQuantity
  1356. //
  1357. this.MouldQuantity.DataPropertyName = "MouldQuantity";
  1358. this.MouldQuantity.HeaderText = "模具个数";
  1359. this.MouldQuantity.MinimumWidth = 6;
  1360. this.MouldQuantity.Name = "MouldQuantity";
  1361. this.MouldQuantity.ReadOnly = true;
  1362. this.MouldQuantity.Width = 125;
  1363. //
  1364. // GMouldTypeName
  1365. //
  1366. this.GMouldTypeName.DataPropertyName = "GMouldTypeName";
  1367. this.GMouldTypeName.HeaderText = "成型线类型";
  1368. this.GMouldTypeName.MinimumWidth = 6;
  1369. this.GMouldTypeName.Name = "GMouldTypeName";
  1370. this.GMouldTypeName.ReadOnly = true;
  1371. this.GMouldTypeName.Width = 125;
  1372. //
  1373. // HIGHPRESSUREFLAG
  1374. //
  1375. this.HIGHPRESSUREFLAG.DataPropertyName = "HIGHPRESSUREFLAG";
  1376. this.HIGHPRESSUREFLAG.FalseValue = "0";
  1377. this.HIGHPRESSUREFLAG.HeaderText = "高压注浆";
  1378. this.HIGHPRESSUREFLAG.MinimumWidth = 6;
  1379. this.HIGHPRESSUREFLAG.Name = "HIGHPRESSUREFLAG";
  1380. this.HIGHPRESSUREFLAG.ReadOnly = true;
  1381. this.HIGHPRESSUREFLAG.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  1382. this.HIGHPRESSUREFLAG.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
  1383. this.HIGHPRESSUREFLAG.TrueValue = "1";
  1384. this.HIGHPRESSUREFLAG.Width = 125;
  1385. //
  1386. // monitorcode
  1387. //
  1388. this.monitorcode.DataPropertyName = "monitorcode";
  1389. this.monitorcode.HeaderText = "成型班长";
  1390. this.monitorcode.MinimumWidth = 6;
  1391. this.monitorcode.Name = "monitorcode";
  1392. this.monitorcode.ReadOnly = true;
  1393. this.monitorcode.Width = 125;
  1394. //
  1395. // UserCode
  1396. //
  1397. this.UserCode.DataPropertyName = "userCodeList";
  1398. this.UserCode.HeaderText = "成型工号";
  1399. this.UserCode.MinimumWidth = 6;
  1400. this.UserCode.Name = "UserCode";
  1401. this.UserCode.ReadOnly = true;
  1402. this.UserCode.Width = 125;
  1403. //
  1404. // staffCodeList
  1405. //
  1406. this.staffCodeList.DataPropertyName = "staffCodeList";
  1407. this.staffCodeList.HeaderText = "员工姓名";
  1408. this.staffCodeList.MinimumWidth = 6;
  1409. this.staffCodeList.Name = "staffCodeList";
  1410. this.staffCodeList.ReadOnly = true;
  1411. this.staffCodeList.Width = 125;
  1412. //
  1413. // goosCodeList
  1414. //
  1415. this.goosCodeList.DataPropertyName = "goosCodeList";
  1416. this.goosCodeList.HeaderText = "产品编码";
  1417. this.goosCodeList.MinimumWidth = 6;
  1418. this.goosCodeList.Name = "goosCodeList";
  1419. this.goosCodeList.ReadOnly = true;
  1420. this.goosCodeList.Width = 125;
  1421. //
  1422. // BeginUsedDate
  1423. //
  1424. this.BeginUsedDate.DataPropertyName = "BeginUsedDate";
  1425. dataGridViewCellStyle3.Format = "yyyy-MM-dd";
  1426. dataGridViewCellStyle3.NullValue = null;
  1427. this.BeginUsedDate.DefaultCellStyle = dataGridViewCellStyle3;
  1428. this.BeginUsedDate.HeaderText = "开始使用日期";
  1429. this.BeginUsedDate.MinimumWidth = 6;
  1430. this.BeginUsedDate.Name = "BeginUsedDate";
  1431. this.BeginUsedDate.ReadOnly = true;
  1432. this.BeginUsedDate.Width = 120;
  1433. //
  1434. // EndUsedDate
  1435. //
  1436. this.EndUsedDate.DataPropertyName = "EndUsedDate";
  1437. dataGridViewCellStyle4.Format = "yyyy-MM-dd";
  1438. dataGridViewCellStyle4.NullValue = null;
  1439. this.EndUsedDate.DefaultCellStyle = dataGridViewCellStyle4;
  1440. this.EndUsedDate.HeaderText = "结束使用日期";
  1441. this.EndUsedDate.MinimumWidth = 6;
  1442. this.EndUsedDate.Name = "EndUsedDate";
  1443. this.EndUsedDate.ReadOnly = true;
  1444. this.EndUsedDate.Width = 120;
  1445. //
  1446. // GMOULDSTATUSNAME
  1447. //
  1448. this.GMOULDSTATUSNAME.DataPropertyName = "GMOULDSTATUSNAME";
  1449. this.GMOULDSTATUSNAME.HeaderText = "成型线状态";
  1450. this.GMOULDSTATUSNAME.MinimumWidth = 6;
  1451. this.GMOULDSTATUSNAME.Name = "GMOULDSTATUSNAME";
  1452. this.GMOULDSTATUSNAME.ReadOnly = true;
  1453. this.GMOULDSTATUSNAME.Width = 120;
  1454. //
  1455. // non_sap
  1456. //
  1457. this.non_sap.DataPropertyName = "non_sap";
  1458. this.non_sap.FalseValue = "0";
  1459. this.non_sap.HeaderText = "转厂标识";
  1460. this.non_sap.Name = "non_sap";
  1461. this.non_sap.ReadOnly = true;
  1462. this.non_sap.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  1463. this.non_sap.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
  1464. this.non_sap.TrueValue = "1";
  1465. //
  1466. // valueflag2
  1467. //
  1468. this.valueflag2.DataPropertyName = "valueflag2";
  1469. this.valueflag2.FalseValue = "2";
  1470. this.valueflag2.HeaderText = "有效标识";
  1471. this.valueflag2.MinimumWidth = 6;
  1472. this.valueflag2.Name = "valueflag2";
  1473. this.valueflag2.ReadOnly = true;
  1474. this.valueflag2.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
  1475. this.valueflag2.TrueValue = "1";
  1476. this.valueflag2.Width = 125;
  1477. //
  1478. // Remarks
  1479. //
  1480. this.Remarks.DataPropertyName = "Remarks";
  1481. this.Remarks.HeaderText = "备注";
  1482. this.Remarks.MinimumWidth = 6;
  1483. this.Remarks.Name = "Remarks";
  1484. this.Remarks.ReadOnly = true;
  1485. this.Remarks.Width = 125;
  1486. //
  1487. // GMouldStatus
  1488. //
  1489. this.GMouldStatus.DataPropertyName = "GMouldStatus";
  1490. this.GMouldStatus.HeaderText = "GMouldStatus";
  1491. this.GMouldStatus.MinimumWidth = 6;
  1492. this.GMouldStatus.Name = "GMouldStatus";
  1493. this.GMouldStatus.ReadOnly = true;
  1494. this.GMouldStatus.Visible = false;
  1495. this.GMouldStatus.Width = 125;
  1496. //
  1497. // F_PC_0104_1
  1498. //
  1499. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  1500. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  1501. this.ClientSize = new System.Drawing.Size(1028, 486);
  1502. this.Controls.Add(this.splLine);
  1503. this.Controls.Add(this.gbxCondition);
  1504. this.Controls.Add(this.tsrOperate);
  1505. this.Margin = new System.Windows.Forms.Padding(4);
  1506. this.Name = "F_PC_0104_1";
  1507. this.Text = "F_PC_0104";
  1508. this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.F_PC_0104_FormClosed);
  1509. this.Load += new System.EventHandler(this.F_PC_0104_Load);
  1510. this.tsrOperate.ResumeLayout(false);
  1511. this.tsrOperate.PerformLayout();
  1512. ((System.ComponentModel.ISupportInitialize)(this.dgvGroutingLine)).EndInit();
  1513. this.gbxCondition.ResumeLayout(false);
  1514. this.gbxCondition.PerformLayout();
  1515. ((System.ComponentModel.ISupportInitialize)(this.dgvGroutingLineDetail)).EndInit();
  1516. this.splLine.Panel1.ResumeLayout(false);
  1517. this.splLine.Panel2.ResumeLayout(false);
  1518. ((System.ComponentModel.ISupportInitialize)(this.splLine)).EndInit();
  1519. this.splLine.ResumeLayout(false);
  1520. this.ResumeLayout(false);
  1521. }
  1522. #endregion
  1523. private Basics.BaseControls.C_ToolStrip tsrOperate;
  1524. private System.Windows.Forms.ToolStripButton tsbtnAdd;
  1525. private System.Windows.Forms.ToolStripButton tsbtnEdit;
  1526. private System.Windows.Forms.ToolStripSeparator toolStripSeparator3;
  1527. private System.Windows.Forms.ToolStripButton tsbtnAdaptive;
  1528. private System.Windows.Forms.ToolStripButton tsbtnClose;
  1529. private Basics.BaseControls.C_DataGridView dgvGroutingLine;
  1530. private Basics.BaseControls.C_Button btnClearCondition;
  1531. private Basics.BaseControls.C_Button btnSearch;
  1532. private Basics.BaseControls.C_DateTimePicker txtEndUsedDateEnd;
  1533. private Basics.BaseControls.C_Label c_Label12;
  1534. private Basics.BaseControls.C_DateTimePicker txtEndUsedDateStart;
  1535. private Basics.BaseControls.C_CheckBox cbEndTime;
  1536. private Basics.BaseControls.C_TextBox txtRemarks;
  1537. private Basics.BaseControls.C_Label lblRemarks;
  1538. private Basics.BaseControls.C_DateTimePicker txtBeginUsedDateEnd;
  1539. private Basics.BaseControls.C_Label c_Label11;
  1540. private Basics.BaseControls.C_DateTimePicker txtBeginUsedDateStart;
  1541. private Basics.BaseControls.C_CheckBox cbStartTime;
  1542. private Basics.BaseControls.C_TextBox txtGroutingLineName;
  1543. private Basics.BaseControls.C_Label lblGroutingLineName;
  1544. private Basics.BaseControls.C_TextBox txtGroutingLineCode;
  1545. private Basics.BaseControls.C_Label lblGroutingLineCode;
  1546. private Basics.BaseControls.C_Label lblGMouldStatus;
  1547. private Basics.BaseControls.C_TextBox txtGroutingLineNo;
  1548. private Basics.BaseControls.C_Label lblGroutingLineNo;
  1549. private Basics.BaseControls.C_Label lblFloorNo;
  1550. private Basics.BaseControls.C_TextBox txtBuildingNo;
  1551. private Basics.BaseControls.C_Label lblBuildingNo;
  1552. private Basics.BaseControls.C_GroupBox gbxCondition;
  1553. private Basics.BaseControls.C_DataGridView dgvGroutingLineDetail;
  1554. private System.Windows.Forms.SplitContainer splLine;
  1555. private System.Windows.Forms.ToolStripButton tsbtnQueryRecord;
  1556. private Basics.BaseControls.C_Label lblGroutingUserCode;
  1557. private Basics.BaseControls.C_TextBox txtGroutingUserCode;
  1558. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn1;
  1559. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn2;
  1560. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn3;
  1561. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn4;
  1562. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn5;
  1563. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn6;
  1564. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn7;
  1565. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn8;
  1566. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn9;
  1567. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn10;
  1568. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn11;
  1569. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn12;
  1570. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn13;
  1571. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn14;
  1572. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn15;
  1573. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn16;
  1574. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn17;
  1575. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn18;
  1576. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn19;
  1577. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn20;
  1578. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn21;
  1579. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn22;
  1580. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn23;
  1581. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn24;
  1582. private Basics.BaseControls.C_DGV_Digital txtFloorNo;
  1583. private System.Windows.Forms.ToolStripButton tsbtnDisable;
  1584. private System.Windows.Forms.ToolStripButton tsbtnStart;
  1585. private System.Windows.Forms.ToolStripButton tsbtnManager;
  1586. private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
  1587. private Basics.BaseControls.C_ComboBox lstcbxGMouldStatus;
  1588. private Basics.BaseControls.C_CheckBox chkDisable;
  1589. private Basics.BaseControls.C_CheckBox chkEnable;
  1590. private System.Windows.Forms.DataGridViewTextBoxColumn GroutingLineDetailID;
  1591. private System.Windows.Forms.DataGridViewTextBoxColumn GroutingLineIDM;
  1592. private System.Windows.Forms.DataGridViewTextBoxColumn GroutingMouldCode;
  1593. private System.Windows.Forms.DataGridViewTextBoxColumn MouldBarcode;
  1594. private System.Windows.Forms.DataGridViewTextBoxColumn MouldID;
  1595. private System.Windows.Forms.DataGridViewTextBoxColumn MouldCode;
  1596. private System.Windows.Forms.DataGridViewTextBoxColumn GoodsID;
  1597. private System.Windows.Forms.DataGridViewTextBoxColumn GOODSCODE;
  1598. private System.Windows.Forms.DataGridViewTextBoxColumn GoodsName;
  1599. private System.Windows.Forms.DataGridViewTextBoxColumn GoodsSpecification;
  1600. private System.Windows.Forms.DataGridViewTextBoxColumn StandardGroutingCount;
  1601. private System.Windows.Forms.DataGridViewTextBoxColumn GroutingCount;
  1602. private System.Windows.Forms.DataGridViewTextBoxColumn GMouldStatusM;
  1603. private System.Windows.Forms.DataGridViewTextBoxColumn BeginUsedDateM;
  1604. private System.Windows.Forms.DataGridViewTextBoxColumn EndUsedDate2;
  1605. private System.Windows.Forms.DataGridViewTextBoxColumn Remarks1;
  1606. private System.Windows.Forms.DataGridViewTextBoxColumn RecordRemarks;
  1607. private Basics.BaseControls.C_Label lblGMouldType;
  1608. private Controls.SearchBox.ScbGMouldType scbGMouldType;
  1609. private System.Windows.Forms.DataGridViewTextBoxColumn GroutingLineID;
  1610. private System.Windows.Forms.DataGridViewTextBoxColumn GroutingLineCode;
  1611. private System.Windows.Forms.DataGridViewTextBoxColumn GroutingLineName;
  1612. private System.Windows.Forms.DataGridViewCheckBoxColumn ValueFlag;
  1613. private System.Windows.Forms.DataGridViewTextBoxColumn BuildingNo;
  1614. private System.Windows.Forms.DataGridViewTextBoxColumn FloorNo;
  1615. private System.Windows.Forms.DataGridViewTextBoxColumn GroutingLineNo;
  1616. private System.Windows.Forms.DataGridViewTextBoxColumn MouldQuantity;
  1617. private System.Windows.Forms.DataGridViewTextBoxColumn GMouldTypeName;
  1618. private System.Windows.Forms.DataGridViewCheckBoxColumn HIGHPRESSUREFLAG;
  1619. private System.Windows.Forms.DataGridViewTextBoxColumn monitorcode;
  1620. private System.Windows.Forms.DataGridViewTextBoxColumn UserCode;
  1621. private System.Windows.Forms.DataGridViewTextBoxColumn staffCodeList;
  1622. private System.Windows.Forms.DataGridViewTextBoxColumn goosCodeList;
  1623. private System.Windows.Forms.DataGridViewTextBoxColumn BeginUsedDate;
  1624. private System.Windows.Forms.DataGridViewTextBoxColumn EndUsedDate;
  1625. private System.Windows.Forms.DataGridViewTextBoxColumn GMOULDSTATUSNAME;
  1626. private System.Windows.Forms.DataGridViewCheckBoxColumn non_sap;
  1627. private System.Windows.Forms.DataGridViewCheckBoxColumn valueflag2;
  1628. private System.Windows.Forms.DataGridViewTextBoxColumn Remarks;
  1629. private System.Windows.Forms.DataGridViewTextBoxColumn GMouldStatus;
  1630. }
  1631. }