diff options
Diffstat (limited to 'kurier/Form1.Designer.cs')
-rw-r--r-- | kurier/Form1.Designer.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/kurier/Form1.Designer.cs b/kurier/Form1.Designer.cs index 41ac97b..47549f4 100644 --- a/kurier/Form1.Designer.cs +++ b/kurier/Form1.Designer.cs @@ -49,6 +49,7 @@ // // cbDatabaseName // + this.cbDatabaseName.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cbDatabaseName.FormattingEnabled = true; this.cbDatabaseName.Location = new System.Drawing.Point(89, 10); this.cbDatabaseName.Name = "cbDatabaseName"; |