MS Renaming
This commit is contained in:
@@ -55,7 +55,7 @@ Partial Class frmControlCapture
|
||||
'
|
||||
Me.btnOK.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
|
||||
Me.btnOK.DialogResult = System.Windows.Forms.DialogResult.OK
|
||||
Me.btnOK.Image = Global.DD_Clipboard_Watcher.My.Resources.Resources.add
|
||||
Me.btnOK.Image = Global.easyFLOW.My.Resources.Resources.add
|
||||
Me.btnOK.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
|
||||
Me.btnOK.Location = New System.Drawing.Point(12, 190)
|
||||
Me.btnOK.Name = "btnOK"
|
||||
@@ -68,7 +68,7 @@ Partial Class frmControlCapture
|
||||
'
|
||||
Me.btnCancel.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
||||
Me.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel
|
||||
Me.btnCancel.Image = Global.DD_Clipboard_Watcher.My.Resources.Resources.cancel
|
||||
Me.btnCancel.Image = Global.easyFLOW.My.Resources.Resources.cancel
|
||||
Me.btnCancel.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
|
||||
Me.btnCancel.Location = New System.Drawing.Point(236, 190)
|
||||
Me.btnCancel.Name = "btnCancel"
|
||||
|
||||
Reference in New Issue
Block a user