X-Git-Url: http://git.osdn.jp/view?a=blobdiff_plain;f=win%2FC%23%2FfrmMain.Designer.cs;h=62a2d57f92a0a58caa0a1c06aff75c42669f7e5b;hb=b4464b6d962bb939a8f38b4d50057c441ab48111;hp=87e36209fa614b1b019b274f07f6d0ad05068145;hpb=d7dfb35a66c61e87be39d10d5358da31e79eff9b;p=handbrake-jp%2Fhandbrake-jp-git.git diff --git a/win/C#/frmMain.Designer.cs b/win/C#/frmMain.Designer.cs index 87e36209..62a2d57f 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(); @@ -129,6 +131,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(); @@ -172,12 +176,11 @@ namespace Handbrake this.AudioSettings = new Handbrake.Controls.AudioPanel(); this.Subtitles = new Handbrake.Controls.Subtitles(); this.x264Panel = new Handbrake.Controls.x264Panel(); - this.ChaptersMenu = new System.Windows.Forms.ContextMenuStrip(this.components); - this.mnu_resetChapters = new System.Windows.Forms.ToolStripMenuItem(); 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(); @@ -199,7 +202,6 @@ namespace Handbrake this.tableLayoutPanel3.SuspendLayout(); this.tableLayoutPanel1.SuspendLayout(); this.flowLayoutPanel1.SuspendLayout(); - this.ChaptersMenu.SuspendLayout(); this.SuspendLayout(); // // notifyIconMenu @@ -219,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 @@ -414,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; @@ -1128,10 +1145,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); // @@ -1154,6 +1173,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"; @@ -1609,26 +1640,12 @@ namespace Handbrake this.x264Panel.TabIndex = 0; this.x264Panel.x264Query = ""; // - // 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); - // // frmMain // this.AllowDrop = true; - this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); - this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; + this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F); + this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi; + this.AutoScroll = true; this.ClientSize = new System.Drawing.Size(1000, 582); this.Controls.Add(this.tableLayoutPanel3); this.Controls.Add(this.toolStrip1); @@ -1644,12 +1661,14 @@ namespace Handbrake 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(775, 480); 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); @@ -1681,7 +1700,6 @@ namespace Handbrake this.tableLayoutPanel1.PerformLayout(); this.flowLayoutPanel1.ResumeLayout(false); this.flowLayoutPanel1.PerformLayout(); - this.ChaptersMenu.ResumeLayout(false); this.ResumeLayout(false); this.PerformLayout(); @@ -1822,5 +1840,7 @@ namespace Handbrake private OpenFileDialog File_ChapterImport; private ContextMenuStrip ChaptersMenu; private ToolStripMenuItem mnu_resetChapters; + private ToolStripMenuItem pmnu_import; + private ToolStripSeparator toolStripSeparator2; } } \ No newline at end of file