Newer
Older
DeepTIAS / reference / tang / OperateCamera / VideoPreview.designer.cs
@ke96 ke96 on 15 Oct 2020 5 KB 色抽出実装した
namespace LumeneraCamera
{
    partial class VideoPreview
    {
        /// <summary> 
        /// Required designer variable.
        /// </summary>
        private System.ComponentModel.IContainer components = null;

        /// <summary> 
        /// Clean up any resources being used.
        /// </summary>
        /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
        protected override void Dispose(bool disposing)
        {
            if (disposing && (components != null))
            {
                components.Dispose();
            }
            base.Dispose(disposing);
        }

        #region Component Designer generated code

        /// <summary> 
        /// Required method for Designer support - do not modify 
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            this.toolStripContainer1 = new System.Windows.Forms.ToolStripContainer();
            this.VideoStatusStrip = new System.Windows.Forms.StatusStrip();
            this.toolStripStatusLabel1 = new System.Windows.Forms.ToolStripStatusLabel();
            this.FrameCounterLabel = new System.Windows.Forms.ToolStripStatusLabel();
            this.VideoPanel = new System.Windows.Forms.PictureBox();
            this.toolStripContainer1.BottomToolStripPanel.SuspendLayout();
            this.toolStripContainer1.ContentPanel.SuspendLayout();
            this.toolStripContainer1.SuspendLayout();
            this.VideoStatusStrip.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.VideoPanel)).BeginInit();
            this.SuspendLayout();
            // 
            // toolStripContainer1
            // 
            // 
            // toolStripContainer1.BottomToolStripPanel
            // 
            this.toolStripContainer1.BottomToolStripPanel.Controls.Add(this.VideoStatusStrip);
            // 
            // toolStripContainer1.ContentPanel
            // 
            this.toolStripContainer1.ContentPanel.Controls.Add(this.VideoPanel);
            this.toolStripContainer1.ContentPanel.Size = new System.Drawing.Size(446, 279);
            this.toolStripContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.toolStripContainer1.Location = new System.Drawing.Point(0, 0);
            this.toolStripContainer1.Name = "toolStripContainer1";
            this.toolStripContainer1.Size = new System.Drawing.Size(446, 326);
            this.toolStripContainer1.TabIndex = 0;
            this.toolStripContainer1.Text = "toolStripContainer1";
            // 
            // toolStripContainer1.TopToolStripPanel
            // 
            this.toolStripContainer1.TopToolStripPanel.Click += new System.EventHandler(this.toolStripContainer1_TopToolStripPanel_Click);
            // 
            // VideoStatusStrip
            // 
            this.VideoStatusStrip.Dock = System.Windows.Forms.DockStyle.None;
            this.VideoStatusStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.toolStripStatusLabel1,
            this.FrameCounterLabel});
            this.VideoStatusStrip.Location = new System.Drawing.Point(0, 0);
            this.VideoStatusStrip.Name = "VideoStatusStrip";
            this.VideoStatusStrip.Size = new System.Drawing.Size(446, 22);
            this.VideoStatusStrip.TabIndex = 0;
            // 
            // toolStripStatusLabel1
            // 
            this.toolStripStatusLabel1.Name = "toolStripStatusLabel1";
            this.toolStripStatusLabel1.Size = new System.Drawing.Size(50, 17);
            this.toolStripStatusLabel1.Text = "Frame:";
            // 
            // FrameCounterLabel
            // 
            this.FrameCounterLabel.Name = "FrameCounterLabel";
            this.FrameCounterLabel.Size = new System.Drawing.Size(0, 17);
            // 
            // VideoPanel
            // 
            this.VideoPanel.Dock = System.Windows.Forms.DockStyle.Fill;
            this.VideoPanel.Location = new System.Drawing.Point(0, 0);
            this.VideoPanel.Name = "VideoPanel";
            this.VideoPanel.Size = new System.Drawing.Size(446, 279);
            this.VideoPanel.TabIndex = 0;
            this.VideoPanel.TabStop = false;
            this.VideoPanel.Click += new System.EventHandler(this.VideoPanel_Click);
            // 
            // VideoPreview
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(this.toolStripContainer1);
            this.Name = "VideoPreview";
            this.Size = new System.Drawing.Size(446, 326);
            this.toolStripContainer1.BottomToolStripPanel.ResumeLayout(false);
            this.toolStripContainer1.BottomToolStripPanel.PerformLayout();
            this.toolStripContainer1.ContentPanel.ResumeLayout(false);
            this.toolStripContainer1.ResumeLayout(false);
            this.toolStripContainer1.PerformLayout();
            this.VideoStatusStrip.ResumeLayout(false);
            this.VideoStatusStrip.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.VideoPanel)).EndInit();
            this.ResumeLayout(false);

        }

        #endregion

        private System.Windows.Forms.ToolStripContainer toolStripContainer1;
        private System.Windows.Forms.StatusStrip VideoStatusStrip;
        private System.Windows.Forms.PictureBox VideoPanel;
        private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel1;
        private System.Windows.Forms.ToolStripStatusLabel FrameCounterLabel;

    }
}