Simple form representing a dialog window asking the user for name for the query to be saved. Once shown, it forbids the user to change the focus to it's parrent.
More...
|
override void | Dispose (bool disposing) |
| Clean up any resources being used. More...
|
|
|
void | btn_save_Click (object sender, EventArgs e) |
| Handler, that is executed whenever user clicks on Save button in the Dialog window. More...
|
|
void | btn_cancel_Click (object sender, EventArgs e) |
| Handler, that is executed whenever user clicks on Save button in the Dialog window. More...
|
|
void | InitializeComponent () |
| Required method for Designer support - do not modify the contents of this method with the code editor. More...
|
|
Simple form representing a dialog window asking the user for name for the query to be saved. Once shown, it forbids the user to change the focus to it's parrent.
SSQLE.SaveQueryDialog.SaveQueryDialog |
( |
Editor |
editor | ) |
|
Constructs new instance of the dialog that is not shown yet.
- Parameters
-
void SSQLE.SaveQueryDialog.btn_cancel_Click |
( |
object |
sender, |
|
|
EventArgs |
e |
|
) |
| |
|
private |
Handler, that is executed whenever user clicks on Save button in the Dialog window.
- Parameters
-
sender | Button , that was clicked on. |
e | Event arguments. |
void SSQLE.SaveQueryDialog.btn_save_Click |
( |
object |
sender, |
|
|
EventArgs |
e |
|
) |
| |
|
private |
Handler, that is executed whenever user clicks on Save button in the Dialog window.
- Parameters
-
sender | Button , that was clicked on. |
e | Event arguments. |
override void SSQLE.SaveQueryDialog.Dispose |
( |
bool |
disposing | ) |
|
|
protected |
Clean up any resources being used.
- Parameters
-
disposing | true if managed resources should be disposed; otherwise, false. |
void SSQLE.SaveQueryDialog.InitializeComponent |
( |
| ) |
|
|
private |
Required method for Designer support - do not modify the contents of this method with the code editor.
static bool SSQLE.SaveQueryDialog.ValidateTextBoxForName |
( |
TextBox |
nameTextBox | ) |
|
|
staticprivate |
System.Windows.Forms.Button SSQLE.SaveQueryDialog.btn_cancel |
|
private |
System.Windows.Forms.Button SSQLE.SaveQueryDialog.btn_save |
|
private |
System.ComponentModel.IContainer SSQLE.SaveQueryDialog.components = null |
|
private |
Required designer variable.
readonly Editor SSQLE.SaveQueryDialog.editor |
|
private |
System.Windows.Forms.Label SSQLE.SaveQueryDialog.lbl_description |
|
private |
System.Windows.Forms.TextBox SSQLE.SaveQueryDialog.name |
|
private |
The documentation for this class was generated from the following files: