|
|
|
@@ -132,6 +132,8 @@ |
|
|
|
this.backgroundWorker1 = new System.ComponentModel.BackgroundWorker();
|
|
|
|
this.uiTitel1 = new MaiMuControl.UIKits.MaiMuMenu.UITitel();
|
|
|
|
this.timer1 = new System.Windows.Forms.Timer(this.components);
|
|
|
|
this.tabPage12 = new System.Windows.Forms.TabPage();
|
|
|
|
this.button21 = new System.Windows.Forms.Button();
|
|
|
|
this.menuStrip1.SuspendLayout();
|
|
|
|
this.tabControl1.SuspendLayout();
|
|
|
|
this.tabPage1.SuspendLayout();
|
|
|
|
@@ -150,6 +152,7 @@ |
|
|
|
this.tabPage9.SuspendLayout();
|
|
|
|
this.tabPage10.SuspendLayout();
|
|
|
|
this.tabPage11.SuspendLayout();
|
|
|
|
this.tabPage12.SuspendLayout();
|
|
|
|
this.SuspendLayout();
|
|
|
|
//
|
|
|
|
// button1
|
|
|
|
@@ -283,6 +286,7 @@ |
|
|
|
this.tabControl1.Controls.Add(this.tabPage9);
|
|
|
|
this.tabControl1.Controls.Add(this.tabPage10);
|
|
|
|
this.tabControl1.Controls.Add(this.tabPage11);
|
|
|
|
this.tabControl1.Controls.Add(this.tabPage12);
|
|
|
|
this.tabControl1.Location = new System.Drawing.Point(12, 132);
|
|
|
|
this.tabControl1.Name = "tabControl1";
|
|
|
|
this.tabControl1.SelectedIndex = 0;
|
|
|
|
@@ -1194,6 +1198,27 @@ |
|
|
|
this.timer1.Interval = 10;
|
|
|
|
this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
|
|
|
|
//
|
|
|
|
// tabPage12
|
|
|
|
//
|
|
|
|
this.tabPage12.Controls.Add(this.button21);
|
|
|
|
this.tabPage12.Location = new System.Drawing.Point(4, 22);
|
|
|
|
this.tabPage12.Name = "tabPage12";
|
|
|
|
this.tabPage12.Padding = new System.Windows.Forms.Padding(3);
|
|
|
|
this.tabPage12.Size = new System.Drawing.Size(888, 530);
|
|
|
|
this.tabPage12.TabIndex = 11;
|
|
|
|
this.tabPage12.Text = "Himage";
|
|
|
|
this.tabPage12.UseVisualStyleBackColor = true;
|
|
|
|
//
|
|
|
|
// button21
|
|
|
|
//
|
|
|
|
this.button21.Location = new System.Drawing.Point(121, 87);
|
|
|
|
this.button21.Name = "button21";
|
|
|
|
this.button21.Size = new System.Drawing.Size(75, 23);
|
|
|
|
this.button21.TabIndex = 0;
|
|
|
|
this.button21.Text = "单次旋转";
|
|
|
|
this.button21.UseVisualStyleBackColor = true;
|
|
|
|
this.button21.Click += new System.EventHandler(this.button21_Click);
|
|
|
|
//
|
|
|
|
// Form1
|
|
|
|
//
|
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
|
|
@@ -1238,6 +1263,7 @@ |
|
|
|
this.tabPage10.PerformLayout();
|
|
|
|
this.tabPage11.ResumeLayout(false);
|
|
|
|
this.tabPage11.PerformLayout();
|
|
|
|
this.tabPage12.ResumeLayout(false);
|
|
|
|
this.ResumeLayout(false);
|
|
|
|
this.PerformLayout();
|
|
|
|
|
|
|
|
@@ -1347,6 +1373,8 @@ |
|
|
|
private ImageToolKits.ImageBox imageBox4;
|
|
|
|
private ImageToolKits.ImageBox imageBox3;
|
|
|
|
private System.Windows.Forms.Timer timer1;
|
|
|
|
private System.Windows.Forms.TabPage tabPage12;
|
|
|
|
private System.Windows.Forms.Button button21;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|