F_PC_0105.Designer.cs 37 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611
  1. namespace Dongke.IBOSS.PRD.Client.PCModule
  2. {
  3. partial class F_PC_0105
  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_0105));
  29. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
  30. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
  31. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
  32. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
  33. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
  34. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
  35. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle();
  36. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle8 = new System.Windows.Forms.DataGridViewCellStyle();
  37. this.gbxCondition = new Dongke.IBOSS.PRD.Basics.BaseControls.C_GroupBox();
  38. this.dkGrouting = new Dongke.IBOSS.PRD.Client.Controls.SearchTextBox.dkGroutingLineSearchBox();
  39. this.btnClearCondition = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  40. this.btnSearch = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  41. this.txtDateEnd = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DateTimePicker();
  42. this.lblTo = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  43. this.txtDateStart = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DateTimePicker();
  44. this.cbTime = new Dongke.IBOSS.PRD.Basics.BaseControls.C_CheckBox();
  45. this.c_GroupBox2 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_GroupBox();
  46. this.dgvMouldRecord = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
  47. this.GMouldRecordID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  48. this.GroutingLineIDR = new System.Windows.Forms.DataGridViewTextBoxColumn();
  49. this.GroutingLineDetailID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  50. this.GroutingMouldCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  51. this.GoodsID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  52. this.MouldCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  53. this.GroutingCount = new System.Windows.Forms.DataGridViewTextBoxColumn();
  54. this.GMouldRecordType = new System.Windows.Forms.DataGridViewTextBoxColumn();
  55. this.BeginDate = new System.Windows.Forms.DataGridViewTextBoxColumn();
  56. this.EndDate = new System.Windows.Forms.DataGridViewTextBoxColumn();
  57. this.Rreason = new System.Windows.Forms.DataGridViewTextBoxColumn();
  58. this.Remarks = new System.Windows.Forms.DataGridViewTextBoxColumn();
  59. this.c_GroupBox3 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_GroupBox();
  60. this.dgvMouldHistory = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
  61. this.GMouldHistoryID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  62. this.GroutingLineID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  63. this.GroutingLineDetailIDH = new System.Windows.Forms.DataGridViewTextBoxColumn();
  64. this.GroutingMouldCodeH = new System.Windows.Forms.DataGridViewTextBoxColumn();
  65. this.GoodsIDH = new System.Windows.Forms.DataGridViewTextBoxColumn();
  66. this.MouldCodeH = new System.Windows.Forms.DataGridViewTextBoxColumn();
  67. this.GroutingCountH = new System.Windows.Forms.DataGridViewTextBoxColumn();
  68. this.BeginUsedDate = new System.Windows.Forms.DataGridViewTextBoxColumn();
  69. this.EndUsedDate = new System.Windows.Forms.DataGridViewTextBoxColumn();
  70. this.gbxCondition.SuspendLayout();
  71. this.c_GroupBox2.SuspendLayout();
  72. ((System.ComponentModel.ISupportInitialize)(this.dgvMouldRecord)).BeginInit();
  73. this.c_GroupBox3.SuspendLayout();
  74. ((System.ComponentModel.ISupportInitialize)(this.dgvMouldHistory)).BeginInit();
  75. this.SuspendLayout();
  76. //
  77. // gbxCondition
  78. //
  79. this.gbxCondition.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  80. | System.Windows.Forms.AnchorStyles.Right)));
  81. this.gbxCondition.BackColor = System.Drawing.Color.Transparent;
  82. this.gbxCondition.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("gbxCondition.BackgroundImage")));
  83. this.gbxCondition.Controls.Add(this.dkGrouting);
  84. this.gbxCondition.Controls.Add(this.btnClearCondition);
  85. this.gbxCondition.Controls.Add(this.btnSearch);
  86. this.gbxCondition.Controls.Add(this.txtDateEnd);
  87. this.gbxCondition.Controls.Add(this.lblTo);
  88. this.gbxCondition.Controls.Add(this.txtDateStart);
  89. this.gbxCondition.Controls.Add(this.cbTime);
  90. this.gbxCondition.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  91. this.gbxCondition.ForeColor = System.Drawing.SystemColors.ControlText;
  92. this.gbxCondition.IsMustInput = false;
  93. this.gbxCondition.Location = new System.Drawing.Point(12, 12);
  94. this.gbxCondition.Name = "gbxCondition";
  95. this.gbxCondition.OriginalHeight = -1;
  96. this.gbxCondition.Size = new System.Drawing.Size(992, 55);
  97. this.gbxCondition.TabIndex = 0;
  98. this.gbxCondition.TabStop = false;
  99. this.gbxCondition.Text = "查询条件 ▼";
  100. //
  101. // dkGrouting
  102. //
  103. this.dkGrouting.DataSource = null;
  104. this.dkGrouting.Enabled = true;
  105. this.dkGrouting.GMouldStatus = 0;
  106. this.dkGrouting.GMouldTypeID = 0;
  107. this.dkGrouting.GroutingDate = null;
  108. this.dkGrouting.GroutingLineCode = "";
  109. this.dkGrouting.GroutingLineID = null;
  110. this.dkGrouting.GroutingLineIDS = null;
  111. this.dkGrouting.GroutingLineName = null;
  112. this.dkGrouting.IsCanmanytimes = 0;
  113. this.dkGrouting.IsEnablePurview = false;
  114. this.dkGrouting.IsMustInput = false;
  115. this.dkGrouting.Location = new System.Drawing.Point(6, 20);
  116. this.dkGrouting.MouldQuantity = 0;
  117. this.dkGrouting.Name = "dkGrouting";
  118. this.dkGrouting.NoGroutingFlag = false;
  119. this.dkGrouting.OPTimeStamp = new System.DateTime(((long)(0)));
  120. this.dkGrouting.Purview = null;
  121. this.dkGrouting.Size = new System.Drawing.Size(244, 21);
  122. this.dkGrouting.TabIndex = 0;
  123. this.dkGrouting.Title = "成型线";
  124. this.dkGrouting.TxtMouldTypeBackColor = System.Drawing.SystemColors.Control;
  125. this.dkGrouting.UserCode = null;
  126. this.dkGrouting.UserId = null;
  127. this.dkGrouting.UserName = null;
  128. //
  129. // btnClearCondition
  130. //
  131. this.btnClearCondition.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  132. this.btnClearCondition.BackColor = System.Drawing.Color.Gray;
  133. this.btnClearCondition.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnClearCondition.BackgroundImage")));
  134. this.btnClearCondition.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  135. this.btnClearCondition.ForeColor = System.Drawing.Color.White;
  136. this.btnClearCondition.Location = new System.Drawing.Point(901, 15);
  137. this.btnClearCondition.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  138. this.btnClearCondition.Name = "btnClearCondition";
  139. this.btnClearCondition.Size = new System.Drawing.Size(85, 30);
  140. this.btnClearCondition.TabIndex = 6;
  141. this.btnClearCondition.Text = "清空条件(&C)";
  142. this.btnClearCondition.UseVisualStyleBackColor = false;
  143. this.btnClearCondition.Click += new System.EventHandler(this.btnClearCondition_Click);
  144. //
  145. // btnSearch
  146. //
  147. this.btnSearch.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  148. this.btnSearch.BackColor = System.Drawing.Color.Gray;
  149. this.btnSearch.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSearch.BackgroundImage")));
  150. this.btnSearch.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  151. this.btnSearch.ForeColor = System.Drawing.Color.White;
  152. this.btnSearch.Location = new System.Drawing.Point(810, 15);
  153. this.btnSearch.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  154. this.btnSearch.Name = "btnSearch";
  155. this.btnSearch.Size = new System.Drawing.Size(85, 30);
  156. this.btnSearch.TabIndex = 5;
  157. this.btnSearch.Text = "查询(&Q)";
  158. this.btnSearch.UseVisualStyleBackColor = false;
  159. this.btnSearch.Click += new System.EventHandler(this.btnSearch_Click);
  160. //
  161. // txtDateEnd
  162. //
  163. this.txtDateEnd.CustomFormat = "yyyy-MM-dd";
  164. this.txtDateEnd.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  165. this.txtDateEnd.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  166. this.txtDateEnd.Location = new System.Drawing.Point(466, 20);
  167. this.txtDateEnd.Name = "txtDateEnd";
  168. this.txtDateEnd.Size = new System.Drawing.Size(105, 21);
  169. this.txtDateEnd.TabIndex = 4;
  170. //
  171. // lblTo
  172. //
  173. this.lblTo.AutoSize = true;
  174. this.lblTo.BackColor = System.Drawing.Color.Transparent;
  175. this.lblTo.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  176. this.lblTo.ForeColor = System.Drawing.SystemColors.ControlText;
  177. this.lblTo.Location = new System.Drawing.Point(443, 24);
  178. this.lblTo.Name = "lblTo";
  179. this.lblTo.Size = new System.Drawing.Size(17, 12);
  180. this.lblTo.TabIndex = 3;
  181. this.lblTo.Text = "至";
  182. //
  183. // txtDateStart
  184. //
  185. this.txtDateStart.CustomFormat = "yyyy-MM-dd";
  186. this.txtDateStart.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  187. this.txtDateStart.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  188. this.txtDateStart.Location = new System.Drawing.Point(334, 20);
  189. this.txtDateStart.Name = "txtDateStart";
  190. this.txtDateStart.Size = new System.Drawing.Size(103, 21);
  191. this.txtDateStart.TabIndex = 2;
  192. //
  193. // cbTime
  194. //
  195. this.cbTime.AutoSize = true;
  196. this.cbTime.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  197. this.cbTime.Location = new System.Drawing.Point(256, 25);
  198. this.cbTime.Name = "cbTime";
  199. this.cbTime.Size = new System.Drawing.Size(72, 16);
  200. this.cbTime.TabIndex = 1;
  201. this.cbTime.Text = "履历日期";
  202. this.cbTime.UseVisualStyleBackColor = true;
  203. //
  204. // c_GroupBox2
  205. //
  206. this.c_GroupBox2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  207. | System.Windows.Forms.AnchorStyles.Right)));
  208. this.c_GroupBox2.BackColor = System.Drawing.Color.Transparent;
  209. this.c_GroupBox2.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("c_GroupBox2.BackgroundImage")));
  210. this.c_GroupBox2.Controls.Add(this.dgvMouldRecord);
  211. this.c_GroupBox2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  212. this.c_GroupBox2.ForeColor = System.Drawing.SystemColors.ControlText;
  213. this.c_GroupBox2.IsMustInput = false;
  214. this.c_GroupBox2.Location = new System.Drawing.Point(12, 73);
  215. this.c_GroupBox2.Name = "c_GroupBox2";
  216. this.c_GroupBox2.OriginalHeight = -1;
  217. this.c_GroupBox2.Size = new System.Drawing.Size(992, 204);
  218. this.c_GroupBox2.TabIndex = 1;
  219. this.c_GroupBox2.TabStop = false;
  220. this.c_GroupBox2.Text = "模具换修履历 ▼";
  221. //
  222. // dgvMouldRecord
  223. //
  224. this.dgvMouldRecord.AllowUserToAddRows = false;
  225. this.dgvMouldRecord.AllowUserToDeleteRows = false;
  226. this.dgvMouldRecord.AllowUserToModifyRows = true;
  227. this.dgvMouldRecord.AllowUserToOrderColumns = true;
  228. dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
  229. this.dgvMouldRecord.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
  230. this.dgvMouldRecord.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  231. | System.Windows.Forms.AnchorStyles.Left)
  232. | System.Windows.Forms.AnchorStyles.Right)));
  233. this.dgvMouldRecord.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  234. this.dgvMouldRecord.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
  235. this.dgvMouldRecord.CellHeight = 23;
  236. this.dgvMouldRecord.ChildNodeColumnName = null;
  237. this.dgvMouldRecord.ChildNodeColumnText = null;
  238. this.dgvMouldRecord.ColumnDeep = 1;
  239. this.dgvMouldRecord.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  240. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  241. dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70)))));
  242. dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  243. dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White;
  244. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  245. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  246. dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  247. this.dgvMouldRecord.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
  248. this.dgvMouldRecord.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  249. this.dgvMouldRecord.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  250. this.GMouldRecordID,
  251. this.GroutingLineIDR,
  252. this.GroutingLineDetailID,
  253. this.GroutingMouldCode,
  254. this.GoodsID,
  255. this.MouldCode,
  256. this.GroutingCount,
  257. this.GMouldRecordType,
  258. this.BeginDate,
  259. this.EndDate,
  260. this.Rreason,
  261. this.Remarks});
  262. this.dgvMouldRecord.ColumnTreeView = null;
  263. this.dgvMouldRecord.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)));
  264. dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  265. dataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Window;
  266. dataGridViewCellStyle3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  267. dataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.ControlText;
  268. dataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  269. dataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  270. dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  271. this.dgvMouldRecord.DefaultCellStyle = dataGridViewCellStyle3;
  272. this.dgvMouldRecord.DynamicColumnName = "";
  273. this.dgvMouldRecord.EnableHeadersVisualStyles = false;
  274. this.dgvMouldRecord.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  275. this.dgvMouldRecord.IsAutoCountSum = true;
  276. this.dgvMouldRecord.IsAutoResizeColumns = false;
  277. this.dgvMouldRecord.IsClickF12 = false;
  278. this.dgvMouldRecord.IsSubTotalFlag = false;
  279. this.dgvMouldRecord.Location = new System.Drawing.Point(6, 20);
  280. this.dgvMouldRecord.Name = "dgvMouldRecord";
  281. this.dgvMouldRecord.ReadOnly = true;
  282. this.dgvMouldRecord.RefreshAtHscroll = false;
  283. this.dgvMouldRecord.RowHeadersWidth = 50;
  284. this.dgvMouldRecord.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  285. dataGridViewCellStyle4.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  286. this.dgvMouldRecord.RowsDefaultCellStyle = dataGridViewCellStyle4;
  287. this.dgvMouldRecord.RowTemplate.Height = 21;
  288. this.dgvMouldRecord.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  289. this.dgvMouldRecord.Size = new System.Drawing.Size(980, 178);
  290. this.dgvMouldRecord.SortOrderColumnName = null;
  291. this.dgvMouldRecord.TabIndex = 0;
  292. this.dgvMouldRecord.Tag = true;
  293. this.dgvMouldRecord.TotalSumColumns = null;
  294. this.dgvMouldRecord.ViewRowFilter = "";
  295. this.dgvMouldRecord.VirtualMode = true;
  296. //
  297. // GMouldRecordID
  298. //
  299. this.GMouldRecordID.DataPropertyName = "GMouldRecordID";
  300. this.GMouldRecordID.HeaderText = "注浆模具换修履历ID";
  301. this.GMouldRecordID.Name = "GMouldRecordID";
  302. this.GMouldRecordID.ReadOnly = true;
  303. this.GMouldRecordID.Visible = false;
  304. //
  305. // GroutingLineIDR
  306. //
  307. this.GroutingLineIDR.DataPropertyName = "GroutingLineID";
  308. this.GroutingLineIDR.HeaderText = "成型线ID";
  309. this.GroutingLineIDR.Name = "GroutingLineIDR";
  310. this.GroutingLineIDR.ReadOnly = true;
  311. this.GroutingLineIDR.Visible = false;
  312. //
  313. // GroutingLineDetailID
  314. //
  315. this.GroutingLineDetailID.DataPropertyName = "GroutingLineDetailID";
  316. this.GroutingLineDetailID.HeaderText = "成型线明细ID";
  317. this.GroutingLineDetailID.Name = "GroutingLineDetailID";
  318. this.GroutingLineDetailID.ReadOnly = true;
  319. this.GroutingLineDetailID.Visible = false;
  320. //
  321. // GroutingMouldCode
  322. //
  323. this.GroutingMouldCode.DataPropertyName = "GroutingMouldCode";
  324. this.GroutingMouldCode.HeaderText = "注浆模具编号";
  325. this.GroutingMouldCode.Name = "GroutingMouldCode";
  326. this.GroutingMouldCode.ReadOnly = true;
  327. //
  328. // GoodsID
  329. //
  330. this.GoodsID.DataPropertyName = "GoodsName";
  331. this.GoodsID.HeaderText = "产品名称";
  332. this.GoodsID.Name = "GoodsID";
  333. this.GoodsID.ReadOnly = true;
  334. //
  335. // MouldCode
  336. //
  337. this.MouldCode.DataPropertyName = "MouldCode";
  338. this.MouldCode.HeaderText = "模具编号";
  339. this.MouldCode.Name = "MouldCode";
  340. this.MouldCode.ReadOnly = true;
  341. this.MouldCode.Visible = false;
  342. //
  343. // GroutingCount
  344. //
  345. this.GroutingCount.DataPropertyName = "GroutingCount";
  346. this.GroutingCount.HeaderText = "注浆次数";
  347. this.GroutingCount.Name = "GroutingCount";
  348. this.GroutingCount.ReadOnly = true;
  349. //
  350. // GMouldRecordType
  351. //
  352. this.GMouldRecordType.DataPropertyName = "Gmouldrecordtypename";
  353. this.GMouldRecordType.HeaderText = "履历类型";
  354. this.GMouldRecordType.Name = "GMouldRecordType";
  355. this.GMouldRecordType.ReadOnly = true;
  356. //
  357. // BeginDate
  358. //
  359. this.BeginDate.DataPropertyName = "BeginDate";
  360. this.BeginDate.HeaderText = "开始日期";
  361. this.BeginDate.Name = "BeginDate";
  362. this.BeginDate.ReadOnly = true;
  363. //
  364. // EndDate
  365. //
  366. this.EndDate.DataPropertyName = "EndDate";
  367. this.EndDate.HeaderText = "结束日期";
  368. this.EndDate.Name = "EndDate";
  369. this.EndDate.ReadOnly = true;
  370. //
  371. // Rreason
  372. //
  373. this.Rreason.DataPropertyName = "Rreason";
  374. this.Rreason.HeaderText = "原因";
  375. this.Rreason.Name = "Rreason";
  376. this.Rreason.ReadOnly = true;
  377. //
  378. // Remarks
  379. //
  380. this.Remarks.DataPropertyName = "Remarks";
  381. this.Remarks.HeaderText = "备注";
  382. this.Remarks.Name = "Remarks";
  383. this.Remarks.ReadOnly = true;
  384. //
  385. // c_GroupBox3
  386. //
  387. this.c_GroupBox3.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  388. | System.Windows.Forms.AnchorStyles.Right)));
  389. this.c_GroupBox3.BackColor = System.Drawing.Color.Transparent;
  390. this.c_GroupBox3.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("c_GroupBox3.BackgroundImage")));
  391. this.c_GroupBox3.Controls.Add(this.dgvMouldHistory);
  392. this.c_GroupBox3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  393. this.c_GroupBox3.ForeColor = System.Drawing.SystemColors.ControlText;
  394. this.c_GroupBox3.IsMustInput = false;
  395. this.c_GroupBox3.Location = new System.Drawing.Point(12, 283);
  396. this.c_GroupBox3.Name = "c_GroupBox3";
  397. this.c_GroupBox3.OriginalHeight = -1;
  398. this.c_GroupBox3.Size = new System.Drawing.Size(992, 182);
  399. this.c_GroupBox3.TabIndex = 2;
  400. this.c_GroupBox3.TabStop = false;
  401. this.c_GroupBox3.Text = "模具履历 ▼";
  402. //
  403. // dgvMouldHistory
  404. //
  405. this.dgvMouldHistory.AllowUserToAddRows = false;
  406. this.dgvMouldHistory.AllowUserToDeleteRows = false;
  407. this.dgvMouldHistory.AllowUserToModifyRows = true;
  408. this.dgvMouldHistory.AllowUserToOrderColumns = true;
  409. dataGridViewCellStyle5.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
  410. this.dgvMouldHistory.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle5;
  411. this.dgvMouldHistory.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  412. | System.Windows.Forms.AnchorStyles.Left)
  413. | System.Windows.Forms.AnchorStyles.Right)));
  414. this.dgvMouldHistory.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  415. this.dgvMouldHistory.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
  416. this.dgvMouldHistory.CellHeight = 23;
  417. this.dgvMouldHistory.ChildNodeColumnName = null;
  418. this.dgvMouldHistory.ChildNodeColumnText = null;
  419. this.dgvMouldHistory.ColumnDeep = 1;
  420. this.dgvMouldHistory.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  421. dataGridViewCellStyle6.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  422. dataGridViewCellStyle6.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70)))));
  423. dataGridViewCellStyle6.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  424. dataGridViewCellStyle6.ForeColor = System.Drawing.Color.White;
  425. dataGridViewCellStyle6.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  426. dataGridViewCellStyle6.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  427. dataGridViewCellStyle6.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  428. this.dgvMouldHistory.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle6;
  429. this.dgvMouldHistory.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  430. this.dgvMouldHistory.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  431. this.GMouldHistoryID,
  432. this.GroutingLineID,
  433. this.GroutingLineDetailIDH,
  434. this.GroutingMouldCodeH,
  435. this.GoodsIDH,
  436. this.MouldCodeH,
  437. this.GroutingCountH,
  438. this.BeginUsedDate,
  439. this.EndUsedDate});
  440. this.dgvMouldHistory.ColumnTreeView = null;
  441. this.dgvMouldHistory.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)));
  442. dataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  443. dataGridViewCellStyle7.BackColor = System.Drawing.SystemColors.Window;
  444. dataGridViewCellStyle7.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  445. dataGridViewCellStyle7.ForeColor = System.Drawing.SystemColors.ControlText;
  446. dataGridViewCellStyle7.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  447. dataGridViewCellStyle7.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  448. dataGridViewCellStyle7.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  449. this.dgvMouldHistory.DefaultCellStyle = dataGridViewCellStyle7;
  450. this.dgvMouldHistory.DynamicColumnName = "";
  451. this.dgvMouldHistory.EnableHeadersVisualStyles = false;
  452. this.dgvMouldHistory.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  453. this.dgvMouldHistory.IsAutoCountSum = true;
  454. this.dgvMouldHistory.IsAutoResizeColumns = false;
  455. this.dgvMouldHistory.IsClickF12 = false;
  456. this.dgvMouldHistory.IsSubTotalFlag = false;
  457. this.dgvMouldHistory.Location = new System.Drawing.Point(6, 20);
  458. this.dgvMouldHistory.Name = "dgvMouldHistory";
  459. this.dgvMouldHistory.ReadOnly = true;
  460. this.dgvMouldHistory.RefreshAtHscroll = false;
  461. this.dgvMouldHistory.RowHeadersWidth = 50;
  462. this.dgvMouldHistory.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  463. dataGridViewCellStyle8.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  464. this.dgvMouldHistory.RowsDefaultCellStyle = dataGridViewCellStyle8;
  465. this.dgvMouldHistory.RowTemplate.Height = 21;
  466. this.dgvMouldHistory.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  467. this.dgvMouldHistory.Size = new System.Drawing.Size(980, 156);
  468. this.dgvMouldHistory.SortOrderColumnName = null;
  469. this.dgvMouldHistory.TabIndex = 0;
  470. this.dgvMouldHistory.Tag = true;
  471. this.dgvMouldHistory.TotalSumColumns = null;
  472. this.dgvMouldHistory.ViewRowFilter = "";
  473. this.dgvMouldHistory.VirtualMode = true;
  474. //
  475. // GMouldHistoryID
  476. //
  477. this.GMouldHistoryID.DataPropertyName = "GMouldHistoryID";
  478. this.GMouldHistoryID.HeaderText = "注浆模具履历ID";
  479. this.GMouldHistoryID.Name = "GMouldHistoryID";
  480. this.GMouldHistoryID.ReadOnly = true;
  481. this.GMouldHistoryID.Visible = false;
  482. //
  483. // GroutingLineID
  484. //
  485. this.GroutingLineID.DataPropertyName = "GroutingLineID";
  486. this.GroutingLineID.HeaderText = "成型线ID";
  487. this.GroutingLineID.Name = "GroutingLineID";
  488. this.GroutingLineID.ReadOnly = true;
  489. this.GroutingLineID.Visible = false;
  490. //
  491. // GroutingLineDetailIDH
  492. //
  493. this.GroutingLineDetailIDH.DataPropertyName = "GroutingLineDetailID";
  494. this.GroutingLineDetailIDH.HeaderText = "成型线明细ID";
  495. this.GroutingLineDetailIDH.Name = "GroutingLineDetailIDH";
  496. this.GroutingLineDetailIDH.ReadOnly = true;
  497. this.GroutingLineDetailIDH.Visible = false;
  498. //
  499. // GroutingMouldCodeH
  500. //
  501. this.GroutingMouldCodeH.DataPropertyName = "GroutingMouldCode";
  502. this.GroutingMouldCodeH.HeaderText = "注浆模具编号";
  503. this.GroutingMouldCodeH.Name = "GroutingMouldCodeH";
  504. this.GroutingMouldCodeH.ReadOnly = true;
  505. //
  506. // GoodsIDH
  507. //
  508. this.GoodsIDH.DataPropertyName = "GoodsName";
  509. this.GoodsIDH.HeaderText = "产品名称";
  510. this.GoodsIDH.Name = "GoodsIDH";
  511. this.GoodsIDH.ReadOnly = true;
  512. //
  513. // MouldCodeH
  514. //
  515. this.MouldCodeH.DataPropertyName = "MouldCode";
  516. this.MouldCodeH.HeaderText = "模具编号";
  517. this.MouldCodeH.Name = "MouldCodeH";
  518. this.MouldCodeH.ReadOnly = true;
  519. this.MouldCodeH.Visible = false;
  520. //
  521. // GroutingCountH
  522. //
  523. this.GroutingCountH.DataPropertyName = "GroutingCount";
  524. this.GroutingCountH.HeaderText = "注浆次数";
  525. this.GroutingCountH.Name = "GroutingCountH";
  526. this.GroutingCountH.ReadOnly = true;
  527. //
  528. // BeginUsedDate
  529. //
  530. this.BeginUsedDate.DataPropertyName = "BeginUsedDate";
  531. this.BeginUsedDate.HeaderText = "开始使用日期";
  532. this.BeginUsedDate.Name = "BeginUsedDate";
  533. this.BeginUsedDate.ReadOnly = true;
  534. //
  535. // EndUsedDate
  536. //
  537. this.EndUsedDate.DataPropertyName = "EndUsedDate";
  538. this.EndUsedDate.HeaderText = "结束使用日期";
  539. this.EndUsedDate.Name = "EndUsedDate";
  540. this.EndUsedDate.ReadOnly = true;
  541. //
  542. // F_PC_0105
  543. //
  544. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  545. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  546. this.ClientSize = new System.Drawing.Size(1016, 506);
  547. this.Controls.Add(this.c_GroupBox3);
  548. this.Controls.Add(this.c_GroupBox2);
  549. this.Controls.Add(this.gbxCondition);
  550. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
  551. this.IsSaveFormSize = false;
  552. this.MaximizeBox = false;
  553. this.MinimizeBox = false;
  554. this.Name = "F_PC_0105";
  555. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  556. this.Text = "F_PC_0105";
  557. this.Load += new System.EventHandler(this.F_PC_0105_Load);
  558. this.Controls.SetChildIndex(this.gbxCondition, 0);
  559. this.Controls.SetChildIndex(this.c_GroupBox2, 0);
  560. this.Controls.SetChildIndex(this.c_GroupBox3, 0);
  561. this.gbxCondition.ResumeLayout(false);
  562. this.gbxCondition.PerformLayout();
  563. this.c_GroupBox2.ResumeLayout(false);
  564. ((System.ComponentModel.ISupportInitialize)(this.dgvMouldRecord)).EndInit();
  565. this.c_GroupBox3.ResumeLayout(false);
  566. ((System.ComponentModel.ISupportInitialize)(this.dgvMouldHistory)).EndInit();
  567. this.ResumeLayout(false);
  568. this.PerformLayout();
  569. }
  570. #endregion
  571. private Basics.BaseControls.C_GroupBox gbxCondition;
  572. private Basics.BaseControls.C_Button btnClearCondition;
  573. private Basics.BaseControls.C_Button btnSearch;
  574. private Basics.BaseControls.C_DateTimePicker txtDateEnd;
  575. private Basics.BaseControls.C_Label lblTo;
  576. private Basics.BaseControls.C_DateTimePicker txtDateStart;
  577. private Basics.BaseControls.C_CheckBox cbTime;
  578. private Controls.SearchTextBox.dkGroutingLineSearchBox dkGrouting;
  579. private Basics.BaseControls.C_GroupBox c_GroupBox2;
  580. private Basics.BaseControls.C_GroupBox c_GroupBox3;
  581. private Basics.BaseControls.C_DataGridView dgvMouldRecord;
  582. private Basics.BaseControls.C_DataGridView dgvMouldHistory;
  583. private System.Windows.Forms.DataGridViewTextBoxColumn GMouldHistoryID;
  584. private System.Windows.Forms.DataGridViewTextBoxColumn GroutingLineID;
  585. private System.Windows.Forms.DataGridViewTextBoxColumn GroutingLineDetailIDH;
  586. private System.Windows.Forms.DataGridViewTextBoxColumn GroutingMouldCodeH;
  587. private System.Windows.Forms.DataGridViewTextBoxColumn GoodsIDH;
  588. private System.Windows.Forms.DataGridViewTextBoxColumn MouldCodeH;
  589. private System.Windows.Forms.DataGridViewTextBoxColumn GroutingCountH;
  590. private System.Windows.Forms.DataGridViewTextBoxColumn BeginUsedDate;
  591. private System.Windows.Forms.DataGridViewTextBoxColumn EndUsedDate;
  592. private System.Windows.Forms.DataGridViewTextBoxColumn GMouldRecordID;
  593. private System.Windows.Forms.DataGridViewTextBoxColumn GroutingLineIDR;
  594. private System.Windows.Forms.DataGridViewTextBoxColumn GroutingLineDetailID;
  595. private System.Windows.Forms.DataGridViewTextBoxColumn GroutingMouldCode;
  596. private System.Windows.Forms.DataGridViewTextBoxColumn GoodsID;
  597. private System.Windows.Forms.DataGridViewTextBoxColumn MouldCode;
  598. private System.Windows.Forms.DataGridViewTextBoxColumn GroutingCount;
  599. private System.Windows.Forms.DataGridViewTextBoxColumn GMouldRecordType;
  600. private System.Windows.Forms.DataGridViewTextBoxColumn BeginDate;
  601. private System.Windows.Forms.DataGridViewTextBoxColumn EndDate;
  602. private System.Windows.Forms.DataGridViewTextBoxColumn Rreason;
  603. private System.Windows.Forms.DataGridViewTextBoxColumn Remarks;
  604. }
  605. }