임시저장
This commit is contained in:
28
MainForm.Designer.cs
generated
28
MainForm.Designer.cs
generated
@@ -50,6 +50,7 @@
|
||||
this.splitContainer1 = new System.Windows.Forms.SplitContainer();
|
||||
this.splitContainer2 = new System.Windows.Forms.SplitContainer();
|
||||
this.splitContainer3 = new System.Windows.Forms.SplitContainer();
|
||||
this.button1 = new System.Windows.Forms.Button();
|
||||
this.btLogDump = new System.Windows.Forms.Button();
|
||||
this.btMATest = new System.Windows.Forms.Button();
|
||||
this.btTimeSync = new System.Windows.Forms.Button();
|
||||
@@ -63,7 +64,6 @@
|
||||
this.statusBar1 = new System.Windows.Forms.StatusBar();
|
||||
this.statusBarPanel1 = new System.Windows.Forms.StatusBarPanel();
|
||||
this.statusBarPanel2 = new System.Windows.Forms.StatusBarPanel();
|
||||
this.button1 = new System.Windows.Forms.Button();
|
||||
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
|
||||
this.splitContainer1.Panel1.SuspendLayout();
|
||||
this.splitContainer1.Panel2.SuspendLayout();
|
||||
@@ -332,6 +332,16 @@
|
||||
this.splitContainer3.SplitterDistance = 256;
|
||||
this.splitContainer3.TabIndex = 0;
|
||||
//
|
||||
// button1
|
||||
//
|
||||
this.button1.Location = new System.Drawing.Point(118, 555);
|
||||
this.button1.Name = "button1";
|
||||
this.button1.Size = new System.Drawing.Size(75, 35);
|
||||
this.button1.TabIndex = 25;
|
||||
this.button1.Text = "Dump Simulation";
|
||||
this.button1.UseVisualStyleBackColor = true;
|
||||
this.button1.Click += new System.EventHandler(this.button1_Click);
|
||||
//
|
||||
// btLogDump
|
||||
//
|
||||
this.btLogDump.Location = new System.Drawing.Point(21, 555);
|
||||
@@ -344,11 +354,11 @@
|
||||
//
|
||||
// btMATest
|
||||
//
|
||||
this.btMATest.Location = new System.Drawing.Point(122, 421);
|
||||
this.btMATest.Location = new System.Drawing.Point(113, 404);
|
||||
this.btMATest.Name = "btMATest";
|
||||
this.btMATest.Size = new System.Drawing.Size(75, 23);
|
||||
this.btMATest.Size = new System.Drawing.Size(84, 57);
|
||||
this.btMATest.TabIndex = 24;
|
||||
this.btMATest.Text = "ma test";
|
||||
this.btMATest.Text = "Simulation";
|
||||
this.btMATest.UseVisualStyleBackColor = true;
|
||||
this.btMATest.Click += new System.EventHandler(this.btMATest_Click);
|
||||
//
|
||||
@@ -455,16 +465,6 @@
|
||||
this.statusBarPanel2.Name = "statusBarPanel2";
|
||||
this.statusBarPanel2.Width = 120;
|
||||
//
|
||||
// button1
|
||||
//
|
||||
this.button1.Location = new System.Drawing.Point(118, 555);
|
||||
this.button1.Name = "button1";
|
||||
this.button1.Size = new System.Drawing.Size(75, 35);
|
||||
this.button1.TabIndex = 25;
|
||||
this.button1.Text = "Dump Simulation";
|
||||
this.button1.UseVisualStyleBackColor = true;
|
||||
this.button1.Click += new System.EventHandler(this.button1_Click);
|
||||
//
|
||||
// MainForm
|
||||
//
|
||||
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
|
||||
|
||||
Reference in New Issue
Block a user