F_PC_0104_1.Designer.cs 97 KB

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