X-Git-Url: http://git.osdn.jp/view?a=blobdiff_plain;f=win%2FC%23%2FfrmMain.Designer.cs;h=d1446b1e0c1880438f225d1c3e09d9ab288619d4;hb=a3a7afcb7aa68ec73f6552c528d93ea989905cc2;hp=5dc3b88a3cc81a4b1af71146855d0752527e9925;hpb=3a43d4e5c30926098d698349613ad6ff5a5355d6;p=handbrake-jp%2Fhandbrake-jp-git.git diff --git a/win/C#/frmMain.Designer.cs b/win/C#/frmMain.Designer.cs index 5dc3b88a..d1446b1e 100644 --- a/win/C#/frmMain.Designer.cs +++ b/win/C#/frmMain.Designer.cs @@ -58,6 +58,8 @@ namespace Handbrake this.data_chpt = new System.Windows.Forms.DataGridView(); this.number = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.name = new System.Windows.Forms.DataGridViewTextBoxColumn(); + this.ChaptersMenu = new System.Windows.Forms.ContextMenuStrip(this.components); + this.mnu_resetChapters = new System.Windows.Forms.ToolStripMenuItem(); this.btn_addPreset = new System.Windows.Forms.Button(); this.btn_removePreset = new System.Windows.Forms.Button(); this.drop_format = new System.Windows.Forms.ComboBox(); @@ -82,6 +84,7 @@ namespace Handbrake this.mnu_delete_preset = new System.Windows.Forms.ToolStripMenuItem(); this.toolStripSeparator7 = new System.Windows.Forms.ToolStripSeparator(); this.btn_new_preset = new System.Windows.Forms.ToolStripMenuItem(); + this.mnu_importMacPreset = new System.Windows.Forms.ToolStripMenuItem(); this.mnu_SelectDefault = new System.Windows.Forms.ToolStripMenuItem(); this.HelpToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.mnu_user_guide = new System.Windows.Forms.ToolStripMenuItem(); @@ -116,6 +119,7 @@ namespace Handbrake this.tab_subtitles = new System.Windows.Forms.TabPage(); this.Subtitles = new Handbrake.Controls.Subtitles(); this.tab_chapters = new System.Windows.Forms.TabPage(); + this.btn_importChapters = new System.Windows.Forms.Button(); this.label31 = new System.Windows.Forms.Label(); this.tab_advanced = new System.Windows.Forms.TabPage(); this.x264Panel = new Handbrake.Controls.x264Panel(); @@ -132,6 +136,8 @@ namespace Handbrake this.pmnu_expandAll = new System.Windows.Forms.ToolStripMenuItem(); this.pmnu_collapse = new System.Windows.Forms.ToolStripMenuItem(); this.sep1 = new System.Windows.Forms.ToolStripSeparator(); + this.pmnu_import = new System.Windows.Forms.ToolStripMenuItem(); + this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator(); this.pmnu_saveChanges = new System.Windows.Forms.ToolStripMenuItem(); this.pmnu_delete = new System.Windows.Forms.ToolStripMenuItem(); this.toolStrip1 = new System.Windows.Forms.ToolStrip(); @@ -163,14 +169,18 @@ namespace Handbrake this.Label13 = new System.Windows.Forms.Label(); this.label_duration = new System.Windows.Forms.Label(); this.lbl_duration = new System.Windows.Forms.Label(); - this.labelStaticSource = new System.Windows.Forms.Label(); - this.labelSource = new System.Windows.Forms.Label(); this.labelStaticDestination = new System.Windows.Forms.Label(); this.labelPreset = new System.Windows.Forms.Label(); + this.labelSource = new System.Windows.Forms.Label(); + this.labelStaticSource = new System.Windows.Forms.Label(); + this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel(); + this.openPreset = new System.Windows.Forms.OpenFileDialog(); + this.File_ChapterImport = new System.Windows.Forms.OpenFileDialog(); notifyIconMenu = new System.Windows.Forms.ContextMenuStrip(this.components); notifyIconMenu.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.slider_videoQuality)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.data_chpt)).BeginInit(); + this.ChaptersMenu.SuspendLayout(); this.frmMainMenu.SuspendLayout(); this.tab_audio.SuspendLayout(); this.tab_video.SuspendLayout(); @@ -191,6 +201,7 @@ namespace Handbrake this.tableLayoutPanel2.SuspendLayout(); this.tableLayoutPanel3.SuspendLayout(); this.tableLayoutPanel1.SuspendLayout(); + this.flowLayoutPanel1.SuspendLayout(); this.SuspendLayout(); // // notifyIconMenu @@ -210,7 +221,7 @@ namespace Handbrake // // DVD_Save // - this.DVD_Save.Filter = "mp4|*.mp4|mkv|*.mkv"; + this.DVD_Save.Filter = "mp4|*.mp4;*.m4v|mkv|*.mkv"; this.DVD_Save.SupportMultiDottedExtensions = true; // // ToolTip @@ -251,7 +262,7 @@ namespace Handbrake this.check_largeFile.Anchor = System.Windows.Forms.AnchorStyles.Left; this.check_largeFile.AutoSize = true; this.check_largeFile.BackColor = System.Drawing.Color.Transparent; - this.check_largeFile.Location = new System.Drawing.Point(166, 5); + this.check_largeFile.Location = new System.Drawing.Point(179, 5); this.check_largeFile.Name = "check_largeFile"; this.check_largeFile.Size = new System.Drawing.Size(91, 17); this.check_largeFile.TabIndex = 4; @@ -275,6 +286,7 @@ namespace Handbrake // // drp_videoFramerate // + this.drp_videoFramerate.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.drp_videoFramerate.FormattingEnabled = true; this.drp_videoFramerate.Items.AddRange(new object[] { "Same as source", @@ -290,7 +302,6 @@ namespace Handbrake this.drp_videoFramerate.Name = "drp_videoFramerate"; this.drp_videoFramerate.Size = new System.Drawing.Size(126, 21); this.drp_videoFramerate.TabIndex = 2; - this.drp_videoFramerate.Text = "Same as source"; this.ToolTip.SetToolTip(this.drp_videoFramerate, "Can be left to \"Same as source\" in most cases."); // // slider_videoQuality @@ -345,7 +356,7 @@ namespace Handbrake this.check_optimiseMP4.Anchor = System.Windows.Forms.AnchorStyles.Left; this.check_optimiseMP4.AutoSize = true; this.check_optimiseMP4.BackColor = System.Drawing.Color.Transparent; - this.check_optimiseMP4.Location = new System.Drawing.Point(263, 5); + this.check_optimiseMP4.Location = new System.Drawing.Point(276, 5); this.check_optimiseMP4.Name = "check_optimiseMP4"; this.check_optimiseMP4.Size = new System.Drawing.Size(96, 17); this.check_optimiseMP4.TabIndex = 25; @@ -360,7 +371,7 @@ namespace Handbrake this.check_iPodAtom.Anchor = System.Windows.Forms.AnchorStyles.Left; this.check_iPodAtom.AutoSize = true; this.check_iPodAtom.BackColor = System.Drawing.Color.Transparent; - this.check_iPodAtom.Location = new System.Drawing.Point(365, 5); + this.check_iPodAtom.Location = new System.Drawing.Point(378, 5); this.check_iPodAtom.Name = "check_iPodAtom"; this.check_iPodAtom.Size = new System.Drawing.Size(102, 17); this.check_iPodAtom.TabIndex = 26; @@ -378,6 +389,7 @@ namespace Handbrake this.data_chpt.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.number, this.name}); + this.data_chpt.ContextMenuStrip = this.ChaptersMenu; this.data_chpt.Location = new System.Drawing.Point(16, 55); this.data_chpt.MultiSelect = false; this.data_chpt.Name = "data_chpt"; @@ -404,6 +416,21 @@ namespace Handbrake this.name.Name = "name"; this.name.Width = 480; // + // ChaptersMenu + // + this.ChaptersMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { + this.mnu_resetChapters}); + this.ChaptersMenu.Name = "presets_menu"; + this.ChaptersMenu.Size = new System.Drawing.Size(191, 26); + this.ChaptersMenu.Text = ";"; + // + // mnu_resetChapters + // + this.mnu_resetChapters.Name = "mnu_resetChapters"; + this.mnu_resetChapters.Size = new System.Drawing.Size(190, 22); + this.mnu_resetChapters.Text = "Reset Chapter Names"; + this.mnu_resetChapters.Click += new System.EventHandler(this.mnu_resetChapters_Click); + // // btn_addPreset // this.btn_addPreset.FlatAppearance.BorderColor = System.Drawing.Color.Black; @@ -441,7 +468,7 @@ namespace Handbrake this.drop_format.Items.AddRange(new object[] { "MP4 File", "MKV File"}); - this.drop_format.Location = new System.Drawing.Point(54, 3); + this.drop_format.Location = new System.Drawing.Point(67, 3); this.drop_format.Name = "drop_format"; this.drop_format.Size = new System.Drawing.Size(106, 21); this.drop_format.TabIndex = 28; @@ -450,25 +477,25 @@ namespace Handbrake // // drop_chapterFinish // + this.drop_chapterFinish.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.drop_chapterFinish.FormattingEnabled = true; this.drop_chapterFinish.Location = new System.Drawing.Point(447, 3); this.drop_chapterFinish.Name = "drop_chapterFinish"; this.drop_chapterFinish.Size = new System.Drawing.Size(69, 21); this.drop_chapterFinish.TabIndex = 10; - this.drop_chapterFinish.Text = "Auto"; this.ToolTip.SetToolTip(this.drop_chapterFinish, "Select the chapter range you would like to enocde. (default: All Chapters)"); - this.drop_chapterFinish.SelectedIndexChanged += new System.EventHandler(this.drop_chapterFinish_SelectedIndexChanged); + this.drop_chapterFinish.SelectedIndexChanged += new System.EventHandler(this.chapersChanged); // // drop_chapterStart // + this.drop_chapterStart.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.drop_chapterStart.FormattingEnabled = true; this.drop_chapterStart.Location = new System.Drawing.Point(321, 3); this.drop_chapterStart.Name = "drop_chapterStart"; this.drop_chapterStart.Size = new System.Drawing.Size(69, 21); this.drop_chapterStart.TabIndex = 9; - this.drop_chapterStart.Text = "Auto"; this.ToolTip.SetToolTip(this.drop_chapterStart, "Select the chapter range you would like to enocde. (default: All Chapters)"); - this.drop_chapterStart.SelectedIndexChanged += new System.EventHandler(this.drop_chapterStart_SelectedIndexChanged); + this.drop_chapterStart.SelectedIndexChanged += new System.EventHandler(this.chapersChanged); // // drop_angle // @@ -482,6 +509,7 @@ namespace Handbrake // // drp_dvdtitle // + this.drp_dvdtitle.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.drp_dvdtitle.FormattingEnabled = true; this.drp_dvdtitle.Items.AddRange(new object[] { "Automatic"}); @@ -489,7 +517,6 @@ namespace Handbrake this.drp_dvdtitle.Name = "drp_dvdtitle"; this.drp_dvdtitle.Size = new System.Drawing.Size(119, 21); this.drp_dvdtitle.TabIndex = 7; - this.drp_dvdtitle.Text = "Automatic"; this.ToolTip.SetToolTip(this.drp_dvdtitle, "Select the title you wish to encode.\r\nThe longest title is selected by default af" + "ter you have scanned a source."); this.drp_dvdtitle.SelectedIndexChanged += new System.EventHandler(this.drp_dvdtitle_SelectedIndexChanged); @@ -588,6 +615,7 @@ namespace Handbrake this.mnu_delete_preset, this.toolStripSeparator7, this.btn_new_preset, + this.mnu_importMacPreset, this.mnu_SelectDefault}); this.PresetsToolStripMenuItem.Name = "PresetsToolStripMenuItem"; this.PresetsToolStripMenuItem.Size = new System.Drawing.Size(55, 20); @@ -620,6 +648,13 @@ namespace Handbrake this.btn_new_preset.Text = "New Preset"; this.btn_new_preset.Click += new System.EventHandler(this.btn_new_preset_Click); // + // mnu_importMacPreset + // + this.mnu_importMacPreset.Name = "mnu_importMacPreset"; + this.mnu_importMacPreset.Size = new System.Drawing.Size(194, 22); + this.mnu_importMacPreset.Text = "Import"; + this.mnu_importMacPreset.Click += new System.EventHandler(this.mnu_importMacPreset_Click); + // // mnu_SelectDefault // this.mnu_SelectDefault.Name = "mnu_SelectDefault"; @@ -700,7 +735,7 @@ namespace Handbrake this.frmMainMenu.Location = new System.Drawing.Point(0, 0); this.frmMainMenu.Name = "frmMainMenu"; this.frmMainMenu.RenderMode = System.Windows.Forms.ToolStripRenderMode.Professional; - this.frmMainMenu.Size = new System.Drawing.Size(1000, 24); + this.frmMainMenu.Size = new System.Drawing.Size(1002, 24); this.frmMainMenu.TabIndex = 0; this.frmMainMenu.Text = "MenuStrip"; // @@ -711,9 +746,9 @@ namespace Handbrake this.label5.ForeColor = System.Drawing.Color.Black; this.label5.Location = new System.Drawing.Point(3, 7); this.label5.Name = "label5"; - this.label5.Size = new System.Drawing.Size(45, 13); + this.label5.Size = new System.Drawing.Size(58, 13); this.label5.TabIndex = 27; - this.label5.Text = "Format:"; + this.label5.Text = "Container:"; // // Label47 // @@ -891,16 +926,17 @@ namespace Handbrake this.tab_picture.Padding = new System.Windows.Forms.Padding(3); this.tab_picture.Size = new System.Drawing.Size(724, 308); this.tab_picture.TabIndex = 0; - this.tab_picture.Text = "Picture Settings"; + this.tab_picture.Text = "Picture"; this.tab_picture.UseVisualStyleBackColor = true; // // PictureSettings // this.PictureSettings.BackColor = System.Drawing.Color.Transparent; - this.PictureSettings.Font = new System.Drawing.Font("Tahoma", 8.25F); + this.PictureSettings.Enabled = false; + this.PictureSettings.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.PictureSettings.Location = new System.Drawing.Point(0, 0); this.PictureSettings.Name = "PictureSettings"; - this.PictureSettings.Size = new System.Drawing.Size(713, 310); + this.PictureSettings.Size = new System.Drawing.Size(666, 279); this.PictureSettings.TabIndex = 0; // // Check_ChapterMarkers @@ -974,6 +1010,7 @@ namespace Handbrake // tab_chapters // this.tab_chapters.BackColor = System.Drawing.Color.Transparent; + this.tab_chapters.Controls.Add(this.btn_importChapters); this.tab_chapters.Controls.Add(this.label31); this.tab_chapters.Controls.Add(this.data_chpt); this.tab_chapters.Controls.Add(this.Check_ChapterMarkers); @@ -984,6 +1021,20 @@ namespace Handbrake this.tab_chapters.Text = "Chapters"; this.tab_chapters.UseVisualStyleBackColor = true; // + // btn_importChapters + // + this.btn_importChapters.AutoSize = true; + this.btn_importChapters.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.btn_importChapters.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0))))); + this.btn_importChapters.Location = new System.Drawing.Point(625, 26); + this.btn_importChapters.Name = "btn_importChapters"; + this.btn_importChapters.Size = new System.Drawing.Size(75, 23); + this.btn_importChapters.TabIndex = 14; + this.btn_importChapters.Text = "Import"; + this.ToolTip.SetToolTip(this.btn_importChapters, resources.GetString("btn_importChapters.ToolTip")); + this.btn_importChapters.UseVisualStyleBackColor = true; + this.btn_importChapters.Click += new System.EventHandler(this.btn_importChapters_Click); + // // label31 // this.label31.AutoSize = true; @@ -1142,10 +1193,12 @@ namespace Handbrake this.pmnu_expandAll, this.pmnu_collapse, this.sep1, + this.pmnu_import, + this.toolStripSeparator2, this.pmnu_saveChanges, this.pmnu_delete}); this.presets_menu.Name = "presets_menu"; - this.presets_menu.Size = new System.Drawing.Size(155, 98); + this.presets_menu.Size = new System.Drawing.Size(155, 126); this.presets_menu.Text = ";"; this.presets_menu.Opening += new System.ComponentModel.CancelEventHandler(this.presets_menu_Opening); // @@ -1168,6 +1221,18 @@ namespace Handbrake this.sep1.Name = "sep1"; this.sep1.Size = new System.Drawing.Size(151, 6); // + // pmnu_import + // + this.pmnu_import.Name = "pmnu_import"; + this.pmnu_import.Size = new System.Drawing.Size(154, 22); + this.pmnu_import.Text = "Import"; + this.pmnu_import.Click += new System.EventHandler(this.pmnu_import_Click); + // + // toolStripSeparator2 + // + this.toolStripSeparator2.Name = "toolStripSeparator2"; + this.toolStripSeparator2.Size = new System.Drawing.Size(151, 6); + // // pmnu_saveChanges // this.pmnu_saveChanges.Name = "pmnu_saveChanges"; @@ -1197,7 +1262,7 @@ namespace Handbrake this.toolStrip1.Location = new System.Drawing.Point(0, 24); this.toolStrip1.Name = "toolStrip1"; this.toolStrip1.RenderMode = System.Windows.Forms.ToolStripRenderMode.Professional; - this.toolStrip1.Size = new System.Drawing.Size(1000, 39); + this.toolStrip1.Size = new System.Drawing.Size(1002, 39); this.toolStrip1.TabIndex = 1; this.toolStrip1.Text = "toolStrip1"; // @@ -1328,9 +1393,9 @@ namespace Handbrake this.StatusStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.lbl_encode, this.lbl_updateCheck}); - this.StatusStrip.Location = new System.Drawing.Point(0, 560); + this.StatusStrip.Location = new System.Drawing.Point(0, 561); this.StatusStrip.Name = "StatusStrip"; - this.StatusStrip.Size = new System.Drawing.Size(1000, 22); + this.StatusStrip.Size = new System.Drawing.Size(1002, 22); this.StatusStrip.SizingGrip = false; this.StatusStrip.TabIndex = 7; this.StatusStrip.Text = "statusStrip1"; @@ -1381,6 +1446,7 @@ namespace Handbrake this.tableLayoutPanel2.Name = "tableLayoutPanel2"; this.tableLayoutPanel2.RowCount = 1; this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); + this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 29F)); this.tableLayoutPanel2.Size = new System.Drawing.Size(723, 29); this.tableLayoutPanel2.TabIndex = 50; // @@ -1514,30 +1580,11 @@ namespace Handbrake this.lbl_duration.TabIndex = 43; this.lbl_duration.Text = "--:--:--"; // - // labelStaticSource - // - this.labelStaticSource.AutoSize = true; - this.labelStaticSource.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.labelStaticSource.Location = new System.Drawing.Point(12, 70); - this.labelStaticSource.Name = "labelStaticSource"; - this.labelStaticSource.Size = new System.Drawing.Size(49, 13); - this.labelStaticSource.TabIndex = 51; - this.labelStaticSource.Text = "Source:"; - // - // labelSource - // - this.labelSource.AutoSize = true; - this.labelSource.Location = new System.Drawing.Point(67, 70); - this.labelSource.Name = "labelSource"; - this.labelSource.Size = new System.Drawing.Size(137, 13); - this.labelSource.TabIndex = 52; - this.labelSource.Text = "Select \"Source\" to continue"; - // // labelStaticDestination // this.labelStaticDestination.AutoSize = true; this.labelStaticDestination.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.labelStaticDestination.Location = new System.Drawing.Point(12, 116); + this.labelStaticDestination.Location = new System.Drawing.Point(9, 116); this.labelStaticDestination.Name = "labelStaticDestination"; this.labelStaticDestination.Size = new System.Drawing.Size(75, 13); this.labelStaticDestination.TabIndex = 53; @@ -1547,39 +1594,83 @@ namespace Handbrake // this.labelPreset.AutoSize = true; this.labelPreset.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.labelPreset.Location = new System.Drawing.Point(13, 164); + this.labelPreset.Location = new System.Drawing.Point(9, 164); this.labelPreset.Name = "labelPreset"; this.labelPreset.Size = new System.Drawing.Size(180, 13); this.labelPreset.TabIndex = 54; this.labelPreset.Text = "Output Settings (Preset: None)"; // + // labelSource + // + this.labelSource.AutoSize = true; + this.labelSource.Location = new System.Drawing.Point(55, 0); + this.labelSource.Name = "labelSource"; + this.labelSource.Size = new System.Drawing.Size(137, 13); + this.labelSource.TabIndex = 52; + this.labelSource.Text = "Select \"Source\" to continue"; + // + // labelStaticSource + // + this.labelStaticSource.AutoSize = true; + this.labelStaticSource.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.labelStaticSource.Location = new System.Drawing.Point(0, 0); + this.labelStaticSource.Margin = new System.Windows.Forms.Padding(0, 0, 3, 0); + this.labelStaticSource.Name = "labelStaticSource"; + this.labelStaticSource.Size = new System.Drawing.Size(49, 13); + this.labelStaticSource.TabIndex = 51; + this.labelStaticSource.Text = "Source:"; + // + // flowLayoutPanel1 + // + this.flowLayoutPanel1.AutoSize = true; + this.flowLayoutPanel1.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; + this.flowLayoutPanel1.Controls.Add(this.labelStaticSource); + this.flowLayoutPanel1.Controls.Add(this.labelSource); + this.flowLayoutPanel1.Location = new System.Drawing.Point(9, 70); + this.flowLayoutPanel1.Margin = new System.Windows.Forms.Padding(0); + this.flowLayoutPanel1.Name = "flowLayoutPanel1"; + this.flowLayoutPanel1.Size = new System.Drawing.Size(195, 13); + this.flowLayoutPanel1.TabIndex = 55; + // + // openPreset + // + this.openPreset.DefaultExt = "plist"; + this.openPreset.Filter = "Plist Files|*.plist"; + // + // File_ChapterImport + // + this.File_ChapterImport.Filter = "CSV Files|*.csv"; + // // frmMain // this.AllowDrop = true; - this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); - this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; - this.ClientSize = new System.Drawing.Size(1000, 582); - this.Controls.Add(this.labelStaticSource); - this.Controls.Add(this.labelSource); + this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F); + this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi; + this.AutoScroll = true; + this.AutoSize = true; + this.ClientSize = new System.Drawing.Size(1002, 583); this.Controls.Add(this.tableLayoutPanel3); - this.Controls.Add(this.labelStaticDestination); this.Controls.Add(this.toolStrip1); - this.Controls.Add(this.labelPreset); + this.Controls.Add(this.flowLayoutPanel1); this.Controls.Add(this.frmMainMenu); this.Controls.Add(this.tableLayoutPanel2); - this.Controls.Add(this.tableLayoutPanel1); + this.Controls.Add(this.labelPreset); this.Controls.Add(this.groupBox2); this.Controls.Add(this.StatusStrip); + this.Controls.Add(this.labelStaticDestination); + this.Controls.Add(this.tableLayoutPanel1); this.Controls.Add(this.tabs_panel); this.DoubleBuffered = true; this.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); + this.MinimumSize = new System.Drawing.Size(900, 500); this.Name = "frmMain"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "HandBrake"; notifyIconMenu.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.slider_videoQuality)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.data_chpt)).EndInit(); + this.ChaptersMenu.ResumeLayout(false); this.frmMainMenu.ResumeLayout(false); this.frmMainMenu.PerformLayout(); this.tab_audio.ResumeLayout(false); @@ -1609,6 +1700,8 @@ namespace Handbrake this.tableLayoutPanel3.PerformLayout(); this.tableLayoutPanel1.ResumeLayout(false); this.tableLayoutPanel1.PerformLayout(); + this.flowLayoutPanel1.ResumeLayout(false); + this.flowLayoutPanel1.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); @@ -1719,7 +1812,6 @@ namespace Handbrake private System.Diagnostics.Process hbproc; private TabPage tab_subtitles; internal Handbrake.Controls.AudioPanel AudioSettings; - internal Handbrake.Controls.PictureSettings PictureSettings; internal Handbrake.Controls.Subtitles Subtitles; internal Handbrake.Controls.Filters Filters; private ToolStripStatusLabel lbl_updateCheck; @@ -1728,8 +1820,6 @@ namespace Handbrake private Button btn_destBrowse; private TableLayoutPanel tableLayoutPanel3; private TableLayoutPanel tableLayoutPanel1; - internal Label Label10; - internal ComboBox drp_dvdtitle; internal Label lbl_angle; internal ComboBox drop_angle; internal Label Label9; @@ -1739,10 +1829,20 @@ namespace Handbrake internal Label label_duration; internal Label lbl_duration; private Label labelStaticDestination; + internal Label labelPreset; + internal Handbrake.Controls.PictureSettings PictureSettings; private Label labelSource; + internal ComboBox drp_dvdtitle; + internal Label Label10; private Label labelStaticSource; - internal Label labelPreset; - - + private FlowLayoutPanel flowLayoutPanel1; + private ToolStripMenuItem mnu_importMacPreset; + private OpenFileDialog openPreset; + private Button btn_importChapters; + private OpenFileDialog File_ChapterImport; + private ContextMenuStrip ChaptersMenu; + private ToolStripMenuItem mnu_resetChapters; + private ToolStripMenuItem pmnu_import; + private ToolStripSeparator toolStripSeparator2; } } \ No newline at end of file