📄 form_batchencode.cs
字号:
this.NumericUpDown_CropRight.TabIndex = 3;
this.NumericUpDown_CropRight.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
this.NumericUpDown_CropRight.ValueChanged += new System.EventHandler(this.NumericUpDown_CropRight_ValueChanged);
//
// NumericUpDown_CropLeft
//
this.NumericUpDown_CropLeft.Enabled = false;
this.NumericUpDown_CropLeft.Increment = new System.Decimal(new int[] {
2,
0,
0,
0});
this.NumericUpDown_CropLeft.Location = new System.Drawing.Point(64, 88);
this.NumericUpDown_CropLeft.Maximum = new System.Decimal(new int[] {
1280,
0,
0,
0});
this.NumericUpDown_CropLeft.Name = "NumericUpDown_CropLeft";
this.NumericUpDown_CropLeft.Size = new System.Drawing.Size(72, 20);
this.NumericUpDown_CropLeft.TabIndex = 4;
this.NumericUpDown_CropLeft.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
this.NumericUpDown_CropLeft.ValueChanged += new System.EventHandler(this.NumericUpDown_CropLeft_ValueChanged);
//
// NumericUpDown_CropTop
//
this.NumericUpDown_CropTop.Enabled = false;
this.NumericUpDown_CropTop.Increment = new System.Decimal(new int[] {
2,
0,
0,
0});
this.NumericUpDown_CropTop.Location = new System.Drawing.Point(64, 56);
this.NumericUpDown_CropTop.Maximum = new System.Decimal(new int[] {
1280,
0,
0,
0});
this.NumericUpDown_CropTop.Name = "NumericUpDown_CropTop";
this.NumericUpDown_CropTop.Size = new System.Drawing.Size(72, 20);
this.NumericUpDown_CropTop.TabIndex = 2;
this.NumericUpDown_CropTop.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
this.NumericUpDown_CropTop.ValueChanged += new System.EventHandler(this.NumericUpDown_CropTop_ValueChanged);
//
// Label_CropBottom
//
this.Label_CropBottom.Location = new System.Drawing.Point(152, 88);
this.Label_CropBottom.Name = "Label_CropBottom";
this.Label_CropBottom.Size = new System.Drawing.Size(40, 20);
this.Label_CropBottom.TabIndex = 46;
this.Label_CropBottom.Text = "Bottom";
//
// Label_CropRight
//
this.Label_CropRight.Location = new System.Drawing.Point(152, 56);
this.Label_CropRight.Name = "Label_CropRight";
this.Label_CropRight.Size = new System.Drawing.Size(40, 20);
this.Label_CropRight.TabIndex = 44;
this.Label_CropRight.Text = "Right";
//
// Label_CropTop
//
this.Label_CropTop.Location = new System.Drawing.Point(24, 56);
this.Label_CropTop.Name = "Label_CropTop";
this.Label_CropTop.Size = new System.Drawing.Size(40, 20);
this.Label_CropTop.TabIndex = 42;
this.Label_CropTop.Text = "Top";
//
// Label_CropLeft
//
this.Label_CropLeft.Location = new System.Drawing.Point(24, 88);
this.Label_CropLeft.Name = "Label_CropLeft";
this.Label_CropLeft.Size = new System.Drawing.Size(40, 20);
this.Label_CropLeft.TabIndex = 40;
this.Label_CropLeft.Text = "Left";
//
// CheckBox_Crop
//
this.CheckBox_Crop.Location = new System.Drawing.Point(24, 24);
this.CheckBox_Crop.Name = "CheckBox_Crop";
this.CheckBox_Crop.Size = new System.Drawing.Size(96, 16);
this.CheckBox_Crop.TabIndex = 1;
this.CheckBox_Crop.Text = "Enable";
this.CheckBox_Crop.CheckedChanged += new System.EventHandler(this.CheckBox_Crop_CheckedChanged);
//
// ComboBox_PreProc
//
this.ComboBox_PreProc.Location = new System.Drawing.Point(96, 232);
this.ComboBox_PreProc.Name = "ComboBox_PreProc";
this.ComboBox_PreProc.Size = new System.Drawing.Size(376, 21);
this.ComboBox_PreProc.TabIndex = 4;
this.ComboBox_PreProc.Text = "ComboBox_PreProc";
this.ComboBox_PreProc.SelectedIndexChanged += new System.EventHandler(this.ComboBox_PreProc_SelectedIndexChanged);
//
// Label_PreProc
//
this.Label_PreProc.Location = new System.Drawing.Point(16, 232);
this.Label_PreProc.Name = "Label_PreProc";
this.Label_PreProc.Size = new System.Drawing.Size(80, 21);
this.Label_PreProc.TabIndex = 52;
this.Label_PreProc.Text = "Preprocessing";
//
// Button_FileOpenDestination
//
this.Button_FileOpenDestination.Location = new System.Drawing.Point(400, 160);
this.Button_FileOpenDestination.Name = "Button_FileOpenDestination";
this.Button_FileOpenDestination.Size = new System.Drawing.Size(72, 20);
this.Button_FileOpenDestination.TabIndex = 85;
this.Button_FileOpenDestination.Text = "Browse...";
this.Button_FileOpenDestination.Click += new System.EventHandler(this.Button_FileOpenDestination_Click);
//
// TextBox_Destination
//
this.TextBox_Destination.Location = new System.Drawing.Point(96, 160);
this.TextBox_Destination.Name = "TextBox_Destination";
this.TextBox_Destination.Size = new System.Drawing.Size(296, 20);
this.TextBox_Destination.TabIndex = 1;
this.TextBox_Destination.Text = "C:\\";
this.TextBox_Destination.TextChanged += new System.EventHandler(this.TextBox_Destination_TextChanged);
//
// Label_OutputFolder
//
this.Label_OutputFolder.Location = new System.Drawing.Point(16, 160);
this.Label_OutputFolder.Name = "Label_OutputFolder";
this.Label_OutputFolder.Size = new System.Drawing.Size(80, 20);
this.Label_OutputFolder.TabIndex = 84;
this.Label_OutputFolder.Text = "Output Folder";
//
// ComboBox_DRMProfile
//
this.ComboBox_DRMProfile.Location = new System.Drawing.Point(96, 256);
this.ComboBox_DRMProfile.Name = "ComboBox_DRMProfile";
this.ComboBox_DRMProfile.Size = new System.Drawing.Size(376, 21);
this.ComboBox_DRMProfile.TabIndex = 5;
this.ComboBox_DRMProfile.Text = "ComboBox_DRMProfile";
this.ComboBox_DRMProfile.SelectedIndexChanged += new System.EventHandler(this.ComboBox_DRMProfile_SelectedIndexChanged);
//
// Label_DRMProfile
//
this.Label_DRMProfile.Location = new System.Drawing.Point(16, 256);
this.Label_DRMProfile.Name = "Label_DRMProfile";
this.Label_DRMProfile.Size = new System.Drawing.Size(80, 21);
this.Label_DRMProfile.TabIndex = 90;
this.Label_DRMProfile.Text = "DRM Profile";
//
// Label_Title
//
this.Label_Title.Location = new System.Drawing.Point(488, 184);
this.Label_Title.Name = "Label_Title";
this.Label_Title.Size = new System.Drawing.Size(64, 20);
this.Label_Title.TabIndex = 100;
this.Label_Title.Text = "Title";
//
// TextBox_Title
//
this.TextBox_Title.Location = new System.Drawing.Point(552, 184);
this.TextBox_Title.Name = "TextBox_Title";
this.TextBox_Title.Size = new System.Drawing.Size(224, 20);
this.TextBox_Title.TabIndex = 8;
this.TextBox_Title.Text = "TextBox_Title";
this.TextBox_Title.TabIndexChanged += new System.EventHandler(this.TextBox_Title_TextChanged);
//
// Label_Description
//
this.Label_Description.Location = new System.Drawing.Point(488, 208);
this.Label_Description.Name = "Label_Description";
this.Label_Description.Size = new System.Drawing.Size(64, 20);
this.Label_Description.TabIndex = 98;
this.Label_Description.Text = "Description";
//
// Label_Copyright
//
this.Label_Copyright.Location = new System.Drawing.Point(488, 256);
this.Label_Copyright.Name = "Label_Copyright";
this.Label_Copyright.Size = new System.Drawing.Size(64, 20);
this.Label_Copyright.TabIndex = 97;
this.Label_Copyright.Text = "Copyright";
//
// TextBox_Description
//
this.TextBox_Description.Location = new System.Drawing.Point(552, 208);
this.TextBox_Description.Name = "TextBox_Description";
this.TextBox_Description.Size = new System.Drawing.Size(224, 20);
this.TextBox_Description.TabIndex = 9;
this.TextBox_Description.Text = "TextBox_Description";
this.TextBox_Description.TextChanged += new System.EventHandler(this.TextBox_Description_TextChanged);
//
// TextBox_Copyright
//
this.TextBox_Copyright.Location = new System.Drawing.Point(552, 256);
this.TextBox_Copyright.Name = "TextBox_Copyright";
this.TextBox_Copyright.Size = new System.Drawing.Size(224, 20);
this.TextBox_Copyright.TabIndex = 11;
this.TextBox_Copyright.Text = "TextBox_Copyright";
this.TextBox_Copyright.TextChanged += new System.EventHandler(this.TextBox_Copyright_TextChanged);
//
// Label_Author
//
this.Label_Author.Location = new System.Drawing.Point(488, 232);
this.Label_Author.Name = "Label_Author";
this.Label_Author.Size = new System.Drawing.Size(64, 20);
this.Label_Author.TabIndex = 93;
this.Label_Author.Text = "Author";
//
// TextBox_Author
//
this.TextBox_Author.Location = new System.Drawing.Point(552, 232);
this.TextBox_Author.Name = "TextBox_Author";
this.TextBox_Author.Size = new System.Drawing.Size(224, 20);
this.TextBox_Author.TabIndex = 10;
this.TextBox_Author.Text = "TextBox_Author";
this.TextBox_Author.TextChanged += new System.EventHandler(this.TextBox_Author_TextChanged);
//
// Button_Add
//
this.Button_Add.Location = new System.Drawing.Point(144, 288);
this.Button_Add.Name = "Button_Add";
this.Button_Add.Size = new System.Drawing.Size(72, 24);
this.Button_Add.TabIndex = 12;
this.Button_Add.Text = "Add";
this.Button_Add.Click += new System.EventHandler(this.Button_Add_Click);
//
// Button_Remove
//
this.Button_Remove.Enabled = false;
this.Button_Remove.Location = new System.Drawing.Point(232, 288);
this.Button_Remove.Name = "Button_Remove";
this.Button_Remove.Size = new System.Drawing.Size(72, 24);
this.Button_Remove.TabIndex = 13;
this.Button_Remove.Text = "Remove";
this.Button_Remove.Click += new System.EventHandler(this.Button_Remove_Click);
//
// Button_RemoveAll
//
this.Button_RemoveAll.Enabled = false;
this.Button_RemoveAll.Location = new System.Drawing.Point(320, 288);
this.Button_RemoveAll.Name = "Button_RemoveAll";
this.Button_RemoveAll.Size = new System.Drawing.Size(72, 24);
this.Button_RemoveAll.TabIndex = 14;
this.Button_RemoveAll.Text = "Remove All";
this.Button_RemoveAll.Click += new System.EventHandler(this.Button_RemoveAll_Click);
//
// Button_Start
//
this.Button_Start.Location = new System.Drawing.Point(704, 497);
this.Button_Start.Name = "Button_Start";
this.Button_Start.Size = new System.Drawing.Size(72, 24);
this.Button_Start.TabIndex = 105;
this.Button_Start.Text = "Start";
this.Button_Start.Click += new System.EventHandler(this.Button_Start_Click);
//
// DataGrid_Batch
//
this.DataGrid_Batch.CaptionVisible = false;
this.DataGrid_Batch.DataMember = "Table_Batch";
this.DataGrid_Batch.DataSource = this.DataSet_Batch;
this.DataGrid_Batch.HeaderForeColor = System.Drawing.SystemColors.ControlText;
this.DataGrid_Batch.Location = new System.Drawing.Point(16, 320);
this.DataGrid_Batch.Name = "DataGrid_Batch";
this.DataGrid_Batch.ReadOnly = true;
this.DataGrid_Batch.Size = new System.Drawing.Size(760, 168);
this.DataGrid_Batch.TabIndex = 106;
this.DataGrid_Batch.TableStyles.AddRange(new System.Windows.Forms.DataGridTableStyle[] {
this.DataGridTableStyle1});
//
// DataSet_Batch
//
this.DataSet_Batch.DataSetName = "NewDataSet_Batch";
this.DataSet_Batch.Locale = new System.Globalization.CultureInfo("en-US");
this.DataSet_Batch.Tables.AddRange(new System.Data.DataTable[] {
this.DataTable_Batch,
this.DataTable_SessionInfo,
this.DataTable_SourceList});
//
// DataTable_Batch
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -