Done
This commit is contained in:
parent
2419848c25
commit
821102b9ed
@ -115,12 +115,12 @@
|
||||
this.comboBoxStrategy.FormattingEnabled = true;
|
||||
this.comboBoxStrategy.Items.AddRange(new object[] {
|
||||
"Двигаться в центер ",
|
||||
"Двигаться в правый нижний угол",
|
||||
"Двигаться к краю окна"});
|
||||
"Двигаться в правый нижний угол"});
|
||||
this.comboBoxStrategy.Location = new System.Drawing.Point(1244, 28);
|
||||
this.comboBoxStrategy.Name = "comboBoxStrategy";
|
||||
this.comboBoxStrategy.Size = new System.Drawing.Size(170, 23);
|
||||
this.comboBoxStrategy.TabIndex = 6;
|
||||
this.comboBoxStrategy.SelectedIndexChanged += new System.EventHandler(this.comboBoxStrategy_SelectedIndexChanged);
|
||||
//
|
||||
// CreateAntiAirCraftGun
|
||||
//
|
||||
|
@ -121,5 +121,10 @@ namespace AntiAircraftGun
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
private void comboBoxStrategy_SelectedIndexChanged(object sender, EventArgs e)
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user