Docked font combo to right

This commit is contained in:
Rich 2010-02-02 20:51:21 +00:00
parent 710cfee31d
commit 4a3cbb7b80

View File

@ -445,6 +445,7 @@ namespace VEPROMS
// //
// cmbFont // cmbFont
// //
this.cmbFont.Dock = System.Windows.Forms.DockStyle.Right;
this.cmbFont.FormattingEnabled = true; this.cmbFont.FormattingEnabled = true;
this.cmbFont.Location = new System.Drawing.Point(440, 0); this.cmbFont.Location = new System.Drawing.Point(440, 0);
this.cmbFont.Name = "cmbFont"; this.cmbFont.Name = "cmbFont";