1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149
|
// ------------------------------------------------------------------------------
// <autogenerated>
// This code was generated by a tool.
// Mono Runtime Version: 2.0.50727.42
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </autogenerated>
// ------------------------------------------------------------------------------
namespace MonoDevelop.Database.Designer {
public partial class ViewEditorDialog {
private Gtk.VBox vboxContent;
private Gtk.HBox hboxName;
private Gtk.Label label7;
private Gtk.Entry entryName;
private Gtk.HBox hboxWarning;
private Gtk.Image imageWarning;
private Gtk.Label labelWarning;
private Gtk.Button buttonCancel;
private Gtk.Button buttonOk;
protected virtual void Build() {
Stetic.Gui.Initialize(this);
// Widget MonoDevelop.Database.Designer.ViewEditorDialog
this.Name = "MonoDevelop.Database.Designer.ViewEditorDialog";
this.WindowPosition = ((Gtk.WindowPosition)(4));
this.HasSeparator = false;
// Internal child MonoDevelop.Database.Designer.ViewEditorDialog.VBox
Gtk.VBox w1 = this.VBox;
w1.Name = "dialog1_VBox";
w1.BorderWidth = ((uint)(2));
// Container child dialog1_VBox.Gtk.Box+BoxChild
this.vboxContent = new Gtk.VBox();
this.vboxContent.Name = "vboxContent";
this.vboxContent.Spacing = 6;
this.vboxContent.BorderWidth = ((uint)(6));
// Container child vboxContent.Gtk.Box+BoxChild
this.hboxName = new Gtk.HBox();
this.hboxName.Name = "hboxName";
this.hboxName.Spacing = 6;
// Container child hboxName.Gtk.Box+BoxChild
this.label7 = new Gtk.Label();
this.label7.Name = "label7";
this.label7.Xalign = 0F;
this.label7.LabelProp = AddinCatalog.GetString("Name");
this.hboxName.Add(this.label7);
Gtk.Box.BoxChild w2 = ((Gtk.Box.BoxChild)(this.hboxName[this.label7]));
w2.Position = 0;
w2.Expand = false;
w2.Fill = false;
// Container child hboxName.Gtk.Box+BoxChild
this.entryName = new Gtk.Entry();
this.entryName.CanFocus = true;
this.entryName.Name = "entryName";
this.entryName.IsEditable = true;
this.entryName.InvisibleChar = '●';
this.hboxName.Add(this.entryName);
Gtk.Box.BoxChild w3 = ((Gtk.Box.BoxChild)(this.hboxName[this.entryName]));
w3.Position = 1;
this.vboxContent.Add(this.hboxName);
Gtk.Box.BoxChild w4 = ((Gtk.Box.BoxChild)(this.vboxContent[this.hboxName]));
w4.Position = 0;
w4.Expand = false;
w4.Fill = false;
// Container child vboxContent.Gtk.Box+BoxChild
this.hboxWarning = new Gtk.HBox();
this.hboxWarning.Name = "hboxWarning";
this.hboxWarning.Spacing = 6;
// Container child hboxWarning.Gtk.Box+BoxChild
this.imageWarning = new Gtk.Image();
this.imageWarning.Name = "imageWarning";
this.imageWarning.Pixbuf = Stetic.IconLoader.LoadIcon(this, "gtk-dialog-warning", Gtk.IconSize.Menu, 16);
this.hboxWarning.Add(this.imageWarning);
Gtk.Box.BoxChild w5 = ((Gtk.Box.BoxChild)(this.hboxWarning[this.imageWarning]));
w5.Position = 0;
w5.Expand = false;
w5.Fill = false;
// Container child hboxWarning.Gtk.Box+BoxChild
this.labelWarning = new Gtk.Label();
this.labelWarning.Name = "labelWarning";
this.labelWarning.Xalign = 0F;
this.labelWarning.LabelProp = "";
this.hboxWarning.Add(this.labelWarning);
Gtk.Box.BoxChild w6 = ((Gtk.Box.BoxChild)(this.hboxWarning[this.labelWarning]));
w6.Position = 1;
this.vboxContent.Add(this.hboxWarning);
Gtk.Box.BoxChild w7 = ((Gtk.Box.BoxChild)(this.vboxContent[this.hboxWarning]));
w7.Position = 2;
w7.Expand = false;
w7.Fill = false;
w1.Add(this.vboxContent);
Gtk.Box.BoxChild w8 = ((Gtk.Box.BoxChild)(w1[this.vboxContent]));
w8.Position = 0;
// Internal child MonoDevelop.Database.Designer.ViewEditorDialog.ActionArea
Gtk.HButtonBox w9 = this.ActionArea;
w9.Name = "dialog1_ActionArea";
w9.Spacing = 6;
w9.BorderWidth = ((uint)(5));
w9.LayoutStyle = ((Gtk.ButtonBoxStyle)(4));
// Container child dialog1_ActionArea.Gtk.ButtonBox+ButtonBoxChild
this.buttonCancel = new Gtk.Button();
this.buttonCancel.CanDefault = true;
this.buttonCancel.CanFocus = true;
this.buttonCancel.Name = "buttonCancel";
this.buttonCancel.UseStock = true;
this.buttonCancel.UseUnderline = true;
this.buttonCancel.Label = "gtk-cancel";
this.AddActionWidget(this.buttonCancel, -6);
Gtk.ButtonBox.ButtonBoxChild w10 = ((Gtk.ButtonBox.ButtonBoxChild)(w9[this.buttonCancel]));
w10.Expand = false;
w10.Fill = false;
// Container child dialog1_ActionArea.Gtk.ButtonBox+ButtonBoxChild
this.buttonOk = new Gtk.Button();
this.buttonOk.Sensitive = false;
this.buttonOk.CanDefault = true;
this.buttonOk.CanFocus = true;
this.buttonOk.Name = "buttonOk";
this.buttonOk.UseStock = true;
this.buttonOk.UseUnderline = true;
this.buttonOk.Label = "gtk-ok";
this.AddActionWidget(this.buttonOk, -5);
Gtk.ButtonBox.ButtonBoxChild w11 = ((Gtk.ButtonBox.ButtonBoxChild)(w9[this.buttonOk]));
w11.Position = 1;
w11.Expand = false;
w11.Fill = false;
if ((this.Child != null)) {
this.Child.ShowAll();
}
this.DefaultWidth = 640;
this.DefaultHeight = 480;
this.Show();
this.entryName.Changed += new System.EventHandler(this.NameChanged);
this.buttonCancel.Clicked += new System.EventHandler(this.CancelClicked);
this.buttonOk.Clicked += new System.EventHandler(this.OkClicked);
}
}
}
|