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(); }
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(); }
private void SchematicButton_MouseEnter(object sender, EventArgs e) { isOnControl = true; textBoxHint.Text = Lang.GetHint("SchemButton"); ShowHint(); }
private void UsedMaterialsButton_MouseEnter(object sender, EventArgs e) { isOnControl = true; textBoxHint.Text = Lang.GetHint("MatButton"); ShowHint(); }
private void FinalImageButton_MouseEnter(object sender, EventArgs e) { isOnControl = true; textBoxHint.Text = Lang.GetHint("ViewImgButton"); ShowHint(); }
private void CreateButton_MouseEnter(object sender, EventArgs e) { isOnControl = true; textBoxHint.Text = Lang.GetHint("GenerateButton"); ShowHint(); }
private void radioButton3_MouseEnter(object sender, EventArgs e) { isOnControl = true; textBoxHint.Text = Lang.GetHint("FullRadio"); ShowHint(); }