F_PM_1901.Designer.cs 26 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468
  1. namespace Dongke.IBOSS.PRD.Client.PMModule
  2. {
  3. partial class F_PM_1901
  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_PM_1901));
  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. this.tsrOperate = new Dongke.IBOSS.PRD.Basics.BaseControls.C_ToolStrip();
  34. this.tsbtnAdaptive = new System.Windows.Forms.ToolStripButton();
  35. this.tsbtnClose = new System.Windows.Forms.ToolStripButton();
  36. this.c_GroupBox1 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_GroupBox();
  37. this.txtUserCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  38. this.lblUserCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  39. this.txtGoodsCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  40. this.lblGoodsCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  41. this.btnClearCondition = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  42. this.btnSearch = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  43. this.c_Label1 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  44. this.txtGroutingDateEnd = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DateTimePicker();
  45. this.txtGroutingDateStart = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DateTimePicker();
  46. this.lblGroutingDate = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  47. this.txtGroutingLineCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  48. this.lblGroutingLineCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  49. this.dgvGroutingDaily = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
  50. this.UserCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  51. this.GroutinglineCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  52. this.GoodsCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  53. this.GoodsName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  54. this.GroutingCount = new System.Windows.Forms.DataGridViewTextBoxColumn();
  55. this.lblGoodsType = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  56. this.scbGoodsType = new Dongke.IBOSS.PRD.Client.Controls.SearchBox.ScbGoodsType();
  57. this.tsrOperate.SuspendLayout();
  58. this.c_GroupBox1.SuspendLayout();
  59. ((System.ComponentModel.ISupportInitialize)(this.dgvGroutingDaily)).BeginInit();
  60. this.SuspendLayout();
  61. //
  62. // tsrOperate
  63. //
  64. this.tsrOperate.AutoSize = false;
  65. this.tsrOperate.BackColor = System.Drawing.SystemColors.Control;
  66. this.tsrOperate.BackgroundImage = global::Dongke.IBOSS.PRD.Client.PMModule.Properties.Resources.functionbackground;
  67. this.tsrOperate.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  68. this.tsrOperate.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  69. this.tsbtnAdaptive,
  70. this.tsbtnClose});
  71. this.tsrOperate.Location = new System.Drawing.Point(0, 0);
  72. this.tsrOperate.Name = "tsrOperate";
  73. this.tsrOperate.RenderMode = System.Windows.Forms.ToolStripRenderMode.System;
  74. this.tsrOperate.ShowItemToolTips = false;
  75. this.tsrOperate.Size = new System.Drawing.Size(971, 35);
  76. this.tsrOperate.TabIndex = 1;
  77. //
  78. // tsbtnAdaptive
  79. //
  80. this.tsbtnAdaptive.AutoSize = false;
  81. this.tsbtnAdaptive.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  82. this.tsbtnAdaptive.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  83. this.tsbtnAdaptive.ImageTransparentColor = System.Drawing.Color.Magenta;
  84. this.tsbtnAdaptive.Name = "tsbtnAdaptive";
  85. this.tsbtnAdaptive.Size = new System.Drawing.Size(90, 25);
  86. this.tsbtnAdaptive.Text = "自适应列宽(&A)";
  87. this.tsbtnAdaptive.Click += new System.EventHandler(this.tsbtnAdaptive_Click);
  88. //
  89. // tsbtnClose
  90. //
  91. this.tsbtnClose.AutoSize = false;
  92. this.tsbtnClose.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  93. this.tsbtnClose.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  94. this.tsbtnClose.ImageTransparentColor = System.Drawing.Color.Magenta;
  95. this.tsbtnClose.Name = "tsbtnClose";
  96. this.tsbtnClose.Size = new System.Drawing.Size(60, 25);
  97. this.tsbtnClose.Text = "关闭(&X)";
  98. this.tsbtnClose.Click += new System.EventHandler(this.tsbtnClose_Click);
  99. //
  100. // c_GroupBox1
  101. //
  102. this.c_GroupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  103. | System.Windows.Forms.AnchorStyles.Right)));
  104. this.c_GroupBox1.BackColor = System.Drawing.Color.Transparent;
  105. this.c_GroupBox1.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("c_GroupBox1.BackgroundImage")));
  106. this.c_GroupBox1.Controls.Add(this.lblGoodsType);
  107. this.c_GroupBox1.Controls.Add(this.scbGoodsType);
  108. this.c_GroupBox1.Controls.Add(this.txtUserCode);
  109. this.c_GroupBox1.Controls.Add(this.lblUserCode);
  110. this.c_GroupBox1.Controls.Add(this.txtGoodsCode);
  111. this.c_GroupBox1.Controls.Add(this.lblGoodsCode);
  112. this.c_GroupBox1.Controls.Add(this.btnClearCondition);
  113. this.c_GroupBox1.Controls.Add(this.btnSearch);
  114. this.c_GroupBox1.Controls.Add(this.c_Label1);
  115. this.c_GroupBox1.Controls.Add(this.txtGroutingDateEnd);
  116. this.c_GroupBox1.Controls.Add(this.txtGroutingDateStart);
  117. this.c_GroupBox1.Controls.Add(this.lblGroutingDate);
  118. this.c_GroupBox1.Controls.Add(this.txtGroutingLineCode);
  119. this.c_GroupBox1.Controls.Add(this.lblGroutingLineCode);
  120. this.c_GroupBox1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  121. this.c_GroupBox1.ForeColor = System.Drawing.SystemColors.ControlText;
  122. this.c_GroupBox1.IsMustInput = false;
  123. this.c_GroupBox1.Location = new System.Drawing.Point(12, 38);
  124. this.c_GroupBox1.Name = "c_GroupBox1";
  125. this.c_GroupBox1.OriginalHeight = -1;
  126. this.c_GroupBox1.Size = new System.Drawing.Size(947, 82);
  127. this.c_GroupBox1.TabIndex = 2;
  128. this.c_GroupBox1.TabStop = false;
  129. this.c_GroupBox1.Text = "查询条件 ▼";
  130. //
  131. // txtUserCode
  132. //
  133. this.txtUserCode.BackColor = System.Drawing.SystemColors.Window;
  134. this.txtUserCode.BackgroundColor = System.Drawing.SystemColors.Window;
  135. this.txtUserCode.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
  136. this.txtUserCode.ErrorMessage = "";
  137. this.txtUserCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  138. this.txtUserCode.Location = new System.Drawing.Point(77, 46);
  139. this.txtUserCode.MaxLength = 70;
  140. this.txtUserCode.Name = "txtUserCode";
  141. this.txtUserCode.Size = new System.Drawing.Size(121, 21);
  142. this.txtUserCode.TabIndex = 5;
  143. //
  144. // lblUserCode
  145. //
  146. this.lblUserCode.AutoSize = true;
  147. this.lblUserCode.BackColor = System.Drawing.Color.Transparent;
  148. this.lblUserCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  149. this.lblUserCode.ForeColor = System.Drawing.SystemColors.ControlText;
  150. this.lblUserCode.Location = new System.Drawing.Point(18, 49);
  151. this.lblUserCode.Name = "lblUserCode";
  152. this.lblUserCode.Size = new System.Drawing.Size(53, 12);
  153. this.lblUserCode.TabIndex = 22;
  154. this.lblUserCode.Text = "成型工号";
  155. //
  156. // txtGoodsCode
  157. //
  158. this.txtGoodsCode.BackColor = System.Drawing.SystemColors.Window;
  159. this.txtGoodsCode.BackgroundColor = System.Drawing.SystemColors.Window;
  160. this.txtGoodsCode.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
  161. this.txtGoodsCode.ErrorMessage = "";
  162. this.txtGoodsCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  163. this.txtGoodsCode.Location = new System.Drawing.Point(599, 19);
  164. this.txtGoodsCode.MaxLength = 70;
  165. this.txtGoodsCode.Name = "txtGoodsCode";
  166. this.txtGoodsCode.Size = new System.Drawing.Size(121, 21);
  167. this.txtGoodsCode.TabIndex = 4;
  168. //
  169. // lblGoodsCode
  170. //
  171. this.lblGoodsCode.AutoSize = true;
  172. this.lblGoodsCode.BackColor = System.Drawing.Color.Transparent;
  173. this.lblGoodsCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  174. this.lblGoodsCode.ForeColor = System.Drawing.SystemColors.ControlText;
  175. this.lblGoodsCode.Location = new System.Drawing.Point(540, 22);
  176. this.lblGoodsCode.Name = "lblGoodsCode";
  177. this.lblGoodsCode.Size = new System.Drawing.Size(53, 12);
  178. this.lblGoodsCode.TabIndex = 20;
  179. this.lblGoodsCode.Text = "产品编码";
  180. //
  181. // btnClearCondition
  182. //
  183. this.btnClearCondition.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  184. this.btnClearCondition.BackColor = System.Drawing.Color.Gray;
  185. this.btnClearCondition.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnClearCondition.BackgroundImage")));
  186. this.btnClearCondition.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  187. this.btnClearCondition.ForeColor = System.Drawing.Color.White;
  188. this.btnClearCondition.Location = new System.Drawing.Point(856, 46);
  189. this.btnClearCondition.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  190. this.btnClearCondition.Name = "btnClearCondition";
  191. this.btnClearCondition.Size = new System.Drawing.Size(85, 30);
  192. this.btnClearCondition.TabIndex = 8;
  193. this.btnClearCondition.Text = "清空条件(&C)";
  194. this.btnClearCondition.UseVisualStyleBackColor = false;
  195. this.btnClearCondition.Click += new System.EventHandler(this.btnClearCondition_Click);
  196. //
  197. // btnSearch
  198. //
  199. this.btnSearch.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  200. this.btnSearch.BackColor = System.Drawing.Color.Gray;
  201. this.btnSearch.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSearch.BackgroundImage")));
  202. this.btnSearch.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  203. this.btnSearch.ForeColor = System.Drawing.Color.White;
  204. this.btnSearch.Location = new System.Drawing.Point(765, 46);
  205. this.btnSearch.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  206. this.btnSearch.Name = "btnSearch";
  207. this.btnSearch.Size = new System.Drawing.Size(85, 30);
  208. this.btnSearch.TabIndex = 7;
  209. this.btnSearch.Text = "查询(&Q)";
  210. this.btnSearch.UseVisualStyleBackColor = false;
  211. this.btnSearch.Click += new System.EventHandler(this.btnSearch_Click);
  212. //
  213. // c_Label1
  214. //
  215. this.c_Label1.AutoSize = true;
  216. this.c_Label1.BackColor = System.Drawing.Color.Transparent;
  217. this.c_Label1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  218. this.c_Label1.ForeColor = System.Drawing.SystemColors.ControlText;
  219. this.c_Label1.Location = new System.Drawing.Point(390, 22);
  220. this.c_Label1.Name = "c_Label1";
  221. this.c_Label1.Size = new System.Drawing.Size(17, 12);
  222. this.c_Label1.TabIndex = 7;
  223. this.c_Label1.Text = "至";
  224. //
  225. // txtGroutingDateEnd
  226. //
  227. this.txtGroutingDateEnd.CustomFormat = "yyyy-MM-dd";
  228. this.txtGroutingDateEnd.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  229. this.txtGroutingDateEnd.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  230. this.txtGroutingDateEnd.Location = new System.Drawing.Point(413, 19);
  231. this.txtGroutingDateEnd.Name = "txtGroutingDateEnd";
  232. this.txtGroutingDateEnd.Size = new System.Drawing.Size(121, 21);
  233. this.txtGroutingDateEnd.TabIndex = 3;
  234. //
  235. // txtGroutingDateStart
  236. //
  237. this.txtGroutingDateStart.CustomFormat = "yyyy-MM-dd";
  238. this.txtGroutingDateStart.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  239. this.txtGroutingDateStart.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  240. this.txtGroutingDateStart.Location = new System.Drawing.Point(263, 19);
  241. this.txtGroutingDateStart.Name = "txtGroutingDateStart";
  242. this.txtGroutingDateStart.Size = new System.Drawing.Size(121, 21);
  243. this.txtGroutingDateStart.TabIndex = 2;
  244. //
  245. // lblGroutingDate
  246. //
  247. this.lblGroutingDate.AutoSize = true;
  248. this.lblGroutingDate.BackColor = System.Drawing.Color.Transparent;
  249. this.lblGroutingDate.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  250. this.lblGroutingDate.ForeColor = System.Drawing.SystemColors.ControlText;
  251. this.lblGroutingDate.Location = new System.Drawing.Point(204, 22);
  252. this.lblGroutingDate.Name = "lblGroutingDate";
  253. this.lblGroutingDate.Size = new System.Drawing.Size(53, 12);
  254. this.lblGroutingDate.TabIndex = 5;
  255. this.lblGroutingDate.Text = "注浆日期";
  256. //
  257. // txtGroutingLineCode
  258. //
  259. this.txtGroutingLineCode.BackColor = System.Drawing.SystemColors.Window;
  260. this.txtGroutingLineCode.BackgroundColor = System.Drawing.SystemColors.Window;
  261. this.txtGroutingLineCode.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
  262. this.txtGroutingLineCode.ErrorMessage = "";
  263. this.txtGroutingLineCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  264. this.txtGroutingLineCode.ImeMode = System.Windows.Forms.ImeMode.Off;
  265. this.txtGroutingLineCode.Location = new System.Drawing.Point(77, 19);
  266. this.txtGroutingLineCode.MaxLength = 70;
  267. this.txtGroutingLineCode.Name = "txtGroutingLineCode";
  268. this.txtGroutingLineCode.Size = new System.Drawing.Size(121, 21);
  269. this.txtGroutingLineCode.TabIndex = 1;
  270. //
  271. // lblGroutingLineCode
  272. //
  273. this.lblGroutingLineCode.AutoSize = true;
  274. this.lblGroutingLineCode.BackColor = System.Drawing.Color.Transparent;
  275. this.lblGroutingLineCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  276. this.lblGroutingLineCode.ForeColor = System.Drawing.SystemColors.ControlText;
  277. this.lblGroutingLineCode.Location = new System.Drawing.Point(6, 22);
  278. this.lblGroutingLineCode.Name = "lblGroutingLineCode";
  279. this.lblGroutingLineCode.Size = new System.Drawing.Size(65, 12);
  280. this.lblGroutingLineCode.TabIndex = 0;
  281. this.lblGroutingLineCode.Text = "成型线编码";
  282. //
  283. // dgvGroutingDaily
  284. //
  285. this.dgvGroutingDaily.AllowUserToAddRows = false;
  286. this.dgvGroutingDaily.AllowUserToDeleteRows = false;
  287. this.dgvGroutingDaily.AllowUserToModifyRows = true;
  288. this.dgvGroutingDaily.AllowUserToOrderColumns = true;
  289. dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
  290. this.dgvGroutingDaily.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
  291. this.dgvGroutingDaily.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  292. | System.Windows.Forms.AnchorStyles.Left)
  293. | System.Windows.Forms.AnchorStyles.Right)));
  294. this.dgvGroutingDaily.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  295. this.dgvGroutingDaily.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
  296. this.dgvGroutingDaily.CellHeight = 23;
  297. this.dgvGroutingDaily.ChildNodeColumnName = null;
  298. this.dgvGroutingDaily.ChildNodeColumnText = null;
  299. this.dgvGroutingDaily.ColumnDeep = 1;
  300. this.dgvGroutingDaily.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  301. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  302. dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70)))));
  303. dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  304. dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White;
  305. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  306. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  307. dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  308. this.dgvGroutingDaily.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
  309. this.dgvGroutingDaily.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  310. this.dgvGroutingDaily.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  311. this.UserCode,
  312. this.GroutinglineCode,
  313. this.GoodsCode,
  314. this.GoodsName,
  315. this.GroutingCount});
  316. this.dgvGroutingDaily.ColumnTreeView = null;
  317. this.dgvGroutingDaily.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)));
  318. dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  319. dataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Window;
  320. dataGridViewCellStyle3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  321. dataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.ControlText;
  322. dataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  323. dataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  324. dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  325. this.dgvGroutingDaily.DefaultCellStyle = dataGridViewCellStyle3;
  326. this.dgvGroutingDaily.DynamicColumnName = "";
  327. this.dgvGroutingDaily.EnableHeadersVisualStyles = false;
  328. this.dgvGroutingDaily.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  329. this.dgvGroutingDaily.FormatQuantityColumns = null;
  330. this.dgvGroutingDaily.HorizontalMergeColumn = null;
  331. this.dgvGroutingDaily.IsAutoCountSum = true;
  332. this.dgvGroutingDaily.IsAutoResizeColumns = false;
  333. this.dgvGroutingDaily.IsClickF12 = false;
  334. this.dgvGroutingDaily.IsOpenMergeCellFlag = false;
  335. this.dgvGroutingDaily.IsSubTotalFlag = false;
  336. this.dgvGroutingDaily.IsTopDeep = false;
  337. this.dgvGroutingDaily.Location = new System.Drawing.Point(12, 126);
  338. this.dgvGroutingDaily.MergeColumnNames = null;
  339. this.dgvGroutingDaily.MergeDetailColumnNames = null;
  340. this.dgvGroutingDaily.MergeDetailOnlyColumn = null;
  341. this.dgvGroutingDaily.MergeOnlyColumn = null;
  342. this.dgvGroutingDaily.MultiSelect = false;
  343. this.dgvGroutingDaily.Name = "dgvGroutingDaily";
  344. this.dgvGroutingDaily.ReadOnly = true;
  345. this.dgvGroutingDaily.RefreshAtHscroll = false;
  346. this.dgvGroutingDaily.RowHeadersWidth = 50;
  347. this.dgvGroutingDaily.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  348. dataGridViewCellStyle4.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  349. this.dgvGroutingDaily.RowsDefaultCellStyle = dataGridViewCellStyle4;
  350. this.dgvGroutingDaily.RowTemplate.Height = 21;
  351. this.dgvGroutingDaily.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  352. this.dgvGroutingDaily.Size = new System.Drawing.Size(947, 424);
  353. this.dgvGroutingDaily.SortOrderColumnName = null;
  354. this.dgvGroutingDaily.TabIndex = 21;
  355. this.dgvGroutingDaily.Tag = true;
  356. this.dgvGroutingDaily.TotalSumColumns = null;
  357. this.dgvGroutingDaily.ViewRowFilter = "";
  358. this.dgvGroutingDaily.VirtualMode = true;
  359. //
  360. // UserCode
  361. //
  362. this.UserCode.DataPropertyName = "UserCode";
  363. this.UserCode.HeaderText = "注浆工号";
  364. this.UserCode.Name = "UserCode";
  365. this.UserCode.ReadOnly = true;
  366. //
  367. // GroutinglineCode
  368. //
  369. this.GroutinglineCode.DataPropertyName = "GroutinglineCode";
  370. this.GroutinglineCode.HeaderText = "成型线编码";
  371. this.GroutinglineCode.Name = "GroutinglineCode";
  372. this.GroutinglineCode.ReadOnly = true;
  373. //
  374. // GoodsCode
  375. //
  376. this.GoodsCode.DataPropertyName = "GoodsCode";
  377. this.GoodsCode.HeaderText = "产品编码";
  378. this.GoodsCode.Name = "GoodsCode";
  379. this.GoodsCode.ReadOnly = true;
  380. //
  381. // GoodsName
  382. //
  383. this.GoodsName.DataPropertyName = "GoodsName";
  384. this.GoodsName.HeaderText = "产品名称";
  385. this.GoodsName.Name = "GoodsName";
  386. this.GoodsName.ReadOnly = true;
  387. //
  388. // GroutingCount
  389. //
  390. this.GroutingCount.DataPropertyName = "GroutingCount";
  391. this.GroutingCount.HeaderText = "注浆次数";
  392. this.GroutingCount.Name = "GroutingCount";
  393. this.GroutingCount.ReadOnly = true;
  394. //
  395. // lblGoodsType
  396. //
  397. this.lblGoodsType.AutoSize = true;
  398. this.lblGoodsType.BackColor = System.Drawing.SystemColors.Control;
  399. this.lblGoodsType.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  400. this.lblGoodsType.ForeColor = System.Drawing.SystemColors.ControlText;
  401. this.lblGoodsType.Location = new System.Drawing.Point(205, 49);
  402. this.lblGoodsType.Name = "lblGoodsType";
  403. this.lblGoodsType.Size = new System.Drawing.Size(53, 12);
  404. this.lblGoodsType.TabIndex = 24;
  405. this.lblGoodsType.Text = "产品类别";
  406. //
  407. // scbGoodsType
  408. //
  409. this.scbGoodsType.CheckedData = null;
  410. this.scbGoodsType.IsOnlyDisplayEnd = false;
  411. this.scbGoodsType.Location = new System.Drawing.Point(264, 46);
  412. this.scbGoodsType.MultiSelect = false;
  413. this.scbGoodsType.Name = "scbGoodsType";
  414. this.scbGoodsType.Size = new System.Drawing.Size(120, 21);
  415. this.scbGoodsType.TabIndex = 23;
  416. //
  417. // F_PM_1901
  418. //
  419. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  420. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  421. this.ClientSize = new System.Drawing.Size(971, 562);
  422. this.Controls.Add(this.dgvGroutingDaily);
  423. this.Controls.Add(this.c_GroupBox1);
  424. this.Controls.Add(this.tsrOperate);
  425. this.Name = "F_PM_1901";
  426. this.Text = "F_PM_1901";
  427. this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.F_PM_1901_FormClosed);
  428. this.Load += new System.EventHandler(this.F_PM_1901_Load);
  429. this.tsrOperate.ResumeLayout(false);
  430. this.tsrOperate.PerformLayout();
  431. this.c_GroupBox1.ResumeLayout(false);
  432. this.c_GroupBox1.PerformLayout();
  433. ((System.ComponentModel.ISupportInitialize)(this.dgvGroutingDaily)).EndInit();
  434. this.ResumeLayout(false);
  435. }
  436. #endregion
  437. private Basics.BaseControls.C_ToolStrip tsrOperate;
  438. private System.Windows.Forms.ToolStripButton tsbtnAdaptive;
  439. private System.Windows.Forms.ToolStripButton tsbtnClose;
  440. private Basics.BaseControls.C_GroupBox c_GroupBox1;
  441. private Basics.BaseControls.C_Button btnClearCondition;
  442. private Basics.BaseControls.C_Button btnSearch;
  443. private Basics.BaseControls.C_Label c_Label1;
  444. private Basics.BaseControls.C_DateTimePicker txtGroutingDateEnd;
  445. private Basics.BaseControls.C_DateTimePicker txtGroutingDateStart;
  446. private Basics.BaseControls.C_Label lblGroutingDate;
  447. private Basics.BaseControls.C_TextBox txtGroutingLineCode;
  448. private Basics.BaseControls.C_Label lblGroutingLineCode;
  449. private Basics.BaseControls.C_DataGridView dgvGroutingDaily;
  450. private System.Windows.Forms.DataGridViewTextBoxColumn UserCode;
  451. private System.Windows.Forms.DataGridViewTextBoxColumn GroutinglineCode;
  452. private System.Windows.Forms.DataGridViewTextBoxColumn GoodsCode;
  453. private System.Windows.Forms.DataGridViewTextBoxColumn GoodsName;
  454. private System.Windows.Forms.DataGridViewTextBoxColumn GroutingCount;
  455. private Basics.BaseControls.C_TextBox txtUserCode;
  456. private Basics.BaseControls.C_Label lblUserCode;
  457. private Basics.BaseControls.C_TextBox txtGoodsCode;
  458. private Basics.BaseControls.C_Label lblGoodsCode;
  459. private Basics.BaseControls.C_Label lblGoodsType;
  460. private Controls.SearchBox.ScbGoodsType scbGoodsType;
  461. }
  462. }