Exemple #1
0
 private void SetToolTips()
 {
     GUIToolTip.SetToolTip(AddressTextBox, "New address to replace the old.");
     GUIToolTip.SetToolTip(IsHexCB, "Determines if address being changed is a hex value.");
     GUIToolTip.SetToolTip(AcceptAddressButton, "Applies change to the address.");
     GUIToolTip.SetToolTip(CancelAddressButton, "Closes window and doesn't change address.");
 }
Exemple #2
0
 private void SetToolTips()
 {
     GUIToolTip.SetToolTip(IgnoreChildButton, "Adds to list of children to skip.");
     GUIToolTip.SetToolTip(IgnoreParentButton, "Adds to list of parents to skip.");
     GUIToolTip.SetToolTip(GrabTypeComboBox, "Method of obtaining handles.");
     GUIToolTip.SetToolTip(ChildHandleLabel, "Handle to the selected child.");
     GUIToolTip.SetToolTip(ParentHandleLabel, "Handle to the selected parent.");
     GUIToolTip.SetToolTip(ProcessIDLabel, "Process ID of selected window.");
     GUIToolTip.SetToolTip(ChildTextLabel, "Text of the selected child.");
     GUIToolTip.SetToolTip(ParentTextLabel, "Text of the selected parent.");
     GUIToolTip.SetToolTip(XTextBox, "X position of selected window");
     GUIToolTip.SetToolTip(YTextBox, "Y position of selected window");
     GUIToolTip.SetToolTip(WTextBox, "W position of selected window");
     GUIToolTip.SetToolTip(HTextBox, "H position of selected window");
     GUIToolTip.SetToolTip(CommonMessageRB, "Send message from a list of common messages.");
     GUIToolTip.SetToolTip(SpecificMessageRB, "Send a message via user specified message ID.");
     GUIToolTip.SetToolTip(WParamTextBox, "L Parameters for the message.");
     GUIToolTip.SetToolTip(LParamTextBox, "W Parameters for the message.");
     GUIToolTip.SetToolTip(SendMsgButton, "Send message to control based on current settings.");
     GUIToolTip.SetToolTip(EnableButton, "Enables target.");
     GUIToolTip.SetToolTip(DisableButton, "Disables target.");
     GUIToolTip.SetToolTip(ToFrontButton, "Brings target to front.");
     GUIToolTip.SetToolTip(ToBackButton, "Sends target to back.");
     GUIToolTip.SetToolTip(ShowButton, "Makes the target visible.");
     GUIToolTip.SetToolTip(HideButton, "Makes the target invisible.");
     GUIToolTip.SetToolTip(MaximizeButton, "Maximizes target.");
     GUIToolTip.SetToolTip(MinimizeButton, "Minimizes target.");
     GUIToolTip.SetToolTip(CloseButton, "Attempts to close target.");
     GUIToolTip.SetToolTip(RestoreButton, "Restores target.");
     GUIToolTip.SetToolTip(PanLeftButton, "Nudges target left by 2px.");
     GUIToolTip.SetToolTip(PanUpButton, "Nudges target up by 2px.");
     GUIToolTip.SetToolTip(PanRightButton, "Nudges target right by 2px.");
     GUIToolTip.SetToolTip(PanDownButton, "Nudges target down by 2px.");
 }
Exemple #3
0
 private void SetToolTips()
 {
     GUIToolTip.SetToolTip(AddressTextBox, "Address to add.");
     GUIToolTip.SetToolTip(IsHexCB, "Determines if address being added is a hex value.");
     GUIToolTip.SetToolTip(DescriptionTextBox, "Description for the address.");
     GUIToolTip.SetToolTip(ValueTypeComboBox, "Value type of the address.");
     GUIToolTip.SetToolTip(AcceptSpecificButton, "Adds the address to the table.");
     GUIToolTip.SetToolTip(CancelSpecificButton, "Closes window and doesn't add address.");
 }
Exemple #4
0
 private void SetToolTips()
 {
     GUIToolTip.SetToolTip(DescriptionTextBox, "New description to replace the old.");
     GUIToolTip.SetToolTip(AcceptDescriptionButton, "Updates the description of the address.");
     GUIToolTip.SetToolTip(CancelDescriptionButton, "Closes window and doesn't update the description.");
 }
Exemple #5
0
 private void SetToolTips()
 {
     GUIToolTip.SetToolTip(AcceptProcessButton, "Sets selected process as the target process.");
     GUIToolTip.SetToolTip(RefreshButton, "Clears list and searches again.");
     GUIToolTip.SetToolTip(CloseProcessButton, "Closes this window and leaves target process unchanged.");
 }
Exemple #6
0
 private void SetToolTips()
 {
     GUIToolTip.SetToolTip(ScanSessionComboBox, "Determines what scan session to display. Highest is most recent.");
     GUIToolTip.SetToolTip(RefreshButton, "Updates scan history.");
 }
 private void SetToolTips()
 {
     GUIToolTip.SetToolTip(ValueTypeComboBox, "New value type to replace the old.");
     GUIToolTip.SetToolTip(AcceptTypeButton, "Updates the value type of the address.");
     GUIToolTip.SetToolTip(CancelTypeButton, "Closes window and doesn't update value type.");
 }