Home
last modified time | relevance | path

Searched refs:SelectedIndex (Results 1 – 25 of 741) sorted by relevance

12345678910>>...30

/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Windows.Forms/Test/System.Windows.Forms/
H A DTabControlTest.cs217 tab.SelectedIndex = 1; in ClearTabPagesTest()
247 tab.SelectedIndex = 2; in Controls_Remove_HandleCreated()
301 tab.SelectedIndex = 2; in Controls_Remove_HandleNotCreated()
351 tab.SelectedIndex = 0; in SelectedIndex()
359 tab.SelectedIndex = 1; in SelectedIndex()
363 tab.SelectedIndex = 1; in SelectedIndex()
368 tab.SelectedIndex = 6; in SelectedIndex()
372 tab.SelectedIndex = 6; in SelectedIndex()
384 tab.SelectedIndex = 0; in SelectedIndex()
408 c.SelectedIndex = 0; in SelectedIndex_Ignore()
[all …]
H A DComboBoxTest.cs382 cmb.SelectedIndex = 0; in DataBindingTest2()
384 cmb.SelectedIndex = 1; in DataBindingTest2()
839 cmb.SelectedIndex=2; in VerifyException2234()
920 cb.SelectedIndex = 1; in SelectionWithAdd()
926 cb.SelectedIndex = 1; in SelectionWithAdd()
932 cb.SelectedIndex = 1; in SelectionWithAdd()
946 cb.SelectedIndex = 0; in SelectionWithInsert()
1022 cb.SelectedIndex = 0; in SelectionWithClear()
1043 cb.SelectedIndex = 0; in SelectionWithModification()
1137 cb.SelectedIndex = 1; in SortedSelectionInteractions()
[all …]
H A DUpDownTest.cs534 d1.SelectedIndex = 3; in DomainUpDownEnhancedPropTest()
561 d1.SelectedIndex = 0; in DomainUpDownEnhancedPropTest()
573 d1.SelectedIndex = 0; in DomainUpDownEnhancedPropTest()
581 d1.SelectedIndex = 0; in DomainUpDownEnhancedPropTest()
621 dud.SelectedIndex = 0; in DomainUpDown_SelectedIndex()
630 dud.SelectedIndex = 0; in DomainUpDown_SelectedIndex()
642 dud.SelectedIndex = 0; in DomainUpDown_SelectedIndex()
657 dud.SelectedIndex = 1; in DomainUpDown_SelectedIndex()
672 dud.SelectedIndex = 2; in DomainUpDown_SelectedIndex()
762 dud.SelectedIndex = 1; in DomainUpDown_Items_Indexer()
[all …]
H A DListBoxTest.cs76 listBox.SelectedIndex = 2; in RemoveLast()
80 listBox.SelectedIndex = 0; in RemoveLast()
334 listBox.SelectedIndex = 0; in SelectedIndex_Created()
338 listBox.SelectedIndex = 1; in SelectedIndex_Created()
351 listBox.SelectedIndex = 0; in SelectedIndex_NotCreated()
355 listBox.SelectedIndex = 1; in SelectedIndex_NotCreated()
368 listBox.SelectedIndex = 2; in SelectedIndex_Removed()
373 listBox.SelectedIndex = 0; in SelectedIndex_Removed()
857 l.SelectedIndex = 0; in SelectedIndexUpdated()
879 l.SelectedIndex = 0; in SelectedIndexUpdated_MultiSelect()
[all …]
H A DCheckedListBoxTest.cs84 clb.SelectedIndex = 1; in DisplayMember_HandleCreated()
88 clb.SelectedIndex = 2; in DisplayMember_HandleCreated()
105 clb.SelectedIndex = 1; in DisplayMember_HandleCreated()
110 clb.SelectedIndex = 2; in DisplayMember_HandleCreated()
140 clb.SelectedIndex = 1; in DisplayMember_HandleNotCreated()
144 clb.SelectedIndex = 2; in DisplayMember_HandleNotCreated()
161 clb.SelectedIndex = 1; in DisplayMember_HandleNotCreated()
166 clb.SelectedIndex = 2; in DisplayMember_HandleNotCreated()
448 clb.SelectedIndex = 1; in ValueMember_HandleCreated()
476 clb.SelectedIndex = 1; in ValueMember_HandleCreated()
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Web/Test/System.Web.UI.WebControls/
H A DListControlTest.cs171 SelectedIndex = 0; in PerformSelect()
324 p.SelectedIndex = 1; in Text()
462 p.SelectedIndex = 1; in ClearSelection()
493 a.SelectedIndex = 2; in ControlState()
517 a.SelectedIndex = 2; in ViewState()
573 p.SelectedIndex = 1; in ViewStateContents()
616 p.SelectedIndex = 1; in SelectedIndex()
637 l.SelectedIndex = 1; in ItemsTooHigh()
657 l.SelectedIndex = 0; in ItemsOk()
670 p.SelectedIndex = 2; in DataBinding1()
[all …]
/dports/misc/gedkeeper/GEDKeeper-2.19.1/projects/GKv3/GKComponents/GKUI/Components/
H A DGKDateControl.cs71 cmbDate1Calendar.SelectedIndex = 0; in SetLocale()
72 cmbDate2Calendar.SelectedIndex = 0; in SetLocale()
80 int idx = cmbDateType.SelectedIndex; in ChangeDateType()
138 switch (cmbDateType.SelectedIndex) { in GetDate()
189 cmbDateType.SelectedIndex = 1; in SetDate()
191 cmbDateType.SelectedIndex = 2; in SetDate()
193 cmbDateType.SelectedIndex = 3; in SetDate()
206 cmbDateType.SelectedIndex = 4; in SetDate()
208 cmbDateType.SelectedIndex = 5; in SetDate()
210 cmbDateType.SelectedIndex = 6; in SetDate()
[all …]
/dports/games/openbve/OpenBVE-1.8.2.1/source/InputDevicePlugins/DenshaDeGoInput/
H A DConfig.cs238 deviceBox.SelectedIndex = controllerList.IndexOf(InputTranslator.ActiveControllerGuid); in Config_Shown()
244 …buttonaBox.SelectedIndex = DenshaDeGoInput.ButtonCommands[(int)InputTranslator.ControllerButton.A]; in Config_Shown()
245 …buttonbBox.SelectedIndex = DenshaDeGoInput.ButtonCommands[(int)InputTranslator.ControllerButton.B]; in Config_Shown()
246 …buttoncBox.SelectedIndex = DenshaDeGoInput.ButtonCommands[(int)InputTranslator.ControllerButton.C]; in Config_Shown()
247 …buttondBox.SelectedIndex = DenshaDeGoInput.ButtonCommands[(int)InputTranslator.ControllerButton.D]; in Config_Shown()
248 …buttonupBox.SelectedIndex = DenshaDeGoInput.ButtonCommands[(int)InputTranslator.ControllerButton.U… in Config_Shown()
279 InputTranslator.ActiveControllerGuid = controllerList[deviceBox.SelectedIndex]; in deviceBox_SelectedIndexChanged()
294 …DenshaDeGoInput.ButtonCommands[(int)InputTranslator.ControllerButton.A] = buttonaBox.SelectedIndex; in buttonaBox_SelectedIndexChanged()
299 …DenshaDeGoInput.ButtonCommands[(int)InputTranslator.ControllerButton.B] = buttonbBox.SelectedIndex; in buttonbBox_SelectedIndexChanged()
304 …DenshaDeGoInput.ButtonCommands[(int)InputTranslator.ControllerButton.C] = buttoncBox.SelectedIndex; in buttoncBox_SelectedIndexChanged()
[all …]
/dports/games/openbve/OpenBVE-1.8.2.1/source/ObjectViewer/
H A DformOptions.cs15 InterpolationMode.SelectedIndex = (int) Interface.CurrentOptions.Interpolation; in formOptions()
18 …TransparencyQuality.SelectedIndex = Interface.CurrentOptions.TransparencyMode == TransparencyMode.… in formOptions()
21 comboBoxNewXParser.SelectedIndex = (int) Interface.CurrentOptions.CurrentXParser; in formOptions()
22 comboBoxNewObjParser.SelectedIndex = (int) Interface.CurrentOptions.CurrentObjParser; in formOptions()
23 comboBoxOptimizeObjects.SelectedIndex = (int)Interface.CurrentOptions.ObjectOptimizationMode; in formOptions()
40 switch (InterpolationMode.SelectedIndex) in CloseButton_Click()
72 switch (TransparencyQuality.SelectedIndex) in CloseButton_Click()
100 Interface.CurrentOptions.CurrentXParser = (XParsers) comboBoxNewXParser.SelectedIndex; in CloseButton_Click()
101 Interface.CurrentOptions.CurrentObjParser = (ObjParsers) comboBoxNewObjParser.SelectedIndex; in CloseButton_Click()
111 …rentOptions.ObjectOptimizationMode = (ObjectOptimizationMode)comboBoxOptimizeObjects.SelectedIndex; in CloseButton_Click()
/dports/emulators/mesen/Mesen-0.9.8-4-g4c701ad6/GUI.NET/Debugger/Controls/
H A DctrlChrViewer.cs118 cboChrSelection.SelectedIndex = 0;
125 get { return cboPalette.SelectedIndex; }
128 cboPalette.SelectedIndex = value;
240 this.cboHighlightType.SelectedIndex = 0; in UpdateDropdown()
250 int index = this.cboChrSelection.SelectedIndex; in UpdateDropdown()
362 if(this.cboChrSelection.SelectedIndex > 1) { in RefreshPreview()
374 if(cboChrSelection.SelectedIndex > 1) { in RefreshPreview()
452 if(this.cboChrSelection.SelectedIndex > 1) { in DrawPixel()
499 cboPalette.SelectedIndex = palette; in SelectPalette()
516 if(this.cboChrSelection.SelectedIndex > 1) { in ctxMenu_Opening()
[all …]
/dports/games/openbve/OpenBVE-1.8.2.1/source/InputDevicePlugins/DefaultDisplayPlugin/
H A DConfig.cs13 comboBoxSpeed.SelectedIndex = DefaultDisplayPlugin.SpeedDisplayMode; in Config()
15 comboBoxGradient.SelectedIndex = DefaultDisplayPlugin.GradientDisplayMode; in Config()
17 comboBoxDistNextStation.SelectedIndex = DefaultDisplayPlugin.DistNextStationDisplayMode; in Config()
25 DefaultDisplayPlugin.SpeedDisplayMode = comboBoxSpeed.SelectedIndex; in buttonSave_Click()
27 DefaultDisplayPlugin.GradientDisplayMode = comboBoxGradient.SelectedIndex; in buttonSave_Click()
29 DefaultDisplayPlugin.DistNextStationDisplayMode = comboBoxDistNextStation.SelectedIndex; in buttonSave_Click()
/dports/finance/weberp/webERP/
H A DPcClaimExpensesFromTab.php15 $SelectedIndex = $_POST['SelectedIndex']; variable
17 $SelectedIndex = $_GET['SelectedIndex']; variable
26 unset($SelectedIndex);
72 WHERE counterindex = '" . $SelectedIndex . "'";
133 WHERE pccashdetail='" . $SelectedIndex . "'
177 '" . $SelectedIndex . "',
229 '" . $SelectedIndex . "',
297 '" . $SelectedIndex . "',
321 WHERE pccashdetail='" . $SelectedIndex . "'
334 WHERE pccashdetail='" . $SelectedIndex . "'";
[all …]
H A DPcAssignCashToTab.php15 $SelectedIndex = $_POST['SelectedIndex']; variable
17 $SelectedIndex = $_GET['SelectedIndex']; variable
26 unset($SelectedIndex);
75 if ($InputError != 1 and isset($SelectedIndex)) {
81 WHERE counterindex = '" . $SelectedIndex . "'";
122 WHERE counterindex='" . $SelectedIndex . "'";
353 WHERE counterindex='" . $SelectedIndex . "'";
361 echo '<input type="hidden" name="SelectedIndex" value="', $SelectedIndex, '" />';
/dports/misc/gedkeeper/GEDKeeper-2.19.1/projects/GKCore/GKCore/Controllers/
H A DCommunicationEditDlgController.cs69 … fCommunication.CommunicationType = (GDMCommunicationType)fView.CorrType.SelectedIndex; in Accept()
71 … fCommunication.SetCorresponder((GDMCommunicationDir)fView.Dir.SelectedIndex, fTempInd); in Accept()
92 fView.CorrType.SelectedIndex = -1; in UpdateView()
94 fView.Dir.SelectedIndex = 0; in UpdateView()
98 fView.CorrType.SelectedIndex = (int)fCommunication.CommunicationType; in UpdateView()
104 fView.Dir.SelectedIndex = (int)fCommunication.CommDirection; in UpdateView()
107 fView.Dir.SelectedIndex = 0; in UpdateView()
H A DTaskEditDlgController.cs66 fTask.Priority = (GDMResearchPriority)fView.Priority.SelectedIndex; in Accept()
70 GDMGoalType gt = (GDMGoalType)fView.GoalType.SelectedIndex; in Accept()
97 fView.Priority.SelectedIndex = -1; in UpdateView()
100 fView.GoalType.SelectedIndex = 0; in UpdateView()
103 fView.Priority.SelectedIndex = (sbyte)fTask.Priority; in UpdateView()
109 fView.GoalType.SelectedIndex = (sbyte)goal.GoalType; in UpdateView()
131 GDMGoalType gt = (GDMGoalType)fView.GoalType.SelectedIndex; in SelectGoal()
155 GDMGoalType gt = (GDMGoalType)fView.GoalType.SelectedIndex; in ChangeGoalType()
H A DResearchEditDlgController.cs63 fResearch.Priority = (GDMResearchPriority)fView.Priority.SelectedIndex; in Accept()
64 fResearch.Status = (GDMResearchStatus)fView.Status.SelectedIndex; in Accept()
84 fView.Priority.SelectedIndex = -1; in UpdateView()
85 fView.Status.SelectedIndex = -1; in UpdateView()
91 fView.Priority.SelectedIndex = (int)fResearch.Priority; in UpdateView()
92 fView.Status.SelectedIndex = (int)fResearch.Status; in UpdateView()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Web/System.Web.UI.WebControls/
H A DDropDownList.cs70 public override int SelectedIndex { property in System.Web.UI.WebControls.DropDownList
74 selected = base.SelectedIndex;
82 set { base.SelectedIndex = value; }
101 if (!IsEnabled && SelectedIndex == -1) in AddAttributesToRender()
102 SelectedIndex = 1; in AddAttributesToRender()
147 if (index != this.SelectedIndex) { in LoadPostData()
148 SelectedIndex = index; in LoadPostData()
/dports/games/openbve/OpenBVE-1.8.2.1/source/RouteViewer/
H A DformOptions.cs15 InterpolationMode.SelectedIndex = (int) Interface.CurrentOptions.Interpolation; in formOptions()
18 …TransparencyQuality.SelectedIndex = Interface.CurrentOptions.TransparencyMode == TransparencyMode.… in formOptions()
24 comboBoxNewXParser.SelectedIndex = (int) Interface.CurrentOptions.CurrentXParser; in formOptions()
25 comboBoxNewObjParser.SelectedIndex = (int) Interface.CurrentOptions.CurrentObjParser; in formOptions()
51 switch (InterpolationMode.SelectedIndex) in button1_Click()
82 switch (TransparencyQuality.SelectedIndex) in button1_Click()
109 Interface.CurrentOptions.CurrentXParser = (XParsers) comboBoxNewXParser.SelectedIndex; in button1_Click()
110 Interface.CurrentOptions.CurrentObjParser = (ObjParsers) comboBoxNewObjParser.SelectedIndex; in button1_Click()
/dports/misc/gedkeeper/GEDKeeper-2.19.1/projects/GKv2/GKComponents/GKUI/Components/
H A DGKDateControl.cs86 cmbDate1Calendar.SelectedIndex = 0; in SetLocale()
87 cmbDate2Calendar.SelectedIndex = 0; in SetLocale()
95 int idx = cmbDateType.SelectedIndex; in ChangeDateType()
153 switch (cmbDateType.SelectedIndex) { in GetDate()
204 cmbDateType.SelectedIndex = 1; in SetDate()
206 cmbDateType.SelectedIndex = 2; in SetDate()
208 cmbDateType.SelectedIndex = 3; in SetDate()
221 cmbDateType.SelectedIndex = 4; in SetDate()
223 cmbDateType.SelectedIndex = 5; in SetDate()
225 cmbDateType.SelectedIndex = 6; in SetDate()
[all …]
/dports/astro/geographiclib/GeographicLib-1.52/dotnet/Projections/
H A DAlbersPanel.cs59 if (m_projectionComboBox.SelectedIndex > 1) in OnConstructorChanged()
196 switch (m_constructorComboBox.SelectedIndex) in AlbersConstructorChanged()
211 if (m_constructorComboBox.SelectedIndex > 2) in AlbersConstructorChanged()
254 switch (m_constructorComboBox.SelectedIndex) in SetAlbers()
283 switch (m_constructorComboBox.SelectedIndex) in SetLambert()
307 switch (m_constructorComboBox.SelectedIndex) in SetTransverse()
339 switch (m_functionComboBox.SelectedIndex) in OnFunction()
382 switch (m_functionComboBox.SelectedIndex) in ConvertAlbers()
407 switch (m_functionComboBox.SelectedIndex) in ConvertLambert()
432 switch (m_functionComboBox.SelectedIndex) in ConvertTransverse()
[all …]
/dports/misc/gedkeeper/GEDKeeper-2.19.1/projects/GKv2/GKPedigreeImporterPlugin/
H A DPedigreeImporterDlg.cs63 cbPersonSeparator.SelectedIndex = 0; in PedigreeImporterDlg()
64 cbNameFormat.SelectedIndex = 0; in PedigreeImporterDlg()
65 cbGenerationFormat.SelectedIndex = 0; in PedigreeImporterDlg()
66 cbDatesFormat.SelectedIndex = 0; in PedigreeImporterDlg()
67 cbDateSeparator.SelectedIndex = 0; in PedigreeImporterDlg()
154 if (cbPersonSeparator.SelectedIndex == 0) { in ChangeStage()
160 fImporter.NameFormat = (NameFormat)cbNameFormat.SelectedIndex; in ChangeStage()
161 … fImporter.GenerationFormat = (GenerationFormat)cbGenerationFormat.SelectedIndex; in ChangeStage()
162 fImporter.DateFormat = (DateFormat)cbDatesFormat.SelectedIndex; in ChangeStage()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Web/Test/System.Web.UI.HtmlControls/
H A DHtmlSelectTest.cs99 Assert.AreEqual (0, sel.SelectedIndex, "SelectedIndex"); in DefaultProperties()
155 sel.SelectedIndex = -1; in NullProperties()
156 Assert.AreEqual (0, sel.SelectedIndex, "SelectedIndex"); in NullProperties()
203 sel.SelectedIndex = 6; in ViewStateCount()
205 Assert.AreEqual (-1, sel.SelectedIndex, "SelectedIndex"); in ViewStateCount()
264 Assert.AreEqual (1, sel.SelectedIndex, "SelectedIndex"); in InternalDetails()
301 Assert.AreEqual (2, sel.SelectedIndex, "SelectedIndex after set"); in InternalDetails()
354 Assert.AreEqual (-1, sel.SelectedIndex, "SelectedIndex"); in Multiple()
363 Assert.AreEqual (-1, sel.SelectedIndex, "SelectedIndex"); in Big()
371 Assert.AreEqual (0, sel.SelectedIndex, "SelectedIndex"); in OneRowIndividual()
[all …]
/dports/editors/picpas/PicPas-7940bc3/Source/
H A DFrameSyntaxTree.pas144 nod.SelectedIndex := 4;
147 nod.SelectedIndex := 2;
150 nod.SelectedIndex := 15;
153 nod.SelectedIndex := 3;
156 nod.SelectedIndex := 6;
159 nod.SelectedIndex := 12;
162 nod.SelectedIndex := 0;
189 nodUni.SelectedIndex := 0;
199 nodCte.SelectedIndex := 0;
282 nodMain.SelectedIndex := 1;
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web/UI/WebControls/
H A DDropDownList.cs100 public override int SelectedIndex { property in System.Web.UI.WebControls.DropDownList
102 int selectedIndex = base.SelectedIndex;
110 base.SelectedIndex = value;
116 int sideEffect = SelectedIndex;
164 if (SelectedIndex != n) { in LoadPostData()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Windows.Forms/System.Windows.Forms/
H A DListControl.cs201 public abstract int SelectedIndex { property in System.Windows.Forms.ListControl
212 if (data_manager == null || SelectedIndex == -1)
215 object item = data_manager [SelectedIndex];
231 SelectedIndex = i;
235 SelectedIndex = -1;
370 SelectedIndex = DataManager.Position; in OnBindingContextChanged()
420 if (data_manager.Position == SelectedIndex) in OnSelectedIndexChanged()
422 data_manager.Position = SelectedIndex; in OnSelectedIndexChanged()
493 if (AllowSelection && SelectedIndex == -1 && data_manager.Count == 1) in OnItemChanged()
494 SelectedIndex = data_manager.Position; in OnItemChanged()
[all …]

12345678910>>...30