| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143 |
- 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.angle = new System.Windows.Forms.TextBox();
- this.lap_param1_label = new System.Windows.Forms.Label();
- this.Y = new System.Windows.Forms.TextBox();
- this.lap_param3_labe = new System.Windows.Forms.Label();
- this.X = new System.Windows.Forms.TextBox();
- this.lap_param2_label = new System.Windows.Forms.Label();
- this.Confirm = new System.Windows.Forms.Button();
- this.SuspendLayout();
- //
- // angle
- //
- this.angle.Location = new System.Drawing.Point(296, 185);
- this.angle.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6);
- this.angle.Name = "angle";
- this.angle.Size = new System.Drawing.Size(174, 35);
- this.angle.TabIndex = 0;
- //
- // lap_param1_label
- //
- this.lap_param1_label.AutoSize = true;
- this.lap_param1_label.BackColor = System.Drawing.Color.Transparent;
- this.lap_param1_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.lap_param1_label.Location = new System.Drawing.Point(200, 185);
- this.lap_param1_label.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
- this.lap_param1_label.Name = "lap_param1_label";
- this.lap_param1_label.Size = new System.Drawing.Size(82, 41);
- this.lap_param1_label.TabIndex = 61;
- this.lap_param1_label.Text = "角度";
- //
- // Y
- //
- this.Y.Location = new System.Drawing.Point(296, 393);
- this.Y.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6);
- this.Y.Name = "Y";
- this.Y.Size = new System.Drawing.Size(174, 35);
- this.Y.TabIndex = 4;
- //
- // 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(202, 389);
- 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(37, 41);
- this.lap_param3_labe.TabIndex = 65;
- this.lap_param3_labe.Text = "Y";
- //
- // X
- //
- this.X.Location = new System.Drawing.Point(296, 291);
- this.X.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6);
- this.X.Name = "X";
- this.X.Size = new System.Drawing.Size(174, 35);
- this.X.TabIndex = 2;
- //
- // lap_param2_label
- //
- this.lap_param2_label.AutoSize = true;
- this.lap_param2_label.BackColor = System.Drawing.Color.Transparent;
- this.lap_param2_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.lap_param2_label.Location = new System.Drawing.Point(202, 287);
- this.lap_param2_label.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
- this.lap_param2_label.Name = "lap_param2_label";
- this.lap_param2_label.Size = new System.Drawing.Size(39, 41);
- this.lap_param2_label.TabIndex = 69;
- this.lap_param2_label.Text = "X";
- //
- // Confirm
- //
- this.Confirm.Location = new System.Drawing.Point(296, 616);
- this.Confirm.Margin = new System.Windows.Forms.Padding(6, 6, 6, 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);
- //
- // 贴标角度设置
- //
- 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.Confirm);
- this.Controls.Add(this.X);
- this.Controls.Add(this.lap_param2_label);
- this.Controls.Add(this.Y);
- this.Controls.Add(this.lap_param3_labe);
- this.Controls.Add(this.angle);
- this.Controls.Add(this.lap_param1_label);
- this.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6);
- this.Name = "贴标角度设置";
- this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
- this.Text = "附加内容打印";
- this.Load += new System.EventHandler(this.附件内容打印_Load);
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- #endregion
- private System.Windows.Forms.TextBox angle;
- private System.Windows.Forms.Label lap_param1_label;
- private System.Windows.Forms.TextBox Y;
- private System.Windows.Forms.Label lap_param3_labe;
- private System.Windows.Forms.TextBox X;
- private System.Windows.Forms.Label lap_param2_label;
- private System.Windows.Forms.Button Confirm;
- }
- }
|