namespace UAS_LabelMachine { partial class 贴标角度设置 { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the lap_values of this method with the code editor. /// 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.Bottom = new System.Windows.Forms.RadioButton(); this.Top = new System.Windows.Forms.RadioButton(); this.Left = new System.Windows.Forms.RadioButton(); this.Right = new System.Windows.Forms.RadioButton(); this.Cover = new System.Windows.Forms.RadioButton(); this.SuspendLayout(); // // angle // this.angle.Location = new System.Drawing.Point(148, 126); this.angle.Name = "angle"; this.angle.Size = new System.Drawing.Size(89, 21); 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(100, 126); this.lap_param1_label.Name = "lap_param1_label"; this.lap_param1_label.Size = new System.Drawing.Size(42, 21); this.lap_param1_label.TabIndex = 61; this.lap_param1_label.Text = "角度"; // // Y // this.Y.Location = new System.Drawing.Point(148, 230); this.Y.Name = "Y"; this.Y.Size = new System.Drawing.Size(89, 21); 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(101, 228); this.lap_param3_labe.Name = "lap_param3_labe"; this.lap_param3_labe.Size = new System.Drawing.Size(20, 21); this.lap_param3_labe.TabIndex = 65; this.lap_param3_labe.Text = "Y"; // // X // this.X.Location = new System.Drawing.Point(148, 180); this.X.Name = "X"; this.X.Size = new System.Drawing.Size(89, 21); 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(101, 178); this.lap_param2_label.Name = "lap_param2_label"; this.lap_param2_label.Size = new System.Drawing.Size(20, 21); this.lap_param2_label.TabIndex = 69; this.lap_param2_label.Text = "X"; // // Confirm // this.Confirm.Location = new System.Drawing.Point(148, 308); this.Confirm.Name = "Confirm"; this.Confirm.Size = new System.Drawing.Size(75, 23); this.Confirm.TabIndex = 81; this.Confirm.Text = "确认"; this.Confirm.UseVisualStyleBackColor = true; this.Confirm.Click += new System.EventHandler(this.Confirm_Click); // // Bottom // this.Bottom.AutoSize = true; this.Bottom.Location = new System.Drawing.Point(72, 16); this.Bottom.Name = "Bottom"; this.Bottom.Size = new System.Drawing.Size(47, 16); this.Bottom.TabIndex = 82; this.Bottom.TabStop = true; this.Bottom.Text = "下标"; this.Bottom.UseVisualStyleBackColor = true; this.Bottom.CheckedChanged += new System.EventHandler(this.Button_CheckedChanged); // // Top // this.Top.AutoSize = true; this.Top.Location = new System.Drawing.Point(72, 51); this.Top.Name = "Top"; this.Top.Size = new System.Drawing.Size(59, 16); this.Top.TabIndex = 83; this.Top.TabStop = true; this.Top.Text = "贴上标"; this.Top.UseVisualStyleBackColor = true; this.Top.CheckedChanged += new System.EventHandler(this.Button_CheckedChanged); // // Left // this.Left.AutoSize = true; this.Left.Location = new System.Drawing.Point(198, 17); this.Left.Name = "Left"; this.Left.Size = new System.Drawing.Size(47, 16); this.Left.TabIndex = 84; this.Left.TabStop = true; this.Left.Text = "左标"; this.Left.UseVisualStyleBackColor = true; this.Left.CheckedChanged += new System.EventHandler(this.Button_CheckedChanged); // // Right // this.Right.AutoSize = true; this.Right.Location = new System.Drawing.Point(198, 52); this.Right.Name = "Right"; this.Right.Size = new System.Drawing.Size(47, 16); this.Right.TabIndex = 85; this.Right.TabStop = true; this.Right.Text = "右标"; this.Right.UseVisualStyleBackColor = true; this.Right.CheckedChanged += new System.EventHandler(this.Button_CheckedChanged); // // Cover // this.Cover.AutoSize = true; this.Cover.Location = new System.Drawing.Point(72, 85); this.Cover.Name = "Cover"; this.Cover.Size = new System.Drawing.Size(59, 16); this.Cover.TabIndex = 86; this.Cover.TabStop = true; this.Cover.Text = "盖上标"; this.Cover.UseVisualStyleBackColor = true; this.Cover.CheckedChanged += new System.EventHandler(this.Button_CheckedChanged); // // 贴标角度设置 // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(364, 359); this.Controls.Add(this.Cover); this.Controls.Add(this.Right); this.Controls.Add(this.Left); this.Controls.Add(this.Top); this.Controls.Add(this.Bottom); 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.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; private System.Windows.Forms.RadioButton Bottom; private System.Windows.Forms.RadioButton Top; private System.Windows.Forms.RadioButton Left; private System.Windows.Forms.RadioButton Right; private System.Windows.Forms.RadioButton Cover; } }