F_SAP_HEGII_0108.Designer.cs 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341
  1. 
  2. namespace Dongke.IBOSS.PRD.Client.SAPDataModule.Hegii
  3. {
  4. partial class F_SAP_HEGII_0108
  5. {
  6. /// <summary>
  7. /// Required designer variable.
  8. /// </summary>
  9. private System.ComponentModel.IContainer components = null;
  10. /// <summary>
  11. /// Clean up any resources being used.
  12. /// </summary>
  13. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  14. protected override void Dispose(bool disposing)
  15. {
  16. if (disposing && (components != null))
  17. {
  18. components.Dispose();
  19. }
  20. base.Dispose(disposing);
  21. }
  22. #region Windows Form Designer generated code
  23. /// <summary>
  24. /// Required method for Designer support - do not modify
  25. /// the contents of this method with the code editor.
  26. /// </summary>
  27. private void InitializeComponent()
  28. {
  29. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(F_SAP_HEGII_0108));
  30. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
  31. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
  32. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
  33. this.tsrToolStrip1 = new Dongke.WinForm.Controls.TsrToolStrip();
  34. this.tsbtnSearch = new System.Windows.Forms.ToolStripButton();
  35. this.tsbtnClearCondition = new System.Windows.Forms.ToolStripButton();
  36. this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
  37. this.tsbtnAdaptive = new System.Windows.Forms.ToolStripButton();
  38. this.tsbtnClose = new System.Windows.Forms.ToolStripButton();
  39. this.grpCollapsible1 = new Dongke.WinForm.Controls.GrpCollapsible();
  40. this.CBDataCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_ComboBox();
  41. this.c_Label3 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  42. this.CTxtMaterialCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  43. this.c_Label2 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  44. this.dgvSemi = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
  45. this.DATACODE = new System.Windows.Forms.DataGridViewTextBoxColumn();
  46. this.WORKSHOP = new System.Windows.Forms.DataGridViewTextBoxColumn();
  47. this.MATERIALCODE = new System.Windows.Forms.DataGridViewTextBoxColumn();
  48. this.GOODSCODE = new System.Windows.Forms.DataGridViewTextBoxColumn();
  49. this.GOODSNAME = new System.Windows.Forms.DataGridViewTextBoxColumn();
  50. this.INVENTORYQUANTITY = new System.Windows.Forms.DataGridViewTextBoxColumn();
  51. this.CREATETIME = new System.Windows.Forms.DataGridViewTextBoxColumn();
  52. this.tsrToolStrip1.SuspendLayout();
  53. this.grpCollapsible1.SuspendLayout();
  54. ((System.ComponentModel.ISupportInitialize)(this.dgvSemi)).BeginInit();
  55. this.SuspendLayout();
  56. //
  57. // tsrToolStrip1
  58. //
  59. this.tsrToolStrip1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  60. this.tsrToolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  61. this.tsbtnSearch,
  62. this.tsbtnClearCondition,
  63. this.toolStripSeparator1,
  64. this.tsbtnAdaptive,
  65. this.tsbtnClose});
  66. this.tsrToolStrip1.Location = new System.Drawing.Point(0, 0);
  67. this.tsrToolStrip1.Name = "tsrToolStrip1";
  68. this.tsrToolStrip1.Size = new System.Drawing.Size(1041, 33);
  69. this.tsrToolStrip1.TabIndex = 0;
  70. this.tsrToolStrip1.Text = "tsrToolStrip1";
  71. //
  72. // tsbtnSearch
  73. //
  74. this.tsbtnSearch.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
  75. this.tsbtnSearch.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnSearch.Image")));
  76. this.tsbtnSearch.ImageTransparentColor = System.Drawing.Color.Magenta;
  77. this.tsbtnSearch.Name = "tsbtnSearch";
  78. this.tsbtnSearch.Size = new System.Drawing.Size(51, 30);
  79. this.tsbtnSearch.Text = "查询(&Q)";
  80. this.tsbtnSearch.Click += new System.EventHandler(this.tsbtnSearch_Click);
  81. //
  82. // tsbtnClearCondition
  83. //
  84. this.tsbtnClearCondition.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
  85. this.tsbtnClearCondition.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnClearCondition.Image")));
  86. this.tsbtnClearCondition.ImageTransparentColor = System.Drawing.Color.Magenta;
  87. this.tsbtnClearCondition.Name = "tsbtnClearCondition";
  88. this.tsbtnClearCondition.Size = new System.Drawing.Size(75, 30);
  89. this.tsbtnClearCondition.Text = "清空条件(&C)";
  90. this.tsbtnClearCondition.Click += new System.EventHandler(this.tsbtnClearCondition_Click);
  91. //
  92. // toolStripSeparator1
  93. //
  94. this.toolStripSeparator1.Name = "toolStripSeparator1";
  95. this.toolStripSeparator1.Size = new System.Drawing.Size(6, 33);
  96. //
  97. // tsbtnAdaptive
  98. //
  99. this.tsbtnAdaptive.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
  100. this.tsbtnAdaptive.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnAdaptive.Image")));
  101. this.tsbtnAdaptive.ImageTransparentColor = System.Drawing.Color.Magenta;
  102. this.tsbtnAdaptive.Name = "tsbtnAdaptive";
  103. this.tsbtnAdaptive.Size = new System.Drawing.Size(87, 30);
  104. this.tsbtnAdaptive.Text = "自适应列宽(&A)";
  105. this.tsbtnAdaptive.Click += new System.EventHandler(this.tsbtnAdaptive_Click);
  106. //
  107. // tsbtnClose
  108. //
  109. this.tsbtnClose.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
  110. this.tsbtnClose.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnClose.Image")));
  111. this.tsbtnClose.ImageTransparentColor = System.Drawing.Color.Magenta;
  112. this.tsbtnClose.Name = "tsbtnClose";
  113. this.tsbtnClose.Size = new System.Drawing.Size(51, 30);
  114. this.tsbtnClose.Text = "关闭(&X)";
  115. this.tsbtnClose.Click += new System.EventHandler(this.tsbtnClose_Click);
  116. //
  117. // grpCollapsible1
  118. //
  119. this.grpCollapsible1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  120. | System.Windows.Forms.AnchorStyles.Right)));
  121. this.grpCollapsible1.Controls.Add(this.CBDataCode);
  122. this.grpCollapsible1.Controls.Add(this.c_Label3);
  123. this.grpCollapsible1.Controls.Add(this.CTxtMaterialCode);
  124. this.grpCollapsible1.Controls.Add(this.c_Label2);
  125. this.grpCollapsible1.Location = new System.Drawing.Point(0, 37);
  126. this.grpCollapsible1.Name = "grpCollapsible1";
  127. this.grpCollapsible1.Size = new System.Drawing.Size(1041, 54);
  128. this.grpCollapsible1.TabIndex = 1;
  129. this.grpCollapsible1.TabStop = false;
  130. this.grpCollapsible1.Text = "查询条件";
  131. //
  132. // CBDataCode
  133. //
  134. this.CBDataCode.BackColor = System.Drawing.SystemColors.Window;
  135. this.CBDataCode.BackgroundColor = System.Drawing.SystemColors.Window;
  136. this.CBDataCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  137. this.CBDataCode.FormattingEnabled = true;
  138. this.CBDataCode.Location = new System.Drawing.Point(233, 23);
  139. this.CBDataCode.Name = "CBDataCode";
  140. this.CBDataCode.Size = new System.Drawing.Size(121, 20);
  141. this.CBDataCode.TabIndex = 5;
  142. //
  143. // c_Label3
  144. //
  145. this.c_Label3.AutoSize = true;
  146. this.c_Label3.BackColor = System.Drawing.Color.Transparent;
  147. this.c_Label3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  148. this.c_Label3.Location = new System.Drawing.Point(173, 26);
  149. this.c_Label3.Name = "c_Label3";
  150. this.c_Label3.Size = new System.Drawing.Size(53, 12);
  151. this.c_Label3.TabIndex = 4;
  152. this.c_Label3.Text = "数据节点";
  153. //
  154. // CTxtMaterialCode
  155. //
  156. this.CTxtMaterialCode.BackColor = System.Drawing.SystemColors.Window;
  157. this.CTxtMaterialCode.BackgroundColor = System.Drawing.SystemColors.Window;
  158. this.CTxtMaterialCode.ErrorMessage = "";
  159. this.CTxtMaterialCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  160. this.CTxtMaterialCode.Location = new System.Drawing.Point(66, 23);
  161. this.CTxtMaterialCode.Name = "CTxtMaterialCode";
  162. this.CTxtMaterialCode.Size = new System.Drawing.Size(100, 21);
  163. this.CTxtMaterialCode.TabIndex = 3;
  164. this.CTxtMaterialCode.TextValue = "";
  165. //
  166. // c_Label2
  167. //
  168. this.c_Label2.AutoSize = true;
  169. this.c_Label2.BackColor = System.Drawing.Color.Transparent;
  170. this.c_Label2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  171. this.c_Label2.Location = new System.Drawing.Point(6, 26);
  172. this.c_Label2.Name = "c_Label2";
  173. this.c_Label2.Size = new System.Drawing.Size(53, 12);
  174. this.c_Label2.TabIndex = 2;
  175. this.c_Label2.Text = "物料编码";
  176. //
  177. // dgvSemi
  178. //
  179. this.dgvSemi.AllowUserToAddRows = false;
  180. this.dgvSemi.AllowUserToDeleteRows = false;
  181. this.dgvSemi.AllowUserToModifyRows = true;
  182. this.dgvSemi.AllowUserToOrderColumns = true;
  183. this.dgvSemi.AllowUserToSortRows = false;
  184. dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
  185. this.dgvSemi.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
  186. this.dgvSemi.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  187. | System.Windows.Forms.AnchorStyles.Left)
  188. | System.Windows.Forms.AnchorStyles.Right)));
  189. this.dgvSemi.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  190. this.dgvSemi.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
  191. this.dgvSemi.CellHeight = 23;
  192. this.dgvSemi.ChildNodeColumnName = null;
  193. this.dgvSemi.ChildNodeColumnText = null;
  194. this.dgvSemi.ColumnDeep = 1;
  195. this.dgvSemi.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  196. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  197. dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70)))));
  198. dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  199. dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White;
  200. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  201. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  202. dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  203. this.dgvSemi.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
  204. this.dgvSemi.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  205. this.dgvSemi.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  206. this.DATACODE,
  207. this.WORKSHOP,
  208. this.MATERIALCODE,
  209. this.GOODSCODE,
  210. this.GOODSNAME,
  211. this.INVENTORYQUANTITY,
  212. this.CREATETIME});
  213. this.dgvSemi.ColumnTreeView = null;
  214. this.dgvSemi.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)));
  215. this.dgvSemi.DynamicColumnName = "";
  216. this.dgvSemi.EnableHeadersVisualStyles = false;
  217. this.dgvSemi.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  218. this.dgvSemi.FormatQuantityColumns = null;
  219. this.dgvSemi.HorizontalMergeColumn = null;
  220. this.dgvSemi.IsAutoCountSum = true;
  221. this.dgvSemi.IsAutoResizeColumns = false;
  222. this.dgvSemi.IsClickF12 = false;
  223. this.dgvSemi.IsOpenMergeCellFlag = false;
  224. this.dgvSemi.IsSubTotalFlag = false;
  225. this.dgvSemi.IsTopDeep = false;
  226. this.dgvSemi.Location = new System.Drawing.Point(0, 97);
  227. this.dgvSemi.MergeColumnNames = null;
  228. this.dgvSemi.MergeDetailColumnNames = null;
  229. this.dgvSemi.MergeDetailOnlyColumn = null;
  230. this.dgvSemi.MergeOnlyColumn = null;
  231. this.dgvSemi.Name = "dgvSemi";
  232. this.dgvSemi.ReadOnly = true;
  233. this.dgvSemi.RefreshAtHscroll = false;
  234. this.dgvSemi.RowHeadersWidth = 50;
  235. this.dgvSemi.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  236. dataGridViewCellStyle3.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  237. this.dgvSemi.RowsDefaultCellStyle = dataGridViewCellStyle3;
  238. this.dgvSemi.RowTemplate.Height = 21;
  239. this.dgvSemi.Size = new System.Drawing.Size(1041, 378);
  240. this.dgvSemi.SortOrderColumnName = null;
  241. this.dgvSemi.TabIndex = 2;
  242. this.dgvSemi.Tag = true;
  243. this.dgvSemi.TotalSumColumns = null;
  244. this.dgvSemi.ViewRowFilter = "";
  245. //
  246. // DATACODE
  247. //
  248. this.DATACODE.DataPropertyName = "DATACODE";
  249. this.DATACODE.HeaderText = "数据节点";
  250. this.DATACODE.Name = "DATACODE";
  251. this.DATACODE.ReadOnly = true;
  252. //
  253. // WORKSHOP
  254. //
  255. this.WORKSHOP.DataPropertyName = "WORKSHOP";
  256. this.WORKSHOP.HeaderText = "车间";
  257. this.WORKSHOP.Name = "WORKSHOP";
  258. this.WORKSHOP.ReadOnly = true;
  259. //
  260. // MATERIALCODE
  261. //
  262. this.MATERIALCODE.DataPropertyName = "MATERIALCODE";
  263. this.MATERIALCODE.HeaderText = "物料编码";
  264. this.MATERIALCODE.Name = "MATERIALCODE";
  265. this.MATERIALCODE.ReadOnly = true;
  266. //
  267. // GOODSCODE
  268. //
  269. this.GOODSCODE.DataPropertyName = "GOODSCODE";
  270. this.GOODSCODE.HeaderText = "产品编码";
  271. this.GOODSCODE.Name = "GOODSCODE";
  272. this.GOODSCODE.ReadOnly = true;
  273. //
  274. // GOODSNAME
  275. //
  276. this.GOODSNAME.DataPropertyName = "GOODSNAME";
  277. this.GOODSNAME.HeaderText = "产品名称";
  278. this.GOODSNAME.Name = "GOODSNAME";
  279. this.GOODSNAME.ReadOnly = true;
  280. //
  281. // INVENTORYQUANTITY
  282. //
  283. this.INVENTORYQUANTITY.DataPropertyName = "INVENTORYQUANTITY";
  284. this.INVENTORYQUANTITY.HeaderText = "库存量";
  285. this.INVENTORYQUANTITY.Name = "INVENTORYQUANTITY";
  286. this.INVENTORYQUANTITY.ReadOnly = true;
  287. //
  288. // CREATETIME
  289. //
  290. this.CREATETIME.DataPropertyName = "CREATETIME";
  291. this.CREATETIME.HeaderText = "查询时间";
  292. this.CREATETIME.Name = "CREATETIME";
  293. this.CREATETIME.ReadOnly = true;
  294. //
  295. // F_SAP_HEGII_0108
  296. //
  297. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  298. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  299. this.ClientSize = new System.Drawing.Size(1041, 487);
  300. this.Controls.Add(this.dgvSemi);
  301. this.Controls.Add(this.grpCollapsible1);
  302. this.Controls.Add(this.tsrToolStrip1);
  303. this.Name = "F_SAP_HEGII_0108";
  304. this.Text = "半成品库存";
  305. this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.F_SAP_HEGII_0108_FormClosed);
  306. this.Load += new System.EventHandler(this.F_SAP_HEGII_0108_Load);
  307. this.tsrToolStrip1.ResumeLayout(false);
  308. this.tsrToolStrip1.PerformLayout();
  309. this.grpCollapsible1.ResumeLayout(false);
  310. this.grpCollapsible1.PerformLayout();
  311. ((System.ComponentModel.ISupportInitialize)(this.dgvSemi)).EndInit();
  312. this.ResumeLayout(false);
  313. }
  314. #endregion
  315. private WinForm.Controls.TsrToolStrip tsrToolStrip1;
  316. private System.Windows.Forms.ToolStripButton tsbtnSearch;
  317. private System.Windows.Forms.ToolStripButton tsbtnClearCondition;
  318. private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
  319. private System.Windows.Forms.ToolStripButton tsbtnAdaptive;
  320. private System.Windows.Forms.ToolStripButton tsbtnClose;
  321. private WinForm.Controls.GrpCollapsible grpCollapsible1;
  322. private Basics.BaseControls.C_DataGridView dgvSemi;
  323. private Basics.BaseControls.C_TextBox CTxtMaterialCode;
  324. private Basics.BaseControls.C_Label c_Label2;
  325. private Basics.BaseControls.C_Label c_Label3;
  326. private Basics.BaseControls.C_ComboBox CBDataCode;
  327. private System.Windows.Forms.DataGridViewTextBoxColumn DATACODE;
  328. private System.Windows.Forms.DataGridViewTextBoxColumn WORKSHOP;
  329. private System.Windows.Forms.DataGridViewTextBoxColumn MATERIALCODE;
  330. private System.Windows.Forms.DataGridViewTextBoxColumn GOODSCODE;
  331. private System.Windows.Forms.DataGridViewTextBoxColumn GOODSNAME;
  332. private System.Windows.Forms.DataGridViewTextBoxColumn INVENTORYQUANTITY;
  333. private System.Windows.Forms.DataGridViewTextBoxColumn CREATETIME;
  334. }
  335. }