F_PC_0104.Designer.cs 57 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062
  1. namespace Dongke.IBOSS.PRD.Client.PCModule
  2. {
  3. partial class F_PC_0104
  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.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
  29. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
  30. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
  31. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
  32. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
  33. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
  34. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(F_PC_0104));
  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 dataGridViewCellStyle10 = new System.Windows.Forms.DataGridViewCellStyle();
  38. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle11 = new System.Windows.Forms.DataGridViewCellStyle();
  39. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle9 = new System.Windows.Forms.DataGridViewCellStyle();
  40. this.tsrOperate = new Dongke.IBOSS.PRD.Basics.BaseControls.C_ToolStrip();
  41. this.tsbtnAdd = new System.Windows.Forms.ToolStripButton();
  42. this.tsbtnEdit = new System.Windows.Forms.ToolStripButton();
  43. this.tsbtnQueryRecord = new System.Windows.Forms.ToolStripButton();
  44. this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
  45. this.tsbtnAdaptive = new System.Windows.Forms.ToolStripButton();
  46. this.tsbtnClose = new System.Windows.Forms.ToolStripButton();
  47. this.dgvGroutingLine = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
  48. this.GroutingLineID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  49. this.GroutingLineCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  50. this.GroutingLineName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  51. this.BuildingNo = new System.Windows.Forms.DataGridViewTextBoxColumn();
  52. this.FloorNo = new System.Windows.Forms.DataGridViewTextBoxColumn();
  53. this.GroutingLineNo = new System.Windows.Forms.DataGridViewTextBoxColumn();
  54. this.MouldQuantity = new System.Windows.Forms.DataGridViewTextBoxColumn();
  55. this.GMouldTypeName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  56. this.UserCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  57. this.BeginUsedDate = new System.Windows.Forms.DataGridViewTextBoxColumn();
  58. this.EndUsedDate = new System.Windows.Forms.DataGridViewTextBoxColumn();
  59. this.GMOULDSTATUSNAME = new System.Windows.Forms.DataGridViewTextBoxColumn();
  60. this.Remarks = new System.Windows.Forms.DataGridViewTextBoxColumn();
  61. this.btnClearCondition = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  62. this.btnSearch = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  63. this.chkValueFlag = new Dongke.IBOSS.PRD.Basics.BaseControls.C_StatusCheckBox();
  64. this.txtEndUsedDateEnd = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DateTimePicker();
  65. this.c_Label12 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  66. this.txtEndUsedDateStart = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DateTimePicker();
  67. this.cbEndTime = new Dongke.IBOSS.PRD.Basics.BaseControls.C_CheckBox();
  68. this.txtRemarks = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  69. this.lblRemarks = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  70. this.txtBeginUsedDateEnd = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DateTimePicker();
  71. this.c_Label11 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  72. this.txtBeginUsedDateStart = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DateTimePicker();
  73. this.cbStartTime = new Dongke.IBOSS.PRD.Basics.BaseControls.C_CheckBox();
  74. this.mtType = new Dongke.IBOSS.PRD.Client.Controls.SearchTextBox.dkGMouldTypeSearchBox();
  75. this.txtGroutingLineName = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  76. this.lblGroutingLineName = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  77. this.txtGroutingLineCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  78. this.lblGroutingLineCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  79. this.lblGMouldStatus = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  80. this.txtGroutingLineNo = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  81. this.lblGroutingLineNo = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  82. this.txtFloorNo = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  83. this.lblFloorNo = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  84. this.txtBuildingNo = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  85. this.lblBuildingNo = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  86. this.gbxCondition = new Dongke.IBOSS.PRD.Basics.BaseControls.C_GroupBox();
  87. this.lstcbxGMouldStatus = new Dongke.IBOSS.PRD.Basics.BaseControls.DKListBoxComboBox();
  88. this.txtGroutingUserCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  89. this.lblGroutingUserCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  90. this.dgvGroutingLineDetail = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
  91. this.GroutingLineDetailID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  92. this.GroutingLineIDM = new System.Windows.Forms.DataGridViewTextBoxColumn();
  93. this.GroutingMouldCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  94. this.MouldCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  95. this.GoodsID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  96. this.GOODSCODE = new System.Windows.Forms.DataGridViewTextBoxColumn();
  97. this.GoodsName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  98. this.GoodsSpecification = new System.Windows.Forms.DataGridViewTextBoxColumn();
  99. this.GroutingCount = new System.Windows.Forms.DataGridViewTextBoxColumn();
  100. this.GMouldStatusM = new System.Windows.Forms.DataGridViewTextBoxColumn();
  101. this.BeginUsedDateM = new System.Windows.Forms.DataGridViewTextBoxColumn();
  102. this.splLine = new System.Windows.Forms.SplitContainer();
  103. this.tsrOperate.SuspendLayout();
  104. ((System.ComponentModel.ISupportInitialize)(this.dgvGroutingLine)).BeginInit();
  105. this.gbxCondition.SuspendLayout();
  106. ((System.ComponentModel.ISupportInitialize)(this.dgvGroutingLineDetail)).BeginInit();
  107. ((System.ComponentModel.ISupportInitialize)(this.splLine)).BeginInit();
  108. this.splLine.Panel1.SuspendLayout();
  109. this.splLine.Panel2.SuspendLayout();
  110. this.splLine.SuspendLayout();
  111. this.SuspendLayout();
  112. //
  113. // tsrOperate
  114. //
  115. this.tsrOperate.AutoSize = false;
  116. this.tsrOperate.BackColor = System.Drawing.SystemColors.Control;
  117. this.tsrOperate.BackgroundImage = global::Dongke.IBOSS.PRD.Client.PCModule.Properties.Resources.functionbackground;
  118. this.tsrOperate.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  119. this.tsrOperate.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  120. this.tsbtnAdd,
  121. this.tsbtnEdit,
  122. this.tsbtnQueryRecord,
  123. this.toolStripSeparator3,
  124. this.tsbtnAdaptive,
  125. this.tsbtnClose});
  126. this.tsrOperate.Location = new System.Drawing.Point(0, 0);
  127. this.tsrOperate.Name = "tsrOperate";
  128. this.tsrOperate.RenderMode = System.Windows.Forms.ToolStripRenderMode.System;
  129. this.tsrOperate.ShowItemToolTips = false;
  130. this.tsrOperate.Size = new System.Drawing.Size(1016, 35);
  131. this.tsrOperate.TabIndex = 0;
  132. //
  133. // tsbtnAdd
  134. //
  135. this.tsbtnAdd.AutoSize = false;
  136. this.tsbtnAdd.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  137. this.tsbtnAdd.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  138. this.tsbtnAdd.ImageTransparentColor = System.Drawing.Color.Magenta;
  139. this.tsbtnAdd.Name = "tsbtnAdd";
  140. this.tsbtnAdd.Size = new System.Drawing.Size(60, 25);
  141. this.tsbtnAdd.Text = "新建(&N)";
  142. this.tsbtnAdd.Click += new System.EventHandler(this.tsbtnAdd_Click);
  143. //
  144. // tsbtnEdit
  145. //
  146. this.tsbtnEdit.AutoSize = false;
  147. this.tsbtnEdit.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  148. this.tsbtnEdit.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  149. this.tsbtnEdit.ImageTransparentColor = System.Drawing.Color.Magenta;
  150. this.tsbtnEdit.Name = "tsbtnEdit";
  151. this.tsbtnEdit.Size = new System.Drawing.Size(60, 25);
  152. this.tsbtnEdit.Text = "编辑(&E)";
  153. this.tsbtnEdit.Click += new System.EventHandler(this.tsbtnEdit_Click);
  154. //
  155. // tsbtnQueryRecord
  156. //
  157. this.tsbtnQueryRecord.AutoSize = false;
  158. this.tsbtnQueryRecord.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  159. this.tsbtnQueryRecord.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  160. this.tsbtnQueryRecord.ImageTransparentColor = System.Drawing.Color.Magenta;
  161. this.tsbtnQueryRecord.Name = "tsbtnQueryRecord";
  162. this.tsbtnQueryRecord.Size = new System.Drawing.Size(80, 25);
  163. this.tsbtnQueryRecord.Text = "查询履历(&L)";
  164. this.tsbtnQueryRecord.Click += new System.EventHandler(this.tsbtnQueryRecord_Click);
  165. //
  166. // toolStripSeparator3
  167. //
  168. this.toolStripSeparator3.AutoSize = false;
  169. this.toolStripSeparator3.Name = "toolStripSeparator3";
  170. this.toolStripSeparator3.Size = new System.Drawing.Size(6, 25);
  171. //
  172. // tsbtnAdaptive
  173. //
  174. this.tsbtnAdaptive.AutoSize = false;
  175. this.tsbtnAdaptive.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  176. this.tsbtnAdaptive.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  177. this.tsbtnAdaptive.ImageTransparentColor = System.Drawing.Color.Magenta;
  178. this.tsbtnAdaptive.Name = "tsbtnAdaptive";
  179. this.tsbtnAdaptive.Size = new System.Drawing.Size(90, 25);
  180. this.tsbtnAdaptive.Text = "自适应列宽(&A)";
  181. this.tsbtnAdaptive.Click += new System.EventHandler(this.tsbtnAdaptive_Click);
  182. //
  183. // tsbtnClose
  184. //
  185. this.tsbtnClose.AutoSize = false;
  186. this.tsbtnClose.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  187. this.tsbtnClose.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  188. this.tsbtnClose.ImageTransparentColor = System.Drawing.Color.Magenta;
  189. this.tsbtnClose.Name = "tsbtnClose";
  190. this.tsbtnClose.Size = new System.Drawing.Size(60, 25);
  191. this.tsbtnClose.Text = "关闭(&X)";
  192. this.tsbtnClose.Click += new System.EventHandler(this.tsbtnClose_Click);
  193. //
  194. // dgvGroutingLine
  195. //
  196. this.dgvGroutingLine.AllowUserToAddRows = false;
  197. this.dgvGroutingLine.AllowUserToDeleteRows = false;
  198. this.dgvGroutingLine.AllowUserToModifyRows = true;
  199. this.dgvGroutingLine.AllowUserToOrderColumns = true;
  200. dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
  201. this.dgvGroutingLine.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
  202. this.dgvGroutingLine.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  203. | System.Windows.Forms.AnchorStyles.Left)
  204. | System.Windows.Forms.AnchorStyles.Right)));
  205. this.dgvGroutingLine.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  206. this.dgvGroutingLine.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
  207. this.dgvGroutingLine.CellHeight = 23;
  208. this.dgvGroutingLine.ChildNodeColumnName = null;
  209. this.dgvGroutingLine.ChildNodeColumnText = null;
  210. this.dgvGroutingLine.ColumnDeep = 1;
  211. this.dgvGroutingLine.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  212. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  213. dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70)))));
  214. dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  215. dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White;
  216. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  217. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  218. dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  219. this.dgvGroutingLine.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
  220. this.dgvGroutingLine.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  221. this.dgvGroutingLine.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  222. this.GroutingLineID,
  223. this.GroutingLineCode,
  224. this.GroutingLineName,
  225. this.BuildingNo,
  226. this.FloorNo,
  227. this.GroutingLineNo,
  228. this.MouldQuantity,
  229. this.GMouldTypeName,
  230. this.UserCode,
  231. this.BeginUsedDate,
  232. this.EndUsedDate,
  233. this.GMOULDSTATUSNAME,
  234. this.Remarks});
  235. this.dgvGroutingLine.ColumnTreeView = null;
  236. 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)));
  237. dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  238. dataGridViewCellStyle5.BackColor = System.Drawing.SystemColors.Window;
  239. dataGridViewCellStyle5.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  240. dataGridViewCellStyle5.ForeColor = System.Drawing.SystemColors.ControlText;
  241. dataGridViewCellStyle5.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  242. dataGridViewCellStyle5.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  243. dataGridViewCellStyle5.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  244. this.dgvGroutingLine.DefaultCellStyle = dataGridViewCellStyle5;
  245. this.dgvGroutingLine.DynamicColumnName = "";
  246. this.dgvGroutingLine.EnableHeadersVisualStyles = false;
  247. this.dgvGroutingLine.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  248. this.dgvGroutingLine.IsAutoCountSum = true;
  249. this.dgvGroutingLine.IsAutoResizeColumns = false;
  250. this.dgvGroutingLine.IsClickF12 = false;
  251. this.dgvGroutingLine.IsSubTotalFlag = false;
  252. this.dgvGroutingLine.Location = new System.Drawing.Point(3, 3);
  253. this.dgvGroutingLine.MultiSelect = false;
  254. this.dgvGroutingLine.Name = "dgvGroutingLine";
  255. this.dgvGroutingLine.ReadOnly = true;
  256. this.dgvGroutingLine.RefreshAtHscroll = false;
  257. this.dgvGroutingLine.RowHeadersWidth = 50;
  258. this.dgvGroutingLine.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  259. dataGridViewCellStyle6.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  260. this.dgvGroutingLine.RowsDefaultCellStyle = dataGridViewCellStyle6;
  261. this.dgvGroutingLine.RowTemplate.Height = 21;
  262. this.dgvGroutingLine.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  263. this.dgvGroutingLine.ShowEditingIcon = false;
  264. this.dgvGroutingLine.Size = new System.Drawing.Size(998, 165);
  265. this.dgvGroutingLine.SortOrderColumnName = null;
  266. this.dgvGroutingLine.TabIndex = 0;
  267. this.dgvGroutingLine.Tag = true;
  268. this.dgvGroutingLine.TotalSumColumns = null;
  269. this.dgvGroutingLine.ViewRowFilter = "";
  270. this.dgvGroutingLine.VirtualMode = true;
  271. this.dgvGroutingLine.CellDoubleClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvGroutingLine_CellDoubleClick);
  272. this.dgvGroutingLine.CellMouseClick += new System.Windows.Forms.DataGridViewCellMouseEventHandler(this.dgvGroutingLine_CellMouseClick);
  273. this.dgvGroutingLine.ColumnHeaderMouseClick += new System.Windows.Forms.DataGridViewCellMouseEventHandler(this.dgvGroutingLine_ColumnHeaderMouseClick);
  274. //
  275. // GroutingLineID
  276. //
  277. this.GroutingLineID.DataPropertyName = "GroutingLineID";
  278. this.GroutingLineID.HeaderText = "成型生产线ID";
  279. this.GroutingLineID.Name = "GroutingLineID";
  280. this.GroutingLineID.ReadOnly = true;
  281. this.GroutingLineID.Visible = false;
  282. //
  283. // GroutingLineCode
  284. //
  285. this.GroutingLineCode.DataPropertyName = "GroutingLineCode";
  286. this.GroutingLineCode.HeaderText = "成型线编码";
  287. this.GroutingLineCode.Name = "GroutingLineCode";
  288. this.GroutingLineCode.ReadOnly = true;
  289. //
  290. // GroutingLineName
  291. //
  292. this.GroutingLineName.DataPropertyName = "GroutingLineName";
  293. this.GroutingLineName.HeaderText = "成型线名称";
  294. this.GroutingLineName.Name = "GroutingLineName";
  295. this.GroutingLineName.ReadOnly = true;
  296. //
  297. // BuildingNo
  298. //
  299. this.BuildingNo.DataPropertyName = "BuildingNo";
  300. this.BuildingNo.HeaderText = "楼号";
  301. this.BuildingNo.Name = "BuildingNo";
  302. this.BuildingNo.ReadOnly = true;
  303. //
  304. // FloorNo
  305. //
  306. this.FloorNo.DataPropertyName = "FloorNo";
  307. this.FloorNo.HeaderText = "楼层";
  308. this.FloorNo.Name = "FloorNo";
  309. this.FloorNo.ReadOnly = true;
  310. //
  311. // GroutingLineNo
  312. //
  313. this.GroutingLineNo.DataPropertyName = "GroutingLineNo";
  314. this.GroutingLineNo.HeaderText = "线号";
  315. this.GroutingLineNo.Name = "GroutingLineNo";
  316. this.GroutingLineNo.ReadOnly = true;
  317. //
  318. // MouldQuantity
  319. //
  320. this.MouldQuantity.DataPropertyName = "MouldQuantity";
  321. this.MouldQuantity.HeaderText = "模具个数";
  322. this.MouldQuantity.Name = "MouldQuantity";
  323. this.MouldQuantity.ReadOnly = true;
  324. //
  325. // GMouldTypeName
  326. //
  327. this.GMouldTypeName.DataPropertyName = "GMouldTypeName";
  328. this.GMouldTypeName.HeaderText = "成型线类型";
  329. this.GMouldTypeName.Name = "GMouldTypeName";
  330. this.GMouldTypeName.ReadOnly = true;
  331. //
  332. // UserCode
  333. //
  334. this.UserCode.DataPropertyName = "UserCode";
  335. this.UserCode.HeaderText = "成型工号";
  336. this.UserCode.Name = "UserCode";
  337. this.UserCode.ReadOnly = true;
  338. //
  339. // BeginUsedDate
  340. //
  341. this.BeginUsedDate.DataPropertyName = "BeginUsedDate";
  342. dataGridViewCellStyle3.Format = "yyyy-MM-dd";
  343. dataGridViewCellStyle3.NullValue = null;
  344. this.BeginUsedDate.DefaultCellStyle = dataGridViewCellStyle3;
  345. this.BeginUsedDate.HeaderText = "开始使用日期";
  346. this.BeginUsedDate.Name = "BeginUsedDate";
  347. this.BeginUsedDate.ReadOnly = true;
  348. this.BeginUsedDate.Width = 120;
  349. //
  350. // EndUsedDate
  351. //
  352. this.EndUsedDate.DataPropertyName = "EndUsedDate";
  353. dataGridViewCellStyle4.Format = "yyyy-MM-dd HH:mm:ss";
  354. dataGridViewCellStyle4.NullValue = null;
  355. this.EndUsedDate.DefaultCellStyle = dataGridViewCellStyle4;
  356. this.EndUsedDate.HeaderText = "结束使用日期";
  357. this.EndUsedDate.Name = "EndUsedDate";
  358. this.EndUsedDate.ReadOnly = true;
  359. this.EndUsedDate.Width = 120;
  360. //
  361. // GMOULDSTATUSNAME
  362. //
  363. this.GMOULDSTATUSNAME.DataPropertyName = "GMOULDSTATUSNAME";
  364. this.GMOULDSTATUSNAME.HeaderText = "成型线状态";
  365. this.GMOULDSTATUSNAME.Name = "GMOULDSTATUSNAME";
  366. this.GMOULDSTATUSNAME.ReadOnly = true;
  367. this.GMOULDSTATUSNAME.Width = 120;
  368. //
  369. // Remarks
  370. //
  371. this.Remarks.DataPropertyName = "Remarks";
  372. this.Remarks.HeaderText = "备注";
  373. this.Remarks.Name = "Remarks";
  374. this.Remarks.ReadOnly = true;
  375. //
  376. // btnClearCondition
  377. //
  378. this.btnClearCondition.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  379. this.btnClearCondition.BackColor = System.Drawing.Color.Gray;
  380. this.btnClearCondition.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnClearCondition.BackgroundImage")));
  381. this.btnClearCondition.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  382. this.btnClearCondition.ForeColor = System.Drawing.Color.White;
  383. this.btnClearCondition.Location = new System.Drawing.Point(913, 77);
  384. this.btnClearCondition.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  385. this.btnClearCondition.Name = "btnClearCondition";
  386. this.btnClearCondition.Size = new System.Drawing.Size(85, 30);
  387. this.btnClearCondition.TabIndex = 25;
  388. this.btnClearCondition.Text = "清空条件(&C)";
  389. this.btnClearCondition.UseVisualStyleBackColor = false;
  390. this.btnClearCondition.Click += new System.EventHandler(this.btnClearCondition_Click);
  391. //
  392. // btnSearch
  393. //
  394. this.btnSearch.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  395. this.btnSearch.BackColor = System.Drawing.Color.Gray;
  396. this.btnSearch.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSearch.BackgroundImage")));
  397. this.btnSearch.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  398. this.btnSearch.ForeColor = System.Drawing.Color.White;
  399. this.btnSearch.Location = new System.Drawing.Point(822, 77);
  400. this.btnSearch.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  401. this.btnSearch.Name = "btnSearch";
  402. this.btnSearch.Size = new System.Drawing.Size(85, 30);
  403. this.btnSearch.TabIndex = 24;
  404. this.btnSearch.Text = "查询(&Q)";
  405. this.btnSearch.UseVisualStyleBackColor = false;
  406. this.btnSearch.Click += new System.EventHandler(this.btnSearch_Click);
  407. //
  408. // chkValueFlag
  409. //
  410. this.chkValueFlag.BackColor = System.Drawing.SystemColors.Control;
  411. this.chkValueFlag.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("chkValueFlag.BackgroundImage")));
  412. this.chkValueFlag.FalseText = "否";
  413. this.chkValueFlag.Location = new System.Drawing.Point(18, 76);
  414. this.chkValueFlag.Margin = new System.Windows.Forms.Padding(3, 1, 3, 1);
  415. this.chkValueFlag.Name = "chkValueFlag";
  416. this.chkValueFlag.Size = new System.Drawing.Size(136, 20);
  417. this.chkValueFlag.TabIndex = 19;
  418. this.chkValueFlag.Title = "正常使用";
  419. this.chkValueFlag.TitleAlign = System.Drawing.ContentAlignment.MiddleLeft;
  420. this.chkValueFlag.TrueText = "是";
  421. //
  422. // txtEndUsedDateEnd
  423. //
  424. this.txtEndUsedDateEnd.CustomFormat = "yyyy-MM-dd";
  425. this.txtEndUsedDateEnd.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  426. this.txtEndUsedDateEnd.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  427. this.txtEndUsedDateEnd.Location = new System.Drawing.Point(830, 47);
  428. this.txtEndUsedDateEnd.Name = "txtEndUsedDateEnd";
  429. this.txtEndUsedDateEnd.Size = new System.Drawing.Size(105, 21);
  430. this.txtEndUsedDateEnd.TabIndex = 18;
  431. //
  432. // c_Label12
  433. //
  434. this.c_Label12.AutoSize = true;
  435. this.c_Label12.BackColor = System.Drawing.Color.Transparent;
  436. this.c_Label12.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  437. this.c_Label12.ForeColor = System.Drawing.SystemColors.ControlText;
  438. this.c_Label12.Location = new System.Drawing.Point(807, 50);
  439. this.c_Label12.Name = "c_Label12";
  440. this.c_Label12.Size = new System.Drawing.Size(17, 12);
  441. this.c_Label12.TabIndex = 17;
  442. this.c_Label12.Text = "至";
  443. //
  444. // txtEndUsedDateStart
  445. //
  446. this.txtEndUsedDateStart.CustomFormat = "yyyy-MM-dd";
  447. this.txtEndUsedDateStart.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  448. this.txtEndUsedDateStart.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  449. this.txtEndUsedDateStart.Location = new System.Drawing.Point(698, 47);
  450. this.txtEndUsedDateStart.Name = "txtEndUsedDateStart";
  451. this.txtEndUsedDateStart.Size = new System.Drawing.Size(103, 21);
  452. this.txtEndUsedDateStart.TabIndex = 16;
  453. //
  454. // cbEndTime
  455. //
  456. this.cbEndTime.AutoSize = true;
  457. this.cbEndTime.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  458. this.cbEndTime.Location = new System.Drawing.Point(596, 49);
  459. this.cbEndTime.Name = "cbEndTime";
  460. this.cbEndTime.Size = new System.Drawing.Size(96, 16);
  461. this.cbEndTime.TabIndex = 15;
  462. this.cbEndTime.Text = "结束使用日期";
  463. this.cbEndTime.UseVisualStyleBackColor = true;
  464. this.cbEndTime.CheckedChanged += new System.EventHandler(this.cbEndTime_CheckedChanged);
  465. //
  466. // txtRemarks
  467. //
  468. this.txtRemarks.BackColor = System.Drawing.SystemColors.Window;
  469. this.txtRemarks.BackgroundColor = System.Drawing.SystemColors.Window;
  470. this.txtRemarks.ErrorMessage = "";
  471. this.txtRemarks.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  472. this.txtRemarks.Location = new System.Drawing.Point(274, 74);
  473. this.txtRemarks.MaxLength = 500;
  474. this.txtRemarks.Name = "txtRemarks";
  475. this.txtRemarks.Size = new System.Drawing.Size(120, 21);
  476. this.txtRemarks.TabIndex = 21;
  477. //
  478. // lblRemarks
  479. //
  480. this.lblRemarks.AutoSize = true;
  481. this.lblRemarks.BackColor = System.Drawing.Color.Transparent;
  482. this.lblRemarks.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  483. this.lblRemarks.ForeColor = System.Drawing.SystemColors.ControlText;
  484. this.lblRemarks.Location = new System.Drawing.Point(239, 78);
  485. this.lblRemarks.Name = "lblRemarks";
  486. this.lblRemarks.Size = new System.Drawing.Size(29, 12);
  487. this.lblRemarks.TabIndex = 20;
  488. this.lblRemarks.Text = "备注";
  489. //
  490. // txtBeginUsedDateEnd
  491. //
  492. this.txtBeginUsedDateEnd.CustomFormat = "yyyy-MM-dd";
  493. this.txtBeginUsedDateEnd.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  494. this.txtBeginUsedDateEnd.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  495. this.txtBeginUsedDateEnd.Location = new System.Drawing.Point(830, 20);
  496. this.txtBeginUsedDateEnd.Name = "txtBeginUsedDateEnd";
  497. this.txtBeginUsedDateEnd.Size = new System.Drawing.Size(105, 21);
  498. this.txtBeginUsedDateEnd.TabIndex = 9;
  499. //
  500. // c_Label11
  501. //
  502. this.c_Label11.AutoSize = true;
  503. this.c_Label11.BackColor = System.Drawing.Color.Transparent;
  504. this.c_Label11.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  505. this.c_Label11.ForeColor = System.Drawing.SystemColors.ControlText;
  506. this.c_Label11.Location = new System.Drawing.Point(807, 24);
  507. this.c_Label11.Name = "c_Label11";
  508. this.c_Label11.Size = new System.Drawing.Size(17, 12);
  509. this.c_Label11.TabIndex = 8;
  510. this.c_Label11.Text = "至";
  511. //
  512. // txtBeginUsedDateStart
  513. //
  514. this.txtBeginUsedDateStart.CustomFormat = "yyyy-MM-dd";
  515. this.txtBeginUsedDateStart.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  516. this.txtBeginUsedDateStart.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  517. this.txtBeginUsedDateStart.Location = new System.Drawing.Point(698, 20);
  518. this.txtBeginUsedDateStart.Name = "txtBeginUsedDateStart";
  519. this.txtBeginUsedDateStart.Size = new System.Drawing.Size(103, 21);
  520. this.txtBeginUsedDateStart.TabIndex = 7;
  521. //
  522. // cbStartTime
  523. //
  524. this.cbStartTime.AutoSize = true;
  525. this.cbStartTime.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  526. this.cbStartTime.Location = new System.Drawing.Point(596, 22);
  527. this.cbStartTime.Name = "cbStartTime";
  528. this.cbStartTime.Size = new System.Drawing.Size(96, 16);
  529. this.cbStartTime.TabIndex = 6;
  530. this.cbStartTime.Text = "开始使用日期";
  531. this.cbStartTime.UseVisualStyleBackColor = true;
  532. this.cbStartTime.CheckedChanged += new System.EventHandler(this.cbStartTime_CheckedChanged);
  533. //
  534. // mtType
  535. //
  536. this.mtType.DataSource = null;
  537. this.mtType.Enabled = true;
  538. this.mtType.IsCanManyTimes = 1;
  539. this.mtType.IsMustInput = false;
  540. this.mtType.Location = new System.Drawing.Point(400, 47);
  541. this.mtType.MouldTypeCode = "";
  542. this.mtType.MouldTypeID = null;
  543. this.mtType.MouldTypeIDS = null;
  544. this.mtType.MouldTypeName = null;
  545. this.mtType.Name = "mtType";
  546. this.mtType.PurviewType = ((byte)(0));
  547. this.mtType.Size = new System.Drawing.Size(191, 21);
  548. this.mtType.TabIndex = 14;
  549. this.mtType.Title = "成型线类别";
  550. this.mtType.TxtMouldTypeBackColor = System.Drawing.SystemColors.Control;
  551. //
  552. // txtGroutingLineName
  553. //
  554. this.txtGroutingLineName.BackColor = System.Drawing.SystemColors.Window;
  555. this.txtGroutingLineName.BackgroundColor = System.Drawing.SystemColors.Window;
  556. this.txtGroutingLineName.ErrorMessage = "";
  557. this.txtGroutingLineName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  558. this.txtGroutingLineName.Location = new System.Drawing.Point(274, 47);
  559. this.txtGroutingLineName.MaxLength = 50;
  560. this.txtGroutingLineName.Name = "txtGroutingLineName";
  561. this.txtGroutingLineName.Size = new System.Drawing.Size(120, 21);
  562. this.txtGroutingLineName.TabIndex = 13;
  563. //
  564. // lblGroutingLineName
  565. //
  566. this.lblGroutingLineName.AutoSize = true;
  567. this.lblGroutingLineName.BackColor = System.Drawing.Color.Transparent;
  568. this.lblGroutingLineName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  569. this.lblGroutingLineName.ForeColor = System.Drawing.SystemColors.ControlText;
  570. this.lblGroutingLineName.Location = new System.Drawing.Point(203, 50);
  571. this.lblGroutingLineName.Name = "lblGroutingLineName";
  572. this.lblGroutingLineName.Size = new System.Drawing.Size(65, 12);
  573. this.lblGroutingLineName.TabIndex = 12;
  574. this.lblGroutingLineName.Text = "成型线名称";
  575. //
  576. // txtGroutingLineCode
  577. //
  578. this.txtGroutingLineCode.BackColor = System.Drawing.SystemColors.Window;
  579. this.txtGroutingLineCode.BackgroundColor = System.Drawing.SystemColors.Window;
  580. this.txtGroutingLineCode.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
  581. this.txtGroutingLineCode.ErrorMessage = "";
  582. this.txtGroutingLineCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  583. this.txtGroutingLineCode.ImeMode = System.Windows.Forms.ImeMode.Off;
  584. this.txtGroutingLineCode.Location = new System.Drawing.Point(77, 47);
  585. this.txtGroutingLineCode.MaxLength = 30;
  586. this.txtGroutingLineCode.Name = "txtGroutingLineCode";
  587. this.txtGroutingLineCode.RejectCharsPattern = "[^a-zA-Z0-9]";
  588. this.txtGroutingLineCode.Size = new System.Drawing.Size(120, 21);
  589. this.txtGroutingLineCode.TabIndex = 11;
  590. this.txtGroutingLineCode.TextValue = "";
  591. //
  592. // lblGroutingLineCode
  593. //
  594. this.lblGroutingLineCode.AutoSize = true;
  595. this.lblGroutingLineCode.BackColor = System.Drawing.Color.Transparent;
  596. this.lblGroutingLineCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  597. this.lblGroutingLineCode.ForeColor = System.Drawing.SystemColors.ControlText;
  598. this.lblGroutingLineCode.Location = new System.Drawing.Point(6, 50);
  599. this.lblGroutingLineCode.Name = "lblGroutingLineCode";
  600. this.lblGroutingLineCode.Size = new System.Drawing.Size(65, 12);
  601. this.lblGroutingLineCode.TabIndex = 10;
  602. this.lblGroutingLineCode.Text = "成型线编码";
  603. //
  604. // lblGMouldStatus
  605. //
  606. this.lblGMouldStatus.AutoSize = true;
  607. this.lblGMouldStatus.BackColor = System.Drawing.Color.Transparent;
  608. this.lblGMouldStatus.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  609. this.lblGMouldStatus.ForeColor = System.Drawing.SystemColors.ControlText;
  610. this.lblGMouldStatus.Location = new System.Drawing.Point(400, 78);
  611. this.lblGMouldStatus.Name = "lblGMouldStatus";
  612. this.lblGMouldStatus.Size = new System.Drawing.Size(65, 12);
  613. this.lblGMouldStatus.TabIndex = 22;
  614. this.lblGMouldStatus.Text = "成型线状态";
  615. //
  616. // txtGroutingLineNo
  617. //
  618. this.txtGroutingLineNo.BackColor = System.Drawing.SystemColors.Window;
  619. this.txtGroutingLineNo.BackgroundColor = System.Drawing.SystemColors.Window;
  620. this.txtGroutingLineNo.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
  621. this.txtGroutingLineNo.ErrorMessage = "";
  622. this.txtGroutingLineNo.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  623. this.txtGroutingLineNo.Location = new System.Drawing.Point(471, 20);
  624. this.txtGroutingLineNo.MaxLength = 10;
  625. this.txtGroutingLineNo.Name = "txtGroutingLineNo";
  626. this.txtGroutingLineNo.Size = new System.Drawing.Size(120, 21);
  627. this.txtGroutingLineNo.TabIndex = 5;
  628. //
  629. // lblGroutingLineNo
  630. //
  631. this.lblGroutingLineNo.AutoSize = true;
  632. this.lblGroutingLineNo.BackColor = System.Drawing.Color.Transparent;
  633. this.lblGroutingLineNo.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  634. this.lblGroutingLineNo.ForeColor = System.Drawing.SystemColors.ControlText;
  635. this.lblGroutingLineNo.Location = new System.Drawing.Point(436, 23);
  636. this.lblGroutingLineNo.Name = "lblGroutingLineNo";
  637. this.lblGroutingLineNo.Size = new System.Drawing.Size(29, 12);
  638. this.lblGroutingLineNo.TabIndex = 4;
  639. this.lblGroutingLineNo.Text = "线号";
  640. //
  641. // txtFloorNo
  642. //
  643. this.txtFloorNo.BackColor = System.Drawing.SystemColors.Window;
  644. this.txtFloorNo.BackgroundColor = System.Drawing.SystemColors.Window;
  645. this.txtFloorNo.ErrorMessage = "";
  646. this.txtFloorNo.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  647. this.txtFloorNo.Location = new System.Drawing.Point(274, 20);
  648. this.txtFloorNo.MaxLength = 5;
  649. this.txtFloorNo.Name = "txtFloorNo";
  650. this.txtFloorNo.RejectCharsPattern = "[^a-zA-Z0-9]";
  651. this.txtFloorNo.Size = new System.Drawing.Size(120, 21);
  652. this.txtFloorNo.TabIndex = 3;
  653. this.txtFloorNo.TextValue = "";
  654. //
  655. // lblFloorNo
  656. //
  657. this.lblFloorNo.AutoSize = true;
  658. this.lblFloorNo.BackColor = System.Drawing.Color.Transparent;
  659. this.lblFloorNo.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  660. this.lblFloorNo.ForeColor = System.Drawing.SystemColors.ControlText;
  661. this.lblFloorNo.Location = new System.Drawing.Point(239, 23);
  662. this.lblFloorNo.Name = "lblFloorNo";
  663. this.lblFloorNo.Size = new System.Drawing.Size(29, 12);
  664. this.lblFloorNo.TabIndex = 2;
  665. this.lblFloorNo.Text = "楼层";
  666. //
  667. // txtBuildingNo
  668. //
  669. this.txtBuildingNo.BackColor = System.Drawing.SystemColors.Window;
  670. this.txtBuildingNo.BackgroundColor = System.Drawing.SystemColors.Window;
  671. this.txtBuildingNo.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
  672. this.txtBuildingNo.ErrorMessage = "";
  673. this.txtBuildingNo.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  674. this.txtBuildingNo.Location = new System.Drawing.Point(77, 20);
  675. this.txtBuildingNo.MaxLength = 10;
  676. this.txtBuildingNo.Name = "txtBuildingNo";
  677. this.txtBuildingNo.Size = new System.Drawing.Size(120, 21);
  678. this.txtBuildingNo.TabIndex = 1;
  679. //
  680. // lblBuildingNo
  681. //
  682. this.lblBuildingNo.AutoSize = true;
  683. this.lblBuildingNo.BackColor = System.Drawing.Color.Transparent;
  684. this.lblBuildingNo.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  685. this.lblBuildingNo.ForeColor = System.Drawing.SystemColors.ControlText;
  686. this.lblBuildingNo.Location = new System.Drawing.Point(42, 23);
  687. this.lblBuildingNo.Name = "lblBuildingNo";
  688. this.lblBuildingNo.Size = new System.Drawing.Size(29, 12);
  689. this.lblBuildingNo.TabIndex = 0;
  690. this.lblBuildingNo.Text = "楼号";
  691. //
  692. // gbxCondition
  693. //
  694. this.gbxCondition.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  695. | System.Windows.Forms.AnchorStyles.Right)));
  696. this.gbxCondition.BackColor = System.Drawing.Color.Transparent;
  697. this.gbxCondition.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("gbxCondition.BackgroundImage")));
  698. this.gbxCondition.Controls.Add(this.lstcbxGMouldStatus);
  699. this.gbxCondition.Controls.Add(this.lblBuildingNo);
  700. this.gbxCondition.Controls.Add(this.lblGroutingLineCode);
  701. this.gbxCondition.Controls.Add(this.btnClearCondition);
  702. this.gbxCondition.Controls.Add(this.btnSearch);
  703. this.gbxCondition.Controls.Add(this.txtBuildingNo);
  704. this.gbxCondition.Controls.Add(this.txtGroutingUserCode);
  705. this.gbxCondition.Controls.Add(this.txtGroutingLineCode);
  706. this.gbxCondition.Controls.Add(this.txtEndUsedDateEnd);
  707. this.gbxCondition.Controls.Add(this.chkValueFlag);
  708. this.gbxCondition.Controls.Add(this.c_Label12);
  709. this.gbxCondition.Controls.Add(this.txtFloorNo);
  710. this.gbxCondition.Controls.Add(this.txtEndUsedDateStart);
  711. this.gbxCondition.Controls.Add(this.lblFloorNo);
  712. this.gbxCondition.Controls.Add(this.cbEndTime);
  713. this.gbxCondition.Controls.Add(this.lblGroutingUserCode);
  714. this.gbxCondition.Controls.Add(this.lblGroutingLineNo);
  715. this.gbxCondition.Controls.Add(this.txtGroutingLineNo);
  716. this.gbxCondition.Controls.Add(this.txtBeginUsedDateEnd);
  717. this.gbxCondition.Controls.Add(this.txtRemarks);
  718. this.gbxCondition.Controls.Add(this.c_Label11);
  719. this.gbxCondition.Controls.Add(this.lblRemarks);
  720. this.gbxCondition.Controls.Add(this.txtBeginUsedDateStart);
  721. this.gbxCondition.Controls.Add(this.lblGMouldStatus);
  722. this.gbxCondition.Controls.Add(this.cbStartTime);
  723. this.gbxCondition.Controls.Add(this.lblGroutingLineName);
  724. this.gbxCondition.Controls.Add(this.mtType);
  725. this.gbxCondition.Controls.Add(this.txtGroutingLineName);
  726. this.gbxCondition.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  727. this.gbxCondition.ForeColor = System.Drawing.SystemColors.ControlText;
  728. this.gbxCondition.IsMustInput = false;
  729. this.gbxCondition.Location = new System.Drawing.Point(0, 38);
  730. this.gbxCondition.Name = "gbxCondition";
  731. this.gbxCondition.OriginalHeight = -1;
  732. this.gbxCondition.Size = new System.Drawing.Size(1004, 112);
  733. this.gbxCondition.TabIndex = 1;
  734. this.gbxCondition.TabStop = false;
  735. this.gbxCondition.Text = "查询条件 ▼";
  736. //
  737. // lstcbxGMouldStatus
  738. //
  739. this.lstcbxGMouldStatus.BackgroundColor = System.Drawing.SystemColors.Window;
  740. this.lstcbxGMouldStatus.DataSource = null;
  741. this.lstcbxGMouldStatus.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  742. this.lstcbxGMouldStatus.FormattingEnabled = true;
  743. //
  744. //
  745. //
  746. this.lstcbxGMouldStatus.ListBox.Dock = System.Windows.Forms.DockStyle.Fill;
  747. this.lstcbxGMouldStatus.ListBox.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  748. this.lstcbxGMouldStatus.ListBox.Location = new System.Drawing.Point(0, 0);
  749. this.lstcbxGMouldStatus.ListBox.Name = "";
  750. this.lstcbxGMouldStatus.ListBox.Size = new System.Drawing.Size(119, 136);
  751. this.lstcbxGMouldStatus.ListBox.TabIndex = 0;
  752. this.lstcbxGMouldStatus.Location = new System.Drawing.Point(471, 75);
  753. this.lstcbxGMouldStatus.Name = "lstcbxGMouldStatus";
  754. this.lstcbxGMouldStatus.Size = new System.Drawing.Size(121, 20);
  755. this.lstcbxGMouldStatus.TabIndex = 23;
  756. //
  757. // txtGroutingUserCode
  758. //
  759. this.txtGroutingUserCode.BackColor = System.Drawing.SystemColors.Window;
  760. this.txtGroutingUserCode.BackgroundColor = System.Drawing.SystemColors.Window;
  761. this.txtGroutingUserCode.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
  762. this.txtGroutingUserCode.ErrorMessage = "";
  763. this.txtGroutingUserCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  764. this.txtGroutingUserCode.ImeMode = System.Windows.Forms.ImeMode.Off;
  765. this.txtGroutingUserCode.Location = new System.Drawing.Point(657, 74);
  766. this.txtGroutingUserCode.MaxLength = 20;
  767. this.txtGroutingUserCode.Name = "txtGroutingUserCode";
  768. this.txtGroutingUserCode.RejectCharsPattern = "[^a-zA-Z0-9]";
  769. this.txtGroutingUserCode.Size = new System.Drawing.Size(120, 21);
  770. this.txtGroutingUserCode.TabIndex = 11;
  771. this.txtGroutingUserCode.TextValue = "";
  772. //
  773. // lblGroutingUserCode
  774. //
  775. this.lblGroutingUserCode.AutoSize = true;
  776. this.lblGroutingUserCode.BackColor = System.Drawing.Color.Transparent;
  777. this.lblGroutingUserCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  778. this.lblGroutingUserCode.ForeColor = System.Drawing.SystemColors.ControlText;
  779. this.lblGroutingUserCode.Location = new System.Drawing.Point(598, 78);
  780. this.lblGroutingUserCode.Name = "lblGroutingUserCode";
  781. this.lblGroutingUserCode.Size = new System.Drawing.Size(53, 12);
  782. this.lblGroutingUserCode.TabIndex = 4;
  783. this.lblGroutingUserCode.Text = "成型工号";
  784. //
  785. // dgvGroutingLineDetail
  786. //
  787. this.dgvGroutingLineDetail.AllowUserToAddRows = false;
  788. this.dgvGroutingLineDetail.AllowUserToDeleteRows = false;
  789. this.dgvGroutingLineDetail.AllowUserToModifyRows = true;
  790. this.dgvGroutingLineDetail.AllowUserToOrderColumns = true;
  791. dataGridViewCellStyle7.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
  792. this.dgvGroutingLineDetail.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle7;
  793. this.dgvGroutingLineDetail.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  794. | System.Windows.Forms.AnchorStyles.Left)
  795. | System.Windows.Forms.AnchorStyles.Right)));
  796. this.dgvGroutingLineDetail.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  797. this.dgvGroutingLineDetail.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
  798. this.dgvGroutingLineDetail.CellHeight = 23;
  799. this.dgvGroutingLineDetail.ChildNodeColumnName = null;
  800. this.dgvGroutingLineDetail.ChildNodeColumnText = null;
  801. this.dgvGroutingLineDetail.ColumnDeep = 1;
  802. this.dgvGroutingLineDetail.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  803. dataGridViewCellStyle8.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  804. dataGridViewCellStyle8.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70)))));
  805. dataGridViewCellStyle8.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  806. dataGridViewCellStyle8.ForeColor = System.Drawing.Color.White;
  807. dataGridViewCellStyle8.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  808. dataGridViewCellStyle8.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  809. dataGridViewCellStyle8.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  810. this.dgvGroutingLineDetail.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle8;
  811. this.dgvGroutingLineDetail.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  812. this.dgvGroutingLineDetail.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  813. this.GroutingLineDetailID,
  814. this.GroutingLineIDM,
  815. this.GroutingMouldCode,
  816. this.MouldCode,
  817. this.GoodsID,
  818. this.GOODSCODE,
  819. this.GoodsName,
  820. this.GoodsSpecification,
  821. this.GroutingCount,
  822. this.GMouldStatusM,
  823. this.BeginUsedDateM});
  824. this.dgvGroutingLineDetail.ColumnTreeView = null;
  825. 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)));
  826. dataGridViewCellStyle10.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  827. dataGridViewCellStyle10.BackColor = System.Drawing.SystemColors.Window;
  828. dataGridViewCellStyle10.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  829. dataGridViewCellStyle10.ForeColor = System.Drawing.SystemColors.ControlText;
  830. dataGridViewCellStyle10.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  831. dataGridViewCellStyle10.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  832. dataGridViewCellStyle10.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  833. this.dgvGroutingLineDetail.DefaultCellStyle = dataGridViewCellStyle10;
  834. this.dgvGroutingLineDetail.DynamicColumnName = "";
  835. this.dgvGroutingLineDetail.EnableHeadersVisualStyles = false;
  836. this.dgvGroutingLineDetail.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  837. this.dgvGroutingLineDetail.IsAutoCountSum = true;
  838. this.dgvGroutingLineDetail.IsAutoResizeColumns = false;
  839. this.dgvGroutingLineDetail.IsClickF12 = false;
  840. this.dgvGroutingLineDetail.IsSubTotalFlag = false;
  841. this.dgvGroutingLineDetail.Location = new System.Drawing.Point(3, 3);
  842. this.dgvGroutingLineDetail.MultiSelect = false;
  843. this.dgvGroutingLineDetail.Name = "dgvGroutingLineDetail";
  844. this.dgvGroutingLineDetail.ReadOnly = true;
  845. this.dgvGroutingLineDetail.RefreshAtHscroll = false;
  846. this.dgvGroutingLineDetail.RowHeadersWidth = 50;
  847. this.dgvGroutingLineDetail.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  848. dataGridViewCellStyle11.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  849. this.dgvGroutingLineDetail.RowsDefaultCellStyle = dataGridViewCellStyle11;
  850. this.dgvGroutingLineDetail.RowTemplate.Height = 21;
  851. this.dgvGroutingLineDetail.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  852. this.dgvGroutingLineDetail.Size = new System.Drawing.Size(998, 137);
  853. this.dgvGroutingLineDetail.SortOrderColumnName = null;
  854. this.dgvGroutingLineDetail.TabIndex = 0;
  855. this.dgvGroutingLineDetail.Tag = true;
  856. this.dgvGroutingLineDetail.TotalSumColumns = null;
  857. this.dgvGroutingLineDetail.ViewRowFilter = "";
  858. this.dgvGroutingLineDetail.VirtualMode = true;
  859. //
  860. // GroutingLineDetailID
  861. //
  862. this.GroutingLineDetailID.DataPropertyName = "GroutingLineDetailID";
  863. this.GroutingLineDetailID.HeaderText = "成型生产线明细ID";
  864. this.GroutingLineDetailID.Name = "GroutingLineDetailID";
  865. this.GroutingLineDetailID.ReadOnly = true;
  866. this.GroutingLineDetailID.Visible = false;
  867. //
  868. // GroutingLineIDM
  869. //
  870. this.GroutingLineIDM.DataPropertyName = "GroutingLineID";
  871. this.GroutingLineIDM.HeaderText = "成型生产线ID";
  872. this.GroutingLineIDM.Name = "GroutingLineIDM";
  873. this.GroutingLineIDM.ReadOnly = true;
  874. this.GroutingLineIDM.Visible = false;
  875. //
  876. // GroutingMouldCode
  877. //
  878. this.GroutingMouldCode.DataPropertyName = "GroutingMouldCode";
  879. this.GroutingMouldCode.HeaderText = "注浆模具编号";
  880. this.GroutingMouldCode.Name = "GroutingMouldCode";
  881. this.GroutingMouldCode.ReadOnly = true;
  882. this.GroutingMouldCode.Width = 120;
  883. //
  884. // MouldCode
  885. //
  886. this.MouldCode.DataPropertyName = "MouldCode";
  887. this.MouldCode.HeaderText = "模具编号";
  888. this.MouldCode.Name = "MouldCode";
  889. this.MouldCode.ReadOnly = true;
  890. this.MouldCode.Visible = false;
  891. //
  892. // GoodsID
  893. //
  894. this.GoodsID.DataPropertyName = "GoodsID";
  895. this.GoodsID.HeaderText = "产品ID";
  896. this.GoodsID.Name = "GoodsID";
  897. this.GoodsID.ReadOnly = true;
  898. this.GoodsID.Visible = false;
  899. //
  900. // GOODSCODE
  901. //
  902. this.GOODSCODE.DataPropertyName = "GOODSCODE";
  903. this.GOODSCODE.HeaderText = "产品编码";
  904. this.GOODSCODE.Name = "GOODSCODE";
  905. this.GOODSCODE.ReadOnly = true;
  906. //
  907. // GoodsName
  908. //
  909. this.GoodsName.DataPropertyName = "GoodsName";
  910. this.GoodsName.HeaderText = "产品名称";
  911. this.GoodsName.Name = "GoodsName";
  912. this.GoodsName.ReadOnly = true;
  913. //
  914. // GoodsSpecification
  915. //
  916. this.GoodsSpecification.DataPropertyName = "GoodsSpecification";
  917. this.GoodsSpecification.HeaderText = "产品规格";
  918. this.GoodsSpecification.Name = "GoodsSpecification";
  919. this.GoodsSpecification.ReadOnly = true;
  920. //
  921. // GroutingCount
  922. //
  923. this.GroutingCount.DataPropertyName = "GroutingCount";
  924. this.GroutingCount.HeaderText = "当前注浆次数";
  925. this.GroutingCount.Name = "GroutingCount";
  926. this.GroutingCount.ReadOnly = true;
  927. //
  928. // GMouldStatusM
  929. //
  930. this.GMouldStatusM.DataPropertyName = "GMOULDSTATUSNAME";
  931. this.GMouldStatusM.HeaderText = "注浆模具状态";
  932. this.GMouldStatusM.Name = "GMouldStatusM";
  933. this.GMouldStatusM.ReadOnly = true;
  934. this.GMouldStatusM.Width = 120;
  935. //
  936. // BeginUsedDateM
  937. //
  938. this.BeginUsedDateM.DataPropertyName = "BeginUsedDate";
  939. dataGridViewCellStyle9.Format = "yyyy-MM-dd";
  940. dataGridViewCellStyle9.NullValue = null;
  941. this.BeginUsedDateM.DefaultCellStyle = dataGridViewCellStyle9;
  942. this.BeginUsedDateM.HeaderText = "开始使用日期";
  943. this.BeginUsedDateM.Name = "BeginUsedDateM";
  944. this.BeginUsedDateM.ReadOnly = true;
  945. this.BeginUsedDateM.Width = 120;
  946. //
  947. // splLine
  948. //
  949. this.splLine.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  950. | System.Windows.Forms.AnchorStyles.Left)
  951. | System.Windows.Forms.AnchorStyles.Right)));
  952. this.splLine.Location = new System.Drawing.Point(0, 156);
  953. this.splLine.Name = "splLine";
  954. this.splLine.Orientation = System.Windows.Forms.Orientation.Horizontal;
  955. //
  956. // splLine.Panel1
  957. //
  958. this.splLine.Panel1.Controls.Add(this.dgvGroutingLine);
  959. //
  960. // splLine.Panel2
  961. //
  962. this.splLine.Panel2.Controls.Add(this.dgvGroutingLineDetail);
  963. this.splLine.Size = new System.Drawing.Size(1004, 318);
  964. this.splLine.SplitterDistance = 171;
  965. this.splLine.TabIndex = 105;
  966. //
  967. // F_PC_0104
  968. //
  969. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  970. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  971. this.ClientSize = new System.Drawing.Size(1016, 486);
  972. this.Controls.Add(this.splLine);
  973. this.Controls.Add(this.gbxCondition);
  974. this.Controls.Add(this.tsrOperate);
  975. this.Name = "F_PC_0104";
  976. this.Text = "F_PC_0104";
  977. this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.F_PC_0104_FormClosed);
  978. this.Load += new System.EventHandler(this.F_PC_0104_Load);
  979. this.tsrOperate.ResumeLayout(false);
  980. this.tsrOperate.PerformLayout();
  981. ((System.ComponentModel.ISupportInitialize)(this.dgvGroutingLine)).EndInit();
  982. this.gbxCondition.ResumeLayout(false);
  983. this.gbxCondition.PerformLayout();
  984. ((System.ComponentModel.ISupportInitialize)(this.dgvGroutingLineDetail)).EndInit();
  985. this.splLine.Panel1.ResumeLayout(false);
  986. this.splLine.Panel2.ResumeLayout(false);
  987. ((System.ComponentModel.ISupportInitialize)(this.splLine)).EndInit();
  988. this.splLine.ResumeLayout(false);
  989. this.ResumeLayout(false);
  990. }
  991. #endregion
  992. private Basics.BaseControls.C_ToolStrip tsrOperate;
  993. private System.Windows.Forms.ToolStripButton tsbtnAdd;
  994. private System.Windows.Forms.ToolStripButton tsbtnEdit;
  995. private System.Windows.Forms.ToolStripSeparator toolStripSeparator3;
  996. private System.Windows.Forms.ToolStripButton tsbtnAdaptive;
  997. private System.Windows.Forms.ToolStripButton tsbtnClose;
  998. private Basics.BaseControls.C_DataGridView dgvGroutingLine;
  999. private Basics.BaseControls.C_Button btnClearCondition;
  1000. private Basics.BaseControls.C_Button btnSearch;
  1001. private Basics.BaseControls.C_StatusCheckBox chkValueFlag;
  1002. private Basics.BaseControls.C_DateTimePicker txtEndUsedDateEnd;
  1003. private Basics.BaseControls.C_Label c_Label12;
  1004. private Basics.BaseControls.C_DateTimePicker txtEndUsedDateStart;
  1005. private Basics.BaseControls.C_CheckBox cbEndTime;
  1006. private Basics.BaseControls.C_TextBox txtRemarks;
  1007. private Basics.BaseControls.C_Label lblRemarks;
  1008. private Basics.BaseControls.C_DateTimePicker txtBeginUsedDateEnd;
  1009. private Basics.BaseControls.C_Label c_Label11;
  1010. private Basics.BaseControls.C_DateTimePicker txtBeginUsedDateStart;
  1011. private Basics.BaseControls.C_CheckBox cbStartTime;
  1012. private Controls.SearchTextBox.dkGMouldTypeSearchBox mtType;
  1013. private Basics.BaseControls.C_TextBox txtGroutingLineName;
  1014. private Basics.BaseControls.C_Label lblGroutingLineName;
  1015. private Basics.BaseControls.C_TextBox txtGroutingLineCode;
  1016. private Basics.BaseControls.C_Label lblGroutingLineCode;
  1017. private Basics.BaseControls.C_Label lblGMouldStatus;
  1018. private Basics.BaseControls.C_TextBox txtGroutingLineNo;
  1019. private Basics.BaseControls.C_Label lblGroutingLineNo;
  1020. private Basics.BaseControls.C_TextBox txtFloorNo;
  1021. private Basics.BaseControls.C_Label lblFloorNo;
  1022. private Basics.BaseControls.C_TextBox txtBuildingNo;
  1023. private Basics.BaseControls.C_Label lblBuildingNo;
  1024. private Basics.BaseControls.C_GroupBox gbxCondition;
  1025. private Basics.BaseControls.C_DataGridView dgvGroutingLineDetail;
  1026. private System.Windows.Forms.SplitContainer splLine;
  1027. private Basics.BaseControls.DKListBoxComboBox lstcbxGMouldStatus;
  1028. private System.Windows.Forms.ToolStripButton tsbtnQueryRecord;
  1029. private System.Windows.Forms.DataGridViewTextBoxColumn GroutingLineDetailID;
  1030. private System.Windows.Forms.DataGridViewTextBoxColumn GroutingLineIDM;
  1031. private System.Windows.Forms.DataGridViewTextBoxColumn GroutingMouldCode;
  1032. private System.Windows.Forms.DataGridViewTextBoxColumn MouldCode;
  1033. private System.Windows.Forms.DataGridViewTextBoxColumn GoodsID;
  1034. private System.Windows.Forms.DataGridViewTextBoxColumn GOODSCODE;
  1035. private System.Windows.Forms.DataGridViewTextBoxColumn GoodsName;
  1036. private System.Windows.Forms.DataGridViewTextBoxColumn GoodsSpecification;
  1037. private System.Windows.Forms.DataGridViewTextBoxColumn GroutingCount;
  1038. private System.Windows.Forms.DataGridViewTextBoxColumn GMouldStatusM;
  1039. private System.Windows.Forms.DataGridViewTextBoxColumn BeginUsedDateM;
  1040. private Basics.BaseControls.C_Label lblGroutingUserCode;
  1041. private Basics.BaseControls.C_TextBox txtGroutingUserCode;
  1042. private System.Windows.Forms.DataGridViewTextBoxColumn GroutingLineID;
  1043. private System.Windows.Forms.DataGridViewTextBoxColumn GroutingLineCode;
  1044. private System.Windows.Forms.DataGridViewTextBoxColumn GroutingLineName;
  1045. private System.Windows.Forms.DataGridViewTextBoxColumn BuildingNo;
  1046. private System.Windows.Forms.DataGridViewTextBoxColumn FloorNo;
  1047. private System.Windows.Forms.DataGridViewTextBoxColumn GroutingLineNo;
  1048. private System.Windows.Forms.DataGridViewTextBoxColumn MouldQuantity;
  1049. private System.Windows.Forms.DataGridViewTextBoxColumn GMouldTypeName;
  1050. private System.Windows.Forms.DataGridViewTextBoxColumn UserCode;
  1051. private System.Windows.Forms.DataGridViewTextBoxColumn BeginUsedDate;
  1052. private System.Windows.Forms.DataGridViewTextBoxColumn EndUsedDate;
  1053. private System.Windows.Forms.DataGridViewTextBoxColumn GMOULDSTATUSNAME;
  1054. private System.Windows.Forms.DataGridViewTextBoxColumn Remarks;
  1055. }
  1056. }