The main form consists of 31 elements not counting the labels. Those elements include;
- TextBox (ScanCycleBox) [Placeholder=1500] - 'number of candidates to generate each time'
- Button (ApplyScanCycleBtn) [Text='Set'] - save the number in the scancycle textbox
- TextBox (DataDirectoryBox) - directory where the 'candidate.txt' file is to be located
- Button (SetDataDirectoryBtn) [Text='Set'] - Saves the directory entered in the datadirectory textbox
- CheckBox (CheckBox1) [Text='Automation Enabled'] [Checked=False] - If checked the program will self propegate and scan after 'generate' is clicked
- CheckBox (RegionScanTextBox) - If enabled candidate generation will be restricted to the quaderant bounds or region bounds located in this Form
- RadioButton (SpecifyRegionRadio) - If selected the candidate generation will be limited to the user manule input
- RadioButton (SelectRegionRadio) - If selected the candidate generation will be limited to the region selected
- GroupBox (SpecifyRegionGB) - This holds the input for manual quad ranges
- GroupBox (SelectRegionGB) - This holds the radio buttons for the regions
- TextBox (Q1min) [Placeholder=1]
- Textbox (Q1max) [Placeholder=255]
- TextBox (Q2min) [Placeholder=1]
- Textbox (Q2max) [Placeholder=255]
- TextBox (Q3min) [Placeholder=1]
- Textbox (Q3max) [Placeholder=255]
- TextBox (Q4min) [Placeholder=1]
- Textbox (Q4max) [Placeholder=255]
- Button (RegionSpecificationBtn) - This saves the above user defined ranges
- RadioButton (RegionUSARadio)
- RadioButton (RadioButton1)
- RadioButton (RadioButton2)
- RadioButton (RadioButton3)
- RadioButton (RadioButton4)
- RadioButton (RadioButton5)
- RadioButton (RadioButton6)
- RadioButton (RadioButton7)
- RadioButton (RadioButton8)
- RadioButton (RadioButton9)
- RadioButton (RadioButton10)
- Locate your 'Properties' dropdown at the top menu of Visual Studio
- Click it and select 'HollowPoint Properties'
- A menu should appear. Select on the bottom left of the menu 'Settings'
- Now in the center there should be a link saying 'create or open settings' click this to create a settings file for the project
- Now you should see something similar to an excel spreadsheet. Fill all the data from the image below into this settings document until the 2 are identical.
That's all she wrote... For the first 2 Forms