mirror of
https://git.do.srb2.org/STJr/UltimateZoneBuilder.git
synced 2025-06-04 19:01:18 +00:00
Script Editor: added "Find and Replace" toolbar button.
This commit is contained in:
parent
9a50b38f78
commit
a851036818
10 changed files with 331 additions and 300 deletions
|
@ -40,9 +40,9 @@ namespace CodeImp.DoomBuilder.Controls
|
|||
| System.Windows.Forms.AnchorStyles.Right)));
|
||||
this.functionbar.FormattingEnabled = true;
|
||||
this.functionbar.Items.AddRange(new object[] {
|
||||
"Function1",
|
||||
"Function2",
|
||||
"Function3"});
|
||||
"Function1",
|
||||
"Function2",
|
||||
"Function3"});
|
||||
this.functionbar.Location = new System.Drawing.Point(0, 0);
|
||||
this.functionbar.Name = "functionbar";
|
||||
this.functionbar.Size = new System.Drawing.Size(474, 21);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue