diff --git a/PROMS/Volian.Controls.Library/FindReplace.Designer.cs b/PROMS/Volian.Controls.Library/FindReplace.Designer.cs index 57fcdad4..f564744f 100644 --- a/PROMS/Volian.Controls.Library/FindReplace.Designer.cs +++ b/PROMS/Volian.Controls.Library/FindReplace.Designer.cs @@ -279,18 +279,24 @@ namespace Volian.Controls.Library // // btnCmCut // + this.btnCmCut.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText; + this.btnCmCut.Image = global::Volian.Controls.Library.Properties.Resources.Cut_Image; this.btnCmCut.Name = "btnCmCut"; this.btnCmCut.Text = "Cut"; this.btnCmCut.Click += new System.EventHandler(this.btnCmCut_Click); // // btnCmCopy // + this.btnCmCopy.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText; + this.btnCmCopy.Image = global::Volian.Controls.Library.Properties.Resources.Copy_Image; this.btnCmCopy.Name = "btnCmCopy"; this.btnCmCopy.Text = "Copy"; this.btnCmCopy.Click += new System.EventHandler(this.btnCmCopy_Click); // // btnCmPaste // + this.btnCmPaste.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText; + this.btnCmPaste.Image = global::Volian.Controls.Library.Properties.Resources.PasteSmall_Image; this.btnCmPaste.Name = "btnCmPaste"; this.btnCmPaste.Text = "Paste"; this.btnCmPaste.Click += new System.EventHandler(this.btnCmPaste_Click); @@ -305,12 +311,16 @@ namespace Volian.Controls.Library // // btnCmHardSp // + this.btnCmHardSp.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText; + this.btnCmHardSp.Image = global::Volian.Controls.Library.Properties.Resources.HardSpace_Image; this.btnCmHardSp.Name = "btnCmHardSp"; this.btnCmHardSp.Text = "Hard Space"; this.btnCmHardSp.Click += new System.EventHandler(this.btnCmHardSp_Click); // // btnCmSymbol // + this.btnCmSymbol.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText; + this.btnCmSymbol.Image = global::Volian.Controls.Library.Properties.Resources.Symbol_Image; this.btnCmSymbol.Name = "btnCmSymbol"; this.btnCmSymbol.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] { this.galSymbols}); @@ -566,9 +576,9 @@ namespace Volian.Controls.Library } - #endregion + #endregion - private DevComponents.DotNetBar.ButtonX btnReplace; + private DevComponents.DotNetBar.ButtonX btnReplace; private DevComponents.DotNetBar.ButtonX btnFndRplDone; private DevComponents.DotNetBar.ButtonX btnFindNext; private DevComponents.DotNetBar.Controls.ComboBoxEx cmboReplaceText;