this.components = new System.ComponentModel.Container();\r
System.Windows.Forms.Label Label38;\r
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmMain));\r
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();\r
+ System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();\r
this.DVD_Save = new System.Windows.Forms.SaveFileDialog();\r
this.File_Save = new System.Windows.Forms.SaveFileDialog();\r
this.ToolTip = new System.Windows.Forms.ToolTip(this.components);\r
// \r
// btn_Browse\r
// \r
+ this.btn_Browse.BackColor = System.Drawing.Color.Transparent;\r
this.btn_Browse.FlatAppearance.BorderColor = System.Drawing.Color.Black;\r
this.btn_Browse.FlatStyle = System.Windows.Forms.FlatStyle.Flat;\r
this.btn_Browse.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
this.btn_Browse.TabIndex = 5;\r
this.btn_Browse.Text = "Browse";\r
this.ToolTip.SetToolTip(this.btn_Browse, "Step 1 - Select a Source. This can be either a DVD or ts/mpg/iso file");\r
- this.btn_Browse.UseVisualStyleBackColor = true;\r
+ this.btn_Browse.UseVisualStyleBackColor = false;\r
this.btn_Browse.Click += new System.EventHandler(this.btn_Browse_Click);\r
// \r
// btn_destBrowse\r
// \r
+ this.btn_destBrowse.BackColor = System.Drawing.Color.Transparent;\r
this.btn_destBrowse.FlatAppearance.BorderColor = System.Drawing.Color.Black;\r
this.btn_destBrowse.FlatStyle = System.Windows.Forms.FlatStyle.Flat;\r
this.btn_destBrowse.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
this.btn_destBrowse.TabIndex = 2;\r
this.btn_destBrowse.Text = "Browse";\r
this.ToolTip.SetToolTip(this.btn_destBrowse, "Step 4 - Select a location to save your encoded file.");\r
- this.btn_destBrowse.UseVisualStyleBackColor = true;\r
+ this.btn_destBrowse.UseVisualStyleBackColor = false;\r
this.btn_destBrowse.Click += new System.EventHandler(this.btn_destBrowse_Click);\r
// \r
// drp_videoEncoder\r
this.slider_videoQuality.Location = new System.Drawing.Point(435, 90);\r
this.slider_videoQuality.Maximum = 100;\r
this.slider_videoQuality.Name = "slider_videoQuality";\r
- this.slider_videoQuality.Size = new System.Drawing.Size(167, 45);\r
+ this.slider_videoQuality.Size = new System.Drawing.Size(167, 42);\r
this.slider_videoQuality.TabIndex = 14;\r
this.slider_videoQuality.TickFrequency = 17;\r
this.ToolTip.SetToolTip(this.slider_videoQuality, "Set the quality level of the video. (Around 70% is fine for most)");\r
// \r
// btn_setDefault\r
// \r
- this.btn_setDefault.BackColor = System.Drawing.SystemColors.ControlLight;\r
+ this.btn_setDefault.BackColor = System.Drawing.Color.Transparent;\r
this.btn_setDefault.FlatAppearance.BorderColor = System.Drawing.Color.Black;\r
this.btn_setDefault.FlatStyle = System.Windows.Forms.FlatStyle.Flat;\r
this.btn_setDefault.Font = new System.Drawing.Font("Verdana", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
this.slider_drc.Location = new System.Drawing.Point(317, 137);\r
this.slider_drc.Maximum = 30;\r
this.slider_drc.Name = "slider_drc";\r
- this.slider_drc.Size = new System.Drawing.Size(241, 45);\r
+ this.slider_drc.Size = new System.Drawing.Size(241, 42);\r
this.slider_drc.TabIndex = 18;\r
this.slider_drc.TickFrequency = 10;\r
this.ToolTip.SetToolTip(this.slider_drc, "Dynamic Range Compression");\r
this.HelpToolStripMenuItem});\r
this.frmMainMenu.Location = new System.Drawing.Point(0, 0);\r
this.frmMainMenu.Name = "frmMainMenu";\r
- this.frmMainMenu.Size = new System.Drawing.Size(892, 24);\r
+ this.frmMainMenu.Size = new System.Drawing.Size(890, 24);\r
this.frmMainMenu.TabIndex = 0;\r
this.frmMainMenu.Text = "MenuStrip1";\r
// \r
// \r
// btn_queue\r
// \r
- this.btn_queue.BackColor = System.Drawing.SystemColors.ControlLight;\r
+ this.btn_queue.BackColor = System.Drawing.Color.Transparent;\r
this.btn_queue.FlatAppearance.BorderColor = System.Drawing.Color.Black;\r
this.btn_queue.FlatStyle = System.Windows.Forms.FlatStyle.Flat;\r
this.btn_queue.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
// \r
// btn_encode\r
// \r
- this.btn_encode.BackColor = System.Drawing.SystemColors.ControlLight;\r
+ this.btn_encode.BackColor = System.Drawing.Color.Transparent;\r
this.btn_encode.FlatAppearance.BorderColor = System.Drawing.Color.Black;\r
this.btn_encode.FlatStyle = System.Windows.Forms.FlatStyle.Flat;\r
this.btn_encode.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
// \r
// number\r
// \r
- dataGridViewCellStyle3.Format = "N0";\r
- dataGridViewCellStyle3.NullValue = null;\r
- this.number.DefaultCellStyle = dataGridViewCellStyle3;\r
+ dataGridViewCellStyle1.Format = "N0";\r
+ dataGridViewCellStyle1.NullValue = null;\r
+ this.number.DefaultCellStyle = dataGridViewCellStyle1;\r
this.number.HeaderText = "Chapter Number";\r
this.number.MaxInputLength = 3;\r
this.number.Name = "number";\r
// \r
// btn_h264Clear\r
// \r
- this.btn_h264Clear.BackColor = System.Drawing.SystemColors.ControlLight;\r
+ this.btn_h264Clear.BackColor = System.Drawing.Color.Transparent;\r
this.btn_h264Clear.FlatAppearance.BorderColor = System.Drawing.Color.Black;\r
this.btn_h264Clear.FlatStyle = System.Windows.Forms.FlatStyle.Flat;\r
this.btn_h264Clear.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
// \r
// btn_clear\r
// \r
- this.btn_clear.BackColor = System.Drawing.SystemColors.ControlLight;\r
+ this.btn_clear.BackColor = System.Drawing.Color.Transparent;\r
this.btn_clear.FlatAppearance.BorderColor = System.Drawing.Color.Black;\r
this.btn_clear.FlatStyle = System.Windows.Forms.FlatStyle.Flat;\r
this.btn_clear.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
// \r
// btn_copy2C\r
// \r
- this.btn_copy2C.BackColor = System.Drawing.SystemColors.ControlLight;\r
+ this.btn_copy2C.BackColor = System.Drawing.Color.Transparent;\r
this.btn_copy2C.FlatAppearance.BorderColor = System.Drawing.Color.Black;\r
this.btn_copy2C.FlatStyle = System.Windows.Forms.FlatStyle.Flat;\r
this.btn_copy2C.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
// \r
// btn_generate_Query\r
// \r
- this.btn_generate_Query.BackColor = System.Drawing.SystemColors.ControlLight;\r
+ this.btn_generate_Query.BackColor = System.Drawing.Color.Transparent;\r
this.btn_generate_Query.FlatAppearance.BorderColor = System.Drawing.Color.Black;\r
this.btn_generate_Query.FlatStyle = System.Windows.Forms.FlatStyle.Flat;\r
this.btn_generate_Query.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));\r
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);\r
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;\r
this.BackColor = System.Drawing.SystemColors.ControlLight;\r
- this.ClientSize = new System.Drawing.Size(892, 588);\r
+ this.ClientSize = new System.Drawing.Size(890, 586);\r
this.Controls.Add(this.label6);\r
this.Controls.Add(this.groupBox2);\r
this.Controls.Add(this.groupBox_dest);\r