protected virtual void Build ()
		{
			global::Stetic.Gui.Initialize (this);
			// Widget MonoDevelop.Ide.Projects.OptionPanels.BaseDirectoryPanelWidget
			global::Stetic.BinContainer.Attach (this);
			this.Name = "MonoDevelop.Ide.Projects.OptionPanels.BaseDirectoryPanelWidget";
			// Container child MonoDevelop.Ide.Projects.OptionPanels.BaseDirectoryPanelWidget.Gtk.Container+ContainerChild
			this.vbox2 = new global::Gtk.VBox ();
			this.vbox2.Name = "vbox2";
			this.vbox2.Spacing = 6;
			// Container child vbox2.Gtk.Box+BoxChild
			this.label1 = new global::Gtk.Label ();
			this.label1.Name = "label1";
			this.label1.Xalign = 0F;
			this.label1.LabelProp = global::Mono.Unix.Catalog.GetString ("<b>Location of Files</b>");
			this.label1.UseMarkup = true;
			this.vbox2.Add (this.label1);
			global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.label1]));
			w1.Position = 0;
			w1.Expand = false;
			w1.Fill = false;
			// Container child vbox2.Gtk.Box+BoxChild
			this.hbox1 = new global::Gtk.HBox ();
			this.hbox1.Name = "hbox1";
			this.hbox1.Spacing = 6;
			// Container child hbox1.Gtk.Box+BoxChild
			this.label2 = new global::Gtk.Label ();
			this.label2.WidthRequest = 12;
			this.label2.Name = "label2";
			this.hbox1.Add (this.label2);
			global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.label2]));
			w2.Position = 0;
			w2.Expand = false;
			w2.Fill = false;
			// Container child hbox1.Gtk.Box+BoxChild
			this.label3 = new global::Gtk.Label ();
			this.label3.Name = "label3";
			this.label3.LabelProp = global::Mono.Unix.Catalog.GetString ("Root directory:");
			this.hbox1.Add (this.label3);
			global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.label3]));
			w3.Position = 1;
			w3.Expand = false;
			w3.Fill = false;
			// Container child hbox1.Gtk.Box+BoxChild
			this.folderentry = new global::MonoDevelop.Components.FolderEntry ();
			this.folderentry.Name = "folderentry";
			this.hbox1.Add (this.folderentry);
			global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.folderentry]));
			w4.Position = 2;
			this.vbox2.Add (this.hbox1);
			global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.hbox1]));
			w5.Position = 1;
			w5.Expand = false;
			w5.Fill = false;
			this.Add (this.vbox2);
			if ((this.Child != null)) {
				this.Child.ShowAll ();
			}
			this.Hide ();
		}
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize (this);
     // Widget Windows.Controls.ListBox
     global::Stetic.BinContainer.Attach (this);
     this.Name = "Windows.Controls.ListBox";
     // Container child Windows.Controls.ListBox.Gtk.Container+ContainerChild
     this.vbox1 = new global::Gtk.VBox ();
     this.vbox1.Name = "vbox1";
     this.vbox1.Spacing = 6;
     // Container child vbox1.Gtk.Box+BoxChild
     this.hbox1 = new global::Gtk.HBox ();
     this.hbox1.Name = "hbox1";
     this.hbox1.Spacing = 6;
     // Container child hbox1.Gtk.Box+BoxChild
     this.comboboxentry = global::Gtk.ComboBoxEntry.NewText ();
     this.comboboxentry.Name = "comboboxentry";
     this.hbox1.Add (this.comboboxentry);
     global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.comboboxentry]));
     w1.Position = 0;
     // Container child hbox1.Gtk.Box+BoxChild
     this.btnAdd = new global::Gtk.Button ();
     this.btnAdd.CanDefault = true;
     this.btnAdd.CanFocus = true;
     this.btnAdd.Name = "btnAdd";
     this.btnAdd.Relief = ((global::Gtk.ReliefStyle)(2));
     global::Gtk.Image w2 = new global::Gtk.Image ();
     w2.Pixbuf = global::Stetic.IconLoader.LoadIcon (this, "gtk-add", global::Gtk.IconSize.Menu);
     this.btnAdd.Image = w2;
     this.hbox1.Add (this.btnAdd);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.btnAdd]));
     w3.Position = 1;
     w3.Expand = false;
     this.vbox1.Add (this.hbox1);
     global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.hbox1]));
     w4.Position = 0;
     w4.Expand = false;
     w4.Fill = false;
     // Container child vbox1.Gtk.Box+BoxChild
     this.GtkScrolledWindow = new global::Gtk.ScrolledWindow ();
     this.GtkScrolledWindow.Name = "GtkScrolledWindow";
     this.GtkScrolledWindow.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child GtkScrolledWindow.Gtk.Container+ContainerChild
     this.listbox = new global::Gtk.TreeView ();
     this.listbox.TooltipMarkup = "Press delete to remove symbols from portfolio.";
     this.listbox.CanFocus = true;
     this.listbox.Name = "listbox";
     this.GtkScrolledWindow.Add (this.listbox);
     this.vbox1.Add (this.GtkScrolledWindow);
     global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.GtkScrolledWindow]));
     w6.Position = 1;
     this.Add (this.vbox1);
     if ((this.Child != null)) {
         this.Child.ShowAll ();
     }
     this.Hide ();
     this.comboboxentry.Changed += new global::System.EventHandler (this.OnComboboxentryChanged);
     this.btnAdd.Clicked += new global::System.EventHandler (this.OnBtnAddClicked);
     this.listbox.KeyReleaseEvent += new global::Gtk.KeyReleaseEventHandler (this.OnListboxKeyReleaseEvent);
 }
Exemple #3
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize (this);
     // Widget MainWindow
     this.UIManager = new global::Gtk.UIManager ();
     global::Gtk.ActionGroup w1 = new global::Gtk.ActionGroup ("Default");
     this.UIManager.InsertActionGroup (w1, 0);
     this.AddAccelGroup (this.UIManager.AccelGroup);
     this.Name = "MainWindow";
     this.Title = global::Mono.Unix.Catalog.GetString ("MainWindow");
     this.WindowPosition = ((global::Gtk.WindowPosition)(4));
     // Container child MainWindow.Gtk.Container+ContainerChild
     this.vbox1 = new global::Gtk.VBox ();
     this.vbox1.Name = "vbox1";
     this.vbox1.Spacing = 6;
     // Container child vbox1.Gtk.Box+BoxChild
     this.UIManager.AddUiFromString ("<ui><toolbar name='toolbar1'/></ui>");
     this.toolbar1 = ((global::Gtk.Toolbar)(this.UIManager.GetWidget ("/toolbar1")));
     this.toolbar1.Name = "toolbar1";
     this.toolbar1.ShowArrow = false;
     this.vbox1.Add (this.toolbar1);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.toolbar1]));
     w2.Position = 0;
     w2.Expand = false;
     w2.Fill = false;
     // Container child vbox1.Gtk.Box+BoxChild
     this.hbox1 = new global::Gtk.HBox ();
     this.hbox1.Name = "hbox1";
     this.hbox1.Spacing = 6;
     // Container child hbox1.Gtk.Box+BoxChild
     this.label1 = new global::Gtk.Label ();
     this.label1.Name = "label1";
     this.label1.LabelProp = global::Mono.Unix.Catalog.GetString ("Categoría");
     this.hbox1.Add (this.label1);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.label1]));
     w3.Position = 0;
     w3.Expand = false;
     w3.Fill = false;
     // Container child hbox1.Gtk.Box+BoxChild
     this.comboBox = new global::Gtk.ComboBox ();
     this.comboBox.Name = "comboBox";
     this.hbox1.Add (this.comboBox);
     global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.comboBox]));
     w4.Position = 1;
     w4.Expand = false;
     w4.Fill = false;
     this.vbox1.Add (this.hbox1);
     global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.hbox1]));
     w5.Position = 1;
     w5.Expand = false;
     w5.Fill = false;
     this.Add (this.vbox1);
     if ((this.Child != null)) {
         this.Child.ShowAll ();
     }
     this.DefaultWidth = 400;
     this.DefaultHeight = 300;
     this.Show ();
     this.DeleteEvent += new global::Gtk.DeleteEventHandler (this.OnDeleteEvent);
 }
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize (this);
     // Widget LongoMatch.Gui.VideoWindow
     global::Stetic.BinContainer.Attach (this);
     this.Name = "LongoMatch.Gui.VideoWindow";
     // Container child LongoMatch.Gui.VideoWindow.Gtk.Container+ContainerChild
     this.totalbox = new global::Gtk.HBox ();
     this.totalbox.Name = "totalbox";
     // Container child totalbox.Gtk.Box+BoxChild
     this.videoeventbox = new global::Gtk.EventBox ();
     this.videoeventbox.Name = "videoeventbox";
     this.totalbox.Add (this.videoeventbox);
     global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.totalbox [this.videoeventbox]));
     w1.Position = 0;
     // Container child totalbox.Gtk.Box+BoxChild
     this.messageLabel = new global::Gtk.Label ();
     this.messageLabel.Name = "messageLabel";
     this.messageLabel.LabelProp = global::Mono.Unix.Catalog.GetString ("Out of scope");
     this.totalbox.Add (this.messageLabel);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.totalbox [this.messageLabel]));
     w2.Position = 1;
     this.Add (this.totalbox);
     if ((this.Child != null)) {
         this.Child.ShowAll ();
     }
     this.Hide ();
 }
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize (this);
     // Widget MainWindow
     this.Name = "MainWindow";
     this.Title = global::Mono.Unix.Catalog.GetString ("Remote Trackpad Server");
     this.WindowPosition = ((global::Gtk.WindowPosition)(4));
     // Container child MainWindow.Gtk.Container+ContainerChild
     this.hbox1 = new global::Gtk.HBox ();
     this.hbox1.Name = "hbox1";
     this.hbox1.Spacing = 6;
     // Container child hbox1.Gtk.Box+BoxChild
     this.GtkScrolledWindow = new global::Gtk.ScrolledWindow ();
     this.GtkScrolledWindow.Name = "GtkScrolledWindow";
     this.GtkScrolledWindow.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child GtkScrolledWindow.Gtk.Container+ContainerChild
     this.textview1 = new global::Gtk.TextView ();
     this.textview1.CanFocus = true;
     this.textview1.Name = "textview1";
     this.GtkScrolledWindow.Add (this.textview1);
     this.hbox1.Add (this.GtkScrolledWindow);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.GtkScrolledWindow]));
     w2.Position = 1;
     this.Add (this.hbox1);
     if ((this.Child != null)) {
         this.Child.ShowAll ();
     }
     this.DefaultWidth = 400;
     this.DefaultHeight = 300;
     this.Show ();
     this.DeleteEvent += new global::Gtk.DeleteEventHandler (this.OnDeleteEvent);
 }
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize (this);
     // Widget QSWidgetLib.LegalName
     global::Stetic.BinContainer.Attach (this);
     this.Name = "QSWidgetLib.LegalName";
     // Container child QSWidgetLib.LegalName.Gtk.Container+ContainerChild
     this.hbox1 = new global::Gtk.HBox ();
     this.hbox1.Name = "hbox1";
     this.hbox1.Spacing = 6;
     // Container child hbox1.Gtk.Box+BoxChild
     this.comboOwnership = global::Gtk.ComboBox.NewText ();
     this.comboOwnership.Name = "comboOwnership";
     this.hbox1.Add (this.comboOwnership);
     global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.comboOwnership]));
     w1.Position = 0;
     w1.Expand = false;
     w1.Fill = false;
     // Container child hbox1.Gtk.Box+BoxChild
     this.entryName = new global::Gtk.Entry ();
     this.entryName.CanFocus = true;
     this.entryName.Name = "entryName";
     this.entryName.IsEditable = true;
     this.entryName.InvisibleChar = '●';
     this.hbox1.Add (this.entryName);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.entryName]));
     w2.Position = 1;
     this.Add (this.hbox1);
     if ((this.Child != null)) {
         this.Child.ShowAll ();
     }
     this.Hide ();
     this.comboOwnership.Changed += new global::System.EventHandler (this.OnComboOwnershipChanged);
     this.entryName.Changed += new global::System.EventHandler (this.OnEntryNameChanged);
 }
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize (this);
     // Widget NicoMonoViewer.NicorepoWidgetItemSubComment
     global::Stetic.BinContainer.Attach (this);
     this.Name = "NicoMonoViewer.NicorepoWidgetItemSubComment";
     // Container child NicoMonoViewer.NicorepoWidgetItemSubComment.Gtk.Container+ContainerChild
     this.vboxSub = new global::Gtk.VBox ();
     this.vboxSub.Name = "vboxSub";
     this.vboxSub.Spacing = 6;
     // Container child vboxSub.Gtk.Box+BoxChild
     this.vboxItem = new global::Gtk.VBox ();
     this.vboxItem.Name = "vboxItem";
     this.vboxItem.Spacing = 6;
     this.vboxSub.Add (this.vboxItem);
     global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.vboxSub [this.vboxItem]));
     w1.Position = 0;
     // Container child vboxSub.Gtk.Box+BoxChild
     this.hboxPost = new global::Gtk.HBox ();
     this.hboxPost.Name = "hboxPost";
     this.hboxPost.Spacing = 6;
     this.vboxSub.Add (this.hboxPost);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.vboxSub [this.hboxPost]));
     w2.Position = 1;
     this.Add (this.vboxSub);
     if ((this.Child != null)) {
         this.Child.ShowAll ();
     }
     this.Hide ();
 }
		protected virtual void Build ()
		{
			global::Stetic.Gui.Initialize (this);
			// Widget TraceLab.UI.GTK.CommentWidget
			global::Stetic.BinContainer.Attach (this);
			this.Name = "TraceLab.UI.GTK.CommentWidget";
			// Container child TraceLab.UI.GTK.CommentWidget.Gtk.Container+ContainerChild
			this.hbox1 = new global::Gtk.HBox ();
			this.hbox1.Name = "hbox1";
			this.hbox1.Spacing = 6;
			// Container child hbox1.Gtk.Box+BoxChild
			this.GtkScrolledWindow = new global::Gtk.ScrolledWindow ();
			this.GtkScrolledWindow.Name = "GtkScrolledWindow";
			this.GtkScrolledWindow.VscrollbarPolicy = ((global::Gtk.PolicyType)(2));
			this.GtkScrolledWindow.HscrollbarPolicy = ((global::Gtk.PolicyType)(2));
			this.GtkScrolledWindow.ShadowType = ((global::Gtk.ShadowType)(1));
			// Container child GtkScrolledWindow.Gtk.Container+ContainerChild
			this.textview1 = new global::Gtk.TextView ();
			this.textview1.CanFocus = true;
			this.textview1.Name = "textview1";
			this.GtkScrolledWindow.Add (this.textview1);
			this.hbox1.Add (this.GtkScrolledWindow);
			global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.GtkScrolledWindow]));
			w2.Position = 0;
			this.Add (this.hbox1);
			if ((this.Child != null)) {
				this.Child.ShowAll ();
			}
			this.Hide ();
		}
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize (this);
     // Widget BugzillaInterface.SensitiveTextBox
     global::Stetic.BinContainer.Attach (this);
     this.Name = "BugzillaInterface.SensitiveTextBox";
     // Container child BugzillaInterface.SensitiveTextBox.Gtk.Container+ContainerChild
     this.vbox2 = new global::Gtk.VBox ();
     this.vbox2.Name = "vbox2";
     this.vbox2.Spacing = 6;
     // Container child vbox2.Gtk.Box+BoxChild
     this.enabledButton = new global::Gtk.CheckButton ();
     this.enabledButton.CanFocus = true;
     this.enabledButton.Name = "enabledButton";
     this.enabledButton.Label = global::Mono.Unix.Catalog.GetString ("Enabled");
     this.enabledButton.DrawIndicator = true;
     this.enabledButton.UseUnderline = true;
     this.vbox2.Add (this.enabledButton);
     global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.enabledButton]));
     w1.Position = 0;
     w1.Expand = false;
     w1.Fill = false;
     // Container child vbox2.Gtk.Box+BoxChild
     this.hbox1 = new global::Gtk.HBox ();
     this.hbox1.Name = "hbox1";
     this.hbox1.Spacing = 6;
     // Container child hbox1.Gtk.Box+BoxChild
     this.textLabel = new global::Gtk.Label ();
     this.textLabel.WidthRequest = 100;
     this.textLabel.Name = "textLabel";
     this.textLabel.Xpad = 13;
     this.textLabel.Xalign = 0F;
     this.textLabel.LabelProp = global::Mono.Unix.Catalog.GetString ("label1");
     this.hbox1.Add (this.textLabel);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.textLabel]));
     w2.Position = 0;
     w2.Expand = false;
     w2.Fill = false;
     // Container child hbox1.Gtk.Box+BoxChild
     this.textEntry = new global::Gtk.Entry ();
     this.textEntry.Sensitive = false;
     this.textEntry.CanFocus = true;
     this.textEntry.Name = "textEntry";
     this.textEntry.IsEditable = true;
     this.textEntry.InvisibleChar = '●';
     this.hbox1.Add (this.textEntry);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.textEntry]));
     w3.Position = 1;
     this.vbox2.Add (this.hbox1);
     global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.hbox1]));
     w4.Position = 1;
     w4.Expand = false;
     w4.Fill = false;
     this.Add (this.vbox2);
     if ((this.Child != null)) {
         this.Child.ShowAll ();
     }
     this.Hide ();
     this.enabledButton.Toggled += new global::System.EventHandler (this.ToggleSensitivity);
 }
Exemple #10
0
 private void boton(string nombre, string label, string imagen)
 {
     Gtk.Button boton = new global::Gtk.Button ();
     boton.CanFocus = true;
     boton.Name = nombre;
     boton.UseUnderline = true;
     // Container child btnNuevo.Gtk.Container+ContainerChild
     global::Gtk.Alignment w1 = new global::Gtk.Alignment (0.5f, 0.5f, 0f, 0f);
     // Container child GtkAlignment.Gtk.Container+ContainerChild
     global::Gtk.HBox w2 = new global::Gtk.HBox ();
     w2.Spacing = 2;
     // Container child GtkHBox.Gtk.Container+ContainerChild
     /*global::Gtk.Image w3 = new global::Gtk.Image ();
     w3.Pixbuf = global::Stetic.IconLoader.LoadIcon (this, imagen, global::Gtk.IconSize.Button);
     w2.Add (w3);
     Este era el boton nuevo*/
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Label w5 = new global::Gtk.Label ();
     w5.LabelProp = global::Mono.Unix.Catalog.GetString (label);
     w5.UseUnderline = true;
     w2.Add (w5);
     w1.Add (w2);
     boton.Add (w1);
     this.fixed2.Add (boton);
     global::Gtk.Fixed.FixedChild w9 = ((global::Gtk.Fixed.FixedChild)(this.fixed2[boton]));
     w9.X = this.x;
     w9.Y = this.y - 10;
     if(imagen == "gtk-file")//linea que aniade el evento a los botones dinamicos
         boton.Clicked += new global::System.EventHandler (this.OnfileClicked);
 }
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize (this);
     // Widget ExamPrepper.ImageDisplayerWindow
     this.Name = "ExamPrepper.ImageDisplayerWindow";
     this.Title = global::Mono.Unix.Catalog.GetString ("ImageDisplayerWindow");
     this.WindowPosition = ((global::Gtk.WindowPosition)(4));
     // Container child ExamPrepper.ImageDisplayerWindow.Gtk.Container+ContainerChild
     this.hbox1 = new global::Gtk.HBox ();
     this.hbox1.Name = "hbox1";
     this.hbox1.Spacing = 6;
     // Container child hbox1.Gtk.Box+BoxChild
     this.imageArea = new global::Gtk.Image ();
     this.imageArea.Name = "imageArea";
     this.hbox1.Add (this.imageArea);
     global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.imageArea]));
     w1.Position = 0;
     w1.Expand = false;
     w1.Fill = false;
     this.Add (this.hbox1);
     if ((this.Child != null)) {
         this.Child.ShowAll ();
     }
     this.DefaultWidth = 400;
     this.DefaultHeight = 300;
     this.Show ();
 }
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize (this);
     // Widget MonoDevelop.FSharp.Gui.CompilerOptionsPanelWidget
     global::Stetic.BinContainer.Attach (this);
     this.Name = "MonoDevelop.FSharp.Gui.CompilerOptionsPanelWidget";
     // Container child MonoDevelop.FSharp.Gui.CompilerOptionsPanelWidget.Gtk.Container+ContainerChild
     this.hbox1 = new global::Gtk.HBox ();
     this.hbox1.Name = "hbox1";
     this.hbox1.Spacing = 6;
     // Container child hbox1.Gtk.Box+BoxChild
     this.targetFrameworksLabel = new global::Gtk.Label ();
     this.targetFrameworksLabel.Name = "targetFrameworksLabel";
     this.targetFrameworksLabel.LabelProp = global::Mono.Unix.Catalog.GetString ("Target Framework:");
     this.hbox1.Add (this.targetFrameworksLabel);
     global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.targetFrameworksLabel]));
     w1.Position = 0;
     w1.Expand = false;
     w1.Fill = false;
     w1.Padding = ((uint)(10));
     // Container child hbox1.Gtk.Box+BoxChild
     this.targetFrameworkComboBox = global::Gtk.ComboBox.NewText ();
     this.targetFrameworkComboBox.Name = "targetFrameworkComboBox";
     this.hbox1.Add (this.targetFrameworkComboBox);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.targetFrameworkComboBox]));
     w2.Position = 1;
     w2.Expand = false;
     w2.Fill = false;
     w2.Padding = ((uint)(10));
     this.Add (this.hbox1);
     if ((this.Child != null)) {
         this.Child.ShowAll ();
     }
     this.Hide ();
 }
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize (this);
     // Widget QSBanks.BankFilter
     global::Stetic.BinContainer.Attach (this);
     this.Name = "QSBanks.BankFilter";
     // Container child QSBanks.BankFilter.Gtk.Container+ContainerChild
     this.hbox1 = new global::Gtk.HBox ();
     this.hbox1.Name = "hbox1";
     this.hbox1.Spacing = 6;
     // Container child hbox1.Gtk.Box+BoxChild
     this.checkShowDeleted = new global::Gtk.CheckButton ();
     this.checkShowDeleted.CanFocus = true;
     this.checkShowDeleted.Name = "checkShowDeleted";
     this.checkShowDeleted.Label = global::Mono.Unix.Catalog.GetString ("Показывать удаленные");
     this.checkShowDeleted.DrawIndicator = true;
     this.checkShowDeleted.UseUnderline = true;
     this.hbox1.Add (this.checkShowDeleted);
     global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.checkShowDeleted]));
     w1.Position = 0;
     this.Add (this.hbox1);
     if ((this.Child != null)) {
         this.Child.ShowAll ();
     }
     this.Hide ();
     this.checkShowDeleted.Toggled += new global::System.EventHandler (this.OnCheckShowDeletedToggled);
 }
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize (this);
     // Widget Snively.NoteEditor
     global::Stetic.BinContainer.Attach (this);
     this.Name = "Snively.NoteEditor";
     // Container child Snively.NoteEditor.Gtk.Container+ContainerChild
     this.vbox1 = new global::Gtk.VBox ();
     this.vbox1.Name = "vbox1";
     this.vbox1.Spacing = 6;
     this.vbox1.BorderWidth = ((uint)(6));
     // Container child vbox1.Gtk.Box+BoxChild
     this.entry1 = new global::Gtk.Entry ();
     this.entry1.CanFocus = true;
     this.entry1.Name = "entry1";
     this.entry1.IsEditable = true;
     this.entry1.InvisibleChar = '•';
     this.vbox1.Add (this.entry1);
     global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.entry1]));
     w1.Position = 0;
     w1.Expand = false;
     w1.Fill = false;
     // Container child vbox1.Gtk.Box+BoxChild
     this.hbox4 = new global::Gtk.HBox ();
     this.hbox4.Name = "hbox4";
     this.hbox4.Spacing = 6;
     // Container child hbox4.Gtk.Box+BoxChild
     this.NoteContentsScrolledWindow = new global::Gtk.ScrolledWindow ();
     this.NoteContentsScrolledWindow.Name = "NoteContentsScrolledWindow";
     this.NoteContentsScrolledWindow.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child NoteContentsScrolledWindow.Gtk.Container+ContainerChild
     this.NoteContentsEdit = new global::Gtk.TextView ();
     this.NoteContentsEdit.CanFocus = true;
     this.NoteContentsEdit.Name = "NoteContentsEdit";
     this.NoteContentsScrolledWindow.Add (this.NoteContentsEdit);
     this.hbox4.Add (this.NoteContentsScrolledWindow);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.hbox4 [this.NoteContentsScrolledWindow]));
     w3.Position = 0;
     // Container child hbox4.Gtk.Box+BoxChild
     this.NoteChildrenScrolledWindow = new global::Gtk.ScrolledWindow ();
     this.NoteChildrenScrolledWindow.Name = "NoteChildrenScrolledWindow";
     this.NoteChildrenScrolledWindow.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child NoteChildrenScrolledWindow.Gtk.Container+ContainerChild
     this.NoteChildrenTreeView = new global::Gtk.TreeView ();
     this.NoteChildrenTreeView.CanFocus = true;
     this.NoteChildrenTreeView.Name = "NoteChildrenTreeView";
     this.NoteChildrenTreeView.Reorderable = true;
     this.NoteChildrenScrolledWindow.Add (this.NoteChildrenTreeView);
     this.hbox4.Add (this.NoteChildrenScrolledWindow);
     global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.hbox4 [this.NoteChildrenScrolledWindow]));
     w5.Position = 1;
     this.vbox1.Add (this.hbox4);
     global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.hbox4]));
     w6.Position = 1;
     this.Add (this.vbox1);
     if ((this.Child != null)) {
         this.Child.ShowAll ();
     }
     this.Hide ();
 }
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize (this);
     // Widget QSValidation.ResultItem
     global::Stetic.BinContainer.Attach (this);
     this.Name = "QSValidation.ResultItem";
     // Container child QSValidation.ResultItem.Gtk.Container+ContainerChild
     this.hbox1 = new global::Gtk.HBox ();
     this.hbox1.Name = "hbox1";
     this.hbox1.Spacing = 6;
     // Container child hbox1.Gtk.Box+BoxChild
     this.image7 = new global::Gtk.Image ();
     this.image7.Name = "image7";
     this.image7.Pixbuf = global::Stetic.IconLoader.LoadIcon (this, "gtk-dialog-warning", global::Gtk.IconSize.LargeToolbar);
     this.hbox1.Add (this.image7);
     global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.image7]));
     w1.Position = 0;
     w1.Expand = false;
     w1.Fill = false;
     // Container child hbox1.Gtk.Box+BoxChild
     this.labelMessage = new global::Gtk.Label ();
     this.labelMessage.Name = "labelMessage";
     this.labelMessage.LabelProp = global::Mono.Unix.Catalog.GetString ("label1");
     this.labelMessage.Wrap = true;
     this.hbox1.Add (this.labelMessage);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.labelMessage]));
     w2.Position = 1;
     w2.Expand = false;
     w2.Fill = false;
     this.Add (this.hbox1);
     if ((this.Child != null)) {
         this.Child.ShowAll ();
     }
     this.Hide ();
 }
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize (this);
     // Widget LongoMatch.Gui.Component.ToggleTopBar
     global::Stetic.BinContainer.Attach (this);
     this.Name = "LongoMatch.Gui.Component.ToggleTopBar";
     // Container child LongoMatch.Gui.Component.ToggleTopBar.Gtk.Container+ContainerChild
     this.gradienttopbar = new global::Gtk.EventBox ();
     this.gradienttopbar.HeightRequest = 70;
     this.gradienttopbar.Name = "gradienttopbar";
     // Container child gradienttopbar.Gtk.Container+ContainerChild
     this.alignment1 = new global::Gtk.Alignment (0F, 0.5F, 0F, 1F);
     this.alignment1.HeightRequest = 70;
     this.alignment1.Name = "alignment1";
     this.alignment1.LeftPadding = ((uint)(15));
     this.alignment1.TopPadding = ((uint)(20));
     this.alignment1.BottomPadding = ((uint)(23));
     // Container child alignment1.Gtk.Container+ContainerChild
     this.buttoncontainer = new global::Gtk.HBox ();
     this.buttoncontainer.HeightRequest = 28;
     this.buttoncontainer.Name = "buttoncontainer";
     this.buttoncontainer.Homogeneous = true;
     this.alignment1.Add (this.buttoncontainer);
     this.gradienttopbar.Add (this.alignment1);
     this.Add (this.gradienttopbar);
     if ((this.Child != null)) {
         this.Child.ShowAll ();
     }
     this.Hide ();
 }
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize (this);
     // Widget LongoMatch.Gui.Component.TeamTaggerWidget
     global::Stetic.BinContainer.Attach (this);
     this.Name = "LongoMatch.Gui.Component.TeamTaggerWidget";
     // Container child LongoMatch.Gui.Component.TeamTaggerWidget.Gtk.Container+ContainerChild
     this.frame = new global::Gtk.Frame ();
     this.frame.Name = "frame";
     this.frame.ShadowType = ((global::Gtk.ShadowType)(2));
     // Container child frame.Gtk.Container+ContainerChild
     this.GtkAlignment = new global::Gtk.Alignment (0F, 0F, 1F, 1F);
     this.GtkAlignment.Name = "GtkAlignment";
     this.GtkAlignment.LeftPadding = ((uint)(12));
     // Container child GtkAlignment.Gtk.Container+ContainerChild
     this.buttonsbox = new global::Gtk.HBox ();
     this.buttonsbox.Name = "buttonsbox";
     this.buttonsbox.Spacing = 6;
     this.GtkAlignment.Add (this.buttonsbox);
     this.frame.Add (this.GtkAlignment);
     this.titlelabel = new global::Gtk.Label ();
     this.titlelabel.Name = "titlelabel";
     this.titlelabel.UseMarkup = true;
     this.frame.LabelWidget = this.titlelabel;
     this.Add (this.frame);
     if ((this.Child != null)) {
         this.Child.ShowAll ();
     }
     this.Hide ();
 }
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize (this);
     // Widget MainWindow
     this.Name = "MainWindow";
     this.Title = global::Mono.Unix.Catalog.GetString ("Number Pretifier");
     this.WindowPosition = ((global::Gtk.WindowPosition)(4));
     // Container child MainWindow.Gtk.Container+ContainerChild
     this.vbox1 = new global::Gtk.VBox ();
     this.vbox1.Name = "vbox1";
     this.vbox1.Spacing = 6;
     // Container child vbox1.Gtk.Box+BoxChild
     this.hbox2 = new global::Gtk.HBox ();
     this.hbox2.Name = "hbox2";
     this.hbox2.Spacing = 6;
     // Container child hbox2.Gtk.Box+BoxChild
     this.entry1 = new global::Gtk.Entry ();
     this.entry1.TooltipMarkup = "Input number field";
     this.entry1.CanFocus = true;
     this.entry1.Name = "entry1";
     this.entry1.IsEditable = true;
     this.entry1.InvisibleChar = '•';
     this.hbox2.Add (this.entry1);
     global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.entry1]));
     w1.Position = 0;
     // Container child hbox2.Gtk.Box+BoxChild
     this.button1 = new global::Gtk.Button ();
     this.button1.CanFocus = true;
     this.button1.Name = "button1";
     this.button1.UseUnderline = true;
     this.button1.Label = global::Mono.Unix.Catalog.GetString ("Pretify");
     this.hbox2.Add (this.button1);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.button1]));
     w2.Position = 1;
     w2.Expand = false;
     w2.Fill = false;
     this.vbox1.Add (this.hbox2);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.hbox2]));
     w3.Position = 0;
     w3.Expand = false;
     w3.Fill = false;
     // Container child vbox1.Gtk.Box+BoxChild
     this.label1 = new global::Gtk.Label ();
     this.label1.Name = "label1";
     this.vbox1.Add (this.label1);
     global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.label1]));
     w4.Position = 1;
     w4.Expand = false;
     w4.Fill = false;
     this.Add (this.vbox1);
     if ((this.Child != null)) {
         this.Child.ShowAll ();
     }
     this.DefaultWidth = 384;
     this.DefaultHeight = 62;
     this.Show ();
     this.DeleteEvent += new global::Gtk.DeleteEventHandler (this.OnDeleteEvent);
     this.entry1.Activated += new global::System.EventHandler (this.OnEntry1Activated);
     this.button1.Clicked += new global::System.EventHandler (this.OnButton1Clicked);
 }
Exemple #19
0
 private void boton(string nombre, string label, string imagen)
 {
     Gtk.Button boton = new global::Gtk.Button ();
     boton.CanFocus = true;
     boton.Name = nombre;
     boton.UseUnderline = true;
     // Container child btnNuevo.Gtk.Container+ContainerChild
     global::Gtk.Alignment w1 = new global::Gtk.Alignment (0.5f, 0.5f, 0f, 0f);
     // Container child GtkAlignment.Gtk.Container+ContainerChild
     global::Gtk.HBox w2 = new global::Gtk.HBox ();
     w2.Spacing = 2;
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Image w3 = new global::Gtk.Image ();
     //w3.Pixbuf = global::Stetic.IconLoader.LoadIcon (this, imagen, global::Gtk.IconSize.Button);
     w2.Add (w3);
     // Container child GtkHBox.Gtk.Container+ContainerChild
     global::Gtk.Label w5 = new global::Gtk.Label ();
     w5.LabelProp = global::Mono.Unix.Catalog.GetString (label);
     w5.UseUnderline = true;
     w2.Add (w5);
     w1.Add (w2);
     boton.Add (w1);
     this.fixed1.Add (boton);
     global::Gtk.Fixed.FixedChild w9 = ((global::Gtk.Fixed.FixedChild)(this.fixed1[boton]));
     w9.X = this.x;
     w9.Y = this.y - 10;
 }
		protected virtual void Build ()
		{
			global::Stetic.Gui.Initialize (this);
			// Widget MonoDevelop.Ide.StandardHeader.StandardHeaderPolicyPanelWidget
			global::Stetic.BinContainer.Attach (this);
			this.Name = "MonoDevelop.Ide.StandardHeader.StandardHeaderPolicyPanelWidget";
			// Container child MonoDevelop.Ide.StandardHeader.StandardHeaderPolicyPanelWidget.Gtk.Container+ContainerChild
			this.vbox2 = new global::Gtk.VBox ();
			this.vbox2.Name = "vbox2";
			this.vbox2.Spacing = 6;
			// Container child vbox2.Gtk.Box+BoxChild
			this.hbox2 = new global::Gtk.HBox ();
			this.hbox2.Name = "hbox2";
			this.hbox2.Spacing = 6;
			// Container child hbox2.Gtk.Box+BoxChild
			this.GtkScrolledWindow = new global::Gtk.ScrolledWindow ();
			this.GtkScrolledWindow.Name = "GtkScrolledWindow";
			this.GtkScrolledWindow.ShadowType = ((global::Gtk.ShadowType)(1));
			// Container child GtkScrolledWindow.Gtk.Container+ContainerChild
			this.headerText = new global::Gtk.TextView ();
			this.headerText.CanFocus = true;
			this.headerText.Name = "headerText";
			this.GtkScrolledWindow.Add (this.headerText);
			this.hbox2.Add (this.GtkScrolledWindow);
			global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.GtkScrolledWindow]));
			w2.Position = 0;
			// Container child hbox2.Gtk.Box+BoxChild
			this.GtkScrolledWindow1 = new global::Gtk.ScrolledWindow ();
			this.GtkScrolledWindow1.Name = "GtkScrolledWindow1";
			this.GtkScrolledWindow1.ShadowType = ((global::Gtk.ShadowType)(1));
			// Container child GtkScrolledWindow1.Gtk.Container+ContainerChild
			this.treeviewTemplates = new global::Gtk.TreeView ();
			this.treeviewTemplates.CanFocus = true;
			this.treeviewTemplates.Name = "treeviewTemplates";
			this.GtkScrolledWindow1.Add (this.treeviewTemplates);
			this.hbox2.Add (this.GtkScrolledWindow1);
			global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.GtkScrolledWindow1]));
			w4.Position = 1;
			this.vbox2.Add (this.hbox2);
			global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.hbox2]));
			w5.Position = 0;
			// Container child vbox2.Gtk.Box+BoxChild
			this.includeAutoCheck = new global::Gtk.CheckButton ();
			this.includeAutoCheck.CanFocus = true;
			this.includeAutoCheck.Name = "includeAutoCheck";
			this.includeAutoCheck.Label = global::Mono.Unix.Catalog.GetString ("_Include standard header in new files");
			this.includeAutoCheck.DrawIndicator = true;
			this.includeAutoCheck.UseUnderline = true;
			this.vbox2.Add (this.includeAutoCheck);
			global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.includeAutoCheck]));
			w6.Position = 1;
			w6.Expand = false;
			w6.Fill = false;
			this.Add (this.vbox2);
			if ((this.Child != null)) {
				this.Child.ShowAll ();
			}
			this.Hide ();
		}
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize (this);
     // Widget Moscrif.IDE.Option.DeviceWidget
     global::Stetic.BinContainer.Attach (this);
     this.Name = "Moscrif.IDE.Option.DeviceWidget";
     // Container child Moscrif.IDE.Option.DeviceWidget.Gtk.Container+ContainerChild
     this.vbox2 = new global::Gtk.VBox ();
     this.vbox2.Name = "vbox2";
     // Container child vbox2.Gtk.Box+BoxChild
     this.hbox1 = new global::Gtk.HBox ();
     this.hbox1.Name = "hbox1";
     this.hbox1.Spacing = 6;
     this.vbox2.Add (this.hbox1);
     global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.hbox1]));
     w1.Position = 0;
     w1.Expand = false;
     // Container child vbox2.Gtk.Box+BoxChild
     this.table2 = new global::Gtk.Table (((uint)(1)), ((uint)(2)), false);
     this.table2.Name = "table2";
     this.table2.RowSpacing = ((uint)(5));
     this.table2.ColumnSpacing = ((uint)(8));
     // Container child table2.Gtk.Table+TableChild
     this.GtkScrolledWindow = new global::Gtk.ScrolledWindow ();
     this.GtkScrolledWindow.HeightRequest = 126;
     this.GtkScrolledWindow.Name = "GtkScrolledWindow";
     this.GtkScrolledWindow.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child GtkScrolledWindow.Gtk.Container+ContainerChild
     this.nvFonts = new global::Gtk.TreeView ();
     this.nvFonts.CanFocus = true;
     this.nvFonts.Name = "nvFonts";
     this.GtkScrolledWindow.Add (this.nvFonts);
     this.table2.Add (this.GtkScrolledWindow);
     global::Gtk.Table.TableChild w3 = ((global::Gtk.Table.TableChild)(this.table2 [this.GtkScrolledWindow]));
     w3.LeftAttach = ((uint)(1));
     w3.RightAttach = ((uint)(2));
     w3.YPadding = ((uint)(7));
     w3.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table2.Gtk.Table+TableChild
     this.label4 = new global::Gtk.Label ();
     this.label4.TooltipMarkup = "List of Fonts to be Embeded into Output Installation";
     this.label4.Name = "label4";
     this.label4.Xalign = 1F;
     this.label4.LabelProp = global::Mono.Unix.Catalog.GetString ("Fonts :");
     this.table2.Add (this.label4);
     global::Gtk.Table.TableChild w4 = ((global::Gtk.Table.TableChild)(this.table2 [this.label4]));
     w4.XOptions = ((global::Gtk.AttachOptions)(4));
     w4.YOptions = ((global::Gtk.AttachOptions)(4));
     this.vbox2.Add (this.table2);
     global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.table2]));
     w5.Position = 1;
     w5.Expand = false;
     w5.Fill = false;
     this.Add (this.vbox2);
     if ((this.Child != null)) {
         this.Child.ShowAll ();
     }
     this.Hide ();
 }
Exemple #22
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize (this);
     // Widget SCTIGR.SequencesInput
     global::Stetic.BinContainer.Attach (this);
     this.Name = "SCTIGR.SequencesInput";
     // Container child SCTIGR.SequencesInput.Gtk.Container+ContainerChild
     this.vbox2 = new global::Gtk.VBox ();
     this.vbox2.Name = "vbox2";
     this.vbox2.Spacing = 6;
     // Container child vbox2.Gtk.Box+BoxChild
     this.GtkScrolledWindow = new global::Gtk.ScrolledWindow ();
     this.GtkScrolledWindow.Name = "GtkScrolledWindow";
     this.GtkScrolledWindow.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child GtkScrolledWindow.Gtk.Container+ContainerChild
     this.textview3 = new global::Gtk.TextView ();
     this.textview3.CanFocus = true;
     this.textview3.Name = "textview3";
     this.GtkScrolledWindow.Add (this.textview3);
     this.vbox2.Add (this.GtkScrolledWindow);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.GtkScrolledWindow]));
     w2.Position = 0;
     // Container child vbox2.Gtk.Box+BoxChild
     this.hbox5 = new global::Gtk.HBox ();
     this.hbox5.Name = "hbox5";
     this.hbox5.Spacing = 6;
     // Container child hbox5.Gtk.Box+BoxChild
     this.cancelButton = new global::Gtk.Button ();
     this.cancelButton.CanFocus = true;
     this.cancelButton.Name = "cancelButton";
     this.cancelButton.UseUnderline = true;
     this.cancelButton.Label = global::Mono.Unix.Catalog.GetString ("Anuluj");
     this.hbox5.Add (this.cancelButton);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.hbox5[this.cancelButton]));
     w3.Position = 0;
     w3.Expand = false;
     w3.Fill = false;
     // Container child hbox5.Gtk.Box+BoxChild
     this.okButton = new global::Gtk.Button ();
     this.okButton.CanFocus = true;
     this.okButton.Name = "okButton";
     this.okButton.UseUnderline = true;
     this.okButton.Label = global::Mono.Unix.Catalog.GetString ("OK");
     this.hbox5.Add (this.okButton);
     global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.hbox5[this.okButton]));
     w4.Position = 1;
     w4.Expand = false;
     w4.Fill = false;
     this.vbox2.Add (this.hbox5);
     global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.hbox5]));
     w5.Position = 1;
     w5.Expand = false;
     w5.Fill = false;
     this.Add (this.vbox2);
     if ((this.Child != null)) {
         this.Child.ShowAll ();
     }
     this.Hide ();
 }
		protected virtual void Build ()
		{
			global::Stetic.Gui.Initialize (this);
			// Widget MonoDevelop.SourceEditor.GotoLineNumberWidget
			global::Stetic.BinContainer.Attach (this);
			this.Name = "MonoDevelop.SourceEditor.GotoLineNumberWidget";
			// Container child MonoDevelop.SourceEditor.GotoLineNumberWidget.Gtk.Container+ContainerChild
			this.hbox1 = new global::Gtk.HBox ();
			this.hbox1.Name = "hbox1";
			// Container child hbox1.Gtk.Box+BoxChild
			this.entryLineNumber = new global::Gtk.Entry ();
			this.entryLineNumber.CanFocus = true;
			this.entryLineNumber.Name = "entryLineNumber";
			this.entryLineNumber.IsEditable = true;
			this.entryLineNumber.InvisibleChar = '●';
			this.hbox1.Add (this.entryLineNumber);
			global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.entryLineNumber]));
			w1.Position = 0;
			w1.Expand = false;
			// Container child hbox1.Gtk.Box+BoxChild
			this.buttonGoToLine = new global::Gtk.Button ();
			this.buttonGoToLine.CanDefault = true;
			this.buttonGoToLine.CanFocus = true;
			this.buttonGoToLine.Name = "buttonGoToLine";
			this.buttonGoToLine.Relief = ((global::Gtk.ReliefStyle)(2));
			// Container child buttonGoToLine.Gtk.Container+ContainerChild
			this.image2 = new global::MonoDevelop.Components.ImageView ();
			this.image2.Name = "image2";
			this.image2.IconId = "gtk-jump-to";
			this.image2.IconSize = ((global::Gtk.IconSize)(1));
			this.buttonGoToLine.Add (this.image2);
			this.hbox1.Add (this.buttonGoToLine);
			global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.buttonGoToLine]));
			w3.Position = 1;
			w3.Expand = false;
			w3.Fill = false;
			// Container child hbox1.Gtk.Box+BoxChild
			this.closeButton = new global::Gtk.Button ();
			this.closeButton.CanFocus = true;
			this.closeButton.Name = "closeButton";
			this.closeButton.Relief = ((global::Gtk.ReliefStyle)(2));
			// Container child closeButton.Gtk.Container+ContainerChild
			this.image1 = new global::MonoDevelop.Components.ImageView ();
			this.image1.Name = "image1";
			this.image1.IconId = "gtk-close";
			this.image1.IconSize = ((global::Gtk.IconSize)(1));
			this.closeButton.Add (this.image1);
			this.hbox1.Add (this.closeButton);
			global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.closeButton]));
			w5.Position = 2;
			w5.Expand = false;
			w5.Fill = false;
			this.Add (this.hbox1);
			if ((this.Child != null)) {
				this.Child.ShowAll ();
			}
			this.Show ();
		}
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize (this);
     // Widget QSOrmProject.EntryReference
     global::Stetic.BinContainer.Attach (this);
     this.Name = "QSOrmProject.EntryReference";
     // Container child QSOrmProject.EntryReference.Gtk.Container+ContainerChild
     this.hbox1 = new global::Gtk.HBox ();
     this.hbox1.Name = "hbox1";
     this.hbox1.Spacing = 6;
     // Container child hbox1.Gtk.Box+BoxChild
     this.entryObject = new global::Gtk.Entry ();
     this.entryObject.CanFocus = true;
     this.entryObject.Name = "entryObject";
     this.entryObject.IsEditable = true;
     this.entryObject.InvisibleChar = '●';
     this.hbox1.Add (this.entryObject);
     global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.entryObject]));
     w1.Position = 0;
     // Container child hbox1.Gtk.Box+BoxChild
     this.buttonEdit = new global::Gtk.Button ();
     this.buttonEdit.TooltipMarkup = "Выбрать из справочника";
     this.buttonEdit.CanFocus = true;
     this.buttonEdit.Name = "buttonEdit";
     this.buttonEdit.UseUnderline = true;
     global::Gtk.Image w2 = new global::Gtk.Image ();
     w2.Pixbuf = global::Stetic.IconLoader.LoadIcon (this, "gtk-index", global::Gtk.IconSize.Menu);
     this.buttonEdit.Image = w2;
     this.hbox1.Add (this.buttonEdit);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.buttonEdit]));
     w3.Position = 1;
     w3.Expand = false;
     w3.Fill = false;
     // Container child hbox1.Gtk.Box+BoxChild
     this.buttonOpen = new global::Gtk.Button ();
     this.buttonOpen.TooltipMarkup = "Открыть";
     this.buttonOpen.Sensitive = false;
     this.buttonOpen.CanFocus = true;
     this.buttonOpen.Name = "buttonOpen";
     this.buttonOpen.UseUnderline = true;
     global::Gtk.Image w4 = new global::Gtk.Image ();
     w4.Pixbuf = global::Stetic.IconLoader.LoadIcon (this, "gtk-edit", global::Gtk.IconSize.Menu);
     this.buttonOpen.Image = w4;
     this.hbox1.Add (this.buttonOpen);
     global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.buttonOpen]));
     w5.Position = 2;
     w5.Expand = false;
     w5.Fill = false;
     this.Add (this.hbox1);
     if ((this.Child != null)) {
         this.Child.ShowAll ();
     }
     this.Hide ();
     this.entryObject.Changed += new global::System.EventHandler (this.OnEntryObjectChanged);
     this.entryObject.FocusOutEvent += new global::Gtk.FocusOutEventHandler (this.OnEntryObjectFocusOutEvent);
     this.buttonEdit.Clicked += new global::System.EventHandler (this.OnButtonEditClicked);
     this.buttonOpen.Clicked += new global::System.EventHandler (this.OnButtonOpenClicked);
 }
Exemple #25
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize (this);
     // Widget MainWindow
     this.Name = "MainWindow";
     this.Title = global::Mono.Unix.Catalog.GetString ("MainWindow");
     this.WindowPosition = ((global::Gtk.WindowPosition)(4));
     this.BorderWidth = ((uint)(3));
     // Container child MainWindow.Gtk.Container+ContainerChild
     this.vbox3 = new global::Gtk.VBox ();
     this.vbox3.Name = "vbox3";
     this.vbox3.Spacing = 6;
     // Container child vbox3.Gtk.Box+BoxChild
     this.hbox2 = new global::Gtk.HBox ();
     this.hbox2.Name = "hbox2";
     this.hbox2.Spacing = 6;
     // Container child hbox2.Gtk.Box+BoxChild
     this.label4 = new global::Gtk.Label ();
     this.label4.Name = "label4";
     this.label4.LabelProp = global::Mono.Unix.Catalog.GetString ("label4");
     this.hbox2.Add (this.label4);
     global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.label4]));
     w1.Position = 0;
     w1.Expand = false;
     w1.Fill = false;
     // Container child hbox2.Gtk.Box+BoxChild
     this.label5 = new global::Gtk.Label ();
     this.label5.Name = "label5";
     this.label5.LabelProp = global::Mono.Unix.Catalog.GetString ("label5");
     this.hbox2.Add (this.label5);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.label5]));
     w2.Position = 1;
     w2.Fill = false;
     // Container child hbox2.Gtk.Box+BoxChild
     this.button2 = new global::Gtk.Button ();
     this.button2.CanFocus = true;
     this.button2.Name = "button2";
     this.button2.UseUnderline = true;
     this.button2.Label = global::Mono.Unix.Catalog.GetString ("GtkButton");
     this.hbox2.Add (this.button2);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.button2]));
     w3.Position = 2;
     w3.Expand = false;
     w3.Fill = false;
     this.vbox3.Add (this.hbox2);
     global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.hbox2]));
     w4.Position = 0;
     w4.Expand = false;
     w4.Fill = false;
     this.Add (this.vbox3);
     if ((this.Child != null)) {
         this.Child.ShowAll ();
     }
     this.DefaultWidth = 400;
     this.DefaultHeight = 300;
     this.Show ();
     this.DeleteEvent += new global::Gtk.DeleteEventHandler (this.OnDeleteEvent);
 }
		protected virtual void Build ()
		{
			global::Stetic.Gui.Initialize (this);
			// Widget TraceLab.UI.GTK.PackageBuilderMainPage
			global::Stetic.BinContainer.Attach (this);
			this.Name = "TraceLab.UI.GTK.PackageBuilderMainPage";
			// Container child TraceLab.UI.GTK.PackageBuilderMainPage.Gtk.Container+ContainerChild
			this.vbox1 = new global::Gtk.VBox ();
			this.vbox1.Name = "vbox1";
			this.vbox1.Spacing = 6;
			this.vbox1.BorderWidth = ((uint)(4));
			// Container child vbox1.Gtk.Box+BoxChild
			this.hbox1 = new global::Gtk.HBox ();
			this.hbox1.Name = "hbox1";
			this.hbox1.Spacing = 6;
			// Container child hbox1.Gtk.Box+BoxChild
			this.packageNameLabel = new global::Gtk.Label ();
			this.packageNameLabel.Name = "packageNameLabel";
			this.packageNameLabel.LabelProp = global::Mono.Unix.Catalog.GetString ("Package Name:");
			this.hbox1.Add (this.packageNameLabel);
			global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.packageNameLabel]));
			w1.Position = 0;
			w1.Expand = false;
			w1.Fill = false;
			// Container child hbox1.Gtk.Box+BoxChild
			this.packageNameEntry = new global::Gtk.Entry ();
			this.packageNameEntry.CanFocus = true;
			this.packageNameEntry.Name = "packageNameEntry";
			this.packageNameEntry.IsEditable = true;
			this.packageNameEntry.InvisibleChar = '●';
			this.hbox1.Add (this.packageNameEntry);
			global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.packageNameEntry]));
			w2.Position = 1;
			this.vbox1.Add (this.hbox1);
			global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.hbox1]));
			w3.Position = 0;
			w3.Expand = false;
			w3.Fill = false;
			// Container child vbox1.Gtk.Box+BoxChild
			this.GtkScrolledWindow = new global::Gtk.ScrolledWindow ();
			this.GtkScrolledWindow.Name = "GtkScrolledWindow";
			this.GtkScrolledWindow.ShadowType = ((global::Gtk.ShadowType)(1));
			// Container child GtkScrolledWindow.Gtk.Container+ContainerChild
			this.treeView = new global::Gtk.TreeView ();
			this.treeView.CanFocus = true;
			this.treeView.Name = "treeView";
			this.GtkScrolledWindow.Add (this.treeView);
			this.vbox1.Add (this.GtkScrolledWindow);
			global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.GtkScrolledWindow]));
			w5.Position = 1;
			this.Add (this.vbox1);
			if ((this.Child != null)) {
				this.Child.ShowAll ();
			}
			this.Hide ();
			this.packageNameEntry.Changed += new global::System.EventHandler (this.OnPackageNameEntryChanged);
			this.treeView.KeyPressEvent += new global::Gtk.KeyPressEventHandler (this.HandleKeyPress);
		}
Exemple #27
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize (this);
     // Widget MainWindow
     this.Name = "MainWindow";
     this.Title = global::Mono.Unix.Catalog.GetString ("MainWindow");
     this.WindowPosition = ((global::Gtk.WindowPosition)(4));
     // Container child MainWindow.Gtk.Container+ContainerChild
     this.vbox1 = new global::Gtk.VBox ();
     this.vbox1.Name = "vbox1";
     this.vbox1.Spacing = 6;
     // Container child vbox1.Gtk.Box+BoxChild
     this.hbox1 = new global::Gtk.HBox ();
     this.hbox1.Name = "hbox1";
     this.hbox1.Spacing = 6;
     // Container child hbox1.Gtk.Box+BoxChild
     this.numero = new global::Gtk.Label ();
     this.numero.Name = "numero";
     this.numero.LabelProp = global::Mono.Unix.Catalog.GetString ("Número");
     this.hbox1.Add (this.numero);
     global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.numero]));
     w1.Position = 0;
     w1.Expand = false;
     w1.Fill = false;
     // Container child hbox1.Gtk.Box+BoxChild
     this.resultado = new global::Gtk.Label ();
     this.resultado.Name = "resultado";
     this.hbox1.Add (this.resultado);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.resultado]));
     w2.Position = 1;
     w2.Expand = false;
     w2.Fill = false;
     // Container child hbox1.Gtk.Box+BoxChild
     this.button = new global::Gtk.Button ();
     this.button.CanFocus = true;
     this.button.Name = "button";
     this.button.UseUnderline = true;
     this.button.Label = global::Mono.Unix.Catalog.GetString ("Adelante");
     this.hbox1.Add (this.button);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.button]));
     w3.PackType = ((global::Gtk.PackType)(1));
     w3.Position = 2;
     w3.Expand = false;
     w3.Fill = false;
     this.vbox1.Add (this.hbox1);
     global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.hbox1]));
     w4.Position = 0;
     w4.Expand = false;
     w4.Fill = false;
     this.Add (this.vbox1);
     if ((this.Child != null)) {
         this.Child.ShowAll ();
     }
     this.DefaultWidth = 400;
     this.DefaultHeight = 300;
     this.Show ();
     this.DeleteEvent += new global::Gtk.DeleteEventHandler (this.OnDeleteEvent);
 }
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize (this);
     // Widget Gtktester.LunaLuaInformation
     global::Stetic.BinContainer.Attach (this);
     this.Name = "Gtktester.LunaLuaInformation";
     // Container child Gtktester.LunaLuaInformation.Gtk.Container+ContainerChild
     this.vbox2 = new global::Gtk.VBox ();
     this.vbox2.Name = "vbox2";
     this.vbox2.Spacing = 6;
     // Container child vbox2.Gtk.Box+BoxChild
     this.curLunaLuaVersion = new global::Gtk.Label ();
     this.curLunaLuaVersion.Name = "curLunaLuaVersion";
     this.curLunaLuaVersion.LabelProp = "Your Current LunaLua Version is: {0}";
     this.vbox2.Add (this.curLunaLuaVersion);
     global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.curLunaLuaVersion]));
     w1.Position = 0;
     w1.Expand = false;
     w1.Fill = false;
     // Container child vbox2.Gtk.Box+BoxChild
     this.hbox1 = new global::Gtk.HBox ();
     this.hbox1.Name = "hbox1";
     this.hbox1.Spacing = 6;
     // Container child hbox1.Gtk.Box+BoxChild
     this.button17 = new global::Gtk.Button ();
     this.button17.CanFocus = true;
     this.button17.Name = "button17";
     this.button17.UseUnderline = true;
     this.button17.Label = "Install/Update";
     this.hbox1.Add (this.button17);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.button17]));
     w2.Position = 1;
     w2.Expand = false;
     w2.Fill = false;
     // Container child hbox1.Gtk.Box+BoxChild
     this.button37 = new global::Gtk.Button ();
     this.button37.CanFocus = true;
     this.button37.Name = "button37";
     this.button37.UseUnderline = true;
     this.button37.Label = "Launch SMBX";
     this.hbox1.Add (this.button37);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.button37]));
     w3.Position = 2;
     w3.Expand = false;
     w3.Fill = false;
     this.vbox2.Add (this.hbox1);
     global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.hbox1]));
     w4.Position = 2;
     w4.Expand = false;
     w4.Fill = false;
     this.Add (this.vbox2);
     if ((this.Child != null)) {
         this.Child.ShowAll ();
     }
     this.Hide ();
     this.button17.Clicked += new global::System.EventHandler (this.OnButton17Clicked);
     this.button37.Clicked += new global::System.EventHandler (this.OnButton37Clicked);
 }
		protected virtual void Build ()
		{
			global::Stetic.Gui.Initialize (this);
			// Widget MonoDevelop.Ide.Execution.MonoExecutionParametersWidget
			global::Stetic.BinContainer.Attach (this);
			this.Name = "MonoDevelop.Ide.Execution.MonoExecutionParametersWidget";
			// Container child MonoDevelop.Ide.Execution.MonoExecutionParametersWidget.Gtk.Container+ContainerChild
			this.hbox1 = new global::Gtk.HBox ();
			this.hbox1.Name = "hbox1";
			this.hbox1.Spacing = 6;
			this.hbox1.BorderWidth = ((uint)(6));
			// Container child hbox1.Gtk.Box+BoxChild
			this.propertyGrid = new global::MonoDevelop.Components.PropertyGrid.PropertyGrid ();
			this.propertyGrid.Name = "propertyGrid";
			this.propertyGrid.ShowToolbar = false;
			this.propertyGrid.ShowHelp = true;
			this.hbox1.Add (this.propertyGrid);
			global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.propertyGrid]));
			w1.Position = 0;
			// Container child hbox1.Gtk.Box+BoxChild
			this.vbox4 = new global::Gtk.VBox ();
			this.vbox4.Name = "vbox4";
			this.vbox4.Spacing = 6;
			// Container child vbox4.Gtk.Box+BoxChild
			this.buttonReset = new global::Gtk.Button ();
			this.buttonReset.CanFocus = true;
			this.buttonReset.Name = "buttonReset";
			this.buttonReset.UseUnderline = true;
			this.buttonReset.Label = global::Mono.Unix.Catalog.GetString ("Clear All Options");
			this.vbox4.Add (this.buttonReset);
			global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.buttonReset]));
			w2.Position = 0;
			w2.Expand = false;
			w2.Fill = false;
			// Container child vbox4.Gtk.Box+BoxChild
			this.buttonPreview = new global::Gtk.Button ();
			this.buttonPreview.CanFocus = true;
			this.buttonPreview.Name = "buttonPreview";
			this.buttonPreview.UseUnderline = true;
			this.buttonPreview.Label = global::Mono.Unix.Catalog.GetString ("Preview Options");
			this.vbox4.Add (this.buttonPreview);
			global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.buttonPreview]));
			w3.Position = 1;
			w3.Expand = false;
			w3.Fill = false;
			this.hbox1.Add (this.vbox4);
			global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.vbox4]));
			w4.Position = 1;
			w4.Expand = false;
			w4.Fill = false;
			this.Add (this.hbox1);
			if ((this.Child != null)) {
				this.Child.ShowAll ();
			}
			this.Hide ();
			this.buttonReset.Clicked += new global::System.EventHandler (this.OnButtonResetClicked);
			this.buttonPreview.Clicked += new global::System.EventHandler (this.OnButtonPreviewClicked);
		}
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize (this);
     // Widget Vodovoz.Reports.ShortfallBattlesReport
     global::Stetic.BinContainer.Attach (this);
     this.Name = "Vodovoz.Reports.ShortfallBattlesReport";
     // Container child Vodovoz.Reports.ShortfallBattlesReport.Gtk.Container+ContainerChild
     this.vbox1 = new global::Gtk.VBox ();
     this.vbox1.Name = "vbox1";
     this.vbox1.Spacing = 6;
     // Container child vbox1.Gtk.Box+BoxChild
     this.hbox3 = new global::Gtk.HBox ();
     this.hbox3.Name = "hbox3";
     this.hbox3.Spacing = 6;
     // Container child hbox3.Gtk.Box+BoxChild
     this.label2 = new global::Gtk.Label ();
     this.label2.Name = "label2";
     this.label2.LabelProp = global::Mono.Unix.Catalog.GetString ("Дата:");
     this.hbox3.Add (this.label2);
     global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.hbox3 [this.label2]));
     w1.Position = 0;
     w1.Expand = false;
     w1.Fill = false;
     // Container child hbox3.Gtk.Box+BoxChild
     this.ydatepicker = new global::Gamma.Widgets.yDatePicker ();
     this.ydatepicker.Events = ((global::Gdk.EventMask)(256));
     this.ydatepicker.Name = "ydatepicker";
     this.ydatepicker.WithTime = false;
     this.ydatepicker.Date = new global::System.DateTime (0);
     this.ydatepicker.IsEditable = true;
     this.ydatepicker.AutoSeparation = false;
     this.hbox3.Add (this.ydatepicker);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.hbox3 [this.ydatepicker]));
     w2.Position = 1;
     this.vbox1.Add (this.hbox3);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.hbox3]));
     w3.Position = 0;
     w3.Expand = false;
     w3.Fill = false;
     // Container child vbox1.Gtk.Box+BoxChild
     this.buttonCreateRepot = new global::Gtk.Button ();
     this.buttonCreateRepot.CanFocus = true;
     this.buttonCreateRepot.Name = "buttonCreateRepot";
     this.buttonCreateRepot.UseUnderline = true;
     this.buttonCreateRepot.Label = global::Mono.Unix.Catalog.GetString ("Сформировать отчет");
     this.vbox1.Add (this.buttonCreateRepot);
     global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.buttonCreateRepot]));
     w4.PackType = ((global::Gtk.PackType)(1));
     w4.Position = 2;
     w4.Expand = false;
     w4.Fill = false;
     this.Add (this.vbox1);
     if ((this.Child != null)) {
         this.Child.ShowAll ();
     }
     this.Hide ();
     this.buttonCreateRepot.Clicked += new global::System.EventHandler (this.OnButtonCreateRepotClicked);
 }
Exemple #31
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget Do.UI.PluginConfigurationWindow
     this.Name           = "Do.UI.PluginConfigurationWindow";
     this.Title          = global::Mono.Unix.Catalog.GetString("PluginConfigurationWindow");
     this.Icon           = global::Stetic.IconLoader.LoadIcon(this, "gtk-preferences", global::Gtk.IconSize.Menu);
     this.WindowPosition = ((global::Gtk.WindowPosition)(1));
     this.BorderWidth    = ((uint)(6));
     this.DefaultWidth   = 400;
     this.DefaultHeight  = 400;
     // Container child Do.UI.PluginConfigurationWindow.Gtk.Container+ContainerChild
     this.vbox2         = new global::Gtk.VBox();
     this.vbox2.Name    = "vbox2";
     this.vbox2.Spacing = 6;
     // Container child vbox2.Gtk.Box+BoxChild
     this.hbox2         = new global::Gtk.HBox();
     this.hbox2.Name    = "hbox2";
     this.hbox2.Spacing = 6;
     // Container child hbox2.Gtk.Box+BoxChild
     this.addin_title_img        = new global::Gtk.Image();
     this.addin_title_img.Name   = "addin_title_img";
     this.addin_title_img.Pixbuf = global::Stetic.IconLoader.LoadIcon(this, "gtk-dialog-info", global::Gtk.IconSize.Menu);
     this.hbox2.Add(this.addin_title_img);
     global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.addin_title_img]));
     w1.Position = 0;
     w1.Expand   = false;
     w1.Fill     = false;
     // Container child hbox2.Gtk.Box+BoxChild
     this.addin_title_lbl           = new global::Gtk.Label();
     this.addin_title_lbl.Name      = "addin_title_lbl";
     this.addin_title_lbl.LabelProp = global::Mono.Unix.Catalog.GetString("<span size=\"large\" weight=\"heavy\">Plugin name here</span>");
     this.addin_title_lbl.UseMarkup = true;
     this.hbox2.Add(this.addin_title_lbl);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.addin_title_lbl]));
     w2.Position = 1;
     w2.Expand   = false;
     w2.Fill     = false;
     this.vbox2.Add(this.hbox2);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.hbox2]));
     w3.Position = 0;
     w3.Expand   = false;
     w3.Fill     = false;
     // Container child vbox2.Gtk.Box+BoxChild
     this.notebook             = new global::Gtk.Notebook();
     this.notebook.CanFocus    = true;
     this.notebook.Name        = "notebook";
     this.notebook.CurrentPage = 0;
     // Notebook tab
     global::Gtk.Label w4 = new global::Gtk.Label();
     w4.Visible = true;
     this.notebook.Add(w4);
     this.label2           = new global::Gtk.Label();
     this.label2.Name      = "label2";
     this.label2.LabelProp = global::Mono.Unix.Catalog.GetString("page1");
     this.notebook.SetTabLabel(w4, this.label2);
     this.label2.ShowAll();
     this.vbox2.Add(this.notebook);
     global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.notebook]));
     w5.Position = 1;
     // Container child vbox2.Gtk.Box+BoxChild
     this.hbuttonbox2             = new global::Gtk.HButtonBox();
     this.hbuttonbox2.Name        = "hbuttonbox2";
     this.hbuttonbox2.LayoutStyle = ((global::Gtk.ButtonBoxStyle)(4));
     // Container child hbuttonbox2.Gtk.ButtonBox+ButtonBoxChild
     this.btn_close              = new global::Gtk.Button();
     this.btn_close.CanFocus     = true;
     this.btn_close.Name         = "btn_close";
     this.btn_close.UseStock     = true;
     this.btn_close.UseUnderline = true;
     this.btn_close.Label        = "gtk-close";
     this.hbuttonbox2.Add(this.btn_close);
     global::Gtk.ButtonBox.ButtonBoxChild w6 = ((global::Gtk.ButtonBox.ButtonBoxChild)(this.hbuttonbox2 [this.btn_close]));
     w6.Expand = false;
     w6.Fill   = false;
     this.vbox2.Add(this.hbuttonbox2);
     global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.hbuttonbox2]));
     w7.Position = 2;
     w7.Expand   = false;
     w7.Fill     = false;
     this.Add(this.vbox2);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.Show();
     this.btn_close.Clicked += new global::System.EventHandler(this.OnBtnCloseClicked);
 }
Exemple #32
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget Vodovoz.ViewWidgets.Permissions.PresetPermissionsView
     global::Stetic.BinContainer.Attach(this);
     this.Name = "Vodovoz.ViewWidgets.Permissions.PresetPermissionsView";
     // Container child Vodovoz.ViewWidgets.Permissions.PresetPermissionsView.Gtk.Container+ContainerChild
     this.vbox2         = new global::Gtk.VBox();
     this.vbox2.Name    = "vbox2";
     this.vbox2.Spacing = 6;
     // Container child vbox2.Gtk.Box+BoxChild
     this.hbox2         = new global::Gtk.HBox();
     this.hbox2.Name    = "hbox2";
     this.hbox2.Spacing = 6;
     // Container child hbox2.Gtk.Box+BoxChild
     this.GtkScrolledWindow1            = new global::Gtk.ScrolledWindow();
     this.GtkScrolledWindow1.Name       = "GtkScrolledWindow1";
     this.GtkScrolledWindow1.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child GtkScrolledWindow1.Gtk.Container+ContainerChild
     this.ytreeviewAvailablePermissions          = new global::Gamma.GtkWidgets.yTreeView();
     this.ytreeviewAvailablePermissions.CanFocus = true;
     this.ytreeviewAvailablePermissions.Name     = "ytreeviewAvailablePermissions";
     this.GtkScrolledWindow1.Add(this.ytreeviewAvailablePermissions);
     this.hbox2.Add(this.GtkScrolledWindow1);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.hbox2[this.GtkScrolledWindow1]));
     w2.Position = 0;
     // Container child hbox2.Gtk.Box+BoxChild
     this.vbox1         = new global::Gtk.VBox();
     this.vbox1.Name    = "vbox1";
     this.vbox1.Spacing = 6;
     // Container child vbox1.Gtk.Box+BoxChild
     this.buttonAdd              = new global::Gtk.Button();
     this.buttonAdd.CanFocus     = true;
     this.buttonAdd.Name         = "buttonAdd";
     this.buttonAdd.UseUnderline = true;
     this.buttonAdd.Label        = global::Mono.Unix.Catalog.GetString(">");
     this.vbox1.Add(this.buttonAdd);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.buttonAdd]));
     w3.Position = 1;
     w3.Expand   = false;
     w3.Fill     = false;
     // Container child vbox1.Gtk.Box+BoxChild
     this.buttonDelete              = new global::Gtk.Button();
     this.buttonDelete.CanFocus     = true;
     this.buttonDelete.Name         = "buttonDelete";
     this.buttonDelete.UseUnderline = true;
     this.buttonDelete.Label        = global::Mono.Unix.Catalog.GetString("<");
     this.vbox1.Add(this.buttonDelete);
     global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.buttonDelete]));
     w4.Position = 2;
     w4.Expand   = false;
     w4.Fill     = false;
     this.hbox2.Add(this.vbox1);
     global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.hbox2[this.vbox1]));
     w5.Position = 1;
     w5.Expand   = false;
     w5.Fill     = false;
     // Container child hbox2.Gtk.Box+BoxChild
     this.GtkScrolledWindow            = new global::Gtk.ScrolledWindow();
     this.GtkScrolledWindow.Name       = "GtkScrolledWindow";
     this.GtkScrolledWindow.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child GtkScrolledWindow.Gtk.Container+ContainerChild
     this.ytreeviewSelectedPermissions          = new global::Gamma.GtkWidgets.yTreeView();
     this.ytreeviewSelectedPermissions.CanFocus = true;
     this.ytreeviewSelectedPermissions.Name     = "ytreeviewSelectedPermissions";
     this.GtkScrolledWindow.Add(this.ytreeviewSelectedPermissions);
     this.hbox2.Add(this.GtkScrolledWindow);
     global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.hbox2[this.GtkScrolledWindow]));
     w7.Position = 2;
     this.vbox2.Add(this.hbox2);
     global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.hbox2]));
     w8.Position = 0;
     // Container child vbox2.Gtk.Box+BoxChild
     this.searchPresetPermissions        = new global::QSWidgetLib.SearchEntity();
     this.searchPresetPermissions.Events = ((global::Gdk.EventMask)(256));
     this.searchPresetPermissions.Name   = "searchPresetPermissions";
     this.vbox2.Add(this.searchPresetPermissions);
     global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.searchPresetPermissions]));
     w9.Position = 1;
     w9.Expand   = false;
     w9.Fill     = false;
     this.Add(this.vbox2);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.Hide();
     this.ytreeviewAvailablePermissions.RowActivated += new global::Gtk.RowActivatedHandler(this.OnYtreeviewAvailablePermissionsRowActivated);
     this.buttonAdd.Clicked    += new global::System.EventHandler(this.OnButtonAddClicked);
     this.buttonDelete.Clicked += new global::System.EventHandler(this.OnButtonDeleteClicked);
 }
Exemple #33
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget LongoMatch.Gui.Dialog.PlayEditor
     this.Name            = "LongoMatch.Gui.Dialog.PlayEditor";
     this.Title           = global::VAS.Core.Catalog.GetString("Edit event details");
     this.Icon            = global::Stetic.IconLoader.LoadIcon(this, "lm-longomatch", global::Gtk.IconSize.Menu);
     this.TypeHint        = ((global::Gdk.WindowTypeHint)(1));
     this.WindowPosition  = ((global::Gtk.WindowPosition)(4));
     this.Modal           = true;
     this.Gravity         = ((global::Gdk.Gravity)(5));
     this.SkipPagerHint   = true;
     this.SkipTaskbarHint = true;
     // Internal child LongoMatch.Gui.Dialog.PlayEditor.VBox
     global::Gtk.VBox w1 = this.VBox;
     w1.Name        = "dialog1_VBox";
     w1.BorderWidth = ((uint)(2));
     // Container child dialog1_VBox.Gtk.Box+BoxChild
     this.scrolledwindow2            = new global::Gtk.ScrolledWindow();
     this.scrolledwindow2.CanFocus   = true;
     this.scrolledwindow2.Name       = "scrolledwindow2";
     this.scrolledwindow2.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child scrolledwindow2.Gtk.Container+ContainerChild
     global::Gtk.Viewport w2 = new global::Gtk.Viewport();
     w2.ShadowType = ((global::Gtk.ShadowType)(0));
     // Container child GtkViewport1.Gtk.Container+ContainerChild
     this.vbox3         = new global::Gtk.VBox();
     this.vbox3.Name    = "vbox3";
     this.vbox3.Spacing = 6;
     // Container child vbox3.Gtk.Box+BoxChild
     this.hbox4 = new global::Gtk.HBox();
     this.hbox4.HeightRequest = 80;
     this.hbox4.Name          = "hbox4";
     this.hbox4.Spacing       = 6;
     // Container child hbox4.Gtk.Box+BoxChild
     this.nameframe = new global::Gtk.Frame();
     this.nameframe.WidthRequest = 200;
     this.nameframe.Name         = "nameframe";
     this.nameframe.ShadowType   = ((global::Gtk.ShadowType)(0));
     // Container child nameframe.Gtk.Container+ContainerChild
     this.GtkAlignment3             = new global::Gtk.Alignment(0F, 0F, 1F, 1F);
     this.GtkAlignment3.Name        = "GtkAlignment3";
     this.GtkAlignment3.LeftPadding = ((uint)(12));
     // Container child GtkAlignment3.Gtk.Container+ContainerChild
     this.hbox3         = new global::Gtk.HBox();
     this.hbox3.Name    = "hbox3";
     this.hbox3.Spacing = 6;
     // Container child hbox3.Gtk.Box+BoxChild
     this.nameentry               = new global::Gtk.Entry();
     this.nameentry.CanFocus      = true;
     this.nameentry.Name          = "nameentry";
     this.nameentry.IsEditable    = true;
     this.nameentry.InvisibleChar = '•';
     this.hbox3.Add(this.nameentry);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.hbox3 [this.nameentry]));
     w3.Position = 0;
     w3.Expand   = false;
     w3.Fill     = false;
     this.GtkAlignment3.Add(this.hbox3);
     this.nameframe.Add(this.GtkAlignment3);
     this.GtkLabel3             = new global::Gtk.Label();
     this.GtkLabel3.Name        = "GtkLabel3";
     this.GtkLabel3.LabelProp   = global::VAS.Core.Catalog.GetString("<b>Name</b>");
     this.GtkLabel3.UseMarkup   = true;
     this.nameframe.LabelWidget = this.GtkLabel3;
     this.hbox4.Add(this.nameframe);
     global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.hbox4 [this.nameframe]));
     w6.Position = 0;
     w6.Expand   = false;
     w6.Fill     = false;
     // Container child hbox4.Gtk.Box+BoxChild
     this.notesframe            = new global::Gtk.Frame();
     this.notesframe.Name       = "notesframe";
     this.notesframe.ShadowType = ((global::Gtk.ShadowType)(0));
     // Container child notesframe.Gtk.Container+ContainerChild
     this.GtkAlignment             = new global::Gtk.Alignment(0F, 0F, 1F, 1F);
     this.GtkAlignment.Name        = "GtkAlignment";
     this.GtkAlignment.LeftPadding = ((uint)(12));
     // Container child GtkAlignment.Gtk.Container+ContainerChild
     this.notes = new global::LongoMatch.Gui.Component.NotesWidget();
     this.notes.HeightRequest = 100;
     this.notes.Events        = ((global::Gdk.EventMask)(256));
     this.notes.Name          = "notes";
     this.GtkAlignment.Add(this.notes);
     this.notesframe.Add(this.GtkAlignment);
     this.GtkLabel1              = new global::Gtk.Label();
     this.GtkLabel1.Name         = "GtkLabel1";
     this.GtkLabel1.LabelProp    = global::VAS.Core.Catalog.GetString("<b>Notes</b>");
     this.GtkLabel1.UseMarkup    = true;
     this.notesframe.LabelWidget = this.GtkLabel1;
     this.hbox4.Add(this.notesframe);
     global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.hbox4 [this.notesframe]));
     w9.Position = 1;
     this.vbox3.Add(this.hbox4);
     global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.hbox4]));
     w10.Position = 0;
     w10.Expand   = false;
     w10.Fill     = false;
     // Container child vbox3.Gtk.Box+BoxChild
     this.tagsvbox         = new global::Gtk.VBox();
     this.tagsvbox.Name    = "tagsvbox";
     this.tagsvbox.Spacing = 6;
     this.vbox3.Add(this.tagsvbox);
     global::Gtk.Box.BoxChild w11 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.tagsvbox]));
     w11.Position = 1;
     // Container child vbox3.Gtk.Box+BoxChild
     this.locationsBox         = new global::Gtk.HBox();
     this.locationsBox.Name    = "locationsBox";
     this.locationsBox.Spacing = 6;
     // Container child locationsBox.Gtk.Box+BoxChild
     this.fieldDrawingarea      = new global::Gtk.DrawingArea();
     this.fieldDrawingarea.Name = "fieldDrawingarea";
     this.locationsBox.Add(this.fieldDrawingarea);
     global::Gtk.Box.BoxChild w12 = ((global::Gtk.Box.BoxChild)(this.locationsBox [this.fieldDrawingarea]));
     w12.Position = 0;
     // Container child locationsBox.Gtk.Box+BoxChild
     this.hfieldDrawingarea      = new global::Gtk.DrawingArea();
     this.hfieldDrawingarea.Name = "hfieldDrawingarea";
     this.locationsBox.Add(this.hfieldDrawingarea);
     global::Gtk.Box.BoxChild w13 = ((global::Gtk.Box.BoxChild)(this.locationsBox [this.hfieldDrawingarea]));
     w13.Position = 1;
     // Container child locationsBox.Gtk.Box+BoxChild
     this.goalDrawingarea      = new global::Gtk.DrawingArea();
     this.goalDrawingarea.Name = "goalDrawingarea";
     this.locationsBox.Add(this.goalDrawingarea);
     global::Gtk.Box.BoxChild w14 = ((global::Gtk.Box.BoxChild)(this.locationsBox [this.goalDrawingarea]));
     w14.Position = 2;
     this.vbox3.Add(this.locationsBox);
     global::Gtk.Box.BoxChild w15 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.locationsBox]));
     w15.Position = 2;
     // Container child vbox3.Gtk.Box+BoxChild
     this.drawingarea3 = new global::Gtk.DrawingArea();
     this.drawingarea3.HeightRequest = 200;
     this.drawingarea3.Name          = "drawingarea3";
     this.vbox3.Add(this.drawingarea3);
     global::Gtk.Box.BoxChild w16 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.drawingarea3]));
     w16.Position = 3;
     w2.Add(this.vbox3);
     this.scrolledwindow2.Add(w2);
     w1.Add(this.scrolledwindow2);
     global::Gtk.Box.BoxChild w19 = ((global::Gtk.Box.BoxChild)(w1 [this.scrolledwindow2]));
     w19.Position = 0;
     // Internal child LongoMatch.Gui.Dialog.PlayEditor.ActionArea
     global::Gtk.HButtonBox w20 = this.ActionArea;
     w20.Name        = "dialog1_ActionArea";
     w20.Spacing     = 10;
     w20.BorderWidth = ((uint)(5));
     w20.LayoutStyle = ((global::Gtk.ButtonBoxStyle)(4));
     // Container child dialog1_ActionArea.Gtk.ButtonBox+ButtonBoxChild
     this.buttonOk              = new global::Gtk.Button();
     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);
     global::Gtk.ButtonBox.ButtonBoxChild w21 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w20 [this.buttonOk]));
     w21.Expand = false;
     w21.Fill   = false;
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.DefaultWidth  = 1021;
     this.DefaultHeight = 671;
     this.Show();
 }
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget MonoDevelop.PlayScript.Refactoring.CodeIssues.NameConventionEditRuleDialog
     this.WidthRequest      = 640;
     this.HeightRequest     = 480;
     this.Name              = "MonoDevelop.PlayScript.Refactoring.CodeIssues.NameConventionEditRuleDialog";
     this.Title             = global::Mono.Unix.Catalog.GetString("Edit Naming Rule");
     this.WindowPosition    = ((global::Gtk.WindowPosition)(4));
     this.Modal             = true;
     this.Resizable         = false;
     this.DestroyWithParent = true;
     this.SkipPagerHint     = true;
     this.SkipTaskbarHint   = true;
     // Internal child MonoDevelop.PlayScript.Refactoring.CodeIssues.NameConventionEditRuleDialog.VBox
     global::Gtk.VBox w1 = this.VBox;
     w1.Name        = "dialog1_VBox";
     w1.BorderWidth = ((uint)(2));
     // Container child dialog1_VBox.Gtk.Box+BoxChild
     this.vbox3         = new global::Gtk.VBox();
     this.vbox3.Name    = "vbox3";
     this.vbox3.Spacing = 6;
     // Container child vbox3.Gtk.Box+BoxChild
     this.hbox3         = new global::Gtk.HBox();
     this.hbox3.Name    = "hbox3";
     this.hbox3.Spacing = 6;
     // Container child hbox3.Gtk.Box+BoxChild
     this.label4              = new global::Gtk.Label();
     this.label4.Name         = "label4";
     this.label4.Xalign       = 1F;
     this.label4.LabelProp    = global::Mono.Unix.Catalog.GetString("_Rule:");
     this.label4.UseUnderline = true;
     this.hbox3.Add(this.label4);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.hbox3 [this.label4]));
     w2.Position = 0;
     w2.Expand   = false;
     w2.Fill     = false;
     // Container child hbox3.Gtk.Box+BoxChild
     this.entryRuleName               = new global::Gtk.Entry();
     this.entryRuleName.CanFocus      = true;
     this.entryRuleName.Name          = "entryRuleName";
     this.entryRuleName.IsEditable    = true;
     this.entryRuleName.InvisibleChar = '●';
     this.hbox3.Add(this.entryRuleName);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.hbox3 [this.entryRuleName]));
     w3.Position = 1;
     this.vbox3.Add(this.hbox3);
     global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.hbox3]));
     w4.Position = 0;
     w4.Expand   = false;
     w4.Fill     = false;
     // Container child vbox3.Gtk.Box+BoxChild
     this.hbox1         = new global::Gtk.HBox();
     this.hbox1.Name    = "hbox1";
     this.hbox1.Spacing = 6;
     // Container child hbox1.Gtk.Box+BoxChild
     this.table1               = new global::Gtk.Table(((uint)(4)), ((uint)(2)), false);
     this.table1.Name          = "table1";
     this.table1.RowSpacing    = ((uint)(6));
     this.table1.ColumnSpacing = ((uint)(6));
     this.table1.BorderWidth   = ((uint)(6));
     // Container child table1.Gtk.Table+TableChild
     this.GtkScrolledWindow            = new global::Gtk.ScrolledWindow();
     this.GtkScrolledWindow.Name       = "GtkScrolledWindow";
     this.GtkScrolledWindow.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child GtkScrolledWindow.Gtk.Container+ContainerChild
     this.treeviewEntities = new global::Gtk.TreeView();
     this.treeviewEntities.WidthRequest   = 0;
     this.treeviewEntities.CanFocus       = true;
     this.treeviewEntities.Name           = "treeviewEntities";
     this.treeviewEntities.HeadersVisible = false;
     this.GtkScrolledWindow.Add(this.treeviewEntities);
     this.table1.Add(this.GtkScrolledWindow);
     global::Gtk.Table.TableChild w6 = ((global::Gtk.Table.TableChild)(this.table1 [this.GtkScrolledWindow]));
     w6.TopAttach    = ((uint)(1));
     w6.BottomAttach = ((uint)(2));
     w6.RightAttach  = ((uint)(2));
     w6.XOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.GtkScrolledWindow1            = new global::Gtk.ScrolledWindow();
     this.GtkScrolledWindow1.Name       = "GtkScrolledWindow1";
     this.GtkScrolledWindow1.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child GtkScrolledWindow1.Gtk.Container+ContainerChild
     this.treeviewAccessibility                = new global::Gtk.TreeView();
     this.treeviewAccessibility.CanFocus       = true;
     this.treeviewAccessibility.Name           = "treeviewAccessibility";
     this.treeviewAccessibility.HeadersVisible = false;
     this.GtkScrolledWindow1.Add(this.treeviewAccessibility);
     this.table1.Add(this.GtkScrolledWindow1);
     global::Gtk.Table.TableChild w8 = ((global::Gtk.Table.TableChild)(this.table1 [this.GtkScrolledWindow1]));
     w8.TopAttach    = ((uint)(3));
     w8.BottomAttach = ((uint)(4));
     // Container child table1.Gtk.Table+TableChild
     this.label5              = new global::Gtk.Label();
     this.label5.Name         = "label5";
     this.label5.Xalign       = 0F;
     this.label5.LabelProp    = global::Mono.Unix.Catalog.GetString("_Affected entities:");
     this.label5.UseUnderline = true;
     this.table1.Add(this.label5);
     global::Gtk.Table.TableChild w9 = ((global::Gtk.Table.TableChild)(this.table1 [this.label5]));
     w9.XOptions = ((global::Gtk.AttachOptions)(4));
     w9.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.label6              = new global::Gtk.Label();
     this.label6.Name         = "label6";
     this.label6.Xalign       = 0F;
     this.label6.LabelProp    = global::Mono.Unix.Catalog.GetString("_Accessibility:");
     this.label6.UseUnderline = true;
     this.table1.Add(this.label6);
     global::Gtk.Table.TableChild w10 = ((global::Gtk.Table.TableChild)(this.table1 [this.label6]));
     w10.TopAttach    = ((uint)(2));
     w10.BottomAttach = ((uint)(3));
     w10.XOptions     = ((global::Gtk.AttachOptions)(4));
     w10.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.label7           = new global::Gtk.Label();
     this.label7.Name      = "label7";
     this.label7.Xalign    = 0F;
     this.label7.LabelProp = global::Mono.Unix.Catalog.GetString("Static/Non Static");
     this.table1.Add(this.label7);
     global::Gtk.Table.TableChild w11 = ((global::Gtk.Table.TableChild)(this.table1 [this.label7]));
     w11.TopAttach    = ((uint)(2));
     w11.BottomAttach = ((uint)(3));
     w11.LeftAttach   = ((uint)(1));
     w11.RightAttach  = ((uint)(2));
     w11.XOptions     = ((global::Gtk.AttachOptions)(4));
     w11.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.vbox1         = new global::Gtk.VBox();
     this.vbox1.Name    = "vbox1";
     this.vbox1.Spacing = 6;
     // Container child vbox1.Gtk.Box+BoxChild
     this.checkbuttonStatic               = new global::Gtk.CheckButton();
     this.checkbuttonStatic.CanFocus      = true;
     this.checkbuttonStatic.Name          = "checkbuttonStatic";
     this.checkbuttonStatic.Label         = global::Mono.Unix.Catalog.GetString("_Static member and types");
     this.checkbuttonStatic.Active        = true;
     this.checkbuttonStatic.DrawIndicator = true;
     this.checkbuttonStatic.UseUnderline  = true;
     this.vbox1.Add(this.checkbuttonStatic);
     global::Gtk.Box.BoxChild w12 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.checkbuttonStatic]));
     w12.Position = 0;
     w12.Expand   = false;
     w12.Fill     = false;
     // Container child vbox1.Gtk.Box+BoxChild
     this.checkbuttonInstanceMembers               = new global::Gtk.CheckButton();
     this.checkbuttonInstanceMembers.CanFocus      = true;
     this.checkbuttonInstanceMembers.Name          = "checkbuttonInstanceMembers";
     this.checkbuttonInstanceMembers.Label         = global::Mono.Unix.Catalog.GetString("_Instance members and locals");
     this.checkbuttonInstanceMembers.DrawIndicator = true;
     this.checkbuttonInstanceMembers.UseUnderline  = true;
     this.vbox1.Add(this.checkbuttonInstanceMembers);
     global::Gtk.Box.BoxChild w13 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.checkbuttonInstanceMembers]));
     w13.Position = 1;
     w13.Expand   = false;
     w13.Fill     = false;
     this.table1.Add(this.vbox1);
     global::Gtk.Table.TableChild w14 = ((global::Gtk.Table.TableChild)(this.table1 [this.vbox1]));
     w14.TopAttach    = ((uint)(3));
     w14.BottomAttach = ((uint)(4));
     w14.LeftAttach   = ((uint)(1));
     w14.RightAttach  = ((uint)(2));
     w14.XOptions     = ((global::Gtk.AttachOptions)(4));
     w14.YOptions     = ((global::Gtk.AttachOptions)(4));
     this.hbox1.Add(this.table1);
     global::Gtk.Box.BoxChild w15 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.table1]));
     w15.Position = 0;
     // Container child hbox1.Gtk.Box+BoxChild
     this.table2               = new global::Gtk.Table(((uint)(4)), ((uint)(2)), false);
     this.table2.Name          = "table2";
     this.table2.RowSpacing    = ((uint)(6));
     this.table2.ColumnSpacing = ((uint)(6));
     // Container child table2.Gtk.Table+TableChild
     this.entryPrefix               = new global::Gtk.Entry();
     this.entryPrefix.CanFocus      = true;
     this.entryPrefix.Name          = "entryPrefix";
     this.entryPrefix.IsEditable    = true;
     this.entryPrefix.InvisibleChar = '●';
     this.table2.Add(this.entryPrefix);
     global::Gtk.Table.TableChild w16 = ((global::Gtk.Table.TableChild)(this.table2 [this.entryPrefix]));
     w16.LeftAttach  = ((uint)(1));
     w16.RightAttach = ((uint)(2));
     w16.YOptions    = ((global::Gtk.AttachOptions)(4));
     // Container child table2.Gtk.Table+TableChild
     this.entryPrefixAllowed               = new global::Gtk.Entry();
     this.entryPrefixAllowed.CanFocus      = true;
     this.entryPrefixAllowed.Name          = "entryPrefixAllowed";
     this.entryPrefixAllowed.IsEditable    = true;
     this.entryPrefixAllowed.InvisibleChar = '●';
     this.table2.Add(this.entryPrefixAllowed);
     global::Gtk.Table.TableChild w17 = ((global::Gtk.Table.TableChild)(this.table2 [this.entryPrefixAllowed]));
     w17.TopAttach    = ((uint)(1));
     w17.BottomAttach = ((uint)(2));
     w17.LeftAttach   = ((uint)(1));
     w17.RightAttach  = ((uint)(2));
     w17.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table2.Gtk.Table+TableChild
     this.entrySuffix               = new global::Gtk.Entry();
     this.entrySuffix.CanFocus      = true;
     this.entrySuffix.Name          = "entrySuffix";
     this.entrySuffix.IsEditable    = true;
     this.entrySuffix.InvisibleChar = '●';
     this.table2.Add(this.entrySuffix);
     global::Gtk.Table.TableChild w18 = ((global::Gtk.Table.TableChild)(this.table2 [this.entrySuffix]));
     w18.TopAttach    = ((uint)(3));
     w18.BottomAttach = ((uint)(4));
     w18.LeftAttach   = ((uint)(1));
     w18.RightAttach  = ((uint)(2));
     w18.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table2.Gtk.Table+TableChild
     this.label1           = new global::Gtk.Label();
     this.label1.Name      = "label1";
     this.label1.Xalign    = 1F;
     this.label1.LabelProp = global::Mono.Unix.Catalog.GetString("Prefix:");
     this.table2.Add(this.label1);
     global::Gtk.Table.TableChild w19 = ((global::Gtk.Table.TableChild)(this.table2 [this.label1]));
     w19.XOptions = ((global::Gtk.AttachOptions)(4));
     w19.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table2.Gtk.Table+TableChild
     this.label3           = new global::Gtk.Label();
     this.label3.Name      = "label3";
     this.label3.Xalign    = 1F;
     this.label3.LabelProp = global::Mono.Unix.Catalog.GetString("Suffix:");
     this.table2.Add(this.label3);
     global::Gtk.Table.TableChild w20 = ((global::Gtk.Table.TableChild)(this.table2 [this.label3]));
     w20.TopAttach    = ((uint)(3));
     w20.BottomAttach = ((uint)(4));
     w20.XOptions     = ((global::Gtk.AttachOptions)(4));
     w20.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table2.Gtk.Table+TableChild
     this.label8           = new global::Gtk.Label();
     this.label8.Name      = "label8";
     this.label8.Xalign    = 1F;
     this.label8.LabelProp = global::Mono.Unix.Catalog.GetString("Optional Prefixes:");
     this.table2.Add(this.label8);
     global::Gtk.Table.TableChild w21 = ((global::Gtk.Table.TableChild)(this.table2 [this.label8]));
     w21.TopAttach    = ((uint)(1));
     w21.BottomAttach = ((uint)(2));
     w21.XOptions     = ((global::Gtk.AttachOptions)(4));
     w21.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table2.Gtk.Table+TableChild
     this.vbox2         = new global::Gtk.VBox();
     this.vbox2.Name    = "vbox2";
     this.vbox2.Spacing = 6;
     // Container child vbox2.Gtk.Box+BoxChild
     this.label2           = new global::Gtk.Label();
     this.label2.Name      = "label2";
     this.label2.Xalign    = 1F;
     this.label2.LabelProp = global::Mono.Unix.Catalog.GetString("Style:");
     this.vbox2.Add(this.label2);
     global::Gtk.Box.BoxChild w22 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.label2]));
     w22.Position = 0;
     w22.Expand   = false;
     w22.Fill     = false;
     this.table2.Add(this.vbox2);
     global::Gtk.Table.TableChild w23 = ((global::Gtk.Table.TableChild)(this.table2 [this.vbox2]));
     w23.TopAttach    = ((uint)(2));
     w23.BottomAttach = ((uint)(3));
     w23.XOptions     = ((global::Gtk.AttachOptions)(4));
     w23.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table2.Gtk.Table+TableChild
     this.vbox4         = new global::Gtk.VBox();
     this.vbox4.Name    = "vbox4";
     this.vbox4.Spacing = 6;
     // Container child vbox4.Gtk.Box+BoxChild
     this.radiobuttonPascalCase               = new global::Gtk.RadioButton(global::Mono.Unix.Catalog.GetString("_PascalCase"));
     this.radiobuttonPascalCase.CanFocus      = true;
     this.radiobuttonPascalCase.Name          = "radiobuttonPascalCase";
     this.radiobuttonPascalCase.Active        = true;
     this.radiobuttonPascalCase.DrawIndicator = true;
     this.radiobuttonPascalCase.UseUnderline  = true;
     this.radiobuttonPascalCase.Group         = new global::GLib.SList(global::System.IntPtr.Zero);
     this.vbox4.Add(this.radiobuttonPascalCase);
     global::Gtk.Box.BoxChild w24 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.radiobuttonPascalCase]));
     w24.Position = 0;
     w24.Expand   = false;
     w24.Fill     = false;
     // Container child vbox4.Gtk.Box+BoxChild
     this.radiobuttonCamelCase               = new global::Gtk.RadioButton(global::Mono.Unix.Catalog.GetString("_camelCase"));
     this.radiobuttonCamelCase.CanFocus      = true;
     this.radiobuttonCamelCase.Name          = "radiobuttonCamelCase";
     this.radiobuttonCamelCase.DrawIndicator = true;
     this.radiobuttonCamelCase.UseUnderline  = true;
     this.radiobuttonCamelCase.Group         = this.radiobuttonPascalCase.Group;
     this.vbox4.Add(this.radiobuttonCamelCase);
     global::Gtk.Box.BoxChild w25 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.radiobuttonCamelCase]));
     w25.Position = 1;
     w25.Expand   = false;
     w25.Fill     = false;
     // Container child vbox4.Gtk.Box+BoxChild
     this.radiobuttonAllUpper               = new global::Gtk.RadioButton(global::Mono.Unix.Catalog.GetString("_ALL__Upper"));
     this.radiobuttonAllUpper.CanFocus      = true;
     this.radiobuttonAllUpper.Name          = "radiobuttonAllUpper";
     this.radiobuttonAllUpper.DrawIndicator = true;
     this.radiobuttonAllUpper.UseUnderline  = true;
     this.radiobuttonAllUpper.Group         = this.radiobuttonPascalCase.Group;
     this.vbox4.Add(this.radiobuttonAllUpper);
     global::Gtk.Box.BoxChild w26 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.radiobuttonAllUpper]));
     w26.Position = 2;
     w26.Expand   = false;
     w26.Fill     = false;
     // Container child vbox4.Gtk.Box+BoxChild
     this.radiobuttonAllLower               = new global::Gtk.RadioButton(global::Mono.Unix.Catalog.GetString("all__l_ower"));
     this.radiobuttonAllLower.CanFocus      = true;
     this.radiobuttonAllLower.Name          = "radiobuttonAllLower";
     this.radiobuttonAllLower.DrawIndicator = true;
     this.radiobuttonAllLower.UseUnderline  = true;
     this.radiobuttonAllLower.Group         = this.radiobuttonPascalCase.Group;
     this.vbox4.Add(this.radiobuttonAllLower);
     global::Gtk.Box.BoxChild w27 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.radiobuttonAllLower]));
     w27.Position = 3;
     w27.Expand   = false;
     w27.Fill     = false;
     // Container child vbox4.Gtk.Box+BoxChild
     this.radiobuttonFirstUpper               = new global::Gtk.RadioButton(global::Mono.Unix.Catalog.GetString("_First__upper"));
     this.radiobuttonFirstUpper.CanFocus      = true;
     this.radiobuttonFirstUpper.Name          = "radiobuttonFirstUpper";
     this.radiobuttonFirstUpper.DrawIndicator = true;
     this.radiobuttonFirstUpper.UseUnderline  = true;
     this.radiobuttonFirstUpper.Group         = this.radiobuttonPascalCase.Group;
     this.vbox4.Add(this.radiobuttonFirstUpper);
     global::Gtk.Box.BoxChild w28 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.radiobuttonFirstUpper]));
     w28.Position = 4;
     w28.Expand   = false;
     w28.Fill     = false;
     this.table2.Add(this.vbox4);
     global::Gtk.Table.TableChild w29 = ((global::Gtk.Table.TableChild)(this.table2 [this.vbox4]));
     w29.TopAttach    = ((uint)(2));
     w29.BottomAttach = ((uint)(3));
     w29.LeftAttach   = ((uint)(1));
     w29.RightAttach  = ((uint)(2));
     w29.YOptions     = ((global::Gtk.AttachOptions)(4));
     this.hbox1.Add(this.table2);
     global::Gtk.Box.BoxChild w30 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.table2]));
     w30.Position = 1;
     this.vbox3.Add(this.hbox1);
     global::Gtk.Box.BoxChild w31 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.hbox1]));
     w31.Position = 1;
     w1.Add(this.vbox3);
     global::Gtk.Box.BoxChild w32 = ((global::Gtk.Box.BoxChild)(w1 [this.vbox3]));
     w32.Position = 0;
     w32.Padding  = ((uint)(6));
     // Internal child MonoDevelop.PlayScript.Refactoring.CodeIssues.NameConventionEditRuleDialog.ActionArea
     global::Gtk.HButtonBox w33 = this.ActionArea;
     w33.Name        = "dialog1_ActionArea";
     w33.Spacing     = 10;
     w33.BorderWidth = ((uint)(5));
     w33.LayoutStyle = ((global::Gtk.ButtonBoxStyle)(4));
     // Container child dialog1_ActionArea.Gtk.ButtonBox+ButtonBoxChild
     this.buttonCancel              = new global::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);
     global::Gtk.ButtonBox.ButtonBoxChild w34 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w33 [this.buttonCancel]));
     w34.Expand = false;
     w34.Fill   = false;
     // Container child dialog1_ActionArea.Gtk.ButtonBox+ButtonBoxChild
     this.buttonOk              = new global::Gtk.Button();
     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);
     global::Gtk.ButtonBox.ButtonBoxChild w35 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w33 [this.buttonOk]));
     w35.Position = 1;
     w35.Expand   = false;
     w35.Fill     = false;
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.DefaultWidth  = 646;
     this.DefaultHeight = 508;
     this.Show();
 }
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget Projekt.PregledRezervacijaWidget
     global::Stetic.BinContainer.Attach(this);
     this.Name = "Projekt.PregledRezervacijaWidget";
     // Container child Projekt.PregledRezervacijaWidget.Gtk.Container+ContainerChild
     this.vbox7         = new global::Gtk.VBox();
     this.vbox7.Name    = "vbox7";
     this.vbox7.Spacing = 6;
     // Container child vbox7.Gtk.Box+BoxChild
     this.label1           = new global::Gtk.Label();
     this.label1.Name      = "label1";
     this.label1.LabelProp = global::Mono.Unix.Catalog.GetString("Pregled rezervacija");
     this.vbox7.Add(this.label1);
     global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.vbox7[this.label1]));
     w1.Position = 0;
     w1.Expand   = false;
     w1.Fill     = false;
     // Container child vbox7.Gtk.Box+BoxChild
     this.hbox1         = new global::Gtk.HBox();
     this.hbox1.Name    = "hbox1";
     this.hbox1.Spacing = 6;
     // Container child hbox1.Gtk.Box+BoxChild
     this.label2           = new global::Gtk.Label();
     this.label2.Name      = "label2";
     this.label2.LabelProp = global::Mono.Unix.Catalog.GetString("Unesite OIB:");
     this.hbox1.Add(this.label2);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.label2]));
     w2.Position = 0;
     w2.Expand   = false;
     w2.Fill     = false;
     // Container child hbox1.Gtk.Box+BoxChild
     this.entry1               = new global::Gtk.Entry();
     this.entry1.CanFocus      = true;
     this.entry1.Name          = "entry1";
     this.entry1.IsEditable    = true;
     this.entry1.InvisibleChar = '●';
     this.hbox1.Add(this.entry1);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.entry1]));
     w3.Position = 1;
     // Container child hbox1.Gtk.Box+BoxChild
     this.button1              = new global::Gtk.Button();
     this.button1.CanFocus     = true;
     this.button1.Name         = "button1";
     this.button1.UseUnderline = true;
     this.button1.Label        = global::Mono.Unix.Catalog.GetString("Pretraži rezervacije");
     this.hbox1.Add(this.button1);
     global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.button1]));
     w4.Position = 2;
     w4.Expand   = false;
     w4.Fill     = false;
     this.vbox7.Add(this.hbox1);
     global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.vbox7[this.hbox1]));
     w5.Position = 1;
     w5.Expand   = false;
     w5.Fill     = false;
     // Container child vbox7.Gtk.Box+BoxChild
     this.hbox3         = new global::Gtk.HBox();
     this.hbox3.Name    = "hbox3";
     this.hbox3.Spacing = 6;
     // Container child hbox3.Gtk.Box+BoxChild
     this.nodeview1 = new global::Gtk.NodeView();
     this.nodeview1.HeightRequest = 200;
     this.nodeview1.CanFocus      = true;
     this.nodeview1.Name          = "nodeview1";
     this.hbox3.Add(this.nodeview1);
     global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.hbox3[this.nodeview1]));
     w6.Position = 0;
     this.vbox7.Add(this.hbox3);
     global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.vbox7[this.hbox3]));
     w7.Position = 2;
     // Container child vbox7.Gtk.Box+BoxChild
     this.hbox2         = new global::Gtk.HBox();
     this.hbox2.Name    = "hbox2";
     this.hbox2.Spacing = 6;
     // Container child hbox2.Gtk.Box+BoxChild
     this.label4           = new global::Gtk.Label();
     this.label4.Name      = "label4";
     this.label4.LabelProp = global::Mono.Unix.Catalog.GetString("Za otkazivanje rezervacije odaberite i označite na listi rezervaciju koju želite " +
                                                                 "otkazati (siva boja)");
     this.hbox2.Add(this.label4);
     global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.hbox2[this.label4]));
     w8.Position = 0;
     w8.Expand   = false;
     w8.Fill     = false;
     this.vbox7.Add(this.hbox2);
     global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.vbox7[this.hbox2]));
     w9.Position = 3;
     w9.Expand   = false;
     w9.Fill     = false;
     // Container child vbox7.Gtk.Box+BoxChild
     this.hbox6         = new global::Gtk.HBox();
     this.hbox6.Name    = "hbox6";
     this.hbox6.Spacing = 6;
     // Container child hbox6.Gtk.Box+BoxChild
     this.label3           = new global::Gtk.Label();
     this.label3.Name      = "label3";
     this.label3.LabelProp = global::Mono.Unix.Catalog.GetString("Unesite broj kreditne kartice za potvrdu otkazivanja rezervacije:");
     this.hbox6.Add(this.label3);
     global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(this.hbox6[this.label3]));
     w10.Position = 0;
     w10.Expand   = false;
     w10.Fill     = false;
     // Container child hbox6.Gtk.Box+BoxChild
     this.entry2               = new global::Gtk.Entry();
     this.entry2.CanFocus      = true;
     this.entry2.Name          = "entry2";
     this.entry2.IsEditable    = true;
     this.entry2.InvisibleChar = '●';
     this.hbox6.Add(this.entry2);
     global::Gtk.Box.BoxChild w11 = ((global::Gtk.Box.BoxChild)(this.hbox6[this.entry2]));
     w11.Position = 1;
     this.vbox7.Add(this.hbox6);
     global::Gtk.Box.BoxChild w12 = ((global::Gtk.Box.BoxChild)(this.vbox7[this.hbox6]));
     w12.Position = 4;
     w12.Expand   = false;
     w12.Fill     = false;
     // Container child vbox7.Gtk.Box+BoxChild
     this.hbox7         = new global::Gtk.HBox();
     this.hbox7.Name    = "hbox7";
     this.hbox7.Spacing = 6;
     // Container child hbox7.Gtk.Box+BoxChild
     this.button10              = new global::Gtk.Button();
     this.button10.Sensitive    = false;
     this.button10.CanFocus     = true;
     this.button10.Name         = "button10";
     this.button10.UseUnderline = true;
     this.button10.Label        = global::Mono.Unix.Catalog.GetString("Otkaži");
     this.hbox7.Add(this.button10);
     global::Gtk.Box.BoxChild w13 = ((global::Gtk.Box.BoxChild)(this.hbox7[this.button10]));
     w13.Position = 0;
     w13.Expand   = false;
     w13.Fill     = false;
     this.vbox7.Add(this.hbox7);
     global::Gtk.Box.BoxChild w14 = ((global::Gtk.Box.BoxChild)(this.vbox7[this.hbox7]));
     w14.Position = 5;
     w14.Expand   = false;
     w14.Fill     = false;
     this.Add(this.vbox7);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.Hide();
     this.button1.Clicked  += new global::System.EventHandler(this.OnButton1Clicked);
     this.button10.Clicked += new global::System.EventHandler(this.OnButton10Clicked);
 }
Exemple #36
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget Contabilidad_General.Control_de_Empleados
     this.Name           = "Contabilidad_General.Control_de_Empleados";
     this.Title          = global::Mono.Unix.Catalog.GetString("Control_de_Empleados");
     this.WindowPosition = ((global::Gtk.WindowPosition)(4));
     // Container child Contabilidad_General.Control_de_Empleados.Gtk.Container+ContainerChild
     this.vbox23         = new global::Gtk.VBox();
     this.vbox23.Name    = "vbox23";
     this.vbox23.Spacing = 6;
     // Container child vbox23.Gtk.Box+BoxChild
     this.hbox25         = new global::Gtk.HBox();
     this.hbox25.Name    = "hbox25";
     this.hbox25.Spacing = 6;
     // Container child hbox25.Gtk.Box+BoxChild
     this.alignment27      = new global::Gtk.Alignment(0.5F, 0.5F, 1F, 1F);
     this.alignment27.Name = "alignment27";
     this.hbox25.Add(this.alignment27);
     global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.hbox25[this.alignment27]));
     w1.Position = 0;
     // Container child hbox25.Gtk.Box+BoxChild
     this.alignment28      = new global::Gtk.Alignment(0.5F, 0.5F, 1F, 1F);
     this.alignment28.Name = "alignment28";
     this.hbox25.Add(this.alignment28);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.hbox25[this.alignment28]));
     w2.Position = 1;
     // Container child hbox25.Gtk.Box+BoxChild
     this.btnSalir              = new global::Gtk.Button();
     this.btnSalir.CanFocus     = true;
     this.btnSalir.Name         = "btnSalir";
     this.btnSalir.UseUnderline = true;
     this.btnSalir.Label        = global::Mono.Unix.Catalog.GetString("Salir");
     this.hbox25.Add(this.btnSalir);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.hbox25[this.btnSalir]));
     w3.Position = 2;
     w3.Expand   = false;
     w3.Fill     = false;
     this.vbox23.Add(this.hbox25);
     global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.vbox23[this.hbox25]));
     w4.Position = 0;
     w4.Expand   = false;
     w4.Fill     = false;
     // Container child vbox23.Gtk.Box+BoxChild
     this.vbox25         = new global::Gtk.VBox();
     this.vbox25.Name    = "vbox25";
     this.vbox25.Spacing = 6;
     // Container child vbox25.Gtk.Box+BoxChild
     this.label32           = new global::Gtk.Label();
     this.label32.Name      = "label32";
     this.label32.LabelProp = global::Mono.Unix.Catalog.GetString("Control de Empleados\n");
     this.vbox25.Add(this.label32);
     global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.vbox25[this.label32]));
     w5.Position = 0;
     w5.Expand   = false;
     w5.Fill     = false;
     // Container child vbox25.Gtk.Box+BoxChild
     this.hbox27         = new global::Gtk.HBox();
     this.hbox27.Name    = "hbox27";
     this.hbox27.Spacing = 6;
     // Container child hbox27.Gtk.Box+BoxChild
     this.hbox29         = new global::Gtk.HBox();
     this.hbox29.Name    = "hbox29";
     this.hbox29.Spacing = 6;
     // Container child hbox29.Gtk.Box+BoxChild
     this.label33           = new global::Gtk.Label();
     this.label33.Name      = "label33";
     this.label33.LabelProp = global::Mono.Unix.Catalog.GetString("   Buscar por ID:");
     this.hbox29.Add(this.label33);
     global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.hbox29[this.label33]));
     w6.Position = 0;
     w6.Expand   = false;
     // Container child hbox29.Gtk.Box+BoxChild
     this.txtBuscarID               = new global::Gtk.Entry();
     this.txtBuscarID.CanFocus      = true;
     this.txtBuscarID.Name          = "txtBuscarID";
     this.txtBuscarID.IsEditable    = true;
     this.txtBuscarID.InvisibleChar = '•';
     this.hbox29.Add(this.txtBuscarID);
     global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.hbox29[this.txtBuscarID]));
     w7.Position = 1;
     // Container child hbox29.Gtk.Box+BoxChild
     this.btnBuscarID              = new global::Gtk.Button();
     this.btnBuscarID.CanFocus     = true;
     this.btnBuscarID.Name         = "btnBuscarID";
     this.btnBuscarID.UseUnderline = true;
     this.btnBuscarID.Label        = global::Mono.Unix.Catalog.GetString("Buscar");
     this.hbox29.Add(this.btnBuscarID);
     global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.hbox29[this.btnBuscarID]));
     w8.Position = 2;
     w8.Expand   = false;
     w8.Fill     = false;
     this.hbox27.Add(this.hbox29);
     global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.hbox27[this.hbox29]));
     w9.Position = 0;
     // Container child hbox27.Gtk.Box+BoxChild
     this.hbox28         = new global::Gtk.HBox();
     this.hbox28.Name    = "hbox28";
     this.hbox28.Spacing = 6;
     // Container child hbox28.Gtk.Box+BoxChild
     this.label34           = new global::Gtk.Label();
     this.label34.Name      = "label34";
     this.label34.LabelProp = global::Mono.Unix.Catalog.GetString("Buscar por Nombre:");
     this.hbox28.Add(this.label34);
     global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(this.hbox28[this.label34]));
     w10.Position = 0;
     w10.Expand   = false;
     w10.Fill     = false;
     // Container child hbox28.Gtk.Box+BoxChild
     this.txtBuscarNombre               = new global::Gtk.Entry();
     this.txtBuscarNombre.CanFocus      = true;
     this.txtBuscarNombre.Name          = "txtBuscarNombre";
     this.txtBuscarNombre.IsEditable    = true;
     this.txtBuscarNombre.InvisibleChar = '•';
     this.hbox28.Add(this.txtBuscarNombre);
     global::Gtk.Box.BoxChild w11 = ((global::Gtk.Box.BoxChild)(this.hbox28[this.txtBuscarNombre]));
     w11.Position = 1;
     // Container child hbox28.Gtk.Box+BoxChild
     this.btnBuscarNombre              = new global::Gtk.Button();
     this.btnBuscarNombre.CanFocus     = true;
     this.btnBuscarNombre.Name         = "btnBuscarNombre";
     this.btnBuscarNombre.UseUnderline = true;
     this.btnBuscarNombre.Label        = global::Mono.Unix.Catalog.GetString("Buscar");
     this.hbox28.Add(this.btnBuscarNombre);
     global::Gtk.Box.BoxChild w12 = ((global::Gtk.Box.BoxChild)(this.hbox28[this.btnBuscarNombre]));
     w12.Position = 2;
     w12.Expand   = false;
     w12.Fill     = false;
     this.hbox27.Add(this.hbox28);
     global::Gtk.Box.BoxChild w13 = ((global::Gtk.Box.BoxChild)(this.hbox27[this.hbox28]));
     w13.Position = 1;
     this.vbox25.Add(this.hbox27);
     global::Gtk.Box.BoxChild w14 = ((global::Gtk.Box.BoxChild)(this.vbox25[this.hbox27]));
     w14.Position = 1;
     w14.Expand   = false;
     w14.Fill     = false;
     // Container child vbox25.Gtk.Box+BoxChild
     this.hbox30         = new global::Gtk.HBox();
     this.hbox30.Name    = "hbox30";
     this.hbox30.Spacing = 6;
     // Container child hbox30.Gtk.Box+BoxChild
     this.scrolledwindow2             = new global::Gtk.ScrolledWindow();
     this.scrolledwindow2.CanFocus    = true;
     this.scrolledwindow2.Name        = "scrolledwindow2";
     this.scrolledwindow2.ShadowType  = ((global::Gtk.ShadowType)(1));
     this.scrolledwindow2.BorderWidth = ((uint)(9));
     // Container child scrolledwindow2.Gtk.Container+ContainerChild
     this.tvEmpleados          = new global::Gtk.TreeView();
     this.tvEmpleados.CanFocus = true;
     this.tvEmpleados.Name     = "tvEmpleados";
     this.scrolledwindow2.Add(this.tvEmpleados);
     this.hbox30.Add(this.scrolledwindow2);
     global::Gtk.Box.BoxChild w16 = ((global::Gtk.Box.BoxChild)(this.hbox30[this.scrolledwindow2]));
     w16.Position = 0;
     // Container child hbox30.Gtk.Box+BoxChild
     this.vbox30         = new global::Gtk.VBox();
     this.vbox30.Name    = "vbox30";
     this.vbox30.Spacing = 6;
     // Container child vbox30.Gtk.Box+BoxChild
     this.label35           = new global::Gtk.Label();
     this.label35.Name      = "label35";
     this.label35.Xalign    = 1F;
     this.label35.LabelProp = global::Mono.Unix.Catalog.GetString("ID del Empleado:");
     this.vbox30.Add(this.label35);
     global::Gtk.Box.BoxChild w17 = ((global::Gtk.Box.BoxChild)(this.vbox30[this.label35]));
     w17.Position = 0;
     w17.Expand   = false;
     w17.Fill     = false;
     w17.Padding  = ((uint)(21));
     // Container child vbox30.Gtk.Box+BoxChild
     this.label36           = new global::Gtk.Label();
     this.label36.Name      = "label36";
     this.label36.Xalign    = 1F;
     this.label36.LabelProp = global::Mono.Unix.Catalog.GetString("Fecha de Ingreso:");
     this.vbox30.Add(this.label36);
     global::Gtk.Box.BoxChild w18 = ((global::Gtk.Box.BoxChild)(this.vbox30[this.label36]));
     w18.Position = 1;
     w18.Expand   = false;
     w18.Fill     = false;
     // Container child vbox30.Gtk.Box+BoxChild
     this.label4           = new global::Gtk.Label();
     this.label4.Name      = "label4";
     this.label4.Xalign    = 1F;
     this.label4.LabelProp = global::Mono.Unix.Catalog.GetString("Cedula del Empleado:");
     this.vbox30.Add(this.label4);
     global::Gtk.Box.BoxChild w19 = ((global::Gtk.Box.BoxChild)(this.vbox30[this.label4]));
     w19.Position = 2;
     w19.Expand   = false;
     w19.Fill     = false;
     w19.Padding  = ((uint)(11));
     // Container child vbox30.Gtk.Box+BoxChild
     this.vbox31         = new global::Gtk.VBox();
     this.vbox31.Name    = "vbox31";
     this.vbox31.Spacing = 6;
     // Container child vbox31.Gtk.Box+BoxChild
     this.label37           = new global::Gtk.Label();
     this.label37.Name      = "label37";
     this.label37.Xalign    = 1F;
     this.label37.LabelProp = global::Mono.Unix.Catalog.GetString("Cargo del Empleado:");
     this.vbox31.Add(this.label37);
     global::Gtk.Box.BoxChild w20 = ((global::Gtk.Box.BoxChild)(this.vbox31[this.label37]));
     w20.Position = 0;
     w20.Expand   = false;
     w20.Fill     = false;
     w20.Padding  = ((uint)(5));
     // Container child vbox31.Gtk.Box+BoxChild
     this.label38           = new global::Gtk.Label();
     this.label38.Name      = "label38";
     this.label38.Xalign    = 1F;
     this.label38.LabelProp = global::Mono.Unix.Catalog.GetString("Nombres de Empleado:");
     this.vbox31.Add(this.label38);
     global::Gtk.Box.BoxChild w21 = ((global::Gtk.Box.BoxChild)(this.vbox31[this.label38]));
     w21.Position = 1;
     w21.Expand   = false;
     w21.Fill     = false;
     w21.Padding  = ((uint)(5));
     // Container child vbox31.Gtk.Box+BoxChild
     this.label5           = new global::Gtk.Label();
     this.label5.Name      = "label5";
     this.label5.Xalign    = 1F;
     this.label5.LabelProp = global::Mono.Unix.Catalog.GetString("Apellidos del Empleado:");
     this.vbox31.Add(this.label5);
     global::Gtk.Box.BoxChild w22 = ((global::Gtk.Box.BoxChild)(this.vbox31[this.label5]));
     w22.Position = 2;
     w22.Expand   = false;
     w22.Fill     = false;
     w22.Padding  = ((uint)(20));
     // Container child vbox31.Gtk.Box+BoxChild
     this.vbox32         = new global::Gtk.VBox();
     this.vbox32.Name    = "vbox32";
     this.vbox32.Spacing = 6;
     // Container child vbox32.Gtk.Box+BoxChild
     this.label39           = new global::Gtk.Label();
     this.label39.Name      = "label39";
     this.label39.Xalign    = 1F;
     this.label39.LabelProp = global::Mono.Unix.Catalog.GetString("Telefono del Empleado:");
     this.vbox32.Add(this.label39);
     global::Gtk.Box.BoxChild w23 = ((global::Gtk.Box.BoxChild)(this.vbox32[this.label39]));
     w23.Position = 0;
     w23.Expand   = false;
     w23.Fill     = false;
     // Container child vbox32.Gtk.Box+BoxChild
     this.label40           = new global::Gtk.Label();
     this.label40.Name      = "label40";
     this.label40.Xalign    = 1F;
     this.label40.LabelProp = global::Mono.Unix.Catalog.GetString("Celular del Empleado:");
     this.vbox32.Add(this.label40);
     global::Gtk.Box.BoxChild w24 = ((global::Gtk.Box.BoxChild)(this.vbox32[this.label40]));
     w24.Position = 1;
     w24.Expand   = false;
     w24.Fill     = false;
     w24.Padding  = ((uint)(17));
     // Container child vbox32.Gtk.Box+BoxChild
     this.vbox33         = new global::Gtk.VBox();
     this.vbox33.Name    = "vbox33";
     this.vbox33.Spacing = 6;
     // Container child vbox33.Gtk.Box+BoxChild
     this.label41           = new global::Gtk.Label();
     this.label41.Name      = "label41";
     this.label41.Xalign    = 1F;
     this.label41.LabelProp = global::Mono.Unix.Catalog.GetString("Correo del Empleado:");
     this.vbox33.Add(this.label41);
     global::Gtk.Box.BoxChild w25 = ((global::Gtk.Box.BoxChild)(this.vbox33[this.label41]));
     w25.Position = 0;
     w25.Expand   = false;
     w25.Fill     = false;
     // Container child vbox33.Gtk.Box+BoxChild
     this.label42           = new global::Gtk.Label();
     this.label42.Name      = "label42";
     this.label42.Xalign    = 1F;
     this.label42.LabelProp = global::Mono.Unix.Catalog.GetString("Direccion del Empleado:");
     this.vbox33.Add(this.label42);
     global::Gtk.Box.BoxChild w26 = ((global::Gtk.Box.BoxChild)(this.vbox33[this.label42]));
     w26.Position = 1;
     w26.Expand   = false;
     w26.Fill     = false;
     w26.Padding  = ((uint)(11));
     // Container child vbox33.Gtk.Box+BoxChild
     this.label44           = new global::Gtk.Label();
     this.label44.Name      = "label44";
     this.label44.Xalign    = 1F;
     this.label44.LabelProp = global::Mono.Unix.Catalog.GetString("Sueldo del Empleado:");
     this.vbox33.Add(this.label44);
     global::Gtk.Box.BoxChild w27 = ((global::Gtk.Box.BoxChild)(this.vbox33[this.label44]));
     w27.Position = 2;
     w27.Expand   = false;
     w27.Fill     = false;
     w27.Padding  = ((uint)(2));
     this.vbox32.Add(this.vbox33);
     global::Gtk.Box.BoxChild w28 = ((global::Gtk.Box.BoxChild)(this.vbox32[this.vbox33]));
     w28.Position = 2;
     w28.Expand   = false;
     w28.Fill     = false;
     this.vbox31.Add(this.vbox32);
     global::Gtk.Box.BoxChild w29 = ((global::Gtk.Box.BoxChild)(this.vbox31[this.vbox32]));
     w29.Position = 3;
     w29.Expand   = false;
     w29.Fill     = false;
     this.vbox30.Add(this.vbox31);
     global::Gtk.Box.BoxChild w30 = ((global::Gtk.Box.BoxChild)(this.vbox30[this.vbox31]));
     w30.Position = 3;
     w30.Expand   = false;
     w30.Fill     = false;
     // Container child vbox30.Gtk.Box+BoxChild
     this.label45           = new global::Gtk.Label();
     this.label45.Name      = "label45";
     this.label45.Xalign    = 1F;
     this.label45.LabelProp = global::Mono.Unix.Catalog.GetString("Activo:");
     this.vbox30.Add(this.label45);
     global::Gtk.Box.BoxChild w31 = ((global::Gtk.Box.BoxChild)(this.vbox30[this.label45]));
     w31.PackType = ((global::Gtk.PackType)(1));
     w31.Position = 4;
     w31.Fill     = false;
     this.hbox30.Add(this.vbox30);
     global::Gtk.Box.BoxChild w32 = ((global::Gtk.Box.BoxChild)(this.hbox30[this.vbox30]));
     w32.Position = 1;
     w32.Expand   = false;
     w32.Fill     = false;
     // Container child hbox30.Gtk.Box+BoxChild
     this.vbox26             = new global::Gtk.VBox();
     this.vbox26.Name        = "vbox26";
     this.vbox26.Spacing     = 6;
     this.vbox26.BorderWidth = ((uint)(9));
     // Container child vbox26.Gtk.Box+BoxChild
     this.txtIDEmpleado               = new global::Gtk.Entry();
     this.txtIDEmpleado.CanFocus      = true;
     this.txtIDEmpleado.Name          = "txtIDEmpleado";
     this.txtIDEmpleado.IsEditable    = true;
     this.txtIDEmpleado.InvisibleChar = '•';
     this.vbox26.Add(this.txtIDEmpleado);
     global::Gtk.Box.BoxChild w33 = ((global::Gtk.Box.BoxChild)(this.vbox26[this.txtIDEmpleado]));
     w33.Position = 0;
     w33.Expand   = false;
     w33.Fill     = false;
     w33.Padding  = ((uint)(3));
     // Container child vbox26.Gtk.Box+BoxChild
     this.txtFechaIngreso1               = new global::Gtk.Entry();
     this.txtFechaIngreso1.CanFocus      = true;
     this.txtFechaIngreso1.Name          = "txtFechaIngreso1";
     this.txtFechaIngreso1.IsEditable    = true;
     this.txtFechaIngreso1.InvisibleChar = '•';
     this.vbox26.Add(this.txtFechaIngreso1);
     global::Gtk.Box.BoxChild w34 = ((global::Gtk.Box.BoxChild)(this.vbox26[this.txtFechaIngreso1]));
     w34.Position = 1;
     w34.Expand   = false;
     w34.Fill     = false;
     w34.Padding  = ((uint)(7));
     // Container child vbox26.Gtk.Box+BoxChild
     this.txtCedulaEmpleado               = new global::Gtk.Entry();
     this.txtCedulaEmpleado.CanFocus      = true;
     this.txtCedulaEmpleado.Name          = "txtCedulaEmpleado";
     this.txtCedulaEmpleado.IsEditable    = true;
     this.txtCedulaEmpleado.InvisibleChar = '•';
     this.vbox26.Add(this.txtCedulaEmpleado);
     global::Gtk.Box.BoxChild w35 = ((global::Gtk.Box.BoxChild)(this.vbox26[this.txtCedulaEmpleado]));
     w35.Position = 2;
     w35.Expand   = false;
     w35.Fill     = false;
     w35.Padding  = ((uint)(3));
     // Container child vbox26.Gtk.Box+BoxChild
     this.vbox27         = new global::Gtk.VBox();
     this.vbox27.Name    = "vbox27";
     this.vbox27.Spacing = 6;
     // Container child vbox27.Gtk.Box+BoxChild
     this.txtCargoEmpleado1               = new global::Gtk.Entry();
     this.txtCargoEmpleado1.CanFocus      = true;
     this.txtCargoEmpleado1.Name          = "txtCargoEmpleado1";
     this.txtCargoEmpleado1.IsEditable    = true;
     this.txtCargoEmpleado1.InvisibleChar = '•';
     this.vbox27.Add(this.txtCargoEmpleado1);
     global::Gtk.Box.BoxChild w36 = ((global::Gtk.Box.BoxChild)(this.vbox27[this.txtCargoEmpleado1]));
     w36.Position = 0;
     w36.Expand   = false;
     w36.Fill     = false;
     // Container child vbox27.Gtk.Box+BoxChild
     this.txtNombresEmpleado               = new global::Gtk.Entry();
     this.txtNombresEmpleado.CanFocus      = true;
     this.txtNombresEmpleado.Name          = "txtNombresEmpleado";
     this.txtNombresEmpleado.IsEditable    = true;
     this.txtNombresEmpleado.InvisibleChar = '•';
     this.vbox27.Add(this.txtNombresEmpleado);
     global::Gtk.Box.BoxChild w37 = ((global::Gtk.Box.BoxChild)(this.vbox27[this.txtNombresEmpleado]));
     w37.Position = 1;
     w37.Expand   = false;
     w37.Fill     = false;
     w37.Padding  = ((uint)(5));
     // Container child vbox27.Gtk.Box+BoxChild
     this.txtApellidosEmpleado               = new global::Gtk.Entry();
     this.txtApellidosEmpleado.CanFocus      = true;
     this.txtApellidosEmpleado.Name          = "txtApellidosEmpleado";
     this.txtApellidosEmpleado.IsEditable    = true;
     this.txtApellidosEmpleado.InvisibleChar = '•';
     this.vbox27.Add(this.txtApellidosEmpleado);
     global::Gtk.Box.BoxChild w38 = ((global::Gtk.Box.BoxChild)(this.vbox27[this.txtApellidosEmpleado]));
     w38.Position = 2;
     w38.Expand   = false;
     w38.Fill     = false;
     w38.Padding  = ((uint)(3));
     // Container child vbox27.Gtk.Box+BoxChild
     this.vbox28         = new global::Gtk.VBox();
     this.vbox28.Name    = "vbox28";
     this.vbox28.Spacing = 6;
     // Container child vbox28.Gtk.Box+BoxChild
     this.txtTelefonoEmpleado               = new global::Gtk.Entry();
     this.txtTelefonoEmpleado.CanFocus      = true;
     this.txtTelefonoEmpleado.Name          = "txtTelefonoEmpleado";
     this.txtTelefonoEmpleado.IsEditable    = true;
     this.txtTelefonoEmpleado.InvisibleChar = '•';
     this.vbox28.Add(this.txtTelefonoEmpleado);
     global::Gtk.Box.BoxChild w39 = ((global::Gtk.Box.BoxChild)(this.vbox28[this.txtTelefonoEmpleado]));
     w39.Position = 0;
     w39.Expand   = false;
     w39.Fill     = false;
     w39.Padding  = ((uint)(6));
     // Container child vbox28.Gtk.Box+BoxChild
     this.txtCelularEmpleado               = new global::Gtk.Entry();
     this.txtCelularEmpleado.CanFocus      = true;
     this.txtCelularEmpleado.Name          = "txtCelularEmpleado";
     this.txtCelularEmpleado.IsEditable    = true;
     this.txtCelularEmpleado.InvisibleChar = '•';
     this.vbox28.Add(this.txtCelularEmpleado);
     global::Gtk.Box.BoxChild w40 = ((global::Gtk.Box.BoxChild)(this.vbox28[this.txtCelularEmpleado]));
     w40.Position = 1;
     w40.Expand   = false;
     w40.Fill     = false;
     w40.Padding  = ((uint)(3));
     // Container child vbox28.Gtk.Box+BoxChild
     this.vbox29         = new global::Gtk.VBox();
     this.vbox29.Name    = "vbox29";
     this.vbox29.Spacing = 6;
     // Container child vbox29.Gtk.Box+BoxChild
     this.txtCorreoEmpleado               = new global::Gtk.Entry();
     this.txtCorreoEmpleado.CanFocus      = true;
     this.txtCorreoEmpleado.Name          = "txtCorreoEmpleado";
     this.txtCorreoEmpleado.IsEditable    = true;
     this.txtCorreoEmpleado.InvisibleChar = '•';
     this.vbox29.Add(this.txtCorreoEmpleado);
     global::Gtk.Box.BoxChild w41 = ((global::Gtk.Box.BoxChild)(this.vbox29[this.txtCorreoEmpleado]));
     w41.Position = 0;
     w41.Expand   = false;
     w41.Fill     = false;
     w41.Padding  = ((uint)(3));
     // Container child vbox29.Gtk.Box+BoxChild
     this.txtDireccionEmpleado               = new global::Gtk.Entry();
     this.txtDireccionEmpleado.CanFocus      = true;
     this.txtDireccionEmpleado.Name          = "txtDireccionEmpleado";
     this.txtDireccionEmpleado.IsEditable    = true;
     this.txtDireccionEmpleado.InvisibleChar = '•';
     this.vbox29.Add(this.txtDireccionEmpleado);
     global::Gtk.Box.BoxChild w42 = ((global::Gtk.Box.BoxChild)(this.vbox29[this.txtDireccionEmpleado]));
     w42.Position = 1;
     w42.Expand   = false;
     w42.Fill     = false;
     w42.Padding  = ((uint)(2));
     // Container child vbox29.Gtk.Box+BoxChild
     this.txtSueldoEmpleado               = new global::Gtk.Entry();
     this.txtSueldoEmpleado.CanFocus      = true;
     this.txtSueldoEmpleado.Name          = "txtSueldoEmpleado";
     this.txtSueldoEmpleado.IsEditable    = true;
     this.txtSueldoEmpleado.InvisibleChar = '•';
     this.vbox29.Add(this.txtSueldoEmpleado);
     global::Gtk.Box.BoxChild w43 = ((global::Gtk.Box.BoxChild)(this.vbox29[this.txtSueldoEmpleado]));
     w43.Position = 2;
     w43.Expand   = false;
     w43.Fill     = false;
     w43.Padding  = ((uint)(3));
     this.vbox28.Add(this.vbox29);
     global::Gtk.Box.BoxChild w44 = ((global::Gtk.Box.BoxChild)(this.vbox28[this.vbox29]));
     w44.Position = 2;
     w44.Expand   = false;
     w44.Fill     = false;
     this.vbox27.Add(this.vbox28);
     global::Gtk.Box.BoxChild w45 = ((global::Gtk.Box.BoxChild)(this.vbox27[this.vbox28]));
     w45.Position = 3;
     w45.Expand   = false;
     w45.Fill     = false;
     this.vbox26.Add(this.vbox27);
     global::Gtk.Box.BoxChild w46 = ((global::Gtk.Box.BoxChild)(this.vbox26[this.vbox27]));
     w46.Position = 3;
     w46.Expand   = false;
     w46.Fill     = false;
     // Container child vbox26.Gtk.Box+BoxChild
     this.cmbActivo = global::Gtk.ComboBox.NewText();
     this.cmbActivo.AppendText(global::Mono.Unix.Catalog.GetString("Si"));
     this.cmbActivo.AppendText(global::Mono.Unix.Catalog.GetString("No"));
     this.cmbActivo.Name = "cmbActivo";
     this.vbox26.Add(this.cmbActivo);
     global::Gtk.Box.BoxChild w47 = ((global::Gtk.Box.BoxChild)(this.vbox26[this.cmbActivo]));
     w47.Position = 4;
     w47.Expand   = false;
     w47.Fill     = false;
     w47.Padding  = ((uint)(1));
     this.hbox30.Add(this.vbox26);
     global::Gtk.Box.BoxChild w48 = ((global::Gtk.Box.BoxChild)(this.hbox30[this.vbox26]));
     w48.Position = 2;
     w48.Expand   = false;
     w48.Fill     = false;
     this.vbox25.Add(this.hbox30);
     global::Gtk.Box.BoxChild w49 = ((global::Gtk.Box.BoxChild)(this.vbox25[this.hbox30]));
     w49.Position = 2;
     w49.Expand   = false;
     w49.Fill     = false;
     this.vbox23.Add(this.vbox25);
     global::Gtk.Box.BoxChild w50 = ((global::Gtk.Box.BoxChild)(this.vbox23[this.vbox25]));
     w50.Position = 1;
     w50.Expand   = false;
     w50.Fill     = false;
     // Container child vbox23.Gtk.Box+BoxChild
     this.hbox26         = new global::Gtk.HBox();
     this.hbox26.Name    = "hbox26";
     this.hbox26.Spacing = 6;
     // Container child hbox26.Gtk.Box+BoxChild
     this.alignment29      = new global::Gtk.Alignment(0.5F, 0.5F, 1F, 1F);
     this.alignment29.Name = "alignment29";
     this.hbox26.Add(this.alignment29);
     global::Gtk.Box.BoxChild w51 = ((global::Gtk.Box.BoxChild)(this.hbox26[this.alignment29]));
     w51.Position = 0;
     // Container child hbox26.Gtk.Box+BoxChild
     this.alignment30      = new global::Gtk.Alignment(0.5F, 0.5F, 1F, 1F);
     this.alignment30.Name = "alignment30";
     this.hbox26.Add(this.alignment30);
     global::Gtk.Box.BoxChild w52 = ((global::Gtk.Box.BoxChild)(this.hbox26[this.alignment30]));
     w52.Position = 1;
     // Container child hbox26.Gtk.Box+BoxChild
     this.hbox31         = new global::Gtk.HBox();
     this.hbox31.Name    = "hbox31";
     this.hbox31.Spacing = 6;
     // Container child hbox31.Gtk.Box+BoxChild
     this.btnNuevo              = new global::Gtk.Button();
     this.btnNuevo.CanFocus     = true;
     this.btnNuevo.Name         = "btnNuevo";
     this.btnNuevo.UseUnderline = true;
     this.btnNuevo.BorderWidth  = ((uint)(6));
     this.btnNuevo.Label        = global::Mono.Unix.Catalog.GetString("Nuevo");
     this.hbox31.Add(this.btnNuevo);
     global::Gtk.Box.BoxChild w53 = ((global::Gtk.Box.BoxChild)(this.hbox31[this.btnNuevo]));
     w53.Position = 0;
     w53.Expand   = false;
     w53.Fill     = false;
     // Container child hbox31.Gtk.Box+BoxChild
     this.btnAgregar              = new global::Gtk.Button();
     this.btnAgregar.CanFocus     = true;
     this.btnAgregar.Name         = "btnAgregar";
     this.btnAgregar.UseUnderline = true;
     this.btnAgregar.BorderWidth  = ((uint)(6));
     this.btnAgregar.Label        = global::Mono.Unix.Catalog.GetString("Agregar");
     this.hbox31.Add(this.btnAgregar);
     global::Gtk.Box.BoxChild w54 = ((global::Gtk.Box.BoxChild)(this.hbox31[this.btnAgregar]));
     w54.Position = 1;
     w54.Expand   = false;
     w54.Fill     = false;
     // Container child hbox31.Gtk.Box+BoxChild
     this.btnEditar              = new global::Gtk.Button();
     this.btnEditar.CanFocus     = true;
     this.btnEditar.Name         = "btnEditar";
     this.btnEditar.UseUnderline = true;
     this.btnEditar.BorderWidth  = ((uint)(6));
     this.btnEditar.Label        = global::Mono.Unix.Catalog.GetString("Editar");
     this.hbox31.Add(this.btnEditar);
     global::Gtk.Box.BoxChild w55 = ((global::Gtk.Box.BoxChild)(this.hbox31[this.btnEditar]));
     w55.Position = 2;
     w55.Expand   = false;
     w55.Fill     = false;
     this.hbox26.Add(this.hbox31);
     global::Gtk.Box.BoxChild w56 = ((global::Gtk.Box.BoxChild)(this.hbox26[this.hbox31]));
     w56.Position = 2;
     w56.Expand   = false;
     w56.Fill     = false;
     this.vbox23.Add(this.hbox26);
     global::Gtk.Box.BoxChild w57 = ((global::Gtk.Box.BoxChild)(this.vbox23[this.hbox26]));
     w57.Position = 2;
     w57.Expand   = false;
     w57.Fill     = false;
     this.Add(this.vbox23);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.DefaultWidth  = 850;
     this.DefaultHeight = 669;
     this.Show();
     this.btnSalir.Clicked         += new global::System.EventHandler(this.OnBtnSalirClicked);
     this.btnBuscarID.Clicked      += new global::System.EventHandler(this.OnBtnBuscarIDClicked);
     this.btnBuscarNombre.Clicked  += new global::System.EventHandler(this.OnBtnBuscarNombreClicked);
     this.tvEmpleados.RowActivated += new global::Gtk.RowActivatedHandler(this.OnTvEmpleadosRowActivated);
     this.btnNuevo.Clicked         += new global::System.EventHandler(this.OnBtnNuevoClicked);
 }
Exemple #37
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget Fittings.ConnectionTypeDlg
     global::Stetic.BinContainer.Attach(this);
     this.Name = "Fittings.ConnectionTypeDlg";
     // Container child Fittings.ConnectionTypeDlg.Gtk.Container+ContainerChild
     this.vbox3         = new global::Gtk.VBox();
     this.vbox3.Name    = "vbox3";
     this.vbox3.Spacing = 6;
     // Container child vbox3.Gtk.Box+BoxChild
     this.hbox2         = new global::Gtk.HBox();
     this.hbox2.Name    = "hbox2";
     this.hbox2.Spacing = 6;
     // Container child hbox2.Gtk.Box+BoxChild
     this.buttonSave              = new global::Gtk.Button();
     this.buttonSave.CanFocus     = true;
     this.buttonSave.Name         = "buttonSave";
     this.buttonSave.UseUnderline = true;
     this.buttonSave.Label        = global::Mono.Unix.Catalog.GetString("Сохранить");
     this.hbox2.Add(this.buttonSave);
     global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.buttonSave]));
     w1.Position = 0;
     w1.Expand   = false;
     w1.Fill     = false;
     // Container child hbox2.Gtk.Box+BoxChild
     this.buttonCancel              = new global::Gtk.Button();
     this.buttonCancel.CanFocus     = true;
     this.buttonCancel.Name         = "buttonCancel";
     this.buttonCancel.UseUnderline = true;
     this.buttonCancel.Label        = global::Mono.Unix.Catalog.GetString("Отменить");
     this.hbox2.Add(this.buttonCancel);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.buttonCancel]));
     w2.Position = 1;
     w2.Expand   = false;
     w2.Fill     = false;
     this.vbox3.Add(this.hbox2);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.hbox2]));
     w3.Position = 0;
     w3.Expand   = false;
     w3.Fill     = false;
     // Container child vbox3.Gtk.Box+BoxChild
     this.table1               = new global::Gtk.Table(((uint)(3)), ((uint)(2)), false);
     this.table1.Name          = "table1";
     this.table1.RowSpacing    = ((uint)(6));
     this.table1.ColumnSpacing = ((uint)(6));
     // Container child table1.Gtk.Table+TableChild
     this.engNameEntry               = new global::Gamma.GtkWidgets.yEntry();
     this.engNameEntry.CanFocus      = true;
     this.engNameEntry.Name          = "engNameEntry";
     this.engNameEntry.IsEditable    = true;
     this.engNameEntry.InvisibleChar = '●';
     this.table1.Add(this.engNameEntry);
     global::Gtk.Table.TableChild w4 = ((global::Gtk.Table.TableChild)(this.table1 [this.engNameEntry]));
     w4.TopAttach    = ((uint)(1));
     w4.BottomAttach = ((uint)(2));
     w4.LeftAttach   = ((uint)(1));
     w4.RightAttach  = ((uint)(2));
     w4.XOptions     = ((global::Gtk.AttachOptions)(4));
     w4.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.label1           = new global::Gtk.Label();
     this.label1.Name      = "label1";
     this.label1.Xalign    = 1F;
     this.label1.LabelProp = global::Mono.Unix.Catalog.GetString("Русское название:");
     this.table1.Add(this.label1);
     global::Gtk.Table.TableChild w5 = ((global::Gtk.Table.TableChild)(this.table1 [this.label1]));
     w5.XOptions = ((global::Gtk.AttachOptions)(4));
     w5.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.label2           = new global::Gtk.Label();
     this.label2.Name      = "label2";
     this.label2.Xalign    = 1F;
     this.label2.LabelProp = global::Mono.Unix.Catalog.GetString("Английское название:");
     this.table1.Add(this.label2);
     global::Gtk.Table.TableChild w6 = ((global::Gtk.Table.TableChild)(this.table1 [this.label2]));
     w6.TopAttach    = ((uint)(1));
     w6.BottomAttach = ((uint)(2));
     w6.XOptions     = ((global::Gtk.AttachOptions)(4));
     w6.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.rusNameEntry               = new global::Gamma.GtkWidgets.yEntry();
     this.rusNameEntry.CanFocus      = true;
     this.rusNameEntry.Name          = "rusNameEntry";
     this.rusNameEntry.IsEditable    = true;
     this.rusNameEntry.InvisibleChar = '●';
     this.table1.Add(this.rusNameEntry);
     global::Gtk.Table.TableChild w7 = ((global::Gtk.Table.TableChild)(this.table1 [this.rusNameEntry]));
     w7.LeftAttach  = ((uint)(1));
     w7.RightAttach = ((uint)(2));
     w7.YOptions    = ((global::Gtk.AttachOptions)(4));
     this.vbox3.Add(this.table1);
     global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.table1]));
     w8.Position = 1;
     this.Add(this.vbox3);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.Hide();
     this.buttonSave.Clicked   += new global::System.EventHandler(this.OnButtonSaveClicked);
     this.buttonCancel.Clicked += new global::System.EventHandler(this.OnButtonCancelClicked);
 }
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget Vodovoz.Views.Mango.SubscriberSelectionView
     global::Stetic.BinContainer.Attach(this);
     this.WidthRequest  = 450;
     this.HeightRequest = 530;
     this.Name          = "Vodovoz.Views.Mango.SubscriberSelectionView";
     // Container child Vodovoz.Views.Mango.SubscriberSelectionView.Gtk.Container+ContainerChild
     this.table1               = new global::Gtk.Table(((uint)(3)), ((uint)(6)), false);
     this.table1.Name          = "table1";
     this.table1.RowSpacing    = ((uint)(6));
     this.table1.ColumnSpacing = ((uint)(6));
     // Container child table1.Gtk.Table+TableChild
     this.FilterEntry               = new global::Gamma.GtkWidgets.yEntry();
     this.FilterEntry.CanFocus      = true;
     this.FilterEntry.Name          = "FilterEntry";
     this.FilterEntry.IsEditable    = true;
     this.FilterEntry.InvisibleChar = '•';
     this.table1.Add(this.FilterEntry);
     global::Gtk.Table.TableChild w1 = ((global::Gtk.Table.TableChild)(this.table1[this.FilterEntry]));
     w1.LeftAttach  = ((uint)(1));
     w1.RightAttach = ((uint)(6));
     w1.XOptions    = ((global::Gtk.AttachOptions)(4));
     w1.YOptions    = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.ForwardingButton           = new global::Gtk.Button();
     this.ForwardingButton.Sensitive = false;
     this.ForwardingButton.CanFocus  = true;
     this.ForwardingButton.Name      = "ForwardingButton";
     this.ForwardingButton.Label     = global::Mono.Unix.Catalog.GetString("Переадресовать");
     this.table1.Add(this.ForwardingButton);
     global::Gtk.Table.TableChild w2 = ((global::Gtk.Table.TableChild)(this.table1[this.ForwardingButton]));
     w2.TopAttach    = ((uint)(2));
     w2.BottomAttach = ((uint)(3));
     w2.LeftAttach   = ((uint)(4));
     w2.RightAttach  = ((uint)(6));
     w2.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.ForwardingToConsultationButton           = new global::Gtk.Button();
     this.ForwardingToConsultationButton.Sensitive = false;
     this.ForwardingToConsultationButton.CanFocus  = true;
     this.ForwardingToConsultationButton.Name      = "ForwardingToConsultationButton";
     this.ForwardingToConsultationButton.Label     = global::Mono.Unix.Catalog.GetString("Переадресация с консультацией");
     this.table1.Add(this.ForwardingToConsultationButton);
     global::Gtk.Table.TableChild w3 = ((global::Gtk.Table.TableChild)(this.table1[this.ForwardingToConsultationButton]));
     w3.TopAttach    = ((uint)(2));
     w3.BottomAttach = ((uint)(3));
     w3.RightAttach  = ((uint)(4));
     w3.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.hbox1         = new global::Gtk.HBox();
     this.hbox1.Name    = "hbox1";
     this.hbox1.Spacing = 6;
     // Container child hbox1.Gtk.Box+BoxChild
     this.GtkScrolledWindow            = new global::Gtk.ScrolledWindow();
     this.GtkScrolledWindow.Name       = "GtkScrolledWindow";
     this.GtkScrolledWindow.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child GtkScrolledWindow.Gtk.Container+ContainerChild
     this.ySearchTable          = new global::Gamma.GtkWidgets.yTreeView();
     this.ySearchTable.CanFocus = true;
     this.ySearchTable.Name     = "ySearchTable";
     this.GtkScrolledWindow.Add(this.ySearchTable);
     this.hbox1.Add(this.GtkScrolledWindow);
     global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.GtkScrolledWindow]));
     w5.Position = 0;
     this.table1.Add(this.hbox1);
     global::Gtk.Table.TableChild w6 = ((global::Gtk.Table.TableChild)(this.table1[this.hbox1]));
     w6.TopAttach    = ((uint)(1));
     w6.BottomAttach = ((uint)(2));
     w6.RightAttach  = ((uint)(6));
     w6.XOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.Search           = new global::Gtk.Label();
     this.Search.Name      = "Search";
     this.Search.Xalign    = 1F;
     this.Search.LabelProp = global::Mono.Unix.Catalog.GetString("Поиск/Набор:");
     this.table1.Add(this.Search);
     global::Gtk.Table.TableChild w7 = ((global::Gtk.Table.TableChild)(this.table1[this.Search]));
     w7.XOptions = ((global::Gtk.AttachOptions)(4));
     w7.YOptions = ((global::Gtk.AttachOptions)(4));
     this.Add(this.table1);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.Hide();
     this.FilterEntry.Changed   += new global::System.EventHandler(this.Changed_FilterEntry);
     this.FilterEntry.Activated += new global::System.EventHandler(this.OnFilterEntryActivated);
 }
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget CarRepair.LoginWidget
     global::Stetic.BinContainer.Attach(this);
     this.Name = "CarRepair.LoginWidget";
     // Container child CarRepair.LoginWidget.Gtk.Container+ContainerChild
     this.hbox1         = new global::Gtk.HBox();
     this.hbox1.Name    = "hbox1";
     this.hbox1.Spacing = 6;
     // Container child hbox1.Gtk.Box+BoxChild
     this.alignment3      = new global::Gtk.Alignment(0.5F, 0.5F, 1F, 1F);
     this.alignment3.Name = "alignment3";
     this.hbox1.Add(this.alignment3);
     global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.alignment3]));
     w1.Position = 0;
     // Container child hbox1.Gtk.Box+BoxChild
     this.vbox1         = new global::Gtk.VBox();
     this.vbox1.Name    = "vbox1";
     this.vbox1.Spacing = 6;
     // Container child vbox1.Gtk.Box+BoxChild
     this.alignment1      = new global::Gtk.Alignment(0.5F, 0.5F, 1F, 1F);
     this.alignment1.Name = "alignment1";
     // Container child alignment1.Gtk.Container+ContainerChild
     this.vbox2         = new global::Gtk.VBox();
     this.vbox2.Name    = "vbox2";
     this.vbox2.Spacing = 6;
     // Container child vbox2.Gtk.Box+BoxChild
     this.alignment6      = new global::Gtk.Alignment(0.5F, 0.5F, 1F, 1F);
     this.alignment6.Name = "alignment6";
     this.vbox2.Add(this.alignment6);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.alignment6]));
     w2.Position = 0;
     // Container child vbox2.Gtk.Box+BoxChild
     this.image3        = new global::Gtk.Image();
     this.image3.Name   = "image3";
     this.image3.Pixbuf = global::Gdk.Pixbuf.LoadFromResource("CarRepair.logo.png");
     this.vbox2.Add(this.image3);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.image3]));
     w3.Position = 1;
     w3.Expand   = false;
     w3.Fill     = false;
     // Container child vbox2.Gtk.Box+BoxChild
     this.alignment4      = new global::Gtk.Alignment(0.5F, 0.5F, 1F, 1F);
     this.alignment4.Name = "alignment4";
     // Container child alignment4.Gtk.Container+ContainerChild
     this.alignment8      = new global::Gtk.Alignment(0.5F, 0.5F, 1F, 1F);
     this.alignment8.Name = "alignment8";
     this.alignment4.Add(this.alignment8);
     this.vbox2.Add(this.alignment4);
     global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.alignment4]));
     w5.Position = 2;
     this.alignment1.Add(this.vbox2);
     this.vbox1.Add(this.alignment1);
     global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.alignment1]));
     w7.Position = 0;
     // Container child vbox1.Gtk.Box+BoxChild
     this.frame1             = new global::Gtk.Frame();
     this.frame1.Name        = "frame1";
     this.frame1.ShadowType  = ((global::Gtk.ShadowType)(2));
     this.frame1.BorderWidth = ((uint)(1));
     // Container child frame1.Gtk.Container+ContainerChild
     this.GtkAlignment               = new global::Gtk.Alignment(0F, 0F, 1F, 1F);
     this.GtkAlignment.Name          = "GtkAlignment";
     this.GtkAlignment.LeftPadding   = ((uint)(12));
     this.GtkAlignment.TopPadding    = ((uint)(12));
     this.GtkAlignment.RightPadding  = ((uint)(12));
     this.GtkAlignment.BottomPadding = ((uint)(12));
     // Container child GtkAlignment.Gtk.Container+ContainerChild
     this.vbox3         = new global::Gtk.VBox();
     this.vbox3.Name    = "vbox3";
     this.vbox3.Spacing = 6;
     // Container child vbox3.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.entry5               = new global::Gtk.Entry();
     this.entry5.CanFocus      = true;
     this.entry5.Name          = "entry5";
     this.entry5.IsEditable    = true;
     this.entry5.InvisibleChar = '●';
     this.table1.Add(this.entry5);
     global::Gtk.Table.TableChild w8 = ((global::Gtk.Table.TableChild)(this.table1 [this.entry5]));
     w8.LeftAttach  = ((uint)(1));
     w8.RightAttach = ((uint)(2));
     w8.YOptions    = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.entry7               = new global::Gtk.Entry();
     this.entry7.CanFocus      = true;
     this.entry7.Name          = "entry7";
     this.entry7.IsEditable    = true;
     this.entry7.InvisibleChar = '●';
     this.table1.Add(this.entry7);
     global::Gtk.Table.TableChild w9 = ((global::Gtk.Table.TableChild)(this.table1 [this.entry7]));
     w9.TopAttach    = ((uint)(1));
     w9.BottomAttach = ((uint)(2));
     w9.LeftAttach   = ((uint)(1));
     w9.RightAttach  = ((uint)(2));
     w9.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.label6           = new global::Gtk.Label();
     this.label6.Name      = "label6";
     this.label6.Xalign    = 1F;
     this.label6.LabelProp = global::Mono.Unix.Catalog.GetString("Korisničko ime:");
     this.table1.Add(this.label6);
     global::Gtk.Table.TableChild w10 = ((global::Gtk.Table.TableChild)(this.table1 [this.label6]));
     w10.XOptions = ((global::Gtk.AttachOptions)(4));
     w10.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.label8           = new global::Gtk.Label();
     this.label8.Name      = "label8";
     this.label8.Xalign    = 1F;
     this.label8.LabelProp = global::Mono.Unix.Catalog.GetString("Lozinka:");
     this.table1.Add(this.label8);
     global::Gtk.Table.TableChild w11 = ((global::Gtk.Table.TableChild)(this.table1 [this.label8]));
     w11.TopAttach    = ((uint)(1));
     w11.BottomAttach = ((uint)(2));
     w11.XOptions     = ((global::Gtk.AttachOptions)(4));
     w11.YOptions     = ((global::Gtk.AttachOptions)(4));
     this.vbox3.Add(this.table1);
     global::Gtk.Box.BoxChild w12 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.table1]));
     w12.Position = 0;
     w12.Expand   = false;
     w12.Fill     = false;
     // Container child vbox3.Gtk.Box+BoxChild
     this.label10      = new global::Gtk.Label();
     this.label10.Name = "label10";
     this.vbox3.Add(this.label10);
     global::Gtk.Box.BoxChild w13 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.label10]));
     w13.Position = 1;
     w13.Expand   = false;
     w13.Fill     = false;
     // Container child vbox3.Gtk.Box+BoxChild
     this.button3              = new global::Gtk.Button();
     this.button3.CanFocus     = true;
     this.button3.Name         = "button3";
     this.button3.UseUnderline = true;
     this.button3.Label        = global::Mono.Unix.Catalog.GetString("Prijava");
     this.vbox3.Add(this.button3);
     global::Gtk.Box.BoxChild w14 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.button3]));
     w14.Position = 2;
     w14.Expand   = false;
     w14.Fill     = false;
     this.GtkAlignment.Add(this.vbox3);
     this.frame1.Add(this.GtkAlignment);
     this.GtkLabel1           = new global::Gtk.Label();
     this.GtkLabel1.Name      = "GtkLabel1";
     this.GtkLabel1.LabelProp = global::Mono.Unix.Catalog.GetString("<b>Prijava</b>");
     this.GtkLabel1.UseMarkup = true;
     this.frame1.LabelWidget  = this.GtkLabel1;
     this.vbox1.Add(this.frame1);
     global::Gtk.Box.BoxChild w17 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.frame1]));
     w17.Position = 1;
     w17.Expand   = false;
     w17.Fill     = false;
     // Container child vbox1.Gtk.Box+BoxChild
     this.alignment5      = new global::Gtk.Alignment(0.5F, 0.5F, 1F, 1F);
     this.alignment5.Name = "alignment5";
     this.vbox1.Add(this.alignment5);
     global::Gtk.Box.BoxChild w18 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.alignment5]));
     w18.Position = 2;
     this.hbox1.Add(this.vbox1);
     global::Gtk.Box.BoxChild w19 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.vbox1]));
     w19.Position = 1;
     w19.Expand   = false;
     w19.Fill     = false;
     // Container child hbox1.Gtk.Box+BoxChild
     this.alignment7      = new global::Gtk.Alignment(0.5F, 0.5F, 1F, 1F);
     this.alignment7.Name = "alignment7";
     this.hbox1.Add(this.alignment7);
     global::Gtk.Box.BoxChild w20 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.alignment7]));
     w20.Position = 2;
     this.Add(this.hbox1);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.Hide();
     this.button3.Clicked += new global::System.EventHandler(this.OnButton3Clicked);
 }
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget UltiCalcGUI.IPNWindow
     this.Name           = "UltiCalcGUI.IPNWindow";
     this.Title          = global::Mono.Unix.Catalog.GetString("IPNWindow");
     this.WindowPosition = ((global::Gtk.WindowPosition)(4));
     // Container child UltiCalcGUI.IPNWindow.Gtk.Container+ContainerChild
     this.hbox13         = new global::Gtk.HBox();
     this.hbox13.Name    = "hbox13";
     this.hbox13.Spacing = 6;
     // Container child hbox13.Gtk.Box+BoxChild
     this.vbox12         = new global::Gtk.VBox();
     this.vbox12.Name    = "vbox12";
     this.vbox12.Spacing = 6;
     // Container child vbox12.Gtk.Box+BoxChild
     this.vbox15         = new global::Gtk.VBox();
     this.vbox15.Name    = "vbox15";
     this.vbox15.Spacing = 6;
     // Container child vbox15.Gtk.Box+BoxChild
     this.hbox17         = new global::Gtk.HBox();
     this.hbox17.Name    = "hbox17";
     this.hbox17.Spacing = 6;
     // Container child hbox17.Gtk.Box+BoxChild
     this.button7              = new global::Gtk.Button();
     this.button7.CanFocus     = true;
     this.button7.Name         = "button7";
     this.button7.UseUnderline = true;
     this.button7.Label        = global::Mono.Unix.Catalog.GetString("7");
     this.hbox17.Add(this.button7);
     global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.hbox17 [this.button7]));
     w1.Position = 0;
     w1.Expand   = false;
     w1.Fill     = false;
     // Container child hbox17.Gtk.Box+BoxChild
     this.button8              = new global::Gtk.Button();
     this.button8.CanFocus     = true;
     this.button8.Name         = "button8";
     this.button8.UseUnderline = true;
     this.button8.Label        = global::Mono.Unix.Catalog.GetString("8");
     this.hbox17.Add(this.button8);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.hbox17 [this.button8]));
     w2.Position = 1;
     w2.Expand   = false;
     w2.Fill     = false;
     // Container child hbox17.Gtk.Box+BoxChild
     this.button9              = new global::Gtk.Button();
     this.button9.CanFocus     = true;
     this.button9.Name         = "button9";
     this.button9.UseUnderline = true;
     this.button9.Label        = global::Mono.Unix.Catalog.GetString("9");
     this.hbox17.Add(this.button9);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.hbox17 [this.button9]));
     w3.Position = 2;
     w3.Expand   = false;
     w3.Fill     = false;
     this.vbox15.Add(this.hbox17);
     global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.vbox15 [this.hbox17]));
     w4.Position = 0;
     w4.Expand   = false;
     w4.Fill     = false;
     // Container child vbox15.Gtk.Box+BoxChild
     this.hbox18         = new global::Gtk.HBox();
     this.hbox18.Name    = "hbox18";
     this.hbox18.Spacing = 6;
     // Container child hbox18.Gtk.Box+BoxChild
     this.button4              = new global::Gtk.Button();
     this.button4.CanFocus     = true;
     this.button4.Name         = "button4";
     this.button4.UseUnderline = true;
     this.button4.Label        = global::Mono.Unix.Catalog.GetString("4");
     this.hbox18.Add(this.button4);
     global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.hbox18 [this.button4]));
     w5.Position = 0;
     w5.Expand   = false;
     w5.Fill     = false;
     // Container child hbox18.Gtk.Box+BoxChild
     this.button5              = new global::Gtk.Button();
     this.button5.CanFocus     = true;
     this.button5.Name         = "button5";
     this.button5.UseUnderline = true;
     this.button5.Label        = global::Mono.Unix.Catalog.GetString("5");
     this.hbox18.Add(this.button5);
     global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.hbox18 [this.button5]));
     w6.Position = 1;
     w6.Expand   = false;
     w6.Fill     = false;
     // Container child hbox18.Gtk.Box+BoxChild
     this.button6              = new global::Gtk.Button();
     this.button6.CanFocus     = true;
     this.button6.Name         = "button6";
     this.button6.UseUnderline = true;
     this.button6.Label        = global::Mono.Unix.Catalog.GetString("6");
     this.hbox18.Add(this.button6);
     global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.hbox18 [this.button6]));
     w7.Position = 2;
     w7.Expand   = false;
     w7.Fill     = false;
     this.vbox15.Add(this.hbox18);
     global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.vbox15 [this.hbox18]));
     w8.Position = 1;
     w8.Expand   = false;
     w8.Fill     = false;
     // Container child vbox15.Gtk.Box+BoxChild
     this.hbox19         = new global::Gtk.HBox();
     this.hbox19.Name    = "hbox19";
     this.hbox19.Spacing = 6;
     // Container child hbox19.Gtk.Box+BoxChild
     this.button1              = new global::Gtk.Button();
     this.button1.CanFocus     = true;
     this.button1.Name         = "button1";
     this.button1.UseUnderline = true;
     this.button1.Label        = global::Mono.Unix.Catalog.GetString("1");
     this.hbox19.Add(this.button1);
     global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.hbox19 [this.button1]));
     w9.Position = 0;
     w9.Expand   = false;
     w9.Fill     = false;
     // Container child hbox19.Gtk.Box+BoxChild
     this.button2              = new global::Gtk.Button();
     this.button2.CanFocus     = true;
     this.button2.Name         = "button2";
     this.button2.UseUnderline = true;
     this.button2.Label        = global::Mono.Unix.Catalog.GetString("2");
     this.hbox19.Add(this.button2);
     global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(this.hbox19 [this.button2]));
     w10.Position = 1;
     w10.Expand   = false;
     w10.Fill     = false;
     // Container child hbox19.Gtk.Box+BoxChild
     this.button3              = new global::Gtk.Button();
     this.button3.CanFocus     = true;
     this.button3.Name         = "button3";
     this.button3.UseUnderline = true;
     this.button3.Label        = global::Mono.Unix.Catalog.GetString("3");
     this.hbox19.Add(this.button3);
     global::Gtk.Box.BoxChild w11 = ((global::Gtk.Box.BoxChild)(this.hbox19 [this.button3]));
     w11.Position = 2;
     w11.Expand   = false;
     w11.Fill     = false;
     this.vbox15.Add(this.hbox19);
     global::Gtk.Box.BoxChild w12 = ((global::Gtk.Box.BoxChild)(this.vbox15 [this.hbox19]));
     w12.Position = 2;
     w12.Expand   = false;
     w12.Fill     = false;
     this.vbox12.Add(this.vbox15);
     global::Gtk.Box.BoxChild w13 = ((global::Gtk.Box.BoxChild)(this.vbox12 [this.vbox15]));
     w13.Position = 1;
     w13.Expand   = false;
     w13.Fill     = false;
     // Container child vbox12.Gtk.Box+BoxChild
     this.buttonComma              = new global::Gtk.Button();
     this.buttonComma.CanFocus     = true;
     this.buttonComma.Name         = "buttonComma";
     this.buttonComma.UseUnderline = true;
     this.buttonComma.Label        = global::Mono.Unix.Catalog.GetString(".");
     this.vbox12.Add(this.buttonComma);
     global::Gtk.Box.BoxChild w14 = ((global::Gtk.Box.BoxChild)(this.vbox12 [this.buttonComma]));
     w14.Position = 2;
     w14.Expand   = false;
     w14.Fill     = false;
     this.hbox13.Add(this.vbox12);
     global::Gtk.Box.BoxChild w15 = ((global::Gtk.Box.BoxChild)(this.hbox13 [this.vbox12]));
     w15.Position = 0;
     w15.Expand   = false;
     w15.Fill     = false;
     // Container child hbox13.Gtk.Box+BoxChild
     this.vbox13         = new global::Gtk.VBox();
     this.vbox13.Name    = "vbox13";
     this.vbox13.Spacing = 6;
     // Container child vbox13.Gtk.Box+BoxChild
     this.output      = new global::Gtk.Label();
     this.output.Name = "output";
     this.vbox13.Add(this.output);
     global::Gtk.Box.BoxChild w16 = ((global::Gtk.Box.BoxChild)(this.vbox13 [this.output]));
     w16.Position = 0;
     w16.Expand   = false;
     w16.Fill     = false;
     // Container child vbox13.Gtk.Box+BoxChild
     this.vbox14         = new global::Gtk.VBox();
     this.vbox14.Name    = "vbox14";
     this.vbox14.Spacing = 6;
     // Container child vbox14.Gtk.Box+BoxChild
     this.hbox15         = new global::Gtk.HBox();
     this.hbox15.Name    = "hbox15";
     this.hbox15.Spacing = 6;
     // Container child hbox15.Gtk.Box+BoxChild
     this.button              = new global::Gtk.Button();
     this.button.CanFocus     = true;
     this.button.Name         = "button";
     this.button.UseUnderline = true;
     this.button.Label        = global::Mono.Unix.Catalog.GetString("0");
     this.hbox15.Add(this.button);
     global::Gtk.Box.BoxChild w17 = ((global::Gtk.Box.BoxChild)(this.hbox15 [this.button]));
     w17.Position = 0;
     w17.Expand   = false;
     w17.Fill     = false;
     // Container child hbox15.Gtk.Box+BoxChild
     this.buttonPlus              = new global::Gtk.Button();
     this.buttonPlus.CanFocus     = true;
     this.buttonPlus.Name         = "buttonPlus";
     this.buttonPlus.UseUnderline = true;
     this.buttonPlus.Label        = global::Mono.Unix.Catalog.GetString("+");
     this.hbox15.Add(this.buttonPlus);
     global::Gtk.Box.BoxChild w18 = ((global::Gtk.Box.BoxChild)(this.hbox15 [this.buttonPlus]));
     w18.Position = 1;
     w18.Expand   = false;
     w18.Fill     = false;
     // Container child hbox15.Gtk.Box+BoxChild
     this.buttonMinus              = new global::Gtk.Button();
     this.buttonMinus.CanFocus     = true;
     this.buttonMinus.Name         = "buttonMinus";
     this.buttonMinus.UseUnderline = true;
     this.buttonMinus.Label        = global::Mono.Unix.Catalog.GetString("-");
     this.hbox15.Add(this.buttonMinus);
     global::Gtk.Box.BoxChild w19 = ((global::Gtk.Box.BoxChild)(this.hbox15 [this.buttonMinus]));
     w19.Position = 2;
     w19.Expand   = false;
     w19.Fill     = false;
     this.vbox14.Add(this.hbox15);
     global::Gtk.Box.BoxChild w20 = ((global::Gtk.Box.BoxChild)(this.vbox14 [this.hbox15]));
     w20.Position = 0;
     w20.Expand   = false;
     w20.Fill     = false;
     // Container child vbox14.Gtk.Box+BoxChild
     this.hbox14         = new global::Gtk.HBox();
     this.hbox14.Name    = "hbox14";
     this.hbox14.Spacing = 6;
     // Container child hbox14.Gtk.Box+BoxChild
     this.buttonMultiply              = new global::Gtk.Button();
     this.buttonMultiply.CanFocus     = true;
     this.buttonMultiply.Name         = "buttonMultiply";
     this.buttonMultiply.UseUnderline = true;
     this.buttonMultiply.Label        = global::Mono.Unix.Catalog.GetString("*");
     this.hbox14.Add(this.buttonMultiply);
     global::Gtk.Box.BoxChild w21 = ((global::Gtk.Box.BoxChild)(this.hbox14 [this.buttonMultiply]));
     w21.Position = 0;
     w21.Expand   = false;
     w21.Fill     = false;
     // Container child hbox14.Gtk.Box+BoxChild
     this.buttonDivide              = new global::Gtk.Button();
     this.buttonDivide.CanFocus     = true;
     this.buttonDivide.Name         = "buttonDivide";
     this.buttonDivide.UseUnderline = true;
     this.buttonDivide.Label        = global::Mono.Unix.Catalog.GetString("/");
     this.hbox14.Add(this.buttonDivide);
     global::Gtk.Box.BoxChild w22 = ((global::Gtk.Box.BoxChild)(this.hbox14 [this.buttonDivide]));
     w22.Position = 1;
     w22.Expand   = false;
     w22.Fill     = false;
     // Container child hbox14.Gtk.Box+BoxChild
     this.buttonModulus              = new global::Gtk.Button();
     this.buttonModulus.CanFocus     = true;
     this.buttonModulus.Name         = "buttonModulus";
     this.buttonModulus.UseUnderline = true;
     this.buttonModulus.Label        = global::Mono.Unix.Catalog.GetString("%");
     this.hbox14.Add(this.buttonModulus);
     global::Gtk.Box.BoxChild w23 = ((global::Gtk.Box.BoxChild)(this.hbox14 [this.buttonModulus]));
     w23.Position = 2;
     w23.Expand   = false;
     w23.Fill     = false;
     this.vbox14.Add(this.hbox14);
     global::Gtk.Box.BoxChild w24 = ((global::Gtk.Box.BoxChild)(this.vbox14 [this.hbox14]));
     w24.Position = 1;
     w24.Expand   = false;
     w24.Fill     = false;
     // Container child vbox14.Gtk.Box+BoxChild
     this.buttonEnter              = new global::Gtk.Button();
     this.buttonEnter.CanFocus     = true;
     this.buttonEnter.Name         = "buttonEnter";
     this.buttonEnter.UseUnderline = true;
     this.buttonEnter.Label        = global::Mono.Unix.Catalog.GetString("ENTER");
     this.vbox14.Add(this.buttonEnter);
     global::Gtk.Box.BoxChild w25 = ((global::Gtk.Box.BoxChild)(this.vbox14 [this.buttonEnter]));
     w25.Position = 2;
     w25.Fill     = false;
     this.vbox13.Add(this.vbox14);
     global::Gtk.Box.BoxChild w26 = ((global::Gtk.Box.BoxChild)(this.vbox13 [this.vbox14]));
     w26.Position = 1;
     w26.Expand   = false;
     w26.Fill     = false;
     this.hbox13.Add(this.vbox13);
     global::Gtk.Box.BoxChild w27 = ((global::Gtk.Box.BoxChild)(this.hbox13 [this.vbox13]));
     w27.Position = 1;
     w27.Expand   = false;
     w27.Fill     = false;
     this.Add(this.hbox13);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.DefaultWidth  = 438;
     this.DefaultHeight = 300;
     this.Show();
     this.button7.Clicked        += new global::System.EventHandler(this.OnButton7Clicked);
     this.button8.Clicked        += new global::System.EventHandler(this.OnButton8Clicked);
     this.button9.Clicked        += new global::System.EventHandler(this.OnButton9Clicked);
     this.button4.Clicked        += new global::System.EventHandler(this.OnButton4Clicked);
     this.button5.Clicked        += new global::System.EventHandler(this.OnButton5Clicked);
     this.button6.Clicked        += new global::System.EventHandler(this.OnButton6Clicked);
     this.button1.Clicked        += new global::System.EventHandler(this.OnButton1Clicked);
     this.button2.Clicked        += new global::System.EventHandler(this.OnButton2Clicked);
     this.button3.Clicked        += new global::System.EventHandler(this.OnButton3Clicked);
     this.buttonComma.Clicked    += new global::System.EventHandler(this.OnButtonCommaClicked);
     this.button.Clicked         += new global::System.EventHandler(this.OnButtonClicked);
     this.buttonPlus.Clicked     += new global::System.EventHandler(this.OnButtonPlusClicked);
     this.buttonMinus.Clicked    += new global::System.EventHandler(this.OnButtonMinusClicked);
     this.buttonMultiply.Clicked += new global::System.EventHandler(this.OnButtonMultiplyClicked);
     this.buttonDivide.Clicked   += new global::System.EventHandler(this.OnButtonDivideClicked);
     this.buttonModulus.Clicked  += new global::System.EventHandler(this.OnButtonModulusClicked);
     this.buttonEnter.Clicked    += new global::System.EventHandler(this.OnButtonEnterClicked);
 }
Exemple #41
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget MainWindow
     this.Name           = "MainWindow";
     this.Title          = global::Mono.Unix.Catalog.GetString("MainWindow");
     this.WindowPosition = ((global::Gtk.WindowPosition)(4));
     // Container child MainWindow.Gtk.Container+ContainerChild
     this.vbox1         = new global::Gtk.VBox();
     this.vbox1.Spacing = 6;
     // Container child vbox1.Gtk.Box+BoxChild
     this.hbox2         = new global::Gtk.HBox();
     this.hbox2.Name    = "hbox2";
     this.hbox2.Spacing = 6;
     // Container child hbox2.Gtk.Box+BoxChild
     this.entryOne               = new global::Gtk.Entry();
     this.entryOne.CanFocus      = true;
     this.entryOne.Name          = "entryOne";
     this.entryOne.IsEditable    = true;
     this.entryOne.InvisibleChar = '•';
     this.hbox2.Add(this.entryOne);
     global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.hbox2[this.entryOne]));
     w1.Position = 0;
     // Container child hbox2.Gtk.Box+BoxChild
     this.entryTwo               = new global::Gtk.Entry();
     this.entryTwo.CanFocus      = true;
     this.entryTwo.Name          = "entryTwo";
     this.entryTwo.IsEditable    = true;
     this.entryTwo.InvisibleChar = '•';
     this.hbox2.Add(this.entryTwo);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.hbox2[this.entryTwo]));
     w2.Position = 1;
     this.vbox1.Add(this.hbox2);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.hbox2]));
     w3.Position = 0;
     w3.Expand   = false;
     w3.Fill     = false;
     // Container child vbox1.Gtk.Box+BoxChild
     this.hbox1         = new global::Gtk.HBox();
     this.hbox1.Name    = "hbox1";
     this.hbox1.Spacing = 6;
     // Container child hbox1.Gtk.Box+BoxChild
     this.suma              = new global::Gtk.Button();
     this.suma.CanFocus     = true;
     this.suma.Name         = "suma";
     this.suma.UseStock     = true;
     this.suma.UseUnderline = true;
     this.suma.Label        = "Suma";
     this.hbox1.Add(this.suma);
     global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.suma]));
     w4.Position = 0;
     w4.Expand   = false;
     w4.Fill     = false;
     // Container child hbox1.Gtk.Box+BoxChild
     this.resta              = new global::Gtk.Button();
     this.resta.CanFocus     = true;
     this.resta.Name         = "resta";
     this.resta.UseStock     = true;
     this.resta.UseUnderline = true;
     this.resta.Label        = "Resta";
     this.hbox1.Add(this.resta);
     global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.resta]));
     w5.Position = 1;
     w5.Expand   = false;
     w5.Fill     = false;
     // Container child hbox1.Gtk.Box+BoxChild
     this.multiplicacion              = new global::Gtk.Button();
     this.multiplicacion.CanFocus     = true;
     this.multiplicacion.Name         = "multiplicacion";
     this.multiplicacion.UseStock     = true;
     this.multiplicacion.UseUnderline = true;
     this.multiplicacion.Label        = "Multiplicación";
     this.hbox1.Add(this.multiplicacion);
     global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.multiplicacion]));
     w6.Position = 2;
     w6.Expand   = false;
     w6.Fill     = false;
     // Container child hbox1.Gtk.Box+BoxChild
     this.division              = new global::Gtk.Button();
     this.division.CanFocus     = true;
     this.division.Name         = "division";
     this.division.UseStock     = true;
     this.division.UseUnderline = true;
     this.division.Label        = "División";
     this.hbox1.Add(this.division);
     global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.division]));
     w7.Position = 3;
     w7.Expand   = false;
     w7.Fill     = false;
     this.vbox1.Add(this.hbox1);
     global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.hbox1]));
     w8.Position = 1;
     w8.Expand   = false;
     w8.Fill     = false;
     // Container child vbox1.Gtk.Box+BoxChild
     this.result           = new global::Gtk.Label();
     this.result.Name      = "result";
     this.result.LabelProp = global::Mono.Unix.Catalog.GetString("label1");
     this.vbox1.Add(this.result);
     global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.result]));
     w9.Position = 2;
     w9.Expand   = false;
     w9.Fill     = false;
     this.Add(this.vbox1);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.DefaultWidth  = 326;
     this.DefaultHeight = 300;
     this.result.Hide();
     this.Show();
     this.DeleteEvent += new global::Gtk.DeleteEventHandler(this.OnDeleteEvent);
 }
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget MainWindow
     this.Name           = "MainWindow";
     this.Title          = global::Mono.Unix.Catalog.GetString("MainWindow");
     this.WindowPosition = ((global::Gtk.WindowPosition)(4));
     // Container child MainWindow.Gtk.Container+ContainerChild
     this.vbox2         = new global::Gtk.VBox();
     this.vbox2.Name    = "vbox2";
     this.vbox2.Spacing = 6;
     // Container child vbox2.Gtk.Box+BoxChild
     this.label6           = new global::Gtk.Label();
     this.label6.Name      = "label6";
     this.label6.LabelProp = global::Mono.Unix.Catalog.GetString("TcpClient");
     this.vbox2.Add(this.label6);
     global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.label6]));
     w1.Position = 0;
     w1.Expand   = false;
     w1.Fill     = false;
     // Container child vbox2.Gtk.Box+BoxChild
     this.hbox1         = new global::Gtk.HBox();
     this.hbox1.Spacing = 6;
     // Container child hbox1.Gtk.Box+BoxChild
     this.label2           = new global::Gtk.Label();
     this.label2.Name      = "label2";
     this.label2.LabelProp = global::Mono.Unix.Catalog.GetString(" IP : ");
     this.hbox1.Add(this.label2);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.label2]));
     w2.Position = 0;
     w2.Expand   = false;
     w2.Fill     = false;
     // Container child hbox1.Gtk.Box+BoxChild
     this.entry_ip               = new global::Gtk.Entry();
     this.entry_ip.CanFocus      = true;
     this.entry_ip.Name          = "entry_ip";
     this.entry_ip.IsEditable    = true;
     this.entry_ip.WidthChars    = 15;
     this.entry_ip.InvisibleChar = '•';
     this.hbox1.Add(this.entry_ip);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.entry_ip]));
     w3.Position = 1;
     w3.Expand   = false;
     w3.Fill     = false;
     // Container child hbox1.Gtk.Box+BoxChild
     this.label3           = new global::Gtk.Label();
     this.label3.Name      = "label3";
     this.label3.LabelProp = global::Mono.Unix.Catalog.GetString("Port : ");
     this.hbox1.Add(this.label3);
     global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.label3]));
     w4.Position = 2;
     w4.Expand   = false;
     w4.Fill     = false;
     // Container child hbox1.Gtk.Box+BoxChild
     this.entry_port               = new global::Gtk.Entry();
     this.entry_port.CanFocus      = true;
     this.entry_port.Name          = "entry_port";
     this.entry_port.IsEditable    = true;
     this.entry_port.WidthChars    = 6;
     this.entry_port.InvisibleChar = '•';
     this.hbox1.Add(this.entry_port);
     global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.entry_port]));
     w5.Position = 3;
     w5.Expand   = false;
     // Container child hbox1.Gtk.Box+BoxChild
     this.button2              = new global::Gtk.Button();
     this.button2.CanFocus     = true;
     this.button2.Name         = "button2";
     this.button2.UseUnderline = true;
     this.button2.Label        = global::Mono.Unix.Catalog.GetString("Connect");
     this.hbox1.Add(this.button2);
     global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.button2]));
     w6.Position = 4;
     w6.Fill     = false;
     // Container child hbox1.Gtk.Box+BoxChild
     this.button1              = new global::Gtk.Button();
     this.button1.CanFocus     = true;
     this.button1.Name         = "button1";
     this.button1.UseUnderline = true;
     this.button1.Label        = global::Mono.Unix.Catalog.GetString("DisConnect");
     this.hbox1.Add(this.button1);
     global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.button1]));
     w7.PackType = ((global::Gtk.PackType)(1));
     w7.Position = 5;
     w7.Expand   = false;
     w7.Fill     = false;
     this.vbox2.Add(this.hbox1);
     global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.hbox1]));
     w8.Position = 1;
     w8.Expand   = false;
     w8.Fill     = false;
     // Container child vbox2.Gtk.Box+BoxChild
     this.label4           = new global::Gtk.Label();
     this.label4.Name      = "label4";
     this.label4.LabelProp = global::Mono.Unix.Catalog.GetString("Receive");
     this.vbox2.Add(this.label4);
     global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.label4]));
     w9.Position = 2;
     w9.Expand   = false;
     w9.Fill     = false;
     // Container child vbox2.Gtk.Box+BoxChild
     this.scrolledwindow2            = new global::Gtk.ScrolledWindow();
     this.scrolledwindow2.CanFocus   = true;
     this.scrolledwindow2.Name       = "scrolledwindow2";
     this.scrolledwindow2.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child scrolledwindow2.Gtk.Container+ContainerChild
     this.textview_receive          = new global::Gtk.TextView();
     this.textview_receive.CanFocus = true;
     this.textview_receive.Name     = "textview_receive";
     this.scrolledwindow2.Add(this.textview_receive);
     this.vbox2.Add(this.scrolledwindow2);
     global::Gtk.Box.BoxChild w11 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.scrolledwindow2]));
     w11.Position = 3;
     // Container child vbox2.Gtk.Box+BoxChild
     this.label5           = new global::Gtk.Label();
     this.label5.Name      = "label5";
     this.label5.LabelProp = global::Mono.Unix.Catalog.GetString("Send");
     this.vbox2.Add(this.label5);
     global::Gtk.Box.BoxChild w12 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.label5]));
     w12.Position = 4;
     w12.Expand   = false;
     w12.Fill     = false;
     // Container child vbox2.Gtk.Box+BoxChild
     this.hbox2         = new global::Gtk.HBox();
     this.hbox2.Name    = "hbox2";
     this.hbox2.Spacing = 6;
     // Container child hbox2.Gtk.Box+BoxChild
     this.entry_send               = new global::Gtk.Entry();
     this.entry_send.CanFocus      = true;
     this.entry_send.Name          = "entry_send";
     this.entry_send.IsEditable    = true;
     this.entry_send.InvisibleChar = '•';
     this.hbox2.Add(this.entry_send);
     global::Gtk.Box.BoxChild w13 = ((global::Gtk.Box.BoxChild)(this.hbox2[this.entry_send]));
     w13.Position = 0;
     // Container child hbox2.Gtk.Box+BoxChild
     this.button3              = new global::Gtk.Button();
     this.button3.CanFocus     = true;
     this.button3.Name         = "button3";
     this.button3.UseUnderline = true;
     this.button3.Label        = global::Mono.Unix.Catalog.GetString("Send");
     this.hbox2.Add(this.button3);
     global::Gtk.Box.BoxChild w14 = ((global::Gtk.Box.BoxChild)(this.hbox2[this.button3]));
     w14.Position = 1;
     w14.Expand   = false;
     w14.Fill     = false;
     this.vbox2.Add(this.hbox2);
     global::Gtk.Box.BoxChild w15 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.hbox2]));
     w15.Position = 5;
     w15.Expand   = false;
     w15.Fill     = false;
     // Container child vbox2.Gtk.Box+BoxChild
     this.label1           = new global::Gtk.Label();
     this.label1.Name      = "label1";
     this.label1.LabelProp = global::Mono.Unix.Catalog.GetString("! No Connect");
     this.vbox2.Add(this.label1);
     global::Gtk.Box.BoxChild w16 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.label1]));
     w16.Position = 6;
     w16.Expand   = false;
     w16.Fill     = false;
     this.Add(this.vbox2);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.DefaultWidth  = 444;
     this.DefaultHeight = 300;
     this.Show();
     this.DeleteEvent     += new global::Gtk.DeleteEventHandler(this.OnDeleteEvent);
     this.button2.Clicked += new global::System.EventHandler(this.OnConnect);
     this.button1.Clicked += new global::System.EventHandler(this.OnDisConnect);
     this.button3.Clicked += new global::System.EventHandler(this.OnSend);
 }
Exemple #43
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget MainWindow
     this.Name           = "MainWindow";
     this.Title          = global::Mono.Unix.Catalog.GetString("MainWindow");
     this.WindowPosition = ((global::Gtk.WindowPosition)(4));
     // Container child MainWindow.Gtk.Container+ContainerChild
     this.vbox1         = new global::Gtk.VBox();
     this.vbox1.Name    = "vbox1";
     this.vbox1.Spacing = 6;
     // Container child vbox1.Gtk.Box+BoxChild
     this.hbox2         = new global::Gtk.HBox();
     this.hbox2.Name    = "hbox2";
     this.hbox2.Spacing = 6;
     // Container child hbox2.Gtk.Box+BoxChild
     this.label1           = new global::Gtk.Label();
     this.label1.Name      = "label1";
     this.label1.LabelProp = global::Mono.Unix.Catalog.GetString("Name:");
     this.hbox2.Add(this.label1);
     global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.hbox2[this.label1]));
     w1.Position = 0;
     w1.Expand   = false;
     w1.Fill     = false;
     // Container child hbox2.Gtk.Box+BoxChild
     this.TxtName               = new global::Gtk.Entry();
     this.TxtName.CanFocus      = true;
     this.TxtName.Name          = "TxtName";
     this.TxtName.Text          = global::Mono.Unix.Catalog.GetString("Enter Name Here");
     this.TxtName.IsEditable    = true;
     this.TxtName.InvisibleChar = '•';
     this.hbox2.Add(this.TxtName);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.hbox2[this.TxtName]));
     w2.Position = 1;
     this.vbox1.Add(this.hbox2);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.hbox2]));
     w3.Position = 0;
     w3.Expand   = false;
     w3.Fill     = false;
     // Container child vbox1.Gtk.Box+BoxChild
     this.btnSubmit              = new global::Gtk.Button();
     this.btnSubmit.CanFocus     = true;
     this.btnSubmit.Name         = "btnSubmit";
     this.btnSubmit.UseUnderline = true;
     this.btnSubmit.Label        = global::Mono.Unix.Catalog.GetString("Say Hello");
     this.vbox1.Add(this.btnSubmit);
     global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.btnSubmit]));
     w4.Position = 1;
     w4.Expand   = false;
     w4.Fill     = false;
     // Container child vbox1.Gtk.Box+BoxChild
     this.GtkScrolledWindow            = new global::Gtk.ScrolledWindow();
     this.GtkScrolledWindow.Name       = "GtkScrolledWindow";
     this.GtkScrolledWindow.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child GtkScrolledWindow.Gtk.Container+ContainerChild
     this.txtHello          = new global::Gtk.TextView();
     this.txtHello.CanFocus = true;
     this.txtHello.Name     = "txtHello";
     this.GtkScrolledWindow.Add(this.txtHello);
     this.vbox1.Add(this.GtkScrolledWindow);
     global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.GtkScrolledWindow]));
     w6.Position = 2;
     this.Add(this.vbox1);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.DefaultWidth  = 400;
     this.DefaultHeight = 300;
     this.Show();
     this.DeleteEvent       += new global::Gtk.DeleteEventHandler(this.OnDeleteEvent);
     this.btnSubmit.Clicked += new global::System.EventHandler(this.OnBtnSubmitClicked);
 }
Exemple #44
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget MonoDevelop.ChangeLogAddIn.AddLogEntryDialog
     this.Events         = ((global::Gdk.EventMask)(256));
     this.Name           = "MonoDevelop.ChangeLogAddIn.AddLogEntryDialog";
     this.Title          = global::Mono.Unix.Catalog.GetString("ChangeLog");
     this.WindowPosition = ((global::Gtk.WindowPosition)(4));
     this.BorderWidth    = ((uint)(6));
     // Internal child MonoDevelop.ChangeLogAddIn.AddLogEntryDialog.VBox
     global::Gtk.VBox w1 = this.VBox;
     w1.Events      = ((global::Gdk.EventMask)(256));
     w1.Name        = "dialog_VBox";
     w1.Spacing     = 6;
     w1.BorderWidth = ((uint)(2));
     // Container child dialog_VBox.Gtk.Box+BoxChild
     this.vbox1             = new global::Gtk.VBox();
     this.vbox1.Name        = "vbox1";
     this.vbox1.Spacing     = 6;
     this.vbox1.BorderWidth = ((uint)(6));
     // Container child vbox1.Gtk.Box+BoxChild
     this.vpaned1          = new global::Gtk.VPaned();
     this.vpaned1.CanFocus = true;
     this.vpaned1.Name     = "vpaned1";
     this.vpaned1.Position = 116;
     // Container child vpaned1.Gtk.Paned+PanedChild
     this.vbox2         = new global::Gtk.VBox();
     this.vbox2.Name    = "vbox2";
     this.vbox2.Spacing = 6;
     // Container child vbox2.Gtk.Box+BoxChild
     this.label1           = new global::Gtk.Label();
     this.label1.Name      = "label1";
     this.label1.Xalign    = 0f;
     this.label1.LabelProp = global::Mono.Unix.Catalog.GetString("Modified ChangeLog files:");
     this.vbox2.Add(this.label1);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.label1]));
     w2.Position = 0;
     w2.Expand   = false;
     w2.Fill     = false;
     // Container child vbox2.Gtk.Box+BoxChild
     this.scrolledwindow2            = new global::Gtk.ScrolledWindow();
     this.scrolledwindow2.CanFocus   = true;
     this.scrolledwindow2.Name       = "scrolledwindow2";
     this.scrolledwindow2.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child scrolledwindow2.Gtk.Container+ContainerChild
     this.fileList                = new global::Gtk.TreeView();
     this.fileList.CanFocus       = true;
     this.fileList.Name           = "fileList";
     this.fileList.HeadersVisible = false;
     this.scrolledwindow2.Add(this.fileList);
     this.vbox2.Add(this.scrolledwindow2);
     global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.scrolledwindow2]));
     w4.Position = 1;
     this.vpaned1.Add(this.vbox2);
     global::Gtk.Paned.PanedChild w5 = ((global::Gtk.Paned.PanedChild)(this.vpaned1[this.vbox2]));
     w5.Resize = false;
     // Container child vpaned1.Gtk.Paned+PanedChild
     this.vbox3         = new global::Gtk.VBox();
     this.vbox3.Name    = "vbox3";
     this.vbox3.Spacing = 6;
     // Container child vbox3.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("ChangeLog entry:");
     this.vbox3.Add(this.label3);
     global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.vbox3[this.label3]));
     w6.Position = 0;
     w6.Expand   = false;
     w6.Fill     = false;
     // Container child vbox3.Gtk.Box+BoxChild
     this.scrolledwindow1            = new global::Gtk.ScrolledWindow();
     this.scrolledwindow1.CanFocus   = true;
     this.scrolledwindow1.Name       = "scrolledwindow1";
     this.scrolledwindow1.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child scrolledwindow1.Gtk.Container+ContainerChild
     this.textview          = new global::Gtk.TextView();
     this.textview.CanFocus = true;
     this.textview.Name     = "textview";
     this.scrolledwindow1.Add(this.textview);
     this.vbox3.Add(this.scrolledwindow1);
     global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.vbox3[this.scrolledwindow1]));
     w8.Position = 1;
     this.vpaned1.Add(this.vbox3);
     this.vbox1.Add(this.vpaned1);
     global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.vpaned1]));
     w10.Position = 0;
     // Container child vbox1.Gtk.Box+BoxChild
     this.boxNewFile         = new global::Gtk.HBox();
     this.boxNewFile.Name    = "boxNewFile";
     this.boxNewFile.Spacing = 6;
     // Container child boxNewFile.Gtk.Box+BoxChild
     this.image36        = new global::Gtk.Image();
     this.image36.Name   = "image36";
     this.image36.Pixbuf = global::Stetic.IconLoader.LoadIcon(this, "gtk-new", global::Gtk.IconSize.SmallToolbar);
     this.boxNewFile.Add(this.image36);
     global::Gtk.Box.BoxChild w11 = ((global::Gtk.Box.BoxChild)(this.boxNewFile[this.image36]));
     w11.Position = 0;
     w11.Expand   = false;
     w11.Fill     = false;
     // Container child boxNewFile.Gtk.Box+BoxChild
     this.label7 = new global::Gtk.Label();
     this.label7.WidthRequest = 500;
     this.label7.Name         = "label7";
     this.label7.Xalign       = 0f;
     this.label7.LabelProp    = global::Mono.Unix.Catalog.GetString("This ChangeLog file does not exist and will be created.");
     this.label7.Wrap         = true;
     this.boxNewFile.Add(this.label7);
     global::Gtk.Box.BoxChild w12 = ((global::Gtk.Box.BoxChild)(this.boxNewFile[this.label7]));
     w12.Position = 1;
     w12.Expand   = false;
     w12.Fill     = false;
     this.vbox1.Add(this.boxNewFile);
     global::Gtk.Box.BoxChild w13 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.boxNewFile]));
     w13.Position = 1;
     w13.Expand   = false;
     w13.Fill     = false;
     // Container child vbox1.Gtk.Box+BoxChild
     this.boxNoFile         = new global::Gtk.HBox();
     this.boxNoFile.Name    = "boxNoFile";
     this.boxNoFile.Spacing = 6;
     // Container child boxNoFile.Gtk.Box+BoxChild
     this.image37        = new global::Gtk.Image();
     this.image37.Name   = "image37";
     this.image37.Pixbuf = global::Stetic.IconLoader.LoadIcon(this, "gtk-dialog-warning", global::Gtk.IconSize.SmallToolbar);
     this.boxNoFile.Add(this.image37);
     global::Gtk.Box.BoxChild w14 = ((global::Gtk.Box.BoxChild)(this.boxNoFile[this.image37]));
     w14.Position = 0;
     w14.Expand   = false;
     w14.Fill     = false;
     // Container child boxNoFile.Gtk.Box+BoxChild
     this.label8 = new global::Gtk.Label();
     this.label8.WidthRequest = 500;
     this.label8.Name         = "label8";
     this.label8.Xalign       = 0f;
     this.label8.LabelProp    = global::Mono.Unix.Catalog.GetString("This ChangeLog file does not exist and will <b>not</b> be created.");
     this.label8.UseMarkup    = true;
     this.label8.Wrap         = true;
     this.boxNoFile.Add(this.label8);
     global::Gtk.Box.BoxChild w15 = ((global::Gtk.Box.BoxChild)(this.boxNoFile[this.label8]));
     w15.Position = 1;
     w15.Expand   = false;
     w15.Fill     = false;
     this.vbox1.Add(this.boxNoFile);
     global::Gtk.Box.BoxChild w16 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.boxNoFile]));
     w16.Position = 2;
     w16.Expand   = false;
     w16.Fill     = false;
     // Container child vbox1.Gtk.Box+BoxChild
     this.hbox3         = new global::Gtk.HBox();
     this.hbox3.Name    = "hbox3";
     this.hbox3.Spacing = 6;
     // Container child hbox3.Gtk.Box+BoxChild
     this.vbox4         = new global::Gtk.VBox();
     this.vbox4.Name    = "vbox4";
     this.vbox4.Spacing = 6;
     // Container child vbox4.Gtk.Box+BoxChild
     this.image38        = new global::Gtk.Image();
     this.image38.Name   = "image38";
     this.image38.Pixbuf = global::Stetic.IconLoader.LoadIcon(this, "gtk-dialog-info", global::Gtk.IconSize.SmallToolbar);
     this.vbox4.Add(this.image38);
     global::Gtk.Box.BoxChild w17 = ((global::Gtk.Box.BoxChild)(this.vbox4[this.image38]));
     w17.Position = 0;
     w17.Expand   = false;
     w17.Fill     = false;
     this.hbox3.Add(this.vbox4);
     global::Gtk.Box.BoxChild w18 = ((global::Gtk.Box.BoxChild)(this.hbox3[this.vbox4]));
     w18.Position = 0;
     w18.Expand   = false;
     w18.Fill     = false;
     // Container child hbox3.Gtk.Box+BoxChild
     this.label9 = new global::Gtk.Label();
     this.label9.WidthRequest = 500;
     this.label9.Name         = "label9";
     this.label9.Xalign       = 0f;
     this.label9.LabelProp    = global::Mono.Unix.Catalog.GetString("To change the ChangeLog creation and update policies, open the options dialog of the project or solution and click on the 'ChangeLog Integration\" section.");
     this.label9.UseMarkup    = true;
     this.label9.Wrap         = true;
     this.hbox3.Add(this.label9);
     global::Gtk.Box.BoxChild w19 = ((global::Gtk.Box.BoxChild)(this.hbox3[this.label9]));
     w19.Position = 1;
     w19.Expand   = false;
     w19.Fill     = false;
     this.vbox1.Add(this.hbox3);
     global::Gtk.Box.BoxChild w20 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.hbox3]));
     w20.Position = 3;
     w20.Expand   = false;
     w20.Fill     = false;
     w1.Add(this.vbox1);
     global::Gtk.Box.BoxChild w21 = ((global::Gtk.Box.BoxChild)(w1[this.vbox1]));
     w21.Position = 0;
     // Internal child MonoDevelop.ChangeLogAddIn.AddLogEntryDialog.ActionArea
     global::Gtk.HButtonBox w22 = this.ActionArea;
     w22.Events      = ((global::Gdk.EventMask)(256));
     w22.Name        = "ChangeLogAddIn.AddLogEntryDialog_ActionArea";
     w22.Spacing     = 6;
     w22.BorderWidth = ((uint)(5));
     w22.LayoutStyle = ((global::Gtk.ButtonBoxStyle)(4));
     // Container child ChangeLogAddIn.AddLogEntryDialog_ActionArea.Gtk.ButtonBox+ButtonBoxChild
     this.button7              = new global::Gtk.Button();
     this.button7.CanDefault   = true;
     this.button7.CanFocus     = true;
     this.button7.Name         = "button7";
     this.button7.UseStock     = true;
     this.button7.UseUnderline = true;
     this.button7.Label        = "gtk-cancel";
     this.AddActionWidget(this.button7, -6);
     global::Gtk.ButtonBox.ButtonBoxChild w23 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w22[this.button7]));
     w23.Expand = false;
     w23.Fill   = false;
     // Container child ChangeLogAddIn.AddLogEntryDialog_ActionArea.Gtk.ButtonBox+ButtonBoxChild
     this.button119              = new global::Gtk.Button();
     this.button119.CanDefault   = true;
     this.button119.CanFocus     = true;
     this.button119.Name         = "button119";
     this.button119.UseStock     = true;
     this.button119.UseUnderline = true;
     this.button119.Label        = "gtk-ok";
     this.AddActionWidget(this.button119, -5);
     global::Gtk.ButtonBox.ButtonBoxChild w24 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w22[this.button119]));
     w24.Position = 1;
     w24.Expand   = false;
     w24.Fill     = false;
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.DefaultWidth  = 573;
     this.DefaultHeight = 510;
     this.boxNewFile.Hide();
     this.boxNoFile.Hide();
     this.Show();
 }
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget MonoDevelop.DocFood.Options.NoTheReorderingWidget
     global::Stetic.BinContainer.Attach(this);
     this.Name = "MonoDevelop.DocFood.Options.NoTheReorderingWidget";
     // Container child MonoDevelop.DocFood.Options.NoTheReorderingWidget.Gtk.Container+ContainerChild
     this.hbox1         = new global::Gtk.HBox();
     this.hbox1.Name    = "hbox1";
     this.hbox1.Spacing = 6;
     // Container child hbox1.Gtk.Box+BoxChild
     this.GtkScrolledWindow1            = new global::Gtk.ScrolledWindow();
     this.GtkScrolledWindow1.Name       = "GtkScrolledWindow1";
     this.GtkScrolledWindow1.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child GtkScrolledWindow1.Gtk.Container+ContainerChild
     this.textview1               = new global::Gtk.TextView();
     this.textview1.Buffer.Text   = "All words that consist of only consonants (like sql) and/or upper case letters (like HTML) are treated as acronyms. However the acronym recognition can be improved by defining acronyms.";
     this.textview1.CanFocus      = true;
     this.textview1.Name          = "textview1";
     this.textview1.Editable      = false;
     this.textview1.CursorVisible = false;
     this.textview1.WrapMode      = ((global::Gtk.WrapMode)(2));
     this.GtkScrolledWindow1.Add(this.textview1);
     this.hbox1.Add(this.GtkScrolledWindow1);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.GtkScrolledWindow1]));
     w2.Position = 0;
     // Container child hbox1.Gtk.Box+BoxChild
     this.vbox1         = new global::Gtk.VBox();
     this.vbox1.Name    = "vbox1";
     this.vbox1.Spacing = 6;
     // Container child vbox1.Gtk.Box+BoxChild
     this.label1              = new global::Gtk.Label();
     this.label1.Name         = "label1";
     this.label1.Xalign       = 0f;
     this.label1.LabelProp    = global::Mono.Unix.Catalog.GetString("_Acronyms:");
     this.label1.UseUnderline = true;
     this.vbox1.Add(this.label1);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.label1]));
     w3.Position = 0;
     w3.Expand   = false;
     w3.Fill     = false;
     // Container child vbox1.Gtk.Box+BoxChild
     this.hbox3         = new global::Gtk.HBox();
     this.hbox3.Name    = "hbox3";
     this.hbox3.Spacing = 6;
     // Container child hbox3.Gtk.Box+BoxChild
     this.GtkScrolledWindow            = new global::Gtk.ScrolledWindow();
     this.GtkScrolledWindow.Name       = "GtkScrolledWindow";
     this.GtkScrolledWindow.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child GtkScrolledWindow.Gtk.Container+ContainerChild
     this.treeviewAcronyms          = new global::Gtk.TreeView();
     this.treeviewAcronyms.CanFocus = true;
     this.treeviewAcronyms.Name     = "treeviewAcronyms";
     this.GtkScrolledWindow.Add(this.treeviewAcronyms);
     this.hbox3.Add(this.GtkScrolledWindow);
     global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.hbox3[this.GtkScrolledWindow]));
     w5.Position = 0;
     // Container child hbox3.Gtk.Box+BoxChild
     this.vbox2         = new global::Gtk.VBox();
     this.vbox2.Name    = "vbox2";
     this.vbox2.Spacing = 6;
     // Container child vbox2.Gtk.Box+BoxChild
     this.button2              = new global::Gtk.Button();
     this.button2.CanFocus     = true;
     this.button2.Name         = "button2";
     this.button2.UseStock     = true;
     this.button2.UseUnderline = true;
     this.button2.Label        = "gtk-remove";
     this.vbox2.Add(this.button2);
     global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.button2]));
     w6.Position = 0;
     w6.Expand   = false;
     w6.Fill     = false;
     this.hbox3.Add(this.vbox2);
     global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.hbox3[this.vbox2]));
     w7.Position = 1;
     w7.Expand   = false;
     w7.Fill     = false;
     this.vbox1.Add(this.hbox3);
     global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.hbox3]));
     w8.Position = 1;
     // Container child vbox1.Gtk.Box+BoxChild
     this.hbox2         = new global::Gtk.HBox();
     this.hbox2.Name    = "hbox2";
     this.hbox2.Spacing = 6;
     // Container child hbox2.Gtk.Box+BoxChild
     this.label2              = new global::Gtk.Label();
     this.label2.Name         = "label2";
     this.label2.LabelProp    = global::Mono.Unix.Catalog.GetString("A_cronym:");
     this.label2.UseUnderline = true;
     this.hbox2.Add(this.label2);
     global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.hbox2[this.label2]));
     w9.Position = 0;
     w9.Expand   = false;
     w9.Fill     = false;
     // Container child hbox2.Gtk.Box+BoxChild
     this.entry1               = new global::Gtk.Entry();
     this.entry1.CanFocus      = true;
     this.entry1.Name          = "entry1";
     this.entry1.IsEditable    = true;
     this.entry1.InvisibleChar = '●';
     this.hbox2.Add(this.entry1);
     global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(this.hbox2[this.entry1]));
     w10.Position = 1;
     // Container child hbox2.Gtk.Box+BoxChild
     this.button1              = new global::Gtk.Button();
     this.button1.CanFocus     = true;
     this.button1.Name         = "button1";
     this.button1.UseStock     = true;
     this.button1.UseUnderline = true;
     this.button1.Label        = "gtk-add";
     this.hbox2.Add(this.button1);
     global::Gtk.Box.BoxChild w11 = ((global::Gtk.Box.BoxChild)(this.hbox2[this.button1]));
     w11.Position = 2;
     w11.Expand   = false;
     w11.Fill     = false;
     this.vbox1.Add(this.hbox2);
     global::Gtk.Box.BoxChild w12 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.hbox2]));
     w12.Position = 2;
     w12.Expand   = false;
     w12.Fill     = false;
     this.hbox1.Add(this.vbox1);
     global::Gtk.Box.BoxChild w13 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.vbox1]));
     w13.Position = 1;
     w13.Expand   = false;
     w13.Fill     = false;
     this.Add(this.hbox1);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.label1.MnemonicWidget = this.treeviewAcronyms;
     this.Hide();
 }
Exemple #46
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget Seguridad.frmRol
     this.Name           = "Seguridad.frmRol";
     this.Title          = global::Mono.Unix.Catalog.GetString("frmRol");
     this.WindowPosition = ((global::Gtk.WindowPosition)(4));
     // Container child Seguridad.frmRol.Gtk.Container+ContainerChild
     this.vbox1         = new global::Gtk.VBox();
     this.vbox1.Name    = "vbox1";
     this.vbox1.Spacing = 6;
     // Container child vbox1.Gtk.Box+BoxChild
     this.vbox2         = new global::Gtk.VBox();
     this.vbox2.Name    = "vbox2";
     this.vbox2.Spacing = 6;
     // Container child vbox2.Gtk.Box+BoxChild
     this.label1           = new global::Gtk.Label();
     this.label1.Name      = "label1";
     this.label1.LabelProp = global::Mono.Unix.Catalog.GetString("Formulario de Roles");
     this.vbox2.Add(this.label1);
     global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.label1]));
     w1.Position = 0;
     w1.Expand   = false;
     w1.Fill     = false;
     // Container child vbox2.Gtk.Box+BoxChild
     this.hseparator1      = new global::Gtk.HSeparator();
     this.hseparator1.Name = "hseparator1";
     this.vbox2.Add(this.hseparator1);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.hseparator1]));
     w2.Position = 1;
     w2.Expand   = false;
     w2.Fill     = false;
     // Container child vbox2.Gtk.Box+BoxChild
     this.hbox1         = new global::Gtk.HBox();
     this.hbox1.Name    = "hbox1";
     this.hbox1.Spacing = 6;
     // Container child hbox1.Gtk.Box+BoxChild
     this.label2           = new global::Gtk.Label();
     this.label2.Name      = "label2";
     this.label2.LabelProp = global::Mono.Unix.Catalog.GetString("Buscar");
     this.hbox1.Add(this.label2);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.label2]));
     w3.Position = 0;
     w3.Expand   = false;
     w3.Fill     = false;
     // Container child hbox1.Gtk.Box+BoxChild
     this.txtBuscar               = new global::Gtk.Entry();
     this.txtBuscar.CanFocus      = true;
     this.txtBuscar.Name          = "txtBuscar";
     this.txtBuscar.IsEditable    = true;
     this.txtBuscar.InvisibleChar = '•';
     this.hbox1.Add(this.txtBuscar);
     global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.txtBuscar]));
     w4.Position = 1;
     this.vbox2.Add(this.hbox1);
     global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.hbox1]));
     w5.Position = 2;
     w5.Expand   = false;
     w5.Fill     = false;
     this.vbox1.Add(this.vbox2);
     global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.vbox2]));
     w6.Position = 0;
     w6.Expand   = false;
     w6.Fill     = false;
     // Container child vbox1.Gtk.Box+BoxChild
     this.vbox3         = new global::Gtk.VBox();
     this.vbox3.Name    = "vbox3";
     this.vbox3.Spacing = 6;
     // Container child vbox3.Gtk.Box+BoxChild
     this.hseparator2      = new global::Gtk.HSeparator();
     this.hseparator2.Name = "hseparator2";
     this.vbox3.Add(this.hseparator2);
     global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.vbox3[this.hseparator2]));
     w7.Position = 0;
     w7.Expand   = false;
     w7.Fill     = false;
     // Container child vbox3.Gtk.Box+BoxChild
     this.GtkScrolledWindow            = new global::Gtk.ScrolledWindow();
     this.GtkScrolledWindow.Name       = "GtkScrolledWindow";
     this.GtkScrolledWindow.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child GtkScrolledWindow.Gtk.Container+ContainerChild
     this.tvRol          = new global::Gtk.TreeView();
     this.tvRol.CanFocus = true;
     this.tvRol.Name     = "tvRol";
     this.GtkScrolledWindow.Add(this.tvRol);
     this.vbox3.Add(this.GtkScrolledWindow);
     global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.vbox3[this.GtkScrolledWindow]));
     w9.Position = 1;
     // Container child vbox3.Gtk.Box+BoxChild
     this.vbox6         = new global::Gtk.VBox();
     this.vbox6.Name    = "vbox6";
     this.vbox6.Spacing = 6;
     // Container child vbox6.Gtk.Box+BoxChild
     this.txtID               = new global::Gtk.Entry();
     this.txtID.CanFocus      = true;
     this.txtID.Name          = "txtID";
     this.txtID.IsEditable    = true;
     this.txtID.InvisibleChar = '•';
     this.vbox6.Add(this.txtID);
     global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(this.vbox6[this.txtID]));
     w10.Position = 0;
     w10.Expand   = false;
     w10.Fill     = false;
     // Container child vbox6.Gtk.Box+BoxChild
     this.hbox2         = new global::Gtk.HBox();
     this.hbox2.Name    = "hbox2";
     this.hbox2.Spacing = 6;
     // Container child hbox2.Gtk.Box+BoxChild
     this.rol           = new global::Gtk.Label();
     this.rol.Name      = "rol";
     this.rol.LabelProp = global::Mono.Unix.Catalog.GetString("Rol:");
     this.hbox2.Add(this.rol);
     global::Gtk.Box.BoxChild w11 = ((global::Gtk.Box.BoxChild)(this.hbox2[this.rol]));
     w11.Position = 0;
     w11.Expand   = false;
     w11.Fill     = false;
     // Container child hbox2.Gtk.Box+BoxChild
     this.txtRol               = new global::Gtk.Entry();
     this.txtRol.CanFocus      = true;
     this.txtRol.Name          = "txtRol";
     this.txtRol.IsEditable    = true;
     this.txtRol.InvisibleChar = '•';
     this.hbox2.Add(this.txtRol);
     global::Gtk.Box.BoxChild w12 = ((global::Gtk.Box.BoxChild)(this.hbox2[this.txtRol]));
     w12.Position = 1;
     this.vbox6.Add(this.hbox2);
     global::Gtk.Box.BoxChild w13 = ((global::Gtk.Box.BoxChild)(this.vbox6[this.hbox2]));
     w13.Position = 1;
     w13.Expand   = false;
     w13.Fill     = false;
     // Container child vbox6.Gtk.Box+BoxChild
     this.hseparator3      = new global::Gtk.HSeparator();
     this.hseparator3.Name = "hseparator3";
     this.vbox6.Add(this.hseparator3);
     global::Gtk.Box.BoxChild w14 = ((global::Gtk.Box.BoxChild)(this.vbox6[this.hseparator3]));
     w14.Position = 2;
     w14.Expand   = false;
     w14.Fill     = false;
     this.vbox3.Add(this.vbox6);
     global::Gtk.Box.BoxChild w15 = ((global::Gtk.Box.BoxChild)(this.vbox3[this.vbox6]));
     w15.Position = 2;
     w15.Expand   = false;
     w15.Fill     = false;
     this.vbox1.Add(this.vbox3);
     global::Gtk.Box.BoxChild w16 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.vbox3]));
     w16.Position = 1;
     // Container child vbox1.Gtk.Box+BoxChild
     this.hbox4         = new global::Gtk.HBox();
     this.hbox4.Name    = "hbox4";
     this.hbox4.Spacing = 6;
     // Container child hbox4.Gtk.Box+BoxChild
     this.btnGuardar              = new global::Gtk.Button();
     this.btnGuardar.CanFocus     = true;
     this.btnGuardar.Name         = "btnGuardar";
     this.btnGuardar.UseUnderline = true;
     this.btnGuardar.Label        = global::Mono.Unix.Catalog.GetString("Guardar");
     this.hbox4.Add(this.btnGuardar);
     global::Gtk.Box.BoxChild w17 = ((global::Gtk.Box.BoxChild)(this.hbox4[this.btnGuardar]));
     w17.Position = 0;
     w17.Expand   = false;
     w17.Fill     = false;
     // Container child hbox4.Gtk.Box+BoxChild
     this.btnModificar              = new global::Gtk.Button();
     this.btnModificar.CanFocus     = true;
     this.btnModificar.Name         = "btnModificar";
     this.btnModificar.UseUnderline = true;
     this.btnModificar.Label        = global::Mono.Unix.Catalog.GetString("Modificar");
     this.hbox4.Add(this.btnModificar);
     global::Gtk.Box.BoxChild w18 = ((global::Gtk.Box.BoxChild)(this.hbox4[this.btnModificar]));
     w18.Position = 1;
     w18.Expand   = false;
     w18.Fill     = false;
     // Container child hbox4.Gtk.Box+BoxChild
     this.hbox5         = new global::Gtk.HBox();
     this.hbox5.Name    = "hbox5";
     this.hbox5.Spacing = 6;
     // Container child hbox5.Gtk.Box+BoxChild
     this.btnEliminar              = new global::Gtk.Button();
     this.btnEliminar.CanFocus     = true;
     this.btnEliminar.Name         = "btnEliminar";
     this.btnEliminar.UseUnderline = true;
     this.btnEliminar.Label        = global::Mono.Unix.Catalog.GetString("Eliminar");
     this.hbox5.Add(this.btnEliminar);
     global::Gtk.Box.BoxChild w19 = ((global::Gtk.Box.BoxChild)(this.hbox5[this.btnEliminar]));
     w19.Position = 0;
     w19.Expand   = false;
     w19.Fill     = false;
     // Container child hbox5.Gtk.Box+BoxChild
     this.btnLimpiar              = new global::Gtk.Button();
     this.btnLimpiar.CanFocus     = true;
     this.btnLimpiar.Name         = "btnLimpiar";
     this.btnLimpiar.UseUnderline = true;
     this.btnLimpiar.Label        = global::Mono.Unix.Catalog.GetString("Limpiar");
     this.hbox5.Add(this.btnLimpiar);
     global::Gtk.Box.BoxChild w20 = ((global::Gtk.Box.BoxChild)(this.hbox5[this.btnLimpiar]));
     w20.Position = 1;
     w20.Expand   = false;
     w20.Fill     = false;
     this.hbox4.Add(this.hbox5);
     global::Gtk.Box.BoxChild w21 = ((global::Gtk.Box.BoxChild)(this.hbox4[this.hbox5]));
     w21.Position = 2;
     this.vbox1.Add(this.hbox4);
     global::Gtk.Box.BoxChild w22 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.hbox4]));
     w22.Position = 2;
     w22.Expand   = false;
     w22.Fill     = false;
     this.Add(this.vbox1);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.DefaultWidth  = 540;
     this.DefaultHeight = 447;
     this.txtID.Hide();
     this.Show();
 }
Exemple #47
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget Vodovoz.SelfDeliveryDocumentItemsView
     global::Stetic.BinContainer.Attach(this);
     this.Name = "Vodovoz.SelfDeliveryDocumentItemsView";
     // Container child Vodovoz.SelfDeliveryDocumentItemsView.Gtk.Container+ContainerChild
     this.vbox1         = new global::Gtk.VBox();
     this.vbox1.Name    = "vbox1";
     this.vbox1.Spacing = 6;
     // Container child vbox1.Gtk.Box+BoxChild
     this.label1           = new global::Gtk.Label();
     this.label1.Name      = "label1";
     this.label1.Xalign    = 0F;
     this.label1.LabelProp = global::Mono.Unix.Catalog.GetString("Отгружаемая номенклатура:");
     this.vbox1.Add(this.label1);
     global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.label1]));
     w1.Position = 0;
     w1.Expand   = false;
     w1.Fill     = false;
     // Container child vbox1.Gtk.Box+BoxChild
     this.GtkScrolledWindow                  = new global::Gtk.ScrolledWindow();
     this.GtkScrolledWindow.Name             = "GtkScrolledWindow";
     this.GtkScrolledWindow.HscrollbarPolicy = ((global::Gtk.PolicyType)(2));
     this.GtkScrolledWindow.ShadowType       = ((global::Gtk.ShadowType)(1));
     // Container child GtkScrolledWindow.Gtk.Container+ContainerChild
     this.ytreeviewItems          = new global::Gamma.GtkWidgets.yTreeView();
     this.ytreeviewItems.CanFocus = true;
     this.ytreeviewItems.Name     = "ytreeviewItems";
     this.GtkScrolledWindow.Add(this.ytreeviewItems);
     this.vbox1.Add(this.GtkScrolledWindow);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.GtkScrolledWindow]));
     w3.Position = 1;
     // Container child vbox1.Gtk.Box+BoxChild
     this.hbox1         = new global::Gtk.HBox();
     this.hbox1.Name    = "hbox1";
     this.hbox1.Spacing = 6;
     // Container child hbox1.Gtk.Box+BoxChild
     this.buttonDelete              = new global::Gtk.Button();
     this.buttonDelete.CanFocus     = true;
     this.buttonDelete.Name         = "buttonDelete";
     this.buttonDelete.UseUnderline = true;
     this.buttonDelete.Label        = global::Mono.Unix.Catalog.GetString("Удалить");
     global::Gtk.Image w4 = new global::Gtk.Image();
     w4.Pixbuf = global::Stetic.IconLoader.LoadIcon(this, "gtk-delete", global::Gtk.IconSize.Menu);
     this.buttonDelete.Image = w4;
     this.hbox1.Add(this.buttonDelete);
     global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.buttonDelete]));
     w5.Position = 0;
     w5.Expand   = false;
     w5.Fill     = false;
     this.vbox1.Add(this.hbox1);
     global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.hbox1]));
     w6.Position = 2;
     w6.Expand   = false;
     w6.Fill     = false;
     this.Add(this.vbox1);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.Hide();
     this.buttonDelete.Clicked += new global::System.EventHandler(this.OnButtonDeleteClicked);
 }
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget MonoDevelop.AspNet.Deployment.WebDeployTargetEditor
     this.Name           = "MonoDevelop.AspNet.Deployment.WebDeployTargetEditor";
     this.Title          = global::Mono.Unix.Catalog.GetString("Edit Web Deployment Target");
     this.TypeHint       = ((global::Gdk.WindowTypeHint)(1));
     this.WindowPosition = ((global::Gtk.WindowPosition)(4));
     this.Modal          = true;
     this.BorderWidth    = ((uint)(9));
     // Internal child MonoDevelop.AspNet.Deployment.WebDeployTargetEditor.VBox
     global::Gtk.VBox w1 = this.VBox;
     w1.Name        = "dialog1_VBox";
     w1.Spacing     = 7;
     w1.BorderWidth = ((uint)(2));
     // Container child dialog1_VBox.Gtk.Box+BoxChild
     this.label1           = new global::Gtk.Label();
     this.label1.Name      = "label1";
     this.label1.Xalign    = 0F;
     this.label1.LabelProp = global::Mono.Unix.Catalog.GetString("<b>General Options</b>");
     this.label1.UseMarkup = true;
     w1.Add(this.label1);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(w1 [this.label1]));
     w2.Position = 0;
     w2.Expand   = false;
     w2.Fill     = false;
     // Container child dialog1_VBox.Gtk.Box+BoxChild
     this.hbox2      = new global::Gtk.HBox();
     this.hbox2.Name = "hbox2";
     // Container child hbox2.Gtk.Box+BoxChild
     this.label4 = new global::Gtk.Label();
     this.label4.WidthRequest = 18;
     this.label4.Name         = "label4";
     this.hbox2.Add(this.label4);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.label4]));
     w3.Position = 0;
     w3.Expand   = false;
     w3.Fill     = false;
     // Container child hbox2.Gtk.Box+BoxChild
     this.vbox2         = new global::Gtk.VBox();
     this.vbox2.Name    = "vbox2";
     this.vbox2.Spacing = 6;
     // Container child vbox2.Gtk.Box+BoxChild
     this.table2               = new global::Gtk.Table(((uint)(2)), ((uint)(2)), false);
     this.table2.Name          = "table2";
     this.table2.RowSpacing    = ((uint)(6));
     this.table2.ColumnSpacing = ((uint)(6));
     // Container child table2.Gtk.Table+TableChild
     this.label8           = new global::Gtk.Label();
     this.label8.Name      = "label8";
     this.label8.Xalign    = 0F;
     this.label8.LabelProp = global::Mono.Unix.Catalog.GetString("Name:");
     this.table2.Add(this.label8);
     global::Gtk.Table.TableChild w4 = ((global::Gtk.Table.TableChild)(this.table2 [this.label8]));
     w4.XOptions = ((global::Gtk.AttachOptions)(4));
     w4.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table2.Gtk.Table+TableChild
     this.nameEntry               = new global::Gtk.Entry();
     this.nameEntry.CanFocus      = true;
     this.nameEntry.Name          = "nameEntry";
     this.nameEntry.IsEditable    = true;
     this.nameEntry.InvisibleChar = '●';
     this.table2.Add(this.nameEntry);
     global::Gtk.Table.TableChild w5 = ((global::Gtk.Table.TableChild)(this.table2 [this.nameEntry]));
     w5.LeftAttach  = ((uint)(1));
     w5.RightAttach = ((uint)(2));
     w5.YOptions    = ((global::Gtk.AttachOptions)(4));
     this.vbox2.Add(this.table2);
     global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.table2]));
     w6.Position = 0;
     this.hbox2.Add(this.vbox2);
     global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.vbox2]));
     w7.Position = 1;
     w1.Add(this.hbox2);
     global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(w1 [this.hbox2]));
     w8.Position = 1;
     w8.Expand   = false;
     w8.Fill     = false;
     // Container child dialog1_VBox.Gtk.Box+BoxChild
     this.label2           = new global::Gtk.Label();
     this.label2.Name      = "label2";
     this.label2.Xalign    = 0F;
     this.label2.LabelProp = global::Mono.Unix.Catalog.GetString("<b>File Copying</b>");
     this.label2.UseMarkup = true;
     w1.Add(this.label2);
     global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(w1 [this.label2]));
     w9.Position = 2;
     w9.Expand   = false;
     w9.Fill     = false;
     // Container child dialog1_VBox.Gtk.Box+BoxChild
     this.fileCopyHbox      = new global::Gtk.HBox();
     this.fileCopyHbox.Name = "fileCopyHbox";
     // Container child fileCopyHbox.Gtk.Box+BoxChild
     this.label5 = new global::Gtk.Label();
     this.label5.WidthRequest = 18;
     this.label5.Name         = "label5";
     this.fileCopyHbox.Add(this.label5);
     global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(this.fileCopyHbox [this.label5]));
     w10.Position = 0;
     w10.Expand   = false;
     w10.Fill     = false;
     // Container child fileCopyHbox.Gtk.Box+BoxChild
     this.vbox3         = new global::Gtk.VBox();
     this.vbox3.Name    = "vbox3";
     this.vbox3.Spacing = 6;
     // Container child vbox3.Gtk.Box+BoxChild
     this.fileCopyBox         = new global::Gtk.HBox();
     this.fileCopyBox.Name    = "fileCopyBox";
     this.fileCopyBox.Spacing = 6;
     this.vbox3.Add(this.fileCopyBox);
     global::Gtk.Box.BoxChild w11 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.fileCopyBox]));
     w11.Position = 0;
     this.fileCopyHbox.Add(this.vbox3);
     global::Gtk.Box.BoxChild w12 = ((global::Gtk.Box.BoxChild)(this.fileCopyHbox [this.vbox3]));
     w12.Position = 1;
     w1.Add(this.fileCopyHbox);
     global::Gtk.Box.BoxChild w13 = ((global::Gtk.Box.BoxChild)(w1 [this.fileCopyHbox]));
     w13.Position = 3;
     // Internal child MonoDevelop.AspNet.Deployment.WebDeployTargetEditor.ActionArea
     global::Gtk.HButtonBox w14 = this.ActionArea;
     w14.Name        = "dialog1_ActionArea";
     w14.Spacing     = 10;
     w14.BorderWidth = ((uint)(5));
     w14.LayoutStyle = ((global::Gtk.ButtonBoxStyle)(4));
     // Container child dialog1_ActionArea.Gtk.ButtonBox+ButtonBoxChild
     this.buttonCancel              = new global::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);
     global::Gtk.ButtonBox.ButtonBoxChild w15 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w14 [this.buttonCancel]));
     w15.Expand = false;
     w15.Fill   = false;
     // Container child dialog1_ActionArea.Gtk.ButtonBox+ButtonBoxChild
     this.buttonOk              = new global::Gtk.Button();
     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);
     global::Gtk.ButtonBox.ButtonBoxChild w16 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w14 [this.buttonOk]));
     w16.Position = 1;
     w16.Expand   = false;
     w16.Fill     = false;
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.DefaultWidth        = 400;
     this.DefaultHeight       = 300;
     this.buttonOk.HasDefault = true;
     this.Hide();
 }
Exemple #49
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget BlinkStickClient.EditNotificationDialog
     this.Name            = "BlinkStickClient.EditNotificationDialog";
     this.Title           = global::Mono.Unix.Catalog.GetString("Edit Notification");
     this.Resizable       = false;
     this.SkipPagerHint   = true;
     this.SkipTaskbarHint = true;
     // Internal child BlinkStickClient.EditNotificationDialog.VBox
     global::Gtk.VBox w1 = this.VBox;
     w1.Name        = "dialog1_VBox";
     w1.BorderWidth = ((uint)(2));
     // Container child dialog1_VBox.Gtk.Box+BoxChild
     this.vbox3         = new global::Gtk.VBox();
     this.vbox3.Name    = "vbox3";
     this.vbox3.Spacing = 6;
     // Container child vbox3.Gtk.Box+BoxChild
     this.frame1            = new global::Gtk.Frame();
     this.frame1.Name       = "frame1";
     this.frame1.ShadowType = ((global::Gtk.ShadowType)(0));
     // Container child frame1.Gtk.Container+ContainerChild
     this.GtkAlignment2             = new global::Gtk.Alignment(0F, 0F, 1F, 1F);
     this.GtkAlignment2.Name        = "GtkAlignment2";
     this.GtkAlignment2.LeftPadding = ((uint)(12));
     // Container child GtkAlignment2.Gtk.Container+ContainerChild
     this.table2               = new global::Gtk.Table(((uint)(6)), ((uint)(3)), false);
     this.table2.Name          = "table2";
     this.table2.RowSpacing    = ((uint)(6));
     this.table2.ColumnSpacing = ((uint)(6));
     // Container child table2.Gtk.Table+TableChild
     this.buttonEditPatterns              = new global::Gtk.Button();
     this.buttonEditPatterns.CanFocus     = true;
     this.buttonEditPatterns.Name         = "buttonEditPatterns";
     this.buttonEditPatterns.UseUnderline = true;
     global::Gtk.Image w2 = new global::Gtk.Image();
     w2.Pixbuf = global::Gdk.Pixbuf.LoadFromResource("BlinkStickClient.Resources.icons.icon-dark-pencil-square-o.png");
     this.buttonEditPatterns.Image = w2;
     this.table2.Add(this.buttonEditPatterns);
     global::Gtk.Table.TableChild w3 = ((global::Gtk.Table.TableChild)(this.table2 [this.buttonEditPatterns]));
     w3.TopAttach    = ((uint)(5));
     w3.BottomAttach = ((uint)(6));
     w3.LeftAttach   = ((uint)(2));
     w3.RightAttach  = ((uint)(3));
     w3.XOptions     = ((global::Gtk.AttachOptions)(4));
     w3.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table2.Gtk.Table+TableChild
     this.checkbuttonEnabled               = new global::Gtk.CheckButton();
     this.checkbuttonEnabled.CanFocus      = true;
     this.checkbuttonEnabled.Name          = "checkbuttonEnabled";
     this.checkbuttonEnabled.Label         = global::Mono.Unix.Catalog.GetString("Enabled");
     this.checkbuttonEnabled.DrawIndicator = true;
     this.checkbuttonEnabled.UseUnderline  = true;
     this.table2.Add(this.checkbuttonEnabled);
     global::Gtk.Table.TableChild w4 = ((global::Gtk.Table.TableChild)(this.table2 [this.checkbuttonEnabled]));
     w4.LeftAttach  = ((uint)(1));
     w4.RightAttach = ((uint)(2));
     w4.XOptions    = ((global::Gtk.AttachOptions)(4));
     w4.YOptions    = ((global::Gtk.AttachOptions)(4));
     // Container child table2.Gtk.Table+TableChild
     this.comboboxPattern      = new global::Gtk.ComboBox();
     this.comboboxPattern.Name = "comboboxPattern";
     this.table2.Add(this.comboboxPattern);
     global::Gtk.Table.TableChild w5 = ((global::Gtk.Table.TableChild)(this.table2 [this.comboboxPattern]));
     w5.TopAttach    = ((uint)(5));
     w5.BottomAttach = ((uint)(6));
     w5.LeftAttach   = ((uint)(1));
     w5.RightAttach  = ((uint)(2));
     w5.XOptions     = ((global::Gtk.AttachOptions)(4));
     w5.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table2.Gtk.Table+TableChild
     this.entryName               = new global::Gtk.Entry();
     this.entryName.CanFocus      = true;
     this.entryName.Name          = "entryName";
     this.entryName.IsEditable    = true;
     this.entryName.InvisibleChar = '●';
     this.table2.Add(this.entryName);
     global::Gtk.Table.TableChild w6 = ((global::Gtk.Table.TableChild)(this.table2 [this.entryName]));
     w6.TopAttach    = ((uint)(1));
     w6.BottomAttach = ((uint)(2));
     w6.LeftAttach   = ((uint)(1));
     w6.RightAttach  = ((uint)(2));
     w6.XOptions     = ((global::Gtk.AttachOptions)(4));
     w6.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table2.Gtk.Table+TableChild
     this.hboxChannel         = new global::Gtk.HBox();
     this.hboxChannel.Name    = "hboxChannel";
     this.hboxChannel.Spacing = 6;
     // Container child hboxChannel.Gtk.Box+BoxChild
     this.comboboxChannel = global::Gtk.ComboBox.NewText();
     this.comboboxChannel.AppendText(global::Mono.Unix.Catalog.GetString("R"));
     this.comboboxChannel.AppendText(global::Mono.Unix.Catalog.GetString("G"));
     this.comboboxChannel.AppendText(global::Mono.Unix.Catalog.GetString("B"));
     this.comboboxChannel.Name = "comboboxChannel";
     this.hboxChannel.Add(this.comboboxChannel);
     global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.hboxChannel [this.comboboxChannel]));
     w7.Position = 0;
     w7.Expand   = false;
     w7.Fill     = false;
     this.table2.Add(this.hboxChannel);
     global::Gtk.Table.TableChild w8 = ((global::Gtk.Table.TableChild)(this.table2 [this.hboxChannel]));
     w8.TopAttach    = ((uint)(4));
     w8.BottomAttach = ((uint)(5));
     w8.LeftAttach   = ((uint)(1));
     w8.RightAttach  = ((uint)(2));
     w8.XOptions     = ((global::Gtk.AttachOptions)(4));
     w8.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table2.Gtk.Table+TableChild
     this.hboxLedConfiguration         = new global::Gtk.HBox();
     this.hboxLedConfiguration.Name    = "hboxLedConfiguration";
     this.hboxLedConfiguration.Spacing = 6;
     // Container child hboxLedConfiguration.Gtk.Box+BoxChild
     this.spinbuttonLedsFrom          = new global::Gtk.SpinButton(0D, 63D, 1D);
     this.spinbuttonLedsFrom.CanFocus = true;
     this.spinbuttonLedsFrom.Name     = "spinbuttonLedsFrom";
     this.spinbuttonLedsFrom.Adjustment.PageIncrement = 10D;
     this.spinbuttonLedsFrom.ClimbRate = 1D;
     this.spinbuttonLedsFrom.Numeric   = true;
     this.hboxLedConfiguration.Add(this.spinbuttonLedsFrom);
     global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.hboxLedConfiguration [this.spinbuttonLedsFrom]));
     w9.Position = 0;
     w9.Expand   = false;
     w9.Fill     = false;
     // Container child hboxLedConfiguration.Gtk.Box+BoxChild
     this.labelLedsTo           = new global::Gtk.Label();
     this.labelLedsTo.Name      = "labelLedsTo";
     this.labelLedsTo.LabelProp = global::Mono.Unix.Catalog.GetString("to");
     this.hboxLedConfiguration.Add(this.labelLedsTo);
     global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(this.hboxLedConfiguration [this.labelLedsTo]));
     w10.Position = 1;
     w10.Expand   = false;
     w10.Fill     = false;
     // Container child hboxLedConfiguration.Gtk.Box+BoxChild
     this.spinbuttonLedsTo          = new global::Gtk.SpinButton(0D, 63D, 1D);
     this.spinbuttonLedsTo.CanFocus = true;
     this.spinbuttonLedsTo.Name     = "spinbuttonLedsTo";
     this.spinbuttonLedsTo.Adjustment.PageIncrement = 10D;
     this.spinbuttonLedsTo.ClimbRate = 1D;
     this.spinbuttonLedsTo.Numeric   = true;
     this.hboxLedConfiguration.Add(this.spinbuttonLedsTo);
     global::Gtk.Box.BoxChild w11 = ((global::Gtk.Box.BoxChild)(this.hboxLedConfiguration [this.spinbuttonLedsTo]));
     w11.Position = 2;
     w11.Expand   = false;
     w11.Fill     = false;
     this.table2.Add(this.hboxLedConfiguration);
     global::Gtk.Table.TableChild w12 = ((global::Gtk.Table.TableChild)(this.table2 [this.hboxLedConfiguration]));
     w12.TopAttach    = ((uint)(3));
     w12.BottomAttach = ((uint)(4));
     w12.LeftAttach   = ((uint)(1));
     w12.RightAttach  = ((uint)(2));
     w12.XOptions     = ((global::Gtk.AttachOptions)(4));
     w12.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table2.Gtk.Table+TableChild
     this.labelBlinkStick           = new global::Gtk.Label();
     this.labelBlinkStick.Name      = "labelBlinkStick";
     this.labelBlinkStick.Xalign    = 1F;
     this.labelBlinkStick.LabelProp = global::Mono.Unix.Catalog.GetString("BlinkStick:");
     this.table2.Add(this.labelBlinkStick);
     global::Gtk.Table.TableChild w13 = ((global::Gtk.Table.TableChild)(this.table2 [this.labelBlinkStick]));
     w13.TopAttach    = ((uint)(2));
     w13.BottomAttach = ((uint)(3));
     w13.XOptions     = ((global::Gtk.AttachOptions)(4));
     w13.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table2.Gtk.Table+TableChild
     this.labelChannel           = new global::Gtk.Label();
     this.labelChannel.Name      = "labelChannel";
     this.labelChannel.Xalign    = 1F;
     this.labelChannel.LabelProp = global::Mono.Unix.Catalog.GetString("Channel:");
     this.table2.Add(this.labelChannel);
     global::Gtk.Table.TableChild w14 = ((global::Gtk.Table.TableChild)(this.table2 [this.labelChannel]));
     w14.TopAttach    = ((uint)(4));
     w14.BottomAttach = ((uint)(5));
     w14.XOptions     = ((global::Gtk.AttachOptions)(4));
     w14.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table2.Gtk.Table+TableChild
     this.labelLeds           = new global::Gtk.Label();
     this.labelLeds.Name      = "labelLeds";
     this.labelLeds.Xalign    = 1F;
     this.labelLeds.LabelProp = global::Mono.Unix.Catalog.GetString("LEDs:");
     this.table2.Add(this.labelLeds);
     global::Gtk.Table.TableChild w15 = ((global::Gtk.Table.TableChild)(this.table2 [this.labelLeds]));
     w15.TopAttach    = ((uint)(3));
     w15.BottomAttach = ((uint)(4));
     w15.XOptions     = ((global::Gtk.AttachOptions)(4));
     w15.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table2.Gtk.Table+TableChild
     this.labelName           = new global::Gtk.Label();
     this.labelName.Name      = "labelName";
     this.labelName.Xalign    = 1F;
     this.labelName.LabelProp = global::Mono.Unix.Catalog.GetString("Name:");
     this.table2.Add(this.labelName);
     global::Gtk.Table.TableChild w16 = ((global::Gtk.Table.TableChild)(this.table2 [this.labelName]));
     w16.TopAttach    = ((uint)(1));
     w16.BottomAttach = ((uint)(2));
     w16.XOptions     = ((global::Gtk.AttachOptions)(4));
     w16.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table2.Gtk.Table+TableChild
     this.labelPattern           = new global::Gtk.Label();
     this.labelPattern.Name      = "labelPattern";
     this.labelPattern.Xalign    = 1F;
     this.labelPattern.LabelProp = global::Mono.Unix.Catalog.GetString("Pattern:");
     this.table2.Add(this.labelPattern);
     global::Gtk.Table.TableChild w17 = ((global::Gtk.Table.TableChild)(this.table2 [this.labelPattern]));
     w17.TopAttach    = ((uint)(5));
     w17.BottomAttach = ((uint)(6));
     w17.XOptions     = ((global::Gtk.AttachOptions)(4));
     w17.YOptions     = ((global::Gtk.AttachOptions)(4));
     this.GtkAlignment2.Add(this.table2);
     this.frame1.Add(this.GtkAlignment2);
     this.GtkLabel2           = new global::Gtk.Label();
     this.GtkLabel2.Name      = "GtkLabel2";
     this.GtkLabel2.LabelProp = global::Mono.Unix.Catalog.GetString("<b>General</b>");
     this.GtkLabel2.UseMarkup = true;
     this.frame1.LabelWidget  = this.GtkLabel2;
     this.vbox3.Add(this.frame1);
     global::Gtk.Box.BoxChild w20 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.frame1]));
     w20.Position = 0;
     w20.Expand   = false;
     w20.Fill     = false;
     w1.Add(this.vbox3);
     global::Gtk.Box.BoxChild w21 = ((global::Gtk.Box.BoxChild)(w1 [this.vbox3]));
     w21.Position = 0;
     // Internal child BlinkStickClient.EditNotificationDialog.ActionArea
     global::Gtk.HButtonBox w22 = this.ActionArea;
     w22.Name        = "dialog1_ActionArea";
     w22.Spacing     = 10;
     w22.BorderWidth = ((uint)(5));
     w22.LayoutStyle = ((global::Gtk.ButtonBoxStyle)(4));
     // Container child dialog1_ActionArea.Gtk.ButtonBox+ButtonBoxChild
     this.buttonCancel              = new global::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);
     global::Gtk.ButtonBox.ButtonBoxChild w23 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w22 [this.buttonCancel]));
     w23.Expand = false;
     w23.Fill   = false;
     // Container child dialog1_ActionArea.Gtk.ButtonBox+ButtonBoxChild
     this.buttonOk              = new global::Gtk.Button();
     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";
     w22.Add(this.buttonOk);
     global::Gtk.ButtonBox.ButtonBoxChild w24 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w22 [this.buttonOk]));
     w24.Position = 1;
     w24.Expand   = false;
     w24.Fill     = false;
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.DefaultWidth  = 309;
     this.DefaultHeight = 373;
     this.Show();
     this.buttonEditPatterns.Clicked += new global::System.EventHandler(this.OnButtonEditPatternsClicked);
     this.buttonOk.Clicked           += new global::System.EventHandler(this.OnButtonOkClicked);
 }
Exemple #50
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget Vodovoz.Views.Organization.SubdivisionView
     global::Stetic.BinContainer.Attach(this);
     this.Name = "Vodovoz.Views.Organization.SubdivisionView";
     // Container child Vodovoz.Views.Organization.SubdivisionView.Gtk.Container+ContainerChild
     this.table1               = new global::Gtk.Table(((uint)(7)), ((uint)(3)), false);
     this.table1.RowSpacing    = ((uint)(6));
     this.table1.ColumnSpacing = ((uint)(6));
     // Container child table1.Gtk.Table+TableChild
     this.entryChief                  = new global::QS.Widgets.GtkUI.EntityViewModelEntry();
     this.entryChief.Events           = ((global::Gdk.EventMask)(256));
     this.entryChief.Name             = "entryChief";
     this.entryChief.CanEditReference = false;
     this.table1.Add(this.entryChief);
     global::Gtk.Table.TableChild w1 = ((global::Gtk.Table.TableChild)(this.table1[this.entryChief]));
     w1.TopAttach    = ((uint)(3));
     w1.BottomAttach = ((uint)(4));
     w1.LeftAttach   = ((uint)(1));
     w1.RightAttach  = ((uint)(2));
     w1.XOptions     = ((global::Gtk.AttachOptions)(4));
     w1.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.frmWarehoses            = new global::Gtk.Frame();
     this.frmWarehoses.Name       = "frmWarehoses";
     this.frmWarehoses.ShadowType = ((global::Gtk.ShadowType)(0));
     // Container child frmWarehoses.Gtk.Container+ContainerChild
     this.GtkAlignment4             = new global::Gtk.Alignment(0F, 0F, 1F, 1F);
     this.GtkAlignment4.Name        = "GtkAlignment4";
     this.GtkAlignment4.LeftPadding = ((uint)(12));
     // Container child GtkAlignment4.Gtk.Container+ContainerChild
     this.lblWarehouses            = new global::Gtk.Label();
     this.lblWarehouses.Name       = "lblWarehouses";
     this.lblWarehouses.Xalign     = 0F;
     this.lblWarehouses.LabelProp  = global::Mono.Unix.Catalog.GetString("<b>?</b>");
     this.lblWarehouses.UseMarkup  = true;
     this.lblWarehouses.Selectable = true;
     this.GtkAlignment4.Add(this.lblWarehouses);
     this.frmWarehoses.Add(this.GtkAlignment4);
     this.GtkLabel8                = new global::Gtk.Label();
     this.GtkLabel8.Name           = "GtkLabel8";
     this.GtkLabel8.LabelProp      = global::Mono.Unix.Catalog.GetString("<b>Склады отдела:</b>");
     this.GtkLabel8.UseMarkup      = true;
     this.frmWarehoses.LabelWidget = this.GtkLabel8;
     this.table1.Add(this.frmWarehoses);
     global::Gtk.Table.TableChild w4 = ((global::Gtk.Table.TableChild)(this.table1[this.frmWarehoses]));
     w4.TopAttach    = ((uint)(2));
     w4.BottomAttach = ((uint)(6));
     w4.LeftAttach   = ((uint)(2));
     w4.RightAttach  = ((uint)(3));
     w4.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.hbox3         = new global::Gtk.HBox();
     this.hbox3.Name    = "hbox3";
     this.hbox3.Spacing = 6;
     // Container child hbox3.Gtk.Box+BoxChild
     this.notebook1             = new global::Gtk.Notebook();
     this.notebook1.CanFocus    = true;
     this.notebook1.Name        = "notebook1";
     this.notebook1.CurrentPage = 3;
     // Container child notebook1.Gtk.Notebook+NotebookChild
     this.subdivisionentitypermissionwidget        = new global::Vodovoz.Core.Permissions.SubdivisionEntityPermissionWidget();
     this.subdivisionentitypermissionwidget.Events = ((global::Gdk.EventMask)(256));
     this.subdivisionentitypermissionwidget.Name   = "subdivisionentitypermissionwidget";
     this.notebook1.Add(this.subdivisionentitypermissionwidget);
     // Notebook tab
     this.labelPermissions           = new global::Gtk.Label();
     this.labelPermissions.Name      = "labelPermissions";
     this.labelPermissions.LabelProp = global::Mono.Unix.Catalog.GetString("Права доступа");
     this.notebook1.SetTabLabel(this.subdivisionentitypermissionwidget, this.labelPermissions);
     this.labelPermissions.ShowAll();
     // Container child notebook1.Gtk.Notebook+NotebookChild
     this.GtkScrolledWindow2            = new global::Gtk.ScrolledWindow();
     this.GtkScrolledWindow2.Name       = "GtkScrolledWindow2";
     this.GtkScrolledWindow2.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child GtkScrolledWindow2.Gtk.Container+ContainerChild
     this.repTreeChildSubdivisions          = new global::QSOrmProject.RepresentationTreeView();
     this.repTreeChildSubdivisions.CanFocus = true;
     this.repTreeChildSubdivisions.Name     = "repTreeChildSubdivisions";
     this.GtkScrolledWindow2.Add(this.repTreeChildSubdivisions);
     this.notebook1.Add(this.GtkScrolledWindow2);
     global::Gtk.Notebook.NotebookChild w7 = ((global::Gtk.Notebook.NotebookChild)(this.notebook1[this.GtkScrolledWindow2]));
     w7.Position = 1;
     // Notebook tab
     this.labelChildSubdivizions           = new global::Gtk.Label();
     this.labelChildSubdivizions.Name      = "labelChildSubdivizions";
     this.labelChildSubdivizions.LabelProp = global::Mono.Unix.Catalog.GetString("Дочерние подразделения");
     this.notebook1.SetTabLabel(this.GtkScrolledWindow2, this.labelChildSubdivizions);
     this.labelChildSubdivizions.ShowAll();
     // Container child notebook1.Gtk.Notebook+NotebookChild
     this.vboxDocuments         = new global::Gtk.VBox();
     this.vboxDocuments.Name    = "vboxDocuments";
     this.vboxDocuments.Spacing = 6;
     // Container child vboxDocuments.Gtk.Box+BoxChild
     this.GtkScrolledWindow4            = new global::Gtk.ScrolledWindow();
     this.GtkScrolledWindow4.Name       = "GtkScrolledWindow4";
     this.GtkScrolledWindow4.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child GtkScrolledWindow4.Gtk.Container+ContainerChild
     this.ytreeviewDocuments          = new global::Gamma.GtkWidgets.yTreeView();
     this.ytreeviewDocuments.CanFocus = true;
     this.ytreeviewDocuments.Name     = "ytreeviewDocuments";
     this.GtkScrolledWindow4.Add(this.ytreeviewDocuments);
     this.vboxDocuments.Add(this.GtkScrolledWindow4);
     global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.vboxDocuments[this.GtkScrolledWindow4]));
     w9.Position = 0;
     // Container child vboxDocuments.Gtk.Box+BoxChild
     this.hbox5         = new global::Gtk.HBox();
     this.hbox5.Name    = "hbox5";
     this.hbox5.Spacing = 6;
     // Container child hbox5.Gtk.Box+BoxChild
     this.buttonAddDocument              = new global::Gamma.GtkWidgets.yButton();
     this.buttonAddDocument.CanFocus     = true;
     this.buttonAddDocument.Name         = "buttonAddDocument";
     this.buttonAddDocument.UseUnderline = true;
     this.buttonAddDocument.Label        = global::Mono.Unix.Catalog.GetString("Добавить");
     this.hbox5.Add(this.buttonAddDocument);
     global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(this.hbox5[this.buttonAddDocument]));
     w10.Position = 0;
     w10.Expand   = false;
     w10.Fill     = false;
     // Container child hbox5.Gtk.Box+BoxChild
     this.buttonDeleteDocument              = new global::Gamma.GtkWidgets.yButton();
     this.buttonDeleteDocument.CanFocus     = true;
     this.buttonDeleteDocument.Name         = "buttonDeleteDocument";
     this.buttonDeleteDocument.UseUnderline = true;
     this.buttonDeleteDocument.Label        = global::Mono.Unix.Catalog.GetString("Удалить");
     this.hbox5.Add(this.buttonDeleteDocument);
     global::Gtk.Box.BoxChild w11 = ((global::Gtk.Box.BoxChild)(this.hbox5[this.buttonDeleteDocument]));
     w11.Position = 1;
     w11.Expand   = false;
     w11.Fill     = false;
     this.vboxDocuments.Add(this.hbox5);
     global::Gtk.Box.BoxChild w12 = ((global::Gtk.Box.BoxChild)(this.vboxDocuments[this.hbox5]));
     w12.Position = 1;
     w12.Expand   = false;
     w12.Fill     = false;
     this.notebook1.Add(this.vboxDocuments);
     global::Gtk.Notebook.NotebookChild w13 = ((global::Gtk.Notebook.NotebookChild)(this.notebook1[this.vboxDocuments]));
     w13.Position = 2;
     // Notebook tab
     this.label3           = new global::Gtk.Label();
     this.label3.Name      = "label3";
     this.label3.LabelProp = global::Mono.Unix.Catalog.GetString("Документы");
     this.notebook1.SetTabLabel(this.vboxDocuments, this.label3);
     this.label3.ShowAll();
     // Container child notebook1.Gtk.Notebook+NotebookChild
     this.widgetcontainerview2        = new global::Vodovoz.Core.WidgetContainerView();
     this.widgetcontainerview2.Events = ((global::Gdk.EventMask)(256));
     this.widgetcontainerview2.Name   = "widgetcontainerview2";
     this.notebook1.Add(this.widgetcontainerview2);
     global::Gtk.Notebook.NotebookChild w14 = ((global::Gtk.Notebook.NotebookChild)(this.notebook1[this.widgetcontainerview2]));
     w14.Position = 3;
     // Notebook tab
     this.label4           = new global::Gtk.Label();
     this.label4.Name      = "label4";
     this.label4.LabelProp = global::Mono.Unix.Catalog.GetString("Предустановленные права");
     this.notebook1.SetTabLabel(this.widgetcontainerview2, this.label4);
     this.label4.ShowAll();
     this.hbox3.Add(this.notebook1);
     global::Gtk.Box.BoxChild w15 = ((global::Gtk.Box.BoxChild)(this.hbox3[this.notebook1]));
     w15.Position = 0;
     this.table1.Add(this.hbox3);
     global::Gtk.Table.TableChild w16 = ((global::Gtk.Table.TableChild)(this.table1[this.hbox3]));
     w16.TopAttach    = ((uint)(6));
     w16.BottomAttach = ((uint)(7));
     w16.RightAttach  = ((uint)(3));
     // Container child table1.Gtk.Table+TableChild
     this.hbox4         = new global::Gtk.HBox();
     this.hbox4.Name    = "hbox4";
     this.hbox4.Spacing = 6;
     // Container child hbox4.Gtk.Box+BoxChild
     this.buttonSave              = new global::Gtk.Button();
     this.buttonSave.CanFocus     = true;
     this.buttonSave.Name         = "buttonSave";
     this.buttonSave.UseUnderline = true;
     this.buttonSave.Label        = global::Mono.Unix.Catalog.GetString("Сохранить");
     global::Gtk.Image w17 = new global::Gtk.Image();
     w17.Pixbuf            = global::Stetic.IconLoader.LoadIcon(this, "gtk-save", global::Gtk.IconSize.Menu);
     this.buttonSave.Image = w17;
     this.hbox4.Add(this.buttonSave);
     global::Gtk.Box.BoxChild w18 = ((global::Gtk.Box.BoxChild)(this.hbox4[this.buttonSave]));
     w18.Position = 0;
     w18.Expand   = false;
     w18.Fill     = false;
     // Container child hbox4.Gtk.Box+BoxChild
     this.buttonCancel              = new global::Gtk.Button();
     this.buttonCancel.CanFocus     = true;
     this.buttonCancel.Name         = "buttonCancel";
     this.buttonCancel.UseUnderline = true;
     this.buttonCancel.Label        = global::Mono.Unix.Catalog.GetString("Отменить");
     global::Gtk.Image w19 = new global::Gtk.Image();
     w19.Pixbuf = global::Stetic.IconLoader.LoadIcon(this, "gtk-revert-to-saved", global::Gtk.IconSize.Menu);
     this.buttonCancel.Image = w19;
     this.hbox4.Add(this.buttonCancel);
     global::Gtk.Box.BoxChild w20 = ((global::Gtk.Box.BoxChild)(this.hbox4[this.buttonCancel]));
     w20.Position = 1;
     w20.Expand   = false;
     w20.Fill     = false;
     this.table1.Add(this.hbox4);
     global::Gtk.Table.TableChild w21 = ((global::Gtk.Table.TableChild)(this.table1[this.hbox4]));
     w21.RightAttach = ((uint)(3));
     w21.YOptions    = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.hboxtype         = new global::Gtk.HBox();
     this.hboxtype.Name    = "hboxtype";
     this.hboxtype.Spacing = 6;
     // Container child hboxtype.Gtk.Box+BoxChild
     this.ylabelType           = new global::Gamma.GtkWidgets.yLabel();
     this.ylabelType.Name      = "ylabelType";
     this.ylabelType.Xalign    = 1F;
     this.ylabelType.LabelProp = global::Mono.Unix.Catalog.GetString(" Тип:");
     this.hboxtype.Add(this.ylabelType);
     global::Gtk.Box.BoxChild w22 = ((global::Gtk.Box.BoxChild)(this.hboxtype[this.ylabelType]));
     w22.Position = 0;
     w22.Expand   = false;
     w22.Fill     = false;
     // Container child hboxtype.Gtk.Box+BoxChild
     this.yenumcomboType      = new global::Gamma.Widgets.yEnumComboBox();
     this.yenumcomboType.Name = "yenumcomboType";
     this.yenumcomboType.ShowSpecialStateAll = false;
     this.yenumcomboType.ShowSpecialStateNot = false;
     this.yenumcomboType.UseShortTitle       = false;
     this.yenumcomboType.DefaultFirst        = false;
     this.hboxtype.Add(this.yenumcomboType);
     global::Gtk.Box.BoxChild w23 = ((global::Gtk.Box.BoxChild)(this.hboxtype[this.yenumcomboType]));
     w23.Position = 1;
     w23.Expand   = false;
     w23.Fill     = false;
     this.table1.Add(this.hboxtype);
     global::Gtk.Table.TableChild w24 = ((global::Gtk.Table.TableChild)(this.table1[this.hboxtype]));
     w24.TopAttach    = ((uint)(1));
     w24.BottomAttach = ((uint)(2));
     w24.LeftAttach   = ((uint)(2));
     w24.RightAttach  = ((uint)(3));
     w24.XOptions     = ((global::Gtk.AttachOptions)(4));
     w24.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.label1           = new global::Gtk.Label();
     this.label1.Name      = "label1";
     this.label1.Xalign    = 1F;
     this.label1.LabelProp = global::Mono.Unix.Catalog.GetString("Название подразделения:");
     this.table1.Add(this.label1);
     global::Gtk.Table.TableChild w25 = ((global::Gtk.Table.TableChild)(this.table1[this.label1]));
     w25.TopAttach    = ((uint)(1));
     w25.BottomAttach = ((uint)(2));
     w25.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.label2           = new global::Gtk.Label();
     this.label2.Name      = "label2";
     this.label2.Xalign    = 1F;
     this.label2.LabelProp = global::Mono.Unix.Catalog.GetString("Начальник подразделения:");
     this.table1.Add(this.label2);
     global::Gtk.Table.TableChild w26 = ((global::Gtk.Table.TableChild)(this.table1[this.label2]));
     w26.TopAttach    = ((uint)(3));
     w26.BottomAttach = ((uint)(4));
     w26.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.labelShortName           = new global::Gtk.Label();
     this.labelShortName.Name      = "labelShortName";
     this.labelShortName.Xalign    = 1F;
     this.labelShortName.LabelProp = global::Mono.Unix.Catalog.GetString("Сокращенное наименование:");
     this.table1.Add(this.labelShortName);
     global::Gtk.Table.TableChild w27 = ((global::Gtk.Table.TableChild)(this.table1[this.labelShortName]));
     w27.TopAttach    = ((uint)(2));
     w27.BottomAttach = ((uint)(3));
     w27.XOptions     = ((global::Gtk.AttachOptions)(4));
     w27.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.lblGeographicGroup           = new global::Gamma.GtkWidgets.yLabel();
     this.lblGeographicGroup.Name      = "lblGeographicGroup";
     this.lblGeographicGroup.Xalign    = 1F;
     this.lblGeographicGroup.LabelProp = global::Mono.Unix.Catalog.GetString("Местоположение подразделения:");
     this.table1.Add(this.lblGeographicGroup);
     global::Gtk.Table.TableChild w28 = ((global::Gtk.Table.TableChild)(this.table1[this.lblGeographicGroup]));
     w28.TopAttach    = ((uint)(5));
     w28.BottomAttach = ((uint)(6));
     w28.XOptions     = ((global::Gtk.AttachOptions)(4));
     w28.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.lblParent           = new global::Gtk.Label();
     this.lblParent.Name      = "lblParent";
     this.lblParent.Xalign    = 1F;
     this.lblParent.LabelProp = global::Mono.Unix.Catalog.GetString("Вышестоящее подразделение:");
     this.table1.Add(this.lblParent);
     global::Gtk.Table.TableChild w29 = ((global::Gtk.Table.TableChild)(this.table1[this.lblParent]));
     w29.TopAttach    = ((uint)(4));
     w29.BottomAttach = ((uint)(5));
     w29.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.yentryName               = new global::Gamma.GtkWidgets.yEntry();
     this.yentryName.CanFocus      = true;
     this.yentryName.Name          = "yentryName";
     this.yentryName.IsEditable    = true;
     this.yentryName.InvisibleChar = '●';
     this.table1.Add(this.yentryName);
     global::Gtk.Table.TableChild w30 = ((global::Gtk.Table.TableChild)(this.table1[this.yentryName]));
     w30.TopAttach    = ((uint)(1));
     w30.BottomAttach = ((uint)(2));
     w30.LeftAttach   = ((uint)(1));
     w30.RightAttach  = ((uint)(2));
     w30.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.yentryrefParentSubdivision        = new global::Gamma.Widgets.yEntryReference();
     this.yentryrefParentSubdivision.Events = ((global::Gdk.EventMask)(256));
     this.yentryrefParentSubdivision.Name   = "yentryrefParentSubdivision";
     this.table1.Add(this.yentryrefParentSubdivision);
     global::Gtk.Table.TableChild w31 = ((global::Gtk.Table.TableChild)(this.table1[this.yentryrefParentSubdivision]));
     w31.TopAttach    = ((uint)(4));
     w31.BottomAttach = ((uint)(5));
     w31.LeftAttach   = ((uint)(1));
     w31.RightAttach  = ((uint)(2));
     w31.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.yentryShortName               = new global::Gamma.GtkWidgets.yEntry();
     this.yentryShortName.CanFocus      = true;
     this.yentryShortName.Name          = "yentryShortName";
     this.yentryShortName.IsEditable    = true;
     this.yentryShortName.MaxLength     = 20;
     this.yentryShortName.InvisibleChar = '●';
     this.table1.Add(this.yentryShortName);
     global::Gtk.Table.TableChild w32 = ((global::Gtk.Table.TableChild)(this.table1[this.yentryShortName]));
     w32.TopAttach    = ((uint)(2));
     w32.BottomAttach = ((uint)(3));
     w32.LeftAttach   = ((uint)(1));
     w32.RightAttach  = ((uint)(2));
     w32.XOptions     = ((global::Gtk.AttachOptions)(4));
     w32.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.ySpecCmbGeographicGroup                     = new global::Gamma.Widgets.ySpecComboBox();
     this.ySpecCmbGeographicGroup.Name                = "ySpecCmbGeographicGroup";
     this.ySpecCmbGeographicGroup.AddIfNotExist       = false;
     this.ySpecCmbGeographicGroup.DefaultFirst        = false;
     this.ySpecCmbGeographicGroup.ShowSpecialStateAll = false;
     this.ySpecCmbGeographicGroup.ShowSpecialStateNot = true;
     this.table1.Add(this.ySpecCmbGeographicGroup);
     global::Gtk.Table.TableChild w33 = ((global::Gtk.Table.TableChild)(this.table1[this.ySpecCmbGeographicGroup]));
     w33.TopAttach    = ((uint)(5));
     w33.BottomAttach = ((uint)(6));
     w33.LeftAttach   = ((uint)(1));
     w33.RightAttach  = ((uint)(2));
     w33.XOptions     = ((global::Gtk.AttachOptions)(4));
     w33.YOptions     = ((global::Gtk.AttachOptions)(4));
     this.Add(this.table1);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.Hide();
 }
Exemple #51
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget Vodovoz.RegradingOfGoodsTemplateItemsView
     global::Stetic.BinContainer.Attach(this);
     this.Name = "Vodovoz.RegradingOfGoodsTemplateItemsView";
     // Container child Vodovoz.RegradingOfGoodsTemplateItemsView.Gtk.Container+ContainerChild
     this.vbox1         = new global::Gtk.VBox();
     this.vbox1.Name    = "vbox1";
     this.vbox1.Spacing = 6;
     // Container child vbox1.Gtk.Box+BoxChild
     this.label1           = new global::Gtk.Label();
     this.label1.Name      = "label1";
     this.label1.Xalign    = 0F;
     this.label1.LabelProp = global::Mono.Unix.Catalog.GetString("Список номенклатур:");
     this.vbox1.Add(this.label1);
     global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.label1]));
     w1.Position = 0;
     w1.Expand   = false;
     w1.Fill     = false;
     // Container child vbox1.Gtk.Box+BoxChild
     this.GtkScrolledWindow            = new global::Gtk.ScrolledWindow();
     this.GtkScrolledWindow.Name       = "GtkScrolledWindow";
     this.GtkScrolledWindow.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child GtkScrolledWindow.Gtk.Container+ContainerChild
     this.ytreeviewItems          = new global::Gamma.GtkWidgets.yTreeView();
     this.ytreeviewItems.CanFocus = true;
     this.ytreeviewItems.Name     = "ytreeviewItems";
     this.GtkScrolledWindow.Add(this.ytreeviewItems);
     this.vbox1.Add(this.GtkScrolledWindow);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.GtkScrolledWindow]));
     w3.Position = 1;
     // Container child vbox1.Gtk.Box+BoxChild
     this.hbox1         = new global::Gtk.HBox();
     this.hbox1.Name    = "hbox1";
     this.hbox1.Spacing = 6;
     // Container child hbox1.Gtk.Box+BoxChild
     this.buttonAdd              = new global::Gtk.Button();
     this.buttonAdd.CanFocus     = true;
     this.buttonAdd.Name         = "buttonAdd";
     this.buttonAdd.UseUnderline = true;
     this.buttonAdd.Label        = global::Mono.Unix.Catalog.GetString("Добавить строку");
     global::Gtk.Image w4 = new global::Gtk.Image();
     w4.Pixbuf            = global::Stetic.IconLoader.LoadIcon(this, "gtk-add", global::Gtk.IconSize.Menu);
     this.buttonAdd.Image = w4;
     this.hbox1.Add(this.buttonAdd);
     global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.buttonAdd]));
     w5.Position = 0;
     w5.Expand   = false;
     w5.Fill     = false;
     // Container child hbox1.Gtk.Box+BoxChild
     this.buttonChangeOld              = new global::Gtk.Button();
     this.buttonChangeOld.CanFocus     = true;
     this.buttonChangeOld.Name         = "buttonChangeOld";
     this.buttonChangeOld.UseUnderline = true;
     this.buttonChangeOld.Label        = global::Mono.Unix.Catalog.GetString("Изменить старую");
     global::Gtk.Image w6 = new global::Gtk.Image();
     w6.Pixbuf = global::Stetic.IconLoader.LoadIcon(this, "gtk-edit", global::Gtk.IconSize.Menu);
     this.buttonChangeOld.Image = w6;
     this.hbox1.Add(this.buttonChangeOld);
     global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.buttonChangeOld]));
     w7.Position = 1;
     w7.Expand   = false;
     w7.Fill     = false;
     // Container child hbox1.Gtk.Box+BoxChild
     this.buttonChangeNew              = new global::Gtk.Button();
     this.buttonChangeNew.CanFocus     = true;
     this.buttonChangeNew.Name         = "buttonChangeNew";
     this.buttonChangeNew.UseUnderline = true;
     this.buttonChangeNew.Label        = global::Mono.Unix.Catalog.GetString("Изменить новую");
     global::Gtk.Image w8 = new global::Gtk.Image();
     w8.Pixbuf = global::Stetic.IconLoader.LoadIcon(this, "gtk-edit", global::Gtk.IconSize.Menu);
     this.buttonChangeNew.Image = w8;
     this.hbox1.Add(this.buttonChangeNew);
     global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.buttonChangeNew]));
     w9.Position = 2;
     w9.Expand   = false;
     w9.Fill     = false;
     // Container child hbox1.Gtk.Box+BoxChild
     this.buttonDelete              = new global::Gtk.Button();
     this.buttonDelete.CanFocus     = true;
     this.buttonDelete.Name         = "buttonDelete";
     this.buttonDelete.UseUnderline = true;
     this.buttonDelete.Label        = global::Mono.Unix.Catalog.GetString("Удалить");
     global::Gtk.Image w10 = new global::Gtk.Image();
     w10.Pixbuf = global::Stetic.IconLoader.LoadIcon(this, "gtk-delete", global::Gtk.IconSize.Menu);
     this.buttonDelete.Image = w10;
     this.hbox1.Add(this.buttonDelete);
     global::Gtk.Box.BoxChild w11 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.buttonDelete]));
     w11.Position = 3;
     w11.Expand   = false;
     w11.Fill     = false;
     this.vbox1.Add(this.hbox1);
     global::Gtk.Box.BoxChild w12 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.hbox1]));
     w12.Position = 2;
     w12.Expand   = false;
     w12.Fill     = false;
     this.Add(this.vbox1);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.Hide();
     this.buttonAdd.Clicked       += new global::System.EventHandler(this.OnButtonAddClicked);
     this.buttonChangeOld.Clicked += new global::System.EventHandler(this.OnButtonChangeOldClicked);
     this.buttonChangeNew.Clicked += new global::System.EventHandler(this.OnButtonChangeNewClicked);
     this.buttonDelete.Clicked    += new global::System.EventHandler(this.OnButtonDeleteClicked);
 }
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget UberDespatch.CarrierRMDMOWindow
     this.Name           = "UberDespatch.CarrierRMDMOWindow";
     this.Title          = global::Mono.Unix.Catalog.GetString("RoyalMail Settings");
     this.Icon           = new global::Gdk.Pixbuf(global::System.IO.Path.Combine(global::System.AppDomain.CurrentDomain.BaseDirectory, "./Icons/png/plugin.png"));
     this.WindowPosition = ((global::Gtk.WindowPosition)(4));
     this.BorderWidth    = ((uint)(8));
     // Container child UberDespatch.CarrierRMDMOWindow.Gtk.Container+ContainerChild
     this.CarrierLayout         = new global::Gtk.VBox();
     this.CarrierLayout.Name    = "CarrierLayout";
     this.CarrierLayout.Spacing = 6;
     // Container child CarrierLayout.Gtk.Box+BoxChild
     this.APIFrame             = new global::Gtk.Frame();
     this.APIFrame.Name        = "APIFrame";
     this.APIFrame.ShadowType  = ((global::Gtk.ShadowType)(0));
     this.APIFrame.BorderWidth = ((uint)(8));
     // Container child APIFrame.Gtk.Container+ContainerChild
     this.APIAlignment             = new global::Gtk.Alignment(0F, 0F, 1F, 1F);
     this.APIAlignment.Name        = "APIAlignment";
     this.APIAlignment.LeftPadding = ((uint)(12));
     // Container child APIAlignment.Gtk.Container+ContainerChild
     this.APILayout         = new global::Gtk.VBox();
     this.APILayout.Name    = "APILayout";
     this.APILayout.Spacing = 6;
     // Container child APILayout.Gtk.Box+BoxChild
     this.CarrierImage      = new global::Gtk.Image();
     this.CarrierImage.Name = "CarrierImage";
     this.APILayout.Add(this.CarrierImage);
     global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.APILayout[this.CarrierImage]));
     w1.Position = 0;
     w1.Expand   = false;
     w1.Fill     = false;
     // Container child APILayout.Gtk.Box+BoxChild
     this.InputLayout         = new global::Gtk.HBox();
     this.InputLayout.Name    = "InputLayout";
     this.InputLayout.Spacing = 6;
     // Container child InputLayout.Gtk.Box+BoxChild
     this.InputLabel = new global::Gtk.Label();
     this.InputLabel.WidthRequest   = 200;
     this.InputLabel.Name           = "InputLabel";
     this.InputLabel.LabelProp      = global::Mono.Unix.Catalog.GetString("Input");
     this.InputLabel.Wrap           = true;
     this.InputLabel.SingleLineMode = true;
     this.InputLayout.Add(this.InputLabel);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.InputLayout[this.InputLabel]));
     w2.Position = 0;
     w2.Expand   = false;
     w2.Fill     = false;
     // Container child InputLayout.Gtk.Box+BoxChild
     this.InputFileChooser = new global::Gtk.FileChooserButton(global::Mono.Unix.Catalog.GetString("Select Downloads Folder"), ((global::Gtk.FileChooserAction)(2)));
     this.InputFileChooser.TooltipMarkup = "The location were RMDMO csv input files are to be saved, this should match the se" +
                                           "ttings on RMDMO.";
     this.InputFileChooser.Name = "InputFileChooser";
     this.InputLayout.Add(this.InputFileChooser);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.InputLayout[this.InputFileChooser]));
     w3.Position = 1;
     // Container child InputLayout.Gtk.Box+BoxChild
     this.InputFilenameEntry = new global::Gtk.Entry();
     this.InputFilenameEntry.TooltipMarkup = "The filename for the RMDMO input file. This should match the setting on RMDMO. ";
     this.InputFilenameEntry.CanFocus      = true;
     this.InputFilenameEntry.Name          = "InputFilenameEntry";
     this.InputFilenameEntry.IsEditable    = true;
     this.InputFilenameEntry.InvisibleChar = '•';
     this.InputLayout.Add(this.InputFilenameEntry);
     global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.InputLayout[this.InputFilenameEntry]));
     w4.Position = 2;
     this.APILayout.Add(this.InputLayout);
     global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.APILayout[this.InputLayout]));
     w5.Position = 1;
     w5.Expand   = false;
     w5.Fill     = false;
     // Container child APILayout.Gtk.Box+BoxChild
     this.OutputLayout         = new global::Gtk.HBox();
     this.OutputLayout.Name    = "OutputLayout";
     this.OutputLayout.Spacing = 6;
     // Container child OutputLayout.Gtk.Box+BoxChild
     this.OutputLabel = new global::Gtk.Label();
     this.OutputLabel.WidthRequest   = 200;
     this.OutputLabel.Name           = "OutputLabel";
     this.OutputLabel.LabelProp      = global::Mono.Unix.Catalog.GetString("Output");
     this.OutputLabel.Wrap           = true;
     this.OutputLabel.SingleLineMode = true;
     this.OutputLayout.Add(this.OutputLabel);
     global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.OutputLayout[this.OutputLabel]));
     w6.Position = 0;
     w6.Expand   = false;
     w6.Fill     = false;
     // Container child OutputLayout.Gtk.Box+BoxChild
     this.OutputFileChooser = new global::Gtk.FileChooserButton(global::Mono.Unix.Catalog.GetString("Select Downloads Folder"), ((global::Gtk.FileChooserAction)(2)));
     this.OutputFileChooser.TooltipMarkup = "The location were RMDMO csv output files are to be saved, this should match the s" +
                                            "ettings on RMDMO.";
     this.OutputFileChooser.Name = "OutputFileChooser";
     this.OutputLayout.Add(this.OutputFileChooser);
     global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.OutputLayout[this.OutputFileChooser]));
     w7.Position = 1;
     // Container child OutputLayout.Gtk.Box+BoxChild
     this.OutputFilenameEntry = new global::Gtk.Entry();
     this.OutputFilenameEntry.TooltipMarkup = "The filename for the RMDMO output file. This should match the setting on RMDMO. ";
     this.OutputFilenameEntry.CanFocus      = true;
     this.OutputFilenameEntry.Name          = "OutputFilenameEntry";
     this.OutputFilenameEntry.IsEditable    = true;
     this.OutputFilenameEntry.InvisibleChar = '•';
     this.OutputLayout.Add(this.OutputFilenameEntry);
     global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.OutputLayout[this.OutputFilenameEntry]));
     w8.Position = 2;
     this.APILayout.Add(this.OutputLayout);
     global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.APILayout[this.OutputLayout]));
     w9.Position = 2;
     w9.Expand   = false;
     w9.Fill     = false;
     this.APIAlignment.Add(this.APILayout);
     this.APIFrame.Add(this.APIAlignment);
     this.CarrierLabel           = new global::Gtk.Label();
     this.CarrierLabel.Name      = "CarrierLabel";
     this.CarrierLabel.LabelProp = global::Mono.Unix.Catalog.GetString("<b>RoyalMail Settings</b>");
     this.CarrierLabel.UseMarkup = true;
     this.APIFrame.LabelWidget   = this.CarrierLabel;
     this.CarrierLayout.Add(this.APIFrame);
     global::Gtk.Box.BoxChild w12 = ((global::Gtk.Box.BoxChild)(this.CarrierLayout[this.APIFrame]));
     w12.Position = 0;
     w12.Expand   = false;
     w12.Fill     = false;
     // Container child CarrierLayout.Gtk.Box+BoxChild
     this.TemplateFrame            = new global::Gtk.Frame();
     this.TemplateFrame.Name       = "TemplateFrame";
     this.TemplateFrame.ShadowType = ((global::Gtk.ShadowType)(0));
     // Container child TemplateFrame.Gtk.Container+ContainerChild
     this.TemplateAlignment             = new global::Gtk.Alignment(0F, 0F, 1F, 1F);
     this.TemplateAlignment.Name        = "TemplateAlignment";
     this.TemplateAlignment.LeftPadding = ((uint)(12));
     // Container child TemplateAlignment.Gtk.Container+ContainerChild
     this.GtkScrolledWindow            = new global::Gtk.ScrolledWindow();
     this.GtkScrolledWindow.Name       = "GtkScrolledWindow";
     this.GtkScrolledWindow.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child GtkScrolledWindow.Gtk.Container+ContainerChild
     this.TemplateTextView = new global::Gtk.TextView();
     this.TemplateTextView.TooltipMarkup = "Enter the template used by RMDMO here. {Tags} will be replaced with order data.";
     this.TemplateTextView.CanFocus      = true;
     this.TemplateTextView.Name          = "TemplateTextView";
     this.TemplateTextView.AcceptsTab    = false;
     this.TemplateTextView.LeftMargin    = 4;
     this.TemplateTextView.RightMargin   = 4;
     this.GtkScrolledWindow.Add(this.TemplateTextView);
     this.TemplateAlignment.Add(this.GtkScrolledWindow);
     this.TemplateFrame.Add(this.TemplateAlignment);
     this.TemplateLabel             = new global::Gtk.Label();
     this.TemplateLabel.Name        = "TemplateLabel";
     this.TemplateLabel.LabelProp   = global::Mono.Unix.Catalog.GetString("<b>Template</b>");
     this.TemplateLabel.UseMarkup   = true;
     this.TemplateFrame.LabelWidget = this.TemplateLabel;
     this.CarrierLayout.Add(this.TemplateFrame);
     global::Gtk.Box.BoxChild w16 = ((global::Gtk.Box.BoxChild)(this.CarrierLayout[this.TemplateFrame]));
     w16.Position = 1;
     // Container child CarrierLayout.Gtk.Box+BoxChild
     this.MainControlsLayout         = new global::Gtk.HBox();
     this.MainControlsLayout.Name    = "MainControlsLayout";
     this.MainControlsLayout.Spacing = 6;
     // Container child MainControlsLayout.Gtk.Box+BoxChild
     this.MainControlsSpacerAlignment      = new global::Gtk.Alignment(0.5F, 0.5F, 1F, 1F);
     this.MainControlsSpacerAlignment.Name = "MainControlsSpacerAlignment";
     this.MainControlsLayout.Add(this.MainControlsSpacerAlignment);
     global::Gtk.Box.BoxChild w17 = ((global::Gtk.Box.BoxChild)(this.MainControlsLayout[this.MainControlsSpacerAlignment]));
     w17.Position = 0;
     // Container child MainControlsLayout.Gtk.Box+BoxChild
     this.CancelButton = new global::Gtk.Button();
     this.CancelButton.WidthRequest = 150;
     this.CancelButton.CanFocus     = true;
     this.CancelButton.Name         = "CancelButton";
     this.CancelButton.UseUnderline = true;
     this.CancelButton.Label        = global::Mono.Unix.Catalog.GetString("Cancel");
     global::Gtk.Image w18 = new global::Gtk.Image();
     w18.Pixbuf = new global::Gdk.Pixbuf(global::System.IO.Path.Combine(global::System.AppDomain.CurrentDomain.BaseDirectory, "./Icons/png/no-small.png"));
     this.CancelButton.Image = w18;
     this.MainControlsLayout.Add(this.CancelButton);
     global::Gtk.Box.BoxChild w19 = ((global::Gtk.Box.BoxChild)(this.MainControlsLayout[this.CancelButton]));
     w19.Position = 1;
     w19.Expand   = false;
     w19.Fill     = false;
     // Container child MainControlsLayout.Gtk.Box+BoxChild
     this.ConfirmButton = new global::Gtk.Button();
     this.ConfirmButton.WidthRequest = 150;
     this.ConfirmButton.CanFocus     = true;
     this.ConfirmButton.Name         = "ConfirmButton";
     this.ConfirmButton.UseUnderline = true;
     this.ConfirmButton.Label        = global::Mono.Unix.Catalog.GetString("Ok");
     global::Gtk.Image w20 = new global::Gtk.Image();
     w20.Pixbuf = new global::Gdk.Pixbuf(global::System.IO.Path.Combine(global::System.AppDomain.CurrentDomain.BaseDirectory, "./Icons/png/apply-small.png"));
     this.ConfirmButton.Image = w20;
     this.MainControlsLayout.Add(this.ConfirmButton);
     global::Gtk.Box.BoxChild w21 = ((global::Gtk.Box.BoxChild)(this.MainControlsLayout[this.ConfirmButton]));
     w21.Position = 2;
     w21.Expand   = false;
     w21.Fill     = false;
     this.CarrierLayout.Add(this.MainControlsLayout);
     global::Gtk.Box.BoxChild w22 = ((global::Gtk.Box.BoxChild)(this.CarrierLayout[this.MainControlsLayout]));
     w22.Position = 2;
     w22.Expand   = false;
     w22.Fill     = false;
     this.Add(this.CarrierLayout);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.DefaultWidth  = 654;
     this.DefaultHeight = 326;
     this.Show();
     this.CancelButton.Released  += new global::System.EventHandler(this.OnCancelButtonReleased);
     this.ConfirmButton.Released += new global::System.EventHandler(this.OnConfirmButtonReleased);
 }
Exemple #53
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget StatDisk.StatsWindow
     this.Name           = "StatDisk.StatsWindow";
     this.WindowPosition = ((global::Gtk.WindowPosition)(4));
     this.DefaultWidth   = 800;
     this.DefaultHeight  = 600;
     // Internal child StatDisk.StatsWindow.VBox
     global::Gtk.VBox w1 = this.VBox;
     w1.Name        = "dialog1_VBox";
     w1.BorderWidth = ((uint)(2));
     // Container child dialog1_VBox.Gtk.Box+BoxChild
     this.hbox14         = new global::Gtk.HBox();
     this.hbox14.Name    = "hbox14";
     this.hbox14.Spacing = 6;
     // Container child hbox14.Gtk.Box+BoxChild
     this.label5           = new global::Gtk.Label();
     this.label5.Name      = "label5";
     this.label5.LabelProp = global::Mono.Unix.Catalog.GetString("Medio de almacenamiento A");
     this.hbox14.Add(this.label5);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.hbox14 [this.label5]));
     w2.Position = 0;
     w2.Fill     = false;
     // Container child hbox14.Gtk.Box+BoxChild
     this.vseparator4      = new global::Gtk.VSeparator();
     this.vseparator4.Name = "vseparator4";
     this.hbox14.Add(this.vseparator4);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.hbox14 [this.vseparator4]));
     w3.Position = 1;
     w3.Expand   = false;
     w3.Fill     = false;
     // Container child hbox14.Gtk.Box+BoxChild
     this.label6           = new global::Gtk.Label();
     this.label6.Name      = "label6";
     this.label6.LabelProp = global::Mono.Unix.Catalog.GetString("Medio de almacenamiento B");
     this.hbox14.Add(this.label6);
     global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.hbox14 [this.label6]));
     w4.Position = 2;
     w1.Add(this.hbox14);
     global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(w1 [this.hbox14]));
     w5.Position = 0;
     w5.Expand   = false;
     w5.Fill     = false;
     // Container child dialog1_VBox.Gtk.Box+BoxChild
     this.vbox5         = new global::Gtk.VBox();
     this.vbox5.Name    = "vbox5";
     this.vbox5.Spacing = 6;
     // Container child vbox5.Gtk.Box+BoxChild
     this.hbox12         = new global::Gtk.HBox();
     this.hbox12.Name    = "hbox12";
     this.hbox12.Spacing = 6;
     // Container child hbox12.Gtk.Box+BoxChild
     this.scrolledwindow1            = new global::Gtk.ScrolledWindow();
     this.scrolledwindow1.CanFocus   = true;
     this.scrolledwindow1.Name       = "scrolledwindow1";
     this.scrolledwindow1.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child scrolledwindow1.Gtk.Container+ContainerChild
     this.visorTiempos               = new global::Gtk.TextView();
     this.visorTiempos.CanFocus      = true;
     this.visorTiempos.Name          = "visorTiempos";
     this.visorTiempos.Editable      = false;
     this.visorTiempos.CursorVisible = false;
     this.scrolledwindow1.Add(this.visorTiempos);
     this.hbox12.Add(this.scrolledwindow1);
     global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.hbox12 [this.scrolledwindow1]));
     w7.Position = 0;
     // Container child hbox12.Gtk.Box+BoxChild
     this.vseparator2      = new global::Gtk.VSeparator();
     this.vseparator2.Name = "vseparator2";
     this.hbox12.Add(this.vseparator2);
     global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.hbox12 [this.vseparator2]));
     w8.Position = 1;
     w8.Expand   = false;
     w8.Fill     = false;
     // Container child hbox12.Gtk.Box+BoxChild
     this.scrolledwindow2            = new global::Gtk.ScrolledWindow();
     this.scrolledwindow2.CanFocus   = true;
     this.scrolledwindow2.Name       = "scrolledwindow2";
     this.scrolledwindow2.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child scrolledwindow2.Gtk.Container+ContainerChild
     this.visorTiempos1               = new global::Gtk.TextView();
     this.visorTiempos1.CanFocus      = true;
     this.visorTiempos1.Name          = "visorTiempos1";
     this.visorTiempos1.Editable      = false;
     this.visorTiempos1.CursorVisible = false;
     this.scrolledwindow2.Add(this.visorTiempos1);
     this.hbox12.Add(this.scrolledwindow2);
     global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(this.hbox12 [this.scrolledwindow2]));
     w10.Position = 2;
     this.vbox5.Add(this.hbox12);
     global::Gtk.Box.BoxChild w11 = ((global::Gtk.Box.BoxChild)(this.vbox5 [this.hbox12]));
     w11.Position = 0;
     // Container child vbox5.Gtk.Box+BoxChild
     this.hbox13         = new global::Gtk.HBox();
     this.hbox13.Name    = "hbox13";
     this.hbox13.Spacing = 6;
     // Container child hbox13.Gtk.Box+BoxChild
     this.scrolledwindow3            = new global::Gtk.ScrolledWindow();
     this.scrolledwindow3.CanFocus   = true;
     this.scrolledwindow3.Name       = "scrolledwindow3";
     this.scrolledwindow3.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child scrolledwindow3.Gtk.Container+ContainerChild
     this.visorCalculos               = new global::Gtk.TextView();
     this.visorCalculos.CanFocus      = true;
     this.visorCalculos.Name          = "visorCalculos";
     this.visorCalculos.Editable      = false;
     this.visorCalculos.CursorVisible = false;
     this.scrolledwindow3.Add(this.visorCalculos);
     this.hbox13.Add(this.scrolledwindow3);
     global::Gtk.Box.BoxChild w13 = ((global::Gtk.Box.BoxChild)(this.hbox13 [this.scrolledwindow3]));
     w13.Position = 0;
     // Container child hbox13.Gtk.Box+BoxChild
     this.vseparator3      = new global::Gtk.VSeparator();
     this.vseparator3.Name = "vseparator3";
     this.hbox13.Add(this.vseparator3);
     global::Gtk.Box.BoxChild w14 = ((global::Gtk.Box.BoxChild)(this.hbox13 [this.vseparator3]));
     w14.Position = 1;
     w14.Expand   = false;
     w14.Fill     = false;
     // Container child hbox13.Gtk.Box+BoxChild
     this.scrolledwindow4            = new global::Gtk.ScrolledWindow();
     this.scrolledwindow4.CanFocus   = true;
     this.scrolledwindow4.Name       = "scrolledwindow4";
     this.scrolledwindow4.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child scrolledwindow4.Gtk.Container+ContainerChild
     this.visorCalculos1               = new global::Gtk.TextView();
     this.visorCalculos1.CanFocus      = true;
     this.visorCalculos1.Name          = "visorCalculos1";
     this.visorCalculos1.Editable      = false;
     this.visorCalculos1.CursorVisible = false;
     this.scrolledwindow4.Add(this.visorCalculos1);
     this.hbox13.Add(this.scrolledwindow4);
     global::Gtk.Box.BoxChild w16 = ((global::Gtk.Box.BoxChild)(this.hbox13 [this.scrolledwindow4]));
     w16.Position = 2;
     this.vbox5.Add(this.hbox13);
     global::Gtk.Box.BoxChild w17 = ((global::Gtk.Box.BoxChild)(this.vbox5 [this.hbox13]));
     w17.Position = 1;
     w1.Add(this.vbox5);
     global::Gtk.Box.BoxChild w18 = ((global::Gtk.Box.BoxChild)(w1 [this.vbox5]));
     w18.Position = 1;
     // Internal child StatDisk.StatsWindow.ActionArea
     global::Gtk.HButtonBox w19 = this.ActionArea;
     w19.Name        = "dialog1_ActionArea";
     w19.Spacing     = 10;
     w19.BorderWidth = ((uint)(5));
     w19.LayoutStyle = ((global::Gtk.ButtonBoxStyle)(4));
     // Container child dialog1_ActionArea.Gtk.ButtonBox+ButtonBoxChild
     this.buttonOk              = new global::Gtk.Button();
     this.buttonOk.CanDefault   = true;
     this.buttonOk.CanFocus     = true;
     this.buttonOk.Name         = "buttonOk";
     this.buttonOk.UseStock     = true;
     this.buttonOk.UseUnderline = true;
     this.buttonOk.Label        = "gtk-quit";
     this.AddActionWidget(this.buttonOk, 0);
     global::Gtk.ButtonBox.ButtonBoxChild w20 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w19 [this.buttonOk]));
     w20.Expand = false;
     w20.Fill   = false;
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.Show();
     this.buttonOk.Clicked += new global::System.EventHandler(this.OnButtonOkClicked);
 }
Exemple #54
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget Vodovoz.ReportsParameters.Bottles.ReturnedTareReport
     global::Stetic.BinContainer.Attach(this);
     this.Name = "Vodovoz.ReportsParameters.Bottles.ReturnedTareReport";
     // Container child Vodovoz.ReportsParameters.Bottles.ReturnedTareReport.Gtk.Container+ContainerChild
     this.vbox2         = new global::Gtk.VBox();
     this.vbox2.Name    = "vbox2";
     this.vbox2.Spacing = 6;
     // Container child vbox2.Gtk.Box+BoxChild
     this.hbox1         = new global::Gtk.HBox();
     this.hbox1.Name    = "hbox1";
     this.hbox1.Spacing = 6;
     // Container child hbox1.Gtk.Box+BoxChild
     this.label1           = new global::Gtk.Label();
     this.label1.Name      = "label1";
     this.label1.LabelProp = global::Mono.Unix.Catalog.GetString("Дата доставки: ");
     this.hbox1.Add(this.label1);
     global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.label1]));
     w1.Position = 0;
     w1.Expand   = false;
     w1.Fill     = false;
     // Container child hbox1.Gtk.Box+BoxChild
     this.yenumcomboboxDateType      = new global::Gamma.Widgets.yEnumComboBox();
     this.yenumcomboboxDateType.Name = "yenumcomboboxDateType";
     this.yenumcomboboxDateType.ShowSpecialStateAll = false;
     this.yenumcomboboxDateType.ShowSpecialStateNot = false;
     this.yenumcomboboxDateType.UseShortTitle       = false;
     this.yenumcomboboxDateType.DefaultFirst        = false;
     this.hbox1.Add(this.yenumcomboboxDateType);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.yenumcomboboxDateType]));
     w2.Position = 1;
     w2.Expand   = false;
     w2.Fill     = false;
     // Container child hbox1.Gtk.Box+BoxChild
     this.daterangepicker           = new global::QS.Widgets.GtkUI.DateRangePicker();
     this.daterangepicker.Events    = ((global::Gdk.EventMask)(256));
     this.daterangepicker.Name      = "daterangepicker";
     this.daterangepicker.StartDate = new global::System.DateTime(0);
     this.daterangepicker.EndDate   = new global::System.DateTime(0);
     this.hbox1.Add(this.daterangepicker);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.daterangepicker]));
     w3.Position = 2;
     this.vbox2.Add(this.hbox1);
     global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.hbox1]));
     w4.Position = 1;
     w4.Expand   = false;
     w4.Fill     = false;
     // Container child vbox2.Gtk.Box+BoxChild
     this.btnCreateReport              = new global::Gamma.GtkWidgets.yButton();
     this.btnCreateReport.CanFocus     = true;
     this.btnCreateReport.Name         = "btnCreateReport";
     this.btnCreateReport.UseUnderline = true;
     this.btnCreateReport.Label        = global::Mono.Unix.Catalog.GetString("Сформировать отчет");
     this.vbox2.Add(this.btnCreateReport);
     global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.btnCreateReport]));
     w5.Position = 2;
     w5.Expand   = false;
     w5.Fill     = false;
     this.Add(this.vbox2);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.Hide();
 }
Exemple #55
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget Gui.CustomFileChooserDialog
     this.Name           = "Gui.CustomFileChooserDialog";
     this.Title          = global::Mono.Unix.Catalog.GetString("CustomFileChooserDialog");
     this.TypeHint       = ((global::Gdk.WindowTypeHint)(1));
     this.WindowPosition = ((global::Gtk.WindowPosition)(4));
     this.Modal          = true;
     this.DefaultWidth   = 640;
     this.DefaultHeight  = 480;
     this.Decorated      = false;
     // Container child Gui.CustomFileChooserDialog.Gtk.Container+ContainerChild
     this.table1               = new global::Gtk.Table(((uint)(2)), ((uint)(1)), false);
     this.table1.Name          = "table1";
     this.table1.RowSpacing    = ((uint)(6));
     this.table1.ColumnSpacing = ((uint)(6));
     this.table1.BorderWidth   = ((uint)(6));
     // Container child table1.Gtk.Table+TableChild
     this.fileChooser      = new global::Gtk.FileChooserWidget(((global::Gtk.FileChooserAction)(1)));
     this.fileChooser.Name = "fileChooser";
     this.table1.Add(this.fileChooser);
     global::Gtk.Table.TableChild w1 = ((global::Gtk.Table.TableChild)(this.table1 [this.fileChooser]));
     w1.XOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.hboxButtons         = new global::Gtk.HBox();
     this.hboxButtons.Name    = "hboxButtons";
     this.hboxButtons.Spacing = 6;
     // Container child hboxButtons.Gtk.Box+BoxChild
     this.btnCancel = new global::Gtk.Button();
     this.btnCancel.WidthRequest = 100;
     this.btnCancel.CanFocus     = true;
     this.btnCancel.Name         = "btnCancel";
     this.btnCancel.UseUnderline = true;
     this.btnCancel.Label        = global::Mono.Unix.Catalog.GetString("Cancel");
     this.hboxButtons.Add(this.btnCancel);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.hboxButtons [this.btnCancel]));
     w2.PackType = ((global::Gtk.PackType)(1));
     w2.Position = 0;
     w2.Expand   = false;
     w2.Fill     = false;
     // Container child hboxButtons.Gtk.Box+BoxChild
     this.btnOk = new global::Gtk.Button();
     this.btnOk.WidthRequest = 100;
     this.btnOk.CanFocus     = true;
     this.btnOk.Name         = "btnOk";
     this.btnOk.UseUnderline = true;
     this.btnOk.Label        = global::Mono.Unix.Catalog.GetString("Ok");
     this.hboxButtons.Add(this.btnOk);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.hboxButtons [this.btnOk]));
     w3.PackType = ((global::Gtk.PackType)(1));
     w3.Position = 1;
     w3.Expand   = false;
     w3.Fill     = false;
     this.table1.Add(this.hboxButtons);
     global::Gtk.Table.TableChild w4 = ((global::Gtk.Table.TableChild)(this.table1 [this.hboxButtons]));
     w4.TopAttach    = ((uint)(1));
     w4.BottomAttach = ((uint)(2));
     w4.YOptions     = ((global::Gtk.AttachOptions)(4));
     this.Add(this.table1);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.Hide();
 }
Exemple #56
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget MonoDevelop.SourceEditor.OptionPanels.GeneralOptionsPanel
     global::Stetic.BinContainer.Attach(this);
     this.Name = "MonoDevelop.SourceEditor.OptionPanels.GeneralOptionsPanel";
     // Container child MonoDevelop.SourceEditor.OptionPanels.GeneralOptionsPanel.Gtk.Container+ContainerChild
     this.vbox1         = new global::Gtk.VBox();
     this.vbox1.Name    = "vbox1";
     this.vbox1.Spacing = 6;
     // Container child vbox1.Gtk.Box+BoxChild
     this.GtkLabel13           = new global::Gtk.Label();
     this.GtkLabel13.Name      = "GtkLabel13";
     this.GtkLabel13.Xalign    = 0f;
     this.GtkLabel13.LabelProp = global::Mono.Unix.Catalog.GetString("<b>Coding</b>");
     this.GtkLabel13.UseMarkup = true;
     this.vbox1.Add(this.GtkLabel13);
     global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.GtkLabel13]));
     w1.Position = 0;
     w1.Expand   = false;
     w1.Fill     = false;
     // Container child vbox1.Gtk.Box+BoxChild
     this.alignment2             = new global::Gtk.Alignment(0.5f, 0.5f, 1f, 1f);
     this.alignment2.Name        = "alignment2";
     this.alignment2.LeftPadding = ((uint)(12));
     // Container child alignment2.Gtk.Container+ContainerChild
     this.vbox4         = new global::Gtk.VBox();
     this.vbox4.Name    = "vbox4";
     this.vbox4.Spacing = 6;
     // Container child vbox4.Gtk.Box+BoxChild
     this.codeCompletioncheckbutton               = new global::Gtk.CheckButton();
     this.codeCompletioncheckbutton.CanFocus      = true;
     this.codeCompletioncheckbutton.Name          = "codeCompletioncheckbutton";
     this.codeCompletioncheckbutton.Label         = global::Mono.Unix.Catalog.GetString("Enable _code completion");
     this.codeCompletioncheckbutton.DrawIndicator = true;
     this.codeCompletioncheckbutton.UseUnderline  = true;
     this.vbox4.Add(this.codeCompletioncheckbutton);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.vbox4[this.codeCompletioncheckbutton]));
     w2.Position = 0;
     w2.Expand   = false;
     w2.Fill     = false;
     // Container child vbox4.Gtk.Box+BoxChild
     this.hbox2         = new global::Gtk.HBox();
     this.hbox2.Name    = "hbox2";
     this.hbox2.Spacing = 6;
     // Container child hbox2.Gtk.Box+BoxChild
     this.fixed1           = new global::Gtk.Fixed();
     this.fixed1.Name      = "fixed1";
     this.fixed1.HasWindow = false;
     this.hbox2.Add(this.fixed1);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.hbox2[this.fixed1]));
     w3.Position = 0;
     w3.Expand   = false;
     w3.Padding  = ((uint)(6));
     // Container child hbox2.Gtk.Box+BoxChild
     this.autoCodeCompletionCheckbutton               = new global::Gtk.CheckButton();
     this.autoCodeCompletionCheckbutton.CanFocus      = true;
     this.autoCodeCompletionCheckbutton.Name          = "autoCodeCompletionCheckbutton";
     this.autoCodeCompletionCheckbutton.Label         = global::Mono.Unix.Catalog.GetString("_Aggressively trigger code completion list");
     this.autoCodeCompletionCheckbutton.DrawIndicator = true;
     this.autoCodeCompletionCheckbutton.UseUnderline  = true;
     this.hbox2.Add(this.autoCodeCompletionCheckbutton);
     global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.hbox2[this.autoCodeCompletionCheckbutton]));
     w4.Position = 1;
     this.vbox4.Add(this.hbox2);
     global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.vbox4[this.hbox2]));
     w5.Position = 1;
     w5.Expand   = false;
     w5.Fill     = false;
     // Container child vbox4.Gtk.Box+BoxChild
     this.hbox3         = new global::Gtk.HBox();
     this.hbox3.Name    = "hbox3";
     this.hbox3.Spacing = 6;
     // Container child hbox3.Gtk.Box+BoxChild
     this.fixed2           = new global::Gtk.Fixed();
     this.fixed2.Name      = "fixed2";
     this.fixed2.HasWindow = false;
     this.hbox3.Add(this.fixed2);
     global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.hbox3[this.fixed2]));
     w6.Position = 0;
     w6.Expand   = false;
     w6.Padding  = ((uint)(6));
     // Container child hbox3.Gtk.Box+BoxChild
     this.spaceOrPunctiuationCheckbutton               = new global::Gtk.CheckButton();
     this.spaceOrPunctiuationCheckbutton.CanFocus      = true;
     this.spaceOrPunctiuationCheckbutton.Name          = "spaceOrPunctiuationCheckbutton";
     this.spaceOrPunctiuationCheckbutton.Label         = global::Mono.Unix.Catalog.GetString("_Commit completion list selection with space or punctuation.");
     this.spaceOrPunctiuationCheckbutton.DrawIndicator = true;
     this.spaceOrPunctiuationCheckbutton.UseUnderline  = true;
     this.hbox3.Add(this.spaceOrPunctiuationCheckbutton);
     global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.hbox3[this.spaceOrPunctiuationCheckbutton]));
     w7.Position = 1;
     this.vbox4.Add(this.hbox3);
     global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.vbox4[this.hbox3]));
     w8.Position = 2;
     w8.Expand   = false;
     w8.Fill     = false;
     // Container child vbox4.Gtk.Box+BoxChild
     this.hbox4         = new global::Gtk.HBox();
     this.hbox4.Name    = "hbox4";
     this.hbox4.Spacing = 6;
     // Container child hbox4.Gtk.Box+BoxChild
     this.fixed3           = new global::Gtk.Fixed();
     this.fixed3.Name      = "fixed3";
     this.fixed3.HasWindow = false;
     this.hbox4.Add(this.fixed3);
     global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.hbox4[this.fixed3]));
     w9.Position = 0;
     w9.Expand   = false;
     w9.Padding  = ((uint)(6));
     // Container child hbox4.Gtk.Box+BoxChild
     this.enableParameterInsightCheckbutton               = new global::Gtk.CheckButton();
     this.enableParameterInsightCheckbutton.CanFocus      = true;
     this.enableParameterInsightCheckbutton.Name          = "enableParameterInsightCheckbutton";
     this.enableParameterInsightCheckbutton.Label         = global::Mono.Unix.Catalog.GetString("Enable _parameter insight");
     this.enableParameterInsightCheckbutton.DrawIndicator = true;
     this.enableParameterInsightCheckbutton.UseUnderline  = true;
     this.hbox4.Add(this.enableParameterInsightCheckbutton);
     global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(this.hbox4[this.enableParameterInsightCheckbutton]));
     w10.Position = 1;
     this.vbox4.Add(this.hbox4);
     global::Gtk.Box.BoxChild w11 = ((global::Gtk.Box.BoxChild)(this.vbox4[this.hbox4]));
     w11.Position = 3;
     w11.Expand   = false;
     w11.Fill     = false;
     // Container child vbox4.Gtk.Box+BoxChild
     this.hbox5         = new global::Gtk.HBox();
     this.hbox5.Name    = "hbox5";
     this.hbox5.Spacing = 6;
     // Container child hbox5.Gtk.Box+BoxChild
     this.fixed4           = new global::Gtk.Fixed();
     this.fixed4.Name      = "fixed4";
     this.fixed4.HasWindow = false;
     this.hbox5.Add(this.fixed4);
     global::Gtk.Box.BoxChild w12 = ((global::Gtk.Box.BoxChild)(this.hbox5[this.fixed4]));
     w12.Position = 0;
     w12.Expand   = false;
     w12.Padding  = ((uint)(6));
     // Container child hbox5.Gtk.Box+BoxChild
     this.hideObsoleteItemsCheckbutton               = new global::Gtk.CheckButton();
     this.hideObsoleteItemsCheckbutton.CanFocus      = true;
     this.hideObsoleteItemsCheckbutton.Name          = "hideObsoleteItemsCheckbutton";
     this.hideObsoleteItemsCheckbutton.Label         = global::Mono.Unix.Catalog.GetString("_Hide obsolete items");
     this.hideObsoleteItemsCheckbutton.DrawIndicator = true;
     this.hideObsoleteItemsCheckbutton.UseUnderline  = true;
     this.hbox5.Add(this.hideObsoleteItemsCheckbutton);
     global::Gtk.Box.BoxChild w13 = ((global::Gtk.Box.BoxChild)(this.hbox5[this.hideObsoleteItemsCheckbutton]));
     w13.Position = 1;
     this.vbox4.Add(this.hbox5);
     global::Gtk.Box.BoxChild w14 = ((global::Gtk.Box.BoxChild)(this.vbox4[this.hbox5]));
     w14.Position = 4;
     w14.Expand   = false;
     w14.Fill     = false;
     // Container child vbox4.Gtk.Box+BoxChild
     this.quickFinderCheckbutton               = new global::Gtk.CheckButton();
     this.quickFinderCheckbutton.CanFocus      = true;
     this.quickFinderCheckbutton.Name          = "quickFinderCheckbutton";
     this.quickFinderCheckbutton.Label         = global::Mono.Unix.Catalog.GetString("Show c_lass and method navigation bar");
     this.quickFinderCheckbutton.DrawIndicator = true;
     this.quickFinderCheckbutton.UseUnderline  = true;
     this.vbox4.Add(this.quickFinderCheckbutton);
     global::Gtk.Box.BoxChild w15 = ((global::Gtk.Box.BoxChild)(this.vbox4[this.quickFinderCheckbutton]));
     w15.Position = 5;
     w15.Expand   = false;
     w15.Fill     = false;
     this.alignment2.Add(this.vbox4);
     this.vbox1.Add(this.alignment2);
     global::Gtk.Box.BoxChild w17 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.alignment2]));
     w17.Position = 1;
     w17.Expand   = false;
     w17.Fill     = false;
     // Container child vbox1.Gtk.Box+BoxChild
     this.GtkLabel14           = new global::Gtk.Label();
     this.GtkLabel14.Name      = "GtkLabel14";
     this.GtkLabel14.Xalign    = 0f;
     this.GtkLabel14.LabelProp = global::Mono.Unix.Catalog.GetString("<b>Code Folding</b>");
     this.GtkLabel14.UseMarkup = true;
     this.vbox1.Add(this.GtkLabel14);
     global::Gtk.Box.BoxChild w18 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.GtkLabel14]));
     w18.Position = 2;
     w18.Expand   = false;
     w18.Fill     = false;
     // Container child vbox1.Gtk.Box+BoxChild
     this.alignment3             = new global::Gtk.Alignment(0.5f, 0.5f, 1f, 1f);
     this.alignment3.Name        = "alignment3";
     this.alignment3.LeftPadding = ((uint)(12));
     // Container child alignment3.Gtk.Container+ContainerChild
     this.vbox5         = new global::Gtk.VBox();
     this.vbox5.Name    = "vbox5";
     this.vbox5.Spacing = 6;
     // Container child vbox5.Gtk.Box+BoxChild
     this.foldingCheckbutton               = new global::Gtk.CheckButton();
     this.foldingCheckbutton.CanFocus      = true;
     this.foldingCheckbutton.Name          = "foldingCheckbutton";
     this.foldingCheckbutton.Label         = global::Mono.Unix.Catalog.GetString("Enable code _folding");
     this.foldingCheckbutton.DrawIndicator = true;
     this.foldingCheckbutton.UseUnderline  = true;
     this.vbox5.Add(this.foldingCheckbutton);
     global::Gtk.Box.BoxChild w19 = ((global::Gtk.Box.BoxChild)(this.vbox5[this.foldingCheckbutton]));
     w19.Position = 0;
     w19.Expand   = false;
     w19.Fill     = false;
     // Container child vbox5.Gtk.Box+BoxChild
     this.foldregionsCheckbutton               = new global::Gtk.CheckButton();
     this.foldregionsCheckbutton.CanFocus      = true;
     this.foldregionsCheckbutton.Name          = "foldregionsCheckbutton";
     this.foldregionsCheckbutton.Label         = global::Mono.Unix.Catalog.GetString("Fold #_regions by default");
     this.foldregionsCheckbutton.DrawIndicator = true;
     this.foldregionsCheckbutton.UseUnderline  = true;
     this.vbox5.Add(this.foldregionsCheckbutton);
     global::Gtk.Box.BoxChild w20 = ((global::Gtk.Box.BoxChild)(this.vbox5[this.foldregionsCheckbutton]));
     w20.Position = 1;
     w20.Expand   = false;
     w20.Fill     = false;
     // Container child vbox5.Gtk.Box+BoxChild
     this.foldCommentsCheckbutton               = new global::Gtk.CheckButton();
     this.foldCommentsCheckbutton.CanFocus      = true;
     this.foldCommentsCheckbutton.Name          = "foldCommentsCheckbutton";
     this.foldCommentsCheckbutton.Label         = global::Mono.Unix.Catalog.GetString("Fold _comments by default");
     this.foldCommentsCheckbutton.DrawIndicator = true;
     this.foldCommentsCheckbutton.UseUnderline  = true;
     this.vbox5.Add(this.foldCommentsCheckbutton);
     global::Gtk.Box.BoxChild w21 = ((global::Gtk.Box.BoxChild)(this.vbox5[this.foldCommentsCheckbutton]));
     w21.Position = 2;
     w21.Expand   = false;
     w21.Fill     = false;
     this.alignment3.Add(this.vbox5);
     this.vbox1.Add(this.alignment3);
     global::Gtk.Box.BoxChild w120 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.alignment3]));
     w120.Position = 3;
     w120.Expand   = false;
     w120.Fill     = false;
     // Container child vbox1.Gtk.Box+BoxChild
     this.GtkLabel15           = new global::Gtk.Label();
     this.GtkLabel15.Name      = "GtkLabel15";
     this.GtkLabel15.Xalign    = 0F;
     this.GtkLabel15.LabelProp = global::Mono.Unix.Catalog.GetString("<b>Appearance</b>");
     this.GtkLabel15.UseMarkup = true;
     this.vbox1.Add(this.GtkLabel15);
     global::Gtk.Box.BoxChild w119 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.GtkLabel15]));
     w119.Position = 4;
     w119.Expand   = false;
     w119.Fill     = false;
     // Container child vbox1.Gtk.Box+BoxChild
     this.alignment4             = new global::Gtk.Alignment(0.5F, 0.5F, 1F, 1F);
     this.alignment4.Name        = "alignment4";
     this.alignment4.LeftPadding = ((uint)(12));
     // Container child alignment4.Gtk.Container+ContainerChild
     this.vbox6         = new global::Gtk.VBox();
     this.vbox6.Name    = "vbox6";
     this.vbox6.Spacing = 6;
     // Container child vbox6.Gtk.Box+BoxChild
     this.antiAliasingCheckbutton               = new global::Gtk.CheckButton();
     this.antiAliasingCheckbutton.CanFocus      = true;
     this.antiAliasingCheckbutton.Name          = "antiAliasingCheckbutton";
     this.antiAliasingCheckbutton.Label         = global::Mono.Unix.Catalog.GetString("_Use anti aliasing");
     this.antiAliasingCheckbutton.DrawIndicator = true;
     this.antiAliasingCheckbutton.UseUnderline  = true;
     this.vbox6.Add(this.antiAliasingCheckbutton);
     global::Gtk.Box.BoxChild w121 = ((global::Gtk.Box.BoxChild)(this.vbox6 [this.antiAliasingCheckbutton]));
     w121.Position = 0;
     w121.Expand   = false;
     w121.Fill     = false;
     this.alignment4.Add(this.vbox6);
     this.vbox1.Add(this.alignment4);
     global::Gtk.Box.BoxChild w23 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.alignment4]));
     w23.Position = 5;
     w23.Expand   = false;
     w23.Fill     = false;
     this.Add(this.vbox1);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.Show();
 }
Exemple #57
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget MonoDevelop.Gettext.POEditorWidget
     Stetic.BinContainer w1 = global::Stetic.BinContainer.Attach(this);
     this.UIManager = new global::Gtk.UIManager();
     global::Gtk.ActionGroup w2 = new global::Gtk.ActionGroup("Default");
     this.UIManager.InsertActionGroup(w2, 0);
     this.Name = "MonoDevelop.Gettext.POEditorWidget";
     // Container child MonoDevelop.Gettext.POEditorWidget.Gtk.Container+ContainerChild
     this.vbox2         = new global::Gtk.VBox();
     this.vbox2.Name    = "vbox2";
     this.vbox2.Spacing = 6;
     // Container child vbox2.Gtk.Box+BoxChild
     this.notebookPages             = new global::Gtk.Notebook();
     this.notebookPages.CanFocus    = true;
     this.notebookPages.Name        = "notebookPages";
     this.notebookPages.CurrentPage = 0;
     this.notebookPages.ShowBorder  = false;
     this.notebookPages.ShowTabs    = false;
     // Container child notebookPages.Gtk.Notebook+NotebookChild
     this.vbox7         = new global::Gtk.VBox();
     this.vbox7.Name    = "vbox7";
     this.vbox7.Spacing = 6;
     // Container child vbox7.Gtk.Box+BoxChild
     this.hbox2         = new global::Gtk.HBox();
     this.hbox2.Name    = "hbox2";
     this.hbox2.Spacing = 6;
     // Container child hbox2.Gtk.Box+BoxChild
     this.label2              = new global::Gtk.Label();
     this.label2.Name         = "label2";
     this.label2.LabelProp    = global::Mono.Unix.Catalog.GetString("_Filter:");
     this.label2.UseUnderline = true;
     this.hbox2.Add(this.label2);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.label2]));
     w3.Position = 0;
     w3.Expand   = false;
     w3.Fill     = false;
     // Container child hbox2.Gtk.Box+BoxChild
     this.searchEntryFilter      = new global::MonoDevelop.Components.SearchEntry();
     this.searchEntryFilter.Name = "searchEntryFilter";
     this.searchEntryFilter.ForceFilterButtonVisible = false;
     this.searchEntryFilter.HasFrame       = false;
     this.searchEntryFilter.RoundedShape   = false;
     this.searchEntryFilter.IsCheckMenu    = false;
     this.searchEntryFilter.ActiveFilterID = 0;
     this.searchEntryFilter.Ready          = false;
     this.searchEntryFilter.HasFocus       = false;
     this.hbox2.Add(this.searchEntryFilter);
     global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.searchEntryFilter]));
     w4.Position = 1;
     // Container child hbox2.Gtk.Box+BoxChild
     this.togglebuttonOk          = new global::Gtk.ToggleButton();
     this.togglebuttonOk.CanFocus = true;
     this.togglebuttonOk.Name     = "togglebuttonOk";
     // Container child togglebuttonOk.Gtk.Container+ContainerChild
     this.togglebuttonOkHbox         = new global::Gtk.HBox();
     this.togglebuttonOkHbox.Name    = "togglebuttonOkHbox";
     this.togglebuttonOkHbox.Spacing = 2;
     // Container child togglebuttonOkHbox.Gtk.Box+BoxChild
     this.togglebuttonOkIcon          = new global::MonoDevelop.Components.ImageView();
     this.togglebuttonOkIcon.Name     = "togglebuttonOkIcon";
     this.togglebuttonOkIcon.IconId   = "md-done";
     this.togglebuttonOkIcon.IconSize = ((global::Gtk.IconSize)(1));
     this.togglebuttonOkHbox.Add(this.togglebuttonOkIcon);
     global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.togglebuttonOkHbox [this.togglebuttonOkIcon]));
     w5.Position = 0;
     w5.Expand   = false;
     w5.Fill     = false;
     // Container child togglebuttonOkHbox.Gtk.Box+BoxChild
     this.togglebuttonOkLabel              = new global::Gtk.Label();
     this.togglebuttonOkLabel.Name         = "togglebuttonOkLabel";
     this.togglebuttonOkLabel.LabelProp    = global::Mono.Unix.Catalog.GetString("Valid");
     this.togglebuttonOkLabel.UseUnderline = true;
     this.togglebuttonOkHbox.Add(this.togglebuttonOkLabel);
     global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.togglebuttonOkHbox [this.togglebuttonOkLabel]));
     w6.Position = 1;
     w6.Expand   = false;
     w6.Fill     = false;
     this.togglebuttonOk.Add(this.togglebuttonOkHbox);
     this.hbox2.Add(this.togglebuttonOk);
     global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.togglebuttonOk]));
     w8.Position = 2;
     w8.Expand   = false;
     w8.Fill     = false;
     // Container child hbox2.Gtk.Box+BoxChild
     this.togglebuttonMissing          = new global::Gtk.ToggleButton();
     this.togglebuttonMissing.CanFocus = true;
     this.togglebuttonMissing.Name     = "togglebuttonMissing";
     // Container child togglebuttonMissing.Gtk.Container+ContainerChild
     this.togglebuttonMissingHbox         = new global::Gtk.HBox();
     this.togglebuttonMissingHbox.Name    = "togglebuttonMissingHbox";
     this.togglebuttonMissingHbox.Spacing = 2;
     // Container child togglebuttonMissingHbox.Gtk.Box+BoxChild
     this.togglebuttonMissingIcon          = new global::MonoDevelop.Components.ImageView();
     this.togglebuttonMissingIcon.Name     = "togglebuttonMissingIcon";
     this.togglebuttonMissingIcon.IconId   = "md-warning";
     this.togglebuttonMissingIcon.IconSize = ((global::Gtk.IconSize)(1));
     this.togglebuttonMissingHbox.Add(this.togglebuttonMissingIcon);
     global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.togglebuttonMissingHbox [this.togglebuttonMissingIcon]));
     w9.Position = 0;
     w9.Expand   = false;
     w9.Fill     = false;
     // Container child togglebuttonMissingHbox.Gtk.Box+BoxChild
     this.togglebuttonMissingLabel              = new global::Gtk.Label();
     this.togglebuttonMissingLabel.Name         = "togglebuttonMissingLabel";
     this.togglebuttonMissingLabel.LabelProp    = global::Mono.Unix.Catalog.GetString("Missing");
     this.togglebuttonMissingLabel.UseUnderline = true;
     this.togglebuttonMissingHbox.Add(this.togglebuttonMissingLabel);
     global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(this.togglebuttonMissingHbox [this.togglebuttonMissingLabel]));
     w10.Position = 1;
     w10.Expand   = false;
     w10.Fill     = false;
     this.togglebuttonMissing.Add(this.togglebuttonMissingHbox);
     this.hbox2.Add(this.togglebuttonMissing);
     global::Gtk.Box.BoxChild w12 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.togglebuttonMissing]));
     w12.Position = 3;
     w12.Expand   = false;
     w12.Fill     = false;
     // Container child hbox2.Gtk.Box+BoxChild
     this.togglebuttonFuzzy          = new global::Gtk.ToggleButton();
     this.togglebuttonFuzzy.CanFocus = true;
     this.togglebuttonFuzzy.Name     = "togglebuttonFuzzy";
     // Container child togglebuttonFuzzy.Gtk.Container+ContainerChild
     this.togglebuttonFuzzyHbox         = new global::Gtk.HBox();
     this.togglebuttonFuzzyHbox.Name    = "togglebuttonFuzzyHbox";
     this.togglebuttonFuzzyHbox.Spacing = 2;
     // Container child togglebuttonFuzzyHbox.Gtk.Box+BoxChild
     this.togglebuttonFuzzyIcon          = new global::MonoDevelop.Components.ImageView();
     this.togglebuttonFuzzyIcon.Name     = "togglebuttonFuzzyIcon";
     this.togglebuttonFuzzyIcon.IconId   = "md-error";
     this.togglebuttonFuzzyIcon.IconSize = ((global::Gtk.IconSize)(1));
     this.togglebuttonFuzzyHbox.Add(this.togglebuttonFuzzyIcon);
     global::Gtk.Box.BoxChild w13 = ((global::Gtk.Box.BoxChild)(this.togglebuttonFuzzyHbox [this.togglebuttonFuzzyIcon]));
     w13.Position = 0;
     w13.Expand   = false;
     w13.Fill     = false;
     // Container child togglebuttonFuzzyHbox.Gtk.Box+BoxChild
     this.togglebuttonFuzzyLabel              = new global::Gtk.Label();
     this.togglebuttonFuzzyLabel.Name         = "togglebuttonFuzzyLabel";
     this.togglebuttonFuzzyLabel.LabelProp    = global::Mono.Unix.Catalog.GetString("Fuzzy");
     this.togglebuttonFuzzyLabel.UseUnderline = true;
     this.togglebuttonFuzzyHbox.Add(this.togglebuttonFuzzyLabel);
     global::Gtk.Box.BoxChild w14 = ((global::Gtk.Box.BoxChild)(this.togglebuttonFuzzyHbox [this.togglebuttonFuzzyLabel]));
     w14.Position = 1;
     w14.Expand   = false;
     w14.Fill     = false;
     this.togglebuttonFuzzy.Add(this.togglebuttonFuzzyHbox);
     this.hbox2.Add(this.togglebuttonFuzzy);
     global::Gtk.Box.BoxChild w16 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.togglebuttonFuzzy]));
     w16.Position = 4;
     w16.Expand   = false;
     w16.Fill     = false;
     this.vbox7.Add(this.hbox2);
     global::Gtk.Box.BoxChild w17 = ((global::Gtk.Box.BoxChild)(this.vbox7 [this.hbox2]));
     w17.Position = 0;
     w17.Expand   = false;
     w17.Fill     = false;
     // Container child vbox7.Gtk.Box+BoxChild
     this.vpaned2          = new global::Gtk.VPaned();
     this.vpaned2.CanFocus = true;
     this.vpaned2.Name     = "vpaned2";
     this.vpaned2.Position = 186;
     // Container child vpaned2.Gtk.Paned+PanedChild
     this.scrolledwindow1            = new global::Gtk.ScrolledWindow();
     this.scrolledwindow1.CanFocus   = true;
     this.scrolledwindow1.Name       = "scrolledwindow1";
     this.scrolledwindow1.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child scrolledwindow1.Gtk.Container+ContainerChild
     this.treeviewEntries          = new global::Gtk.TreeView();
     this.treeviewEntries.CanFocus = true;
     this.treeviewEntries.Name     = "treeviewEntries";
     this.scrolledwindow1.Add(this.treeviewEntries);
     this.vpaned2.Add(this.scrolledwindow1);
     global::Gtk.Paned.PanedChild w19 = ((global::Gtk.Paned.PanedChild)(this.vpaned2 [this.scrolledwindow1]));
     w19.Resize = false;
     // Container child vpaned2.Gtk.Paned+PanedChild
     this.table1               = new global::Gtk.Table(((uint)(2)), ((uint)(2)), true);
     this.table1.Name          = "table1";
     this.table1.RowSpacing    = ((uint)(6));
     this.table1.ColumnSpacing = ((uint)(6));
     // Container child table1.Gtk.Table+TableChild
     this.vbox3         = new global::Gtk.VBox();
     this.vbox3.Name    = "vbox3";
     this.vbox3.Spacing = 6;
     // Container child vbox3.Gtk.Box+BoxChild
     this.label6              = new global::Gtk.Label();
     this.label6.Name         = "label6";
     this.label6.Xalign       = 0F;
     this.label6.LabelProp    = global::Mono.Unix.Catalog.GetString("_Comments:");
     this.label6.UseUnderline = true;
     this.vbox3.Add(this.label6);
     global::Gtk.Box.BoxChild w20 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.label6]));
     w20.Position = 0;
     w20.Expand   = false;
     w20.Fill     = false;
     // Container child vbox3.Gtk.Box+BoxChild
     this.scrolledwindow3            = new global::Gtk.ScrolledWindow();
     this.scrolledwindow3.CanFocus   = true;
     this.scrolledwindow3.Name       = "scrolledwindow3";
     this.scrolledwindow3.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child scrolledwindow3.Gtk.Container+ContainerChild
     this.textviewComments            = new global::Gtk.TextView();
     this.textviewComments.CanFocus   = true;
     this.textviewComments.Name       = "textviewComments";
     this.textviewComments.AcceptsTab = false;
     this.scrolledwindow3.Add(this.textviewComments);
     this.vbox3.Add(this.scrolledwindow3);
     global::Gtk.Box.BoxChild w22 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.scrolledwindow3]));
     w22.Position = 1;
     this.table1.Add(this.vbox3);
     global::Gtk.Table.TableChild w23 = ((global::Gtk.Table.TableChild)(this.table1 [this.vbox3]));
     w23.TopAttach    = ((uint)(1));
     w23.BottomAttach = ((uint)(2));
     w23.LeftAttach   = ((uint)(1));
     w23.RightAttach  = ((uint)(2));
     w23.XOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.vbox4         = new global::Gtk.VBox();
     this.vbox4.Name    = "vbox4";
     this.vbox4.Spacing = 6;
     // Container child vbox4.Gtk.Box+BoxChild
     this.label7              = new global::Gtk.Label();
     this.label7.Name         = "label7";
     this.label7.Xalign       = 0F;
     this.label7.LabelProp    = global::Mono.Unix.Catalog.GetString("_Translated (msgstr):");
     this.label7.UseUnderline = true;
     this.vbox4.Add(this.label7);
     global::Gtk.Box.BoxChild w24 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.label7]));
     w24.Position = 0;
     w24.Expand   = false;
     w24.Fill     = false;
     // Container child vbox4.Gtk.Box+BoxChild
     this.notebookTranslated             = new global::Gtk.Notebook();
     this.notebookTranslated.CanFocus    = true;
     this.notebookTranslated.Name        = "notebookTranslated";
     this.notebookTranslated.CurrentPage = 0;
     // Notebook tab
     global::Gtk.Label w25 = new global::Gtk.Label();
     w25.Visible = true;
     this.notebookTranslated.Add(w25);
     this.label1           = new global::Gtk.Label();
     this.label1.Name      = "label1";
     this.label1.LabelProp = global::Mono.Unix.Catalog.GetString("page1");
     this.notebookTranslated.SetTabLabel(w25, this.label1);
     this.label1.ShowAll();
     this.vbox4.Add(this.notebookTranslated);
     global::Gtk.Box.BoxChild w26 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.notebookTranslated]));
     w26.Position = 1;
     this.table1.Add(this.vbox4);
     global::Gtk.Table.TableChild w27 = ((global::Gtk.Table.TableChild)(this.table1 [this.vbox4]));
     w27.TopAttach    = ((uint)(1));
     w27.BottomAttach = ((uint)(2));
     w27.XOptions     = ((global::Gtk.AttachOptions)(4));
     w27.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.vbox5         = new global::Gtk.VBox();
     this.vbox5.Name    = "vbox5";
     this.vbox5.Spacing = 6;
     // Container child vbox5.Gtk.Box+BoxChild
     this.hbox3         = new global::Gtk.HBox();
     this.hbox3.Name    = "hbox3";
     this.hbox3.Spacing = 6;
     // Container child hbox3.Gtk.Box+BoxChild
     this.label8           = new global::Gtk.Label();
     this.label8.Name      = "label8";
     this.label8.Xalign    = 0F;
     this.label8.LabelProp = global::Mono.Unix.Catalog.GetString("Original (msgid):");
     this.hbox3.Add(this.label8);
     global::Gtk.Box.BoxChild w28 = ((global::Gtk.Box.BoxChild)(this.hbox3 [this.label8]));
     w28.Position = 0;
     // Container child hbox3.Gtk.Box+BoxChild
     this.checkbuttonWhiteSpaces               = new global::Gtk.CheckButton();
     this.checkbuttonWhiteSpaces.CanFocus      = true;
     this.checkbuttonWhiteSpaces.Name          = "checkbuttonWhiteSpaces";
     this.checkbuttonWhiteSpaces.Label         = global::Mono.Unix.Catalog.GetString("S_how whitespaces");
     this.checkbuttonWhiteSpaces.DrawIndicator = true;
     this.checkbuttonWhiteSpaces.UseUnderline  = true;
     this.hbox3.Add(this.checkbuttonWhiteSpaces);
     global::Gtk.Box.BoxChild w29 = ((global::Gtk.Box.BoxChild)(this.hbox3 [this.checkbuttonWhiteSpaces]));
     w29.Position = 1;
     w29.Expand   = false;
     this.vbox5.Add(this.hbox3);
     global::Gtk.Box.BoxChild w30 = ((global::Gtk.Box.BoxChild)(this.vbox5 [this.hbox3]));
     w30.Position = 0;
     w30.Expand   = false;
     w30.Fill     = false;
     // Container child vbox5.Gtk.Box+BoxChild
     this.scrolledwindowOriginal            = new global::Gtk.ScrolledWindow();
     this.scrolledwindowOriginal.CanFocus   = true;
     this.scrolledwindowOriginal.Name       = "scrolledwindowOriginal";
     this.scrolledwindowOriginal.ShadowType = ((global::Gtk.ShadowType)(1));
     this.vbox5.Add(this.scrolledwindowOriginal);
     global::Gtk.Box.BoxChild w31 = ((global::Gtk.Box.BoxChild)(this.vbox5 [this.scrolledwindowOriginal]));
     w31.Position = 1;
     // Container child vbox5.Gtk.Box+BoxChild
     this.vbox8         = new global::Gtk.VBox();
     this.vbox8.Name    = "vbox8";
     this.vbox8.Spacing = 6;
     // Container child vbox8.Gtk.Box+BoxChild
     this.label9           = new global::Gtk.Label();
     this.label9.Name      = "label9";
     this.label9.Xalign    = 0F;
     this.label9.LabelProp = global::Mono.Unix.Catalog.GetString("Original plural (msgid_plural):");
     this.vbox8.Add(this.label9);
     global::Gtk.Box.BoxChild w32 = ((global::Gtk.Box.BoxChild)(this.vbox8 [this.label9]));
     w32.Position = 0;
     w32.Expand   = false;
     w32.Fill     = false;
     // Container child vbox8.Gtk.Box+BoxChild
     this.scrolledwindowPlural            = new global::Gtk.ScrolledWindow();
     this.scrolledwindowPlural.CanFocus   = true;
     this.scrolledwindowPlural.Name       = "scrolledwindowPlural";
     this.scrolledwindowPlural.ShadowType = ((global::Gtk.ShadowType)(1));
     this.vbox8.Add(this.scrolledwindowPlural);
     global::Gtk.Box.BoxChild w33 = ((global::Gtk.Box.BoxChild)(this.vbox8 [this.scrolledwindowPlural]));
     w33.Position = 1;
     this.vbox5.Add(this.vbox8);
     global::Gtk.Box.BoxChild w34 = ((global::Gtk.Box.BoxChild)(this.vbox5 [this.vbox8]));
     w34.Position = 2;
     this.table1.Add(this.vbox5);
     // Container child table1.Gtk.Table+TableChild
     this.vbox6         = new global::Gtk.VBox();
     this.vbox6.Name    = "vbox6";
     this.vbox6.Spacing = 6;
     // Container child vbox6.Gtk.Box+BoxChild
     this.label4              = new global::Gtk.Label();
     this.label4.Name         = "label4";
     this.label4.Xalign       = 0F;
     this.label4.LabelProp    = global::Mono.Unix.Catalog.GetString("F_ound in:");
     this.label4.UseUnderline = true;
     this.vbox6.Add(this.label4);
     global::Gtk.Box.BoxChild w36 = ((global::Gtk.Box.BoxChild)(this.vbox6 [this.label4]));
     w36.Position = 0;
     w36.Expand   = false;
     w36.Fill     = false;
     // Container child vbox6.Gtk.Box+BoxChild
     this.scrolledwindow2            = new global::Gtk.ScrolledWindow();
     this.scrolledwindow2.CanFocus   = true;
     this.scrolledwindow2.Name       = "scrolledwindow2";
     this.scrolledwindow2.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child scrolledwindow2.Gtk.Container+ContainerChild
     this.treeviewFoundIn          = new global::Gtk.TreeView();
     this.treeviewFoundIn.CanFocus = true;
     this.treeviewFoundIn.Name     = "treeviewFoundIn";
     this.scrolledwindow2.Add(this.treeviewFoundIn);
     this.vbox6.Add(this.scrolledwindow2);
     global::Gtk.Box.BoxChild w38 = ((global::Gtk.Box.BoxChild)(this.vbox6 [this.scrolledwindow2]));
     w38.Position = 1;
     this.table1.Add(this.vbox6);
     global::Gtk.Table.TableChild w39 = ((global::Gtk.Table.TableChild)(this.table1 [this.vbox6]));
     w39.LeftAttach  = ((uint)(1));
     w39.RightAttach = ((uint)(2));
     w39.XOptions    = ((global::Gtk.AttachOptions)(4));
     w39.YOptions    = ((global::Gtk.AttachOptions)(4));
     this.vpaned2.Add(this.table1);
     global::Gtk.Paned.PanedChild w40 = ((global::Gtk.Paned.PanedChild)(this.vpaned2 [this.table1]));
     w40.Resize = false;
     this.vbox7.Add(this.vpaned2);
     global::Gtk.Box.BoxChild w41 = ((global::Gtk.Box.BoxChild)(this.vbox7 [this.vpaned2]));
     w41.Position = 1;
     this.notebookPages.Add(this.vbox7);
     // Notebook tab
     this.label5           = new global::Gtk.Label();
     this.label5.Name      = "label5";
     this.label5.LabelProp = global::Mono.Unix.Catalog.GetString("page1");
     this.notebookPages.SetTabLabel(this.vbox7, this.label5);
     this.label5.ShowAll();
     this.vbox2.Add(this.notebookPages);
     global::Gtk.Box.BoxChild w43 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.notebookPages]));
     w43.Position = 0;
     // Container child vbox2.Gtk.Box+BoxChild
     this.hbox1         = new global::Gtk.HBox();
     this.hbox1.Name    = "hbox1";
     this.hbox1.Spacing = 6;
     // Container child hbox1.Gtk.Box+BoxChild
     this.UIManager.AddUiFromString("<ui><toolbar name='toolbarPages'/></ui>");
     this.toolbarPages              = ((global::Gtk.Toolbar)(this.UIManager.GetWidget("/toolbarPages")));
     this.toolbarPages.Name         = "toolbarPages";
     this.toolbarPages.ShowArrow    = false;
     this.toolbarPages.ToolbarStyle = ((global::Gtk.ToolbarStyle)(0));
     this.toolbarPages.IconSize     = ((global::Gtk.IconSize)(3));
     this.hbox1.Add(this.toolbarPages);
     global::Gtk.Box.BoxChild w44 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.toolbarPages]));
     w44.Position = 0;
     // Container child hbox1.Gtk.Box+BoxChild
     this.progressbar1      = new global::Gtk.ProgressBar();
     this.progressbar1.Name = "progressbar1";
     this.hbox1.Add(this.progressbar1);
     global::Gtk.Box.BoxChild w45 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.progressbar1]));
     w45.Position = 1;
     this.vbox2.Add(this.hbox1);
     global::Gtk.Box.BoxChild w46 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.hbox1]));
     w46.Position = 1;
     w46.Expand   = false;
     w46.Fill     = false;
     this.Add(this.vbox2);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     w1.SetUiManager(UIManager);
     this.label6.MnemonicWidget = this.textviewComments;
     this.label7.MnemonicWidget = this.notebookTranslated;
     this.label4.MnemonicWidget = this.treeviewFoundIn;
     this.Show();
 }
Exemple #58
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget MonoDevelop.Ide.Projects.ProjectFileSelectorDialog
     this.Name           = "MonoDevelop.Ide.Projects.ProjectFileSelectorDialog";
     this.Title          = global::MonoDevelop.Core.GettextCatalog.GetString("Select Project File...");
     this.WindowPosition = ((global::Gtk.WindowPosition)(4));
     // Internal child MonoDevelop.Ide.Projects.ProjectFileSelectorDialog.VBox
     global::Gtk.VBox w1 = this.VBox;
     w1.Name        = "dialog1_VBox";
     w1.BorderWidth = ((uint)(2));
     // Container child dialog1_VBox.Gtk.Box+BoxChild
     this.vbox2             = new global::Gtk.VBox();
     this.vbox2.Name        = "vbox2";
     this.vbox2.Spacing     = 6;
     this.vbox2.BorderWidth = ((uint)(6));
     // Container child vbox2.Gtk.Box+BoxChild
     this.hpaned1          = new global::Gtk.HPaned();
     this.hpaned1.CanFocus = true;
     this.hpaned1.Name     = "hpaned1";
     this.hpaned1.Position = 182;
     // Container child hpaned1.Gtk.Paned+PanedChild
     this.GtkScrolledWindow            = new global::Gtk.ScrolledWindow();
     this.GtkScrolledWindow.Name       = "GtkScrolledWindow";
     this.GtkScrolledWindow.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child GtkScrolledWindow.Gtk.Container+ContainerChild
     this.projectTree          = new global::Gtk.TreeView();
     this.projectTree.CanFocus = true;
     this.projectTree.Name     = "projectTree";
     this.GtkScrolledWindow.Add(this.projectTree);
     this.hpaned1.Add(this.GtkScrolledWindow);
     global::Gtk.Paned.PanedChild w3 = ((global::Gtk.Paned.PanedChild)(this.hpaned1 [this.GtkScrolledWindow]));
     w3.Resize = false;
     // Container child hpaned1.Gtk.Paned+PanedChild
     this.GtkScrolledWindow1            = new global::Gtk.ScrolledWindow();
     this.GtkScrolledWindow1.Name       = "GtkScrolledWindow1";
     this.GtkScrolledWindow1.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child GtkScrolledWindow1.Gtk.Container+ContainerChild
     this.fileList          = new global::Gtk.TreeView();
     this.fileList.CanFocus = true;
     this.fileList.Name     = "fileList";
     this.GtkScrolledWindow1.Add(this.fileList);
     this.hpaned1.Add(this.GtkScrolledWindow1);
     this.vbox2.Add(this.hpaned1);
     global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.hpaned1]));
     w6.Position = 0;
     // Container child vbox2.Gtk.Box+BoxChild
     this.typeBox         = new global::Gtk.HBox();
     this.typeBox.Name    = "typeBox";
     this.typeBox.Spacing = 6;
     // Container child typeBox.Gtk.Box+BoxChild
     this.label2              = new global::Gtk.Label();
     this.label2.Name         = "label2";
     this.label2.LabelProp    = global::MonoDevelop.Core.GettextCatalog.GetString("File _type:");
     this.label2.UseUnderline = true;
     this.typeBox.Add(this.label2);
     global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.typeBox [this.label2]));
     w7.Position = 0;
     w7.Expand   = false;
     w7.Fill     = false;
     // Container child typeBox.Gtk.Box+BoxChild
     this.fileTypeCombo      = global::Gtk.ComboBox.NewText();
     this.fileTypeCombo.Name = "fileTypeCombo";
     this.typeBox.Add(this.fileTypeCombo);
     global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.typeBox [this.fileTypeCombo]));
     w8.Position = 1;
     w8.Expand   = false;
     w8.Fill     = false;
     this.vbox2.Add(this.typeBox);
     global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.typeBox]));
     w9.Position = 1;
     w9.Expand   = false;
     w9.Fill     = false;
     w1.Add(this.vbox2);
     global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(w1 [this.vbox2]));
     w10.Position = 0;
     // Internal child MonoDevelop.Ide.Projects.ProjectFileSelectorDialog.ActionArea
     global::Gtk.HButtonBox w11 = this.ActionArea;
     w11.Name        = "dialog1_ActionArea";
     w11.Spacing     = 6;
     w11.BorderWidth = ((uint)(5));
     w11.LayoutStyle = ((global::Gtk.ButtonBoxStyle)(4));
     // Container child dialog1_ActionArea.Gtk.ButtonBox+ButtonBoxChild
     this.buttonCancel              = new global::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);
     global::Gtk.ButtonBox.ButtonBoxChild w12 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w11 [this.buttonCancel]));
     w12.Expand = false;
     w12.Fill   = false;
     // Container child dialog1_ActionArea.Gtk.ButtonBox+ButtonBoxChild
     this.buttonOk              = new global::Gtk.Button();
     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);
     global::Gtk.ButtonBox.ButtonBoxChild w13 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w11 [this.buttonOk]));
     w13.Position = 1;
     w13.Expand   = false;
     w13.Fill     = false;
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.DefaultWidth          = 522;
     this.DefaultHeight         = 416;
     this.label2.MnemonicWidget = this.fileTypeCombo;
     this.typeBox.Hide();
     this.Hide();
 }
Exemple #59
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget MainWindow
     this.Name           = "MainWindow";
     this.Title          = global::Mono.Unix.Catalog.GetString("MainWindow");
     this.WindowPosition = ((global::Gtk.WindowPosition)(4));
     // Container child MainWindow.Gtk.Container+ContainerChild
     this.vBoxMain         = new global::Gtk.VBox();
     this.vBoxMain.Name    = "vBoxMain";
     this.vBoxMain.Spacing = 6;
     // Container child vBoxMain.Gtk.Box+BoxChild
     this.vbox3         = new global::Gtk.VBox();
     this.vbox3.Name    = "vbox3";
     this.vbox3.Spacing = 6;
     // Container child vbox3.Gtk.Box+BoxChild
     this.hbox1         = new global::Gtk.HBox();
     this.hbox1.Name    = "hbox1";
     this.hbox1.Spacing = 6;
     // Container child hbox1.Gtk.Box+BoxChild
     this.Introducetunombre           = new global::Gtk.Label();
     this.Introducetunombre.Name      = "Introducetunombre";
     this.Introducetunombre.LabelProp = global::Mono.Unix.Catalog.GetString("Introduce tu nombre");
     this.hbox1.Add(this.Introducetunombre);
     global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.Introducetunombre]));
     w1.Position = 0;
     w1.Expand   = false;
     w1.Fill     = false;
     // Container child hbox1.Gtk.Box+BoxChild
     this.entryNombre               = new global::Gtk.Entry();
     this.entryNombre.CanFocus      = true;
     this.entryNombre.Name          = "entryNombre";
     this.entryNombre.IsEditable    = true;
     this.entryNombre.InvisibleChar = '•';
     this.hbox1.Add(this.entryNombre);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.entryNombre]));
     w2.Position = 1;
     this.vbox3.Add(this.hbox1);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.hbox1]));
     w3.Position = 0;
     w3.Expand   = false;
     w3.Fill     = false;
     // Container child vbox3.Gtk.Box+BoxChild
     this.buttonGoForward              = new global::Gtk.Button();
     this.buttonGoForward.CanFocus     = true;
     this.buttonGoForward.Name         = "buttonGoForward";
     this.buttonGoForward.UseStock     = true;
     this.buttonGoForward.UseUnderline = true;
     this.buttonGoForward.Label        = "gtk-go-forward";
     this.vbox3.Add(this.buttonGoForward);
     global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.buttonGoForward]));
     w4.Position = 1;
     w4.Expand   = false;
     w4.Fill     = false;
     // Container child vbox3.Gtk.Box+BoxChild
     this.labelSaludo      = new global::Gtk.Label();
     this.labelSaludo.Name = "labelSaludo";
     this.vbox3.Add(this.labelSaludo);
     global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.labelSaludo]));
     w5.Position = 2;
     w5.Expand   = false;
     w5.Fill     = false;
     this.vBoxMain.Add(this.vbox3);
     global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.vBoxMain [this.vbox3]));
     w6.Position = 0;
     w6.Expand   = false;
     w6.Fill     = false;
     // Container child vBoxMain.Gtk.Box+BoxChild
     this.alignment1      = new global::Gtk.Alignment(0.5F, 0.5F, 1F, 1F);
     this.alignment1.Name = "alignment1";
     this.vBoxMain.Add(this.alignment1);
     global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.vBoxMain [this.alignment1]));
     w7.Position = 1;
     this.Add(this.vBoxMain);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.DefaultWidth  = 400;
     this.DefaultHeight = 300;
     this.Show();
     this.DeleteEvent += new global::Gtk.DeleteEventHandler(this.OnDeleteEvent);
 }
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget workwear.Dialogs.Organization.EmployeeVacationDlg
     global::Stetic.BinContainer.Attach(this);
     this.Name = "workwear.Dialogs.Organization.EmployeeVacationDlg";
     // Container child workwear.Dialogs.Organization.EmployeeVacationDlg.Gtk.Container+ContainerChild
     this.vbox1         = new global::Gtk.VBox();
     this.vbox1.Name    = "vbox1";
     this.vbox1.Spacing = 6;
     // Container child vbox1.Gtk.Box+BoxChild
     this.hbox4         = new global::Gtk.HBox();
     this.hbox4.Name    = "hbox4";
     this.hbox4.Spacing = 6;
     // Container child hbox4.Gtk.Box+BoxChild
     this.buttonSave              = new global::Gtk.Button();
     this.buttonSave.CanFocus     = true;
     this.buttonSave.Name         = "buttonSave";
     this.buttonSave.UseUnderline = true;
     this.buttonSave.Label        = global::Mono.Unix.Catalog.GetString("Сохранить");
     global::Gtk.Image w1 = new global::Gtk.Image();
     w1.Pixbuf             = global::Stetic.IconLoader.LoadIcon(this, "gtk-save", global::Gtk.IconSize.Menu);
     this.buttonSave.Image = w1;
     this.hbox4.Add(this.buttonSave);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.hbox4[this.buttonSave]));
     w2.Position = 0;
     w2.Expand   = false;
     w2.Fill     = false;
     // Container child hbox4.Gtk.Box+BoxChild
     this.buttonCancel              = new global::Gtk.Button();
     this.buttonCancel.CanFocus     = true;
     this.buttonCancel.Name         = "buttonCancel";
     this.buttonCancel.UseUnderline = true;
     this.buttonCancel.Label        = global::Mono.Unix.Catalog.GetString("Отменить");
     global::Gtk.Image w3 = new global::Gtk.Image();
     w3.Pixbuf = global::Stetic.IconLoader.LoadIcon(this, "gtk-revert-to-saved", global::Gtk.IconSize.Menu);
     this.buttonCancel.Image = w3;
     this.hbox4.Add(this.buttonCancel);
     global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.hbox4[this.buttonCancel]));
     w4.Position = 1;
     w4.Expand   = false;
     w4.Fill     = false;
     this.vbox1.Add(this.hbox4);
     global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.hbox4]));
     w5.Position = 0;
     w5.Expand   = false;
     w5.Fill     = false;
     // Container child vbox1.Gtk.Box+BoxChild
     this.table1               = new global::Gtk.Table(((uint)(3)), ((uint)(2)), false);
     this.table1.Name          = "table1";
     this.table1.RowSpacing    = ((uint)(6));
     this.table1.ColumnSpacing = ((uint)(6));
     // Container child table1.Gtk.Table+TableChild
     this.GtkScrolledWindow            = new global::Gtk.ScrolledWindow();
     this.GtkScrolledWindow.Name       = "GtkScrolledWindow";
     this.GtkScrolledWindow.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child GtkScrolledWindow.Gtk.Container+ContainerChild
     this.ytextviewComments          = new global::Gamma.GtkWidgets.yTextView();
     this.ytextviewComments.CanFocus = true;
     this.ytextviewComments.Name     = "ytextviewComments";
     this.GtkScrolledWindow.Add(this.ytextviewComments);
     this.table1.Add(this.GtkScrolledWindow);
     global::Gtk.Table.TableChild w7 = ((global::Gtk.Table.TableChild)(this.table1[this.GtkScrolledWindow]));
     w7.TopAttach    = ((uint)(2));
     w7.BottomAttach = ((uint)(3));
     w7.LeftAttach   = ((uint)(1));
     w7.RightAttach  = ((uint)(2));
     // Container child table1.Gtk.Table+TableChild
     this.label1           = new global::Gtk.Label();
     this.label1.Name      = "label1";
     this.label1.Xalign    = 1F;
     this.label1.LabelProp = global::Mono.Unix.Catalog.GetString("Вид отпуска:");
     this.table1.Add(this.label1);
     global::Gtk.Table.TableChild w8 = ((global::Gtk.Table.TableChild)(this.table1[this.label1]));
     w8.XOptions = ((global::Gtk.AttachOptions)(4));
     w8.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.label2           = new global::Gtk.Label();
     this.label2.Name      = "label2";
     this.label2.Xalign    = 1F;
     this.label2.LabelProp = global::Mono.Unix.Catalog.GetString("Период отпуска:");
     this.table1.Add(this.label2);
     global::Gtk.Table.TableChild w9 = ((global::Gtk.Table.TableChild)(this.table1[this.label2]));
     w9.TopAttach    = ((uint)(1));
     w9.BottomAttach = ((uint)(2));
     w9.XOptions     = ((global::Gtk.AttachOptions)(4));
     w9.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.label3           = new global::Gtk.Label();
     this.label3.Name      = "label3";
     this.label3.Xalign    = 1F;
     this.label3.Yalign    = 0F;
     this.label3.LabelProp = global::Mono.Unix.Catalog.GetString("Комментарий:");
     this.table1.Add(this.label3);
     global::Gtk.Table.TableChild w10 = ((global::Gtk.Table.TableChild)(this.table1[this.label3]));
     w10.TopAttach    = ((uint)(2));
     w10.BottomAttach = ((uint)(3));
     w10.XOptions     = ((global::Gtk.AttachOptions)(4));
     w10.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.ydateperiodVacation           = new global::QS.Widgets.GtkUI.DateRangePicker();
     this.ydateperiodVacation.Events    = ((global::Gdk.EventMask)(256));
     this.ydateperiodVacation.Name      = "ydateperiodVacation";
     this.ydateperiodVacation.StartDate = new global::System.DateTime(0);
     this.ydateperiodVacation.EndDate   = new global::System.DateTime(0);
     this.table1.Add(this.ydateperiodVacation);
     global::Gtk.Table.TableChild w11 = ((global::Gtk.Table.TableChild)(this.table1[this.ydateperiodVacation]));
     w11.TopAttach    = ((uint)(1));
     w11.BottomAttach = ((uint)(2));
     w11.LeftAttach   = ((uint)(1));
     w11.RightAttach  = ((uint)(2));
     w11.XOptions     = ((global::Gtk.AttachOptions)(4));
     w11.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.yentryVacationType                     = new global::QS.Widgets.GtkUI.SpecialListComboBox();
     this.yentryVacationType.Name                = "yentryVacationType";
     this.yentryVacationType.AddIfNotExist       = false;
     this.yentryVacationType.DefaultFirst        = false;
     this.yentryVacationType.ShowSpecialStateAll = false;
     this.yentryVacationType.ShowSpecialStateNot = true;
     this.table1.Add(this.yentryVacationType);
     global::Gtk.Table.TableChild w12 = ((global::Gtk.Table.TableChild)(this.table1[this.yentryVacationType]));
     w12.LeftAttach  = ((uint)(1));
     w12.RightAttach = ((uint)(2));
     w12.XOptions    = ((global::Gtk.AttachOptions)(4));
     w12.YOptions    = ((global::Gtk.AttachOptions)(4));
     this.vbox1.Add(this.table1);
     global::Gtk.Box.BoxChild w13 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.table1]));
     w13.Position = 1;
     this.Add(this.vbox1);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.Hide();
 }