OSDN Git Service

merge 0.9.4 to jp
[handbrake-jp/handbrake-jp.git] / win / C# / frmDownload.Designer.cs
1 /*  frmDownload.Designer.cs \r
2         \r
3            This file is part of the HandBrake source code.\r
4            Homepage: <http://handbrake.fr>.\r
5            It may be used under the terms of the GNU General Public License. */\r
6 \r
7 namespace Handbrake\r
8 {\r
9     partial class frmDownload\r
10     {\r
11         /// <summary>\r
12         /// Required designer variable.\r
13         /// </summary>\r
14         private System.ComponentModel.IContainer components = null;\r
15 \r
16         /// <summary>\r
17         /// Clean up any resources being used.\r
18         /// </summary>\r
19         /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>\r
20         protected override void Dispose(bool disposing)\r
21         {\r
22             if (disposing && (components != null))\r
23             {\r
24                 components.Dispose();\r
25             }\r
26             base.Dispose(disposing);\r
27         }\r
28 \r
29         #region Windows Form Designer generated code\r
30 \r
31         /// <summary>\r
32         /// Required method for Designer support - do not modify\r
33         /// the contents of this method with the code editor.\r
34         /// </summary>\r
35         private void InitializeComponent()\r
36         {\r
37             System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmDownload));\r
38             this.lblProgress = new System.Windows.Forms.Label();\r
39             this.progress_download = new System.Windows.Forms.ProgressBar();\r
40             this.btn_cancel = new System.Windows.Forms.Button();\r
41             this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();\r
42             this.PictureBox1 = new System.Windows.Forms.PictureBox();\r
43             this.tableLayoutPanel1.SuspendLayout();\r
44             ((System.ComponentModel.ISupportInitialize)(this.PictureBox1)).BeginInit();\r
45             this.SuspendLayout();\r
46             // \r
47             // lblProgress\r
48             // \r
49             this.lblProgress.AutoSize = true;\r
50             this.lblProgress.Location = new System.Drawing.Point(73, 29);\r
51             this.lblProgress.Name = "lblProgress";\r
52             this.lblProgress.Size = new System.Drawing.Size(98, 13);\r
53             this.lblProgress.TabIndex = 10;\r
54             this.lblProgress.Text = "\83_\83E\83\93\83\8d\81[\83h\82Ì\90i\92»";\r
55             // \r
56             // progress_download\r
57             // \r
58             this.progress_download.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));\r
59             this.progress_download.Location = new System.Drawing.Point(73, 3);\r
60             this.progress_download.Name = "progress_download";\r
61             this.progress_download.Size = new System.Drawing.Size(273, 23);\r
62             this.progress_download.Style = System.Windows.Forms.ProgressBarStyle.Continuous;\r
63             this.progress_download.TabIndex = 9;\r
64             // \r
65             // btn_cancel\r
66             // \r
67             this.btn_cancel.Anchor = System.Windows.Forms.AnchorStyles.Right;\r
68             this.btn_cancel.FlatAppearance.BorderColor = System.Drawing.Color.Black;\r
69             this.btn_cancel.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
70             this.btn_cancel.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));\r
71             this.btn_cancel.Location = new System.Drawing.Point(275, 45);\r
72             this.btn_cancel.Name = "btn_cancel";\r
73             this.btn_cancel.Size = new System.Drawing.Size(71, 22);\r
74             this.btn_cancel.TabIndex = 26;\r
75             this.btn_cancel.TabStop = false;\r
76             this.btn_cancel.Text = "\83L\83\83\83\93\83Z\83\8b";\r
77             this.btn_cancel.UseVisualStyleBackColor = true;\r
78             this.btn_cancel.Click += new System.EventHandler(this.btn_cancel_Click);\r
79             // \r
80             // tableLayoutPanel1\r
81             // \r
82             this.tableLayoutPanel1.ColumnCount = 2;\r
83             this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());\r
84             this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());\r
85             this.tableLayoutPanel1.Controls.Add(this.PictureBox1, 0, 0);\r
86             this.tableLayoutPanel1.Controls.Add(this.btn_cancel, 1, 2);\r
87             this.tableLayoutPanel1.Controls.Add(this.progress_download, 1, 0);\r
88             this.tableLayoutPanel1.Controls.Add(this.lblProgress, 1, 1);\r
89             this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;\r
90             this.tableLayoutPanel1.Location = new System.Drawing.Point(9, 9);\r
91             this.tableLayoutPanel1.Name = "tableLayoutPanel1";\r
92             this.tableLayoutPanel1.RowCount = 3;\r
93             this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());\r
94             this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());\r
95             this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());\r
96             this.tableLayoutPanel1.Size = new System.Drawing.Size(349, 70);\r
97             this.tableLayoutPanel1.TabIndex = 27;\r
98             // \r
99             // PictureBox1\r
100             // \r
101             this.PictureBox1.Image = global::Handbrake.Properties.Resources.logo64;\r
102             this.PictureBox1.InitialImage = null;\r
103             this.PictureBox1.Location = new System.Drawing.Point(3, 3);\r
104             this.PictureBox1.Name = "PictureBox1";\r
105             this.tableLayoutPanel1.SetRowSpan(this.PictureBox1, 3);\r
106             this.PictureBox1.Size = new System.Drawing.Size(64, 64);\r
107             this.PictureBox1.TabIndex = 25;\r
108             this.PictureBox1.TabStop = false;\r
109             // \r
110             // frmDownload\r
111             // \r
112             this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);\r
113             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;\r
114             this.AutoSize = true;\r
115             this.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;\r
116             this.ClientSize = new System.Drawing.Size(367, 88);\r
117             this.Controls.Add(this.tableLayoutPanel1);\r
118             this.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
119             this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;\r
120             this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));\r
121             this.MaximizeBox = false;\r
122             this.MinimizeBox = false;\r
123             this.Name = "frmDownload";\r
124             this.Padding = new System.Windows.Forms.Padding(9);\r
125             this.ShowIcon = false;\r
126             this.ShowInTaskbar = false;\r
127             this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;\r
128             this.Text = "\83A\83b\83v\83f\81[\83g\82Ì\83_\83E\83\93\83\8d\81[\83h";\r
129             this.tableLayoutPanel1.ResumeLayout(false);\r
130             this.tableLayoutPanel1.PerformLayout();\r
131             ((System.ComponentModel.ISupportInitialize)(this.PictureBox1)).EndInit();\r
132             this.ResumeLayout(false);\r
133 \r
134         }\r
135 \r
136         #endregion\r
137 \r
138         private System.Windows.Forms.Label lblProgress;\r
139         private System.Windows.Forms.ProgressBar progress_download;\r
140         internal System.Windows.Forms.Button btn_cancel;\r
141         private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;\r
142         internal System.Windows.Forms.PictureBox PictureBox1;\r
143     }\r
144 }