Trans Edits
This commit is contained in:
parent
c4964860d2
commit
165b437b18
@ -254,7 +254,7 @@ namespace EduNetworkBuilder
|
|||||||
|
|
||||||
Label lblText = new Label();
|
Label lblText = new Label();
|
||||||
lblText.Location = new Point(5, 5);
|
lblText.Location = new Point(5, 5);
|
||||||
lblText.Text = "DC_UpdateFormChoose:";
|
lblText.Text = NB.Translate("DC_UpdateFormChoose:");
|
||||||
|
|
||||||
ComboBox cbQuestions = new ComboBox();
|
ComboBox cbQuestions = new ComboBox();
|
||||||
cbQuestions.Location = new Point(lblText.Location.X + lblText.Width + 5, lblText.Location.Y);
|
cbQuestions.Location = new Point(lblText.Location.X + lblText.Width + 5, lblText.Location.Y);
|
||||||
@ -271,7 +271,7 @@ namespace EduNetworkBuilder
|
|||||||
|
|
||||||
Button btnAccept = new Button();
|
Button btnAccept = new Button();
|
||||||
btnAccept.Location = new Point(cbQuestions.Location.X, cbQuestions.Location.Y + cbQuestions.Height + 10);
|
btnAccept.Location = new Point(cbQuestions.Location.X, cbQuestions.Location.Y + cbQuestions.Height + 10);
|
||||||
btnAccept.Text = "DC_UpdateForm+";
|
btnAccept.Text = NB.Translate("DC_UpdateForm+");
|
||||||
btnAccept.Click += (s, g) => { Button b = (Button)s; Form f = (Form)b.Parent; f.Close(); };
|
btnAccept.Click += (s, g) => { Button b = (Button)s; Form f = (Form)b.Parent; f.Close(); };
|
||||||
|
|
||||||
QuestionForm.Controls.Add(lblText);
|
QuestionForm.Controls.Add(lblText);
|
||||||
|
Loading…
Reference in New Issue
Block a user