326 lines
16 KiB
C#
326 lines
16 KiB
C#
namespace SuperMap.RealEstate.HighWay.PrintGoods
|
|
{
|
|
partial class SetRowXY
|
|
{
|
|
/// <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.groupBox1 = new System.Windows.Forms.GroupBox();
|
|
this.textY6 = new System.Windows.Forms.TextBox();
|
|
this.textY5 = new System.Windows.Forms.TextBox();
|
|
this.textY4 = new System.Windows.Forms.TextBox();
|
|
this.textY3 = new System.Windows.Forms.TextBox();
|
|
this.textY2 = new System.Windows.Forms.TextBox();
|
|
this.BtnSet = new System.Windows.Forms.Button();
|
|
this.textY1 = new System.Windows.Forms.TextBox();
|
|
this.label13 = new System.Windows.Forms.Label();
|
|
this.label14 = new System.Windows.Forms.Label();
|
|
this.label15 = new System.Windows.Forms.Label();
|
|
this.label16 = new System.Windows.Forms.Label();
|
|
this.label17 = new System.Windows.Forms.Label();
|
|
this.label18 = new System.Windows.Forms.Label();
|
|
this.label5 = new System.Windows.Forms.Label();
|
|
this.label6 = new System.Windows.Forms.Label();
|
|
this.label3 = new System.Windows.Forms.Label();
|
|
this.label4 = new System.Windows.Forms.Label();
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.groupBox1.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// groupBox1
|
|
//
|
|
this.groupBox1.Controls.Add(this.textY6);
|
|
this.groupBox1.Controls.Add(this.textY5);
|
|
this.groupBox1.Controls.Add(this.textY4);
|
|
this.groupBox1.Controls.Add(this.textY3);
|
|
this.groupBox1.Controls.Add(this.textY2);
|
|
this.groupBox1.Controls.Add(this.BtnSet);
|
|
this.groupBox1.Controls.Add(this.textY1);
|
|
this.groupBox1.Controls.Add(this.label13);
|
|
this.groupBox1.Controls.Add(this.label14);
|
|
this.groupBox1.Controls.Add(this.label15);
|
|
this.groupBox1.Controls.Add(this.label16);
|
|
this.groupBox1.Controls.Add(this.label17);
|
|
this.groupBox1.Controls.Add(this.label18);
|
|
this.groupBox1.Controls.Add(this.label5);
|
|
this.groupBox1.Controls.Add(this.label6);
|
|
this.groupBox1.Controls.Add(this.label3);
|
|
this.groupBox1.Controls.Add(this.label4);
|
|
this.groupBox1.Controls.Add(this.label2);
|
|
this.groupBox1.Controls.Add(this.label1);
|
|
this.groupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.groupBox1.Location = new System.Drawing.Point(0, 0);
|
|
this.groupBox1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
|
this.groupBox1.Name = "groupBox1";
|
|
this.groupBox1.Padding = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
|
this.groupBox1.Size = new System.Drawing.Size(392, 390);
|
|
this.groupBox1.TabIndex = 0;
|
|
this.groupBox1.TabStop = false;
|
|
this.groupBox1.Text = "行间距设置";
|
|
//
|
|
// textY6
|
|
//
|
|
this.textY6.Location = new System.Drawing.Point(216, 291);
|
|
this.textY6.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
|
this.textY6.Name = "textY6";
|
|
this.textY6.Size = new System.Drawing.Size(85, 25);
|
|
this.textY6.TabIndex = 36;
|
|
this.textY6.Text = "0";
|
|
this.textY6.Visible = false;
|
|
//
|
|
// textY5
|
|
//
|
|
this.textY5.Location = new System.Drawing.Point(216, 254);
|
|
this.textY5.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
|
this.textY5.Name = "textY5";
|
|
this.textY5.Size = new System.Drawing.Size(85, 25);
|
|
this.textY5.TabIndex = 33;
|
|
this.textY5.Text = "0";
|
|
//
|
|
// textY4
|
|
//
|
|
this.textY4.Location = new System.Drawing.Point(216, 205);
|
|
this.textY4.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
|
this.textY4.Name = "textY4";
|
|
this.textY4.Size = new System.Drawing.Size(85, 25);
|
|
this.textY4.TabIndex = 30;
|
|
this.textY4.Text = "0";
|
|
//
|
|
// textY3
|
|
//
|
|
this.textY3.Location = new System.Drawing.Point(216, 154);
|
|
this.textY3.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
|
this.textY3.Name = "textY3";
|
|
this.textY3.Size = new System.Drawing.Size(85, 25);
|
|
this.textY3.TabIndex = 27;
|
|
this.textY3.Text = "0";
|
|
//
|
|
// textY2
|
|
//
|
|
this.textY2.Location = new System.Drawing.Point(216, 104);
|
|
this.textY2.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
|
this.textY2.Name = "textY2";
|
|
this.textY2.Size = new System.Drawing.Size(85, 25);
|
|
this.textY2.TabIndex = 24;
|
|
this.textY2.Text = "0";
|
|
//
|
|
// BtnSet
|
|
//
|
|
this.BtnSet.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.BtnSet.Location = new System.Drawing.Point(216, 324);
|
|
this.BtnSet.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
|
this.BtnSet.Name = "BtnSet";
|
|
this.BtnSet.Size = new System.Drawing.Size(148, 45);
|
|
this.BtnSet.TabIndex = 50;
|
|
this.BtnSet.Text = "确定间距";
|
|
this.BtnSet.UseVisualStyleBackColor = true;
|
|
this.BtnSet.Click += new System.EventHandler(this.BtnSet1_Click);
|
|
//
|
|
// textY1
|
|
//
|
|
this.textY1.Location = new System.Drawing.Point(216, 54);
|
|
this.textY1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
|
this.textY1.Name = "textY1";
|
|
this.textY1.Size = new System.Drawing.Size(85, 25);
|
|
this.textY1.TabIndex = 21;
|
|
this.textY1.Text = "0";
|
|
//
|
|
// label13
|
|
//
|
|
this.label13.AutoSize = true;
|
|
this.label13.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.label13.Location = new System.Drawing.Point(311, 294);
|
|
this.label13.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.label13.Name = "label13";
|
|
this.label13.Size = new System.Drawing.Size(49, 20);
|
|
this.label13.TabIndex = 19;
|
|
this.label13.Text = "(px)";
|
|
this.label13.Visible = false;
|
|
//
|
|
// label14
|
|
//
|
|
this.label14.AutoSize = true;
|
|
this.label14.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.label14.Location = new System.Drawing.Point(311, 258);
|
|
this.label14.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.label14.Name = "label14";
|
|
this.label14.Size = new System.Drawing.Size(49, 20);
|
|
this.label14.TabIndex = 18;
|
|
this.label14.Text = "(px)";
|
|
//
|
|
// label15
|
|
//
|
|
this.label15.AutoSize = true;
|
|
this.label15.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.label15.Location = new System.Drawing.Point(311, 208);
|
|
this.label15.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.label15.Name = "label15";
|
|
this.label15.Size = new System.Drawing.Size(49, 20);
|
|
this.label15.TabIndex = 17;
|
|
this.label15.Text = "(px)";
|
|
//
|
|
// label16
|
|
//
|
|
this.label16.AutoSize = true;
|
|
this.label16.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.label16.Location = new System.Drawing.Point(311, 158);
|
|
this.label16.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.label16.Name = "label16";
|
|
this.label16.Size = new System.Drawing.Size(49, 20);
|
|
this.label16.TabIndex = 16;
|
|
this.label16.Text = "(px)";
|
|
//
|
|
// label17
|
|
//
|
|
this.label17.AutoSize = true;
|
|
this.label17.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.label17.Location = new System.Drawing.Point(311, 108);
|
|
this.label17.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.label17.Name = "label17";
|
|
this.label17.Size = new System.Drawing.Size(49, 20);
|
|
this.label17.TabIndex = 15;
|
|
this.label17.Text = "(px)";
|
|
//
|
|
// label18
|
|
//
|
|
this.label18.AutoSize = true;
|
|
this.label18.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.label18.Location = new System.Drawing.Point(311, 58);
|
|
this.label18.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.label18.Name = "label18";
|
|
this.label18.Size = new System.Drawing.Size(49, 20);
|
|
this.label18.TabIndex = 14;
|
|
this.label18.Text = "(px)";
|
|
//
|
|
// label5
|
|
//
|
|
this.label5.AutoSize = true;
|
|
this.label5.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.label5.Location = new System.Drawing.Point(16, 294);
|
|
this.label5.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.label5.Name = "label5";
|
|
this.label5.Size = new System.Drawing.Size(179, 20);
|
|
this.label5.TabIndex = 7;
|
|
this.label5.Text = "第六行:上偏移量:";
|
|
this.label5.Visible = false;
|
|
//
|
|
// label6
|
|
//
|
|
this.label6.AutoSize = true;
|
|
this.label6.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.label6.Location = new System.Drawing.Point(16, 258);
|
|
this.label6.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.label6.Name = "label6";
|
|
this.label6.Size = new System.Drawing.Size(179, 20);
|
|
this.label6.TabIndex = 6;
|
|
this.label6.Text = "第六行:上偏移量:";
|
|
//
|
|
// label3
|
|
//
|
|
this.label3.AutoSize = true;
|
|
this.label3.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.label3.Location = new System.Drawing.Point(16, 208);
|
|
this.label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.label3.Name = "label3";
|
|
this.label3.Size = new System.Drawing.Size(179, 20);
|
|
this.label3.TabIndex = 5;
|
|
this.label3.Text = "第五行:上偏移量:";
|
|
//
|
|
// label4
|
|
//
|
|
this.label4.AutoSize = true;
|
|
this.label4.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.label4.Location = new System.Drawing.Point(16, 158);
|
|
this.label4.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.label4.Name = "label4";
|
|
this.label4.Size = new System.Drawing.Size(179, 20);
|
|
this.label4.TabIndex = 4;
|
|
this.label4.Text = "第四行:上偏移量:";
|
|
//
|
|
// label2
|
|
//
|
|
this.label2.AutoSize = true;
|
|
this.label2.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.label2.Location = new System.Drawing.Point(16, 108);
|
|
this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.label2.Name = "label2";
|
|
this.label2.Size = new System.Drawing.Size(179, 20);
|
|
this.label2.TabIndex = 3;
|
|
this.label2.Text = "第三行:上偏移量:";
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.AutoSize = true;
|
|
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(16, 58);
|
|
this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(179, 20);
|
|
this.label1.TabIndex = 2;
|
|
this.label1.Text = "第二行:上偏移量:";
|
|
//
|
|
// SetRowXY
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(392, 390);
|
|
this.Controls.Add(this.groupBox1);
|
|
this.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
|
this.Name = "SetRowXY";
|
|
this.Text = "SetRowXY";
|
|
this.Load += new System.EventHandler(this.SetRowXY_Load);
|
|
this.groupBox1.ResumeLayout(false);
|
|
this.groupBox1.PerformLayout();
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.GroupBox groupBox1;
|
|
private System.Windows.Forms.Label label5;
|
|
private System.Windows.Forms.Label label6;
|
|
private System.Windows.Forms.Label label3;
|
|
private System.Windows.Forms.Label label4;
|
|
private System.Windows.Forms.Label label2;
|
|
private System.Windows.Forms.Label label1;
|
|
private System.Windows.Forms.Label label13;
|
|
private System.Windows.Forms.Label label14;
|
|
private System.Windows.Forms.Label label15;
|
|
private System.Windows.Forms.Label label16;
|
|
private System.Windows.Forms.Label label17;
|
|
private System.Windows.Forms.Label label18;
|
|
private System.Windows.Forms.Button BtnSet;
|
|
private System.Windows.Forms.TextBox textY1;
|
|
private System.Windows.Forms.TextBox textY6;
|
|
private System.Windows.Forms.TextBox textY5;
|
|
private System.Windows.Forms.TextBox textY4;
|
|
private System.Windows.Forms.TextBox textY3;
|
|
private System.Windows.Forms.TextBox textY2;
|
|
|
|
}
|
|
} |