Ejemplo n.º 1
0
 private void buttonNext_MouseEnter(object sender, EventArgs e)
 {
     isOnControl      = true;
     textBoxHint.Text = Lang.GetHint("CrossNextButton");
     ShowHint();
 }
Ejemplo n.º 2
0
 private void linkLabel3_LinkClicked(object sender, LinkLabelLinkClickedEventArgs e)
 {
     MessageBox.Show(Lang.GetHint("MixedHeightDesc"), "Help", MessageBoxButtons.OK, MessageBoxIcon.Information);
 }
Ejemplo n.º 3
0
 private void checkBox1_MouseEnter(object sender, EventArgs e)
 {
     isOnControl      = true;
     textBoxHint.Text = Lang.GetHint("TopMost");
     ShowHint();
 }
Ejemplo n.º 4
0
 private void label3_MouseEnter(object sender, EventArgs e)
 {
     isOnControl      = true;
     textBoxHint.Text = Lang.GetHint("CrossMaxHeight");
     ShowHint();
 }
Ejemplo n.º 5
0
 private void label4_MouseEnter(object sender, EventArgs e)
 {
     isOnControl      = true;
     textBoxHint.Text = Lang.GetHint("ProgressTimer");
     ShowHint();
 }
Ejemplo n.º 6
0
 private void textBox1_MouseEnter(object sender, EventArgs e)
 {
     isOnControl      = true;
     textBoxHint.Text = Lang.GetHint("CrossCurTextBox");
     ShowHint();
 }
Ejemplo n.º 7
0
 private void SchematicButton_MouseEnter(object sender, EventArgs e)
 {
     isOnControl      = true;
     textBoxHint.Text = Lang.GetHint("SchemButton");
     ShowHint();
 }
Ejemplo n.º 8
0
 private void UsedMaterialsButton_MouseEnter(object sender, EventArgs e)
 {
     isOnControl      = true;
     textBoxHint.Text = Lang.GetHint("MatButton");
     ShowHint();
 }
Ejemplo n.º 9
0
 private void FinalImageButton_MouseEnter(object sender, EventArgs e)
 {
     isOnControl      = true;
     textBoxHint.Text = Lang.GetHint("ViewImgButton");
     ShowHint();
 }
Ejemplo n.º 10
0
 private void CreateButton_MouseEnter(object sender, EventArgs e)
 {
     isOnControl      = true;
     textBoxHint.Text = Lang.GetHint("GenerateButton");
     ShowHint();
 }
Ejemplo n.º 11
0
 private void radioButton3_MouseEnter(object sender, EventArgs e)
 {
     isOnControl      = true;
     textBoxHint.Text = Lang.GetHint("FullRadio");
     ShowHint();
 }