1.初始化项目。保险起见bin目录完整提交 2.基于现场代码为调整过的初始项目(此次提交还未解决代码差异问题)
This commit is contained in:
+205
@@ -0,0 +1,205 @@
|
||||
namespace AGVSystem
|
||||
{
|
||||
// Token: 0x0200001A RID: 26
|
||||
public partial class Point_loc_Set : global::System.Windows.Forms.Form
|
||||
{
|
||||
// Token: 0x0600017C RID: 380 RVA: 0x0003D9A4 File Offset: 0x0003BBA4
|
||||
protected override void Dispose(bool disposing)
|
||||
{
|
||||
bool flag = disposing && this.components != null;
|
||||
if (flag)
|
||||
{
|
||||
this.components.Dispose();
|
||||
}
|
||||
base.Dispose(disposing);
|
||||
}
|
||||
|
||||
// Token: 0x0600017D RID: 381 RVA: 0x0003D9DC File Offset: 0x0003BBDC
|
||||
private void InitializeComponent()
|
||||
{
|
||||
this.label1 = new global::System.Windows.Forms.Label();
|
||||
this.label2 = new global::System.Windows.Forms.Label();
|
||||
this.label3 = new global::System.Windows.Forms.Label();
|
||||
this.label4 = new global::System.Windows.Forms.Label();
|
||||
this.cmb = new global::System.Windows.Forms.ComboBox();
|
||||
this.num2 = new global::System.Windows.Forms.NumericUpDown();
|
||||
this.num1 = new global::System.Windows.Forms.NumericUpDown();
|
||||
this.num = new global::System.Windows.Forms.NumericUpDown();
|
||||
this.button1 = new global::System.Windows.Forms.Button();
|
||||
this.cmb_linelist = new global::System.Windows.Forms.ComboBox();
|
||||
this.label5 = new global::System.Windows.Forms.Label();
|
||||
((global::System.ComponentModel.ISupportInitialize)this.num2).BeginInit();
|
||||
((global::System.ComponentModel.ISupportInitialize)this.num1).BeginInit();
|
||||
((global::System.ComponentModel.ISupportInitialize)this.num).BeginInit();
|
||||
base.SuspendLayout();
|
||||
this.label1.AutoSize = true;
|
||||
this.label1.Location = new global::System.Drawing.Point(56, 39);
|
||||
this.label1.Margin = new global::System.Windows.Forms.Padding(4, 0, 4, 0);
|
||||
this.label1.Name = "label1";
|
||||
this.label1.Size = new global::System.Drawing.Size(82, 15);
|
||||
this.label1.TabIndex = 0;
|
||||
this.label1.Text = "位置编号:";
|
||||
this.label2.AutoSize = true;
|
||||
this.label2.Location = new global::System.Drawing.Point(60, 152);
|
||||
this.label2.Margin = new global::System.Windows.Forms.Padding(4, 0, 4, 0);
|
||||
this.label2.Name = "label2";
|
||||
this.label2.Size = new global::System.Drawing.Size(53, 15);
|
||||
this.label2.TabIndex = 1;
|
||||
this.label2.Text = "坐标X:";
|
||||
this.label3.AutoSize = true;
|
||||
this.label3.Location = new global::System.Drawing.Point(60, 207);
|
||||
this.label3.Margin = new global::System.Windows.Forms.Padding(4, 0, 4, 0);
|
||||
this.label3.Name = "label3";
|
||||
this.label3.Size = new global::System.Drawing.Size(53, 15);
|
||||
this.label3.TabIndex = 2;
|
||||
this.label3.Text = "坐标Y:";
|
||||
this.label4.AutoSize = true;
|
||||
this.label4.Location = new global::System.Drawing.Point(59, 275);
|
||||
this.label4.Margin = new global::System.Windows.Forms.Padding(4, 0, 4, 0);
|
||||
this.label4.Name = "label4";
|
||||
this.label4.Size = new global::System.Drawing.Size(52, 15);
|
||||
this.label4.TabIndex = 3;
|
||||
this.label4.Text = "对齐:";
|
||||
this.cmb.DropDownStyle = global::System.Windows.Forms.ComboBoxStyle.DropDownList;
|
||||
this.cmb.FormattingEnabled = true;
|
||||
this.cmb.Items.AddRange(new object[]
|
||||
{
|
||||
"",
|
||||
"左对齐",
|
||||
"右对齐",
|
||||
"顶部对齐",
|
||||
"底部对齐"
|
||||
});
|
||||
this.cmb.Location = new global::System.Drawing.Point(143, 268);
|
||||
this.cmb.Margin = new global::System.Windows.Forms.Padding(4, 4, 4, 4);
|
||||
this.cmb.Name = "cmb";
|
||||
this.cmb.Size = new global::System.Drawing.Size(160, 23);
|
||||
this.cmb.TabIndex = 4;
|
||||
this.num2.Location = new global::System.Drawing.Point(143, 210);
|
||||
this.num2.Margin = new global::System.Windows.Forms.Padding(4, 4, 4, 4);
|
||||
global::System.Windows.Forms.NumericUpDown numericUpDown = this.num2;
|
||||
int[] array = new int[4];
|
||||
array[0] = 5000;
|
||||
numericUpDown.Maximum = new decimal(array);
|
||||
this.num2.Minimum = new decimal(new int[]
|
||||
{
|
||||
5000,
|
||||
0,
|
||||
0,
|
||||
int.MinValue
|
||||
});
|
||||
this.num2.Name = "num2";
|
||||
this.num2.Size = new global::System.Drawing.Size(160, 25);
|
||||
this.num2.TabIndex = 5;
|
||||
this.num1.Location = new global::System.Drawing.Point(143, 151);
|
||||
this.num1.Margin = new global::System.Windows.Forms.Padding(4, 4, 4, 4);
|
||||
global::System.Windows.Forms.NumericUpDown numericUpDown2 = this.num1;
|
||||
int[] array2 = new int[4];
|
||||
array2[0] = 5000;
|
||||
numericUpDown2.Maximum = new decimal(array2);
|
||||
this.num1.Minimum = new decimal(new int[]
|
||||
{
|
||||
5000,
|
||||
0,
|
||||
0,
|
||||
int.MinValue
|
||||
});
|
||||
this.num1.Name = "num1";
|
||||
this.num1.Size = new global::System.Drawing.Size(160, 25);
|
||||
this.num1.TabIndex = 6;
|
||||
this.num.Location = new global::System.Drawing.Point(143, 36);
|
||||
this.num.Margin = new global::System.Windows.Forms.Padding(4, 4, 4, 4);
|
||||
global::System.Windows.Forms.NumericUpDown numericUpDown3 = this.num;
|
||||
int[] array3 = new int[4];
|
||||
array3[0] = 60000;
|
||||
numericUpDown3.Maximum = new decimal(array3);
|
||||
this.num.Name = "num";
|
||||
this.num.Size = new global::System.Drawing.Size(160, 25);
|
||||
this.num.TabIndex = 7;
|
||||
this.button1.Location = new global::System.Drawing.Point(208, 317);
|
||||
this.button1.Margin = new global::System.Windows.Forms.Padding(4, 4, 4, 4);
|
||||
this.button1.Name = "button1";
|
||||
this.button1.Size = new global::System.Drawing.Size(140, 51);
|
||||
this.button1.TabIndex = 8;
|
||||
this.button1.Text = "保 存";
|
||||
this.button1.UseVisualStyleBackColor = true;
|
||||
this.button1.Click += new global::System.EventHandler(this.button1_Click);
|
||||
this.cmb_linelist.DropDownStyle = global::System.Windows.Forms.ComboBoxStyle.DropDownList;
|
||||
this.cmb_linelist.FormattingEnabled = true;
|
||||
this.cmb_linelist.Location = new global::System.Drawing.Point(143, 86);
|
||||
this.cmb_linelist.Margin = new global::System.Windows.Forms.Padding(4);
|
||||
this.cmb_linelist.Name = "cmb_linelist";
|
||||
this.cmb_linelist.Size = new global::System.Drawing.Size(160, 23);
|
||||
this.cmb_linelist.TabIndex = 16;
|
||||
this.label5.AutoSize = true;
|
||||
this.label5.Location = new global::System.Drawing.Point(56, 89);
|
||||
this.label5.Margin = new global::System.Windows.Forms.Padding(4, 0, 4, 0);
|
||||
this.label5.Name = "label5";
|
||||
this.label5.Size = new global::System.Drawing.Size(82, 15);
|
||||
this.label5.TabIndex = 15;
|
||||
this.label5.Text = "线体名称:";
|
||||
base.AutoScaleDimensions = new global::System.Drawing.SizeF(8f, 15f);
|
||||
base.AutoScaleMode = global::System.Windows.Forms.AutoScaleMode.Font;
|
||||
base.ClientSize = new global::System.Drawing.Size(398, 422);
|
||||
base.Controls.Add(this.cmb_linelist);
|
||||
base.Controls.Add(this.label5);
|
||||
base.Controls.Add(this.button1);
|
||||
base.Controls.Add(this.num);
|
||||
base.Controls.Add(this.num1);
|
||||
base.Controls.Add(this.num2);
|
||||
base.Controls.Add(this.cmb);
|
||||
base.Controls.Add(this.label4);
|
||||
base.Controls.Add(this.label3);
|
||||
base.Controls.Add(this.label2);
|
||||
base.Controls.Add(this.label1);
|
||||
base.FormBorderStyle = global::System.Windows.Forms.FormBorderStyle.FixedSingle;
|
||||
base.Margin = new global::System.Windows.Forms.Padding(4, 4, 4, 4);
|
||||
base.Name = "Point_loc_Set";
|
||||
base.StartPosition = global::System.Windows.Forms.FormStartPosition.CenterScreen;
|
||||
this.Text = "位置设置";
|
||||
base.TopMost = true;
|
||||
base.Load += new global::System.EventHandler(this.Point_loc_Set_Load);
|
||||
((global::System.ComponentModel.ISupportInitialize)this.num2).EndInit();
|
||||
((global::System.ComponentModel.ISupportInitialize)this.num1).EndInit();
|
||||
((global::System.ComponentModel.ISupportInitialize)this.num).EndInit();
|
||||
base.ResumeLayout(false);
|
||||
base.PerformLayout();
|
||||
}
|
||||
|
||||
// Token: 0x040004C2 RID: 1218
|
||||
private global::System.ComponentModel.IContainer components = null;
|
||||
|
||||
// Token: 0x040004C3 RID: 1219
|
||||
private global::System.Windows.Forms.Label label1;
|
||||
|
||||
// Token: 0x040004C4 RID: 1220
|
||||
private global::System.Windows.Forms.Label label2;
|
||||
|
||||
// Token: 0x040004C5 RID: 1221
|
||||
private global::System.Windows.Forms.Label label3;
|
||||
|
||||
// Token: 0x040004C6 RID: 1222
|
||||
private global::System.Windows.Forms.Label label4;
|
||||
|
||||
// Token: 0x040004C7 RID: 1223
|
||||
private global::System.Windows.Forms.ComboBox cmb;
|
||||
|
||||
// Token: 0x040004C8 RID: 1224
|
||||
private global::System.Windows.Forms.NumericUpDown num2;
|
||||
|
||||
// Token: 0x040004C9 RID: 1225
|
||||
private global::System.Windows.Forms.NumericUpDown num1;
|
||||
|
||||
// Token: 0x040004CA RID: 1226
|
||||
private global::System.Windows.Forms.NumericUpDown num;
|
||||
|
||||
// Token: 0x040004CB RID: 1227
|
||||
private global::System.Windows.Forms.Button button1;
|
||||
|
||||
// Token: 0x040004CC RID: 1228
|
||||
private global::System.Windows.Forms.ComboBox cmb_linelist;
|
||||
|
||||
// Token: 0x040004CD RID: 1229
|
||||
private global::System.Windows.Forms.Label label5;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user