F_PC_0108.Designer.cs 75 KB

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