F_PC_0104_1.Designer.cs 100 KB

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