コード例 #1
0
 private void buttonNext_MouseEnter(object sender, EventArgs e)
 {
     isOnControl      = true;
     textBoxHint.Text = Lang.GetHint("CrossNextButton");
     ShowHint();
 }
コード例 #2
0
 private void linkLabel3_LinkClicked(object sender, LinkLabelLinkClickedEventArgs e)
 {
     MessageBox.Show(Lang.GetHint("MixedHeightDesc"), "Help", MessageBoxButtons.OK, MessageBoxIcon.Information);
 }
コード例 #3
0
 private void checkBox1_MouseEnter(object sender, EventArgs e)
 {
     isOnControl      = true;
     textBoxHint.Text = Lang.GetHint("TopMost");
     ShowHint();
 }
コード例 #4
0
 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();
 }
コード例 #6
0
 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();
 }