Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'main/src/core/MonoDevelop.Ide/Gui/MonoDevelop.Ide.Execution.CustomExecutionModeWidget.cs')
-rw-r--r--main/src/core/MonoDevelop.Ide/Gui/MonoDevelop.Ide.Execution.CustomExecutionModeWidget.cs101
1 files changed, 101 insertions, 0 deletions
diff --git a/main/src/core/MonoDevelop.Ide/Gui/MonoDevelop.Ide.Execution.CustomExecutionModeWidget.cs b/main/src/core/MonoDevelop.Ide/Gui/MonoDevelop.Ide.Execution.CustomExecutionModeWidget.cs
new file mode 100644
index 0000000000..7dd704c1a4
--- /dev/null
+++ b/main/src/core/MonoDevelop.Ide/Gui/MonoDevelop.Ide.Execution.CustomExecutionModeWidget.cs
@@ -0,0 +1,101 @@
+// This file has been generated by the GUI designer. Do not modify.
+namespace MonoDevelop.Ide.Execution
+{
+ internal partial class CustomExecutionModeWidget
+ {
+ private global::Gtk.VBox vbox2;
+ private global::Gtk.Table table1;
+ private global::Gtk.Entry entryArgs;
+ private global::MonoDevelop.Components.FolderEntry folderEntry;
+ private global::Gtk.Label label2;
+ private global::Gtk.Label label4;
+ private global::Gtk.Label label3;
+ private global::MonoDevelop.Ide.Gui.Components.EnvVarList envVarList;
+
+ protected virtual void Build ()
+ {
+ MonoDevelop.Components.Gui.Initialize (this);
+ // Widget MonoDevelop.Ide.Execution.CustomExecutionModeWidget
+ MonoDevelop.Components.BinContainer.Attach (this);
+ this.Name = "MonoDevelop.Ide.Execution.CustomExecutionModeWidget";
+ // Container child MonoDevelop.Ide.Execution.CustomExecutionModeWidget.Gtk.Container+ContainerChild
+ this.vbox2 = new global::Gtk.VBox ();
+ this.vbox2.Name = "vbox2";
+ this.vbox2.Spacing = 9;
+ this.vbox2.BorderWidth = ((uint)(6));
+ // Container child vbox2.Gtk.Box+BoxChild
+ this.table1 = new global::Gtk.Table (((uint)(2)), ((uint)(2)), false);
+ this.table1.Name = "table1";
+ this.table1.RowSpacing = ((uint)(6));
+ this.table1.ColumnSpacing = ((uint)(6));
+ // Container child table1.Gtk.Table+TableChild
+ this.entryArgs = new global::Gtk.Entry ();
+ this.entryArgs.CanFocus = true;
+ this.entryArgs.Name = "entryArgs";
+ this.entryArgs.IsEditable = true;
+ this.entryArgs.InvisibleChar = '●';
+ this.table1.Add (this.entryArgs);
+ global::Gtk.Table.TableChild w1 = ((global::Gtk.Table.TableChild)(this.table1 [this.entryArgs]));
+ w1.LeftAttach = ((uint)(1));
+ w1.RightAttach = ((uint)(2));
+ w1.YOptions = ((global::Gtk.AttachOptions)(4));
+ // Container child table1.Gtk.Table+TableChild
+ this.folderEntry = new global::MonoDevelop.Components.FolderEntry ();
+ this.folderEntry.Name = "folderEntry";
+ this.table1.Add (this.folderEntry);
+ global::Gtk.Table.TableChild w2 = ((global::Gtk.Table.TableChild)(this.table1 [this.folderEntry]));
+ w2.TopAttach = ((uint)(1));
+ w2.BottomAttach = ((uint)(2));
+ w2.LeftAttach = ((uint)(1));
+ w2.RightAttach = ((uint)(2));
+ w2.YOptions = ((global::Gtk.AttachOptions)(4));
+ // Container child table1.Gtk.Table+TableChild
+ this.label2 = new global::Gtk.Label ();
+ this.label2.Name = "label2";
+ this.label2.Xalign = 0F;
+ this.label2.LabelProp = global::Mono.Unix.Catalog.GetString ("Working Directory:");
+ this.table1.Add (this.label2);
+ global::Gtk.Table.TableChild w3 = ((global::Gtk.Table.TableChild)(this.table1 [this.label2]));
+ w3.TopAttach = ((uint)(1));
+ w3.BottomAttach = ((uint)(2));
+ w3.XOptions = ((global::Gtk.AttachOptions)(4));
+ w3.YOptions = ((global::Gtk.AttachOptions)(4));
+ // Container child table1.Gtk.Table+TableChild
+ this.label4 = new global::Gtk.Label ();
+ this.label4.Name = "label4";
+ this.label4.Xalign = 0F;
+ this.label4.LabelProp = global::Mono.Unix.Catalog.GetString ("Arguments:");
+ this.table1.Add (this.label4);
+ global::Gtk.Table.TableChild w4 = ((global::Gtk.Table.TableChild)(this.table1 [this.label4]));
+ w4.XOptions = ((global::Gtk.AttachOptions)(4));
+ w4.YOptions = ((global::Gtk.AttachOptions)(4));
+ this.vbox2.Add (this.table1);
+ global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.table1]));
+ w5.Position = 0;
+ w5.Expand = false;
+ w5.Fill = false;
+ // Container child vbox2.Gtk.Box+BoxChild
+ this.label3 = new global::Gtk.Label ();
+ this.label3.Name = "label3";
+ this.label3.Xalign = 0F;
+ this.label3.LabelProp = global::Mono.Unix.Catalog.GetString ("Environment Variables:");
+ this.vbox2.Add (this.label3);
+ global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.label3]));
+ w6.Position = 1;
+ w6.Expand = false;
+ w6.Fill = false;
+ // Container child vbox2.Gtk.Box+BoxChild
+ this.envVarList = new global::MonoDevelop.Ide.Gui.Components.EnvVarList ();
+ this.envVarList.CanFocus = true;
+ this.envVarList.Name = "envVarList";
+ this.vbox2.Add (this.envVarList);
+ global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.envVarList]));
+ w7.Position = 2;
+ this.Add (this.vbox2);
+ if ((this.Child != null)) {
+ this.Child.ShowAll ();
+ }
+ this.Hide ();
+ }
+ }
+}