임시저장

This commit is contained in:
2016-08-10 16:07:55 +09:00
parent 5714cb3388
commit eb48b58b7e
3 changed files with 58 additions and 58 deletions

28
MainForm.Designer.cs generated
View File

@@ -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);