namespace Projector { partial class FrmPreview { /// /// 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() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmPreview)); PbShow = new PictureBox(); toolStrip1 = new ToolStrip(); TsbPrevious = new ToolStripButton(); TsbNext = new ToolStripButton(); TkVoice = new TrackBar(); ((System.ComponentModel.ISupportInitialize)PbShow).BeginInit(); toolStrip1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)TkVoice).BeginInit(); SuspendLayout(); // // PbShow // PbShow.BackColor = Color.Black; PbShow.BorderStyle = BorderStyle.FixedSingle; PbShow.Dock = DockStyle.Fill; PbShow.Location = new Point(0, 0); PbShow.Name = "PbShow"; PbShow.Size = new Size(550, 345); PbShow.SizeMode = PictureBoxSizeMode.StretchImage; PbShow.TabIndex = 0; PbShow.TabStop = false; // // toolStrip1 // toolStrip1.AutoSize = false; toolStrip1.BackColor = Color.Black; toolStrip1.Dock = DockStyle.Bottom; toolStrip1.GripStyle = ToolStripGripStyle.Hidden; toolStrip1.ImageScalingSize = new Size(220, 120); toolStrip1.Items.AddRange(new ToolStripItem[] { TsbPrevious, TsbNext }); toolStrip1.Location = new Point(0, 345); toolStrip1.Name = "toolStrip1"; toolStrip1.Size = new Size(599, 134); toolStrip1.TabIndex = 1; toolStrip1.Text = "toolStrip1"; // // TsbPrevious // TsbPrevious.AutoSize = false; TsbPrevious.DisplayStyle = ToolStripItemDisplayStyle.Image; TsbPrevious.Image = (Image)resources.GetObject("TsbPrevious.Image"); TsbPrevious.ImageTransparentColor = Color.Magenta; TsbPrevious.Name = "TsbPrevious"; TsbPrevious.Size = new Size(236, 128); TsbPrevious.Text = "Previous"; TsbPrevious.Click += TsbPrevious_Click; // // TsbNext // TsbNext.Alignment = ToolStripItemAlignment.Right; TsbNext.AutoSize = false; TsbNext.DisplayStyle = ToolStripItemDisplayStyle.Image; TsbNext.Image = (Image)resources.GetObject("TsbNext.Image"); TsbNext.ImageTransparentColor = Color.Magenta; TsbNext.Name = "TsbNext"; TsbNext.Size = new Size(236, 128); TsbNext.Text = "Next"; TsbNext.Click += TsbNext_Click; // // TkVoice // TkVoice.AutoSize = false; TkVoice.BackColor = Color.Black; TkVoice.Dock = DockStyle.Right; TkVoice.Location = new Point(550, 0); TkVoice.Name = "TkVoice"; TkVoice.Orientation = Orientation.Vertical; TkVoice.Size = new Size(49, 345); TkVoice.TabIndex = 2; TkVoice.TickStyle = TickStyle.Both; TkVoice.Scroll += TkVoice_Scroll; // // FrmPreview // AutoScaleDimensions = new SizeF(8F, 20F); AutoScaleMode = AutoScaleMode.Font; ClientSize = new Size(599, 479); Controls.Add(PbShow); Controls.Add(TkVoice); Controls.Add(toolStrip1); FormBorderStyle = FormBorderStyle.SizableToolWindow; Name = "FrmPreview"; StartPosition = FormStartPosition.CenterParent; Text = "Preview"; FormClosed += FrmPreview_FormClosed; Load += FrmPreview_Load; ((System.ComponentModel.ISupportInitialize)PbShow).EndInit(); toolStrip1.ResumeLayout(false); toolStrip1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)TkVoice).EndInit(); ResumeLayout(false); } #endregion private PictureBox PbShow; private ToolStrip toolStrip1; private ToolStripButton TsbPrevious; private ToolStripButton TsbNext; private TrackBar TkVoice; } }