OSDN Git Service

WinGui:
[handbrake-jp/handbrake-jp-git.git] / win / C# / frmPreview.Designer.cs
index d37a8f5..729e65b 100644 (file)
             this.cb_duration = new System.Windows.Forms.ToolStripComboBox();\r
             this.btn_playQT = new System.Windows.Forms.ToolStripButton();\r
             this.btn_playVLC = new System.Windows.Forms.ToolStripButton();\r
-            this.QTControl = new AxQTOControlLib.AxQTControl();\r
-            this.panel1 = new System.Windows.Forms.Panel();\r
             this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();\r
             this.ProgressBarStatus = new System.Windows.Forms.ToolStripProgressBar();\r
             this.lbl_encodeStatus = new System.Windows.Forms.ToolStripLabel();\r
+            this.panel1 = new System.Windows.Forms.Panel();\r
+            this.QTControl = new AxQTOControlLib.AxQTControl();\r
             this.toolBar.SuspendLayout();\r
-            ((System.ComponentModel.ISupportInitialize)(this.QTControl)).BeginInit();\r
             this.panel1.SuspendLayout();\r
+            ((System.ComponentModel.ISupportInitialize)(this.QTControl)).BeginInit();\r
             this.SuspendLayout();\r
             // \r
             // toolBar\r
             // \r
+            this.toolBar.AutoSize = false;\r
             this.toolBar.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;\r
             this.toolBar.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {\r
             this.lbl_preview,\r
@@ -65,7 +66,7 @@
             this.toolBar.Location = new System.Drawing.Point(0, 0);\r
             this.toolBar.Name = "toolBar";\r
             this.toolBar.RenderMode = System.Windows.Forms.ToolStripRenderMode.Professional;\r
-            this.toolBar.Size = new System.Drawing.Size(772, 25);\r
+            this.toolBar.Size = new System.Drawing.Size(722, 25);\r
             this.toolBar.TabIndex = 37;\r
             this.toolBar.Text = "toolStrip1";\r
             // \r
             this.btn_playQT.Name = "btn_playQT";\r
             this.btn_playQT.Size = new System.Drawing.Size(96, 22);\r
             this.btn_playQT.Text = "Play with QT";\r
-            this.btn_playQT.Click += new System.EventHandler(this.PlayQT_Click);\r
+            this.btn_playQT.Click += new System.EventHandler(this.PlayQtClick);\r
             // \r
             // btn_playVLC\r
             // \r
             this.btn_playVLC.Name = "btn_playVLC";\r
             this.btn_playVLC.Size = new System.Drawing.Size(101, 22);\r
             this.btn_playVLC.Text = "Play with VLC";\r
-            this.btn_playVLC.Click += new System.EventHandler(this.PlayVLC_Click);\r
-            // \r
-            // QTControl\r
-            // \r
-            this.QTControl.Enabled = true;\r
-            this.QTControl.Location = new System.Drawing.Point(0, 0);\r
-            this.QTControl.Name = "QTControl";\r
-            this.QTControl.OcxState = ((System.Windows.Forms.AxHost.State)(resources.GetObject("QTControl.OcxState")));\r
-            this.QTControl.Size = new System.Drawing.Size(64, 72);\r
-            this.QTControl.TabIndex = 39;\r
-            this.QTControl.Visible = false;\r
-            // \r
-            // panel1\r
-            // \r
-            this.panel1.Controls.Add(this.QTControl);\r
-            this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;\r
-            this.panel1.Location = new System.Drawing.Point(0, 25);\r
-            this.panel1.Name = "panel1";\r
-            this.panel1.Size = new System.Drawing.Size(772, 481);\r
-            this.panel1.TabIndex = 40;\r
+            this.btn_playVLC.Click += new System.EventHandler(this.PlayVlcClick);\r
             // \r
             // toolStripSeparator1\r
             // \r
             this.lbl_encodeStatus.Text = "0.00%";\r
             this.lbl_encodeStatus.Visible = false;\r
             // \r
+            // panel1\r
+            // \r
+            this.panel1.AutoSize = true;\r
+            this.panel1.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;\r
+            this.panel1.Controls.Add(this.QTControl);\r
+            this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;\r
+            this.panel1.Location = new System.Drawing.Point(0, 25);\r
+            this.panel1.Name = "panel1";\r
+            this.panel1.Size = new System.Drawing.Size(722, 481);\r
+            this.panel1.TabIndex = 40;\r
+            // \r
+            // QTControl\r
+            // \r
+            this.QTControl.Enabled = true;\r
+            this.QTControl.Location = new System.Drawing.Point(0, 0);\r
+            this.QTControl.Name = "QTControl";\r
+            this.QTControl.OcxState = ((System.Windows.Forms.AxHost.State)(resources.GetObject("QTControl.OcxState")));\r
+            this.QTControl.Size = new System.Drawing.Size(64, 72);\r
+            this.QTControl.TabIndex = 39;\r
+            this.QTControl.Visible = false;\r
+            // \r
             // frmPreview\r
             // \r
             this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);\r
             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;\r
+            this.AutoSize = true;\r
+            this.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;\r
             this.BackColor = System.Drawing.Color.Black;\r
-            this.ClientSize = new System.Drawing.Size(772, 506);\r
+            this.ClientSize = new System.Drawing.Size(722, 506);\r
             this.Controls.Add(this.panel1);\r
             this.Controls.Add(this.toolBar);\r
             this.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
             this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));\r
+            this.MinimumSize = new System.Drawing.Size(730, 32);\r
             this.Name = "frmPreview";\r
             this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;\r
             this.Text = "Video Preview";\r
             this.toolBar.ResumeLayout(false);\r
             this.toolBar.PerformLayout();\r
-            ((System.ComponentModel.ISupportInitialize)(this.QTControl)).EndInit();\r
             this.panel1.ResumeLayout(false);\r
+            ((System.ComponentModel.ISupportInitialize)(this.QTControl)).EndInit();\r
             this.ResumeLayout(false);\r
             this.PerformLayout();\r
 \r