
namespace VideoHelper
{
partial class VideoControl
{
/// <summary>
/// 必需的设计器变量。
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// 清理所有正在使用的资源。
/// </summary>
/// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region 组件设计器生成的代码
/// <summary>
/// 设计器支持所需的方法 - 不要
/// 使用代码编辑器修改此方法的内容。
/// </summary>
private void InitializeComponent()
{
this.button1 = new System.Windows.Forms.Button();
this.comboBox1 = new System.Windows.Forms.ComboBox();
this.label4 = new System.Windows.Forms.Label();
this.txtFile = new System.Windows.Forms.TextBox();
this.btnSave = new System.Windows.Forms.Button();
this.btnStart = new System.Windows.Forms.Button();
this.btnLogin = new System.Windows.Forms.Button();
this.label3 = new System.Windows.Forms.Label();
this.txtPwd = new System.Windows.Forms.TextBox();
this.label2 = new System.Windows.Forms.Label();
this.txtUserID = new System.Windows.Forms.TextBox();
this.label1 = new System.Windows.Forms.Label();
this.numericUpDown1 = new System.Windows.Forms.NumericUpDown();
this.IP = new System.Windows.Forms.Label();
this.txtIP = new System.Windows.Forms.TextBox();
this.pictureBox1 = new System.Windows.Forms.PictureBox();
((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
this.SuspendLayout();
//
// button1
//
this.button1.Cursor = System.Windows.Forms.Cursors.Hand;
this.button1.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.button1.Location = new System.Drawing.Point(377, 360);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(138, 22);
this.button1.TabIndex = 58;
this.button1.Text = "打开视频存放位置";
this.button1.UseVisualStyleBackColor = true;
this.button1.Click += new System.EventHandler(this.button1_Click);
//
// comboBox1
//
this.comboBox1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.comboBox1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.comboBox1.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.comboBox1.FormattingEnabled = true;
this.comboBox1.Items.AddRange(new object[] {
".mp4",
".avi",
".wmv",
".3gp",
".flv"});
this.comboBox1.Location = new System.Drawing.Point(303, 361);
this.comboBox1.Name = "comboBox1";
this.comboBox1.Size = new System.Drawing.Size(55, 25);
this.comboBox1.TabIndex = 57;
//
// label4
//
this.label4.AutoSize = true;
this.label4.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label4.Location = new System.Drawing.Point(14, 360);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(116, 17);
this.label4.TabIndex = 56;
this.label4.Text = "请输入视频文件名:";
//
// txtFile
//
this.txtFile.Location = new System.Drawing.Point(136, 360);
this.txtFile.Name = "txtFile";
this.txtFile.Size = new System.Drawing.Size(161, 21);
this.txtFile.TabIndex = 55;
//
// btnSave
//
this.btnSave.Cursor = System.Windows.Forms.Cursors.Hand;
this.btnSave.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btnSave.Location = new System.Drawing.Point(490, 298);
this.btnSave.Name = "btnSave";
this.btnSave.Size = new System.Drawing.Size(57, 45);
this.btnSave.TabIndex = 54;
this.btnSave.Text = "保存";
this.btnSave.UseVisualStyleBackColor = true;
this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
//
// btnStart
//
this.btnStart.Cursor = System.Windows.Forms.Cursors.Hand;
this.btnStart.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btnStart.Location = new System.Drawing.Point(421, 298);
this.btnStart.Name = "btnStart";
this.btnStart.Size = new System.Drawing.Size(57, 45);
this.btnStart.TabIndex = 53;
this.btnStart.Text = "录制";
this.btnStart.UseVisualStyleBackColor = true;
this.btnStart.Click += new System.EventHandler(this.btnStart_Click);
//
// btnLogin
//
this.btnLogin.Cursor = System.Windows.Forms.Cursors.Hand;
this.btnLogin.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btnLogin.Location = new System.Drawing.Point(352, 298);
this.btnLogin.Name = "btnLogin";
this.btnLogin.Size = new System.Drawing.Size(57, 45);
this.btnLogin.TabIndex = 52;
this.btnLogin.Text = "登录";
this.btnLogin.UseVisualStyleBackColor = true;
this.btnLogin.Click += new System.EventHandler(this.btnLogin_Click);
//
// label3
//
this.label3.AutoSize = true;
this.label3.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label3.Location = new System.Drawing.Point(172, 325);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(44, 17);
this.label3.TabIndex = 51;
this.label3.Text = "密码:";
//
// txtPwd
//
this.txtPwd.Location = new System.Drawing.Point(221, 322);
this.txtPwd.Name = "txtPwd";
this.txtPwd.PasswordChar = '*';
this.txtPwd.Size = new System.Drawing.Size(115, 21);
this.txtPwd.TabIndex = 50;
this.txtPwd.Text = "8910jqk#";
this.txtPwd.UseSystemPasswordChar = true;
//
// label2
//
this.label2.AutoSize = true;
this.label2.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label2.Location = new System.Drawing.Point(8, 322);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(44, 17);
this.label2.TabIndex = 49;
this.label2.Text = "用户名";
//
// txtUserID
//
this.txtUserID.Location = new System.Drawing.Point(66, 322);
this.txtUserID.Name = "txtUserID";
this.txtUserID.Size = new System.Drawing.Size(100, 21);
this.txtUserID.TabIndex = 48;
this.txtUserID.Text = "admin";
//
// label1
//
this.label1.AutoSize = true;
this.label1.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label1.Location = new System.Drawing.Point(172, 295);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(44, 17);
this.label1.TabIndex = 47;
this.label1.Text = "端口:";
//
// numericUpDown1
//
this.numericUpDown1.Location = new System.Drawing.Point(222, 295);
this.numericUpDown1.Maximum = new decimal(new int[] {
65535,
0,
0,
0});
this.numericUpDown1.Minimum = new decimal(new int[] {
1,
0,
0,
0});
this.numericUpDown1.Name = "numericUpDown1";
this.numericUpDown1.Size = new System.Drawing.Size(114, 21);
this.numericUpDown1.TabIndex = 46;
this.numericUpDown1.Value = new decimal(new int[] {
8000,
0,
0,
0});
//
// IP
//
this.IP.AutoSize = true;
this.IP.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.IP.Location = new System.Drawing.Point(20, 295);
this.IP.Name = "IP";
this.IP.Size = new System.Drawing.Size(19, 17);
this.IP.TabIndex = 45;
this.IP.Text = "IP";
//
// txtIP
//
this.txtIP.Location = new System.Drawing.Point(66, 295);
this.txtIP.Name = "txtIP";
this.txtIP.Size = new System.Drawing.Size(100, 21);
this.txtIP.TabIndex = 44;
this.txtIP.Text = "192.168.1.64";
//
// pictureBox1
//
this.pictureBox1.Location = new System.Drawing.Point(5, 5);
this.pictureBox1.Name = "pictureBox1";
this.pictureBox1.Size = new System.Drawing.Size(542, 269);
this.pictureBox1.TabIndex = 43;
this.pictureBox1.TabStop = false;
//
// VideoControl
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.button1);
this.Controls.Add(this.comboBox1);
this.Controls.Add(this.label4);
this.Controls.Add(this.txtFile);
this.Controls.Add(this.btnSave);
this.Controls.Add(this.btnStart);
this.Controls.Add(this.btnLogin);
this.Controls.Add(this.label3);
this.Controls.Add(this.txtPwd);
this.Controls.Add(this.label2);
this.Controls.Add(this.txtUserID);
this.Controls.Add(this.label1);
this.Controls.Add(this.numericUpDown1);
this.Controls.Add(this.IP);
this.Controls.Add(this.txtIP);
this.Controls.Add(this.pictureBox1);
this.Name = "VideoControl";
this.Size = new System.Drawing.Size(556, 398);
this.Load += new System.EventHandler(this.VideoControl_Load);
((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Button button1;
private System.Windows.Forms.ComboBox comboBox1;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.TextBox txtFile;
private System.Windows.Forms.Button btnSave;
private System.Windows.Forms.Button btnStart;
private System.Windows.Forms.Button btnLogin;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.TextBox txtPwd;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.TextBox txtUserID;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.NumericUpDown numericUpDown1;
private System.Windows.Forms.Label IP;
private System.Windows.Forms.TextBox txtIP;
private System.Windows.Forms.PictureBox pictureBox1;
}
}
