minor updates to controls

git-svn-id: https://subtitleedit.googlecode.com/svn/trunk@55 99eadd0c-20b8-1223-b5c4-2a2b2df33de2
This commit is contained in:
niksedk 2010-10-16 14:59:28 +00:00
parent a853b1af9e
commit 10cd8b3e52
2 changed files with 4 additions and 3 deletions

View File

@ -45,6 +45,7 @@ namespace Nikse.SubtitleEdit.Controls
public SubtitleListView()
{
this.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
Columns.AddRange(new[]
{
new ColumnHeader { Text="#", Width=55 },

View File

@ -40,7 +40,7 @@
this.maskedTextBox1.Location = new System.Drawing.Point(4, 4);
this.maskedTextBox1.Mask = "00:00:00.000";
this.maskedTextBox1.Name = "maskedTextBox1";
this.maskedTextBox1.Size = new System.Drawing.Size(63, 13);
this.maskedTextBox1.Size = new System.Drawing.Size(67, 13);
this.maskedTextBox1.TabIndex = 21;
this.maskedTextBox1.KeyDown += new System.Windows.Forms.KeyEventHandler(this.MaskedTextBox1KeyDown);
//
@ -48,7 +48,7 @@
//
this.numericUpDown1.Location = new System.Drawing.Point(2, 1);
this.numericUpDown1.Name = "numericUpDown1";
this.numericUpDown1.Size = new System.Drawing.Size(84, 20);
this.numericUpDown1.Size = new System.Drawing.Size(87, 20);
this.numericUpDown1.TabIndex = 20;
this.numericUpDown1.TabStop = false;
//
@ -61,7 +61,7 @@
this.Controls.Add(this.maskedTextBox1);
this.Controls.Add(this.numericUpDown1);
this.Name = "TimeUpDown";
this.Size = new System.Drawing.Size(89, 24);
this.Size = new System.Drawing.Size(92, 24);
((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();