64 |
PATCH_RESULTS_LIST = 0x3001, |
PATCH_RESULTS_LIST = 0x3001, |
65 |
UKNOWN_RESULTS_LIST = 0x3001 |
UKNOWN_RESULTS_LIST = 0x3001 |
66 |
} |
} |
67 |
static int col_Found_Address = 0; |
static int col_Found_Address = 1; |
68 |
static int col_Found_Value = 1; |
static int col_Found_Value = 2; |
69 |
static int col_Found_Frozen = 2; |
static int col_Found_Frozen = 3; |
70 |
static int col_Added_Address = 0; |
static int col_Added_Address = 1; |
71 |
static int col_Added_Value = 1; |
static int col_Added_Value = 2; |
72 |
static int col_Added_Frozen = 2; |
static int col_Added_Frozen = 3; |
73 |
List<ListViewItem> ResultItems = new List<ListViewItem>(); |
List<ListViewItem> ResultItems = new List<ListViewItem>(); |
74 |
List<ListViewItem> AddedItems = new List<ListViewItem>(); |
List<ListViewItem> AddedItems = new List<ListViewItem>(); |
75 |
private bool _PatchedValue_NeedsUpdate; |
private bool _PatchedValue_NeedsUpdate; |