| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183 |
- namespace Dongke.IBOSS.PRD.Client.Controls
- {
- partial class F_MST_GoodsImageAdd
- {
- /// <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()
- {
- this.components = new System.ComponentModel.Container();
- System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(F_MST_GoodsImageAdd));
- this.btnCancel = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
- this.btnSave = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
- this.txtMATNR = new Dongke.WinForm.Controls.TxtTextBox();
- this.lblInvoiceLayoutName = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
- this.picGoodsImage = new System.Windows.Forms.PictureBox();
- this.btnUpload = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
- this.odlgFile = new System.Windows.Forms.OpenFileDialog();
- this.ilPic = new System.Windows.Forms.ImageList(this.components);
- this.lvPic = new System.Windows.Forms.ListView();
- ((System.ComponentModel.ISupportInitialize)(this.picGoodsImage)).BeginInit();
- this.SuspendLayout();
- //
- // btnCancel
- //
- this.btnCancel.BackColor = System.Drawing.Color.Transparent;
- this.btnCancel.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnCancel.BackgroundImage")));
- this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
- this.btnCancel.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.btnCancel.ForeColor = System.Drawing.Color.White;
- this.btnCancel.Location = new System.Drawing.Point(297, 414);
- this.btnCancel.Name = "btnCancel";
- this.btnCancel.Size = new System.Drawing.Size(85, 33);
- this.btnCancel.TabIndex = 10;
- this.btnCancel.Text = "取消";
- this.btnCancel.UseVisualStyleBackColor = false;
- this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
- //
- // btnSave
- //
- this.btnSave.BackColor = System.Drawing.Color.Transparent;
- this.btnSave.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSave.BackgroundImage")));
- this.btnSave.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.btnSave.ForeColor = System.Drawing.Color.White;
- this.btnSave.Location = new System.Drawing.Point(205, 413);
- this.btnSave.Name = "btnSave";
- this.btnSave.Size = new System.Drawing.Size(85, 33);
- this.btnSave.TabIndex = 9;
- this.btnSave.Text = "确定";
- this.btnSave.UseVisualStyleBackColor = false;
- this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
- //
- // 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, 5);
- this.txtMATNR.Name = "txtMATNR";
- this.txtMATNR.Size = new System.Drawing.Size(120, 21);
- this.txtMATNR.TabIndex = 12;
- //
- // 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, 9);
- this.lblInvoiceLayoutName.Name = "lblInvoiceLayoutName";
- this.lblInvoiceLayoutName.Size = new System.Drawing.Size(53, 12);
- this.lblInvoiceLayoutName.TabIndex = 11;
- this.lblInvoiceLayoutName.Text = "物料编码";
- //
- // picGoodsImage
- //
- this.picGoodsImage.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
- this.picGoodsImage.Location = new System.Drawing.Point(14, 33);
- this.picGoodsImage.Name = "picGoodsImage";
- this.picGoodsImage.Size = new System.Drawing.Size(370, 375);
- this.picGoodsImage.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
- this.picGoodsImage.TabIndex = 13;
- this.picGoodsImage.TabStop = false;
- //
- // btnUpload
- //
- this.btnUpload.BackColor = System.Drawing.Color.Transparent;
- this.btnUpload.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnUpload.BackgroundImage")));
- this.btnUpload.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.btnUpload.ForeColor = System.Drawing.Color.White;
- this.btnUpload.Location = new System.Drawing.Point(205, 5);
- this.btnUpload.Name = "btnUpload";
- this.btnUpload.Size = new System.Drawing.Size(55, 21);
- this.btnUpload.TabIndex = 43;
- this.btnUpload.Text = "上传(&U)";
- this.btnUpload.UseVisualStyleBackColor = false;
- this.btnUpload.Click += new System.EventHandler(this.btnUpload_Click);
- //
- // odlgFile
- //
- this.odlgFile.FileName = "openFileDialog1";
- //
- // ilPic
- //
- this.ilPic.ColorDepth = System.Windows.Forms.ColorDepth.Depth8Bit;
- this.ilPic.ImageSize = new System.Drawing.Size(16, 16);
- this.ilPic.TransparentColor = System.Drawing.Color.Transparent;
- //
- // lvPic
- //
- this.lvPic.HideSelection = false;
- this.lvPic.Location = new System.Drawing.Point(64, 443);
- this.lvPic.Name = "lvPic";
- this.lvPic.Size = new System.Drawing.Size(103, 21);
- this.lvPic.TabIndex = 41;
- this.lvPic.UseCompatibleStateImageBehavior = false;
- this.lvPic.Visible = false;
- //
- // F_MST_GoodsImageAdd
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.CancelButton = this.btnCancel;
- this.ClientSize = new System.Drawing.Size(394, 472);
- this.Controls.Add(this.btnUpload);
- this.Controls.Add(this.picGoodsImage);
- this.Controls.Add(this.txtMATNR);
- this.Controls.Add(this.lblInvoiceLayoutName);
- this.Controls.Add(this.btnSave);
- this.Controls.Add(this.btnCancel);
- this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
- this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
- this.IsSaveFormSize = false;
- this.Margin = new System.Windows.Forms.Padding(5);
- this.MaximizeBox = false;
- this.MinimizeBox = false;
- this.Name = "F_MST_GoodsImageAdd";
- this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
- this.Text = "新建产品线性图";
- this.Load += new System.EventHandler(this.F_MST_GoodsImageAdd_Load);
- this.Controls.SetChildIndex(this.btnCancel, 0);
- this.Controls.SetChildIndex(this.btnSave, 0);
- this.Controls.SetChildIndex(this.lblInvoiceLayoutName, 0);
- this.Controls.SetChildIndex(this.txtMATNR, 0);
- this.Controls.SetChildIndex(this.picGoodsImage, 0);
- this.Controls.SetChildIndex(this.btnUpload, 0);
- ((System.ComponentModel.ISupportInitialize)(this.picGoodsImage)).EndInit();
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- #endregion
- private Dongke.IBOSS.PRD.Basics.BaseControls.C_Button btnCancel;
- private Dongke.IBOSS.PRD.Basics.BaseControls.C_Button btnSave;
- private WinForm.Controls.TxtTextBox txtMATNR;
- private Basics.BaseControls.C_Label lblInvoiceLayoutName;
- private System.Windows.Forms.PictureBox picGoodsImage;
- private Basics.BaseControls.C_Button btnUpload;
- private System.Windows.Forms.OpenFileDialog odlgFile;
- private System.Windows.Forms.ImageList ilPic;
- private System.Windows.Forms.ListView lvPic;
- }
- }
|