123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121 |
- namespace UAS_MES_NEW.Query
- {
- partial class BarCodePrint
- {
- /// <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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(BarCodePrint));
- this.label1_lll_ = new System.Windows.Forms.Label();
- this.PrintBarCode = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
- this.bar_remain = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SnCollectionBox();
- this.newbarcode = new System.Windows.Forms.Label();
- this.SuspendLayout();
- //
- // label1_lll_
- //
- this.label1_lll_.AutoSize = true;
- this.label1_lll_.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label1_lll_.Location = new System.Drawing.Point(143, 56);
- this.label1_lll_.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.label1_lll_.Name = "label1_lll_";
- this.label1_lll_.Size = new System.Drawing.Size(82, 41);
- this.label1_lll_.TabIndex = 221;
- this.label1_lll_.Text = "数量";
- //
- // PrintBarCode
- //
- this.PrintBarCode.AllPower = null;
- this.PrintBarCode.BackColor = System.Drawing.Color.Transparent;
- this.PrintBarCode.DownImage = ((System.Drawing.Image)(resources.GetObject("PrintBarCode.DownImage")));
- this.PrintBarCode.Image = null;
- this.PrintBarCode.IsShowBorder = true;
- this.PrintBarCode.Location = new System.Drawing.Point(296, 147);
- this.PrintBarCode.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
- this.PrintBarCode.MoveImage = ((System.Drawing.Image)(resources.GetObject("PrintBarCode.MoveImage")));
- this.PrintBarCode.Name = "PrintBarCode";
- this.PrintBarCode.NormalImage = ((System.Drawing.Image)(resources.GetObject("PrintBarCode.NormalImage")));
- this.PrintBarCode.Power = null;
- this.PrintBarCode.Size = new System.Drawing.Size(112, 45);
- this.PrintBarCode.TabIndex = 227;
- this.PrintBarCode.Text = "打印";
- this.PrintBarCode.UseVisualStyleBackColor = false;
- this.PrintBarCode.Click += new System.EventHandler(this.PrintBarCode_Click);
- //
- // bar_remain
- //
- this.bar_remain.AllPower = null;
- this.bar_remain.BackColor = System.Drawing.Color.White;
- this.bar_remain.ID = null;
- this.bar_remain.Location = new System.Drawing.Point(261, 62);
- this.bar_remain.Margin = new System.Windows.Forms.Padding(4);
- this.bar_remain.Name = "bar_remain";
- this.bar_remain.Power = null;
- this.bar_remain.Size = new System.Drawing.Size(212, 35);
- this.bar_remain.Str = null;
- this.bar_remain.Str1 = null;
- this.bar_remain.Str2 = null;
- this.bar_remain.TabIndex = 222;
- //
- // newbarcode
- //
- this.newbarcode.AutoSize = true;
- this.newbarcode.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.newbarcode.Location = new System.Drawing.Point(254, 9);
- this.newbarcode.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.newbarcode.Name = "newbarcode";
- this.newbarcode.Size = new System.Drawing.Size(0, 41);
- this.newbarcode.TabIndex = 228;
- this.newbarcode.Visible = false;
- //
- // BarCodePrint
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(12F, 24F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(731, 249);
- this.Controls.Add(this.newbarcode);
- this.Controls.Add(this.PrintBarCode);
- this.Controls.Add(this.bar_remain);
- this.Controls.Add(this.label1_lll_);
- this.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
- this.MaximizeBox = false;
- this.Name = "BarCodePrint";
- this.Tag = "ShowDialogWindow";
- this.Text = "生产退料条码";
- this.Load += new System.EventHandler(this.BarCodePrint_Load);
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- #endregion
- private CustomControl.TextBoxWithIcon.SnCollectionBox bar_remain;
- private System.Windows.Forms.Label label1_lll_;
- private CustomControl.ButtonUtil.NormalButton PrintBarCode;
- private System.Windows.Forms.Label newbarcode;
- }
- }
|