F_PC_0105_1.Designer.cs 28 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535
  1. namespace Dongke.IBOSS.PRD.Client.PCModule
  2. {
  3. partial class F_PC_0105_1
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Windows Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(F_PC_0105_1));
  29. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
  30. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
  31. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
  32. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle();
  33. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
  34. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
  35. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
  36. this.gbxCondition = new Dongke.IBOSS.PRD.Basics.BaseControls.C_GroupBox();
  37. this.chkEnd = new Dongke.IBOSS.PRD.Basics.BaseControls.C_CheckBox();
  38. this.chkStart = new Dongke.IBOSS.PRD.Basics.BaseControls.C_CheckBox();
  39. this.txtRemarks = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  40. this.cmbGMouldRecordType = new Dongke.IBOSS.PRD.Basics.BaseControls.C_ComboBox();
  41. this.txtGroutingMouldCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  42. this.c_Label2 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  43. this.lblRemarks = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  44. this.c_Label1 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  45. this.btnClearCondition = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  46. this.txtDateEnd2 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DateTimePicker();
  47. this.btnSearch = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  48. this.c_Label3 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  49. this.txtDateEnd = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DateTimePicker();
  50. this.txtDateStart2 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DateTimePicker();
  51. this.lblEndDate = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  52. this.txtDateStart = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DateTimePicker();
  53. this.dgvMouldRecord = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
  54. this.GroutingLineCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  55. this.GroutingMouldCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  56. this.MouldBarcode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  57. this.goodscode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  58. this.GroutingCount = new System.Windows.Forms.DataGridViewTextBoxColumn();
  59. this.GMouldRecordType = new System.Windows.Forms.DataGridViewTextBoxColumn();
  60. this.BeginDate = new System.Windows.Forms.DataGridViewTextBoxColumn();
  61. this.EndDate = new System.Windows.Forms.DataGridViewTextBoxColumn();
  62. this.ChangeGoodsCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  63. this.Remarks = new System.Windows.Forms.DataGridViewTextBoxColumn();
  64. this.lblGroutingLine = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  65. this.scbGroutingLine = new Dongke.IBOSS.PRD.Client.Controls.SearchBox.ScbGroutingLine();
  66. this.gbxCondition.SuspendLayout();
  67. ((System.ComponentModel.ISupportInitialize)(this.dgvMouldRecord)).BeginInit();
  68. this.SuspendLayout();
  69. //
  70. // gbxCondition
  71. //
  72. this.gbxCondition.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  73. | System.Windows.Forms.AnchorStyles.Right)));
  74. this.gbxCondition.BackColor = System.Drawing.Color.Transparent;
  75. this.gbxCondition.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("gbxCondition.BackgroundImage")));
  76. this.gbxCondition.Controls.Add(this.lblGroutingLine);
  77. this.gbxCondition.Controls.Add(this.scbGroutingLine);
  78. this.gbxCondition.Controls.Add(this.chkEnd);
  79. this.gbxCondition.Controls.Add(this.chkStart);
  80. this.gbxCondition.Controls.Add(this.txtRemarks);
  81. this.gbxCondition.Controls.Add(this.cmbGMouldRecordType);
  82. this.gbxCondition.Controls.Add(this.txtGroutingMouldCode);
  83. this.gbxCondition.Controls.Add(this.c_Label2);
  84. this.gbxCondition.Controls.Add(this.lblRemarks);
  85. this.gbxCondition.Controls.Add(this.c_Label1);
  86. this.gbxCondition.Controls.Add(this.btnClearCondition);
  87. this.gbxCondition.Controls.Add(this.txtDateEnd2);
  88. this.gbxCondition.Controls.Add(this.btnSearch);
  89. this.gbxCondition.Controls.Add(this.c_Label3);
  90. this.gbxCondition.Controls.Add(this.txtDateEnd);
  91. this.gbxCondition.Controls.Add(this.txtDateStart2);
  92. this.gbxCondition.Controls.Add(this.lblEndDate);
  93. this.gbxCondition.Controls.Add(this.txtDateStart);
  94. this.gbxCondition.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  95. this.gbxCondition.ForeColor = System.Drawing.SystemColors.ControlText;
  96. this.gbxCondition.IsMustInput = false;
  97. this.gbxCondition.Location = new System.Drawing.Point(12, 12);
  98. this.gbxCondition.Name = "gbxCondition";
  99. this.gbxCondition.OriginalHeight = -1;
  100. this.gbxCondition.Size = new System.Drawing.Size(1143, 109);
  101. this.gbxCondition.TabIndex = 0;
  102. this.gbxCondition.TabStop = false;
  103. this.gbxCondition.Text = "查询条件 ▼";
  104. //
  105. // chkEnd
  106. //
  107. this.chkEnd.AutoSize = true;
  108. this.chkEnd.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  109. this.chkEnd.Location = new System.Drawing.Point(273, 48);
  110. this.chkEnd.Name = "chkEnd";
  111. this.chkEnd.Size = new System.Drawing.Size(72, 16);
  112. this.chkEnd.TabIndex = 7;
  113. this.chkEnd.Text = "结束日期";
  114. this.chkEnd.UseVisualStyleBackColor = true;
  115. this.chkEnd.CheckedChanged += new System.EventHandler(this.chkEnd_CheckedChanged);
  116. //
  117. // chkStart
  118. //
  119. this.chkStart.AutoSize = true;
  120. this.chkStart.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  121. this.chkStart.Location = new System.Drawing.Point(273, 22);
  122. this.chkStart.Name = "chkStart";
  123. this.chkStart.Size = new System.Drawing.Size(72, 16);
  124. this.chkStart.TabIndex = 2;
  125. this.chkStart.Text = "开始日期";
  126. this.chkStart.UseVisualStyleBackColor = true;
  127. this.chkStart.CheckedChanged += new System.EventHandler(this.chkStart_CheckedChanged);
  128. //
  129. // txtRemarks
  130. //
  131. this.txtRemarks.BackColor = System.Drawing.SystemColors.Window;
  132. this.txtRemarks.BackgroundColor = System.Drawing.SystemColors.Window;
  133. this.txtRemarks.ErrorMessage = "";
  134. this.txtRemarks.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  135. this.txtRemarks.Location = new System.Drawing.Point(67, 72);
  136. this.txtRemarks.MaxLength = 200;
  137. this.txtRemarks.Name = "txtRemarks";
  138. this.txtRemarks.Size = new System.Drawing.Size(793, 21);
  139. this.txtRemarks.TabIndex = 10;
  140. this.txtRemarks.TextValue = "";
  141. //
  142. // cmbGMouldRecordType
  143. //
  144. this.cmbGMouldRecordType.BackColor = System.Drawing.SystemColors.Window;
  145. this.cmbGMouldRecordType.BackgroundColor = System.Drawing.SystemColors.Window;
  146. this.cmbGMouldRecordType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  147. this.cmbGMouldRecordType.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  148. this.cmbGMouldRecordType.FormattingEnabled = true;
  149. this.cmbGMouldRecordType.Location = new System.Drawing.Point(672, 19);
  150. this.cmbGMouldRecordType.Name = "cmbGMouldRecordType";
  151. this.cmbGMouldRecordType.Size = new System.Drawing.Size(121, 20);
  152. this.cmbGMouldRecordType.TabIndex = 5;
  153. //
  154. // txtGroutingMouldCode
  155. //
  156. this.txtGroutingMouldCode.BackColor = System.Drawing.SystemColors.Window;
  157. this.txtGroutingMouldCode.BackgroundColor = System.Drawing.SystemColors.Window;
  158. this.txtGroutingMouldCode.ErrorMessage = "";
  159. this.txtGroutingMouldCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  160. this.txtGroutingMouldCode.Location = new System.Drawing.Point(67, 45);
  161. this.txtGroutingMouldCode.MaxLength = 40;
  162. this.txtGroutingMouldCode.Name = "txtGroutingMouldCode";
  163. this.txtGroutingMouldCode.Size = new System.Drawing.Size(196, 21);
  164. this.txtGroutingMouldCode.TabIndex = 6;
  165. this.txtGroutingMouldCode.TextValue = "";
  166. //
  167. // c_Label2
  168. //
  169. this.c_Label2.AutoSize = true;
  170. this.c_Label2.BackColor = System.Drawing.Color.Transparent;
  171. this.c_Label2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  172. this.c_Label2.Location = new System.Drawing.Point(609, 22);
  173. this.c_Label2.Name = "c_Label2";
  174. this.c_Label2.Size = new System.Drawing.Size(53, 12);
  175. this.c_Label2.TabIndex = 7;
  176. this.c_Label2.Text = "履历类型";
  177. //
  178. // lblRemarks
  179. //
  180. this.lblRemarks.AutoSize = true;
  181. this.lblRemarks.BackColor = System.Drawing.Color.Transparent;
  182. this.lblRemarks.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  183. this.lblRemarks.Location = new System.Drawing.Point(28, 72);
  184. this.lblRemarks.Name = "lblRemarks";
  185. this.lblRemarks.Size = new System.Drawing.Size(29, 12);
  186. this.lblRemarks.TabIndex = 7;
  187. this.lblRemarks.Text = "备注";
  188. //
  189. // c_Label1
  190. //
  191. this.c_Label1.AutoSize = true;
  192. this.c_Label1.BackColor = System.Drawing.Color.Transparent;
  193. this.c_Label1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  194. this.c_Label1.Location = new System.Drawing.Point(8, 48);
  195. this.c_Label1.Name = "c_Label1";
  196. this.c_Label1.Size = new System.Drawing.Size(53, 12);
  197. this.c_Label1.TabIndex = 7;
  198. this.c_Label1.Text = "模具编号";
  199. //
  200. // btnClearCondition
  201. //
  202. this.btnClearCondition.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  203. this.btnClearCondition.BackColor = System.Drawing.Color.Gray;
  204. this.btnClearCondition.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnClearCondition.BackgroundImage")));
  205. this.btnClearCondition.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  206. this.btnClearCondition.ForeColor = System.Drawing.Color.White;
  207. this.btnClearCondition.Location = new System.Drawing.Point(1017, 63);
  208. this.btnClearCondition.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  209. this.btnClearCondition.Name = "btnClearCondition";
  210. this.btnClearCondition.Size = new System.Drawing.Size(85, 30);
  211. this.btnClearCondition.TabIndex = 12;
  212. this.btnClearCondition.Text = "清空条件(&C)";
  213. this.btnClearCondition.UseVisualStyleBackColor = false;
  214. this.btnClearCondition.Click += new System.EventHandler(this.btnClearCondition_Click);
  215. //
  216. // txtDateEnd2
  217. //
  218. this.txtDateEnd2.CustomFormat = "yyyy-MM-dd";
  219. this.txtDateEnd2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  220. this.txtDateEnd2.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  221. this.txtDateEnd2.Location = new System.Drawing.Point(487, 44);
  222. this.txtDateEnd2.Name = "txtDateEnd2";
  223. this.txtDateEnd2.Size = new System.Drawing.Size(105, 21);
  224. this.txtDateEnd2.TabIndex = 9;
  225. //
  226. // btnSearch
  227. //
  228. this.btnSearch.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  229. this.btnSearch.BackColor = System.Drawing.Color.Gray;
  230. this.btnSearch.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSearch.BackgroundImage")));
  231. this.btnSearch.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  232. this.btnSearch.ForeColor = System.Drawing.Color.White;
  233. this.btnSearch.Location = new System.Drawing.Point(926, 63);
  234. this.btnSearch.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  235. this.btnSearch.Name = "btnSearch";
  236. this.btnSearch.Size = new System.Drawing.Size(85, 30);
  237. this.btnSearch.TabIndex = 11;
  238. this.btnSearch.Text = "查询(&Q)";
  239. this.btnSearch.UseVisualStyleBackColor = false;
  240. this.btnSearch.Click += new System.EventHandler(this.btnSearch_Click);
  241. //
  242. // c_Label3
  243. //
  244. this.c_Label3.AutoSize = true;
  245. this.c_Label3.BackColor = System.Drawing.Color.Transparent;
  246. this.c_Label3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  247. this.c_Label3.ForeColor = System.Drawing.SystemColors.ControlText;
  248. this.c_Label3.Location = new System.Drawing.Point(461, 48);
  249. this.c_Label3.Name = "c_Label3";
  250. this.c_Label3.Size = new System.Drawing.Size(17, 12);
  251. this.c_Label3.TabIndex = 3;
  252. this.c_Label3.Text = "至";
  253. //
  254. // txtDateEnd
  255. //
  256. this.txtDateEnd.CustomFormat = "yyyy-MM-dd";
  257. this.txtDateEnd.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  258. this.txtDateEnd.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  259. this.txtDateEnd.Location = new System.Drawing.Point(487, 18);
  260. this.txtDateEnd.Name = "txtDateEnd";
  261. this.txtDateEnd.Size = new System.Drawing.Size(105, 21);
  262. this.txtDateEnd.TabIndex = 4;
  263. //
  264. // txtDateStart2
  265. //
  266. this.txtDateStart2.CustomFormat = "yyyy-MM-dd";
  267. this.txtDateStart2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  268. this.txtDateStart2.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  269. this.txtDateStart2.Location = new System.Drawing.Point(353, 44);
  270. this.txtDateStart2.Name = "txtDateStart2";
  271. this.txtDateStart2.Size = new System.Drawing.Size(103, 21);
  272. this.txtDateStart2.TabIndex = 8;
  273. //
  274. // lblEndDate
  275. //
  276. this.lblEndDate.AutoSize = true;
  277. this.lblEndDate.BackColor = System.Drawing.Color.Transparent;
  278. this.lblEndDate.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  279. this.lblEndDate.ForeColor = System.Drawing.SystemColors.ControlText;
  280. this.lblEndDate.Location = new System.Drawing.Point(461, 22);
  281. this.lblEndDate.Name = "lblEndDate";
  282. this.lblEndDate.Size = new System.Drawing.Size(17, 12);
  283. this.lblEndDate.TabIndex = 3;
  284. this.lblEndDate.Text = "至";
  285. //
  286. // txtDateStart
  287. //
  288. this.txtDateStart.CustomFormat = "yyyy-MM-dd";
  289. this.txtDateStart.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  290. this.txtDateStart.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  291. this.txtDateStart.Location = new System.Drawing.Point(353, 18);
  292. this.txtDateStart.Name = "txtDateStart";
  293. this.txtDateStart.Size = new System.Drawing.Size(103, 21);
  294. this.txtDateStart.TabIndex = 3;
  295. //
  296. // dgvMouldRecord
  297. //
  298. this.dgvMouldRecord.AllowUserToAddRows = false;
  299. this.dgvMouldRecord.AllowUserToDeleteRows = false;
  300. this.dgvMouldRecord.AllowUserToModifyRows = true;
  301. this.dgvMouldRecord.AllowUserToOrderColumns = true;
  302. dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
  303. this.dgvMouldRecord.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
  304. this.dgvMouldRecord.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  305. | System.Windows.Forms.AnchorStyles.Left)
  306. | System.Windows.Forms.AnchorStyles.Right)));
  307. this.dgvMouldRecord.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  308. this.dgvMouldRecord.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
  309. this.dgvMouldRecord.CellHeight = 23;
  310. this.dgvMouldRecord.ChildNodeColumnName = null;
  311. this.dgvMouldRecord.ChildNodeColumnText = null;
  312. this.dgvMouldRecord.ColumnDeep = 1;
  313. this.dgvMouldRecord.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  314. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  315. dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70)))));
  316. dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  317. dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White;
  318. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  319. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  320. dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  321. this.dgvMouldRecord.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
  322. this.dgvMouldRecord.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  323. this.dgvMouldRecord.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  324. this.GroutingLineCode,
  325. this.GroutingMouldCode,
  326. this.MouldBarcode,
  327. this.goodscode,
  328. this.GroutingCount,
  329. this.GMouldRecordType,
  330. this.BeginDate,
  331. this.EndDate,
  332. this.ChangeGoodsCode,
  333. this.Remarks});
  334. this.dgvMouldRecord.ColumnTreeView = null;
  335. 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)));
  336. dataGridViewCellStyle6.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  337. dataGridViewCellStyle6.BackColor = System.Drawing.SystemColors.Window;
  338. dataGridViewCellStyle6.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  339. dataGridViewCellStyle6.ForeColor = System.Drawing.SystemColors.ControlText;
  340. dataGridViewCellStyle6.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  341. dataGridViewCellStyle6.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  342. dataGridViewCellStyle6.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  343. this.dgvMouldRecord.DefaultCellStyle = dataGridViewCellStyle6;
  344. this.dgvMouldRecord.DynamicColumnName = "";
  345. this.dgvMouldRecord.EnableHeadersVisualStyles = false;
  346. this.dgvMouldRecord.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  347. this.dgvMouldRecord.FormatQuantityColumns = null;
  348. this.dgvMouldRecord.HorizontalMergeColumn = null;
  349. this.dgvMouldRecord.IsAutoCountSum = true;
  350. this.dgvMouldRecord.IsAutoResizeColumns = false;
  351. this.dgvMouldRecord.IsClickF12 = false;
  352. this.dgvMouldRecord.IsOpenMergeCellFlag = false;
  353. this.dgvMouldRecord.IsSubTotalFlag = false;
  354. this.dgvMouldRecord.IsTopDeep = false;
  355. this.dgvMouldRecord.Location = new System.Drawing.Point(12, 127);
  356. this.dgvMouldRecord.MergeColumnNames = null;
  357. this.dgvMouldRecord.MergeDetailColumnNames = null;
  358. this.dgvMouldRecord.MergeDetailOnlyColumn = null;
  359. this.dgvMouldRecord.MergeOnlyColumn = null;
  360. this.dgvMouldRecord.Name = "dgvMouldRecord";
  361. this.dgvMouldRecord.ReadOnly = true;
  362. this.dgvMouldRecord.RefreshAtHscroll = false;
  363. this.dgvMouldRecord.RowHeadersWidth = 50;
  364. this.dgvMouldRecord.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  365. dataGridViewCellStyle7.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  366. this.dgvMouldRecord.RowsDefaultCellStyle = dataGridViewCellStyle7;
  367. this.dgvMouldRecord.RowTemplate.Height = 21;
  368. this.dgvMouldRecord.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  369. this.dgvMouldRecord.Size = new System.Drawing.Size(1143, 354);
  370. this.dgvMouldRecord.SortOrderColumnName = null;
  371. this.dgvMouldRecord.TabIndex = 13;
  372. this.dgvMouldRecord.Tag = true;
  373. this.dgvMouldRecord.TotalSumColumns = null;
  374. this.dgvMouldRecord.ViewRowFilter = "";
  375. this.dgvMouldRecord.VirtualMode = true;
  376. //
  377. // GroutingLineCode
  378. //
  379. this.GroutingLineCode.DataPropertyName = "GroutingLineCode";
  380. this.GroutingLineCode.HeaderText = "成型线编码";
  381. this.GroutingLineCode.Name = "GroutingLineCode";
  382. this.GroutingLineCode.ReadOnly = true;
  383. //
  384. // GroutingMouldCode
  385. //
  386. this.GroutingMouldCode.DataPropertyName = "GroutingMouldCode";
  387. this.GroutingMouldCode.HeaderText = "模具编号";
  388. this.GroutingMouldCode.Name = "GroutingMouldCode";
  389. this.GroutingMouldCode.ReadOnly = true;
  390. //
  391. // MouldBarcode
  392. //
  393. this.MouldBarcode.DataPropertyName = "MouldBarcode";
  394. this.MouldBarcode.HeaderText = "模具条码";
  395. this.MouldBarcode.Name = "MouldBarcode";
  396. this.MouldBarcode.ReadOnly = true;
  397. //
  398. // goodscode
  399. //
  400. this.goodscode.DataPropertyName = "goodscode";
  401. this.goodscode.HeaderText = "产品编码";
  402. this.goodscode.Name = "goodscode";
  403. this.goodscode.ReadOnly = true;
  404. //
  405. // GroutingCount
  406. //
  407. this.GroutingCount.DataPropertyName = "GroutingCount";
  408. dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
  409. this.GroutingCount.DefaultCellStyle = dataGridViewCellStyle3;
  410. this.GroutingCount.HeaderText = "注浆次数";
  411. this.GroutingCount.Name = "GroutingCount";
  412. this.GroutingCount.ReadOnly = true;
  413. //
  414. // GMouldRecordType
  415. //
  416. this.GMouldRecordType.DataPropertyName = "GMouldRecordType";
  417. this.GMouldRecordType.HeaderText = "履历类型";
  418. this.GMouldRecordType.Name = "GMouldRecordType";
  419. this.GMouldRecordType.ReadOnly = true;
  420. //
  421. // BeginDate
  422. //
  423. this.BeginDate.DataPropertyName = "BeginDate";
  424. dataGridViewCellStyle4.Format = "yyyy-MM-dd";
  425. this.BeginDate.DefaultCellStyle = dataGridViewCellStyle4;
  426. this.BeginDate.HeaderText = "开始日期";
  427. this.BeginDate.Name = "BeginDate";
  428. this.BeginDate.ReadOnly = true;
  429. //
  430. // EndDate
  431. //
  432. this.EndDate.DataPropertyName = "EndDate";
  433. dataGridViewCellStyle5.Format = "yyyy-MM-dd";
  434. this.EndDate.DefaultCellStyle = dataGridViewCellStyle5;
  435. this.EndDate.HeaderText = "结束日期";
  436. this.EndDate.Name = "EndDate";
  437. this.EndDate.ReadOnly = true;
  438. //
  439. // ChangeGoodsCode
  440. //
  441. this.ChangeGoodsCode.DataPropertyName = "ChangeGoodsCode";
  442. this.ChangeGoodsCode.HeaderText = "变更后产品编码";
  443. this.ChangeGoodsCode.Name = "ChangeGoodsCode";
  444. this.ChangeGoodsCode.ReadOnly = true;
  445. //
  446. // Remarks
  447. //
  448. this.Remarks.DataPropertyName = "Remarks";
  449. this.Remarks.HeaderText = "备注";
  450. this.Remarks.Name = "Remarks";
  451. this.Remarks.ReadOnly = true;
  452. this.Remarks.Width = 300;
  453. //
  454. // lblGroutingLine
  455. //
  456. this.lblGroutingLine.AutoSize = true;
  457. this.lblGroutingLine.BackColor = System.Drawing.Color.Transparent;
  458. this.lblGroutingLine.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  459. this.lblGroutingLine.ForeColor = System.Drawing.SystemColors.ControlText;
  460. this.lblGroutingLine.Location = new System.Drawing.Point(20, 22);
  461. this.lblGroutingLine.Name = "lblGroutingLine";
  462. this.lblGroutingLine.Size = new System.Drawing.Size(41, 12);
  463. this.lblGroutingLine.TabIndex = 43;
  464. this.lblGroutingLine.Text = "成型线";
  465. //
  466. // scbGroutingLine
  467. //
  468. this.scbGroutingLine.CheckedData = null;
  469. this.scbGroutingLine.DisplayMember = "GroutingLineCode";
  470. this.scbGroutingLine.Location = new System.Drawing.Point(67, 18);
  471. this.scbGroutingLine.Name = "scbGroutingLine";
  472. this.scbGroutingLine.Size = new System.Drawing.Size(196, 21);
  473. this.scbGroutingLine.TabIndex = 42;
  474. //
  475. // F_PC_0105_1
  476. //
  477. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  478. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  479. this.ClientSize = new System.Drawing.Size(1167, 506);
  480. this.Controls.Add(this.dgvMouldRecord);
  481. this.Controls.Add(this.gbxCondition);
  482. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
  483. this.IsSaveFormSize = false;
  484. this.Name = "F_PC_0105_1";
  485. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  486. this.Text = "F_PC_0105";
  487. this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
  488. this.Load += new System.EventHandler(this.F_PC_0105_Load);
  489. this.Controls.SetChildIndex(this.gbxCondition, 0);
  490. this.Controls.SetChildIndex(this.dgvMouldRecord, 0);
  491. this.gbxCondition.ResumeLayout(false);
  492. this.gbxCondition.PerformLayout();
  493. ((System.ComponentModel.ISupportInitialize)(this.dgvMouldRecord)).EndInit();
  494. this.ResumeLayout(false);
  495. this.PerformLayout();
  496. }
  497. #endregion
  498. private Basics.BaseControls.C_GroupBox gbxCondition;
  499. private Basics.BaseControls.C_Button btnClearCondition;
  500. private Basics.BaseControls.C_Button btnSearch;
  501. private Basics.BaseControls.C_DateTimePicker txtDateEnd;
  502. private Basics.BaseControls.C_Label lblEndDate;
  503. private Basics.BaseControls.C_DateTimePicker txtDateStart;
  504. private Basics.BaseControls.C_DataGridView dgvMouldRecord;
  505. private Basics.BaseControls.C_Label c_Label1;
  506. private Basics.BaseControls.C_TextBox txtGroutingMouldCode;
  507. private Basics.BaseControls.C_Label c_Label2;
  508. private Basics.BaseControls.C_ComboBox cmbGMouldRecordType;
  509. private Basics.BaseControls.C_Label lblRemarks;
  510. private Basics.BaseControls.C_TextBox txtRemarks;
  511. private Basics.BaseControls.C_CheckBox chkStart;
  512. private Basics.BaseControls.C_CheckBox chkEnd;
  513. private Basics.BaseControls.C_DateTimePicker txtDateEnd2;
  514. private Basics.BaseControls.C_Label c_Label3;
  515. private Basics.BaseControls.C_DateTimePicker txtDateStart2;
  516. private System.Windows.Forms.DataGridViewTextBoxColumn GroutingLineCode;
  517. private System.Windows.Forms.DataGridViewTextBoxColumn GroutingMouldCode;
  518. private System.Windows.Forms.DataGridViewTextBoxColumn MouldBarcode;
  519. private System.Windows.Forms.DataGridViewTextBoxColumn goodscode;
  520. private System.Windows.Forms.DataGridViewTextBoxColumn GroutingCount;
  521. private System.Windows.Forms.DataGridViewTextBoxColumn GMouldRecordType;
  522. private System.Windows.Forms.DataGridViewTextBoxColumn BeginDate;
  523. private System.Windows.Forms.DataGridViewTextBoxColumn EndDate;
  524. private System.Windows.Forms.DataGridViewTextBoxColumn ChangeGoodsCode;
  525. private System.Windows.Forms.DataGridViewTextBoxColumn Remarks;
  526. private Basics.BaseControls.C_Label lblGroutingLine;
  527. private Controls.SearchBox.ScbGroutingLine scbGroutingLine;
  528. }
  529. }