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