Home
last modified time | relevance | path

Searched refs:ShowForm (Results 1 – 25 of 187) sorted by relevance

12345678

/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Windows.Forms/System.Windows.Forms.Design/
H A DComponentEditorForm.cs64 public virtual DialogResult ShowForm(){ in ShowForm() method in System.Windows.Forms.Design.ComponentEditorForm
69 public virtual DialogResult ShowForm(int page){ in ShowForm() method in System.Windows.Forms.Design.ComponentEditorForm
74 public virtual DialogResult ShowForm(IWin32Window owner){ in ShowForm() method in System.Windows.Forms.Design.ComponentEditorForm
79 public virtual DialogResult ShowForm(IWin32Window owner, int page){ in ShowForm() method in System.Windows.Forms.Design.ComponentEditorForm
H A DWindowsFormsComponentEditor.cs44 if (f.ShowForm (owner, GetInitialComponentEditorPageIndex ()) == DialogResult.OK) in EditComponent()
/dports/editors/lazarus-devel/examples/dockmanager/package/
H A Dfdockbook.pas114 procedure ShowForm(AForm: TControl); override; procedure
206 procedure TEasyDockBook.ShowForm(AForm: TControl); procedure
213 inherited ShowForm(AForm)
/dports/editors/lazarus/examples/dockmanager/package/
H A Dfdockbook.pas114 procedure ShowForm(AForm: TControl); override; procedure
206 procedure TEasyDockBook.ShowForm(AForm: TControl); procedure
213 inherited ShowForm(AForm)
/dports/editors/lazarus-qt5/examples/dockmanager/package/
H A Dfdockbook.pas114 procedure ShowForm(AForm: TControl); override; procedure
206 procedure TEasyDockBook.ShowForm(AForm: TControl); procedure
213 inherited ShowForm(AForm)
/dports/editors/lazarus-qt5-devel/examples/dockmanager/package/
H A Dfdockbook.pas114 procedure ShowForm(AForm: TControl); override; procedure
206 procedure TEasyDockBook.ShowForm(AForm: TControl); procedure
213 inherited ShowForm(AForm)
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/codetools/ide/
H A Dtemplateidedockablewindow.pas49 IDEWindowCreators.ShowForm(TemplateNameCreator.FormName,true);
H A Dcodyfrm.pas77 IDEWindowCreators.ShowForm(CodyWindowCreator.FormName,true);
/dports/editors/lazarus/lazarus/components/codetools/ide/
H A Dtemplateidedockablewindow.pas49 IDEWindowCreators.ShowForm(TemplateNameCreator.FormName,true);
H A Dcodyfrm.pas77 IDEWindowCreators.ShowForm(CodyWindowCreator.FormName,true);
/dports/editors/lazarus-qt5/lazarus/components/codetools/ide/
H A Dtemplateidedockablewindow.pas49 IDEWindowCreators.ShowForm(TemplateNameCreator.FormName,true);
H A Dcodyfrm.pas77 IDEWindowCreators.ShowForm(CodyWindowCreator.FormName,true);
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/codetools/ide/
H A Dtemplateidedockablewindow.pas49 IDEWindowCreators.ShowForm(TemplateNameCreator.FormName,true);
H A Dcodyfrm.pas77 IDEWindowCreators.ShowForm(CodyWindowCreator.FormName,true);
/dports/devel/llvm90/llvm-9.0.1.src/tools/llvm-dwarfdump/
H A Dllvm-dwarfdump.cpp186 ShowForm("show-form", variable
190 aliasopt(ShowForm), cat(DwarfDumpCategory));
244 DumpOpts.ShowForm = ShowForm; in getDumpOpts()
/dports/devel/llvm10/llvm-10.0.1.src/tools/llvm-dwarfdump/
H A Dllvm-dwarfdump.cpp186 ShowForm("show-form", variable
190 aliasopt(ShowForm), cat(DwarfDumpCategory));
244 DumpOpts.ShowForm = ShowForm; in getDumpOpts()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/tools/llvm-dwarfdump/
H A Dllvm-dwarfdump.cpp186 ShowForm("show-form", variable
190 aliasopt(ShowForm), cat(DwarfDumpCategory));
244 DumpOpts.ShowForm = ShowForm; in getDumpOpts()
/dports/devel/llvm80/llvm-8.0.1.src/tools/llvm-dwarfdump/
H A Dllvm-dwarfdump.cpp190 ShowForm("show-form", variable
194 aliasopt(ShowForm), cat(DwarfDumpCategory));
240 DumpOpts.ShowForm = ShowForm; in getDumpOpts()
/dports/devel/llvm70/llvm-7.0.1.src/tools/llvm-dwarfdump/
H A Dllvm-dwarfdump.cpp190 ShowForm("show-form", variable
194 aliasopt(ShowForm), cat(DwarfDumpCategory));
240 DumpOpts.ShowForm = ShowForm; in getDumpOpts()
/dports/editors/lazarus/lazarus/components/anchordocking/minide/
H A Dunit1.pas67 procedure ShowForm(AForm: TCustomForm; FormEnableAutosizing: boolean); procedure
295 procedure TMainIDE.ShowForm(AForm: TCustomForm; FormEnableAutosizing: boolean); procedure
/dports/editors/lazarus-qt5/lazarus/components/anchordocking/minide/
H A Dunit1.pas67 procedure ShowForm(AForm: TCustomForm; FormEnableAutosizing: boolean); procedure
295 procedure TMainIDE.ShowForm(AForm: TCustomForm; FormEnableAutosizing: boolean); procedure
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/ideintf/
H A Didewindowintf.pas415 procedure ShowForm(AForm: TCustomForm; BringToFront: boolean; procedure
417 function ShowForm(AFormName: string; BringToFront: boolean): TCustomForm; overload; in ShowForm() function
442 …procedure ShowForm(AForm: TCustomForm; BringToFront: boolean); virtual; abstract; // make a form v… procedure
2206 procedure TIDEWindowCreatorList.ShowForm(AForm: TCustomForm; BringToFront: boolean; procedure
2226 IDEDockMaster.ShowForm(AForm,BringToFront)
2229 IDETabMaster.ShowForm(AForm)
2234 function TIDEWindowCreatorList.ShowForm(AFormName: string; BringToFront: boolean): TCustomForm; in ShowForm() function
2238 ShowForm(Result,BringToFront);
2288 ShowForm(AForm,true,vmOnlyMoveOffScreenToVisible)
2294 ShowForm(AForm,true)
/dports/editors/lazarus/lazarus/components/ideintf/
H A Didewindowintf.pas415 procedure ShowForm(AForm: TCustomForm; BringToFront: boolean; procedure
417 function ShowForm(AFormName: string; BringToFront: boolean): TCustomForm; overload; in ShowForm() function
444 …procedure ShowForm(AForm: TCustomForm; BringToFront: boolean); virtual; abstract; // make a form v… procedure
2212 procedure TIDEWindowCreatorList.ShowForm(AForm: TCustomForm; BringToFront: boolean; procedure
2232 IDEDockMaster.ShowForm(AForm,BringToFront)
2235 IDETabMaster.ShowForm(AForm)
2240 function TIDEWindowCreatorList.ShowForm(AFormName: string; BringToFront: boolean): TCustomForm; in ShowForm() function
2244 ShowForm(Result,BringToFront);
2294 ShowForm(AForm,true,vmOnlyMoveOffScreenToVisible)
2300 ShowForm(AForm,true)
/dports/editors/lazarus-qt5/lazarus/components/ideintf/
H A Didewindowintf.pas415 procedure ShowForm(AForm: TCustomForm; BringToFront: boolean; procedure
417 function ShowForm(AFormName: string; BringToFront: boolean): TCustomForm; overload; in ShowForm() function
444 …procedure ShowForm(AForm: TCustomForm; BringToFront: boolean); virtual; abstract; // make a form v… procedure
2212 procedure TIDEWindowCreatorList.ShowForm(AForm: TCustomForm; BringToFront: boolean; procedure
2232 IDEDockMaster.ShowForm(AForm,BringToFront)
2235 IDETabMaster.ShowForm(AForm)
2240 function TIDEWindowCreatorList.ShowForm(AFormName: string; BringToFront: boolean): TCustomForm; in ShowForm() function
2244 ShowForm(Result,BringToFront);
2294 ShowForm(AForm,true,vmOnlyMoveOffScreenToVisible)
2300 ShowForm(AForm,true)
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/ideintf/
H A Didewindowintf.pas415 procedure ShowForm(AForm: TCustomForm; BringToFront: boolean; procedure
417 function ShowForm(AFormName: string; BringToFront: boolean): TCustomForm; overload; in ShowForm() function
442 …procedure ShowForm(AForm: TCustomForm; BringToFront: boolean); virtual; abstract; // make a form v… procedure
2206 procedure TIDEWindowCreatorList.ShowForm(AForm: TCustomForm; BringToFront: boolean; procedure
2226 IDEDockMaster.ShowForm(AForm,BringToFront)
2229 IDETabMaster.ShowForm(AForm)
2234 function TIDEWindowCreatorList.ShowForm(AFormName: string; BringToFront: boolean): TCustomForm; in ShowForm() function
2238 ShowForm(Result,BringToFront);
2288 ShowForm(AForm,true,vmOnlyMoveOffScreenToVisible)
2294 ShowForm(AForm,true)

12345678