X-Git-Url: http://git.osdn.jp/view?a=blobdiff_plain;f=win%2FC%23%2FfrmMain.Designer.cs;h=6bc52152cebd8bcabaf7c89671bac8a90f93319f;hb=0aceb145ad8646de62523dfe7b10677d0cffd349;hp=729bf142fd9ec09e46cad142867982a1ad310771;hpb=8993dfcd95ce01fc353f555f7a27f9ac58018543;p=handbrake-jp%2Fhandbrake-jp-git.git diff --git a/win/C#/frmMain.Designer.cs b/win/C#/frmMain.Designer.cs index 729bf142..6bc52152 100644 --- a/win/C#/frmMain.Designer.cs +++ b/win/C#/frmMain.Designer.cs @@ -56,7 +56,6 @@ namespace Handbrake this.slider_videoQuality = new System.Windows.Forms.TrackBar(); this.text_filesize = new System.Windows.Forms.TextBox(); this.text_bitrate = new System.Windows.Forms.TextBox(); - this.drp_subtitle = new System.Windows.Forms.ComboBox(); this.btn_setDefault = new System.Windows.Forms.Button(); this.check_optimiseMP4 = new System.Windows.Forms.CheckBox(); this.check_iPodAtom = new System.Windows.Forms.CheckBox(); @@ -97,8 +96,6 @@ namespace Handbrake this.toolStripSeparator6 = new System.Windows.Forms.ToolStripSeparator(); this.mnu_about = new System.Windows.Forms.ToolStripMenuItem(); this.frmMainMenu = new System.Windows.Forms.MenuStrip(); - this.debugToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.mnu_qptest = new System.Windows.Forms.ToolStripMenuItem(); this.gb_source = new System.Windows.Forms.GroupBox(); this.lbl_angle = new System.Windows.Forms.Label(); this.Label13 = new System.Windows.Forms.Label(); @@ -110,10 +107,8 @@ namespace Handbrake this.Label47 = new System.Windows.Forms.Label(); this.Label3 = new System.Windows.Forms.Label(); this.tab_audio = new System.Windows.Forms.TabPage(); + this.audioPanel = new Handbrake.Controls.AudioPanel(); this.AudioMenuRowHeightHack = new System.Windows.Forms.ImageList(this.components); - this.check_forced = new System.Windows.Forms.CheckBox(); - this.Label19 = new System.Windows.Forms.Label(); - this.Label20 = new System.Windows.Forms.Label(); this.tab_video = new System.Windows.Forms.TabPage(); this.radio_cq = new System.Windows.Forms.RadioButton(); this.radio_avgBitrate = new System.Windows.Forms.RadioButton(); @@ -125,6 +120,7 @@ namespace Handbrake this.Label46 = new System.Windows.Forms.Label(); this.check_grayscale = new System.Windows.Forms.CheckBox(); this.tab_picture = new System.Windows.Forms.TabPage(); + this.pictureSettings = new Handbrake.Controls.PictureSettings(); this.slider_deblock = new System.Windows.Forms.TrackBar(); this.label8 = new System.Windows.Forms.Label(); this.lbl_deblockVal = new System.Windows.Forms.Label(); @@ -132,10 +128,16 @@ namespace Handbrake this.Check_ChapterMarkers = new System.Windows.Forms.CheckBox(); this.tabs_panel = new System.Windows.Forms.TabControl(); this.tab_filters = new System.Windows.Forms.TabPage(); + this.ctl_deinterlace = new Handbrake.Deinterlace(); + this.ctl_denoise = new Handbrake.Denoise(); + this.ctl_decomb = new Handbrake.Decomb(); + this.ctl_detelecine = new Handbrake.Detelecine(); this.tab_subtitles = new System.Windows.Forms.TabPage(); + this.Subtitles = new Handbrake.Controls.Subtitles(); this.tab_chapters = new System.Windows.Forms.TabPage(); this.label31 = new System.Windows.Forms.Label(); this.tab_advanced = new System.Windows.Forms.TabPage(); + this.x264Panel = new Handbrake.Controls.x264Panel(); this.tab_query = new System.Windows.Forms.TabPage(); this.btn_clear = new System.Windows.Forms.Button(); this.label34 = new System.Windows.Forms.Label(); @@ -170,13 +172,6 @@ namespace Handbrake this.StatusStrip = new System.Windows.Forms.StatusStrip(); this.lbl_encode = new System.Windows.Forms.ToolStripStatusLabel(); this.hbproc = new System.Diagnostics.Process(); - this.pictureSettings = new Handbrake.Controls.PictureSettings(); - this.ctl_deinterlace = new Handbrake.Deinterlace(); - this.ctl_denoise = new Handbrake.Denoise(); - this.ctl_decomb = new Handbrake.Decomb(); - this.ctl_detelecine = new Handbrake.Detelecine(); - this.audioPanel = new Handbrake.Controls.AudioPanel(); - this.x264Panel = new Handbrake.Controls.x264Panel(); notifyIconMenu = new System.Windows.Forms.ContextMenuStrip(this.components); notifyIconMenu.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.slider_videoQuality)).BeginInit(); @@ -383,21 +378,6 @@ namespace Handbrake this.text_bitrate.TabIndex = 10; this.ToolTip.SetToolTip(this.text_bitrate, "Set the bitrate of the video"); // - // drp_subtitle - // - this.drp_subtitle.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.drp_subtitle.FormattingEnabled = true; - this.drp_subtitle.Items.AddRange(new object[] { - "None", - "Autoselect"}); - this.drp_subtitle.Location = new System.Drawing.Point(79, 39); - this.drp_subtitle.Name = "drp_subtitle"; - this.drp_subtitle.Size = new System.Drawing.Size(138, 21); - this.drp_subtitle.TabIndex = 43; - this.drp_subtitle.Text = "None"; - this.ToolTip.SetToolTip(this.drp_subtitle, resources.GetString("drp_subtitle.ToolTip")); - this.drp_subtitle.SelectedIndexChanged += new System.EventHandler(this.drp_subtitle_SelectedIndexChanged); - // // btn_setDefault // this.btn_setDefault.FlatAppearance.BorderColor = System.Drawing.Color.Black; @@ -771,8 +751,7 @@ namespace Handbrake this.FileToolStripMenuItem, this.ToolsToolStripMenuItem, this.PresetsToolStripMenuItem, - this.HelpToolStripMenuItem, - this.debugToolStripMenuItem}); + this.HelpToolStripMenuItem}); this.frmMainMenu.Location = new System.Drawing.Point(0, 0); this.frmMainMenu.Name = "frmMainMenu"; this.frmMainMenu.RenderMode = System.Windows.Forms.ToolStripRenderMode.Professional; @@ -780,21 +759,6 @@ namespace Handbrake this.frmMainMenu.TabIndex = 0; this.frmMainMenu.Text = "MenuStrip"; // - // debugToolStripMenuItem - // - this.debugToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { - this.mnu_qptest}); - this.debugToolStripMenuItem.Name = "debugToolStripMenuItem"; - this.debugToolStripMenuItem.Size = new System.Drawing.Size(56, 20); - this.debugToolStripMenuItem.Text = "Debug"; - // - // mnu_qptest - // - this.mnu_qptest.Name = "mnu_qptest"; - this.mnu_qptest.Size = new System.Drawing.Size(201, 22); - this.mnu_qptest.Text = "Query Parser Tester"; - this.mnu_qptest.Click += new System.EventHandler(this.mnu_qptest_Click); - // // gb_source // this.gb_source.Controls.Add(this.drop_angle); @@ -933,46 +897,20 @@ namespace Handbrake this.tab_audio.Text = "Audio"; this.tab_audio.UseVisualStyleBackColor = true; // + // audioPanel + // + this.audioPanel.BackColor = System.Drawing.Color.Transparent; + this.audioPanel.Location = new System.Drawing.Point(0, 0); + this.audioPanel.Name = "audioPanel"; + this.audioPanel.Size = new System.Drawing.Size(715, 310); + this.audioPanel.TabIndex = 0; + // // AudioMenuRowHeightHack // this.AudioMenuRowHeightHack.ColorDepth = System.Windows.Forms.ColorDepth.Depth8Bit; this.AudioMenuRowHeightHack.ImageSize = new System.Drawing.Size(1, 18); this.AudioMenuRowHeightHack.TransparentColor = System.Drawing.Color.Transparent; // - // check_forced - // - this.check_forced.AutoSize = true; - this.check_forced.BackColor = System.Drawing.Color.Transparent; - this.check_forced.Enabled = false; - this.check_forced.Location = new System.Drawing.Point(223, 42); - this.check_forced.Name = "check_forced"; - this.check_forced.Size = new System.Drawing.Size(147, 17); - this.check_forced.TabIndex = 44; - this.check_forced.Text = "Forced Subtitles Only"; - this.check_forced.UseVisualStyleBackColor = false; - // - // Label19 - // - this.Label19.AutoSize = true; - this.Label19.BackColor = System.Drawing.Color.Transparent; - this.Label19.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.Label19.Location = new System.Drawing.Point(13, 13); - this.Label19.Name = "Label19"; - this.Label19.Size = new System.Drawing.Size(64, 13); - this.Label19.TabIndex = 40; - this.Label19.Text = "Subtitles"; - // - // Label20 - // - this.Label20.AutoSize = true; - this.Label20.BackColor = System.Drawing.Color.Transparent; - this.Label20.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.Label20.Location = new System.Drawing.Point(13, 42); - this.Label20.Name = "Label20"; - this.Label20.Size = new System.Drawing.Size(61, 13); - this.Label20.TabIndex = 42; - this.Label20.Text = "Subtitles:"; - // // tab_video // this.tab_video.BackColor = System.Drawing.Color.Transparent; @@ -1115,6 +1053,13 @@ namespace Handbrake this.tab_picture.Text = "Picture Settings"; this.tab_picture.UseVisualStyleBackColor = true; // + // pictureSettings + // + this.pictureSettings.Location = new System.Drawing.Point(0, 0); + this.pictureSettings.Name = "pictureSettings"; + this.pictureSettings.Size = new System.Drawing.Size(713, 310); + this.pictureSettings.TabIndex = 0; + // // slider_deblock // this.slider_deblock.Location = new System.Drawing.Point(118, 162); @@ -1208,12 +1153,51 @@ namespace Handbrake this.tab_filters.Text = "Video Filters"; this.tab_filters.UseVisualStyleBackColor = true; // + // ctl_deinterlace + // + this.ctl_deinterlace.AutoSize = true; + this.ctl_deinterlace.Location = new System.Drawing.Point(19, 95); + this.ctl_deinterlace.Margin = new System.Windows.Forms.Padding(0); + this.ctl_deinterlace.MaximumSize = new System.Drawing.Size(400, 30); + this.ctl_deinterlace.Name = "ctl_deinterlace"; + this.ctl_deinterlace.Size = new System.Drawing.Size(275, 28); + this.ctl_deinterlace.TabIndex = 41; + this.ctl_deinterlace.onChange += new System.EventHandler(this.ctl_deinterlace_changed); + // + // ctl_denoise + // + this.ctl_denoise.AutoSize = true; + this.ctl_denoise.Location = new System.Drawing.Point(19, 123); + this.ctl_denoise.Margin = new System.Windows.Forms.Padding(0); + this.ctl_denoise.MaximumSize = new System.Drawing.Size(400, 30); + this.ctl_denoise.Name = "ctl_denoise"; + this.ctl_denoise.Size = new System.Drawing.Size(275, 28); + this.ctl_denoise.TabIndex = 40; + // + // ctl_decomb + // + this.ctl_decomb.AutoSize = true; + this.ctl_decomb.Location = new System.Drawing.Point(19, 66); + this.ctl_decomb.Margin = new System.Windows.Forms.Padding(0); + this.ctl_decomb.MaximumSize = new System.Drawing.Size(400, 30); + this.ctl_decomb.Name = "ctl_decomb"; + this.ctl_decomb.Size = new System.Drawing.Size(275, 28); + this.ctl_decomb.TabIndex = 39; + this.ctl_decomb.onChange += new System.EventHandler(this.ctl_decomb_changed); + // + // ctl_detelecine + // + this.ctl_detelecine.AutoSize = true; + this.ctl_detelecine.Location = new System.Drawing.Point(19, 38); + this.ctl_detelecine.Margin = new System.Windows.Forms.Padding(0); + this.ctl_detelecine.MaximumSize = new System.Drawing.Size(400, 30); + this.ctl_detelecine.Name = "ctl_detelecine"; + this.ctl_detelecine.Size = new System.Drawing.Size(275, 28); + this.ctl_detelecine.TabIndex = 38; + // // tab_subtitles // - this.tab_subtitles.Controls.Add(this.drp_subtitle); - this.tab_subtitles.Controls.Add(this.check_forced); - this.tab_subtitles.Controls.Add(this.Label20); - this.tab_subtitles.Controls.Add(this.Label19); + this.tab_subtitles.Controls.Add(this.Subtitles); this.tab_subtitles.Location = new System.Drawing.Point(4, 22); this.tab_subtitles.Name = "tab_subtitles"; this.tab_subtitles.Padding = new System.Windows.Forms.Padding(3); @@ -1222,6 +1206,14 @@ namespace Handbrake this.tab_subtitles.Text = "Subtitles"; this.tab_subtitles.UseVisualStyleBackColor = true; // + // Subtitles + // + this.Subtitles.BackColor = System.Drawing.Color.Transparent; + this.Subtitles.Location = new System.Drawing.Point(0, 0); + this.Subtitles.Name = "Subtitles"; + this.Subtitles.Size = new System.Drawing.Size(722, 310); + this.Subtitles.TabIndex = 0; + // // tab_chapters // this.tab_chapters.BackColor = System.Drawing.Color.Transparent; @@ -1259,6 +1251,14 @@ namespace Handbrake this.tab_advanced.Text = "Advanced"; this.tab_advanced.UseVisualStyleBackColor = true; // + // x264Panel + // + this.x264Panel.Location = new System.Drawing.Point(0, 0); + this.x264Panel.Name = "x264Panel"; + this.x264Panel.Size = new System.Drawing.Size(720, 306); + this.x264Panel.TabIndex = 0; + this.x264Panel.x264Query = ""; + // // tab_query // this.tab_query.Controls.Add(this.btn_clear); @@ -1618,72 +1618,6 @@ namespace Handbrake this.hbproc.StartInfo.UserName = ""; this.hbproc.SynchronizingObject = this; // - // pictureSettings - // - this.pictureSettings.Location = new System.Drawing.Point(-1, 0); - this.pictureSettings.Name = "pictureSettings"; - this.pictureSettings.selectedTitle = null; - this.pictureSettings.Size = new System.Drawing.Size(705, 302); - this.pictureSettings.TabIndex = 0; - // - // ctl_deinterlace - // - this.ctl_deinterlace.AutoSize = true; - this.ctl_deinterlace.Location = new System.Drawing.Point(19, 95); - this.ctl_deinterlace.Margin = new System.Windows.Forms.Padding(0); - this.ctl_deinterlace.MaximumSize = new System.Drawing.Size(400, 30); - this.ctl_deinterlace.Name = "ctl_deinterlace"; - this.ctl_deinterlace.Size = new System.Drawing.Size(275, 28); - this.ctl_deinterlace.TabIndex = 41; - this.ctl_deinterlace.onChange += new System.EventHandler(this.ctl_deinterlace_changed); - // - // ctl_denoise - // - this.ctl_denoise.AutoSize = true; - this.ctl_denoise.Location = new System.Drawing.Point(19, 123); - this.ctl_denoise.Margin = new System.Windows.Forms.Padding(0); - this.ctl_denoise.MaximumSize = new System.Drawing.Size(400, 30); - this.ctl_denoise.Name = "ctl_denoise"; - this.ctl_denoise.Size = new System.Drawing.Size(275, 28); - this.ctl_denoise.TabIndex = 40; - // - // ctl_decomb - // - this.ctl_decomb.AutoSize = true; - this.ctl_decomb.Location = new System.Drawing.Point(19, 66); - this.ctl_decomb.Margin = new System.Windows.Forms.Padding(0); - this.ctl_decomb.MaximumSize = new System.Drawing.Size(400, 30); - this.ctl_decomb.Name = "ctl_decomb"; - this.ctl_decomb.Size = new System.Drawing.Size(275, 28); - this.ctl_decomb.TabIndex = 39; - this.ctl_decomb.onChange += new System.EventHandler(this.ctl_decomb_changed); - // - // ctl_detelecine - // - this.ctl_detelecine.AutoSize = true; - this.ctl_detelecine.Location = new System.Drawing.Point(19, 38); - this.ctl_detelecine.Margin = new System.Windows.Forms.Padding(0); - this.ctl_detelecine.MaximumSize = new System.Drawing.Size(400, 30); - this.ctl_detelecine.Name = "ctl_detelecine"; - this.ctl_detelecine.Size = new System.Drawing.Size(275, 28); - this.ctl_detelecine.TabIndex = 38; - // - // audioPanel - // - this.audioPanel.BackColor = System.Drawing.Color.Transparent; - this.audioPanel.Location = new System.Drawing.Point(0, 0); - this.audioPanel.Name = "audioPanel"; - this.audioPanel.Size = new System.Drawing.Size(715, 310); - this.audioPanel.TabIndex = 0; - // - // x264Panel - // - this.x264Panel.Location = new System.Drawing.Point(0, 0); - this.x264Panel.Name = "x264Panel"; - this.x264Panel.Size = new System.Drawing.Size(720, 306); - this.x264Panel.TabIndex = 0; - this.x264Panel.x264Query = ""; - // // frmMain // this.AllowDrop = true; @@ -1722,7 +1656,6 @@ namespace Handbrake this.tab_filters.ResumeLayout(false); this.tab_filters.PerformLayout(); this.tab_subtitles.ResumeLayout(false); - this.tab_subtitles.PerformLayout(); this.tab_chapters.ResumeLayout(false); this.tab_chapters.PerformLayout(); this.tab_advanced.ResumeLayout(false); @@ -1790,9 +1723,6 @@ namespace Handbrake internal System.Windows.Forms.TabControl tabs_panel; internal System.Windows.Forms.Label Label46; private System.Windows.Forms.GroupBox groupBox_dest; - internal System.Windows.Forms.ComboBox drp_subtitle; - internal System.Windows.Forms.Label Label19; - internal System.Windows.Forms.Label Label20; internal System.Windows.Forms.CheckBox check_grayscale; internal System.Windows.Forms.Label label24; private System.Windows.Forms.GroupBox groupBox2; @@ -1807,7 +1737,6 @@ namespace Handbrake private System.Windows.Forms.TabPage tab_chapters; internal System.Windows.Forms.Label label31; internal System.Windows.Forms.CheckBox check_optimiseMP4; - internal System.Windows.Forms.CheckBox check_forced; internal System.Windows.Forms.DataGridView data_chpt; private System.Windows.Forms.TabPage tab_query; private System.Windows.Forms.Label label34; @@ -1861,8 +1790,6 @@ namespace Handbrake private System.Windows.Forms.ImageList AudioMenuRowHeightHack; private System.Windows.Forms.ToolStripMenuItem pmnu_saveChanges; private System.Windows.Forms.ToolStripMenuItem mnu_killCLI; - private System.Windows.Forms.ToolStripMenuItem debugToolStripMenuItem; - private System.Windows.Forms.ToolStripMenuItem mnu_qptest; private System.Windows.Forms.TabPage tab_filters; internal Deinterlace ctl_deinterlace; internal Denoise ctl_denoise; @@ -1882,6 +1809,7 @@ namespace Handbrake private TabPage tab_subtitles; internal Handbrake.Controls.AudioPanel audioPanel; internal Handbrake.Controls.PictureSettings pictureSettings; + internal Handbrake.Controls.Subtitles Subtitles; }