代码拉取完成,页面将自动刷新
namespace FFmpegCutVideo
{
partial class Form1
{
/// <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 Windows 窗体设计器生成的代码
/// <summary>
/// 设计器支持所需的方法 - 不要修改
/// 使用代码编辑器修改此方法的内容。
/// </summary>
private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
this.BtnCutVideo = new System.Windows.Forms.Button();
this.textBoxFileName = new System.Windows.Forms.TextBox();
this.textBoxResult = new System.Windows.Forms.TextBox();
this.label1 = new System.Windows.Forms.Label();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.label10 = new System.Windows.Forms.Label();
this.txtHourEnd = new System.Windows.Forms.TextBox();
this.label11 = new System.Windows.Forms.Label();
this.txtSecEnd = new System.Windows.Forms.TextBox();
this.label12 = new System.Windows.Forms.Label();
this.label14 = new System.Windows.Forms.Label();
this.txtMinEnd = new System.Windows.Forms.TextBox();
this.label13 = new System.Windows.Forms.Label();
this.txtHour = new System.Windows.Forms.TextBox();
this.BtnSelectFiles = new System.Windows.Forms.Button();
this.textBoxFileMulti = new System.Windows.Forms.TextBox();
this.label8 = new System.Windows.Forms.Label();
this.BtnConcat = new System.Windows.Forms.Button();
this.comboBoxRatio = new System.Windows.Forms.ComboBox();
this.label6 = new System.Windows.Forms.Label();
this.label9 = new System.Windows.Forms.Label();
this.BtnChangeRate = new System.Windows.Forms.Button();
this.label5 = new System.Windows.Forms.Label();
this.label4 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.txtNewFileName = new System.Windows.Forms.TextBox();
this.label7 = new System.Windows.Forms.Label();
this.BtnSelectFile = new System.Windows.Forms.Button();
this.BtnSelectOtherPath = new System.Windows.Forms.Button();
this.txtMin = new System.Windows.Forms.ComboBox();
this.txtSec = new System.Windows.Forms.ComboBox();
this.groupBox1.SuspendLayout();
this.SuspendLayout();
//
// BtnCutVideo
//
this.BtnCutVideo.Location = new System.Drawing.Point(591, 23);
this.BtnCutVideo.Name = "BtnCutVideo";
this.BtnCutVideo.Size = new System.Drawing.Size(75, 23);
this.BtnCutVideo.TabIndex = 30;
this.BtnCutVideo.Text = "开始剪切";
this.BtnCutVideo.UseVisualStyleBackColor = true;
this.BtnCutVideo.Click += new System.EventHandler(this.BtnCutVideo_Click);
//
// textBoxFileName
//
this.textBoxFileName.ForeColor = System.Drawing.Color.Crimson;
this.textBoxFileName.Location = new System.Drawing.Point(109, 12);
this.textBoxFileName.Name = "textBoxFileName";
this.textBoxFileName.Size = new System.Drawing.Size(550, 21);
this.textBoxFileName.TabIndex = 1;
//
// textBoxResult
//
this.textBoxResult.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.textBoxResult.ForeColor = System.Drawing.Color.ForestGreen;
this.textBoxResult.Location = new System.Drawing.Point(12, 214);
this.textBoxResult.Multiline = true;
this.textBoxResult.Name = "textBoxResult";
this.textBoxResult.Size = new System.Drawing.Size(678, 122);
this.textBoxResult.TabIndex = 2;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label1.Location = new System.Drawing.Point(10, 9);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(93, 20);
this.label1.TabIndex = 3;
this.label1.Text = "输入视频路径";
//
// groupBox1
//
this.groupBox1.Controls.Add(this.txtSec);
this.groupBox1.Controls.Add(this.txtMin);
this.groupBox1.Controls.Add(this.label10);
this.groupBox1.Controls.Add(this.txtHourEnd);
this.groupBox1.Controls.Add(this.label11);
this.groupBox1.Controls.Add(this.txtSecEnd);
this.groupBox1.Controls.Add(this.label12);
this.groupBox1.Controls.Add(this.label14);
this.groupBox1.Controls.Add(this.txtMinEnd);
this.groupBox1.Controls.Add(this.label13);
this.groupBox1.Controls.Add(this.txtHour);
this.groupBox1.Controls.Add(this.BtnSelectFiles);
this.groupBox1.Controls.Add(this.textBoxFileMulti);
this.groupBox1.Controls.Add(this.label8);
this.groupBox1.Controls.Add(this.BtnConcat);
this.groupBox1.Controls.Add(this.comboBoxRatio);
this.groupBox1.Controls.Add(this.label6);
this.groupBox1.Controls.Add(this.label9);
this.groupBox1.Controls.Add(this.BtnChangeRate);
this.groupBox1.Controls.Add(this.label5);
this.groupBox1.Controls.Add(this.label4);
this.groupBox1.Controls.Add(this.label3);
this.groupBox1.Controls.Add(this.label2);
this.groupBox1.Controls.Add(this.BtnCutVideo);
this.groupBox1.Location = new System.Drawing.Point(12, 71);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(674, 136);
this.groupBox1.TabIndex = 5;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "功能";
//
// label10
//
this.label10.AutoSize = true;
this.label10.Location = new System.Drawing.Point(485, 28);
this.label10.Name = "label10";
this.label10.Size = new System.Drawing.Size(17, 12);
this.label10.TabIndex = 32;
this.label10.Text = "时";
//
// txtHourEnd
//
this.txtHourEnd.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.txtHourEnd.ForeColor = System.Drawing.Color.OrangeRed;
this.txtHourEnd.Location = new System.Drawing.Point(461, 25);
this.txtHourEnd.Name = "txtHourEnd";
this.txtHourEnd.Size = new System.Drawing.Size(22, 23);
this.txtHourEnd.TabIndex = 27;
this.txtHourEnd.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
//
// label11
//
this.label11.AutoSize = true;
this.label11.Location = new System.Drawing.Point(573, 28);
this.label11.Name = "label11";
this.label11.Size = new System.Drawing.Size(17, 12);
this.label11.TabIndex = 30;
this.label11.Text = "秒";
//
// txtSecEnd
//
this.txtSecEnd.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.txtSecEnd.ForeColor = System.Drawing.Color.OrangeRed;
this.txtSecEnd.Location = new System.Drawing.Point(549, 25);
this.txtSecEnd.Name = "txtSecEnd";
this.txtSecEnd.Size = new System.Drawing.Size(21, 23);
this.txtSecEnd.TabIndex = 29;
this.txtSecEnd.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
//
// label12
//
this.label12.AutoSize = true;
this.label12.Location = new System.Drawing.Point(528, 28);
this.label12.Name = "label12";
this.label12.Size = new System.Drawing.Size(17, 12);
this.label12.TabIndex = 28;
this.label12.Text = "分";
//
// label14
//
this.label14.AutoSize = true;
this.label14.Location = new System.Drawing.Point(402, 28);
this.label14.Name = "label14";
this.label14.Size = new System.Drawing.Size(53, 12);
this.label14.TabIndex = 27;
this.label14.Text = "截止时段";
//
// txtMinEnd
//
this.txtMinEnd.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.txtMinEnd.ForeColor = System.Drawing.Color.OrangeRed;
this.txtMinEnd.Location = new System.Drawing.Point(504, 25);
this.txtMinEnd.Name = "txtMinEnd";
this.txtMinEnd.Size = new System.Drawing.Size(22, 23);
this.txtMinEnd.TabIndex = 28;
this.txtMinEnd.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
//
// label13
//
this.label13.AutoSize = true;
this.label13.Location = new System.Drawing.Point(243, 28);
this.label13.Name = "label13";
this.label13.Size = new System.Drawing.Size(17, 12);
this.label13.TabIndex = 25;
this.label13.Text = "时";
//
// txtHour
//
this.txtHour.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.txtHour.ForeColor = System.Drawing.Color.Blue;
this.txtHour.Location = new System.Drawing.Point(219, 25);
this.txtHour.Name = "txtHour";
this.txtHour.Size = new System.Drawing.Size(22, 23);
this.txtHour.TabIndex = 24;
this.txtHour.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
//
// BtnSelectFiles
//
this.BtnSelectFiles.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.BtnSelectFiles.Location = new System.Drawing.Point(536, 99);
this.BtnSelectFiles.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.BtnSelectFiles.Name = "BtnSelectFiles";
this.BtnSelectFiles.Size = new System.Drawing.Size(47, 22);
this.BtnSelectFiles.TabIndex = 18;
this.BtnSelectFiles.Text = "多选";
this.BtnSelectFiles.UseVisualStyleBackColor = true;
this.BtnSelectFiles.Click += new System.EventHandler(this.BtnSelectFiles_Click);
//
// textBoxFileMulti
//
this.textBoxFileMulti.ForeColor = System.Drawing.Color.Crimson;
this.textBoxFileMulti.Location = new System.Drawing.Point(162, 99);
this.textBoxFileMulti.Name = "textBoxFileMulti";
this.textBoxFileMulti.Size = new System.Drawing.Size(364, 21);
this.textBoxFileMulti.TabIndex = 18;
//
// label8
//
this.label8.AutoSize = true;
this.label8.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label8.Location = new System.Drawing.Point(53, 98);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(79, 19);
this.label8.TabIndex = 17;
this.label8.Text = "合并视频:";
//
// BtnConcat
//
this.BtnConcat.Location = new System.Drawing.Point(589, 98);
this.BtnConcat.Name = "BtnConcat";
this.BtnConcat.Size = new System.Drawing.Size(75, 23);
this.BtnConcat.TabIndex = 15;
this.BtnConcat.Text = "开始合并";
this.BtnConcat.UseVisualStyleBackColor = true;
this.BtnConcat.Click += new System.EventHandler(this.BtnConcat_Click);
//
// comboBoxRatio
//
this.comboBoxRatio.FormattingEnabled = true;
this.comboBoxRatio.Items.AddRange(new object[] {
"16:9",
"4:3",
"800X450"});
this.comboBoxRatio.Location = new System.Drawing.Point(423, 61);
this.comboBoxRatio.Name = "comboBoxRatio";
this.comboBoxRatio.Size = new System.Drawing.Size(160, 20);
this.comboBoxRatio.TabIndex = 14;
//
// label6
//
this.label6.AutoSize = true;
this.label6.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label6.Location = new System.Drawing.Point(53, 61);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(107, 19);
this.label6.TabIndex = 13;
this.label6.Text = "调整视频比例:";
//
// label9
//
this.label9.AutoSize = true;
this.label9.Location = new System.Drawing.Point(160, 66);
this.label9.Name = "label9";
this.label9.Size = new System.Drawing.Size(257, 12);
this.label9.TabIndex = 9;
this.label9.Text = "选择拟调整的视频播放比例或视频尺寸(resize)";
//
// BtnChangeRate
//
this.BtnChangeRate.Location = new System.Drawing.Point(589, 61);
this.BtnChangeRate.Name = "BtnChangeRate";
this.BtnChangeRate.Size = new System.Drawing.Size(75, 23);
this.BtnChangeRate.TabIndex = 7;
this.BtnChangeRate.Text = "开始调整";
this.BtnChangeRate.UseVisualStyleBackColor = true;
this.BtnChangeRate.Click += new System.EventHandler(this.BtnChangeRate_Click);
//
// label5
//
this.label5.AutoSize = true;
this.label5.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label5.Location = new System.Drawing.Point(53, 25);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(79, 19);
this.label5.TabIndex = 6;
this.label5.Text = "剪切视频:";
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(381, 28);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(17, 12);
this.label4.TabIndex = 5;
this.label4.Text = "秒";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(305, 28);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(17, 12);
this.label3.TabIndex = 3;
this.label3.Text = "分";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(160, 28);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(53, 12);
this.label2.TabIndex = 2;
this.label2.Text = "起始时段";
//
// txtNewFileName
//
this.txtNewFileName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.txtNewFileName.ForeColor = System.Drawing.SystemColors.MenuHighlight;
this.txtNewFileName.Location = new System.Drawing.Point(109, 39);
this.txtNewFileName.Name = "txtNewFileName";
this.txtNewFileName.Size = new System.Drawing.Size(550, 21);
this.txtNewFileName.TabIndex = 15;
//
// label7
//
this.label7.AutoSize = true;
this.label7.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label7.Location = new System.Drawing.Point(10, 39);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(93, 20);
this.label7.TabIndex = 16;
this.label7.Text = "输出新文件名";
//
// BtnSelectFile
//
this.BtnSelectFile.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.BtnSelectFile.Location = new System.Drawing.Point(663, 14);
this.BtnSelectFile.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.BtnSelectFile.Name = "BtnSelectFile";
this.BtnSelectFile.Size = new System.Drawing.Size(30, 18);
this.BtnSelectFile.TabIndex = 17;
this.BtnSelectFile.Text = "···";
this.BtnSelectFile.UseVisualStyleBackColor = true;
this.BtnSelectFile.Click += new System.EventHandler(this.BtnSelectFile_Click);
//
// BtnSelectOtherPath
//
this.BtnSelectOtherPath.Font = new System.Drawing.Font("Arial", 5.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.BtnSelectOtherPath.Location = new System.Drawing.Point(663, 41);
this.BtnSelectOtherPath.Margin = new System.Windows.Forms.Padding(2);
this.BtnSelectOtherPath.Name = "BtnSelectOtherPath";
this.BtnSelectOtherPath.Size = new System.Drawing.Size(30, 18);
this.BtnSelectOtherPath.TabIndex = 18;
this.BtnSelectOtherPath.Text = "另选";
this.BtnSelectOtherPath.UseVisualStyleBackColor = true;
this.BtnSelectOtherPath.Click += new System.EventHandler(this.BtnSelectOtherPath_Click);
//
// txtMin
//
this.txtMin.Font = new System.Drawing.Font("宋体", 10F);
this.txtMin.ForeColor = System.Drawing.Color.Blue;
this.txtMin.FormattingEnabled = true;
this.txtMin.Items.AddRange(new object[] {
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11",
"12",
"13",
"14",
"15",
"16",
"17",
"18",
"19",
"20",
"21",
"22",
"23",
"24",
"25",
"26",
"27",
"28",
"29",
"30",
"31",
"32",
"33",
"34",
"35",
"36",
"37",
"38",
"39",
"40",
"41",
"42",
"43",
"44",
"45",
"46",
"47",
"48",
"49",
"50",
"51",
"52",
"53",
"54",
"55",
"56",
"57",
"58",
"59"});
this.txtMin.Location = new System.Drawing.Point(262, 25);
this.txtMin.Name = "txtMin";
this.txtMin.Size = new System.Drawing.Size(38, 21);
this.txtMin.TabIndex = 33;
//
// txtSec
//
this.txtSec.Font = new System.Drawing.Font("宋体", 10F);
this.txtSec.ForeColor = System.Drawing.Color.Red;
this.txtSec.FormattingEnabled = true;
this.txtSec.Items.AddRange(new object[] {
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11",
"12",
"13",
"14",
"15",
"16",
"17",
"18",
"19",
"20",
"21",
"22",
"23",
"24",
"25",
"26",
"27",
"28",
"29",
"30",
"31",
"32",
"33",
"34",
"35",
"36",
"37",
"38",
"39",
"40",
"41",
"42",
"43",
"44",
"45",
"46",
"47",
"48",
"49",
"50",
"51",
"52",
"53",
"54",
"55",
"56",
"57",
"58",
"59"});
this.txtSec.Location = new System.Drawing.Point(328, 25);
this.txtSec.Name = "txtSec";
this.txtSec.Size = new System.Drawing.Size(53, 21);
this.txtSec.TabIndex = 34;
//
// Form1
//
this.AllowDrop = true;
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(702, 346);
this.Controls.Add(this.BtnSelectOtherPath);
this.Controls.Add(this.BtnSelectFile);
this.Controls.Add(this.label7);
this.Controls.Add(this.groupBox1);
this.Controls.Add(this.txtNewFileName);
this.Controls.Add(this.label1);
this.Controls.Add(this.textBoxResult);
this.Controls.Add(this.textBoxFileName);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.MaximizeBox = false;
this.Name = "Form1";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "FFmpegCutVideo";
this.Load += new System.EventHandler(this.Form1_Load);
this.DragDrop += new System.Windows.Forms.DragEventHandler(this.Form1_DragDrop);
this.DragEnter += new System.Windows.Forms.DragEventHandler(this.Form1_DragEnter);
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Button BtnCutVideo;
private System.Windows.Forms.TextBox textBoxFileName;
private System.Windows.Forms.TextBox textBoxResult;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.ComboBox comboBoxRatio;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.Label label9;
private System.Windows.Forms.Button BtnChangeRate;
private System.Windows.Forms.TextBox txtNewFileName;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.Button BtnSelectFile;
private System.Windows.Forms.Button BtnSelectFiles;
private System.Windows.Forms.TextBox textBoxFileMulti;
private System.Windows.Forms.Label label8;
private System.Windows.Forms.Button BtnConcat;
private System.Windows.Forms.Label label10;
private System.Windows.Forms.TextBox txtHourEnd;
private System.Windows.Forms.Label label11;
private System.Windows.Forms.TextBox txtSecEnd;
private System.Windows.Forms.Label label12;
private System.Windows.Forms.Label label14;
private System.Windows.Forms.TextBox txtMinEnd;
private System.Windows.Forms.Label label13;
private System.Windows.Forms.TextBox txtHour;
private System.Windows.Forms.Button BtnSelectOtherPath;
private System.Windows.Forms.ComboBox txtMin;
private System.Windows.Forms.ComboBox txtSec;
}
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。