diff --git a/COP/PluginsApp/Plugins/PluginsConventionLibrary.dll b/COP/PluginsApp/Plugins/PluginsConventionLibrary.dll index ae31ac1..2c182d9 100644 Binary files a/COP/PluginsApp/Plugins/PluginsConventionLibrary.dll and b/COP/PluginsApp/Plugins/PluginsConventionLibrary.dll differ diff --git a/COP/PluginsApp/Plugins/PortalAccountsBusinessLogic.dll b/COP/PluginsApp/Plugins/PortalAccountsBusinessLogic.dll index 8057a2f..caec661 100644 Binary files a/COP/PluginsApp/Plugins/PortalAccountsBusinessLogic.dll and b/COP/PluginsApp/Plugins/PortalAccountsBusinessLogic.dll differ diff --git a/COP/PluginsApp/Plugins/PortalAccountsContracts.dll b/COP/PluginsApp/Plugins/PortalAccountsContracts.dll index bf4fa6b..11ee6ff 100644 Binary files a/COP/PluginsApp/Plugins/PortalAccountsContracts.dll and b/COP/PluginsApp/Plugins/PortalAccountsContracts.dll differ diff --git a/COP/PluginsApp/Plugins/PortalAccountsDataModels.dll b/COP/PluginsApp/Plugins/PortalAccountsDataModels.dll index 1bd430e..c4f454c 100644 Binary files a/COP/PluginsApp/Plugins/PortalAccountsDataModels.dll and b/COP/PluginsApp/Plugins/PortalAccountsDataModels.dll differ diff --git a/COP/PluginsApp/Plugins/PortalAccountsDatabaseImplement.dll b/COP/PluginsApp/Plugins/PortalAccountsDatabaseImplement.dll index 493af43..043ced1 100644 Binary files a/COP/PluginsApp/Plugins/PortalAccountsDatabaseImplement.dll and b/COP/PluginsApp/Plugins/PortalAccountsDatabaseImplement.dll differ diff --git a/COP/PluginsApp/Plugins/PortalAccountsView.dll b/COP/PluginsApp/Plugins/PortalAccountsView.dll index 5c5aaf8..12506df 100644 Binary files a/COP/PluginsApp/Plugins/PortalAccountsView.dll and b/COP/PluginsApp/Plugins/PortalAccountsView.dll differ diff --git a/COP/PluginsApp/Plugins/RodionovLibrary.dll b/COP/PluginsApp/Plugins/RodionovLibrary.dll index 82a52b3..378132d 100644 Binary files a/COP/PluginsApp/Plugins/RodionovLibrary.dll and b/COP/PluginsApp/Plugins/RodionovLibrary.dll differ diff --git a/COP/RodionovLibrary/VisualComponents/TextBoxControl.Designer.cs b/COP/RodionovLibrary/VisualComponents/TextBoxControl.Designer.cs index 3b661c0..a688374 100644 --- a/COP/RodionovLibrary/VisualComponents/TextBoxControl.Designer.cs +++ b/COP/RodionovLibrary/VisualComponents/TextBoxControl.Designer.cs @@ -37,19 +37,21 @@ // textBox.Anchor = AnchorStyles.Top | AnchorStyles.Left | AnchorStyles.Right; textBox.Location = new Point(0, 0); + textBox.Margin = new Padding(3, 4, 3, 4); textBox.Name = "textBox"; - textBox.Size = new Size(213, 23); + textBox.Size = new Size(247, 27); textBox.TabIndex = 0; textBox.TextChanged += TextBox_TextChanged; textBox.MouseEnter += TextBox_MouseEnter; // // TextBoxControl // - AutoScaleDimensions = new SizeF(7F, 15F); + AutoScaleDimensions = new SizeF(8F, 20F); AutoScaleMode = AutoScaleMode.Font; Controls.Add(textBox); + Margin = new Padding(3, 4, 3, 4); Name = "TextBoxControl"; - Size = new Size(216, 26); + Size = new Size(247, 35); ResumeLayout(false); PerformLayout(); }