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.buttonCancel = new System.Windows.Forms.Button();
this.groupBoxOptions = new System.Windows.Forms.GroupBox();
this.comboBoxFrameRateMultiplier = new System.Windows.Forms.ComboBox();
this.textBoxDescription = new System.Windows.Forms.TextBox();
this.label7 = new System.Windows.Forms.Label();
this.textBoxTitle = new System.Windows.Forms.TextBox();
@ -48,7 +49,6 @@
this.labelCollision = new System.Windows.Forms.Label();
this.comboBoxDefaultStyle = new System.Windows.Forms.ComboBox();
this.labelWrapStyle = new System.Windows.Forms.Label();
this.comboBoxFrameRateMultiplier = new System.Windows.Forms.ComboBox();
this.groupBoxOptions.SuspendLayout();
this.SuspendLayout();
//
@ -104,6 +104,18 @@
this.groupBoxOptions.TabIndex = 0;
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
//
this.textBoxDescription.Location = new System.Drawing.Point(191, 56);
@ -261,17 +273,6 @@
this.labelWrapStyle.TabIndex = 1;
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
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);

View File

@ -112,9 +112,9 @@
<value>2.0</value>
</resheader>
<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 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>
</root>