This commit is contained in:
chi
2025-06-30 13:48:19 +09:00
parent 02e71d7446
commit 00dd50192b
29 changed files with 2397 additions and 1136 deletions

View File

@@ -1,4 +1,6 @@

using System.Windows.Forms;
namespace AGVEmulator
{
partial class Form1
@@ -116,7 +118,7 @@ namespace AGVEmulator
this.chkSimulation = new System.Windows.Forms.CheckBox();
this.checkBox3 = new System.Windows.Forms.CheckBox();
this.panel10 = new System.Windows.Forms.Panel();
this.numericUpDown1 = new System.Windows.Forms.NumericUpDown();
this.numericUpDown1 = new System.Windows.Forms.TextBox();
this.button18 = new System.Windows.Forms.Button();
this.button17 = new System.Windows.Forms.Button();
this.button15 = new System.Windows.Forms.Button();
@@ -178,7 +180,6 @@ namespace AGVEmulator
this.groupBox5.SuspendLayout();
this.panel13.SuspendLayout();
this.panel10.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).BeginInit();
this.groupBox3.SuspendLayout();
this.tabControl1.SuspendLayout();
this.tabPage1.SuspendLayout();
@@ -878,20 +879,11 @@ namespace AGVEmulator
//
this.numericUpDown1.Font = new System.Drawing.Font("굴림", 20F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.numericUpDown1.Location = new System.Drawing.Point(19, 220);
this.numericUpDown1.Maximum = new decimal(new int[] {
9999999,
0,
0,
0});
this.numericUpDown1.Name = "numericUpDown1";
this.numericUpDown1.Size = new System.Drawing.Size(130, 38);
this.numericUpDown1.TabIndex = 9;
this.numericUpDown1.Text = "101";
this.numericUpDown1.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
this.numericUpDown1.Value = new decimal(new int[] {
9900,
0,
0,
0});
this.numericUpDown1.KeyDown += new System.Windows.Forms.KeyEventHandler(this.numericUpDown1_KeyDown);
//
// button18
@@ -1533,7 +1525,7 @@ namespace AGVEmulator
this.groupBox5.PerformLayout();
this.panel13.ResumeLayout(false);
this.panel10.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).EndInit();
this.panel10.PerformLayout();
this.groupBox3.ResumeLayout(false);
this.tabControl1.ResumeLayout(false);
this.tabPage1.ResumeLayout(false);
@@ -1615,7 +1607,7 @@ namespace AGVEmulator
private System.Windows.Forms.Button button15;
private System.Windows.Forms.Button button17;
private System.Windows.Forms.Button button18;
private System.Windows.Forms.NumericUpDown numericUpDown1;
private TextBox numericUpDown1;
private System.Windows.Forms.Panel panel12;
private UC.AgvViewer agvViewer1;
private System.Windows.Forms.Panel panel13;