this.check_optimiseMP4 = new System.Windows.Forms.CheckBox();\r
this.check_iPodAtom = new System.Windows.Forms.CheckBox();\r
this.data_chpt = new System.Windows.Forms.DataGridView();\r
- this.number = new System.Windows.Forms.DataGridViewTextBoxColumn();\r
- this.name = new System.Windows.Forms.DataGridViewTextBoxColumn();\r
this.ChaptersMenu = new System.Windows.Forms.ContextMenuStrip(this.components);\r
this.mnu_resetChapters = new System.Windows.Forms.ToolStripMenuItem();\r
this.btn_addPreset = new System.Windows.Forms.Button();\r
this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel();\r
this.openPreset = new System.Windows.Forms.OpenFileDialog();\r
this.File_ChapterImport = new System.Windows.Forms.OpenFileDialog();\r
+ this.number = new System.Windows.Forms.DataGridViewTextBoxColumn();\r
+ this.name = new System.Windows.Forms.DataGridViewTextBoxColumn();\r
notifyIconMenu = new System.Windows.Forms.ContextMenuStrip(this.components);\r
notifyIconMenu.SuspendLayout();\r
((System.ComponentModel.ISupportInitialize)(this.slider_videoQuality)).BeginInit();\r
this.check_turbo.Enabled = false;\r
this.check_turbo.Location = new System.Drawing.Point(146, 123);\r
this.check_turbo.Name = "check_turbo";\r
- this.check_turbo.Size = new System.Drawing.Size(99, 17);\r
+ this.check_turbo.Size = new System.Drawing.Size(101, 17);\r
this.check_turbo.TabIndex = 7;\r
this.check_turbo.Text = "Turbo first Pass";\r
this.ToolTip.SetToolTip(this.check_turbo, "Makes the first pass of a 2 pass encode faster.");\r
this.data_chpt.TabIndex = 3;\r
this.ToolTip.SetToolTip(this.data_chpt, resources.GetString("data_chpt.ToolTip"));\r
// \r
- // number\r
- // \r
- dataGridViewCellStyle1.Format = "N0";\r
- dataGridViewCellStyle1.NullValue = null;\r
- this.number.DefaultCellStyle = dataGridViewCellStyle1;\r
- this.number.Frozen = true;\r
- this.number.HeaderText = "Chapter Number";\r
- this.number.MaxInputLength = 3;\r
- this.number.Name = "number";\r
- this.number.Resizable = System.Windows.Forms.DataGridViewTriState.False;\r
- this.number.Width = 165;\r
- // \r
- // name\r
- // \r
- this.name.HeaderText = "Chapter Name";\r
- this.name.Name = "name";\r
- this.name.Width = 480;\r
- // \r
// ChaptersMenu\r
// \r
this.ChaptersMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {\r
this.radio_cq.BackColor = System.Drawing.Color.Transparent;\r
this.radio_cq.Location = new System.Drawing.Point(336, 97);\r
this.radio_cq.Name = "radio_cq";\r
- this.radio_cq.Size = new System.Drawing.Size(105, 17);\r
+ this.radio_cq.Size = new System.Drawing.Size(110, 17);\r
this.radio_cq.TabIndex = 18;\r
this.radio_cq.Text = "Constant Quality:";\r
this.radio_cq.UseVisualStyleBackColor = false;\r
this.radio_avgBitrate.Checked = true;\r
this.radio_avgBitrate.Location = new System.Drawing.Point(336, 64);\r
this.radio_avgBitrate.Name = "radio_avgBitrate";\r
- this.radio_avgBitrate.Size = new System.Drawing.Size(112, 17);\r
+ this.radio_avgBitrate.Size = new System.Drawing.Size(116, 17);\r
this.radio_avgBitrate.TabIndex = 17;\r
this.radio_avgBitrate.TabStop = true;\r
this.radio_avgBitrate.Text = "Avg Bitrate (kbps):";\r
this.radio_targetFilesize.BackColor = System.Drawing.Color.Transparent;\r
this.radio_targetFilesize.Location = new System.Drawing.Point(336, 37);\r
this.radio_targetFilesize.Name = "radio_targetFilesize";\r
- this.radio_targetFilesize.Size = new System.Drawing.Size(107, 17);\r
+ this.radio_targetFilesize.Size = new System.Drawing.Size(108, 17);\r
this.radio_targetFilesize.TabIndex = 16;\r
this.radio_targetFilesize.Text = "Target Size (MB):";\r
this.radio_targetFilesize.UseVisualStyleBackColor = false;\r
this.check_2PassEncode.BackColor = System.Drawing.Color.Transparent;\r
this.check_2PassEncode.Location = new System.Drawing.Point(125, 100);\r
this.check_2PassEncode.Name = "check_2PassEncode";\r
- this.check_2PassEncode.Size = new System.Drawing.Size(106, 17);\r
+ this.check_2PassEncode.Size = new System.Drawing.Size(104, 17);\r
this.check_2PassEncode.TabIndex = 6;\r
this.check_2PassEncode.Text = "2-Pass Encoding";\r
this.check_2PassEncode.UseVisualStyleBackColor = false;\r
this.treeView_presets.ShowLines = false;\r
this.treeView_presets.Size = new System.Drawing.Size(240, 424);\r
this.treeView_presets.TabIndex = 0;\r
+ this.treeView_presets.MouseUp += new System.Windows.Forms.MouseEventHandler(this.treeview_presets_mouseUp);\r
this.treeView_presets.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.treeView_presets_AfterSelect);\r
this.treeView_presets.KeyUp += new System.Windows.Forms.KeyEventHandler(this.treeView_presets_deleteKey);\r
- this.treeView_presets.MouseUp += new System.Windows.Forms.MouseEventHandler(this.treeview_presets_mouseUp);\r
// \r
// presets_menu\r
// \r
// \r
this.File_ChapterImport.Filter = "CSV Files|*.csv";\r
// \r
+ // number\r
+ // \r
+ dataGridViewCellStyle1.Format = "N0";\r
+ dataGridViewCellStyle1.NullValue = null;\r
+ this.number.DefaultCellStyle = dataGridViewCellStyle1;\r
+ this.number.Frozen = true;\r
+ this.number.HeaderText = "Chapter Number";\r
+ this.number.MaxInputLength = 3;\r
+ this.number.Name = "number";\r
+ this.number.Resizable = System.Windows.Forms.DataGridViewTriState.False;\r
+ this.number.Width = 165;\r
+ // \r
+ // name\r
+ // \r
+ this.name.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;\r
+ this.name.HeaderText = "Chapter Name";\r
+ this.name.Name = "name";\r
+ // \r
// frmMain\r
// \r
this.AllowDrop = true;\r
internal System.Windows.Forms.RadioButton radio_targetFilesize;\r
internal Handbrake.Controls.x264Panel x264Panel;\r
private System.Windows.Forms.ToolStripButton tb_preview;\r
- private System.Windows.Forms.DataGridViewTextBoxColumn number;\r
- private System.Windows.Forms.DataGridViewTextBoxColumn name;\r
private System.Diagnostics.Process hbproc;\r
private TabPage tab_subtitles;\r
internal Handbrake.Controls.AudioPanel AudioSettings;\r
private ToolStripSeparator toolStripSeparator2;\r
internal ComboBox drop_mode;\r
private Button btn_export;\r
+ private DataGridViewTextBoxColumn number;\r
+ private DataGridViewTextBoxColumn name;\r
}\r
}
\ No newline at end of file