OSDN Git Service

import original 0.9.5 release
[handbrake-jp/handbrake-jp.git] / win / C# / ToolWindows / BatchAdd.Designer.cs
diff --git a/win/C#/ToolWindows/BatchAdd.Designer.cs b/win/C#/ToolWindows/BatchAdd.Designer.cs
new file mode 100644 (file)
index 0000000..e8f8323
--- /dev/null
@@ -0,0 +1,157 @@
+namespace Handbrake.ToolWindows\r
+{\r
+    partial class BatchAdd\r
+    {\r
+        /// <summary>\r
+        /// Required designer variable.\r
+        /// </summary>\r
+        private System.ComponentModel.IContainer components = null;\r
+\r
+        /// <summary>\r
+        /// Clean up any resources being used.\r
+        /// </summary>\r
+        /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>\r
+        protected override void Dispose(bool disposing)\r
+        {\r
+            if (disposing && (components != null))\r
+            {\r
+                components.Dispose();\r
+            }\r
+            base.Dispose(disposing);\r
+        }\r
+\r
+        #region Windows Form Designer generated code\r
+\r
+        /// <summary>\r
+        /// Required method for Designer support - do not modify\r
+        /// the contents of this method with the code editor.\r
+        /// </summary>\r
+        private void InitializeComponent()\r
+        {\r
+            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(BatchAdd));\r
+            this.label1 = new System.Windows.Forms.Label();\r
+            this.minDuration = new System.Windows.Forms.TextBox();\r
+            this.label2 = new System.Windows.Forms.Label();\r
+            this.btnAdd = new System.Windows.Forms.Button();\r
+            this.btnCancel = new System.Windows.Forms.Button();\r
+            this.maxDuration = new System.Windows.Forms.TextBox();\r
+            this.label3 = new System.Windows.Forms.Label();\r
+            this.label4 = new System.Windows.Forms.Label();\r
+            this.SuspendLayout();\r
+            // \r
+            // label1\r
+            // \r
+            this.label1.AutoSize = true;\r
+            this.label1.Location = new System.Drawing.Point(12, 9);\r
+            this.label1.Name = "label1";\r
+            this.label1.Size = new System.Drawing.Size(114, 13);\r
+            this.label1.TabIndex = 1;\r
+            this.label1.Text = "Add all Titles between:";\r
+            // \r
+            // minDuration\r
+            // \r
+            this.minDuration.Location = new System.Drawing.Point(53, 34);\r
+            this.minDuration.Name = "minDuration";\r
+            this.minDuration.Size = new System.Drawing.Size(51, 20);\r
+            this.minDuration.TabIndex = 2;\r
+            this.minDuration.Text = "0";\r
+            // \r
+            // label2\r
+            // \r
+            this.label2.AutoSize = true;\r
+            this.label2.Location = new System.Drawing.Point(17, 68);\r
+            this.label2.Name = "label2";\r
+            this.label2.Size = new System.Drawing.Size(250, 26);\r
+            this.label2.TabIndex = 3;\r
+            this.label2.Text = "Warning: This may lead to wasted encodes.\r\nDifferent titles may require different" +\r
+                " encode settings.";\r
+            // \r
+            // btnAdd\r
+            // \r
+            this.btnAdd.FlatAppearance.BorderColor = System.Drawing.Color.Black;\r
+            this.btnAdd.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
+            this.btnAdd.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));\r
+            this.btnAdd.Location = new System.Drawing.Point(232, 108);\r
+            this.btnAdd.Name = "btnAdd";\r
+            this.btnAdd.Size = new System.Drawing.Size(90, 22);\r
+            this.btnAdd.TabIndex = 4;\r
+            this.btnAdd.TabStop = false;\r
+            this.btnAdd.Text = "Add Titles";\r
+            this.btnAdd.UseVisualStyleBackColor = true;\r
+            this.btnAdd.Click += new System.EventHandler(this.BtnScanClick);\r
+            // \r
+            // btnCancel\r
+            // \r
+            this.btnCancel.FlatAppearance.BorderColor = System.Drawing.Color.Black;\r
+            this.btnCancel.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
+            this.btnCancel.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));\r
+            this.btnCancel.Location = new System.Drawing.Point(15, 108);\r
+            this.btnCancel.Name = "btnCancel";\r
+            this.btnCancel.Size = new System.Drawing.Size(60, 22);\r
+            this.btnCancel.TabIndex = 5;\r
+            this.btnCancel.TabStop = false;\r
+            this.btnCancel.Text = "Cancel";\r
+            this.btnCancel.UseVisualStyleBackColor = true;\r
+            this.btnCancel.Click += new System.EventHandler(this.BtnCancelClick);\r
+            // \r
+            // maxDuration\r
+            // \r
+            this.maxDuration.Location = new System.Drawing.Point(141, 34);\r
+            this.maxDuration.Name = "maxDuration";\r
+            this.maxDuration.Size = new System.Drawing.Size(51, 20);\r
+            this.maxDuration.TabIndex = 6;\r
+            this.maxDuration.Text = "0";\r
+            // \r
+            // label3\r
+            // \r
+            this.label3.AutoSize = true;\r
+            this.label3.Location = new System.Drawing.Point(110, 37);\r
+            this.label3.Name = "label3";\r
+            this.label3.Size = new System.Drawing.Size(25, 13);\r
+            this.label3.TabIndex = 7;\r
+            this.label3.Text = "and";\r
+            // \r
+            // label4\r
+            // \r
+            this.label4.AutoSize = true;\r
+            this.label4.Location = new System.Drawing.Point(198, 37);\r
+            this.label4.Name = "label4";\r
+            this.label4.Size = new System.Drawing.Size(69, 13);\r
+            this.label4.TabIndex = 8;\r
+            this.label4.Text = "minutes long.";\r
+            // \r
+            // BatchAdd\r
+            // \r
+            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);\r
+            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;\r
+            this.ClientSize = new System.Drawing.Size(334, 137);\r
+            this.Controls.Add(this.label4);\r
+            this.Controls.Add(this.label3);\r
+            this.Controls.Add(this.maxDuration);\r
+            this.Controls.Add(this.btnCancel);\r
+            this.Controls.Add(this.btnAdd);\r
+            this.Controls.Add(this.label2);\r
+            this.Controls.Add(this.minDuration);\r
+            this.Controls.Add(this.label1);\r
+            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.SizableToolWindow;\r
+            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));\r
+            this.Name = "BatchAdd";\r
+            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;\r
+            this.Text = "Batch Add";\r
+            this.ResumeLayout(false);\r
+            this.PerformLayout();\r
+\r
+        }\r
+\r
+        #endregion\r
+\r
+        private System.Windows.Forms.Label label1;\r
+        private System.Windows.Forms.TextBox minDuration;\r
+        private System.Windows.Forms.Label label2;\r
+        internal System.Windows.Forms.Button btnAdd;\r
+        internal System.Windows.Forms.Button btnCancel;\r
+        private System.Windows.Forms.TextBox maxDuration;\r
+        private System.Windows.Forms.Label label3;\r
+        private System.Windows.Forms.Label label4;\r
+    }\r
+}
\ No newline at end of file