228 lines
9.3 KiB
C#
228 lines
9.3 KiB
C#
namespace AGVSystem
|
|
{
|
|
partial class Point_loc_Set
|
|
{
|
|
/// <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.label1 = new System.Windows.Forms.Label();
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
this.label3 = new System.Windows.Forms.Label();
|
|
this.label4 = new System.Windows.Forms.Label();
|
|
this.cmb = new System.Windows.Forms.ComboBox();
|
|
this.num2 = new System.Windows.Forms.NumericUpDown();
|
|
this.num1 = new System.Windows.Forms.NumericUpDown();
|
|
this.num = new System.Windows.Forms.NumericUpDown();
|
|
this.button1 = new System.Windows.Forms.Button();
|
|
this.cmb_linelist = new System.Windows.Forms.ComboBox();
|
|
this.label5 = new System.Windows.Forms.Label();
|
|
((System.ComponentModel.ISupportInitialize)(this.num2)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.num1)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.num)).BeginInit();
|
|
this.SuspendLayout();
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.AutoSize = true;
|
|
this.label1.Location = new System.Drawing.Point(56, 39);
|
|
this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(82, 15);
|
|
this.label1.TabIndex = 0;
|
|
this.label1.Text = "位置编号:";
|
|
//
|
|
// label2
|
|
//
|
|
this.label2.AutoSize = true;
|
|
this.label2.Location = new System.Drawing.Point(60, 152);
|
|
this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.label2.Name = "label2";
|
|
this.label2.Size = new System.Drawing.Size(53, 15);
|
|
this.label2.TabIndex = 1;
|
|
this.label2.Text = "坐标X:";
|
|
//
|
|
// label3
|
|
//
|
|
this.label3.AutoSize = true;
|
|
this.label3.Location = new System.Drawing.Point(60, 207);
|
|
this.label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.label3.Name = "label3";
|
|
this.label3.Size = new System.Drawing.Size(53, 15);
|
|
this.label3.TabIndex = 2;
|
|
this.label3.Text = "坐标Y:";
|
|
//
|
|
// label4
|
|
//
|
|
this.label4.AutoSize = true;
|
|
this.label4.Location = new System.Drawing.Point(59, 275);
|
|
this.label4.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.label4.Name = "label4";
|
|
this.label4.Size = new System.Drawing.Size(52, 15);
|
|
this.label4.TabIndex = 3;
|
|
this.label4.Text = "对齐:";
|
|
//
|
|
// cmb
|
|
//
|
|
this.cmb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.cmb.FormattingEnabled = true;
|
|
this.cmb.Items.AddRange(new object[] {
|
|
"",
|
|
"左对齐",
|
|
"右对齐",
|
|
"顶部对齐",
|
|
"底部对齐"});
|
|
this.cmb.Location = new System.Drawing.Point(143, 268);
|
|
this.cmb.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
|
this.cmb.Name = "cmb";
|
|
this.cmb.Size = new System.Drawing.Size(160, 23);
|
|
this.cmb.TabIndex = 4;
|
|
//
|
|
// num2
|
|
//
|
|
this.num2.Location = new System.Drawing.Point(143, 210);
|
|
this.num2.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
|
this.num2.Maximum = new decimal(new int[] {
|
|
5000,
|
|
0,
|
|
0,
|
|
0});
|
|
this.num2.Minimum = new decimal(new int[] {
|
|
5000,
|
|
0,
|
|
0,
|
|
-2147483648});
|
|
this.num2.Name = "num2";
|
|
this.num2.Size = new System.Drawing.Size(160, 25);
|
|
this.num2.TabIndex = 5;
|
|
//
|
|
// num1
|
|
//
|
|
this.num1.Location = new System.Drawing.Point(143, 151);
|
|
this.num1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
|
this.num1.Maximum = new decimal(new int[] {
|
|
5000,
|
|
0,
|
|
0,
|
|
0});
|
|
this.num1.Minimum = new decimal(new int[] {
|
|
5000,
|
|
0,
|
|
0,
|
|
-2147483648});
|
|
this.num1.Name = "num1";
|
|
this.num1.Size = new System.Drawing.Size(160, 25);
|
|
this.num1.TabIndex = 6;
|
|
//
|
|
// num
|
|
//
|
|
this.num.Location = new System.Drawing.Point(143, 36);
|
|
this.num.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
|
this.num.Maximum = new decimal(new int[] {
|
|
60000,
|
|
0,
|
|
0,
|
|
0});
|
|
this.num.Name = "num";
|
|
this.num.Size = new System.Drawing.Size(160, 25);
|
|
this.num.TabIndex = 7;
|
|
//
|
|
// button1
|
|
//
|
|
this.button1.Location = new System.Drawing.Point(208, 317);
|
|
this.button1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
|
this.button1.Name = "button1";
|
|
this.button1.Size = new System.Drawing.Size(140, 51);
|
|
this.button1.TabIndex = 8;
|
|
this.button1.Text = "保 存";
|
|
this.button1.UseVisualStyleBackColor = true;
|
|
this.button1.Click += new System.EventHandler(this.button1_Click);
|
|
//
|
|
// cmb_linelist
|
|
//
|
|
this.cmb_linelist.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.cmb_linelist.FormattingEnabled = true;
|
|
this.cmb_linelist.Location = new System.Drawing.Point(143, 86);
|
|
this.cmb_linelist.Margin = new System.Windows.Forms.Padding(4);
|
|
this.cmb_linelist.Name = "cmb_linelist";
|
|
this.cmb_linelist.Size = new System.Drawing.Size(160, 23);
|
|
this.cmb_linelist.TabIndex = 16;
|
|
//
|
|
// label5
|
|
//
|
|
this.label5.AutoSize = true;
|
|
this.label5.Location = new System.Drawing.Point(56, 89);
|
|
this.label5.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.label5.Name = "label5";
|
|
this.label5.Size = new System.Drawing.Size(82, 15);
|
|
this.label5.TabIndex = 15;
|
|
this.label5.Text = "线体名称:";
|
|
//
|
|
// Point_loc_Set
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(398, 422);
|
|
this.Controls.Add(this.cmb_linelist);
|
|
this.Controls.Add(this.label5);
|
|
this.Controls.Add(this.button1);
|
|
this.Controls.Add(this.num);
|
|
this.Controls.Add(this.num1);
|
|
this.Controls.Add(this.num2);
|
|
this.Controls.Add(this.cmb);
|
|
this.Controls.Add(this.label4);
|
|
this.Controls.Add(this.label3);
|
|
this.Controls.Add(this.label2);
|
|
this.Controls.Add(this.label1);
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
|
|
this.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
|
this.Name = "Point_loc_Set";
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
|
this.Text = "位置设置";
|
|
this.TopMost = true;
|
|
this.Load += new System.EventHandler(this.Point_loc_Set_Load);
|
|
((System.ComponentModel.ISupportInitialize)(this.num2)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.num1)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.num)).EndInit();
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.Label label1;
|
|
private System.Windows.Forms.Label label2;
|
|
private System.Windows.Forms.Label label3;
|
|
private System.Windows.Forms.Label label4;
|
|
private System.Windows.Forms.ComboBox cmb;
|
|
private System.Windows.Forms.NumericUpDown num2;
|
|
private System.Windows.Forms.NumericUpDown num1;
|
|
private System.Windows.Forms.NumericUpDown num;
|
|
private System.Windows.Forms.Button button1;
|
|
private System.Windows.Forms.ComboBox cmb_linelist;
|
|
private System.Windows.Forms.Label label5;
|
|
}
|
|
} |