mirror of https://github.com/qwqdanchun/DcRat.git
204 lines
9.3 KiB
C#
204 lines
9.3 KiB
C#
namespace Server.Forms
|
|
{
|
|
partial class FormWebcam
|
|
{
|
|
/// <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 Windows Form 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.components = new System.ComponentModel.Container();
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormWebcam));
|
|
this.panel1 = new System.Windows.Forms.Panel();
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.numericUpDown1 = new System.Windows.Forms.NumericUpDown();
|
|
this.comboBox1 = new System.Windows.Forms.ComboBox();
|
|
this.btnSave = new System.Windows.Forms.Button();
|
|
this.button1 = new System.Windows.Forms.Button();
|
|
this.pictureBox1 = new System.Windows.Forms.PictureBox();
|
|
this.timer1 = new System.Windows.Forms.Timer(this.components);
|
|
this.timerSave = new System.Windows.Forms.Timer(this.components);
|
|
this.labelWait = new System.Windows.Forms.Label();
|
|
this.panel1.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
|
|
this.SuspendLayout();
|
|
//
|
|
// panel1
|
|
//
|
|
this.panel1.BackColor = System.Drawing.Color.Transparent;
|
|
this.panel1.Controls.Add(this.label1);
|
|
this.panel1.Controls.Add(this.numericUpDown1);
|
|
this.panel1.Controls.Add(this.comboBox1);
|
|
this.panel1.Controls.Add(this.btnSave);
|
|
this.panel1.Controls.Add(this.button1);
|
|
this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
|
|
this.panel1.Location = new System.Drawing.Point(0, 0);
|
|
this.panel1.Margin = new System.Windows.Forms.Padding(2);
|
|
this.panel1.Name = "panel1";
|
|
this.panel1.Size = new System.Drawing.Size(533, 25);
|
|
this.panel1.TabIndex = 3;
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.AutoSize = true;
|
|
this.label1.Location = new System.Drawing.Point(54, 6);
|
|
this.label1.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(29, 12);
|
|
this.label1.TabIndex = 8;
|
|
this.label1.Text = "FPS:";
|
|
//
|
|
// numericUpDown1
|
|
//
|
|
this.numericUpDown1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.numericUpDown1.Enabled = false;
|
|
this.numericUpDown1.Increment = new decimal(new int[] {
|
|
10,
|
|
0,
|
|
0,
|
|
0});
|
|
this.numericUpDown1.Location = new System.Drawing.Point(97, 4);
|
|
this.numericUpDown1.Margin = new System.Windows.Forms.Padding(2);
|
|
this.numericUpDown1.Minimum = new decimal(new int[] {
|
|
20,
|
|
0,
|
|
0,
|
|
0});
|
|
this.numericUpDown1.Name = "numericUpDown1";
|
|
this.numericUpDown1.Size = new System.Drawing.Size(55, 21);
|
|
this.numericUpDown1.TabIndex = 7;
|
|
this.numericUpDown1.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
this.numericUpDown1.UpDownAlign = System.Windows.Forms.LeftRightAlignment.Left;
|
|
this.numericUpDown1.Value = new decimal(new int[] {
|
|
50,
|
|
0,
|
|
0,
|
|
0});
|
|
//
|
|
// comboBox1
|
|
//
|
|
this.comboBox1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.comboBox1.Enabled = false;
|
|
this.comboBox1.FormattingEnabled = true;
|
|
this.comboBox1.Location = new System.Drawing.Point(156, 4);
|
|
this.comboBox1.Margin = new System.Windows.Forms.Padding(2);
|
|
this.comboBox1.Name = "comboBox1";
|
|
this.comboBox1.Size = new System.Drawing.Size(183, 20);
|
|
this.comboBox1.TabIndex = 6;
|
|
//
|
|
// btnSave
|
|
//
|
|
this.btnSave.BackgroundImage = global::Server.Properties.Resources.save_image;
|
|
this.btnSave.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
|
|
this.btnSave.Enabled = false;
|
|
this.btnSave.Location = new System.Drawing.Point(343, 0);
|
|
this.btnSave.Margin = new System.Windows.Forms.Padding(2);
|
|
this.btnSave.Name = "btnSave";
|
|
this.btnSave.Size = new System.Drawing.Size(26, 25);
|
|
this.btnSave.TabIndex = 5;
|
|
this.btnSave.UseVisualStyleBackColor = true;
|
|
this.btnSave.Click += new System.EventHandler(this.BtnSave_Click);
|
|
//
|
|
// button1
|
|
//
|
|
this.button1.BackgroundImage = global::Server.Properties.Resources.play_button;
|
|
this.button1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
|
|
this.button1.Enabled = false;
|
|
this.button1.Location = new System.Drawing.Point(2, 0);
|
|
this.button1.Margin = new System.Windows.Forms.Padding(2);
|
|
this.button1.Name = "button1";
|
|
this.button1.Size = new System.Drawing.Size(28, 25);
|
|
this.button1.TabIndex = 0;
|
|
this.button1.Tag = "play";
|
|
this.button1.UseVisualStyleBackColor = true;
|
|
this.button1.Click += new System.EventHandler(this.Button1_Click);
|
|
//
|
|
// pictureBox1
|
|
//
|
|
this.pictureBox1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.pictureBox1.Location = new System.Drawing.Point(0, 25);
|
|
this.pictureBox1.Margin = new System.Windows.Forms.Padding(2);
|
|
this.pictureBox1.Name = "pictureBox1";
|
|
this.pictureBox1.Size = new System.Drawing.Size(533, 319);
|
|
this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
|
|
this.pictureBox1.TabIndex = 5;
|
|
this.pictureBox1.TabStop = false;
|
|
//
|
|
// timer1
|
|
//
|
|
this.timer1.Interval = 1000;
|
|
this.timer1.Tick += new System.EventHandler(this.Timer1_Tick);
|
|
//
|
|
// timerSave
|
|
//
|
|
this.timerSave.Interval = 1000;
|
|
this.timerSave.Tick += new System.EventHandler(this.TimerSave_Tick);
|
|
//
|
|
// labelWait
|
|
//
|
|
this.labelWait.AutoSize = true;
|
|
this.labelWait.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.labelWait.Location = new System.Drawing.Point(213, 164);
|
|
this.labelWait.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
|
this.labelWait.Name = "labelWait";
|
|
this.labelWait.Size = new System.Drawing.Size(53, 20);
|
|
this.labelWait.TabIndex = 6;
|
|
this.labelWait.Text = "Please wait...";
|
|
//
|
|
// FormWebcam
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(533, 344);
|
|
this.Controls.Add(this.labelWait);
|
|
this.Controls.Add(this.pictureBox1);
|
|
this.Controls.Add(this.panel1);
|
|
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
|
this.Margin = new System.Windows.Forms.Padding(2);
|
|
this.Name = "FormWebcam";
|
|
this.Text = "Remote Camera";
|
|
this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.FormWebcam_FormClosed);
|
|
this.panel1.ResumeLayout(false);
|
|
this.panel1.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
private System.Windows.Forms.Panel panel1;
|
|
public System.Windows.Forms.ComboBox comboBox1;
|
|
public System.Windows.Forms.PictureBox pictureBox1;
|
|
public System.Windows.Forms.Button btnSave;
|
|
public System.Windows.Forms.Button button1;
|
|
public System.Windows.Forms.Timer timer1;
|
|
private System.Windows.Forms.Timer timerSave;
|
|
public System.Windows.Forms.Label labelWait;
|
|
private System.Windows.Forms.Label label1;
|
|
public System.Windows.Forms.NumericUpDown numericUpDown1;
|
|
}
|
|
} |