F_RPT_030111.Designer.cs 30 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515
  1. namespace Dongke.IBOSS.PRD.Client.ReportModule
  2. {
  3. partial class F_RPT_030111
  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_RPT_030111));
  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 dataGridViewCellStyle9 = new System.Windows.Forms.DataGridViewCellStyle();
  32. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle10 = 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. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
  37. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle();
  38. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle8 = new System.Windows.Forms.DataGridViewCellStyle();
  39. this.gbSelect = new Dongke.IBOSS.PRD.Basics.BaseControls.C_GroupBox();
  40. this.lblGoodsType = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  41. this.scbGoodsType = new Dongke.IBOSS.PRD.Client.Controls.SearchBox.ScbGoodsType();
  42. this.cboPT = new Dongke.IBOSS.PRD.Basics.BaseControls.C_ComboBox();
  43. this.txtGoodsCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  44. this.btnClearCondition = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  45. this.btnSearch = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  46. this.txtTimeEnd = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DateTimePicker();
  47. this.c_Label2 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  48. this.txtTimeStart = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DateTimePicker();
  49. this.c_Label1 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  50. this.c_Label3 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  51. this.lblGoodsCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  52. this.tsrOperate = new Dongke.IBOSS.PRD.Basics.BaseControls.C_ToolStrip();
  53. this.tsbtnAdaptive = new System.Windows.Forms.ToolStripButton();
  54. this.tsbtnClose = new System.Windows.Forms.ToolStripButton();
  55. this.dgvPT = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
  56. this.GOODSCODE = new System.Windows.Forms.DataGridViewTextBoxColumn();
  57. this.GOODSMODEL = new System.Windows.Forms.DataGridViewTextBoxColumn();
  58. this.TECDEPNAME = new System.Windows.Forms.DataGridViewTextBoxColumn();
  59. this.colA = new System.Windows.Forms.DataGridViewTextBoxColumn();
  60. this.colB = new System.Windows.Forms.DataGridViewTextBoxColumn();
  61. this.colC = new System.Windows.Forms.DataGridViewTextBoxColumn();
  62. this.colD = new System.Windows.Forms.DataGridViewTextBoxColumn();
  63. this.colE = new System.Windows.Forms.DataGridViewTextBoxColumn();
  64. this.colF = new System.Windows.Forms.DataGridViewTextBoxColumn();
  65. this.GOODSID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  66. this.OUTTDID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  67. this.gbSelect.SuspendLayout();
  68. this.tsrOperate.SuspendLayout();
  69. ((System.ComponentModel.ISupportInitialize)(this.dgvPT)).BeginInit();
  70. this.SuspendLayout();
  71. //
  72. // gbSelect
  73. //
  74. this.gbSelect.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  75. | System.Windows.Forms.AnchorStyles.Right)));
  76. this.gbSelect.BackColor = System.Drawing.Color.Transparent;
  77. this.gbSelect.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("gbSelect.BackgroundImage")));
  78. this.gbSelect.Controls.Add(this.lblGoodsType);
  79. this.gbSelect.Controls.Add(this.scbGoodsType);
  80. this.gbSelect.Controls.Add(this.cboPT);
  81. this.gbSelect.Controls.Add(this.txtGoodsCode);
  82. this.gbSelect.Controls.Add(this.btnClearCondition);
  83. this.gbSelect.Controls.Add(this.btnSearch);
  84. this.gbSelect.Controls.Add(this.txtTimeEnd);
  85. this.gbSelect.Controls.Add(this.c_Label2);
  86. this.gbSelect.Controls.Add(this.txtTimeStart);
  87. this.gbSelect.Controls.Add(this.c_Label1);
  88. this.gbSelect.Controls.Add(this.c_Label3);
  89. this.gbSelect.Controls.Add(this.lblGoodsCode);
  90. this.gbSelect.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  91. this.gbSelect.ForeColor = System.Drawing.SystemColors.ControlText;
  92. this.gbSelect.IsMustInput = false;
  93. this.gbSelect.Location = new System.Drawing.Point(0, 38);
  94. this.gbSelect.Name = "gbSelect";
  95. this.gbSelect.OriginalHeight = -1;
  96. this.gbSelect.Size = new System.Drawing.Size(1119, 73);
  97. this.gbSelect.TabIndex = 1;
  98. this.gbSelect.TabStop = false;
  99. this.gbSelect.Text = "查询条件 ▼";
  100. //
  101. // lblGoodsType
  102. //
  103. this.lblGoodsType.AutoSize = true;
  104. this.lblGoodsType.BackColor = System.Drawing.SystemColors.Control;
  105. this.lblGoodsType.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  106. this.lblGoodsType.ForeColor = System.Drawing.SystemColors.ControlText;
  107. this.lblGoodsType.Location = new System.Drawing.Point(197, 24);
  108. this.lblGoodsType.Name = "lblGoodsType";
  109. this.lblGoodsType.Size = new System.Drawing.Size(53, 12);
  110. this.lblGoodsType.TabIndex = 23;
  111. this.lblGoodsType.Text = "产品类别";
  112. //
  113. // scbGoodsType
  114. //
  115. this.scbGoodsType.CheckedData = null;
  116. this.scbGoodsType.IsOnlyDisplayEnd = false;
  117. this.scbGoodsType.Location = new System.Drawing.Point(256, 20);
  118. this.scbGoodsType.Name = "scbGoodsType";
  119. this.scbGoodsType.Size = new System.Drawing.Size(120, 21);
  120. this.scbGoodsType.TabIndex = 22;
  121. //
  122. // cboPT
  123. //
  124. this.cboPT.BackColor = System.Drawing.SystemColors.Window;
  125. this.cboPT.BackgroundColor = System.Drawing.SystemColors.Window;
  126. this.cboPT.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  127. this.cboPT.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  128. this.cboPT.FormattingEnabled = true;
  129. this.cboPT.Location = new System.Drawing.Point(71, 20);
  130. this.cboPT.Name = "cboPT";
  131. this.cboPT.Size = new System.Drawing.Size(120, 20);
  132. this.cboPT.TabIndex = 1;
  133. //
  134. // txtGoodsCode
  135. //
  136. this.txtGoodsCode.BackColor = System.Drawing.SystemColors.Window;
  137. this.txtGoodsCode.BackgroundColor = System.Drawing.SystemColors.Window;
  138. this.txtGoodsCode.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
  139. this.txtGoodsCode.ErrorMessage = "";
  140. this.txtGoodsCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  141. this.txtGoodsCode.ImeMode = System.Windows.Forms.ImeMode.Off;
  142. this.txtGoodsCode.Location = new System.Drawing.Point(442, 20);
  143. this.txtGoodsCode.MaxLength = 50;
  144. this.txtGoodsCode.Name = "txtGoodsCode";
  145. this.txtGoodsCode.Size = new System.Drawing.Size(120, 21);
  146. this.txtGoodsCode.TabIndex = 4;
  147. //
  148. // btnClearCondition
  149. //
  150. this.btnClearCondition.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  151. this.btnClearCondition.BackColor = System.Drawing.Color.Gray;
  152. this.btnClearCondition.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnClearCondition.BackgroundImage")));
  153. this.btnClearCondition.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  154. this.btnClearCondition.ForeColor = System.Drawing.Color.White;
  155. this.btnClearCondition.Location = new System.Drawing.Point(1028, 37);
  156. this.btnClearCondition.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  157. this.btnClearCondition.Name = "btnClearCondition";
  158. this.btnClearCondition.Size = new System.Drawing.Size(85, 30);
  159. this.btnClearCondition.TabIndex = 10;
  160. this.btnClearCondition.Text = "清空条件(&C)";
  161. this.btnClearCondition.UseVisualStyleBackColor = false;
  162. this.btnClearCondition.Click += new System.EventHandler(this.btnClearCondition_Click);
  163. //
  164. // btnSearch
  165. //
  166. this.btnSearch.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  167. this.btnSearch.BackColor = System.Drawing.Color.Gray;
  168. this.btnSearch.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSearch.BackgroundImage")));
  169. this.btnSearch.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  170. this.btnSearch.ForeColor = System.Drawing.Color.White;
  171. this.btnSearch.Location = new System.Drawing.Point(937, 37);
  172. this.btnSearch.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  173. this.btnSearch.Name = "btnSearch";
  174. this.btnSearch.Size = new System.Drawing.Size(85, 30);
  175. this.btnSearch.TabIndex = 9;
  176. this.btnSearch.Text = "查询(&Q)";
  177. this.btnSearch.UseVisualStyleBackColor = false;
  178. this.btnSearch.Click += new System.EventHandler(this.btnSearch_Click);
  179. //
  180. // txtTimeEnd
  181. //
  182. this.txtTimeEnd.CustomFormat = "yyyy-MM-dd";
  183. this.txtTimeEnd.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  184. this.txtTimeEnd.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  185. this.txtTimeEnd.Location = new System.Drawing.Point(256, 46);
  186. this.txtTimeEnd.Name = "txtTimeEnd";
  187. this.txtTimeEnd.Size = new System.Drawing.Size(120, 21);
  188. this.txtTimeEnd.TabIndex = 8;
  189. //
  190. // c_Label2
  191. //
  192. this.c_Label2.AutoSize = true;
  193. this.c_Label2.BackColor = System.Drawing.Color.Transparent;
  194. this.c_Label2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  195. this.c_Label2.ForeColor = System.Drawing.SystemColors.ControlText;
  196. this.c_Label2.Location = new System.Drawing.Point(197, 50);
  197. this.c_Label2.Name = "c_Label2";
  198. this.c_Label2.Size = new System.Drawing.Size(53, 12);
  199. this.c_Label2.TabIndex = 7;
  200. this.c_Label2.Text = "结束日期";
  201. //
  202. // txtTimeStart
  203. //
  204. this.txtTimeStart.CustomFormat = "yyyy-MM-dd";
  205. this.txtTimeStart.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  206. this.txtTimeStart.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  207. this.txtTimeStart.Location = new System.Drawing.Point(71, 46);
  208. this.txtTimeStart.Name = "txtTimeStart";
  209. this.txtTimeStart.Size = new System.Drawing.Size(120, 21);
  210. this.txtTimeStart.TabIndex = 6;
  211. //
  212. // c_Label1
  213. //
  214. this.c_Label1.AutoSize = true;
  215. this.c_Label1.BackColor = System.Drawing.Color.Transparent;
  216. this.c_Label1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  217. this.c_Label1.ForeColor = System.Drawing.SystemColors.ControlText;
  218. this.c_Label1.Location = new System.Drawing.Point(12, 50);
  219. this.c_Label1.Name = "c_Label1";
  220. this.c_Label1.Size = new System.Drawing.Size(53, 12);
  221. this.c_Label1.TabIndex = 5;
  222. this.c_Label1.Text = "起始日期";
  223. //
  224. // c_Label3
  225. //
  226. this.c_Label3.AutoSize = true;
  227. this.c_Label3.BackColor = System.Drawing.Color.Transparent;
  228. this.c_Label3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  229. this.c_Label3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(155)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  230. this.c_Label3.IsMustInput = true;
  231. this.c_Label3.Location = new System.Drawing.Point(12, 24);
  232. this.c_Label3.Name = "c_Label3";
  233. this.c_Label3.Size = new System.Drawing.Size(53, 12);
  234. this.c_Label3.TabIndex = 0;
  235. this.c_Label3.Text = "工序配置";
  236. //
  237. // lblGoodsCode
  238. //
  239. this.lblGoodsCode.AutoSize = true;
  240. this.lblGoodsCode.BackColor = System.Drawing.Color.Transparent;
  241. this.lblGoodsCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  242. this.lblGoodsCode.ForeColor = System.Drawing.SystemColors.ControlText;
  243. this.lblGoodsCode.Location = new System.Drawing.Point(383, 24);
  244. this.lblGoodsCode.Name = "lblGoodsCode";
  245. this.lblGoodsCode.Size = new System.Drawing.Size(53, 12);
  246. this.lblGoodsCode.TabIndex = 3;
  247. this.lblGoodsCode.Text = "产品编码";
  248. //
  249. // tsrOperate
  250. //
  251. this.tsrOperate.AutoSize = false;
  252. this.tsrOperate.BackColor = System.Drawing.SystemColors.Control;
  253. this.tsrOperate.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  254. this.tsrOperate.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  255. this.tsbtnAdaptive,
  256. this.tsbtnClose});
  257. this.tsrOperate.Location = new System.Drawing.Point(0, 0);
  258. this.tsrOperate.Name = "tsrOperate";
  259. this.tsrOperate.RenderMode = System.Windows.Forms.ToolStripRenderMode.System;
  260. this.tsrOperate.ShowItemToolTips = false;
  261. this.tsrOperate.Size = new System.Drawing.Size(1131, 35);
  262. this.tsrOperate.TabIndex = 0;
  263. //
  264. // tsbtnAdaptive
  265. //
  266. this.tsbtnAdaptive.AutoSize = false;
  267. this.tsbtnAdaptive.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  268. this.tsbtnAdaptive.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  269. this.tsbtnAdaptive.ImageTransparentColor = System.Drawing.Color.Magenta;
  270. this.tsbtnAdaptive.Name = "tsbtnAdaptive";
  271. this.tsbtnAdaptive.Size = new System.Drawing.Size(90, 25);
  272. this.tsbtnAdaptive.Text = "自适应列宽(&A)";
  273. this.tsbtnAdaptive.Click += new System.EventHandler(this.tsbtnAdaptive_Click);
  274. //
  275. // tsbtnClose
  276. //
  277. this.tsbtnClose.AutoSize = false;
  278. this.tsbtnClose.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  279. this.tsbtnClose.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  280. this.tsbtnClose.ImageTransparentColor = System.Drawing.Color.Magenta;
  281. this.tsbtnClose.Name = "tsbtnClose";
  282. this.tsbtnClose.Size = new System.Drawing.Size(60, 25);
  283. this.tsbtnClose.Text = "关闭(&X)";
  284. this.tsbtnClose.Click += new System.EventHandler(this.tsbtnClose_Click);
  285. //
  286. // dgvPT
  287. //
  288. this.dgvPT.AllowUserToAddRows = false;
  289. this.dgvPT.AllowUserToDeleteRows = false;
  290. this.dgvPT.AllowUserToModifyRows = true;
  291. this.dgvPT.AllowUserToOrderColumns = true;
  292. dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
  293. this.dgvPT.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
  294. this.dgvPT.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  295. | System.Windows.Forms.AnchorStyles.Left)
  296. | System.Windows.Forms.AnchorStyles.Right)));
  297. this.dgvPT.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  298. this.dgvPT.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
  299. this.dgvPT.CellHeight = 23;
  300. this.dgvPT.ChildNodeColumnName = null;
  301. this.dgvPT.ChildNodeColumnText = null;
  302. this.dgvPT.ColumnDeep = 1;
  303. this.dgvPT.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  304. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  305. dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70)))));
  306. dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  307. dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White;
  308. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  309. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  310. dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  311. this.dgvPT.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
  312. this.dgvPT.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  313. this.dgvPT.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  314. this.GOODSCODE,
  315. this.GOODSMODEL,
  316. this.TECDEPNAME,
  317. this.colA,
  318. this.colB,
  319. this.colC,
  320. this.colD,
  321. this.colE,
  322. this.colF,
  323. this.GOODSID,
  324. this.OUTTDID});
  325. this.dgvPT.ColumnTreeView = null;
  326. this.dgvPT.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)));
  327. dataGridViewCellStyle9.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  328. dataGridViewCellStyle9.BackColor = System.Drawing.SystemColors.Window;
  329. dataGridViewCellStyle9.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  330. dataGridViewCellStyle9.ForeColor = System.Drawing.SystemColors.ControlText;
  331. dataGridViewCellStyle9.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  332. dataGridViewCellStyle9.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  333. dataGridViewCellStyle9.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  334. this.dgvPT.DefaultCellStyle = dataGridViewCellStyle9;
  335. this.dgvPT.DynamicColumnName = "";
  336. this.dgvPT.EnableHeadersVisualStyles = false;
  337. this.dgvPT.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  338. this.dgvPT.FormatQuantityColumns = null;
  339. this.dgvPT.HorizontalMergeColumn = null;
  340. this.dgvPT.IsAutoCountSum = true;
  341. this.dgvPT.IsAutoResizeColumns = false;
  342. this.dgvPT.IsClickF12 = false;
  343. this.dgvPT.IsOpenMergeCellFlag = false;
  344. this.dgvPT.IsSubTotalFlag = false;
  345. this.dgvPT.IsTopDeep = false;
  346. this.dgvPT.Location = new System.Drawing.Point(0, 114);
  347. this.dgvPT.Margin = new System.Windows.Forms.Padding(0);
  348. this.dgvPT.MergeColumnNames = null;
  349. this.dgvPT.MergeDetailColumnNames = null;
  350. this.dgvPT.MergeDetailOnlyColumn = null;
  351. this.dgvPT.MergeOnlyColumn = null;
  352. this.dgvPT.MultiSelect = false;
  353. this.dgvPT.Name = "dgvPT";
  354. this.dgvPT.ReadOnly = true;
  355. this.dgvPT.RefreshAtHscroll = false;
  356. this.dgvPT.RowHeadersWidth = 50;
  357. this.dgvPT.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  358. dataGridViewCellStyle10.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  359. this.dgvPT.RowsDefaultCellStyle = dataGridViewCellStyle10;
  360. this.dgvPT.RowTemplate.Height = 21;
  361. this.dgvPT.Size = new System.Drawing.Size(1122, 463);
  362. this.dgvPT.SortOrderColumnName = null;
  363. this.dgvPT.TabIndex = 2;
  364. this.dgvPT.Tag = true;
  365. this.dgvPT.TotalSumColumns = null;
  366. this.dgvPT.ViewRowFilter = "";
  367. //
  368. // GOODSCODE
  369. //
  370. this.GOODSCODE.DataPropertyName = "C_GOODSCODE";
  371. this.GOODSCODE.HeaderText = "产品编码";
  372. this.GOODSCODE.Name = "GOODSCODE";
  373. this.GOODSCODE.ReadOnly = true;
  374. //
  375. // GOODSMODEL
  376. //
  377. this.GOODSMODEL.DataPropertyName = "GOODSMODEL";
  378. this.GOODSMODEL.HeaderText = "产品型号";
  379. this.GOODSMODEL.Name = "GOODSMODEL";
  380. this.GOODSMODEL.ReadOnly = true;
  381. //
  382. // TECDEPNAME
  383. //
  384. this.TECDEPNAME.DataPropertyName = "C_TECDEPNAME";
  385. this.TECDEPNAME.HeaderText = "工艺部门";
  386. this.TECDEPNAME.Name = "TECDEPNAME";
  387. this.TECDEPNAME.ReadOnly = true;
  388. //
  389. // colA
  390. //
  391. this.colA.DataPropertyName = "C_A";
  392. dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
  393. this.colA.DefaultCellStyle = dataGridViewCellStyle3;
  394. this.colA.HeaderText = "期初数量";
  395. this.colA.Name = "colA";
  396. this.colA.ReadOnly = true;
  397. this.colA.Visible = false;
  398. //
  399. // colB
  400. //
  401. this.colB.DataPropertyName = "C_B";
  402. dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
  403. this.colB.DefaultCellStyle = dataGridViewCellStyle4;
  404. this.colB.HeaderText = "接收数量";
  405. this.colB.Name = "colB";
  406. this.colB.ReadOnly = true;
  407. //
  408. // colC
  409. //
  410. this.colC.DataPropertyName = "C_C";
  411. dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
  412. this.colC.DefaultCellStyle = dataGridViewCellStyle5;
  413. this.colC.HeaderText = "干补+回收";
  414. this.colC.Name = "colC";
  415. this.colC.ReadOnly = true;
  416. this.colC.Visible = false;
  417. //
  418. // colD
  419. //
  420. this.colD.DataPropertyName = "C_D";
  421. dataGridViewCellStyle6.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
  422. this.colD.DefaultCellStyle = dataGridViewCellStyle6;
  423. this.colD.HeaderText = "损坯数量";
  424. this.colD.Name = "colD";
  425. this.colD.ReadOnly = true;
  426. //
  427. // colE
  428. //
  429. this.colE.DataPropertyName = "C_E";
  430. dataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
  431. this.colE.DefaultCellStyle = dataGridViewCellStyle7;
  432. this.colE.HeaderText = "发出数量";
  433. this.colE.Name = "colE";
  434. this.colE.ReadOnly = true;
  435. //
  436. // colF
  437. //
  438. this.colF.DataPropertyName = "C_F";
  439. dataGridViewCellStyle8.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
  440. this.colF.DefaultCellStyle = dataGridViewCellStyle8;
  441. this.colF.HeaderText = "期末数量";
  442. this.colF.Name = "colF";
  443. this.colF.ReadOnly = true;
  444. this.colF.Visible = false;
  445. //
  446. // GOODSID
  447. //
  448. this.GOODSID.HeaderText = "GOODSID";
  449. this.GOODSID.Name = "GOODSID";
  450. this.GOODSID.ReadOnly = true;
  451. this.GOODSID.Visible = false;
  452. //
  453. // OUTTDID
  454. //
  455. this.OUTTDID.HeaderText = "OUTTDID";
  456. this.OUTTDID.Name = "OUTTDID";
  457. this.OUTTDID.ReadOnly = true;
  458. this.OUTTDID.Visible = false;
  459. //
  460. // F_RPT_030111
  461. //
  462. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  463. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  464. this.ClientSize = new System.Drawing.Size(1131, 577);
  465. this.Controls.Add(this.dgvPT);
  466. this.Controls.Add(this.tsrOperate);
  467. this.Controls.Add(this.gbSelect);
  468. this.Name = "F_RPT_030111";
  469. this.Text = "工序收发损汇总表";
  470. this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.F_RPT_030110_FormClosed);
  471. this.Load += new System.EventHandler(this.F_RPT_030110_Load);
  472. this.gbSelect.ResumeLayout(false);
  473. this.gbSelect.PerformLayout();
  474. this.tsrOperate.ResumeLayout(false);
  475. this.tsrOperate.PerformLayout();
  476. ((System.ComponentModel.ISupportInitialize)(this.dgvPT)).EndInit();
  477. this.ResumeLayout(false);
  478. }
  479. #endregion
  480. private Basics.BaseControls.C_GroupBox gbSelect;
  481. private Basics.BaseControls.C_Button btnClearCondition;
  482. private Basics.BaseControls.C_Button btnSearch;
  483. private Basics.BaseControls.C_TextBox txtGoodsCode;
  484. private Basics.BaseControls.C_Label lblGoodsCode;
  485. private Basics.BaseControls.C_ToolStrip tsrOperate;
  486. private System.Windows.Forms.ToolStripButton tsbtnAdaptive;
  487. private System.Windows.Forms.ToolStripButton tsbtnClose;
  488. private Basics.BaseControls.C_DateTimePicker txtTimeEnd;
  489. private Basics.BaseControls.C_Label c_Label2;
  490. private Basics.BaseControls.C_DateTimePicker txtTimeStart;
  491. private Basics.BaseControls.C_DataGridView dgvPT;
  492. private Basics.BaseControls.C_Label c_Label1;
  493. private Basics.BaseControls.C_ComboBox cboPT;
  494. private Basics.BaseControls.C_Label c_Label3;
  495. private Basics.BaseControls.C_Label lblGoodsType;
  496. private Controls.SearchBox.ScbGoodsType scbGoodsType;
  497. private System.Windows.Forms.DataGridViewTextBoxColumn GOODSCODE;
  498. private System.Windows.Forms.DataGridViewTextBoxColumn GOODSMODEL;
  499. private System.Windows.Forms.DataGridViewTextBoxColumn TECDEPNAME;
  500. private System.Windows.Forms.DataGridViewTextBoxColumn colA;
  501. private System.Windows.Forms.DataGridViewTextBoxColumn colB;
  502. private System.Windows.Forms.DataGridViewTextBoxColumn colC;
  503. private System.Windows.Forms.DataGridViewTextBoxColumn colD;
  504. private System.Windows.Forms.DataGridViewTextBoxColumn colE;
  505. private System.Windows.Forms.DataGridViewTextBoxColumn colF;
  506. private System.Windows.Forms.DataGridViewTextBoxColumn GOODSID;
  507. private System.Windows.Forms.DataGridViewTextBoxColumn OUTTDID;
  508. }
  509. }