123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117 |
- namespace UAS_LabelMachine
- {
- partial class 内部标签打印
- {
- /// <summary>
- /// Required designer variable.
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// Clean up any resources being used.
- /// </summary>
- /// <lap_param name="disposing">true if managed resources should be disposed; otherwise, false.</lap_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 lap_values of this method with the code editor.
- /// </summary>
- private void InitializeComponent()
- {
- this.Barcode = new System.Windows.Forms.TextBox();
- this.lap_param3_labe = new System.Windows.Forms.Label();
- this.Confirm = new System.Windows.Forms.Button();
- this.label1 = new System.Windows.Forms.Label();
- this.Brand = new System.Windows.Forms.TextBox();
- this.SuspendLayout();
- //
- // Barcode
- //
- this.Barcode.Location = new System.Drawing.Point(184, 135);
- this.Barcode.Margin = new System.Windows.Forms.Padding(6);
- this.Barcode.Name = "Barcode";
- this.Barcode.Size = new System.Drawing.Size(422, 35);
- this.Barcode.TabIndex = 4;
- this.Barcode.KeyDown += new System.Windows.Forms.KeyEventHandler(this.Y_KeyDown);
- //
- // lap_param3_labe
- //
- this.lap_param3_labe.AutoSize = true;
- this.lap_param3_labe.BackColor = System.Drawing.Color.Transparent;
- this.lap_param3_labe.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.lap_param3_labe.Location = new System.Drawing.Point(73, 129);
- this.lap_param3_labe.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
- this.lap_param3_labe.Name = "lap_param3_labe";
- this.lap_param3_labe.Size = new System.Drawing.Size(82, 41);
- this.lap_param3_labe.TabIndex = 65;
- this.lap_param3_labe.Text = "参数";
- //
- // Confirm
- //
- this.Confirm.Location = new System.Drawing.Point(296, 616);
- this.Confirm.Margin = new System.Windows.Forms.Padding(6);
- this.Confirm.Name = "Confirm";
- this.Confirm.Size = new System.Drawing.Size(150, 46);
- this.Confirm.TabIndex = 81;
- this.Confirm.Text = "确认";
- this.Confirm.UseVisualStyleBackColor = true;
- this.Confirm.Click += new System.EventHandler(this.Confirm_Click);
- //
- // label1
- //
- this.label1.AutoSize = true;
- this.label1.BackColor = System.Drawing.Color.Transparent;
- this.label1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label1.Location = new System.Drawing.Point(73, 216);
- this.label1.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(82, 41);
- this.label1.TabIndex = 82;
- this.label1.Text = "品牌";
- //
- // Brand
- //
- this.Brand.Location = new System.Drawing.Point(184, 225);
- this.Brand.Margin = new System.Windows.Forms.Padding(6);
- this.Brand.Name = "Brand";
- this.Brand.Size = new System.Drawing.Size(422, 35);
- this.Brand.TabIndex = 83;
- //
- // 内部标签打印
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(12F, 24F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(728, 718);
- this.Controls.Add(this.Brand);
- this.Controls.Add(this.label1);
- this.Controls.Add(this.Confirm);
- this.Controls.Add(this.Barcode);
- this.Controls.Add(this.lap_param3_labe);
- this.Margin = new System.Windows.Forms.Padding(6);
- this.Name = "内部标签打印";
- this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
- this.Text = "附加内容打印";
- this.Load += new System.EventHandler(this.附件内容打印_Load);
- this.ResumeLayout(true);
- this.PerformLayout();
- }
- #endregion
- private System.Windows.Forms.TextBox Barcode;
- private System.Windows.Forms.Label lap_param3_labe;
- private System.Windows.Forms.Button Confirm;
- private System.Windows.Forms.Label label1;
- private System.Windows.Forms.TextBox Brand;
- }
- }
|