Home
last modified time | relevance | path

Searched refs:ButtonCancel (Results 1 – 25 of 92) sorted by relevance

1234

/dports/comms/openzwave/open-zwave-f339aa6/dotnet/examples/OZWForm/src/
H A DControllerCommandDlg.Designer.cs31 this.ButtonCancel = new System.Windows.Forms.Button(); in InitializeComponent()
37 this.ButtonCancel.Location = new System.Drawing.Point(83, 109); in InitializeComponent()
38 this.ButtonCancel.Name = "ButtonCancel"; in InitializeComponent()
39 this.ButtonCancel.Size = new System.Drawing.Size(75, 23); in InitializeComponent()
40 this.ButtonCancel.TabIndex = 0; in InitializeComponent()
41 this.ButtonCancel.Text = "Cancel"; in InitializeComponent()
42 this.ButtonCancel.UseVisualStyleBackColor = true; in InitializeComponent()
43 this.ButtonCancel.Click += new System.EventHandler(this.ButtonCancel_Click); in InitializeComponent()
60 this.Controls.Add(this.ButtonCancel); in InitializeComponent()
72 private System.Windows.Forms.Button ButtonCancel; field in OZWForm.ControllerCommandDlg
H A DConfigurationWakeUpDlg.Designer.cs31 this.ButtonCancel = new System.Windows.Forms.Button(); in InitializeComponent()
37 this.ButtonCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel; in InitializeComponent()
38 this.ButtonCancel.Location = new System.Drawing.Point(83, 109); in InitializeComponent()
39 this.ButtonCancel.Name = "ButtonCancel"; in InitializeComponent()
40 this.ButtonCancel.Size = new System.Drawing.Size(75, 23); in InitializeComponent()
41 this.ButtonCancel.TabIndex = 0; in InitializeComponent()
42 this.ButtonCancel.Text = "Cancel"; in InitializeComponent()
43 this.ButtonCancel.UseVisualStyleBackColor = true; in InitializeComponent()
60 this.Controls.Add(this.ButtonCancel); in InitializeComponent()
75 private System.Windows.Forms.Button ButtonCancel; field in OZWForm.ConfigurationWakeUpDlg
H A DControllerCommandDlg.cs151 this.ButtonCancel.Enabled = false; in ControllerCommandDlg()
163 this.ButtonCancel.Enabled = false; in ControllerCommandDlg()
176 this.ButtonCancel.Enabled = false; in ControllerCommandDlg()
188 this.ButtonCancel.Enabled = false; in ControllerCommandDlg()
344 m_dlg.ButtonCancel.Text = text; in SetButtonText()
360 m_dlg.ButtonCancel.Enabled = enabled; in SetButtonEnabled()
371 if (ButtonCancel.Text != "OK") in ButtonCancel_Click()
/dports/science/gabedit/GabeditSrc251_300720/src/Common/
H A DStatus.c28 static GtkWidget *ButtonCancel = NULL; variable
40 gtk_widget_show(ButtonCancel); in show_progress_connection()
42 gtk_widget_hide(ButtonCancel); in show_progress_connection()
102 ButtonCancel = button; in create_progress_bar()
/dports/editors/cudatext/CudaText-1.151.0/app/
H A Dform_menu_list.pas32 ButtonCancel: TATButton;
79 ButtonCancel.Width:= ButtonCancel.Height;
H A Dform_menu_py.pas35 ButtonCancel: TATButton;
103 ButtonCancel.Width:= ButtonCancel.Height;
H A Dform_menu_list.lfm43 object ButtonCancel: TATButton
H A Dform_menu_commands.pas39 ButtonCancel: TATButton;
134 ButtonCancel.Width:= ButtonCancel.Height;
H A Dform_menu_py.lfm76 object ButtonCancel: TATButton
H A Dform_menu_commands.lfm77 object ButtonCancel: TATButton
/dports/devel/upp/upp/bazaar/CtrlLibBoostPy/
H A DButton.cpp42 void ButtonCancel(Button& c) { c.Cancel(); } in ButtonCancel() function
63 .def("ok", &ButtonCancel) in export_Button()
/dports/astro/nightfall/nightfall-1.92/
H A DLightGLPrefs.c53 GtkWidget *ButtonCancel, *ButtonOk, *ButtonApply; variable
934 ButtonCancel = gtk_button_new_with_label (_("Cancel") ); in GLPrefs()
935 gtk_signal_connect (GTK_OBJECT (ButtonCancel), "clicked", in GLPrefs()
938 gtk_box_pack_start (GTK_BOX (glButtonHBox), ButtonCancel, TRUE, TRUE, 0); in GLPrefs()
939 (GTK_WIDGET_FLAGS (ButtonCancel) |= (GTK_CAN_DEFAULT)); in GLPrefs()
940 gtk_widget_grab_default (ButtonCancel); in GLPrefs()
941 gtk_widget_show (ButtonCancel); in GLPrefs()
H A DLightGLPrefs.h50 extern GtkWidget *ButtonCancel; /* Cancel button */
/dports/games/pentobi/pentobi-19.1/pentobi/qml/
H A DDialogButtonBoxOkCancel.qml8 ButtonCancel { }
H A DButtonCancel.qml2 /** @file pentobi/qml/ButtonCancel.qml
H A DGotoMoveDialog.qml20 ButtonCancel { }
H A DExportImageDialog.qml20 ButtonCancel { }
H A DNewFolderDialog.qml40 ButtonCancel { }
/dports/graphics/cfdg/cfdg-3.3_1/src-net/FileDlgExtenders/
H A DHelperTypes.cs160 case (int)ControlsId.ButtonCancel://Cancel in WndProc()
352 case ControlsId.ButtonCancel: in FileDialogEnumWindowCallBack()
534 case (int)ControlsId.ButtonCancel://Cancel in WndProc()
575 ButtonCancel = 0x2, enumerator
/dports/games/wyrmgus/Wyrmgus-3.5.4/src/ui/
H A Dbutton_action.cpp341 } else if (button_action == ButtonCancel) { in GetButtonActionNameById()
415 return ButtonCancel; in GetButtonActionIdByName()
/dports/games/wyrmgus/Wyrmgus-3.5.4/src/include/ui/
H A Dbutton_action.h87 ButtonCancel, /// cancel enumerator
/dports/games/pentobi/pentobi-19.1/pentobi/
H A Dresources.qrc10 <file>qml/ButtonCancel.qml</file>
/dports/cad/sweethome3d/SweetHome3D-6.6.4-src/install/windows/
H A DBulgarian.isl85 ButtonCancel=�����
/dports/multimedia/dvdstyler/DVDStyler-3.1/installer/Languages/
H A DBulgarian.isl85 ButtonCancel=�����
/dports/astro/stellarium/stellarium-0.21.3/util/ISL/
H A DBulgarian.isl85 ButtonCancel=�����

1234