X-Git-Url: http://git.osdn.jp/view?a=blobdiff_plain;f=win%2FC%23%2FfrmQueue.Designer.cs;h=98d04d0124d5c46e3e180e752e0c93959188d239;hb=d646c74eab71ce803181537759b19c9b2726fc0a;hp=c67872b8bb35469fba09209832543d3996e3c5b2;hpb=93d0c80acec28a1e38c5b1d2edc0ec9d91e1cdb9;p=handbrake-jp%2Fhandbrake-jp-git.git diff --git a/win/C#/frmQueue.Designer.cs b/win/C#/frmQueue.Designer.cs index c67872b8..98d04d01 100644 --- a/win/C#/frmQueue.Designer.cs +++ b/win/C#/frmQueue.Designer.cs @@ -40,7 +40,6 @@ namespace Handbrake this.btn_up = new System.Windows.Forms.Button(); this.btn_delete = new System.Windows.Forms.Button(); this.toolTip1 = new System.Windows.Forms.ToolTip(this.components); - this.btn_re_add = new System.Windows.Forms.Button(); this.label4 = new System.Windows.Forms.Label(); this.lbl_chapt = new System.Windows.Forms.Label(); this.lbl_title = new System.Windows.Forms.Label(); @@ -58,6 +57,8 @@ namespace Handbrake this.mnu_batch = new System.Windows.Forms.ToolStripMenuItem(); this.mnu_import = new System.Windows.Forms.ToolStripMenuItem(); this.mnu_export = new System.Windows.Forms.ToolStripMenuItem(); + this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator(); + this.mnu_readd = new System.Windows.Forms.ToolStripMenuItem(); this.SaveFile = new System.Windows.Forms.SaveFileDialog(); this.list_queue = new System.Windows.Forms.ListView(); this.Title = new System.Windows.Forms.ColumnHeader(); @@ -66,6 +67,11 @@ namespace Handbrake this.Destination = new System.Windows.Forms.ColumnHeader(); this.EncoderVideo = new System.Windows.Forms.ColumnHeader(); this.Audio = new System.Windows.Forms.ColumnHeader(); + this.mnu_queue = new System.Windows.Forms.ContextMenuStrip(this.components); + this.mnu_up = new System.Windows.Forms.ToolStripMenuItem(); + this.mnu_Down = new System.Windows.Forms.ToolStripMenuItem(); + this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator(); + this.mnu_delete = new System.Windows.Forms.ToolStripMenuItem(); this.statusStrip1 = new System.Windows.Forms.StatusStrip(); this.lbl_encodesPending = new System.Windows.Forms.ToolStripStatusLabel(); this.OpenFile = new System.Windows.Forms.OpenFileDialog(); @@ -74,6 +80,7 @@ namespace Handbrake this.panel2 = new System.Windows.Forms.Panel(); this.panel1 = new System.Windows.Forms.Panel(); this.toolStrip1.SuspendLayout(); + this.mnu_queue.SuspendLayout(); this.statusStrip1.SuspendLayout(); this.splitContainer1.Panel1.SuspendLayout(); this.splitContainer1.Panel2.SuspendLayout(); @@ -128,22 +135,6 @@ namespace Handbrake this.btn_delete.UseVisualStyleBackColor = true; this.btn_delete.Click += new System.EventHandler(this.btn_delete_Click); // - // btn_re_add - // - this.btn_re_add.BackColor = System.Drawing.SystemColors.ControlLight; - this.btn_re_add.FlatAppearance.BorderColor = System.Drawing.Color.Black; - this.btn_re_add.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.btn_re_add.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0))))); - this.btn_re_add.Location = new System.Drawing.Point(607, 39); - this.btn_re_add.Name = "btn_re_add"; - this.btn_re_add.Size = new System.Drawing.Size(157, 22); - this.btn_re_add.TabIndex = 71; - this.btn_re_add.TabStop = false; - this.btn_re_add.Text = "Re-Add Current"; - this.toolTip1.SetToolTip(this.btn_re_add, "Re-add the current or last job to the queue"); - this.btn_re_add.UseVisualStyleBackColor = true; - this.btn_re_add.Click += new System.EventHandler(this.btn_re_add_Click); - // // label4 // this.label4.AutoSize = true; @@ -240,7 +231,7 @@ namespace Handbrake this.drop_button_queue}); this.toolStrip1.Location = new System.Drawing.Point(0, 0); this.toolStrip1.Name = "toolStrip1"; - this.toolStrip1.RenderMode = System.Windows.Forms.ToolStripRenderMode.System; + this.toolStrip1.RenderMode = System.Windows.Forms.ToolStripRenderMode.Professional; this.toolStrip1.Size = new System.Drawing.Size(779, 39); this.toolStrip1.TabIndex = 71; this.toolStrip1.Text = "toolStrip1"; @@ -277,7 +268,9 @@ namespace Handbrake this.drop_button_queue.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.mnu_batch, this.mnu_import, - this.mnu_export}); + this.mnu_export, + this.toolStripSeparator2, + this.mnu_readd}); this.drop_button_queue.Image = global::Handbrake.Properties.Resources.ActivityWindow; this.drop_button_queue.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; this.drop_button_queue.ImageTransparentColor = System.Drawing.Color.Magenta; @@ -309,6 +302,20 @@ namespace Handbrake this.mnu_export.Text = "Export Queue"; this.mnu_export.Click += new System.EventHandler(this.mnu_export_Click); // + // toolStripSeparator2 + // + this.toolStripSeparator2.Name = "toolStripSeparator2"; + this.toolStripSeparator2.Size = new System.Drawing.Size(187, 6); + // + // mnu_readd + // + this.mnu_readd.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center; + this.mnu_readd.Image = global::Handbrake.Properties.Resources.AddToQueue_small; + this.mnu_readd.Name = "mnu_readd"; + this.mnu_readd.Size = new System.Drawing.Size(190, 22); + this.mnu_readd.Text = "Re-Add Current Job"; + this.mnu_readd.Click += new System.EventHandler(this.mnu_readd_Click); + // // SaveFile // this.SaveFile.Filter = "Batch|.bat"; @@ -322,6 +329,7 @@ namespace Handbrake this.Destination, this.EncoderVideo, this.Audio}); + this.list_queue.ContextMenuStrip = this.mnu_queue; this.list_queue.Dock = System.Windows.Forms.DockStyle.Fill; this.list_queue.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.list_queue.FullRowSelect = true; @@ -365,6 +373,42 @@ namespace Handbrake this.Audio.Text = "Audio Encoder"; this.Audio.Width = 94; // + // mnu_queue + // + this.mnu_queue.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { + this.mnu_up, + this.mnu_Down, + this.toolStripSeparator3, + this.mnu_delete}); + this.mnu_queue.Name = "mnu_queue"; + this.mnu_queue.Size = new System.Drawing.Size(142, 76); + // + // mnu_up + // + this.mnu_up.Name = "mnu_up"; + this.mnu_up.Size = new System.Drawing.Size(141, 22); + this.mnu_up.Text = "Move Up"; + this.mnu_up.Click += new System.EventHandler(this.mnu_up_Click); + // + // mnu_Down + // + this.mnu_Down.Name = "mnu_Down"; + this.mnu_Down.Size = new System.Drawing.Size(141, 22); + this.mnu_Down.Text = "Move Down"; + this.mnu_Down.Click += new System.EventHandler(this.mnu_Down_Click); + // + // toolStripSeparator3 + // + this.toolStripSeparator3.Name = "toolStripSeparator3"; + this.toolStripSeparator3.Size = new System.Drawing.Size(138, 6); + // + // mnu_delete + // + this.mnu_delete.Name = "mnu_delete"; + this.mnu_delete.Size = new System.Drawing.Size(141, 22); + this.mnu_delete.Text = "Delete"; + this.mnu_delete.Click += new System.EventHandler(this.mnu_delete_Click); + // // statusStrip1 // this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { @@ -398,7 +442,6 @@ namespace Handbrake // // splitContainer1.Panel1 // - this.splitContainer1.Panel1.Controls.Add(this.btn_re_add); this.splitContainer1.Panel1.Controls.Add(this.label3); this.splitContainer1.Panel1.Controls.Add(this.label1); this.splitContainer1.Panel1.Controls.Add(this.btn_down); @@ -463,6 +506,7 @@ namespace Handbrake this.Text = "Encode Queue"; this.toolStrip1.ResumeLayout(false); this.toolStrip1.PerformLayout(); + this.mnu_queue.ResumeLayout(false); this.statusStrip1.ResumeLayout(false); this.statusStrip1.PerformLayout(); this.splitContainer1.Panel1.ResumeLayout(false); @@ -512,6 +556,12 @@ namespace Handbrake private System.Windows.Forms.Panel panel2; private System.Windows.Forms.Panel panel1; private System.Windows.Forms.Panel panel3; - internal System.Windows.Forms.Button btn_re_add; + private System.Windows.Forms.ToolStripSeparator toolStripSeparator2; + private System.Windows.Forms.ToolStripMenuItem mnu_readd; + private System.Windows.Forms.ContextMenuStrip mnu_queue; + private System.Windows.Forms.ToolStripMenuItem mnu_up; + private System.Windows.Forms.ToolStripMenuItem mnu_Down; + private System.Windows.Forms.ToolStripSeparator toolStripSeparator3; + private System.Windows.Forms.ToolStripMenuItem mnu_delete; } }