F_MST_GoodsImage.designer.cs 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340
  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.MATERIALCODE = new System.Windows.Forms.DataGridViewTextBoxColumn();
  36. this.IMAGE = new System.Windows.Forms.DataGridViewTextBoxColumn();
  37. this.ishave = new System.Windows.Forms.DataGridViewTextBoxColumn();
  38. this.gbxCondition = new System.Windows.Forms.GroupBox();
  39. this.tsrSupplier = new Dongke.WinForm.Controls.TsrToolStrip();
  40. this.tsbtnSearch = new System.Windows.Forms.ToolStripButton();
  41. this.tsbtnClearCondition = new System.Windows.Forms.ToolStripButton();
  42. this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator();
  43. this.tsbtnAddInvoice = new System.Windows.Forms.ToolStripButton();
  44. this.tsbtnDelete = new System.Windows.Forms.ToolStripButton();
  45. this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
  46. this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
  47. this.tsbtnAdaptive = new System.Windows.Forms.ToolStripButton();
  48. this.tsbtnClose = new System.Windows.Forms.ToolStripButton();
  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.CellDoubleClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvGoodsImage_CellDoubleClick);
  145. this.dgvGoodsImage.SelectionChanged += new System.EventHandler(this.dgvInvoice_SelectionChanged);
  146. //
  147. // MATERIALCODE
  148. //
  149. this.MATERIALCODE.DataPropertyName = "MATERIALCODE";
  150. this.MATERIALCODE.HeaderText = "物料编码";
  151. this.MATERIALCODE.Name = "MATERIALCODE";
  152. this.MATERIALCODE.ReadOnly = true;
  153. this.MATERIALCODE.Width = 150;
  154. //
  155. // IMAGE
  156. //
  157. this.IMAGE.DataPropertyName = "IMAGE";
  158. this.IMAGE.HeaderText = "图片(二进制编码)";
  159. this.IMAGE.Name = "IMAGE";
  160. this.IMAGE.ReadOnly = true;
  161. this.IMAGE.Visible = false;
  162. this.IMAGE.Width = 170;
  163. //
  164. // ishave
  165. //
  166. this.ishave.HeaderText = "存在图片";
  167. this.ishave.Name = "ishave";
  168. this.ishave.ReadOnly = true;
  169. this.ishave.Visible = false;
  170. //
  171. // gbxCondition
  172. //
  173. this.gbxCondition.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  174. | System.Windows.Forms.AnchorStyles.Right)));
  175. this.gbxCondition.BackColor = System.Drawing.Color.Transparent;
  176. this.gbxCondition.Controls.Add(this.txtMATNR);
  177. this.gbxCondition.Controls.Add(this.lblInvoiceLayoutName);
  178. this.gbxCondition.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  179. this.gbxCondition.ForeColor = System.Drawing.SystemColors.ControlText;
  180. this.gbxCondition.Location = new System.Drawing.Point(0, 40);
  181. this.gbxCondition.Name = "gbxCondition";
  182. this.gbxCondition.Size = new System.Drawing.Size(966, 49);
  183. this.gbxCondition.TabIndex = 1;
  184. this.gbxCondition.TabStop = false;
  185. this.gbxCondition.Text = "查询条件";
  186. //
  187. // tsrSupplier
  188. //
  189. this.tsrSupplier.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  190. this.tsrSupplier.ImageScalingSize = new System.Drawing.Size(20, 20);
  191. this.tsrSupplier.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  192. this.tsbtnSearch,
  193. this.tsbtnClearCondition,
  194. this.toolStripSeparator4,
  195. this.tsbtnAddInvoice,
  196. this.tsbtnDelete,
  197. this.toolStripSeparator1,
  198. this.toolStripSeparator2,
  199. this.tsbtnAdaptive,
  200. this.tsbtnClose});
  201. this.tsrSupplier.Location = new System.Drawing.Point(0, 0);
  202. this.tsrSupplier.Name = "tsrSupplier";
  203. this.tsrSupplier.Size = new System.Drawing.Size(969, 35);
  204. this.tsrSupplier.TabIndex = 3;
  205. this.tsrSupplier.Text = "tsrToolStrip1";
  206. //
  207. // tsbtnSearch
  208. //
  209. this.tsbtnSearch.AutoSize = false;
  210. this.tsbtnSearch.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  211. this.tsbtnSearch.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  212. this.tsbtnSearch.ImageTransparentColor = System.Drawing.Color.Magenta;
  213. this.tsbtnSearch.Name = "tsbtnSearch";
  214. this.tsbtnSearch.Size = new System.Drawing.Size(60, 25);
  215. this.tsbtnSearch.Text = "查询(&Q)";
  216. this.tsbtnSearch.Click += new System.EventHandler(this.tsbtnSearch_Click);
  217. //
  218. // tsbtnClearCondition
  219. //
  220. this.tsbtnClearCondition.AutoSize = false;
  221. this.tsbtnClearCondition.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  222. this.tsbtnClearCondition.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  223. this.tsbtnClearCondition.ImageTransparentColor = System.Drawing.Color.Magenta;
  224. this.tsbtnClearCondition.Name = "tsbtnClearCondition";
  225. this.tsbtnClearCondition.Size = new System.Drawing.Size(80, 25);
  226. this.tsbtnClearCondition.Text = "清空条件(&C)";
  227. this.tsbtnClearCondition.Click += new System.EventHandler(this.tsbtnClearCondition_Click);
  228. //
  229. // toolStripSeparator4
  230. //
  231. this.toolStripSeparator4.AutoSize = false;
  232. this.toolStripSeparator4.Name = "toolStripSeparator4";
  233. this.toolStripSeparator4.Size = new System.Drawing.Size(6, 25);
  234. //
  235. // tsbtnAddInvoice
  236. //
  237. this.tsbtnAddInvoice.AutoSize = false;
  238. this.tsbtnAddInvoice.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  239. this.tsbtnAddInvoice.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  240. this.tsbtnAddInvoice.ImageTransparentColor = System.Drawing.Color.Magenta;
  241. this.tsbtnAddInvoice.Name = "tsbtnAddInvoice";
  242. this.tsbtnAddInvoice.Size = new System.Drawing.Size(60, 25);
  243. this.tsbtnAddInvoice.Text = "新建";
  244. this.tsbtnAddInvoice.Click += new System.EventHandler(this.tsbtnAddInvoice_Click);
  245. //
  246. // tsbtnDelete
  247. //
  248. this.tsbtnDelete.AutoSize = false;
  249. this.tsbtnDelete.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  250. this.tsbtnDelete.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  251. this.tsbtnDelete.ImageTransparentColor = System.Drawing.Color.Magenta;
  252. this.tsbtnDelete.Name = "tsbtnDelete";
  253. this.tsbtnDelete.Size = new System.Drawing.Size(60, 25);
  254. this.tsbtnDelete.Text = "删除";
  255. this.tsbtnDelete.Click += new System.EventHandler(this.tsbtnDelete_Click);
  256. //
  257. // toolStripSeparator1
  258. //
  259. this.toolStripSeparator1.AutoSize = false;
  260. this.toolStripSeparator1.Name = "toolStripSeparator1";
  261. this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25);
  262. //
  263. // toolStripSeparator2
  264. //
  265. this.toolStripSeparator2.AutoSize = false;
  266. this.toolStripSeparator2.Name = "toolStripSeparator2";
  267. this.toolStripSeparator2.Size = new System.Drawing.Size(6, 25);
  268. this.toolStripSeparator2.Visible = false;
  269. //
  270. // tsbtnAdaptive
  271. //
  272. this.tsbtnAdaptive.AutoSize = false;
  273. this.tsbtnAdaptive.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  274. this.tsbtnAdaptive.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  275. this.tsbtnAdaptive.ImageTransparentColor = System.Drawing.Color.Magenta;
  276. this.tsbtnAdaptive.Name = "tsbtnAdaptive";
  277. this.tsbtnAdaptive.Size = new System.Drawing.Size(90, 25);
  278. this.tsbtnAdaptive.Text = "自适应列宽(&A)";
  279. this.tsbtnAdaptive.Click += new System.EventHandler(this.tsbtnAdaptive_Click);
  280. //
  281. // tsbtnClose
  282. //
  283. this.tsbtnClose.AutoSize = false;
  284. this.tsbtnClose.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  285. this.tsbtnClose.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  286. this.tsbtnClose.ImageTransparentColor = System.Drawing.Color.Magenta;
  287. this.tsbtnClose.Name = "tsbtnClose";
  288. this.tsbtnClose.Size = new System.Drawing.Size(60, 25);
  289. this.tsbtnClose.Text = "关闭(&X)";
  290. this.tsbtnClose.Click += new System.EventHandler(this.tsbtnClose_Click);
  291. //
  292. // F_MST_GoodsImage
  293. //
  294. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  295. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  296. this.ClientSize = new System.Drawing.Size(969, 562);
  297. this.Controls.Add(this.tsrSupplier);
  298. this.Controls.Add(this.dgvGoodsImage);
  299. this.Controls.Add(this.gbxCondition);
  300. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  301. this.Margin = new System.Windows.Forms.Padding(4);
  302. this.Name = "F_MST_GoodsImage";
  303. this.TabText = "";
  304. this.Text = "产品线性图";
  305. this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
  306. this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.F_MST_GoodsImage_FormClosed);
  307. this.Load += new System.EventHandler(this.F_MST_GoodsImage_Load);
  308. ((System.ComponentModel.ISupportInitialize)(this.dgvGoodsImage)).EndInit();
  309. this.gbxCondition.ResumeLayout(false);
  310. this.gbxCondition.PerformLayout();
  311. this.tsrSupplier.ResumeLayout(false);
  312. this.tsrSupplier.PerformLayout();
  313. this.ResumeLayout(false);
  314. }
  315. #endregion
  316. private WinForm.Controls.TxtTextBox txtMATNR;
  317. private Dongke.IBOSS.PRD.Basics.BaseControls.C_Label lblInvoiceLayoutName;
  318. private Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView dgvGoodsImage;
  319. private System.Windows.Forms.GroupBox gbxCondition;
  320. private WinForm.Controls.TsrToolStrip tsrSupplier;
  321. private System.Windows.Forms.ToolStripButton tsbtnSearch;
  322. private System.Windows.Forms.ToolStripButton tsbtnClearCondition;
  323. private System.Windows.Forms.ToolStripSeparator toolStripSeparator4;
  324. private System.Windows.Forms.ToolStripButton tsbtnAddInvoice;
  325. private System.Windows.Forms.ToolStripButton tsbtnAdaptive;
  326. private System.Windows.Forms.ToolStripButton tsbtnClose;
  327. private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
  328. private System.Windows.Forms.ToolStripSeparator toolStripSeparator2;
  329. private System.Windows.Forms.ToolStripButton tsbtnDelete;
  330. private System.Windows.Forms.DataGridViewTextBoxColumn MATERIALCODE;
  331. private System.Windows.Forms.DataGridViewTextBoxColumn IMAGE;
  332. private System.Windows.Forms.DataGridViewTextBoxColumn ishave;
  333. }
  334. }