OSDN Git Service

WinGui:
[handbrake-jp/handbrake-jp-git.git] / win / C# / TitleSpecificScan.Designer.cs
1 namespace Handbrake\r
2 {\r
3     partial class TitleSpecificScan\r
4     {\r
5         /// <summary>\r
6         /// Required designer variable.\r
7         /// </summary>\r
8         private System.ComponentModel.IContainer components = null;\r
9 \r
10         /// <summary>\r
11         /// Clean up any resources being used.\r
12         /// </summary>\r
13         /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>\r
14         protected override void Dispose(bool disposing)\r
15         {\r
16             if (disposing && (components != null))\r
17             {\r
18                 components.Dispose();\r
19             }\r
20             base.Dispose(disposing);\r
21         }\r
22 \r
23         #region Windows Form Designer generated code\r
24 \r
25         /// <summary>\r
26         /// Required method for Designer support - do not modify\r
27         /// the contents of this method with the code editor.\r
28         /// </summary>\r
29         private void InitializeComponent()\r
30         {\r
31             System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(TitleSpecificScan));\r
32             this.label1 = new System.Windows.Forms.Label();\r
33             this.titleNumber = new System.Windows.Forms.TextBox();\r
34             this.label2 = new System.Windows.Forms.Label();\r
35             this.btnScan = new System.Windows.Forms.Button();\r
36             this.btnCancel = new System.Windows.Forms.Button();\r
37             this.SuspendLayout();\r
38             // \r
39             // label1\r
40             // \r
41             this.label1.AutoSize = true;\r
42             this.label1.Location = new System.Drawing.Point(12, 9);\r
43             this.label1.Name = "label1";\r
44             this.label1.Size = new System.Drawing.Size(92, 13);\r
45             this.label1.TabIndex = 1;\r
46             this.label1.Text = "Scan title number:";\r
47             // \r
48             // titleNumber\r
49             // \r
50             this.titleNumber.Location = new System.Drawing.Point(110, 6);\r
51             this.titleNumber.Name = "titleNumber";\r
52             this.titleNumber.Size = new System.Drawing.Size(51, 20);\r
53             this.titleNumber.TabIndex = 2;\r
54             this.titleNumber.Text = "0";\r
55             // \r
56             // label2\r
57             // \r
58             this.label2.AutoSize = true;\r
59             this.label2.Location = new System.Drawing.Point(12, 29);\r
60             this.label2.Name = "label2";\r
61             this.label2.Size = new System.Drawing.Size(309, 13);\r
62             this.label2.TabIndex = 3;\r
63             this.label2.Text = "Note: (entering 0 or leaving blank will result in a full source scan)";\r
64             // \r
65             // btnScan\r
66             // \r
67             this.btnScan.FlatAppearance.BorderColor = System.Drawing.Color.Black;\r
68             this.btnScan.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
69             this.btnScan.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));\r
70             this.btnScan.Location = new System.Drawing.Point(231, 56);\r
71             this.btnScan.Name = "btnScan";\r
72             this.btnScan.Size = new System.Drawing.Size(90, 22);\r
73             this.btnScan.TabIndex = 4;\r
74             this.btnScan.TabStop = false;\r
75             this.btnScan.Text = "Open Title";\r
76             this.btnScan.UseVisualStyleBackColor = true;\r
77             this.btnScan.Click += new System.EventHandler(this.BtnScanClick);\r
78             // \r
79             // btnCancel\r
80             // \r
81             this.btnCancel.FlatAppearance.BorderColor = System.Drawing.Color.Black;\r
82             this.btnCancel.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
83             this.btnCancel.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));\r
84             this.btnCancel.Location = new System.Drawing.Point(15, 56);\r
85             this.btnCancel.Name = "btnCancel";\r
86             this.btnCancel.Size = new System.Drawing.Size(60, 22);\r
87             this.btnCancel.TabIndex = 5;\r
88             this.btnCancel.TabStop = false;\r
89             this.btnCancel.Text = "Cancel";\r
90             this.btnCancel.UseVisualStyleBackColor = true;\r
91             this.btnCancel.Click += new System.EventHandler(this.BtnCancelClick);\r
92             // \r
93             // TitleSpecificScan\r
94             // \r
95             this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);\r
96             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;\r
97             this.ClientSize = new System.Drawing.Size(334, 89);\r
98             this.Controls.Add(this.btnCancel);\r
99             this.Controls.Add(this.btnScan);\r
100             this.Controls.Add(this.label2);\r
101             this.Controls.Add(this.titleNumber);\r
102             this.Controls.Add(this.label1);\r
103             this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.SizableToolWindow;\r
104             this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));\r
105             this.Name = "TitleSpecificScan";\r
106             this.Text = "Title Scan";\r
107             this.ResumeLayout(false);\r
108             this.PerformLayout();\r
109 \r
110         }\r
111 \r
112         #endregion\r
113 \r
114         private System.Windows.Forms.Label label1;\r
115         private System.Windows.Forms.TextBox titleNumber;\r
116         private System.Windows.Forms.Label label2;\r
117         internal System.Windows.Forms.Button btnScan;\r
118         internal System.Windows.Forms.Button btnCancel;\r
119     }\r
120 }