Added extra value in timed text property drop down list

This commit is contained in:
niksedk 2014-06-19 16:00:33 +02:00
parent 6c9b000a74
commit e594383e03
2 changed files with 15 additions and 14 deletions

View File

@ -31,6 +31,7 @@
this.buttonOK = new System.Windows.Forms.Button(); this.buttonOK = new System.Windows.Forms.Button();
this.buttonCancel = new System.Windows.Forms.Button(); this.buttonCancel = new System.Windows.Forms.Button();
this.groupBoxOptions = new System.Windows.Forms.GroupBox(); this.groupBoxOptions = new System.Windows.Forms.GroupBox();
this.comboBoxFrameRateMultiplier = new System.Windows.Forms.ComboBox();
this.textBoxDescription = new System.Windows.Forms.TextBox(); this.textBoxDescription = new System.Windows.Forms.TextBox();
this.label7 = new System.Windows.Forms.Label(); this.label7 = new System.Windows.Forms.Label();
this.textBoxTitle = new System.Windows.Forms.TextBox(); this.textBoxTitle = new System.Windows.Forms.TextBox();
@ -48,7 +49,6 @@
this.labelCollision = new System.Windows.Forms.Label(); this.labelCollision = new System.Windows.Forms.Label();
this.comboBoxDefaultStyle = new System.Windows.Forms.ComboBox(); this.comboBoxDefaultStyle = new System.Windows.Forms.ComboBox();
this.labelWrapStyle = new System.Windows.Forms.Label(); this.labelWrapStyle = new System.Windows.Forms.Label();
this.comboBoxFrameRateMultiplier = new System.Windows.Forms.ComboBox();
this.groupBoxOptions.SuspendLayout(); this.groupBoxOptions.SuspendLayout();
this.SuspendLayout(); this.SuspendLayout();
// //
@ -104,6 +104,18 @@
this.groupBoxOptions.TabIndex = 0; this.groupBoxOptions.TabIndex = 0;
this.groupBoxOptions.TabStop = false; this.groupBoxOptions.TabStop = false;
// //
// comboBoxFrameRateMultiplier
//
this.comboBoxFrameRateMultiplier.FormattingEnabled = true;
this.comboBoxFrameRateMultiplier.Items.AddRange(new object[] {
"999 1000",
"1 1",
"1000 1001"});
this.comboBoxFrameRateMultiplier.Location = new System.Drawing.Point(191, 176);
this.comboBoxFrameRateMultiplier.Name = "comboBoxFrameRateMultiplier";
this.comboBoxFrameRateMultiplier.Size = new System.Drawing.Size(263, 21);
this.comboBoxFrameRateMultiplier.TabIndex = 18;
//
// textBoxDescription // textBoxDescription
// //
this.textBoxDescription.Location = new System.Drawing.Point(191, 56); this.textBoxDescription.Location = new System.Drawing.Point(191, 56);
@ -261,17 +273,6 @@
this.labelWrapStyle.TabIndex = 1; this.labelWrapStyle.TabIndex = 1;
this.labelWrapStyle.Text = "Default style"; this.labelWrapStyle.Text = "Default style";
// //
// comboBoxFrameRateMultiplier
//
this.comboBoxFrameRateMultiplier.FormattingEnabled = true;
this.comboBoxFrameRateMultiplier.Items.AddRange(new object[] {
"1 1",
"999 1000"});
this.comboBoxFrameRateMultiplier.Location = new System.Drawing.Point(191, 176);
this.comboBoxFrameRateMultiplier.Name = "comboBoxFrameRateMultiplier";
this.comboBoxFrameRateMultiplier.Size = new System.Drawing.Size(263, 21);
this.comboBoxFrameRateMultiplier.TabIndex = 18;
//
// TimedTextProperties // TimedTextProperties
// //
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);

View File

@ -112,9 +112,9 @@
<value>2.0</value> <value>2.0</value>
</resheader> </resheader>
<resheader name="reader"> <resheader name="reader">
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value> <value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader> </resheader>
<resheader name="writer"> <resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value> <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader> </resheader>
</root> </root>