| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339 |
- namespace Dongke.IBOSS.PRD.Client.Controls
- {
- partial class F_MST_GoodsImage
- {
- /// <summary>
- /// Required designer variable.
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// Clean up any resources being used.
- /// </summary>
- /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region Windows Form Designer generated code
- /// <summary>
- /// Required method for Designer support - do not modify
- /// the contents of this method with the code editor.
- /// </summary>
- private void InitializeComponent()
- {
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
- System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(F_MST_GoodsImage));
- this.txtMATNR = new Dongke.WinForm.Controls.TxtTextBox();
- this.lblInvoiceLayoutName = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
- this.dgvGoodsImage = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
- this.gbxCondition = new System.Windows.Forms.GroupBox();
- this.tsrSupplier = new Dongke.WinForm.Controls.TsrToolStrip();
- this.tsbtnSearch = new System.Windows.Forms.ToolStripButton();
- this.tsbtnClearCondition = new System.Windows.Forms.ToolStripButton();
- this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator();
- this.tsbtnAddInvoice = new System.Windows.Forms.ToolStripButton();
- this.tsbtnDelete = new System.Windows.Forms.ToolStripButton();
- this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
- this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
- this.tsbtnAdaptive = new System.Windows.Forms.ToolStripButton();
- this.tsbtnClose = new System.Windows.Forms.ToolStripButton();
- this.MATERIALCODE = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.IMAGE = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.ishave = new System.Windows.Forms.DataGridViewTextBoxColumn();
- ((System.ComponentModel.ISupportInitialize)(this.dgvGoodsImage)).BeginInit();
- this.gbxCondition.SuspendLayout();
- this.tsrSupplier.SuspendLayout();
- this.SuspendLayout();
- //
- // txtMATNR
- //
- this.txtMATNR.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.txtMATNR.Location = new System.Drawing.Point(71, 20);
- this.txtMATNR.Name = "txtMATNR";
- this.txtMATNR.Size = new System.Drawing.Size(120, 21);
- this.txtMATNR.TabIndex = 1;
- //
- // lblInvoiceLayoutName
- //
- this.lblInvoiceLayoutName.AutoSize = true;
- this.lblInvoiceLayoutName.BackColor = System.Drawing.Color.Transparent;
- this.lblInvoiceLayoutName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.lblInvoiceLayoutName.ForeColor = System.Drawing.SystemColors.ControlText;
- this.lblInvoiceLayoutName.Location = new System.Drawing.Point(12, 24);
- this.lblInvoiceLayoutName.Name = "lblInvoiceLayoutName";
- this.lblInvoiceLayoutName.Size = new System.Drawing.Size(53, 12);
- this.lblInvoiceLayoutName.TabIndex = 0;
- this.lblInvoiceLayoutName.Text = "物料编码";
- //
- // dgvGoodsImage
- //
- this.dgvGoodsImage.AllowUserToAddRows = false;
- this.dgvGoodsImage.AllowUserToDeleteRows = false;
- this.dgvGoodsImage.AllowUserToModifyRows = true;
- this.dgvGoodsImage.AllowUserToOrderColumns = true;
- this.dgvGoodsImage.AllowUserToResizeRows = false;
- dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
- this.dgvGoodsImage.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
- this.dgvGoodsImage.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
- | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.dgvGoodsImage.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
- this.dgvGoodsImage.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
- this.dgvGoodsImage.CellHeight = 23;
- this.dgvGoodsImage.ChildNodeColumnName = null;
- this.dgvGoodsImage.ChildNodeColumnText = null;
- this.dgvGoodsImage.ColumnDeep = 1;
- this.dgvGoodsImage.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
- dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
- dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70)))));
- dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White;
- dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
- dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
- dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
- this.dgvGoodsImage.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
- this.dgvGoodsImage.ColumnHeadersHeight = 29;
- this.dgvGoodsImage.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
- this.dgvGoodsImage.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
- this.MATERIALCODE,
- this.IMAGE,
- this.ishave});
- this.dgvGoodsImage.ColumnTreeView = null;
- 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)));
- this.dgvGoodsImage.DynamicColumnName = "";
- this.dgvGoodsImage.EnableHeadersVisualStyles = false;
- this.dgvGoodsImage.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.dgvGoodsImage.FormatQuantityColumns = null;
- this.dgvGoodsImage.HasNode = false;
- this.dgvGoodsImage.HorizontalMergeColumn = null;
- this.dgvGoodsImage.IsAutoCountSum = true;
- this.dgvGoodsImage.IsAutoResizeColumns = false;
- this.dgvGoodsImage.IsClickF12 = false;
- this.dgvGoodsImage.IsOpenMergeCellFlag = false;
- this.dgvGoodsImage.IsSubTotalFlag = false;
- this.dgvGoodsImage.IsTopDeep = false;
- this.dgvGoodsImage.Location = new System.Drawing.Point(0, 95);
- this.dgvGoodsImage.MergeColumnNames = null;
- this.dgvGoodsImage.MergeDetailColumnNames = null;
- this.dgvGoodsImage.MergeDetailOnlyColumn = null;
- this.dgvGoodsImage.MergeOnlyColumn = null;
- this.dgvGoodsImage.MultiSelect = false;
- this.dgvGoodsImage.Name = "dgvGoodsImage";
- this.dgvGoodsImage.ReadOnly = true;
- this.dgvGoodsImage.RefreshAtHscroll = false;
- this.dgvGoodsImage.RowHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
- this.dgvGoodsImage.RowHeadersWidth = 50;
- this.dgvGoodsImage.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
- dataGridViewCellStyle3.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
- this.dgvGoodsImage.RowsDefaultCellStyle = dataGridViewCellStyle3;
- this.dgvGoodsImage.RowTemplate.Height = 21;
- this.dgvGoodsImage.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
- this.dgvGoodsImage.Size = new System.Drawing.Size(966, 464);
- this.dgvGoodsImage.SortOrderColumnName = null;
- this.dgvGoodsImage.TabIndex = 2;
- this.dgvGoodsImage.Tag = true;
- this.dgvGoodsImage.TotalSumColumns = null;
- this.dgvGoodsImage.ViewRowFilter = "";
- this.dgvGoodsImage.VirtualNodes = false;
- this.dgvGoodsImage.SelectionChanged += new System.EventHandler(this.dgvInvoice_SelectionChanged);
- //
- // gbxCondition
- //
- this.gbxCondition.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.gbxCondition.BackColor = System.Drawing.Color.Transparent;
- this.gbxCondition.Controls.Add(this.txtMATNR);
- this.gbxCondition.Controls.Add(this.lblInvoiceLayoutName);
- this.gbxCondition.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.gbxCondition.ForeColor = System.Drawing.SystemColors.ControlText;
- this.gbxCondition.Location = new System.Drawing.Point(0, 40);
- this.gbxCondition.Name = "gbxCondition";
- this.gbxCondition.Size = new System.Drawing.Size(966, 49);
- this.gbxCondition.TabIndex = 1;
- this.gbxCondition.TabStop = false;
- this.gbxCondition.Text = "查询条件";
- //
- // tsrSupplier
- //
- this.tsrSupplier.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.tsrSupplier.ImageScalingSize = new System.Drawing.Size(20, 20);
- this.tsrSupplier.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
- this.tsbtnSearch,
- this.tsbtnClearCondition,
- this.toolStripSeparator4,
- this.tsbtnAddInvoice,
- this.tsbtnDelete,
- this.toolStripSeparator1,
- this.toolStripSeparator2,
- this.tsbtnAdaptive,
- this.tsbtnClose});
- this.tsrSupplier.Location = new System.Drawing.Point(0, 0);
- this.tsrSupplier.Name = "tsrSupplier";
- this.tsrSupplier.Size = new System.Drawing.Size(969, 35);
- this.tsrSupplier.TabIndex = 3;
- this.tsrSupplier.Text = "tsrToolStrip1";
- //
- // tsbtnSearch
- //
- this.tsbtnSearch.AutoSize = false;
- this.tsbtnSearch.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.tsbtnSearch.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
- this.tsbtnSearch.ImageTransparentColor = System.Drawing.Color.Magenta;
- this.tsbtnSearch.Name = "tsbtnSearch";
- this.tsbtnSearch.Size = new System.Drawing.Size(60, 25);
- this.tsbtnSearch.Text = "查询(&Q)";
- this.tsbtnSearch.Click += new System.EventHandler(this.tsbtnSearch_Click);
- //
- // tsbtnClearCondition
- //
- this.tsbtnClearCondition.AutoSize = false;
- this.tsbtnClearCondition.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.tsbtnClearCondition.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
- this.tsbtnClearCondition.ImageTransparentColor = System.Drawing.Color.Magenta;
- this.tsbtnClearCondition.Name = "tsbtnClearCondition";
- this.tsbtnClearCondition.Size = new System.Drawing.Size(80, 25);
- this.tsbtnClearCondition.Text = "清空条件(&C)";
- this.tsbtnClearCondition.Click += new System.EventHandler(this.tsbtnClearCondition_Click);
- //
- // toolStripSeparator4
- //
- this.toolStripSeparator4.AutoSize = false;
- this.toolStripSeparator4.Name = "toolStripSeparator4";
- this.toolStripSeparator4.Size = new System.Drawing.Size(6, 25);
- //
- // tsbtnAddInvoice
- //
- this.tsbtnAddInvoice.AutoSize = false;
- this.tsbtnAddInvoice.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.tsbtnAddInvoice.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
- this.tsbtnAddInvoice.ImageTransparentColor = System.Drawing.Color.Magenta;
- this.tsbtnAddInvoice.Name = "tsbtnAddInvoice";
- this.tsbtnAddInvoice.Size = new System.Drawing.Size(60, 25);
- this.tsbtnAddInvoice.Text = "新建";
- this.tsbtnAddInvoice.Click += new System.EventHandler(this.tsbtnAddInvoice_Click);
- //
- // tsbtnDelete
- //
- this.tsbtnDelete.AutoSize = false;
- this.tsbtnDelete.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.tsbtnDelete.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
- this.tsbtnDelete.ImageTransparentColor = System.Drawing.Color.Magenta;
- this.tsbtnDelete.Name = "tsbtnDelete";
- this.tsbtnDelete.Size = new System.Drawing.Size(60, 25);
- this.tsbtnDelete.Text = "删除";
- this.tsbtnDelete.Click += new System.EventHandler(this.tsbtnDelete_Click);
- //
- // toolStripSeparator1
- //
- this.toolStripSeparator1.AutoSize = false;
- this.toolStripSeparator1.Name = "toolStripSeparator1";
- this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25);
- //
- // toolStripSeparator2
- //
- this.toolStripSeparator2.AutoSize = false;
- this.toolStripSeparator2.Name = "toolStripSeparator2";
- this.toolStripSeparator2.Size = new System.Drawing.Size(6, 25);
- this.toolStripSeparator2.Visible = false;
- //
- // tsbtnAdaptive
- //
- this.tsbtnAdaptive.AutoSize = false;
- this.tsbtnAdaptive.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.tsbtnAdaptive.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
- this.tsbtnAdaptive.ImageTransparentColor = System.Drawing.Color.Magenta;
- this.tsbtnAdaptive.Name = "tsbtnAdaptive";
- this.tsbtnAdaptive.Size = new System.Drawing.Size(90, 25);
- this.tsbtnAdaptive.Text = "自适应列宽(&A)";
- this.tsbtnAdaptive.Click += new System.EventHandler(this.tsbtnAdaptive_Click);
- //
- // tsbtnClose
- //
- this.tsbtnClose.AutoSize = false;
- this.tsbtnClose.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.tsbtnClose.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
- this.tsbtnClose.ImageTransparentColor = System.Drawing.Color.Magenta;
- this.tsbtnClose.Name = "tsbtnClose";
- this.tsbtnClose.Size = new System.Drawing.Size(60, 25);
- this.tsbtnClose.Text = "关闭(&X)";
- this.tsbtnClose.Click += new System.EventHandler(this.tsbtnClose_Click);
- //
- // MATERIALCODE
- //
- this.MATERIALCODE.DataPropertyName = "MATERIALCODE";
- this.MATERIALCODE.HeaderText = "物料编码";
- this.MATERIALCODE.Name = "MATERIALCODE";
- this.MATERIALCODE.ReadOnly = true;
- this.MATERIALCODE.Width = 150;
- //
- // IMAGE
- //
- this.IMAGE.DataPropertyName = "IMAGE";
- this.IMAGE.HeaderText = "图片(二进制编码)";
- this.IMAGE.Name = "IMAGE";
- this.IMAGE.ReadOnly = true;
- this.IMAGE.Visible = false;
- this.IMAGE.Width = 170;
- //
- // ishave
- //
- this.ishave.HeaderText = "存在图片";
- this.ishave.Name = "ishave";
- this.ishave.ReadOnly = true;
- this.ishave.Visible = false;
- //
- // F_MST_GoodsImage
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(969, 562);
- this.Controls.Add(this.tsrSupplier);
- this.Controls.Add(this.dgvGoodsImage);
- this.Controls.Add(this.gbxCondition);
- this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
- this.Margin = new System.Windows.Forms.Padding(4);
- this.Name = "F_MST_GoodsImage";
- this.TabText = "";
- this.Text = "产品线性图";
- this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
- this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.F_MST_GoodsImage_FormClosed);
- this.Load += new System.EventHandler(this.F_MST_GoodsImage_Load);
- ((System.ComponentModel.ISupportInitialize)(this.dgvGoodsImage)).EndInit();
- this.gbxCondition.ResumeLayout(false);
- this.gbxCondition.PerformLayout();
- this.tsrSupplier.ResumeLayout(false);
- this.tsrSupplier.PerformLayout();
- this.ResumeLayout(false);
- }
- #endregion
- private WinForm.Controls.TxtTextBox txtMATNR;
- private Dongke.IBOSS.PRD.Basics.BaseControls.C_Label lblInvoiceLayoutName;
- private Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView dgvGoodsImage;
- private System.Windows.Forms.GroupBox gbxCondition;
- private WinForm.Controls.TsrToolStrip tsrSupplier;
- private System.Windows.Forms.ToolStripButton tsbtnSearch;
- private System.Windows.Forms.ToolStripButton tsbtnClearCondition;
- private System.Windows.Forms.ToolStripSeparator toolStripSeparator4;
- private System.Windows.Forms.ToolStripButton tsbtnAddInvoice;
- private System.Windows.Forms.ToolStripButton tsbtnAdaptive;
- private System.Windows.Forms.ToolStripButton tsbtnClose;
- private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
- private System.Windows.Forms.ToolStripSeparator toolStripSeparator2;
- private System.Windows.Forms.ToolStripButton tsbtnDelete;
- private System.Windows.Forms.DataGridViewTextBoxColumn MATERIALCODE;
- private System.Windows.Forms.DataGridViewTextBoxColumn IMAGE;
- private System.Windows.Forms.DataGridViewTextBoxColumn ishave;
- }
- }
|