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

📄 form_batchencode.cs

📁 these are the sourse code for using the .mp3 files in java.so i am providing you this
💻 CS
📖 第 1 页 / 共 5 页
字号:
			this.CheckBox_Crop = new System.Windows.Forms.CheckBox();
			this.ComboBox_PreProc = new System.Windows.Forms.ComboBox();
			this.Label_PreProc = new System.Windows.Forms.Label();
			this.Button_FileOpenDestination = new System.Windows.Forms.Button();
			this.TextBox_Destination = new System.Windows.Forms.TextBox();
			this.Label_OutputFolder = new System.Windows.Forms.Label();
			this.ComboBox_DRMProfile = new System.Windows.Forms.ComboBox();
			this.Label_DRMProfile = new System.Windows.Forms.Label();
			this.Label_Title = new System.Windows.Forms.Label();
			this.TextBox_Title = new System.Windows.Forms.TextBox();
			this.Label_Description = new System.Windows.Forms.Label();
			this.Label_Copyright = new System.Windows.Forms.Label();
			this.TextBox_Description = new System.Windows.Forms.TextBox();
			this.TextBox_Copyright = new System.Windows.Forms.TextBox();
			this.Label_Author = new System.Windows.Forms.Label();
			this.TextBox_Author = new System.Windows.Forms.TextBox();
			this.Button_Add = new System.Windows.Forms.Button();
			this.Button_Remove = new System.Windows.Forms.Button();
			this.Button_RemoveAll = new System.Windows.Forms.Button();
			this.Button_Start = new System.Windows.Forms.Button();
			this.DataGrid_Batch = new System.Windows.Forms.DataGrid();
			this.DataSet_Batch = new System.Data.DataSet();
			this.DataTable_Batch = new System.Data.DataTable();
			this.DataColumn_Status = new System.Data.DataColumn();
			this.DataColumn_ContentID = new System.Data.DataColumn();
			this.DataColumn_Source = new System.Data.DataColumn();
			this.DataColumn_Destination = new System.Data.DataColumn();
			this.DataColumn_Profile = new System.Data.DataColumn();
			this.DataColumn_PreProc = new System.Data.DataColumn();
			this.DataColumn_DRMProfile = new System.Data.DataColumn();
			this.DataColumn_Title = new System.Data.DataColumn();
			this.DataColumn_Description = new System.Data.DataColumn();
			this.DataColumn_Author = new System.Data.DataColumn();
			this.DataColumn_Copyright = new System.Data.DataColumn();
			this.DataColumn_Crop = new System.Data.DataColumn();
			this.DataColumn_CropLeft = new System.Data.DataColumn();
			this.DataColumn_CropTop = new System.Data.DataColumn();
			this.DataColumn_CropRight = new System.Data.DataColumn();
			this.DataColumn_CropBottom = new System.Data.DataColumn();
			this.DataColumn_TwoPass = new System.Data.DataColumn();
			this.DataTable_SessionInfo = new System.Data.DataTable();
			this.DataColumn_DestinationSession = new System.Data.DataColumn();
			this.DataColumn_ProfileSession = new System.Data.DataColumn();
			this.DataColumn_PreprocessingSession = new System.Data.DataColumn();
			this.DataColumn_TitleSession = new System.Data.DataColumn();
			this.DataColumn_DescriptionSession = new System.Data.DataColumn();
			this.DataColumn_AuthorSession = new System.Data.DataColumn();
			this.DataColumn_CopyrightSession = new System.Data.DataColumn();
			this.DataColumn_CropEnableSession = new System.Data.DataColumn();
			this.DataColumn_CropTopSession = new System.Data.DataColumn();
			this.DataColumn_CropLeftSession = new System.Data.DataColumn();
			this.DataColumn_CropRightSession = new System.Data.DataColumn();
			this.DataColumn_CropBottomSession = new System.Data.DataColumn();
			this.DataColumn_TwoPassSession = new System.Data.DataColumn();
			this.DataColumn_PreviewSession = new System.Data.DataColumn();
			this.DataColumn_OutputStringSession = new System.Data.DataColumn();
			this.DataColumn_ErrorLogSession = new System.Data.DataColumn();
			this.DataColumn_DRMProfileSession = new System.Data.DataColumn();
			this.DataColumn_TwoPassEnableSession = new System.Data.DataColumn();
			this.DataTable_SourceList = new System.Data.DataTable();
			this.DataColumn_SourceList = new System.Data.DataColumn();
			this.DataGridTableStyle1 = new System.Windows.Forms.DataGridTableStyle();
			this.DataGridTextBoxColumn_Status = new System.Windows.Forms.DataGridTextBoxColumn();
			this.DataGridTextBoxColumn_ContentID = new System.Windows.Forms.DataGridTextBoxColumn();
			this.DataGridTextBoxColumn_Source = new System.Windows.Forms.DataGridTextBoxColumn();
			this.DataGridTextBoxColumn_Destination = new System.Windows.Forms.DataGridTextBoxColumn();
			this.DataGridTextBoxColumn_Profile = new System.Windows.Forms.DataGridTextBoxColumn();
			this.DataGridTextBoxColumn_PreProc = new System.Windows.Forms.DataGridTextBoxColumn();
			this.DataGridTextBoxColumn_DRMProfile = new System.Windows.Forms.DataGridTextBoxColumn();
			this.DataGridTextBoxColumn_Title = new System.Windows.Forms.DataGridTextBoxColumn();
			this.DataGridTextBoxColumn_Description = new System.Windows.Forms.DataGridTextBoxColumn();
			this.DataGridTextBoxColumn_Author = new System.Windows.Forms.DataGridTextBoxColumn();
			this.DataGridTextBoxColumn_Copyright = new System.Windows.Forms.DataGridTextBoxColumn();
			this.DataGridBoolColumn_Crop = new System.Windows.Forms.DataGridBoolColumn();
			this.DataGridTextBoxColumn_CropLeft = new System.Windows.Forms.DataGridTextBoxColumn();
			this.DataGridTextBoxColumn_CropTop = new System.Windows.Forms.DataGridTextBoxColumn();
			this.DataGridTextBoxColumn_CropRight = new System.Windows.Forms.DataGridTextBoxColumn();
			this.DataGridTextBoxColumn_CropBottom = new System.Windows.Forms.DataGridTextBoxColumn();
			this.DataGridBoolColumn_TwoPass = new System.Windows.Forms.DataGridBoolColumn();
			this.Button_Stop = new System.Windows.Forms.Button();
			this.DataSet_Error = new System.Data.DataSet();
			this.DataTable_Error = new System.Data.DataTable();
			this.DataColumn_ErrorID = new System.Data.DataColumn();
			this.DataColumn_ErrorString = new System.Data.DataColumn();
			this.DataColumn_ErrorLocation = new System.Data.DataColumn();
			this.DataSet_Default = new System.Data.DataSet();
			this.DataTable_Default = new System.Data.DataTable();
			this.DataColumn_DestinationDefault = new System.Data.DataColumn();
			this.DataColumn_ProfileDefault = new System.Data.DataColumn();
			this.DataColumn_PreprocessingDefault = new System.Data.DataColumn();
			this.DataColumn_TitleDefault = new System.Data.DataColumn();
			this.DataColumn_DescriptionDefault = new System.Data.DataColumn();
			this.DataColumn_AuthorDefault = new System.Data.DataColumn();
			this.DataColumn_CopyrightDefault = new System.Data.DataColumn();
			this.DataColumn_CropEnableDefault = new System.Data.DataColumn();
			this.DataColumn_CropTopDefault = new System.Data.DataColumn();
			this.DataColumn_CropLeftDefault = new System.Data.DataColumn();
			this.DataColumn_CropRightDefault = new System.Data.DataColumn();
			this.DataColumn_CropBottomDefault = new System.Data.DataColumn();
			this.DataColumn_TwoPassDefault = new System.Data.DataColumn();
			this.DataColumn_PreviewDefault = new System.Data.DataColumn();
			this.DataColumn_OutputStringDefault = new System.Data.DataColumn();
			this.DataColumn_ErrorLogDefault = new System.Data.DataColumn();
			this.DataColumn_DRMProfileDefault = new System.Data.DataColumn();
			this.StatusBar_Status = new System.Windows.Forms.StatusBar();
			this.StatusBarPanel_Content = new System.Windows.Forms.StatusBarPanel();
			this.StatusBarPanel_PercentComplete = new System.Windows.Forms.StatusBarPanel();
			this.StatusBarPanel_EncoderRunState = new System.Windows.Forms.StatusBarPanel();
			this.GroupBox_Sources = new System.Windows.Forms.GroupBox();
			this.Button_SourceRemoveAll = new System.Windows.Forms.Button();
			this.Button_RemoveSource = new System.Windows.Forms.Button();
			this.ListBox_Source = new System.Windows.Forms.ListBox();
			this.Button_FileOpenSource = new System.Windows.Forms.Button();
			this.TextBox_OutputString = new System.Windows.Forms.TextBox();
			this.Label_OutputString = new System.Windows.Forms.Label();
			this.Timer_PercentComplete = new System.Windows.Forms.Timer(this.components);
			this.CheckBox_TwoPass = new System.Windows.Forms.CheckBox();
			this.TextBox_Profile = new System.Windows.Forms.TextBox();
			this.Button_SelectProfile = new System.Windows.Forms.Button();
			this.GroupBox_Crop.SuspendLayout();
			((System.ComponentModel.ISupportInitialize)(this.NumericUpDown_CropBottom)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.NumericUpDown_CropRight)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.NumericUpDown_CropLeft)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.NumericUpDown_CropTop)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.DataGrid_Batch)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.DataSet_Batch)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.DataTable_Batch)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.DataTable_SessionInfo)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.DataTable_SourceList)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.DataSet_Error)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.DataTable_Error)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.DataSet_Default)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.DataTable_Default)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.StatusBarPanel_Content)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.StatusBarPanel_PercentComplete)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.StatusBarPanel_EncoderRunState)).BeginInit();
			this.GroupBox_Sources.SuspendLayout();
			this.SuspendLayout();
			// 
			// MainMenu1
			// 
			this.MainMenu1.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
																					  this.MenuItem_File,
																					  this.MenuItem_Tools,
																					  this.MenuItem_Help});
			// 
			// MenuItem_File
			// 
			this.MenuItem_File.Index = 0;
			this.MenuItem_File.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
																						  this.MenuItem_Open,
																						  this.MenuItem_Save,
																						  this.MenuItem_SaveAs,
																						  this.MenuItem_Exit});
			this.MenuItem_File.Text = "&File";
			// 
			// MenuItem_Open
			// 
			this.MenuItem_Open.Index = 0;
			this.MenuItem_Open.Text = "&Open Session";
			this.MenuItem_Open.Click += new System.EventHandler(this.MenuItem_Open_Click);
			// 
			// MenuItem_Save
			// 
			this.MenuItem_Save.Index = 1;
			this.MenuItem_Save.Text = "&Save Session";
			this.MenuItem_Save.Click += new System.EventHandler(this.MenuItem_Save_Click);
			// 
			// MenuItem_SaveAs
			// 
			this.MenuItem_SaveAs.Index = 2;
			this.MenuItem_SaveAs.Text = "Save Session &As";
			this.MenuItem_SaveAs.Click += new System.EventHandler(this.MenuItem_SaveAs_Click);
			// 
			// MenuItem_Exit
			// 
			this.MenuItem_Exit.Index = 3;
			this.MenuItem_Exit.Text = "E&xit";
			this.MenuItem_Exit.Click += new System.EventHandler(this.MenuItem_Exit_Click);
			// 
			// MenuItem_Tools
			// 
			this.MenuItem_Tools.Index = 1;
			this.MenuItem_Tools.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
																						   this.MenuItem_CurrentAsDefault,
																						   this.MenuItem_LogErrors});
			this.MenuItem_Tools.Text = "Tools";
			// 
			// MenuItem_CurrentAsDefault
			// 
			this.MenuItem_CurrentAsDefault.Index = 0;
			this.MenuItem_CurrentAsDefault.Text = "Set Current As Default";
			this.MenuItem_CurrentAsDefault.Click += new System.EventHandler(this.MenuItem_CurrentAsDefault_Click);
			// 
			// MenuItem_LogErrors
			// 
			this.MenuItem_LogErrors.Index = 1;
			this.MenuItem_LogErrors.Text = "Log Errors";
			this.MenuItem_LogErrors.Click += new System.EventHandler(this.MenuItem_LogErrors_Click);
			// 
			// MenuItem_Help
			// 
			this.MenuItem_Help.Index = 2;
			this.MenuItem_Help.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
																						  this.MenuItem_About});
			this.MenuItem_Help.Text = "&Help";
			// 
			// MenuItem_About
			// 
			this.MenuItem_About.Index = 0;
			this.MenuItem_About.Text = "&About";
			this.MenuItem_About.Click += new System.EventHandler(this.MenuItem_About_Click);
			// 
			// Label_Profile
			// 
			this.Label_Profile.Location = new System.Drawing.Point(16, 208);
			this.Label_Profile.Name = "Label_Profile";
			this.Label_Profile.Size = new System.Drawing.Size(80, 20);
			this.Label_Profile.TabIndex = 2;
			this.Label_Profile.Text = "Profile";
			// 
			// GroupBox_Crop
			// 
			this.GroupBox_Crop.Controls.Add(this.NumericUpDown_CropBottom);
			this.GroupBox_Crop.Controls.Add(this.NumericUpDown_CropRight);
			this.GroupBox_Crop.Controls.Add(this.NumericUpDown_CropLeft);
			this.GroupBox_Crop.Controls.Add(this.NumericUpDown_CropTop);
			this.GroupBox_Crop.Controls.Add(this.Label_CropBottom);
			this.GroupBox_Crop.Controls.Add(this.Label_CropRight);
			this.GroupBox_Crop.Controls.Add(this.Label_CropTop);
			this.GroupBox_Crop.Controls.Add(this.Label_CropLeft);
			this.GroupBox_Crop.Controls.Add(this.CheckBox_Crop);
			this.GroupBox_Crop.Location = new System.Drawing.Point(488, 8);
			this.GroupBox_Crop.Name = "GroupBox_Crop";
			this.GroupBox_Crop.Size = new System.Drawing.Size(288, 136);
			this.GroupBox_Crop.TabIndex = 6;
			this.GroupBox_Crop.TabStop = false;
			this.GroupBox_Crop.Text = "Crop Video (Pixels)";
			// 
			// NumericUpDown_CropBottom
			// 
			this.NumericUpDown_CropBottom.Enabled = false;
			this.NumericUpDown_CropBottom.Increment = new System.Decimal(new int[] {
																					   2,
																					   0,
																					   0,
																					   0});
			this.NumericUpDown_CropBottom.Location = new System.Drawing.Point(192, 88);
			this.NumericUpDown_CropBottom.Maximum = new System.Decimal(new int[] {
																					 1280,
																					 0,
																					 0,
																					 0});
			this.NumericUpDown_CropBottom.Name = "NumericUpDown_CropBottom";
			this.NumericUpDown_CropBottom.Size = new System.Drawing.Size(72, 20);
			this.NumericUpDown_CropBottom.TabIndex = 5;
			this.NumericUpDown_CropBottom.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
			this.NumericUpDown_CropBottom.ValueChanged += new System.EventHandler(this.NumericUpDown_CropBottom_ValueChanged);
			// 
			// NumericUpDown_CropRight
			// 
			this.NumericUpDown_CropRight.Enabled = false;
			this.NumericUpDown_CropRight.Increment = new System.Decimal(new int[] {
																					  2,
																					  0,
																					  0,
																					  0});
			this.NumericUpDown_CropRight.Location = new System.Drawing.Point(192, 56);
			this.NumericUpDown_CropRight.Maximum = new System.Decimal(new int[] {
																					1280,
																					0,
																					0,
																					0});
			this.NumericUpDown_CropRight.Name = "NumericUpDown_CropRight";
			this.NumericUpDown_CropRight.Size = new System.Drawing.Size(72, 20);

⌨️ 快捷键说明

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