namespace TurnThePage
{
partial class Form1
{
///
/// Required designer variable.
///
private System.ComponentModel.IContainer components = null;
///
/// Clean up any resources being used.
///
/// true if managed resources should be disposed; otherwise, false.
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
this.panel1 = new System.Windows.Forms.Panel();
this.label2 = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
this.trackBar1 = new System.Windows.Forms.TrackBar();
this.PrevButton = new System.Windows.Forms.Button();
this.ForwardButton = new System.Windows.Forms.Button();
this.pageControl = new PictureBook.TurnThePageControl();
this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
this.panel1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.trackBar1)).BeginInit();
this.SuspendLayout();
//
// panel1
//
this.panel1.Controls.Add(this.label2);
this.panel1.Controls.Add(this.label1);
this.panel1.Controls.Add(this.trackBar1);
this.panel1.Controls.Add(this.PrevButton);
this.panel1.Controls.Add(this.ForwardButton);
this.panel1.Location = new System.Drawing.Point(0, 308);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(460, 70);
this.panel1.TabIndex = 1;
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(315, 49);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(17, 12);
this.label2.TabIndex = 4;
this.label2.Text = "慢";
this.toolTip1.SetToolTip(this.label2, "翻页效果慢");
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(119, 49);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(17, 12);
this.label1.TabIndex = 3;
this.label1.Text = "快";
//
// trackBar1
//
this.trackBar1.BackColor = System.Drawing.Color.White;
this.trackBar1.Location = new System.Drawing.Point(119, 13);
this.trackBar1.Maximum = 20;
this.trackBar1.Name = "trackBar1";
this.trackBar1.Size = new System.Drawing.Size(223, 45);
this.trackBar1.TabIndex = 2;
this.toolTip1.SetToolTip(this.trackBar1, "翻页的速度");
this.trackBar1.Scroll += new System.EventHandler(this.trackBar1_Scroll);
//
// PrevButton
//
this.PrevButton.BackColor = System.Drawing.SystemColors.Control;
this.PrevButton.Location = new System.Drawing.Point(3, 18);
this.PrevButton.Name = "PrevButton";
this.PrevButton.Size = new System.Drawing.Size(75, 21);
this.PrevButton.TabIndex = 1;
this.PrevButton.Text = "<<";
this.toolTip1.SetToolTip(this.PrevButton, "Go Back (Turn Left Page)");
this.PrevButton.UseVisualStyleBackColor = false;
this.PrevButton.Click += new System.EventHandler(this.PrevButton_Click);
//
// ForwardButton
//
this.ForwardButton.BackColor = System.Drawing.SystemColors.Control;
this.ForwardButton.Location = new System.Drawing.Point(382, 18);
this.ForwardButton.Name = "ForwardButton";
this.ForwardButton.Size = new System.Drawing.Size(75, 21);
this.ForwardButton.TabIndex = 0;
this.ForwardButton.Text = ">>";
this.toolTip1.SetToolTip(this.ForwardButton, "Go Forward (Turn Right Page)");
this.ForwardButton.UseVisualStyleBackColor = false;
this.ForwardButton.Click += new System.EventHandler(this.ForwardButton_Click);
//
// pageControl
//
this.pageControl.BackColor = System.Drawing.Color.White;
this.pageControl.HeightAdjustment = 60;
this.pageControl.Location = new System.Drawing.Point(0, 1);
this.pageControl.MinimumSize = new System.Drawing.Size(460, 277);
this.pageControl.MoveXBy = 10;
this.pageControl.Name = "pageControl";
this.pageControl.Size = new System.Drawing.Size(460, 315);
this.pageControl.TabIndex = 2;
this.pageControl.TickSpeed = 15;
//
// Form1
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.Color.White;
this.ClientSize = new System.Drawing.Size(460, 378);
this.Controls.Add(this.pageControl);
this.Controls.Add(this.panel1);
this.Name = "Form1";
this.Text = "翻页动画显示窗口";
this.panel1.ResumeLayout(false);
this.panel1.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.trackBar1)).EndInit();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.Button PrevButton;
private System.Windows.Forms.Button ForwardButton;
private System.Windows.Forms.TrackBar trackBar1;
private PictureBook.TurnThePageControl pageControl;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.ToolTip toolTip1;
}
}