Home
last modified time | relevance | path

Searched refs:CreateButton (Results 1 – 25 of 374) sorted by relevance

12345678910>>...15

/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Windows.Forms/Test/System.Windows.Forms/
H A DFlowPanelTests.cs166 … p.Controls.Add (CreateButton (100, 50, false, DockStyle.None, new Padding (), AnchorStyles.None)); in LeftToRightLayoutTest10()
273 p.Controls.Add (CreateButton (73, 28, false, DockStyle.Top, new Padding (6), AnchorStyles.None)); in LeftToRightLayoutTest16()
292 …p.Controls.Add (CreateButton (21, 64, false, DockStyle.Top, new Padding (3, 3, 3, 1), AnchorStyles… in LeftToRightLayoutTest17()
458 … p.Controls.Add (CreateButton (100, 50, false, DockStyle.None, new Padding (), AnchorStyles.None)); in RightToLeftLayoutTest10()
571 p.Controls.Add (CreateButton (73, 28, false, DockStyle.Top, new Padding (6), AnchorStyles.None)); in RightToLeftLayoutTest16()
591 …p.Controls.Add (CreateButton (21, 64, false, DockStyle.Top, new Padding (3, 3, 3, 1), AnchorStyles… in RightToLeftLayoutTest17()
768 … p.Controls.Add (CreateButton (50, 100, false, DockStyle.None, new Padding (), AnchorStyles.None)); in TopDownLayoutTest10()
887 … p.Controls.Add (CreateButton (73, 28, false, DockStyle.Left, new Padding (6), AnchorStyles.None)); in TopDownLayoutTest16()
908 …p.Controls.Add (CreateButton (21, 64, false, DockStyle.Left, new Padding (3, 3, 3, 1), AnchorStyle… in TopDownLayoutTest17()
1086 … p.Controls.Add (CreateButton (50, 100, false, DockStyle.None, new Padding (), AnchorStyles.None)); in BottomUpLayoutTest10()
[all …]
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/interfaces/gtk3/
H A Dgtk3boxes.pas161 procedure TGtk3DialogFactory.CreateButton( procedure
526 CreateButton(PChar(rsMbOK), IDOK);
527 CreateButton(PChar(rsMbCancel), IDCANCEL);
532 CreateButton(PChar(rsMbAbort), IDABORT);
533 CreateButton(PChar(rsMbRetry), IDRETRY);
534 CreateButton(PChar(rsMbIgnore), IDIGNORE);
539 CreateButton(PChar(rsMbYes), IDYES);
540 CreateButton(PChar(rsMbNo), IDNO);
546 CreateButton(PChar(rsMbYes), IDYES);
547 CreateButton(PChar(rsMbNo), IDNO);
[all …]
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/interfaces/gtk3/
H A Dgtk3boxes.pas161 procedure TGtk3DialogFactory.CreateButton( procedure
526 CreateButton(PChar(rsMbOK), IDOK);
527 CreateButton(PChar(rsMbCancel), IDCANCEL);
532 CreateButton(PChar(rsMbAbort), IDABORT);
533 CreateButton(PChar(rsMbRetry), IDRETRY);
534 CreateButton(PChar(rsMbIgnore), IDIGNORE);
539 CreateButton(PChar(rsMbYes), IDYES);
540 CreateButton(PChar(rsMbNo), IDNO);
546 CreateButton(PChar(rsMbYes), IDYES);
547 CreateButton(PChar(rsMbNo), IDNO);
[all …]
/dports/emulators/dolphin-emu/dolphin-3152428/Source/Core/DolphinQt/TAS/
H A DGCTASInputWindow.cpp46 m_a_button = CreateButton(QStringLiteral("&A")); in GCTASInputWindow()
47 m_b_button = CreateButton(QStringLiteral("&B")); in GCTASInputWindow()
48 m_x_button = CreateButton(QStringLiteral("&X")); in GCTASInputWindow()
49 m_y_button = CreateButton(QStringLiteral("&Y")); in GCTASInputWindow()
50 m_z_button = CreateButton(QStringLiteral("&Z")); in GCTASInputWindow()
51 m_l_button = CreateButton(QStringLiteral("&L")); in GCTASInputWindow()
52 m_r_button = CreateButton(QStringLiteral("&R")); in GCTASInputWindow()
53 m_start_button = CreateButton(QStringLiteral("&START")); in GCTASInputWindow()
54 m_left_button = CreateButton(QStringLiteral("L&eft")); in GCTASInputWindow()
55 m_up_button = CreateButton(QStringLiteral("&Up")); in GCTASInputWindow()
[all …]
H A DWiiTASInputWindow.cpp163 m_a_button = CreateButton(QStringLiteral("&A")); in WiiTASInputWindow()
164 m_b_button = CreateButton(QStringLiteral("&B")); in WiiTASInputWindow()
165 m_1_button = CreateButton(QStringLiteral("&1")); in WiiTASInputWindow()
166 m_2_button = CreateButton(QStringLiteral("&2")); in WiiTASInputWindow()
167 m_plus_button = CreateButton(QStringLiteral("&+")); in WiiTASInputWindow()
168 m_minus_button = CreateButton(QStringLiteral("&-")); in WiiTASInputWindow()
169 m_home_button = CreateButton(QStringLiteral("&HOME")); in WiiTASInputWindow()
170 m_left_button = CreateButton(QStringLiteral("&Left")); in WiiTASInputWindow()
171 m_up_button = CreateButton(QStringLiteral("&Up")); in WiiTASInputWindow()
174 m_c_button = CreateButton(QStringLiteral("&C")); in WiiTASInputWindow()
[all …]
/dports/audio/denemo/denemo-2.0.6/actions/menus/MainMenu/Educational/Note-Reading/
H A DReadingNoteNamesSolfege.scm140 (CreateButton "ReadingNoteNamesSolfege::GameScore" "<span font_desc=\"24\">Click to start</span>")
141 (CreateButton "ReadingNoteNamesSolfege::GameHelp" "<b>Help</b>")
146 (CreateButton "ReadingNoteNamesSolfege::GamePlus" "<b>+</b>")
148 (CreateButton "ReadingNoteNamesSolfege::GameInterval" (string-append "<span font_desc=\"12\">Interv…
150 (CreateButton "ReadingNoteNamesSolfege::GameMinus" "<b>-</b>")
156 (CreateButton "ReadingNoteNamesSolfege::GameGo" "<span font_desc=\"24\">start</span>")
161 (CreateButton "ReadingNoteNamesSolfege::GamePrint" "<span font_desc=\"24\">Print</span>")
165 (CreateButton "ReadingNoteNamesSolfege::Close" "<span font_desc=\"24\">Quit</span>")
172 (CreateButton (string-append "ReadingNoteNamesSolfege::" solfege) (string-append " <span font_desc…
176 (CreateButton "ReadingNoteNamesSolfege::spacer1" "<span font_desc=\"28\"> </span>")
[all …]
H A DReadingNoteNames.scm150 (CreateButton "ReadingNoteNames::GameScore" "<span font_desc=\"32\">Click to start</span>")
151 (CreateButton "ReadingNoteNames::GameHelp" "<b>Help</b>")
156 (CreateButton "ReadingNoteNames::GamePlus" "<b>+</b>")
158 (CreateButton "ReadingNoteNames::GameInterval" (string-append "<span font_desc=\"12\">Interval: " (…
160 (CreateButton "ReadingNoteNames::GameMinus" "<b>-</b>")
166 (CreateButton "ReadingNoteNames::GameGo" "<span font_desc=\"32\">Re-start</span>")
171 (CreateButton "ReadingNoteNames::GamePrint" "<span font_desc=\"32\">Print</span>")
175 (CreateButton "ReadingNoteNames::Close" "<span font_desc=\"32\">Quit</span>")
182 …(CreateButton (string-append "ReadingNoteNames::" note) (string-append " <span font_desc=\"32\" f…
186 (CreateButton "ReadingNoteNames::spacer1" "<span font_desc=\"28\"> </span>")
[all …]
H A DStepSkipOrSame.scm33 (CreateButton "StepSkipOrSame::GameScore" "<span font_desc=\"12\">Score</span>")
35 (CreateButton "StepSkipOrSame::GameHelp" "<b>Help</b>")
121 (CreateButton "StepSkipOrSame::GameMinus" "<b>-</b>")
123 (CreateButton "StepSkipOrSame::GameInterval" (string-append "<span font_desc=\"12\">Interval: " (ob…
125 (CreateButton "StepSkipOrSame::GamePlus" "<b>+</b>")
129 …(CreateButton (string-append "StepSkipOrSame::" position) (string-append " <span font_desc=\"32\"…
H A DLineOrSpace.scm35 (CreateButton "LineOrSpace::GameScore" "<span font_desc=\"12\">Score</span>")
37 (CreateButton "LineOrSpace::GameHelp" "<b>Help</b>")
110 …(CreateButton (string-append "LineOrSpace::" position) (string-append " <span font_desc=\"32\" fo…
150 (CreateButton "LineOrSpace::GameScore" "<span font_desc=\"32\">Click to start</span>")
166 (CreateButton "LineOrSpace::SetInput" "<span font_desc=\"12\">Input:keyboard</span>")
H A DDiatonicInterval.scm33 (CreateButton "DiatonicInterval::GameScore" "<span font_desc=\"12\">Score</span>")
35 (CreateButton "DiatonicInterval::GameHelp" "<b>Help</b>")
135 (CreateButton "DiatonicInterval::GameMinus" "<b>-</b>")
137 (CreateButton "DiatonicInterval::GameInterval" (string-append "<span font_desc=\"12\">Interval: " (…
139 (CreateButton "DiatonicInterval::GamePlus" "<b>+</b>")
H A DCountSteps.scm33 (CreateButton "CountSteps::GameScore" "<span font_desc=\"12\">Score</span>")
35 (CreateButton "CountSteps::GameHelp" "<b>Help</b>")
135 (CreateButton "CountSteps::GameMinus" "<b>-</b>")
137 (CreateButton "CountSteps::GameInterval" (string-append "<span font_desc=\"12\">Interval: " (object…
139 (CreateButton "CountSteps::GamePlus" "<b>+</b>")
H A DBassClefNoteNameSpeedTest.scm134 (CreateButton "BassClefNoteNameSpeedTest::GameScore" "<span font_desc=\"22\">Score</span>")
137 (CreateButton "BassClefNoteNameSpeedTest::GameHelp" "<b>Help</b>")
140 (CreateButton "BassClefNoteNameSpeedTest::GameGo" "<span font_desc=\"22\">Start</span>")
143 (CreateButton "BassClefNoteNameSpeedTest::GamePrint" "<span font_desc=\"22\">Print</span>")
/dports/math/grace/grace-5.1.25/src/
H A Dptswin.c195 wbut = CreateButton(rc, "Goto point"); in create_points_frame()
204 wbut = CreateButton(rc, "Track"); in create_points_frame()
207 wbut = CreateButton(rc, "Move"); in create_points_frame()
209 wbut = CreateButton(rc, "Move X"); in create_points_frame()
211 wbut = CreateButton(rc, "Move Y"); in create_points_frame()
214 wbut = CreateButton(rc, "Prepend"); in create_points_frame()
216 wbut = CreateButton(rc, "Append"); in create_points_frame()
218 wbut = CreateButton(rc, "Insert"); in create_points_frame()
221 wbut = CreateButton(rc, "Delete"); in create_points_frame()
224 wbut = CreateButton(rc, "Close"); in create_points_frame()
/dports/games/colobot/colobot-colobot-gold-0.2.0-alpha/src/ui/
H A Ddebug_menu.cpp98 pb = pw->CreateButton(pos, ddim, -1, EVENT_DBG_SPAWN_OBJ); in CreateInterface()
101 pb = pw->CreateButton(pos, ddim, -1, EVENT_DBG_TELEPORT); in CreateInterface()
104 pb = pw->CreateButton(pos, ddim, -1, EVENT_DBG_LIGHTNING); in CreateInterface()
123 pb = pw->CreateButton(pos, ddim, -1, EVENT_DBG_LIGHTS_DUMP); in CreateInterface()
145 pb = pw->CreateButton(pos, ddim, -1, EVENT_SPAWN_CANCEL); in CreateSpawnInterface()
150 pw->CreateButton(pos, dim, 128+8, EVENT_SPAWN_ME); in CreateSpawnInterface()
159 pw->CreateButton(pos, dim, 128+32, EVENT_SPAWN_BOTFACTORY); in CreateSpawnInterface()
161 pw->CreateButton(pos, dim, 128+34, EVENT_SPAWN_CONVERTER); in CreateSpawnInterface()
163 pw->CreateButton(pos, dim, 128+33, EVENT_SPAWN_DERRICK); in CreateSpawnInterface()
168 pb = pw->CreateButton(pos, ddim, -1, EVENT_SPAWN_TITANIUM); in CreateSpawnInterface()
[all …]
H A Dobject_interface.cpp952 pw->CreateButton(pos, dim, 31, EVENT_OBJECT_HTAKE); in CreateInterface()
964 pw->CreateButton(pos, dim, 32, EVENT_OBJECT_MTAKE); in CreateInterface()
969 pw->CreateButton(pos, dim, 34, EVENT_OBJECT_MBACK); in CreateInterface()
973 pw->CreateButton(pos, dim, 35, EVENT_OBJECT_MPOWER); in CreateInterface()
986 pw->CreateButton(pos, dim, 32, EVENT_OBJECT_MTAKE); in CreateInterface()
1165 pw->CreateButton(pos, dim, 41, EVENT_OBJECT_LIMIT); in CreateInterface()
1251 pw->CreateButton(pos, dim, 43, EVENT_OBJECT_PEN0); in CreateInterface()
1300 pw->CreateButton(pos, dim, 44, EVENT_OBJECT_REC); in CreateInterface()
1303 pw->CreateButton(pos, dim, 45, EVENT_OBJECT_STOP); in CreateInterface()
1340 pw->CreateButton(pos, ddim, 19, EVENT_OBJECT_HELP); in CreateInterface()
[all …]
/dports/games/colobot/colobot-colobot-gold-0.2.0-alpha/src/ui/screen/
H A Dscreen_main_menu.cpp99 pb = pw->CreateButton(pos, ddim, -1, EVENT_INTERFACE_MISSION); in CreateInterface()
104 pb = pw->CreateButton(pos, ddim, -1, EVENT_INTERFACE_PLUS); in CreateInterface()
111 pb = pw->CreateButton(pos, ddim, -1, EVENT_INTERFACE_FREE); in CreateInterface()
115 pb = pw->CreateButton(pos, ddim, -1, EVENT_INTERFACE_TRAINER); in CreateInterface()
119 pb = pw->CreateButton(pos, ddim, -1, EVENT_INTERFACE_DEFI); in CreateInterface()
127 pb = pw->CreateButton(pos, ddim, -1, EVENT_INTERFACE_USER); in CreateInterface()
149 pb = pw->CreateButton(pos, ddim, -1, EVENT_INTERFACE_NAME); in CreateInterface()
154 pb = pw->CreateButton(pos, ddim, -1, EVENT_INTERFACE_SETUP); in CreateInterface()
159 pb = pw->CreateButton(pos, ddim, -1, EVENT_INTERFACE_QUIT); in CreateInterface()
178 pb = pw->CreateButton(pos, ddim, 128+60, EVENT_INTERFACE_SATCOM); in CreateInterface()
[all …]
H A Dscreen_setup.cpp90 pb = pw->CreateButton(pos, ddim, -1, EVENT_INTERFACE_SETUPd); in CreateInterface()
96 pb = pw->CreateButton(pos, ddim, -1, EVENT_INTERFACE_SETUPg); in CreateInterface()
102 pb = pw->CreateButton(pos, ddim, -1, EVENT_INTERFACE_SETUPp); in CreateInterface()
108 pb = pw->CreateButton(pos, ddim, -1, EVENT_INTERFACE_SETUPc); in CreateInterface()
114 pb = pw->CreateButton(pos, ddim, -1, EVENT_INTERFACE_SETUPs); in CreateInterface()
134 pb = pw->CreateButton(pos, ddim, -1, EVENT_INTERFACE_BACK); in CreateInterface()
/dports/games/colobot/colobot-colobot-gold-0.2.0-alpha/src/object/auto/
H A Dautofactory.cpp743 pw->CreateButton(pos, dim, 128+9, EVENT_OBJECT_FACTORYwa); in CreateInterface()
745 pw->CreateButton(pos, dim, 128+10, EVENT_OBJECT_FACTORYta); in CreateInterface()
747 pw->CreateButton(pos, dim, 128+11, EVENT_OBJECT_FACTORYfa); in CreateInterface()
749 pw->CreateButton(pos, dim, 128+22, EVENT_OBJECT_FACTORYia); in CreateInterface()
753 pw->CreateButton(pos, dim, 128+12, EVENT_OBJECT_FACTORYws); in CreateInterface()
755 pw->CreateButton(pos, dim, 128+13, EVENT_OBJECT_FACTORYts); in CreateInterface()
757 pw->CreateButton(pos, dim, 128+14, EVENT_OBJECT_FACTORYfs); in CreateInterface()
783 pw->CreateButton(pos, dim, 192+0, EVENT_OBJECT_FACTORYwb); in CreateInterface()
785 pw->CreateButton(pos, dim, 192+1, EVENT_OBJECT_FACTORYtb); in CreateInterface()
787 pw->CreateButton(pos, dim, 192+2, EVENT_OBJECT_FACTORYfb); in CreateInterface()
[all …]
/dports/audio/denemo/denemo-2.0.6/actions/menus/MainMenu/Educational/MIDI/
H A DFiguredBassExercises.scm21 (CreateButton "Help" "<span font_desc=\"22\">Help</span>")
23 (CreateButton "Start" "<span font_desc=\"22\">Start/Stop</span>")
26 (CreateButton "Next" "<span font_desc=\"22\">Next Exercise</span>")
28 (CreateButton "Prev" "<span font_desc=\"22\">Previous Exercise</span>")
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Web/System.Web.UI.WebControls/
H A DCommandField.cs282 …cell.Controls.Add (CreateButton (UpdateText, UpdateImageUrl, DataControlCommands.UpdateCommandName… in InitializeCell()
285 …cell.Controls.Add (CreateButton (CancelText, CancelImageUrl, DataControlCommands.CancelCommandName… in InitializeCell()
290 …cell.Controls.Add (CreateButton (InsertText, InsertImageUrl, DataControlCommands.InsertCommandName… in InitializeCell()
293 …cell.Controls.Add (CreateButton (CancelText, CancelImageUrl, DataControlCommands.CancelCommandName… in InitializeCell()
299 …cell.Controls.Add (CreateButton (EditText, EditImageUrl, DataControlCommands.EditCommandName, inde… in InitializeCell()
303 …cell.Controls.Add (CreateButton (DeleteText, DeleteImageUrl, DataControlCommands.DeleteCommandName… in InitializeCell()
307 …cell.Controls.Add (CreateButton (NewText, NewImageUrl, DataControlCommands.NewCommandName, index)); in InitializeCell()
311 …cell.Controls.Add (CreateButton (SelectText, SelectImageUrl, DataControlCommands.SelectCommandName… in InitializeCell()
318 Control CreateButton (string text, string image, string command, string arg) in CreateButton() method in System.Web.UI.WebControls.CommandField
320 …IDataControlButton c = DataControlButton.CreateButton (ButtonType, Control, text, image, command, … in CreateButton()
H A DEditCommandColumn.cs111 cell.Controls.Add(CreateButton(ButtonType, EditText, "Edit", false)); in InitializeCell()
116 cell.Controls.Add (CreateButton (ButtonType, UpdateText, "Update", CausesValidation)); in InitializeCell()
118 cell.Controls.Add(CreateButton(ButtonType, CancelText, "Cancel", false)); in InitializeCell()
126 Control CreateButton(ButtonColumnType type, string text, string command, bool valid) in CreateButton() method in System.Web.UI.WebControls.EditCommandColumn
/dports/astro/kstars/kstars-3.5.6/kstars/tools/
H A Dskycalendar.cpp71 plotButtonText = scUI->CreateButton->text(); in SkyCalendar()
72 connect(scUI->CreateButton, &QPushButton::clicked, [this]() in SkyCalendar()
74 scUI->CreateButton->setText(i18n("Please Wait") + "..."); in SkyCalendar()
88 scUI->CreateButton->setEnabled(false); in slotFillCalendar()
108 scUI->CreateButton->setText(i18n("Plot Planetary Almanac")); in slotFillCalendar()
109 scUI->CreateButton->setEnabled(true); in slotFillCalendar()
135 scUI->CreateButton->setText(i18n("Please Wait") + ". ");
136 scUI->CreateButton->repaint();
139 scUI->CreateButton->repaint();
142 scUI->CreateButton->repaint();
[all …]
/dports/games/gemrb/gemrb-0.9.0/gemrb/GUIScripts/iwd/
H A DPartyFormation.py106 CreateButton = CreateCharWindow.GetControl (0)
107 CreateButton.SetEvent (IE_GUI_BUTTON_ON_PRESS, CreateCharCreatePress)
108 CreateButton.SetStatus (IE_GUI_BUTTON_ENABLED)
109 CreateButton.SetText (13954)
110 CreateButton.MakeDefault()
/dports/graphics/urho3d/Urho3D-1.7.1/bin/Data/LuaScripts/
H A D16_Chat.lua58 sendButton = CreateButton("Send", 70)
59 connectButton = CreateButton("Connect", 90)
60 disconnectButton = CreateButton("Disconnect", 100)
61 startServerButton = CreateButton("Start Server", 110)
92 function CreateButton(text, width) function
/dports/audio/denemo/denemo-2.0.6/actions/menus/MainMenu/Educational/AuralTraining/Identify-Scale-Note/
H A Dinit.scm127 …(CreateButton (string-append "IdentifyScaleNote::" note) (string-append " <span font_desc=\"22\" …
144 (CreateButton "IdentifyScaleNote::GameScore" "<span font_desc=\"22\">Click to start</span>")
147 (CreateButton "IdentifyScaleNote::GameHelp" "<b>Help</b>")
152 (CreateButton "IdentifyScaleNote::replay" "<span font_desc=\"22\">Re-Play</span>")
155 (CreateButton "IdentifyScaleNote::play_scale" "<span font_desc=\"22\">Play Scale</span>")

12345678910>>...15