F_MST_GoodsImage.designer.cs 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339
  1. namespace Dongke.IBOSS.PRD.Client.Controls
  2. {
  3. partial class F_MST_GoodsImage
  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.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
  29. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
  30. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
  31. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(F_MST_GoodsImage));
  32. this.txtMATNR = new Dongke.WinForm.Controls.TxtTextBox();
  33. this.lblInvoiceLayoutName = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  34. this.dgvGoodsImage = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
  35. this.gbxCondition = new System.Windows.Forms.GroupBox();
  36. this.tsrSupplier = new Dongke.WinForm.Controls.TsrToolStrip();
  37. this.tsbtnSearch = new System.Windows.Forms.ToolStripButton();
  38. this.tsbtnClearCondition = new System.Windows.Forms.ToolStripButton();
  39. this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator();
  40. this.tsbtnAddInvoice = new System.Windows.Forms.ToolStripButton();
  41. this.tsbtnDelete = new System.Windows.Forms.ToolStripButton();
  42. this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
  43. this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
  44. this.tsbtnAdaptive = new System.Windows.Forms.ToolStripButton();
  45. this.tsbtnClose = new System.Windows.Forms.ToolStripButton();
  46. this.MATERIALCODE = new System.Windows.Forms.DataGridViewTextBoxColumn();
  47. this.IMAGE = new System.Windows.Forms.DataGridViewTextBoxColumn();
  48. this.ishave = new System.Windows.Forms.DataGridViewTextBoxColumn();
  49. ((System.ComponentModel.ISupportInitialize)(this.dgvGoodsImage)).BeginInit();
  50. this.gbxCondition.SuspendLayout();
  51. this.tsrSupplier.SuspendLayout();
  52. this.SuspendLayout();
  53. //
  54. // txtMATNR
  55. //
  56. this.txtMATNR.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  57. this.txtMATNR.Location = new System.Drawing.Point(71, 20);
  58. this.txtMATNR.Name = "txtMATNR";
  59. this.txtMATNR.Size = new System.Drawing.Size(120, 21);
  60. this.txtMATNR.TabIndex = 1;
  61. //
  62. // lblInvoiceLayoutName
  63. //
  64. this.lblInvoiceLayoutName.AutoSize = true;
  65. this.lblInvoiceLayoutName.BackColor = System.Drawing.Color.Transparent;
  66. this.lblInvoiceLayoutName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  67. this.lblInvoiceLayoutName.ForeColor = System.Drawing.SystemColors.ControlText;
  68. this.lblInvoiceLayoutName.Location = new System.Drawing.Point(12, 24);
  69. this.lblInvoiceLayoutName.Name = "lblInvoiceLayoutName";
  70. this.lblInvoiceLayoutName.Size = new System.Drawing.Size(53, 12);
  71. this.lblInvoiceLayoutName.TabIndex = 0;
  72. this.lblInvoiceLayoutName.Text = "物料编码";
  73. //
  74. // dgvGoodsImage
  75. //
  76. this.dgvGoodsImage.AllowUserToAddRows = false;
  77. this.dgvGoodsImage.AllowUserToDeleteRows = false;
  78. this.dgvGoodsImage.AllowUserToModifyRows = true;
  79. this.dgvGoodsImage.AllowUserToOrderColumns = true;
  80. this.dgvGoodsImage.AllowUserToResizeRows = false;
  81. dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
  82. this.dgvGoodsImage.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
  83. this.dgvGoodsImage.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  84. | System.Windows.Forms.AnchorStyles.Left)
  85. | System.Windows.Forms.AnchorStyles.Right)));
  86. this.dgvGoodsImage.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  87. this.dgvGoodsImage.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
  88. this.dgvGoodsImage.CellHeight = 23;
  89. this.dgvGoodsImage.ChildNodeColumnName = null;
  90. this.dgvGoodsImage.ChildNodeColumnText = null;
  91. this.dgvGoodsImage.ColumnDeep = 1;
  92. this.dgvGoodsImage.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  93. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  94. dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70)))));
  95. dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  96. dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White;
  97. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  98. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  99. dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  100. this.dgvGoodsImage.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
  101. this.dgvGoodsImage.ColumnHeadersHeight = 29;
  102. this.dgvGoodsImage.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  103. this.dgvGoodsImage.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  104. this.MATERIALCODE,
  105. this.IMAGE,
  106. this.ishave});
  107. this.dgvGoodsImage.ColumnTreeView = null;
  108. this.dgvGoodsImage.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)));
  109. this.dgvGoodsImage.DynamicColumnName = "";
  110. this.dgvGoodsImage.EnableHeadersVisualStyles = false;
  111. this.dgvGoodsImage.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  112. this.dgvGoodsImage.FormatQuantityColumns = null;
  113. this.dgvGoodsImage.HasNode = false;
  114. this.dgvGoodsImage.HorizontalMergeColumn = null;
  115. this.dgvGoodsImage.IsAutoCountSum = true;
  116. this.dgvGoodsImage.IsAutoResizeColumns = false;
  117. this.dgvGoodsImage.IsClickF12 = false;
  118. this.dgvGoodsImage.IsOpenMergeCellFlag = false;
  119. this.dgvGoodsImage.IsSubTotalFlag = false;
  120. this.dgvGoodsImage.IsTopDeep = false;
  121. this.dgvGoodsImage.Location = new System.Drawing.Point(0, 95);
  122. this.dgvGoodsImage.MergeColumnNames = null;
  123. this.dgvGoodsImage.MergeDetailColumnNames = null;
  124. this.dgvGoodsImage.MergeDetailOnlyColumn = null;
  125. this.dgvGoodsImage.MergeOnlyColumn = null;
  126. this.dgvGoodsImage.MultiSelect = false;
  127. this.dgvGoodsImage.Name = "dgvGoodsImage";
  128. this.dgvGoodsImage.ReadOnly = true;
  129. this.dgvGoodsImage.RefreshAtHscroll = false;
  130. this.dgvGoodsImage.RowHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  131. this.dgvGoodsImage.RowHeadersWidth = 50;
  132. this.dgvGoodsImage.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  133. dataGridViewCellStyle3.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  134. this.dgvGoodsImage.RowsDefaultCellStyle = dataGridViewCellStyle3;
  135. this.dgvGoodsImage.RowTemplate.Height = 21;
  136. this.dgvGoodsImage.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  137. this.dgvGoodsImage.Size = new System.Drawing.Size(966, 464);
  138. this.dgvGoodsImage.SortOrderColumnName = null;
  139. this.dgvGoodsImage.TabIndex = 2;
  140. this.dgvGoodsImage.Tag = true;
  141. this.dgvGoodsImage.TotalSumColumns = null;
  142. this.dgvGoodsImage.ViewRowFilter = "";
  143. this.dgvGoodsImage.VirtualNodes = false;
  144. this.dgvGoodsImage.SelectionChanged += new System.EventHandler(this.dgvInvoice_SelectionChanged);
  145. //
  146. // gbxCondition
  147. //
  148. this.gbxCondition.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  149. | System.Windows.Forms.AnchorStyles.Right)));
  150. this.gbxCondition.BackColor = System.Drawing.Color.Transparent;
  151. this.gbxCondition.Controls.Add(this.txtMATNR);
  152. this.gbxCondition.Controls.Add(this.lblInvoiceLayoutName);
  153. this.gbxCondition.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  154. this.gbxCondition.ForeColor = System.Drawing.SystemColors.ControlText;
  155. this.gbxCondition.Location = new System.Drawing.Point(0, 40);
  156. this.gbxCondition.Name = "gbxCondition";
  157. this.gbxCondition.Size = new System.Drawing.Size(966, 49);
  158. this.gbxCondition.TabIndex = 1;
  159. this.gbxCondition.TabStop = false;
  160. this.gbxCondition.Text = "查询条件";
  161. //
  162. // tsrSupplier
  163. //
  164. this.tsrSupplier.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  165. this.tsrSupplier.ImageScalingSize = new System.Drawing.Size(20, 20);
  166. this.tsrSupplier.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  167. this.tsbtnSearch,
  168. this.tsbtnClearCondition,
  169. this.toolStripSeparator4,
  170. this.tsbtnAddInvoice,
  171. this.tsbtnDelete,
  172. this.toolStripSeparator1,
  173. this.toolStripSeparator2,
  174. this.tsbtnAdaptive,
  175. this.tsbtnClose});
  176. this.tsrSupplier.Location = new System.Drawing.Point(0, 0);
  177. this.tsrSupplier.Name = "tsrSupplier";
  178. this.tsrSupplier.Size = new System.Drawing.Size(969, 35);
  179. this.tsrSupplier.TabIndex = 3;
  180. this.tsrSupplier.Text = "tsrToolStrip1";
  181. //
  182. // tsbtnSearch
  183. //
  184. this.tsbtnSearch.AutoSize = false;
  185. this.tsbtnSearch.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  186. this.tsbtnSearch.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  187. this.tsbtnSearch.ImageTransparentColor = System.Drawing.Color.Magenta;
  188. this.tsbtnSearch.Name = "tsbtnSearch";
  189. this.tsbtnSearch.Size = new System.Drawing.Size(60, 25);
  190. this.tsbtnSearch.Text = "查询(&Q)";
  191. this.tsbtnSearch.Click += new System.EventHandler(this.tsbtnSearch_Click);
  192. //
  193. // tsbtnClearCondition
  194. //
  195. this.tsbtnClearCondition.AutoSize = false;
  196. this.tsbtnClearCondition.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  197. this.tsbtnClearCondition.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  198. this.tsbtnClearCondition.ImageTransparentColor = System.Drawing.Color.Magenta;
  199. this.tsbtnClearCondition.Name = "tsbtnClearCondition";
  200. this.tsbtnClearCondition.Size = new System.Drawing.Size(80, 25);
  201. this.tsbtnClearCondition.Text = "清空条件(&C)";
  202. this.tsbtnClearCondition.Click += new System.EventHandler(this.tsbtnClearCondition_Click);
  203. //
  204. // toolStripSeparator4
  205. //
  206. this.toolStripSeparator4.AutoSize = false;
  207. this.toolStripSeparator4.Name = "toolStripSeparator4";
  208. this.toolStripSeparator4.Size = new System.Drawing.Size(6, 25);
  209. //
  210. // tsbtnAddInvoice
  211. //
  212. this.tsbtnAddInvoice.AutoSize = false;
  213. this.tsbtnAddInvoice.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  214. this.tsbtnAddInvoice.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  215. this.tsbtnAddInvoice.ImageTransparentColor = System.Drawing.Color.Magenta;
  216. this.tsbtnAddInvoice.Name = "tsbtnAddInvoice";
  217. this.tsbtnAddInvoice.Size = new System.Drawing.Size(60, 25);
  218. this.tsbtnAddInvoice.Text = "新建";
  219. this.tsbtnAddInvoice.Click += new System.EventHandler(this.tsbtnAddInvoice_Click);
  220. //
  221. // tsbtnDelete
  222. //
  223. this.tsbtnDelete.AutoSize = false;
  224. this.tsbtnDelete.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  225. this.tsbtnDelete.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  226. this.tsbtnDelete.ImageTransparentColor = System.Drawing.Color.Magenta;
  227. this.tsbtnDelete.Name = "tsbtnDelete";
  228. this.tsbtnDelete.Size = new System.Drawing.Size(60, 25);
  229. this.tsbtnDelete.Text = "删除";
  230. this.tsbtnDelete.Click += new System.EventHandler(this.tsbtnDelete_Click);
  231. //
  232. // toolStripSeparator1
  233. //
  234. this.toolStripSeparator1.AutoSize = false;
  235. this.toolStripSeparator1.Name = "toolStripSeparator1";
  236. this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25);
  237. //
  238. // toolStripSeparator2
  239. //
  240. this.toolStripSeparator2.AutoSize = false;
  241. this.toolStripSeparator2.Name = "toolStripSeparator2";
  242. this.toolStripSeparator2.Size = new System.Drawing.Size(6, 25);
  243. this.toolStripSeparator2.Visible = false;
  244. //
  245. // tsbtnAdaptive
  246. //
  247. this.tsbtnAdaptive.AutoSize = false;
  248. this.tsbtnAdaptive.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  249. this.tsbtnAdaptive.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  250. this.tsbtnAdaptive.ImageTransparentColor = System.Drawing.Color.Magenta;
  251. this.tsbtnAdaptive.Name = "tsbtnAdaptive";
  252. this.tsbtnAdaptive.Size = new System.Drawing.Size(90, 25);
  253. this.tsbtnAdaptive.Text = "自适应列宽(&A)";
  254. this.tsbtnAdaptive.Click += new System.EventHandler(this.tsbtnAdaptive_Click);
  255. //
  256. // tsbtnClose
  257. //
  258. this.tsbtnClose.AutoSize = false;
  259. this.tsbtnClose.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  260. this.tsbtnClose.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  261. this.tsbtnClose.ImageTransparentColor = System.Drawing.Color.Magenta;
  262. this.tsbtnClose.Name = "tsbtnClose";
  263. this.tsbtnClose.Size = new System.Drawing.Size(60, 25);
  264. this.tsbtnClose.Text = "关闭(&X)";
  265. this.tsbtnClose.Click += new System.EventHandler(this.tsbtnClose_Click);
  266. //
  267. // MATERIALCODE
  268. //
  269. this.MATERIALCODE.DataPropertyName = "MATERIALCODE";
  270. this.MATERIALCODE.HeaderText = "物料编码";
  271. this.MATERIALCODE.Name = "MATERIALCODE";
  272. this.MATERIALCODE.ReadOnly = true;
  273. this.MATERIALCODE.Width = 150;
  274. //
  275. // IMAGE
  276. //
  277. this.IMAGE.DataPropertyName = "IMAGE";
  278. this.IMAGE.HeaderText = "图片(二进制编码)";
  279. this.IMAGE.Name = "IMAGE";
  280. this.IMAGE.ReadOnly = true;
  281. this.IMAGE.Visible = false;
  282. this.IMAGE.Width = 170;
  283. //
  284. // ishave
  285. //
  286. this.ishave.HeaderText = "存在图片";
  287. this.ishave.Name = "ishave";
  288. this.ishave.ReadOnly = true;
  289. this.ishave.Visible = false;
  290. //
  291. // F_MST_GoodsImage
  292. //
  293. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  294. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  295. this.ClientSize = new System.Drawing.Size(969, 562);
  296. this.Controls.Add(this.tsrSupplier);
  297. this.Controls.Add(this.dgvGoodsImage);
  298. this.Controls.Add(this.gbxCondition);
  299. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  300. this.Margin = new System.Windows.Forms.Padding(4);
  301. this.Name = "F_MST_GoodsImage";
  302. this.TabText = "";
  303. this.Text = "产品线性图";
  304. this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
  305. this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.F_MST_GoodsImage_FormClosed);
  306. this.Load += new System.EventHandler(this.F_MST_GoodsImage_Load);
  307. ((System.ComponentModel.ISupportInitialize)(this.dgvGoodsImage)).EndInit();
  308. this.gbxCondition.ResumeLayout(false);
  309. this.gbxCondition.PerformLayout();
  310. this.tsrSupplier.ResumeLayout(false);
  311. this.tsrSupplier.PerformLayout();
  312. this.ResumeLayout(false);
  313. }
  314. #endregion
  315. private WinForm.Controls.TxtTextBox txtMATNR;
  316. private Dongke.IBOSS.PRD.Basics.BaseControls.C_Label lblInvoiceLayoutName;
  317. private Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView dgvGoodsImage;
  318. private System.Windows.Forms.GroupBox gbxCondition;
  319. private WinForm.Controls.TsrToolStrip tsrSupplier;
  320. private System.Windows.Forms.ToolStripButton tsbtnSearch;
  321. private System.Windows.Forms.ToolStripButton tsbtnClearCondition;
  322. private System.Windows.Forms.ToolStripSeparator toolStripSeparator4;
  323. private System.Windows.Forms.ToolStripButton tsbtnAddInvoice;
  324. private System.Windows.Forms.ToolStripButton tsbtnAdaptive;
  325. private System.Windows.Forms.ToolStripButton tsbtnClose;
  326. private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
  327. private System.Windows.Forms.ToolStripSeparator toolStripSeparator2;
  328. private System.Windows.Forms.ToolStripButton tsbtnDelete;
  329. private System.Windows.Forms.DataGridViewTextBoxColumn MATERIALCODE;
  330. private System.Windows.Forms.DataGridViewTextBoxColumn IMAGE;
  331. private System.Windows.Forms.DataGridViewTextBoxColumn ishave;
  332. }
  333. }