OSDN Git Service

import original 0.9.5 release
[handbrake-jp/handbrake-jp.git] / win / C# / ToolWindows / TitleSpecificScan.Designer.cs
diff --git a/win/C#/ToolWindows/TitleSpecificScan.Designer.cs b/win/C#/ToolWindows/TitleSpecificScan.Designer.cs
new file mode 100644 (file)
index 0000000..61976f9
--- /dev/null
@@ -0,0 +1,121 @@
+namespace Handbrake.ToolWindows\r
+{\r
+    partial class TitleSpecificScan\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(TitleSpecificScan));\r
+            this.label1 = new System.Windows.Forms.Label();\r
+            this.titleNumber = new System.Windows.Forms.TextBox();\r
+            this.label2 = new System.Windows.Forms.Label();\r
+            this.btnScan = new System.Windows.Forms.Button();\r
+            this.btnCancel = new System.Windows.Forms.Button();\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(92, 13);\r
+            this.label1.TabIndex = 1;\r
+            this.label1.Text = "Scan title number:";\r
+            // \r
+            // titleNumber\r
+            // \r
+            this.titleNumber.Location = new System.Drawing.Point(110, 6);\r
+            this.titleNumber.Name = "titleNumber";\r
+            this.titleNumber.Size = new System.Drawing.Size(51, 20);\r
+            this.titleNumber.TabIndex = 2;\r
+            this.titleNumber.Text = "0";\r
+            // \r
+            // label2\r
+            // \r
+            this.label2.AutoSize = true;\r
+            this.label2.Location = new System.Drawing.Point(12, 29);\r
+            this.label2.Name = "label2";\r
+            this.label2.Size = new System.Drawing.Size(309, 13);\r
+            this.label2.TabIndex = 3;\r
+            this.label2.Text = "Note: (entering 0 or leaving blank will result in a full source scan)";\r
+            // \r
+            // btnScan\r
+            // \r
+            this.btnScan.FlatAppearance.BorderColor = System.Drawing.Color.Black;\r
+            this.btnScan.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
+            this.btnScan.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));\r
+            this.btnScan.Location = new System.Drawing.Point(231, 56);\r
+            this.btnScan.Name = "btnScan";\r
+            this.btnScan.Size = new System.Drawing.Size(90, 22);\r
+            this.btnScan.TabIndex = 4;\r
+            this.btnScan.TabStop = false;\r
+            this.btnScan.Text = "Open Title";\r
+            this.btnScan.UseVisualStyleBackColor = true;\r
+            this.btnScan.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, 56);\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
+            // TitleSpecificScan\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, 89);\r
+            this.Controls.Add(this.btnCancel);\r
+            this.Controls.Add(this.btnScan);\r
+            this.Controls.Add(this.label2);\r
+            this.Controls.Add(this.titleNumber);\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 = "TitleSpecificScan";\r
+            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;\r
+            this.Text = "Title Scan";\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 titleNumber;\r
+        private System.Windows.Forms.Label label2;\r
+        internal System.Windows.Forms.Button btnScan;\r
+        internal System.Windows.Forms.Button btnCancel;\r
+    }\r
+}
\ No newline at end of file