Home
last modified time | relevance | path

Searched refs:SubItems (Results 1 – 25 of 426) sorted by relevance

12345678910>>...18

/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Windows.Forms/Test/System.Windows.Forms/
H A DListViewItemTest.cs278 item.SubItems.Add ("B"); in Constructor_Serializable()
279 item.SubItems.Add ("C"); in Constructor_Serializable()
280 item.SubItems.Add ("D"); in Constructor_Serializable()
596 Assert.AreEqual (1, item.SubItems.Count); in ListViewItemUseItemStyleForSubItems()
629 item1.SubItems.Add ("Element2"); in ListViewItemTestClone()
1369 item.SubItems.Add (subItemAText); in AddRange2()
1414 item.SubItems.Add (subItemAText); in AddRange3()
1476 item.SubItems.Clear (); in Clear()
1495 item.SubItems.RemoveAt (1); in RemoveAt()
1503 item.SubItems.RemoveAt (0); in RemoveAt()
[all …]
/dports/net-p2p/awgg/AWGG-5dc1329/src/
H A Dfmain.pas6471 fitem.SubItems.Add('');
6473 fitem.SubItems.Add('');
6475 fitem.SubItems.Add('');
6477 fitem.SubItems.Add('');
7383 if frmain.lvMain.Items[x].SubItems[columnuid]=Item.SubItems[columnuid] then
7656 …if Selected and (SubItems[columntype] = '0') and ((SubItems[columnstatus]='0') or (SubItems[column…
7820 …if Selected and (SubItems[columntype] = '0') and ((SubItems[columnstatus]='0') or (SubItems[column…
9645 vitem.SubItems.AddStrings(frmain.lvMain.Items[i].SubItems);
9692 vitem.SubItems.AddStrings(frmain.lvMain.Items[i].SubItems);
9712 vitem.SubItems.AddStrings(frmain.lvMain.Items[i].SubItems);
[all …]
/dports/emulators/mesen/Mesen-0.9.8-4-g4c701ad6/GUI.NET/Debugger/Controls/
H A DctrlProfiler.cs101 item.SubItems.Add(""); in RefreshList()
102 item.SubItems.Add(""); in RefreshList()
103 item.SubItems.Add(""); in RefreshList()
104 item.SubItems.Add(""); in RefreshList()
105 item.SubItems.Add(""); in RefreshList()
117 item.SubItems[1].Tag = _callCount[i]; in RefreshList()
120 item.SubItems[2].Tag = _inclusiveTime[i]; in RefreshList()
124 item.SubItems[3].Tag = (Int64)(ratio*100); in RefreshList()
127 item.SubItems[4].Tag = _exclusiveTime[i]; in RefreshList()
193 return String.Compare(((ListViewItem)y).SubItems[0].Text, ((ListViewItem)x).SubItems[0].Text); in Compare()
[all …]
H A DctrlFunctionList.cs48 Int32 aRelative = (Int32)a.SubItems[1].Tag == -1 ? Int32.MaxValue : (Int32)a.SubItems[1].Tag; in CompareFunctions()
49 Int32 bRelative = (Int32)b.SubItems[1].Tag == -1 ? Int32.MaxValue : (Int32)b.SubItems[1].Tag; in CompareFunctions()
50 Int32 aAbsolute = (Int32)a.SubItems[2].Tag; in CompareFunctions()
51 Int32 bAbsolute = (Int32)b.SubItems[2].Tag; in CompareFunctions()
84 item.SubItems.Add("[n/a]"); in UpdateFunctionList()
85 item.SubItems[1].Tag = -1; in UpdateFunctionList()
93 item.SubItems.Add("$" + entryPoint.ToString("X4")); in UpdateFunctionList()
94 item.SubItems[2].Tag = entryPoint; in UpdateFunctionList()
101 if(relativeAddress != (Int32)item.SubItems[1].Tag) { in UpdateFunctionList()
110 item.SubItems[1].Text = "[n/a]"; in UpdateFunctionList()
[all …]
H A DctrlLabelList.cs74 …int result = String.Compare(((ListViewItem)x).SubItems[_sortColumn].Text, ((ListViewItem)y).SubIte… in CompareLabels()
76 result = String.Compare(((ListViewItem)x).SubItems[2].Text, ((ListViewItem)y).SubItems[2].Text); in CompareLabels()
93 CodeLabel label = (CodeLabel)item.SubItems[1].Tag; in UpdateLabelListAddresses()
99 item.SubItems[1].Text = "$" + relativeAddress.ToString("X4"); in UpdateLabelListAddresses()
106 item.SubItems[1].Text = "[n/a]"; in UpdateLabelListAddresses()
132 item.SubItems.Add("$" + relativeAddress.ToString("X4")); in UpdateLabelList()
134 item.SubItems.Add("[n/a]"); in UpdateLabelList()
149 item.SubItems.Add(prefix + label.Address.ToString("X4")); in UpdateLabelList()
151 item.SubItems[1].Tag = label; in UpdateLabelList()
203 CodeLabel label = (CodeLabel)item.SubItems[1].Tag; in lstLabels_SelectedIndexChanged()
[all …]
/dports/lang/mono-basic/mono-basic-4.7/vbnc/rt/source/
H A DTestView.vb44 newItem.SubItems.Add(String.Empty)
45 newItem.SubItems.Add(String.Empty)
46 newItem.SubItems.Add(String.Empty)
47 newItem.SubItems.Add(Test.KnownFailure)
72 Item.SubItems(1).Text = ""
73 Item.SubItems(2).Text = ""
74 Item.SubItems(3).Text = ""
75 Item.SubItems(4).Text = Test.KnownFailure
98 Item.SubItems(3).Text = test.LastRun.ToString(datetimeformat)
102 Item.SubItems(1).Text = test.Result.ToString
[all …]
/dports/archivers/7-zip/7-zip-21.07/CPP/Common/
H A DMyXml.cpp46 FOR_VECTOR (i, SubItems) in FindSubTag()
47 if (SubItems[i].IsTagged(tag)) in FindSubTag()
54 if (SubItems.Size() == 1) in GetSubString()
56 const CXmlItem &item = SubItems[0]; in GetSubString()
65 if (SubItems.Size() == 1) in GetSubStringPtr()
67 const CXmlItem &item = SubItems[0]; in GetSubStringPtr()
132 SubItems.Clear(); in ParseItem()
138 CXmlItem &item = SubItems.AddNew(); in ParseItem()
227 FOR_VECTOR (i, SubItems) in AppendTo()
229 const CXmlItem &item = SubItems[i]; in AppendTo()
[all …]
/dports/archivers/maxcso/maxcso-1.10.0/7zip/CPP/Common/
H A DMyXml.cpp46 FOR_VECTOR (i, SubItems) in FindSubTag()
47 if (SubItems[i].IsTagged(tag)) in FindSubTag()
54 if (SubItems.Size() == 1) in GetSubString()
56 const CXmlItem &item = SubItems[0]; in GetSubString()
65 if (SubItems.Size() == 1) in GetSubStringPtr()
67 const CXmlItem &item = SubItems[0]; in GetSubStringPtr()
78 return SubItems[index].GetSubString(); in GetSubStringForTag()
132 SubItems.Clear(); in ParseItem()
227 FOR_VECTOR (i, SubItems) in AppendTo()
229 const CXmlItem &item = SubItems[i]; in AppendTo()
[all …]
/dports/editors/lazarus/lazarus/ide/
H A Dunitinfodlg.pp93 ListValues.Items[0].SubItems[0]:=AnUnitName;
94 ListValues.Items[1].SubItems[0]:=AType;
97 ListValues.Items[2].SubItems[0]:=s;
104 ListValues.Items[3].SubItems[0]:=s;
111 ListValues.Items[4].SubItems[0]:=s;
113 ListValues.Items[5].SubItems[0]:=FilePath;
114 ListValues.Items[6].SubItems[0]:=IncludedBy;
155 with Items.Add do begin Caption:= lisUIDName; SubItems.Add(''); end;
156 with Items.Add do begin Caption:= lisUIDType; SubItems.Add(''); end;
171 ListValues.Items[6].SubItems[0]:='';
[all …]
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/ide/
H A Dunitinfodlg.pp93 ListValues.Items[0].SubItems[0]:=AnUnitName;
94 ListValues.Items[1].SubItems[0]:=AType;
97 ListValues.Items[2].SubItems[0]:=s;
104 ListValues.Items[3].SubItems[0]:=s;
111 ListValues.Items[4].SubItems[0]:=s;
113 ListValues.Items[5].SubItems[0]:=FilePath;
114 ListValues.Items[6].SubItems[0]:=IncludedBy;
155 with Items.Add do begin Caption:= lisUIDName; SubItems.Add(''); end;
156 with Items.Add do begin Caption:= lisUIDType; SubItems.Add(''); end;
171 ListValues.Items[6].SubItems[0]:='';
[all …]
/dports/editors/lazarus-qt5/lazarus/ide/
H A Dunitinfodlg.pp93 ListValues.Items[0].SubItems[0]:=AnUnitName;
94 ListValues.Items[1].SubItems[0]:=AType;
97 ListValues.Items[2].SubItems[0]:=s;
104 ListValues.Items[3].SubItems[0]:=s;
111 ListValues.Items[4].SubItems[0]:=s;
113 ListValues.Items[5].SubItems[0]:=FilePath;
114 ListValues.Items[6].SubItems[0]:=IncludedBy;
155 with Items.Add do begin Caption:= lisUIDName; SubItems.Add(''); end;
156 with Items.Add do begin Caption:= lisUIDType; SubItems.Add(''); end;
171 ListValues.Items[6].SubItems[0]:='';
[all …]
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/ide/
H A Dunitinfodlg.pp93 ListValues.Items[0].SubItems[0]:=AnUnitName;
94 ListValues.Items[1].SubItems[0]:=AType;
97 ListValues.Items[2].SubItems[0]:=s;
104 ListValues.Items[3].SubItems[0]:=s;
111 ListValues.Items[4].SubItems[0]:=s;
113 ListValues.Items[5].SubItems[0]:=FilePath;
114 ListValues.Items[6].SubItems[0]:=IncludedBy;
155 with Items.Add do begin Caption:= lisUIDName; SubItems.Add(''); end;
156 with Items.Add do begin Caption:= lisUIDType; SubItems.Add(''); end;
171 ListValues.Items[6].SubItems[0]:='';
[all …]
/dports/security/keepass-plugin-keepassrpc/keepassrpc-1.8.0/KeePassRPC/Forms/
H A DKeeEntryUserControl.cs443 … if (lvsicSel[i].SubItems[1].Text == "Normal" && lvsicSel[i].SubItems[2].Text == "Match") in buttonURLEdit_Click()
447 … else if (lvsicSel[i].SubItems[1].Text == "RegEx" && lvsicSel[i].SubItems[2].Text == "Match") in buttonURLEdit_Click()
449 … else if (lvsicSel[i].SubItems[1].Text == "RegEx" && lvsicSel[i].SubItems[2].Text == "Block") in buttonURLEdit_Click()
489 if (lvsicSel[i].SubItems[1].Text == "Normal" && lvsicSel[i].SubItems[2].Text == "Match") in URLFormForEditing()
491 … else if (lvsicSel[i].SubItems[1].Text == "Normal" && lvsicSel[i].SubItems[2].Text == "Block") in URLFormForEditing()
493 … else if (lvsicSel[i].SubItems[1].Text == "RegEx" && lvsicSel[i].SubItems[2].Text == "Match") in URLFormForEditing()
495 … else if (lvsicSel[i].SubItems[1].Text == "RegEx" && lvsicSel[i].SubItems[2].Text == "Block") in URLFormForEditing()
505 … if (lvsicSel[i].SubItems[1].Text == "Normal" && lvsicSel[i].SubItems[2].Text == "Match") in buttonURLDelete_Click()
507 … else if (lvsicSel[i].SubItems[1].Text == "Normal" && lvsicSel[i].SubItems[2].Text == "Block") in buttonURLDelete_Click()
509 … else if (lvsicSel[i].SubItems[1].Text == "RegEx" && lvsicSel[i].SubItems[2].Text == "Match") in buttonURLDelete_Click()
[all …]
/dports/editors/lazarus/lazarus/components/lazsvnpkg/
H A Dsvnstatusform.pas139 ExecuteSvnCommand('add', SVNFileListView.Selected.SubItems[0]);
273 if LI.SubItems[2] = 'unversioned' then
277 if (LI.SubItems[2] = 'unversioned') or (LI.SubItems[2] = 'deleted') then begin
334 SubItems.Add(Path);
336 SubItems.Add(StatusItem.Extension);
338 SubItems.Add(StatusItem.ItemStatus);
340 SubItems.Add(StatusItem.PropStatus);
346 SubItems.Add(IntToStr(StatusItem.Revision));
348 SubItems.Add(IntToStr(StatusItem.CommitRevision));
350 SubItems.Add(StatusItem.Author);
[all …]
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/lazsvnpkg/
H A Dsvnstatusform.pas139 ExecuteSvnCommand('add', SVNFileListView.Selected.SubItems[0]);
273 if LI.SubItems[2] = 'unversioned' then
277 if (LI.SubItems[2] = 'unversioned') or (LI.SubItems[2] = 'deleted') then begin
334 SubItems.Add(Path);
336 SubItems.Add(StatusItem.Extension);
338 SubItems.Add(StatusItem.ItemStatus);
340 SubItems.Add(StatusItem.PropStatus);
346 SubItems.Add(IntToStr(StatusItem.Revision));
348 SubItems.Add(IntToStr(StatusItem.CommitRevision));
350 SubItems.Add(StatusItem.Author);
[all …]
/dports/editors/lazarus-qt5/lazarus/components/lazsvnpkg/
H A Dsvnstatusform.pas139 ExecuteSvnCommand('add', SVNFileListView.Selected.SubItems[0]);
273 if LI.SubItems[2] = 'unversioned' then
277 if (LI.SubItems[2] = 'unversioned') or (LI.SubItems[2] = 'deleted') then begin
334 SubItems.Add(Path);
336 SubItems.Add(StatusItem.Extension);
338 SubItems.Add(StatusItem.ItemStatus);
340 SubItems.Add(StatusItem.PropStatus);
346 SubItems.Add(IntToStr(StatusItem.Revision));
348 SubItems.Add(IntToStr(StatusItem.CommitRevision));
350 SubItems.Add(StatusItem.Author);
[all …]
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/lazsvnpkg/
H A Dsvnstatusform.pas139 ExecuteSvnCommand('add', SVNFileListView.Selected.SubItems[0]);
273 if LI.SubItems[2] = 'unversioned' then
277 if (LI.SubItems[2] = 'unversioned') or (LI.SubItems[2] = 'deleted') then begin
334 SubItems.Add(Path);
336 SubItems.Add(StatusItem.Extension);
338 SubItems.Add(StatusItem.ItemStatus);
340 SubItems.Add(StatusItem.PropStatus);
346 SubItems.Add(IntToStr(StatusItem.Revision));
348 SubItems.Add(IntToStr(StatusItem.CommitRevision));
350 SubItems.Add(StatusItem.Author);
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/tools/stats_viewer/
H A Dstats_viewer.cs304 ((ListViewItem)y).SubItems[col_].Text); in Compare()
447 SubItems.Add(NewSubItem()); in RateListViewItem()
448 SubItems.Add(NewSubItem()); in RateListViewItem()
449 SubItems.Add(NewSubItem()); in RateListViewItem()
464 SetSubItem(SubItems[column_count_index], new_count); in Update()
465 SetSubItem(SubItems[column_time_index], new_time); in Update()
466 if (SetSubItem(SubItems[column_avg_index], new_avg)) in Update()
485 SubItems.Add(NewSubItem()); in CounterListViewItem()
486 SubItems.Add(NewSubItem()); in CounterListViewItem()
501 SetSubItem(SubItems[column_value_index], new_value); in Update()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/tools/stats_viewer/
H A Dstats_viewer.cs304 ((ListViewItem)y).SubItems[col_].Text); in Compare()
447 SubItems.Add(NewSubItem()); in RateListViewItem()
448 SubItems.Add(NewSubItem()); in RateListViewItem()
449 SubItems.Add(NewSubItem()); in RateListViewItem()
464 SetSubItem(SubItems[column_count_index], new_count); in Update()
465 SetSubItem(SubItems[column_time_index], new_time); in Update()
466 if (SetSubItem(SubItems[column_avg_index], new_avg)) in Update()
485 SubItems.Add(NewSubItem()); in CounterListViewItem()
486 SubItems.Add(NewSubItem()); in CounterListViewItem()
501 SetSubItem(SubItems[column_value_index], new_value); in Update()
[all …]
/dports/comms/gammu/gammu-1.42.0/contrib/win32/delphi7.gui/smsd/
H A Dmain.pas267 Items.Item[Items.Count-1].SubItems.Add(S);
1035 Item[Count-1].SubItems.Add('Device');
1040 Item[Count-1].SubItems.Strings[1]:=Item[Count-1].SubItems.Strings[1]+' '+buffer;
1048 Item[Count-1].SubItems.Add('IMEI');
1049 Item[Count-1].SubItems.Add(buffer);
1145 Compare := CompareText(Item1.SubItems[ix],Item2.SubItems[ix]);
1148 Compare := CompareText(Item2.SubItems[ix],Item1.SubItems[ix]);
1194 Compare := CompareText(Item1.SubItems[ix],Item2.SubItems[ix]);
1197 Compare := CompareText(Item2.SubItems[ix],Item1.SubItems[ix]);
1221 Compare := CompareText(Item1.SubItems[ix],Item2.SubItems[ix]);
[all …]
/dports/editors/lazarus/lazarus/debugger/
H A Dthreaddlg.pp112 Item.SubItems.add('');
113 Item.SubItems.add('');
114 Item.SubItems.add('');
116 Item.SubItems.add('');
117 Item.SubItems.add('');
125 Item.SubItems.add('');
126 Item.SubItems.add('');
127 Item.SubItems.add('');
128 Item.SubItems.add('');
129 Item.SubItems.add('');
[all …]
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/debugger/
H A Dthreaddlg.pp112 Item.SubItems.add('');
113 Item.SubItems.add('');
114 Item.SubItems.add('');
116 Item.SubItems.add('');
117 Item.SubItems.add('');
125 Item.SubItems.add('');
126 Item.SubItems.add('');
127 Item.SubItems.add('');
128 Item.SubItems.add('');
129 Item.SubItems.add('');
[all …]
/dports/editors/lazarus-qt5/lazarus/debugger/
H A Dthreaddlg.pp112 Item.SubItems.add('');
113 Item.SubItems.add('');
114 Item.SubItems.add('');
116 Item.SubItems.add('');
117 Item.SubItems.add('');
125 Item.SubItems.add('');
126 Item.SubItems.add('');
127 Item.SubItems.add('');
128 Item.SubItems.add('');
129 Item.SubItems.add('');
[all …]
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/debugger/
H A Dthreaddlg.pp112 Item.SubItems.add('');
113 Item.SubItems.add('');
114 Item.SubItems.add('');
116 Item.SubItems.add('');
117 Item.SubItems.add('');
125 Item.SubItems.add('');
126 Item.SubItems.add('');
127 Item.SubItems.add('');
128 Item.SubItems.add('');
129 Item.SubItems.add('');
[all …]
/dports/cad/zcad/zcad-8b8a693/cad_source/components/zcontrols/
H A Dzlistview.pas68 SubItems:TSubItemRecArray;
150 Item.SubItems.Clear;
151 for i:=0 to high(SubItems) do
153 psubitem:=@SubItems[i];
163 Item.SubItems.Add(psubitem^.OnGetName(item));
165 else Item.SubItems.Add('');
253 if length(SubItems)>0 then
254 if length(SubItems)>=SubItem then
256 PSubItemRec:=@SubItems[SubItem-1];
323 if (length(SubItems)>0)and(length(SubItems)>=ASubItem) then
[all …]

12345678910>>...18