⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 cecamera.designer.cs

📁 绝对可用的PDA摄像头调用程序。并可以任意设置保存目录。
💻 CS
📖 第 1 页 / 共 2 页
字号:
            // 
            // menuExit
            // 
            this.menuExit.Text = "Exit";
            this.menuExit.Click += new System.EventHandler(this.menuExit_Click);
            // 
            // checkInitialDirectory
            // 
            this.checkInitialDirectory.Location = new System.Drawing.Point(0, 3);
            this.checkInitialDirectory.Name = "checkInitialDirectory";
            this.checkInitialDirectory.Size = new System.Drawing.Size(126, 20);
            this.checkInitialDirectory.TabIndex = 0;
            this.checkInitialDirectory.Text = "Initial Directory";
            this.checkInitialDirectory.CheckStateChanged += new System.EventHandler(this.checkInitialDirectory_CheckStateChanged);
            // 
            // textInitialDirectory
            // 
            this.textInitialDirectory.Location = new System.Drawing.Point(3, 29);
            this.textInitialDirectory.MaxLength = 260;
            this.textInitialDirectory.Name = "textInitialDirectory";
            this.textInitialDirectory.Size = new System.Drawing.Size(176, 21);
            this.textInitialDirectory.TabIndex = 1;
            // 
            // checkDefaultFileName
            // 
            this.checkDefaultFileName.Location = new System.Drawing.Point(0, 57);
            this.checkDefaultFileName.Name = "checkDefaultFileName";
            this.checkDefaultFileName.Size = new System.Drawing.Size(153, 20);
            this.checkDefaultFileName.TabIndex = 2;
            this.checkDefaultFileName.Text = "Default File Name:";
            this.checkDefaultFileName.CheckStateChanged += new System.EventHandler(this.checkDefaultFileName_CheckStateChanged);
            // 
            // textDefaultFileName
            // 
            this.textDefaultFileName.Location = new System.Drawing.Point(3, 83);
            this.textDefaultFileName.Name = "textDefaultFileName";
            this.textDefaultFileName.Size = new System.Drawing.Size(176, 21);
            this.textDefaultFileName.TabIndex = 3;
            // 
            // checkTitle
            // 
            this.checkTitle.Location = new System.Drawing.Point(0, 110);
            this.checkTitle.Name = "checkTitle";
            this.checkTitle.Size = new System.Drawing.Size(100, 20);
            this.checkTitle.TabIndex = 4;
            this.checkTitle.Text = "Title:";
            this.checkTitle.CheckStateChanged += new System.EventHandler(this.checkTitle_CheckStateChanged);
            // 
            // textTitle
            // 
            this.textTitle.Location = new System.Drawing.Point(3, 136);
            this.textTitle.Name = "textTitle";
            this.textTitle.Size = new System.Drawing.Size(100, 21);
            this.textTitle.TabIndex = 5;
            this.textTitle.Text = "textTitle";
            // 
            // checkResolution
            // 
            this.checkResolution.Location = new System.Drawing.Point(0, 165);
            this.checkResolution.Name = "checkResolution";
            this.checkResolution.Size = new System.Drawing.Size(206, 20);
            this.checkResolution.TabIndex = 6;
            this.checkResolution.Text = "Resolution (Width x Height):";
            this.checkResolution.CheckStateChanged += new System.EventHandler(this.checkResolution_CheckStateChanged);
            // 
            // textResolutionWidth
            // 
            this.textResolutionWidth.Location = new System.Drawing.Point(1, 191);
            this.textResolutionWidth.Name = "textResolutionWidth";
            this.textResolutionWidth.Size = new System.Drawing.Size(75, 21);
            this.textResolutionWidth.TabIndex = 7;
            // 
            // labelX
            // 
            this.labelX.Location = new System.Drawing.Point(79, 192);
            this.labelX.Name = "labelX";
            this.labelX.Size = new System.Drawing.Size(21, 20);
            this.labelX.Text = "x";
            // 
            // textResolutionHeight
            // 
            this.textResolutionHeight.Location = new System.Drawing.Point(96, 191);
            this.textResolutionHeight.Name = "textResolutionHeight";
            this.textResolutionHeight.Size = new System.Drawing.Size(73, 21);
            this.textResolutionHeight.TabIndex = 9;
            // 
            // checkVideoTimeLimit
            // 
            this.checkVideoTimeLimit.Location = new System.Drawing.Point(0, 218);
            this.checkVideoTimeLimit.Name = "checkVideoTimeLimit";
            this.checkVideoTimeLimit.Size = new System.Drawing.Size(123, 20);
            this.checkVideoTimeLimit.TabIndex = 10;
            this.checkVideoTimeLimit.Text = "VideoTimeLimit";
            this.checkVideoTimeLimit.CheckStateChanged += new System.EventHandler(this.checkVideoTimeLimit_CheckStateChanged);
            // 
            // textVideoTimeLimit
            // 
            this.textVideoTimeLimit.Location = new System.Drawing.Point(3, 244);
            this.textVideoTimeLimit.Name = "textVideoTimeLimit";
            this.textVideoTimeLimit.Size = new System.Drawing.Size(100, 21);
            this.textVideoTimeLimit.TabIndex = 11;
            // 
            // button1
            // 
            this.button1.Location = new System.Drawing.Point(180, 30);
            this.button1.Name = "button1";
            this.button1.Size = new System.Drawing.Size(57, 20);
            this.button1.TabIndex = 13;
            this.button1.Text = "保存到";
            this.button1.Click += new System.EventHandler(this.button1_Click);
            // 
            // CECamera
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
            this.AutoScroll = true;
            this.ClientSize = new System.Drawing.Size(240, 268);
            this.Controls.Add(this.button1);
            this.Controls.Add(this.textVideoTimeLimit);
            this.Controls.Add(this.checkVideoTimeLimit);
            this.Controls.Add(this.textResolutionHeight);
            this.Controls.Add(this.labelX);
            this.Controls.Add(this.textResolutionWidth);
            this.Controls.Add(this.checkResolution);
            this.Controls.Add(this.textTitle);
            this.Controls.Add(this.checkTitle);
            this.Controls.Add(this.textDefaultFileName);
            this.Controls.Add(this.checkDefaultFileName);
            this.Controls.Add(this.textInitialDirectory);
            this.Controls.Add(this.checkInitialDirectory);
            this.Menu = this.mainMenu;
            this.Name = "CECamera";
            this.Text = "CECamera";
            this.Closed += new System.EventHandler(this.CECamera_Closed);
            this.ResumeLayout(false);

        }

        #endregion

        private System.Windows.Forms.CheckBox checkInitialDirectory;
        private System.Windows.Forms.TextBox textInitialDirectory;
        private System.Windows.Forms.CheckBox checkDefaultFileName;
        private System.Windows.Forms.TextBox textDefaultFileName;
        private System.Windows.Forms.CheckBox checkTitle;
        private System.Windows.Forms.TextBox textTitle;
        private System.Windows.Forms.CheckBox checkResolution;
        private System.Windows.Forms.TextBox textResolutionWidth;
        private System.Windows.Forms.Label labelX;
        private System.Windows.Forms.TextBox textResolutionHeight;
        private System.Windows.Forms.CheckBox checkVideoTimeLimit;
        private System.Windows.Forms.TextBox textVideoTimeLimit;
        private System.Windows.Forms.MenuItem menuStart;
        private System.Windows.Forms.MenuItem menuMenu;
        private System.Windows.Forms.MenuItem menuMode;
        private System.Windows.Forms.MenuItem menuStillQuality;
        private System.Windows.Forms.MenuItem menuVideoTypes;
        private System.Windows.Forms.MenuItem menuSeparator1;
        private System.Windows.Forms.MenuItem menuReset;
        private System.Windows.Forms.MenuItem menuAbout;
        private System.Windows.Forms.MenuItem menuSeparator2;
        private System.Windows.Forms.MenuItem menuExit;
        private System.Windows.Forms.MenuItem menuModeStill;
        private System.Windows.Forms.MenuItem menuModeVideoOnly;
        private System.Windows.Forms.MenuItem menuModeVideoWithAudio;
        private System.Windows.Forms.MenuItem menuStillQualityDefault;
        private System.Windows.Forms.MenuItem menuStillQualityLow;
        private System.Windows.Forms.MenuItem menuStillQualityNormal;
        private System.Windows.Forms.MenuItem menuStillQualityHigh;
        private System.Windows.Forms.MenuItem menuVideoTypesAll;
        private System.Windows.Forms.MenuItem menuVideoTypesStandard;
        private System.Windows.Forms.MenuItem menuVideoTypesMessaging;
        private System.Windows.Forms.Button button1;
    }
}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -