protected virtual void Build()
 {
     global::Stetic.Gui.Initialize (this);
     // Widget LongoMatch.Gui.Component.PlayersTaggerWidget
     global::Stetic.BinContainer.Attach (this);
     this.Name = "LongoMatch.Gui.Component.PlayersTaggerWidget";
     // Container child LongoMatch.Gui.Component.PlayersTaggerWidget.Gtk.Container+ContainerChild
     this.frame1 = new global::Gtk.Frame ();
     this.frame1.Name = "frame1";
     this.frame1.ShadowType = ((global::Gtk.ShadowType)(2));
     // 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.frame1.Add (this.GtkAlignment);
     this.CategoryLabel = new global::Gtk.Label ();
     this.CategoryLabel.Name = "CategoryLabel";
     this.CategoryLabel.UseMarkup = true;
     this.frame1.LabelWidget = this.CategoryLabel;
     this.Add (this.frame1);
     if ((this.Child != null)) {
         this.Child.ShowAll ();
     }
     this.Hide ();
 }
Пример #2
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.notebook1 = new global::Gtk.Notebook ();
		this.notebook1.CanFocus = true;
		this.notebook1.Name = "notebook1";
		this.notebook1.CurrentPage = 0;
		// Notebook tab
		global::Gtk.Label w1 = new global::Gtk.Label ();
		w1.Visible = true;
		this.notebook1.Add (w1);
		this.label1 = new global::Gtk.Label ();
		this.label1.Name = "label1";
		this.label1.LabelProp = global::Mono.Unix.Catalog.GetString ("page1");
		this.notebook1.SetTabLabel (w1, this.label1);
		this.label1.ShowAll ();
		this.Add (this.notebook1);
		if ((this.Child != null)) {
			this.Child.ShowAll ();
		}
		this.DefaultWidth = 400;
		this.DefaultHeight = 300;
		this.Show ();
		this.DeleteEvent += new global::Gtk.DeleteEventHandler (this.OnDeleteEvent);
	}
Пример #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.c_RegenerateAction = new global::Gtk.Action ("c_RegenerateAction", null, "Regenerate MonoDevelop Projects", "regenerate");
     w1.Add (this.c_RegenerateAction, null);
     this.UIManager.InsertActionGroup (w1, 0);
     this.AddAccelGroup (this.UIManager.AccelGroup);
     this.Name = "MainWindow";
     this.Title = "Module Manager";
     this.WindowPosition = ((global::Gtk.WindowPosition)(3));
     // Container child MainWindow.Gtk.Container+ContainerChild
     this.c_VerticalBox1 = new global::Gtk.VBox ();
     this.c_VerticalBox1.Name = "c_VerticalBox1";
     // Container child c_VerticalBox1.Gtk.Box+BoxChild
     this.UIManager.AddUiFromString ("<ui><toolbar name='c_Toolbar'><toolitem name='c_RegenerateAction' action='c_RegenerateAction'/><separator/></toolbar></ui>");
     this.c_Toolbar = ((global::Gtk.Toolbar)(this.UIManager.GetWidget ("/c_Toolbar")));
     this.c_Toolbar.Name = "c_Toolbar";
     this.c_Toolbar.ShowArrow = false;
     this.c_Toolbar.ToolbarStyle = ((global::Gtk.ToolbarStyle)(0));
     this.c_Toolbar.IconSize = ((global::Gtk.IconSize)(1));
     this.c_VerticalBox1.Add (this.c_Toolbar);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.c_VerticalBox1 [this.c_Toolbar]));
     w2.Position = 0;
     w2.Expand = false;
     w2.Fill = false;
     // Container child c_VerticalBox1.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.c_ProjectTreeView = new global::Gtk.TreeView ();
     this.c_ProjectTreeView.CanFocus = true;
     this.c_ProjectTreeView.Name = "c_ProjectTreeView";
     this.GtkScrolledWindow.Add (this.c_ProjectTreeView);
     this.c_VerticalBox1.Add (this.GtkScrolledWindow);
     global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.c_VerticalBox1 [this.GtkScrolledWindow]));
     w4.Position = 1;
     // Container child c_VerticalBox1.Gtk.Box+BoxChild
     this.c_CreateMessageLabel = new global::Gtk.Label ();
     this.c_CreateMessageLabel.Name = "c_CreateMessageLabel";
     this.c_CreateMessageLabel.Xpad = 10;
     this.c_CreateMessageLabel.Ypad = 5;
     this.c_CreateMessageLabel.Xalign = 0F;
     this.c_VerticalBox1.Add (this.c_CreateMessageLabel);
     global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.c_VerticalBox1 [this.c_CreateMessageLabel]));
     w5.Position = 2;
     w5.Expand = false;
     w5.Fill = false;
     this.Add (this.c_VerticalBox1);
     if ((this.Child != null)) {
         this.Child.ShowAll ();
     }
     this.DefaultWidth = 479;
     this.DefaultHeight = 300;
     this.Show ();
     this.DeleteEvent += new global::Gtk.DeleteEventHandler (this.OnDeleteEvent);
 }
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize (this);
     // Widget AkariSolver.ErrorDialog
     this.Name = "AkariSolver.ErrorDialog";
     this.Title = global::Mono.Unix.Catalog.GetString ("Error");
     this.WindowPosition = ((global::Gtk.WindowPosition)(3));
     // Internal child AkariSolver.ErrorDialog.VBox
     global::Gtk.VBox w1 = this.VBox;
     w1.Name = "dialog1_VBox";
     w1.BorderWidth = ((uint)(2));
     // Container child dialog1_VBox.Gtk.Box+BoxChild
     this.ErrorFrame = new global::Gtk.Frame ();
     this.ErrorFrame.Name = "ErrorFrame";
     this.ErrorFrame.ShadowType = ((global::Gtk.ShadowType)(0));
     // Container child ErrorFrame.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.ErrorLabel1 = new global::Gtk.Label ();
     this.ErrorLabel1.Name = "ErrorLabel1";
     this.ErrorLabel1.LabelProp = global::Mono.Unix.Catalog.GetString ("The puzzle is unsolvable!");
     this.GtkAlignment2.Add (this.ErrorLabel1);
     this.ErrorFrame.Add (this.GtkAlignment2);
     this.ErrorLabel = new global::Gtk.Label ();
     this.ErrorLabel.Name = "ErrorLabel";
     this.ErrorLabel.UseMarkup = true;
     this.ErrorFrame.LabelWidget = this.ErrorLabel;
     w1.Add (this.ErrorFrame);
     global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(w1 [this.ErrorFrame]));
     w4.Position = 0;
     w4.Expand = false;
     w4.Fill = false;
     // Internal child AkariSolver.ErrorDialog.ActionArea
     global::Gtk.HButtonBox w5 = this.ActionArea;
     w5.Name = "dialog1_ActionArea";
     w5.Spacing = 10;
     w5.BorderWidth = ((uint)(5));
     w5.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 w6 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w5 [this.buttonOk]));
     w6.Expand = false;
     w6.Fill = false;
     if ((this.Child != null)) {
         this.Child.ShowAll ();
     }
     this.DefaultWidth = 400;
     this.DefaultHeight = 99;
     this.Show ();
     this.buttonOk.Clicked += new global::System.EventHandler (this.OnButtonOkClicked);
 }
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize (this);
     // Widget Nova4X.UI.SettingsWindow
     this.Name = "Nova4X.UI.SettingsWindow";
     this.Title = global::Mono.Unix.Catalog.GetString ("Settings");
     this.WindowPosition = ((global::Gtk.WindowPosition)(4));
     // Container child Nova4X.UI.SettingsWindow.Gtk.Container+ContainerChild
     this.vbox_SettingsRoot = new global::Gtk.VBox ();
     this.vbox_SettingsRoot.Name = "vbox_SettingsRoot";
     this.vbox_SettingsRoot.Spacing = 6;
     // Container child vbox_SettingsRoot.Gtk.Box+BoxChild
     this.table_SettingsMain = new global::Gtk.Table (((uint)(5)), ((uint)(2)), false);
     this.table_SettingsMain.Name = "table_SettingsMain";
     this.table_SettingsMain.RowSpacing = ((uint)(6));
     this.table_SettingsMain.ColumnSpacing = ((uint)(6));
     this.table_SettingsMain.BorderWidth = ((uint)(5));
     // Container child table_SettingsMain.Gtk.Table+TableChild
     this.chkbtn_Debug = new global::Gtk.CheckButton ();
     this.chkbtn_Debug.CanFocus = true;
     this.chkbtn_Debug.Name = "chkbtn_Debug";
     this.chkbtn_Debug.Label = global::Mono.Unix.Catalog.GetString ("Debug Mode");
     this.chkbtn_Debug.DrawIndicator = true;
     this.chkbtn_Debug.UseUnderline = true;
     this.chkbtn_Debug.BorderWidth = ((uint)(16));
     this.table_SettingsMain.Add (this.chkbtn_Debug);
     global::Gtk.Table.TableChild w1 = ((global::Gtk.Table.TableChild)(this.table_SettingsMain [this.chkbtn_Debug]));
     w1.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table_SettingsMain.Gtk.Table+TableChild
     this.label_DebugMode = new global::Gtk.Label ();
     this.label_DebugMode.Name = "label_DebugMode";
     this.label_DebugMode.LabelProp = global::Mono.Unix.Catalog.GetString ("Debug Mode causes the game to put out a large amount of data that will make it rather hard to play. Such data, however, gives gurus of the religion of the Mono Runtime a great deal of insight into the workings of the universe.");
     this.label_DebugMode.Wrap = true;
     this.table_SettingsMain.Add (this.label_DebugMode);
     global::Gtk.Table.TableChild w2 = ((global::Gtk.Table.TableChild)(this.table_SettingsMain [this.label_DebugMode]));
     w2.LeftAttach = ((uint)(1));
     w2.RightAttach = ((uint)(2));
     w2.XOptions = ((global::Gtk.AttachOptions)(4));
     w2.YOptions = ((global::Gtk.AttachOptions)(4));
     this.vbox_SettingsRoot.Add (this.table_SettingsMain);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.vbox_SettingsRoot [this.table_SettingsMain]));
     w3.Position = 0;
     // Container child vbox_SettingsRoot.Gtk.Box+BoxChild
     this.statusbar_Settings = new global::Gtk.Statusbar ();
     this.statusbar_Settings.Name = "statusbar_Settings";
     this.statusbar_Settings.Spacing = 6;
     this.vbox_SettingsRoot.Add (this.statusbar_Settings);
     global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.vbox_SettingsRoot [this.statusbar_Settings]));
     w4.Position = 1;
     w4.Expand = false;
     w4.Fill = false;
     this.Add (this.vbox_SettingsRoot);
     if ((this.Child != null)) {
         this.Child.ShowAll ();
     }
     this.DefaultWidth = 742;
     this.DefaultHeight = 302;
     this.Show ();
     this.chkbtn_Debug.Clicked += new global::System.EventHandler (this.OnChkbtnDebugClicked);
 }
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize (this);
     // Widget bazar.AccountableDebts
     this.Name = "bazar.AccountableDebts";
     this.Title = global::Mono.Unix.Catalog.GetString ("Долги подотчетных лиц");
     this.WindowPosition = ((global::Gtk.WindowPosition)(4));
     // Internal child bazar.AccountableDebts.VBox
     global::Gtk.VBox w1 = this.VBox;
     w1.Name = "dialog1_VBox";
     w1.BorderWidth = ((uint)(2));
     // Container child dialog1_VBox.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.treeviewDebts = new global::Gtk.TreeView ();
     this.treeviewDebts.CanFocus = true;
     this.treeviewDebts.Name = "treeviewDebts";
     this.GtkScrolledWindow.Add (this.treeviewDebts);
     w1.Add (this.GtkScrolledWindow);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(w1 [this.GtkScrolledWindow]));
     w3.Position = 0;
     // Container child dialog1_VBox.Gtk.Box+BoxChild
     this.labelTotal = new global::Gtk.Label ();
     this.labelTotal.Name = "labelTotal";
     this.labelTotal.Xalign = 1F;
     this.labelTotal.LabelProp = global::Mono.Unix.Catalog.GetString ("0");
     w1.Add (this.labelTotal);
     global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(w1 [this.labelTotal]));
     w4.Position = 1;
     w4.Expand = false;
     w4.Fill = false;
     // Internal child bazar.AccountableDebts.ActionArea
     global::Gtk.HButtonBox w5 = this.ActionArea;
     w5.Name = "dialog1_ActionArea";
     w5.Spacing = 10;
     w5.BorderWidth = ((uint)(5));
     w5.LayoutStyle = ((global::Gtk.ButtonBoxStyle)(4));
     // Container child dialog1_ActionArea.Gtk.ButtonBox+ButtonBoxChild
     this.buttonClose = new global::Gtk.Button ();
     this.buttonClose.CanFocus = true;
     this.buttonClose.Name = "buttonClose";
     this.buttonClose.UseUnderline = true;
     this.buttonClose.Label = global::Mono.Unix.Catalog.GetString ("_Закрыть");
     global::Gtk.Image w6 = new global::Gtk.Image ();
     w6.Pixbuf = global::Stetic.IconLoader.LoadIcon (this, "gtk-close", global::Gtk.IconSize.Menu);
     this.buttonClose.Image = w6;
     this.AddActionWidget (this.buttonClose, -7);
     global::Gtk.ButtonBox.ButtonBoxChild w7 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w5 [this.buttonClose]));
     w7.Expand = false;
     w7.Fill = false;
     if ((this.Child != null)) {
         this.Child.ShowAll ();
     }
     this.DefaultWidth = 469;
     this.DefaultHeight = 375;
     this.Show ();
     this.treeviewDebts.RowActivated += new global::Gtk.RowActivatedHandler (this.OnTreeviewDebtsRowActivated);
 }
Пример #7
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 PasswordManager.ConnectionChange
     this.Name = "PasswordManager.ConnectionChange";
     this.Title = global::Mono.Unix.Catalog.GetString ("ConnectionChange");
     this.WindowPosition = ((global::Gtk.WindowPosition)(1));
     this.Modal = true;
     // Container child PasswordManager.ConnectionChange.Gtk.Container+ContainerChild
     this.fixed1 = new global::Gtk.Fixed ();
     this.fixed1.Name = "fixed1";
     this.fixed1.HasWindow = false;
     // Container child fixed1.Gtk.Fixed+FixedChild
     this.serverAddressLabel = new global::Gtk.Label ();
     this.serverAddressLabel.Name = "serverAddressLabel";
     this.serverAddressLabel.LabelProp = global::Mono.Unix.Catalog.GetString ("Server Address");
     this.fixed1.Add (this.serverAddressLabel);
     global::Gtk.Fixed.FixedChild w1 = ((global::Gtk.Fixed.FixedChild)(this.fixed1 [this.serverAddressLabel]));
     w1.X = 36;
     w1.Y = 21;
     // Container child fixed1.Gtk.Fixed+FixedChild
     this.okChange = new global::Gtk.Button ();
     this.okChange.CanFocus = true;
     this.okChange.Name = "okChange";
     this.okChange.UseUnderline = true;
     this.okChange.Label = global::Mono.Unix.Catalog.GetString ("OK");
     this.fixed1.Add (this.okChange);
     global::Gtk.Fixed.FixedChild w2 = ((global::Gtk.Fixed.FixedChild)(this.fixed1 [this.okChange]));
     w2.X = 38;
     w2.Y = 96;
     // Container child fixed1.Gtk.Fixed+FixedChild
     this.serverEntry = new global::Gtk.Entry ();
     this.serverEntry.CanFocus = true;
     this.serverEntry.Name = "serverEntry";
     this.serverEntry.IsEditable = true;
     this.serverEntry.InvisibleChar = '●';
     this.fixed1.Add (this.serverEntry);
     global::Gtk.Fixed.FixedChild w3 = ((global::Gtk.Fixed.FixedChild)(this.fixed1 [this.serverEntry]));
     w3.X = 33;
     w3.Y = 49;
     // Container child fixed1.Gtk.Fixed+FixedChild
     this.exitbutton = new global::Gtk.Button ();
     this.exitbutton.CanFocus = true;
     this.exitbutton.Name = "exitbutton";
     this.exitbutton.UseUnderline = true;
     this.exitbutton.Label = global::Mono.Unix.Catalog.GetString ("Exit");
     this.fixed1.Add (this.exitbutton);
     global::Gtk.Fixed.FixedChild w4 = ((global::Gtk.Fixed.FixedChild)(this.fixed1 [this.exitbutton]));
     w4.X = 245;
     w4.Y = 93;
     this.Add (this.fixed1);
     if ((this.Child != null)) {
         this.Child.ShowAll ();
     }
     this.DefaultWidth = 379;
     this.DefaultHeight = 132;
     this.Show ();
     this.okChange.Clicked += new global::System.EventHandler (this.OnOkChangeClicked);
     this.exitbutton.Clicked += new global::System.EventHandler (this.OnExitbuttonClicked);
 }
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize (this);
     // Widget Vodovoz.UnreadedMessagesWidget
     global::Stetic.BinContainer.Attach (this);
     this.Name = "Vodovoz.UnreadedMessagesWidget";
     // Container child Vodovoz.UnreadedMessagesWidget.Gtk.Container+ContainerChild
     this.vbox1 = new global::Gtk.VBox ();
     this.vbox1.Name = "vbox1";
     this.vbox1.Spacing = 6;
     // Container child vbox1.Gtk.Box+BoxChild
     this.eventboxLabel = new global::Gtk.EventBox ();
     this.eventboxLabel.Name = "eventboxLabel";
     // Container child eventboxLabel.Gtk.Container+ContainerChild
     this.labelUnreadedMessages = new global::Gtk.Label ();
     this.labelUnreadedMessages.Name = "labelUnreadedMessages";
     this.labelUnreadedMessages.Xalign = 0F;
     this.labelUnreadedMessages.UseMarkup = true;
     this.eventboxLabel.Add (this.labelUnreadedMessages);
     this.vbox1.Add (this.eventboxLabel);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.eventboxLabel]));
     w2.Position = 0;
     this.Add (this.vbox1);
     if ((this.Child != null)) {
         this.Child.ShowAll ();
     }
     this.Hide ();
     this.eventboxLabel.ButtonPressEvent += new global::Gtk.ButtonPressEventHandler (this.OnEventboxLabelButtonPressEvent);
 }
		protected virtual void Build ()
		{
			global::Stetic.Gui.Initialize (this);
			// Widget Mono.Upnp.GtkClient.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.WidthRequest = 0;
			this.HeightRequest = 0;
			this.Name = "Mono.Upnp.GtkClient.MainWindow";
			this.Title = global::Mono.Unix.Catalog.GetString ("Mono.Upnp");
			this.WindowPosition = ((global::Gtk.WindowPosition)(1));
			// Container child Mono.Upnp.GtkClient.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.hpaned = new global::Gtk.HPaned ();
			this.hpaned.CanFocus = true;
			this.hpaned.Name = "hpaned";
			this.hpaned.Position = 354;
			this.hpaned.BorderWidth = ((uint)(5));
			// Container child hpaned.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.list = new global::Gtk.TreeView ();
			this.list.CanFocus = true;
			this.list.Name = "list";
			this.GtkScrolledWindow.Add (this.list);
			this.hpaned.Add (this.GtkScrolledWindow);
			global::Gtk.Paned.PanedChild w3 = ((global::Gtk.Paned.PanedChild)(this.hpaned [this.GtkScrolledWindow]));
			w3.Resize = false;
			// Container child hpaned.Gtk.Paned+PanedChild
			this.infoBox = new global::Gtk.VBox ();
			this.infoBox.Name = "infoBox";
			this.infoBox.Spacing = 6;
			// Container child infoBox.Gtk.Box+BoxChild
			this.infoFiller = new global::Gtk.Label ();
			this.infoFiller.Name = "infoFiller";
			this.infoFiller.LabelProp = global::Mono.Unix.Catalog.GetString ("Select a device or service");
			this.infoBox.Add (this.infoFiller);
			global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.infoBox [this.infoFiller]));
			w4.Position = 0;
			w4.Fill = false;
			this.hpaned.Add (this.infoBox);
			this.vbox1.Add (this.hpaned);
			global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.hpaned]));
			w6.Position = 0;
			this.Add (this.vbox1);
			if ((this.Child != null)) {
				this.Child.ShowAll ();
			}
			this.DefaultWidth = 1077;
			this.DefaultHeight = 527;
			this.Show ();
			this.DeleteEvent += new global::Gtk.DeleteEventHandler (this.OnDeleteEvent);
		}
		protected virtual void Build ()
		{
			global::Stetic.Gui.Initialize (this);
			// Widget meticulus.controls.gtk.filter_creator
			global::Stetic.BinContainer.Attach (this);
			this.Name = "meticulus.controls.gtk.filter_creator";
			// Container child meticulus.controls.gtk.filter_creator.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
			global::Gtk.Viewport w1 = new global::Gtk.Viewport ();
			w1.ShadowType = ((global::Gtk.ShadowType)(0));
			// Container child GtkViewport.Gtk.Container+ContainerChild
			this.vbox2 = new global::Gtk.VBox ();
			this.vbox2.Name = "vbox2";
			this.vbox2.Spacing = 6;
			// Container child vbox2.Gtk.Box+BoxChild
			this.fixed2 = new global::Gtk.Fixed ();
			this.fixed2.HeightRequest = 60;
			this.fixed2.Name = "fixed2";
			this.fixed2.HasWindow = false;
			// Container child fixed2.Gtk.Fixed+FixedChild
			this.label1 = new global::Gtk.Label ();
			this.label1.Name = "label1";
			this.label1.LabelProp = global::Mono.Unix.Catalog.GetString ("Filter name:");
			this.fixed2.Add (this.label1);
			global::Gtk.Fixed.FixedChild w2 = ((global::Gtk.Fixed.FixedChild)(this.fixed2 [this.label1]));
			w2.X = 5;
			w2.Y = 5;
			// Container child fixed2.Gtk.Fixed+FixedChild
			this.entry2 = new global::Gtk.Entry ();
			this.entry2.CanFocus = true;
			this.entry2.Name = "entry2";
			this.entry2.IsEditable = true;
			this.entry2.InvisibleChar = '•';
			this.fixed2.Add (this.entry2);
			global::Gtk.Fixed.FixedChild w3 = ((global::Gtk.Fixed.FixedChild)(this.fixed2 [this.entry2]));
			w3.X = 10;
			w3.Y = 30;
			this.vbox2.Add (this.fixed2);
			global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.fixed2]));
			w4.Position = 0;
			w4.Expand = false;
			w4.Fill = false;
			// Container child vbox2.Gtk.Box+BoxChild
			this.vbox3 = new global::Gtk.VBox ();
			this.vbox3.Name = "vbox3";
			this.vbox3.Spacing = 6;
			this.vbox2.Add (this.vbox3);
			global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.vbox3]));
			w5.Position = 1;
			w1.Add (this.vbox2);
			this.GtkScrolledWindow.Add (w1);
			this.Add (this.GtkScrolledWindow);
			if ((this.Child != null)) {
				this.Child.ShowAll ();
			}
			this.Hide ();
		}
		protected virtual void Build ()
		{
			global::Stetic.Gui.Initialize (this);
			// Widget MonoDevelop.D.ResourcesCompilerOptionsPanel
			global::Stetic.BinContainer.Attach (this);
			this.Name = "MonoDevelop.D.ResourcesCompilerOptionsPanel";
			// Container child MonoDevelop.D.ResourcesCompilerOptionsPanel.Gtk.Container+ContainerChild
			this.table1 = new global::Gtk.Table (((uint)(3)), ((uint)(2)), false);
			this.table1.Name = "table1";
			this.table1.RowSpacing = ((uint)(4));
			this.table1.ColumnSpacing = ((uint)(2));
			// Container child table1.Gtk.Table+TableChild
			this.label3 = new global::Gtk.Label ();
			this.label3.Name = "label3";
			this.label3.LabelProp = global::MonoDevelop.Core.GettextCatalog.GetString ("Compiler Executable");
			this.table1.Add (this.label3);
			global::Gtk.Table.TableChild w1 = ((global::Gtk.Table.TableChild)(this.table1 [this.label3]));
			w1.XOptions = ((global::Gtk.AttachOptions)(4));
			w1.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table1.Gtk.Table+TableChild
			this.label4 = new global::Gtk.Label ();
			this.label4.Name = "label4";
			this.label4.LabelProp = global::MonoDevelop.Core.GettextCatalog.GetString ("Build Arguments");
			this.table1.Add (this.label4);
			global::Gtk.Table.TableChild w2 = ((global::Gtk.Table.TableChild)(this.table1 [this.label4]));
			w2.TopAttach = ((uint)(1));
			w2.BottomAttach = ((uint)(2));
			w2.XOptions = ((global::Gtk.AttachOptions)(4));
			w2.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table1.Gtk.Table+TableChild
			this.text_BuildArgs = new global::Gtk.Entry ();
			this.text_BuildArgs.CanFocus = true;
			this.text_BuildArgs.Name = "text_BuildArgs";
			this.text_BuildArgs.IsEditable = true;
			this.text_BuildArgs.InvisibleChar = '●';
			this.table1.Add (this.text_BuildArgs);
			global::Gtk.Table.TableChild w3 = ((global::Gtk.Table.TableChild)(this.table1 [this.text_BuildArgs]));
			w3.TopAttach = ((uint)(1));
			w3.BottomAttach = ((uint)(2));
			w3.LeftAttach = ((uint)(1));
			w3.RightAttach = ((uint)(2));
			w3.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table1.Gtk.Table+TableChild
			this.text_CompilerExecutable = new global::Gtk.Entry ();
			this.text_CompilerExecutable.CanFocus = true;
			this.text_CompilerExecutable.Name = "text_CompilerExecutable";
			this.text_CompilerExecutable.IsEditable = true;
			this.text_CompilerExecutable.MaxLength = 250;
			this.text_CompilerExecutable.InvisibleChar = '●';
			this.table1.Add (this.text_CompilerExecutable);
			global::Gtk.Table.TableChild w4 = ((global::Gtk.Table.TableChild)(this.table1 [this.text_CompilerExecutable]));
			w4.LeftAttach = ((uint)(1));
			w4.RightAttach = ((uint)(2));
			w4.YOptions = ((global::Gtk.AttachOptions)(4));
			this.Add (this.table1);
			if ((this.Child != null)) {
				this.Child.ShowAll ();
			}
			this.Hide ();
		}
		protected virtual void Build ()
		{
			global::Stetic.Gui.Initialize (this);
			// Widget MonoDevelop.Ide.Gui.OptionPanels.AssemblyFoldersPanelWidget
			global::Stetic.BinContainer.Attach (this);
			this.Name = "MonoDevelop.Ide.Gui.OptionPanels.AssemblyFoldersPanelWidget";
			// Container child MonoDevelop.Ide.Gui.OptionPanels.AssemblyFoldersPanelWidget.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::MonoDevelop.Core.GettextCatalog.GetString ("Custom folders where MonoDevelop should look for assemblies and packages:");
			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.selector = new global::MonoDevelop.Components.FolderListSelector ();
			this.selector.Events = ((global::Gdk.EventMask)(256));
			this.selector.Name = "selector";
			this.vbox1.Add (this.selector);
			global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.selector]));
			w2.Position = 1;
			this.Add (this.vbox1);
			if ((this.Child != null)) {
				this.Child.ShowAll ();
			}
			this.Hide ();
		}
Пример #14
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 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 MonoDevelop.Deployment.Linux.DesktopPanelWidget
			global::Stetic.BinContainer.Attach (this);
			this.CanFocus = true;
			this.Name = "MonoDevelop.Deployment.Linux.DesktopPanelWidget";
			// Container child MonoDevelop.Deployment.Linux.DesktopPanelWidget.Gtk.Container+ContainerChild
			this.notebook2 = new global::Gtk.Notebook ();
			this.notebook2.CanFocus = true;
			this.notebook2.Name = "notebook2";
			this.notebook2.CurrentPage = 0;
			// Notebook tab
			global::Gtk.Label w1 = new global::Gtk.Label ();
			w1.Visible = true;
			this.notebook2.Add (w1);
			this.label6 = new global::Gtk.Label ();
			this.label6.CanFocus = true;
			this.label6.Name = "label6";
			this.label6.LabelProp = "page1";
			this.notebook2.SetTabLabel (w1, this.label6);
			this.label6.ShowAll ();
			this.Add (this.notebook2);
			if ((this.Child != null)) {
				this.Child.ShowAll ();
			}
			this.Show ();
		}
Пример #17
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 MonoDevelop.Stereo.Gui.QuickFixDialog
     this.Name = "MonoDevelop.Stereo.Gui.QuickFixDialog";
     this.WindowPosition = ((global::Gtk.WindowPosition)(4));
     this.DestroyWithParent = true;
     // Internal child MonoDevelop.Stereo.Gui.QuickFixDialog.VBox
     global::Gtk.VBox w1 = this.VBox;
     w1.Name = "dialog1_VBox";
     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.Yalign = 0F;
     this.label1.LabelProp = global::Mono.Unix.Catalog.GetString ("label1");
     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;
     // Internal child MonoDevelop.Stereo.Gui.QuickFixDialog.ActionArea
     global::Gtk.HButtonBox w3 = this.ActionArea;
     w3.Name = "dialog1_ActionArea";
     w3.Spacing = 10;
     w3.BorderWidth = ((uint)(5));
     w3.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 w4 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w3 [this.buttonCancel]));
     w4.Expand = false;
     w4.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 w5 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w3 [this.buttonOk]));
     w5.Position = 1;
     w5.Expand = false;
     w5.Fill = false;
     if ((this.Child != null)) {
         this.Child.ShowAll ();
     }
     this.DefaultWidth = 354;
     this.DefaultHeight = 58;
     this.Show ();
 }
Пример #19
0
		protected virtual void Build ()
		{
			global::Stetic.Gui.Initialize (this);
			// Widget PMyWidget.PersonaView
			global::Stetic.BinContainer.Attach (this);
			this.Name = "PMyWidget.PersonaView";
			// Container child PMyWidget.PersonaView.Gtk.Container+ContainerChild
			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.entryApellidos = new global::Gtk.Entry ();
			this.entryApellidos.CanFocus = true;
			this.entryApellidos.Name = "entryApellidos";
			this.entryApellidos.IsEditable = true;
			this.entryApellidos.InvisibleChar = '•';
			this.table1.Add (this.entryApellidos);
			global::Gtk.Table.TableChild w1 = ((global::Gtk.Table.TableChild)(this.table1 [this.entryApellidos]));
			w1.TopAttach = ((uint)(1));
			w1.BottomAttach = ((uint)(2));
			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.entryNombre = new global::Gtk.Entry ();
			this.entryNombre.CanFocus = true;
			this.entryNombre.Name = "entryNombre";
			this.entryNombre.IsEditable = true;
			this.entryNombre.InvisibleChar = '•';
			this.table1.Add (this.entryNombre);
			global::Gtk.Table.TableChild w2 = ((global::Gtk.Table.TableChild)(this.table1 [this.entryNombre]));
			w2.LeftAttach = ((uint)(1));
			w2.RightAttach = ((uint)(2));
			w2.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table1.Gtk.Table+TableChild
			this.label1 = new global::Gtk.Label ();
			this.label1.Name = "label1";
			this.label1.LabelProp = global::Mono.Unix.Catalog.GetString ("Nombre");
			this.table1.Add (this.label1);
			global::Gtk.Table.TableChild w3 = ((global::Gtk.Table.TableChild)(this.table1 [this.label1]));
			w3.XOptions = ((global::Gtk.AttachOptions)(4));
			w3.YOptions = ((global::Gtk.AttachOptions)(4));
			// Container child table1.Gtk.Table+TableChild
			this.label2 = new global::Gtk.Label ();
			this.label2.Name = "label2";
			this.label2.LabelProp = global::Mono.Unix.Catalog.GetString ("Apellidos");
			this.table1.Add (this.label2);
			global::Gtk.Table.TableChild w4 = ((global::Gtk.Table.TableChild)(this.table1 [this.label2]));
			w4.TopAttach = ((uint)(1));
			w4.BottomAttach = ((uint)(2));
			w4.XOptions = ((global::Gtk.AttachOptions)(4));
			w4.YOptions = ((global::Gtk.AttachOptions)(4));
			this.Add (this.table1);
			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);
 }
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize (this);
     // Widget fileparsersharp.ViewWindow
     this.Name = "fileparsersharp.ViewWindow";
     this.Title = "ViewWindow";
     this.WindowPosition = ((global::Gtk.WindowPosition)(4));
     // Container child fileparsersharp.ViewWindow.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.LabelProp = "ViewWindow";
     this.vbox2.Add (this.label1);
     global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.label1]));
     w1.Position = 1;
     w1.Expand = false;
     w1.Fill = false;
     this.Add (this.vbox2);
     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 GoldAddin.OutputOptionsWidget
     global::Stetic.BinContainer.Attach (this);
     this.Name = "GoldAddin.OutputOptionsWidget";
     // Container child GoldAddin.OutputOptionsWidget.Gtk.Container+ContainerChild
     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.label1 = new global::Gtk.Label ();
     this.label1.Name = "label1";
     this.label1.LabelProp = global::Mono.Unix.Catalog.GetString ("Compiled Grammar Table Name:");
     this.table1.Add (this.label1);
     global::Gtk.Table.TableChild w1 = ((global::Gtk.Table.TableChild)(this.table1 [this.label1]));
     w1.XOptions = ((global::Gtk.AttachOptions)(4));
     w1.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.label2 = new global::Gtk.Label ();
     this.label2.Name = "label2";
     this.label2.LabelProp = global::Mono.Unix.Catalog.GetString ("Table format:");
     this.table1.Add (this.label2);
     global::Gtk.Table.TableChild w2 = ((global::Gtk.Table.TableChild)(this.table1 [this.label2]));
     w2.TopAttach = ((uint)(1));
     w2.BottomAttach = ((uint)(2));
     w2.XOptions = ((global::Gtk.AttachOptions)(4));
     w2.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.outputFormatSelector = global::Gtk.ComboBox.NewText ();
     this.outputFormatSelector.AppendText (global::Mono.Unix.Catalog.GetString ("Compiled Grammar Table (.cgt)"));
     this.outputFormatSelector.AppendText (global::Mono.Unix.Catalog.GetString ("Enhanced Grammar Table (.egt)"));
     this.outputFormatSelector.Name = "outputFormatSelector";
     this.table1.Add (this.outputFormatSelector);
     global::Gtk.Table.TableChild w3 = ((global::Gtk.Table.TableChild)(this.table1 [this.outputFormatSelector]));
     w3.TopAttach = ((uint)(1));
     w3.BottomAttach = ((uint)(2));
     w3.LeftAttach = ((uint)(1));
     w3.RightAttach = ((uint)(2));
     w3.XOptions = ((global::Gtk.AttachOptions)(4));
     w3.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.outputTableName = new global::Gtk.Entry ();
     this.outputTableName.CanFocus = true;
     this.outputTableName.Name = "outputTableName";
     this.outputTableName.IsEditable = true;
     this.outputTableName.InvisibleChar = '●';
     this.table1.Add (this.outputTableName);
     global::Gtk.Table.TableChild w4 = ((global::Gtk.Table.TableChild)(this.table1 [this.outputTableName]));
     w4.LeftAttach = ((uint)(1));
     w4.RightAttach = ((uint)(2));
     w4.XOptions = ((global::Gtk.AttachOptions)(4));
     w4.YOptions = ((global::Gtk.AttachOptions)(4));
     this.Add (this.table1);
     if ((this.Child != null)) {
         this.Child.ShowAll ();
     }
     this.Hide ();
 }
		protected virtual void Build ()
		{
			global::Stetic.Gui.Initialize (this);
			// Widget MonoDevelop.Ide.Projects.OptionPanels.PortableRuntimeOptionsPanelWidget
			global::Stetic.BinContainer.Attach (this);
			this.Name = "MonoDevelop.Ide.Projects.OptionPanels.PortableRuntimeOptionsPanelWidget";
			// Container child MonoDevelop.Ide.Projects.OptionPanels.PortableRuntimeOptionsPanelWidget.Gtk.Container+ContainerChild
			this.vbox1 = new global::Gtk.VBox ();
			this.vbox1.Name = "vbox1";
			this.vbox1.Spacing = 6;
			// Container child vbox1.Gtk.Box+BoxChild
			this.labelTargetFrameworks = new global::Gtk.Label ();
			this.labelTargetFrameworks.Name = "labelTargetFrameworks";
			this.labelTargetFrameworks.Xalign = 0F;
			this.labelTargetFrameworks.LabelProp = global::Mono.Unix.Catalog.GetString ("Target Frameworks:");
			this.vbox1.Add (this.labelTargetFrameworks);
			global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.labelTargetFrameworks]));
			w1.Position = 0;
			w1.Expand = false;
			w1.Fill = false;
			this.Add (this.vbox1);
			if ((this.Child != null)) {
				this.Child.ShowAll ();
			}
			this.Hide ();
		}
Пример #24
0
 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 ();
 }
Пример #25
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize (this);
     // Widget CryptoConfigWidget
     global::Stetic.BinContainer.Attach (this);
     this.Name = "CryptoConfigWidget";
     // Container child CryptoConfigWidget.Gtk.Container+ContainerChild
     this.fraCryptoConfig = new global::Gtk.Frame ();
     this.fraCryptoConfig.Name = "fraCryptoConfig";
     this.fraCryptoConfig.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child fraCryptoConfig.Gtk.Container+ContainerChild
     this.GtkAlignment = new global::Gtk.Alignment (0F, 0F, 1F, 1F);
     this.GtkAlignment.Name = "GtkAlignment";
     this.GtkAlignment.LeftPadding = ((uint)(4));
     this.GtkAlignment.TopPadding = ((uint)(4));
     this.GtkAlignment.RightPadding = ((uint)(4));
     this.GtkAlignment.BottomPadding = ((uint)(4));
     // Container child GtkAlignment.Gtk.Container+ContainerChild
     this.vbox4 = new global::Gtk.VBox ();
     this.vbox4.Name = "vbox4";
     this.vbox4.Spacing = 6;
     // Container child vbox4.Gtk.Box+BoxChild
     this.rbnRsaCryptoProvider = new global::Gtk.RadioButton (global::Mono.Unix.Catalog.GetString ("RSA Cryptography Provider"));
     this.rbnRsaCryptoProvider.TooltipMarkup = "RSA cryptography provider";
     this.rbnRsaCryptoProvider.CanFocus = true;
     this.rbnRsaCryptoProvider.Name = "rbnRsaCryptoProvider";
     this.rbnRsaCryptoProvider.DrawIndicator = true;
     this.rbnRsaCryptoProvider.UseUnderline = true;
     this.rbnRsaCryptoProvider.Group = new global::GLib.SList (global::System.IntPtr.Zero);
     this.vbox4.Add (this.rbnRsaCryptoProvider);
     global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.rbnRsaCryptoProvider]));
     w1.Position = 0;
     w1.Expand = false;
     w1.Fill = false;
     // Container child vbox4.Gtk.Box+BoxChild
     this.rbnDes3CryptoProvider = new global::Gtk.RadioButton (global::Mono.Unix.Catalog.GetString ("DES3 Cryptography Provider"));
     this.rbnDes3CryptoProvider.TooltipMarkup = "DES3 Cryptography Provider.";
     this.rbnDes3CryptoProvider.CanFocus = true;
     this.rbnDes3CryptoProvider.Name = "rbnDes3CryptoProvider";
     this.rbnDes3CryptoProvider.DrawIndicator = true;
     this.rbnDes3CryptoProvider.UseUnderline = true;
     this.rbnDes3CryptoProvider.Group = this.rbnRsaCryptoProvider.Group;
     this.vbox4.Add (this.rbnDes3CryptoProvider);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.rbnDes3CryptoProvider]));
     w2.Position = 1;
     w2.Expand = false;
     w2.Fill = false;
     this.GtkAlignment.Add (this.vbox4);
     this.fraCryptoConfig.Add (this.GtkAlignment);
     this.lblCryptoConfigTitle = new global::Gtk.Label ();
     this.lblCryptoConfigTitle.Name = "lblCryptoConfigTitle";
     this.lblCryptoConfigTitle.LabelProp = global::Mono.Unix.Catalog.GetString ("<b>Cryptography Provider</b>");
     this.lblCryptoConfigTitle.UseMarkup = true;
     this.fraCryptoConfig.LabelWidget = this.lblCryptoConfigTitle;
     this.Add (this.fraCryptoConfig);
     if ((this.Child != null)) {
         this.Child.ShowAll ();
     }
     this.Hide ();
 }
Пример #26
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize (this);
     // Widget MainWindow
     this.Name = "MainWindow";
     this.Title = global::Mono.Unix.Catalog.GetString ("Updater");
     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;
     this.vbox2.BorderWidth = ((uint)(6));
     // Container child vbox2.Gtk.Box+BoxChild
     this.messageLabel = new global::Gtk.Label ();
     this.messageLabel.Name = "messageLabel";
     this.messageLabel.LabelProp = global::Mono.Unix.Catalog.GetString ("label1");
     this.vbox2.Add (this.messageLabel);
     global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.messageLabel]));
     w1.Position = 0;
     w1.Expand = false;
     w1.Fill = false;
     // Container child vbox2.Gtk.Box+BoxChild
     this.progressBar = new global::Gtk.ProgressBar ();
     this.progressBar.Name = "progressBar";
     this.vbox2.Add (this.progressBar);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.progressBar]));
     w2.Position = 1;
     w2.Expand = false;
     w2.Fill = false;
     // 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.btnQuit = new global::Gtk.Button ();
     this.btnQuit.CanFocus = true;
     this.btnQuit.Name = "btnQuit";
     this.btnQuit.UseUnderline = true;
     this.btnQuit.Label = global::Mono.Unix.Catalog.GetString ("_Ok");
     this.hbuttonbox2.Add (this.btnQuit);
     global::Gtk.ButtonBox.ButtonBoxChild w3 = ((global::Gtk.ButtonBox.ButtonBoxChild)(this.hbuttonbox2 [this.btnQuit]));
     w3.Expand = false;
     w3.Fill = false;
     this.vbox2.Add (this.hbuttonbox2);
     global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.hbuttonbox2]));
     w4.PackType = ((global::Gtk.PackType)(1));
     w4.Position = 2;
     w4.Expand = false;
     w4.Fill = false;
     this.Add (this.vbox2);
     if ((this.Child != null)) {
         this.Child.ShowAll ();
     }
     this.DefaultWidth = 435;
     this.DefaultHeight = 119;
     this.btnQuit.Hide ();
     this.Show ();
     this.DeleteEvent += new global::Gtk.DeleteEventHandler (this.OnDeleteEvent);
     this.btnQuit.Clicked += new global::System.EventHandler (this.OnButton2517Clicked);
 }
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize (this);
     // Widget LinXbox360isoBurner.FileError
     this.Name = "LinXbox360isoBurner.FileError";
     this.Title = "FileError";
     this.Icon = global::Gdk.Pixbuf.LoadFromResource ("LinXbox360isoBurner.icon.png");
     this.WindowPosition = ((global::Gtk.WindowPosition)(3));
     this.BorderWidth = ((uint)(20));
     this.Resizable = false;
     this.AllowGrow = false;
     this.Gravity = ((global::Gdk.Gravity)(10));
     this.SkipPagerHint = true;
     this.SkipTaskbarHint = true;
     // Container child LinXbox360isoBurner.FileError.Gtk.Container+ContainerChild
     this.vbox3 = new global::Gtk.VBox ();
     this.vbox3.Name = "vbox3";
     this.vbox3.Spacing = 6;
     // Container child vbox3.Gtk.Box+BoxChild
     this.label1 = new global::Gtk.Label ();
     this.label1.Name = "label1";
     this.label1.LabelProp = ".dvd file error";
     this.vbox3.Add (this.label1);
     global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.label1]));
     w1.Position = 0;
     // Container child vbox3.Gtk.Box+BoxChild
     this.hbuttonbox2 = new global::Gtk.HButtonBox ();
     this.hbuttonbox2.Name = "hbuttonbox2";
     // Container child hbuttonbox2.Gtk.ButtonBox+ButtonBoxChild
     this.button = new global::Gtk.Button ();
     this.button.CanFocus = true;
     this.button.Name = "button";
     this.button.UseUnderline = true;
     this.button.Label = "Close";
     this.hbuttonbox2.Add (this.button);
     global::Gtk.ButtonBox.ButtonBoxChild w2 = ((global::Gtk.ButtonBox.ButtonBoxChild)(this.hbuttonbox2 [this.button]));
     w2.Expand = false;
     w2.Fill = false;
     this.vbox3.Add (this.hbuttonbox2);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.hbuttonbox2]));
     w3.Position = 1;
     w3.Expand = false;
     w3.Fill = false;
     // Container child vbox3.Gtk.Box+BoxChild
     this.fixed2 = new global::Gtk.Fixed ();
     this.fixed2.Name = "fixed2";
     this.fixed2.HasWindow = false;
     this.vbox3.Add (this.fixed2);
     global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.fixed2]));
     w4.Position = 2;
     w4.Fill = false;
     this.Add (this.vbox3);
     if ((this.Child != null)) {
         this.Child.ShowAll ();
     }
     this.DefaultWidth = 201;
     this.DefaultHeight = 130;
     this.Show ();
     this.button.Clicked += new global::System.EventHandler (this.OnButtonClicked);
 }
Пример #28
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize (this);
     // Widget iMetaGui.iButton
     global::Stetic.BinContainer.Attach (this);
     this.WidthRequest = 84;
     this.HeightRequest = 22;
     this.Name = "iMetaGui.iButton";
     // Container child iMetaGui.iButton.Gtk.Container+ContainerChild
     this.eventbox1 = new global::Gtk.EventBox ();
     this.eventbox1.WidthRequest = 84;
     this.eventbox1.HeightRequest = 22;
     this.eventbox1.Name = "eventbox1";
     // Container child eventbox1.Gtk.Container+ContainerChild
     this.label1 = new global::Gtk.Label ();
     this.label1.Name = "label1";
     this.label1.LabelProp = global::Mono.Unix.Catalog.GetString ("<span size=\"x-large\">[Button Text]</span>");
     this.label1.UseMarkup = true;
     this.eventbox1.Add (this.label1);
     this.Add (this.eventbox1);
     if ((this.Child != null)) {
         this.Child.ShowAll ();
     }
     this.Hide ();
 }
Пример #29
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.FileAction = new global::Gtk.Action ("FileAction", global::Mono.Unix.Catalog.GetString ("File"), null, null);
		this.FileAction.ShortLabel = global::Mono.Unix.Catalog.GetString ("File");
		w1.Add (this.FileAction, null);
		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.fixed1 = new global::Gtk.Fixed ();
		this.fixed1.Name = "fixed1";
		this.fixed1.HasWindow = false;
		// Container child fixed1.Gtk.Fixed+FixedChild
		this.label1 = new global::Gtk.Label ();
		this.label1.Name = "label1";
		this.label1.LabelProp = global::Mono.Unix.Catalog.GetString ("Hello,Gtk!");
		this.fixed1.Add (this.label1);
		global::Gtk.Fixed.FixedChild w2 = ((global::Gtk.Fixed.FixedChild)(this.fixed1 [this.label1]));
		w2.X = 260;
		w2.Y = 117;
		this.Add (this.fixed1);
		if ((this.Child != null)) {
			this.Child.ShowAll ();
		}
		this.DefaultWidth = 645;
		this.DefaultHeight = 300;
		this.Show ();
		this.DeleteEvent += new global::Gtk.DeleteEventHandler (this.OnDeleteEvent);
	}
 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 CBinding.EditPackagesDialog
     this.Name  = "CBinding.EditPackagesDialog";
     this.Title = global::Mono.Unix.Catalog.GetString("Edit packages");
     this.Modal = true;
     // Internal child CBinding.EditPackagesDialog.VBox
     global::Gtk.VBox w1 = this.VBox;
     w1.Name        = "dialog1_VBox";
     w1.BorderWidth = ((uint)(2));
     // Container child dialog1_VBox.Gtk.Box+BoxChild
     this.vpaned1             = new global::Gtk.VPaned();
     this.vpaned1.CanFocus    = true;
     this.vpaned1.Name        = "vpaned1";
     this.vpaned1.Position    = 183;
     this.vpaned1.BorderWidth = ((uint)(6));
     // Container child vpaned1.Gtk.Paned+PanedChild
     this.hbox1         = new global::Gtk.HBox();
     this.hbox1.Name    = "hbox1";
     this.hbox1.Spacing = 6;
     // Container child hbox1.Gtk.Box+BoxChild
     this.notebook1             = new global::Gtk.Notebook();
     this.notebook1.CanFocus    = true;
     this.notebook1.Name        = "notebook1";
     this.notebook1.CurrentPage = 0;
     // Container child notebook1.Gtk.Notebook+NotebookChild
     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.normalPackageTreeView          = new global::Gtk.TreeView();
     this.normalPackageTreeView.CanFocus = true;
     this.normalPackageTreeView.Name     = "normalPackageTreeView";
     this.scrolledwindow1.Add(this.normalPackageTreeView);
     this.notebook1.Add(this.scrolledwindow1);
     // Notebook tab
     this.labelSystemPackages           = new global::Gtk.Label();
     this.labelSystemPackages.Name      = "labelSystemPackages";
     this.labelSystemPackages.LabelProp = global::Mono.Unix.Catalog.GetString("System Packages");
     this.notebook1.SetTabLabel(this.scrolledwindow1, this.labelSystemPackages);
     this.labelSystemPackages.ShowAll();
     // Container child notebook1.Gtk.Notebook+NotebookChild
     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.projectPackageTreeView          = new global::Gtk.TreeView();
     this.projectPackageTreeView.CanFocus = true;
     this.projectPackageTreeView.Name     = "projectPackageTreeView";
     this.scrolledwindow3.Add(this.projectPackageTreeView);
     this.notebook1.Add(this.scrolledwindow3);
     global::Gtk.Notebook.NotebookChild w5 = ((global::Gtk.Notebook.NotebookChild)(this.notebook1 [this.scrolledwindow3]));
     w5.Position = 1;
     // Notebook tab
     this.labelProjectPackages           = new global::Gtk.Label();
     this.labelProjectPackages.Name      = "labelProjectPackages";
     this.labelProjectPackages.LabelProp = global::Mono.Unix.Catalog.GetString("Project Packages");
     this.notebook1.SetTabLabel(this.scrolledwindow3, this.labelProjectPackages);
     this.labelProjectPackages.ShowAll();
     this.hbox1.Add(this.notebook1);
     global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.notebook1]));
     w6.Position = 0;
     // Container child hbox1.Gtk.Box+BoxChild
     this.vbox3         = new global::Gtk.VBox();
     this.vbox3.Name    = "vbox3";
     this.vbox3.Spacing = 6;
     // Container child vbox3.Gtk.Box+BoxChild
     this.fixed1 = new global::Gtk.Fixed();
     this.fixed1.HeightRequest = 21;
     this.fixed1.Name          = "fixed1";
     this.fixed1.HasWindow     = false;
     this.vbox3.Add(this.fixed1);
     global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.fixed1]));
     w7.Position = 0;
     w7.Expand   = false;
     w7.Fill     = false;
     // Container child vbox3.Gtk.Box+BoxChild
     this.detailsButton = new global::Gtk.Button();
     this.detailsButton.WidthRequest  = 33;
     this.detailsButton.HeightRequest = 33;
     this.detailsButton.Sensitive     = false;
     this.detailsButton.CanFocus      = true;
     this.detailsButton.Name          = "detailsButton";
     this.detailsButton.UseUnderline  = true;
     this.detailsButton.Label         = global::Mono.Unix.Catalog.GetString("...");
     this.vbox3.Add(this.detailsButton);
     global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.detailsButton]));
     w8.Position = 1;
     w8.Expand   = false;
     w8.Fill     = false;
     this.hbox1.Add(this.vbox3);
     global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.vbox3]));
     w9.Position = 1;
     w9.Expand   = false;
     w9.Fill     = false;
     this.vpaned1.Add(this.hbox1);
     global::Gtk.Paned.PanedChild w10 = ((global::Gtk.Paned.PanedChild)(this.vpaned1 [this.hbox1]));
     w10.Resize = false;
     // Container child vpaned1.Gtk.Paned+PanedChild
     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.label3           = new global::Gtk.Label();
     this.label3.Name      = "label3";
     this.label3.Xalign    = 0F;
     this.label3.Yalign    = 0F;
     this.label3.LabelProp = global::Mono.Unix.Catalog.GetString("Selected packages:");
     this.table1.Add(this.label3);
     global::Gtk.Table.TableChild w11 = ((global::Gtk.Table.TableChild)(this.table1 [this.label3]));
     w11.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     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.selectedPackageTreeView          = new global::Gtk.TreeView();
     this.selectedPackageTreeView.CanFocus = true;
     this.selectedPackageTreeView.Name     = "selectedPackageTreeView";
     this.scrolledwindow2.Add(this.selectedPackageTreeView);
     this.table1.Add(this.scrolledwindow2);
     global::Gtk.Table.TableChild w13 = ((global::Gtk.Table.TableChild)(this.table1 [this.scrolledwindow2]));
     w13.TopAttach    = ((uint)(1));
     w13.BottomAttach = ((uint)(2));
     w13.XOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.vbox2         = new global::Gtk.VBox();
     this.vbox2.Name    = "vbox2";
     this.vbox2.Spacing = 6;
     // Container child vbox2.Gtk.Box+BoxChild
     this.removeButton = new global::Gtk.Button();
     this.removeButton.TooltipMarkup = "Remove selected package from the project.";
     this.removeButton.WidthRequest  = 33;
     this.removeButton.HeightRequest = 33;
     this.removeButton.Sensitive     = false;
     this.removeButton.CanFocus      = true;
     this.removeButton.Name          = "removeButton";
     this.removeButton.UseUnderline  = true;
     this.removeButton.Label         = "";
     global::Gtk.Image w14 = new global::Gtk.Image();
     w14.Pixbuf = global::Stetic.IconLoader.LoadIcon(this, "gtk-remove", global::Gtk.IconSize.Menu);
     this.removeButton.Image = w14;
     this.vbox2.Add(this.removeButton);
     global::Gtk.Box.BoxChild w15 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.removeButton]));
     w15.Position = 0;
     w15.Expand   = false;
     w15.Fill     = false;
     this.table1.Add(this.vbox2);
     global::Gtk.Table.TableChild w16 = ((global::Gtk.Table.TableChild)(this.table1 [this.vbox2]));
     w16.TopAttach    = ((uint)(1));
     w16.BottomAttach = ((uint)(2));
     w16.LeftAttach   = ((uint)(1));
     w16.RightAttach  = ((uint)(2));
     w16.XOptions     = ((global::Gtk.AttachOptions)(4));
     this.vpaned1.Add(this.table1);
     w1.Add(this.vpaned1);
     global::Gtk.Box.BoxChild w18 = ((global::Gtk.Box.BoxChild)(w1 [this.vpaned1]));
     w18.Position = 0;
     w18.Padding  = ((uint)(3));
     // Internal child CBinding.EditPackagesDialog.ActionArea
     global::Gtk.HButtonBox w19 = this.ActionArea;
     w19.Name        = "dialog1_ActionArea";
     w19.Spacing     = 6;
     w19.BorderWidth = ((uint)(5));
     w19.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 w20 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w19 [this.buttonCancel]));
     w20.Expand = false;
     w20.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 w21 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w19 [this.buttonOk]));
     w21.Position = 1;
     w21.Expand   = false;
     w21.Fill     = false;
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.DefaultWidth  = 580;
     this.DefaultHeight = 449;
     this.Hide();
     this.notebook1.SwitchPage += new global::Gtk.SwitchPageHandler(this.OnNotebook1SwitchPage);
     this.normalPackageTreeView.CursorChanged  += new global::System.EventHandler(this.OnNonSelectedPackageCursorChanged);
     this.projectPackageTreeView.CursorChanged += new global::System.EventHandler(this.OnNonSelectedPackageCursorChanged);
     this.detailsButton.Clicked += new global::System.EventHandler(this.OnDetailsButtonClicked);
     this.removeButton.Clicked  += new global::System.EventHandler(this.OnRemoveButtonClicked);
     this.removeButton.Clicked  += new global::System.EventHandler(this.OnRemoveButtonClick);
     this.selectedPackageTreeView.CursorChanged += new global::System.EventHandler(this.OnSelectedPackagesTreeViewCursorChanged);
     this.buttonCancel.Clicked += new global::System.EventHandler(this.OnCancelButtonClick);
     this.buttonOk.Clicked     += new global::System.EventHandler(this.OnOkButtonClick);
 }
Пример #32
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.FileAction            = new global::Gtk.Action("FileAction", global::Mono.Unix.Catalog.GetString("File"), null, null);
     this.FileAction.ShortLabel = global::Mono.Unix.Catalog.GetString("File");
     w1.Add(this.FileAction, null);
     this.newAction            = new global::Gtk.Action("newAction", global::Mono.Unix.Catalog.GetString("_New"), global::Mono.Unix.Catalog.GetString("New"), "gtk-new");
     this.newAction.ShortLabel = global::Mono.Unix.Catalog.GetString("_New");
     w1.Add(this.newAction, null);
     this.openAction            = new global::Gtk.Action("openAction", global::Mono.Unix.Catalog.GetString("_Open"), global::Mono.Unix.Catalog.GetString("Open"), "gtk-open");
     this.openAction.ShortLabel = global::Mono.Unix.Catalog.GetString("_Open");
     w1.Add(this.openAction, null);
     this.saveAction            = new global::Gtk.Action("saveAction", global::Mono.Unix.Catalog.GetString("_Save"), global::Mono.Unix.Catalog.GetString("Save"), "gtk-save");
     this.saveAction.ShortLabel = global::Mono.Unix.Catalog.GetString("_Save");
     w1.Add(this.saveAction, null);
     this.saveAsAction            = new global::Gtk.Action("saveAsAction", global::Mono.Unix.Catalog.GetString("Save _As"), global::Mono.Unix.Catalog.GetString("Save As"), "gtk-save-as");
     this.saveAsAction.ShortLabel = global::Mono.Unix.Catalog.GetString("Save _As");
     w1.Add(this.saveAsAction, null);
     this.ExportAction            = new global::Gtk.Action("ExportAction", global::Mono.Unix.Catalog.GetString("Export"), null, null);
     this.ExportAction.ShortLabel = global::Mono.Unix.Catalog.GetString("Export");
     w1.Add(this.ExportAction, null);
     this.XMLAction            = new global::Gtk.Action("XMLAction", global::Mono.Unix.Catalog.GetString("XML"), null, null);
     this.XMLAction.ShortLabel = global::Mono.Unix.Catalog.GetString("XML");
     w1.Add(this.XMLAction, null);
     this.ToHTMLAction            = new global::Gtk.Action("ToHTMLAction", global::Mono.Unix.Catalog.GetString("To HTML"), null, null);
     this.ToHTMLAction.ShortLabel = global::Mono.Unix.Catalog.GetString("To HTML");
     w1.Add(this.ToHTMLAction, null);
     this.quitAction            = new global::Gtk.Action("quitAction", global::Mono.Unix.Catalog.GetString("_Quit"), null, "gtk-quit");
     this.quitAction.ShortLabel = global::Mono.Unix.Catalog.GetString("_Quit");
     w1.Add(this.quitAction, null);
     this.EditAction            = new global::Gtk.Action("EditAction", global::Mono.Unix.Catalog.GetString("Edit"), null, null);
     this.EditAction.ShortLabel = global::Mono.Unix.Catalog.GetString("Edit");
     w1.Add(this.EditAction, null);
     this.undoAction            = new global::Gtk.Action("undoAction", global::Mono.Unix.Catalog.GetString("_Undo"), global::Mono.Unix.Catalog.GetString("Undo"), "gtk-undo");
     this.undoAction.ShortLabel = global::Mono.Unix.Catalog.GetString("_Undo");
     w1.Add(this.undoAction, null);
     this.redoAction            = new global::Gtk.Action("redoAction", global::Mono.Unix.Catalog.GetString("_Redo"), global::Mono.Unix.Catalog.GetString("Redo"), "gtk-redo");
     this.redoAction.ShortLabel = global::Mono.Unix.Catalog.GetString("_Redo");
     w1.Add(this.redoAction, null);
     this.cutAction            = new global::Gtk.Action("cutAction", global::Mono.Unix.Catalog.GetString("Cu_t"), null, "gtk-cut");
     this.cutAction.ShortLabel = global::Mono.Unix.Catalog.GetString("Cu_t");
     w1.Add(this.cutAction, null);
     this.copyAction            = new global::Gtk.Action("copyAction", global::Mono.Unix.Catalog.GetString("_Copy"), null, "gtk-copy");
     this.copyAction.ShortLabel = global::Mono.Unix.Catalog.GetString("_Copy");
     w1.Add(this.copyAction, null);
     this.pasteAction            = new global::Gtk.Action("pasteAction", global::Mono.Unix.Catalog.GetString("_Paste"), null, "gtk-paste");
     this.pasteAction.ShortLabel = global::Mono.Unix.Catalog.GetString("_Paste");
     w1.Add(this.pasteAction, null);
     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><menubar name='menubar1'><menu name='FileAction' action='FileAction'><menuitem name='newAction' action='newAction'/><menuitem name='openAction' action='openAction'/><menuitem name='saveAction' action='saveAction'/><menuitem name='saveAsAction' action='saveAsAction'/><separator/><menu name='ExportAction' action='ExportAction'><menuitem name='XMLAction' action='XMLAction'/><menuitem name='ToHTMLAction' action='ToHTMLAction'/></menu><menuitem name='quitAction' action='quitAction'/></menu><menu name='EditAction' action='EditAction'><menuitem name='undoAction' action='undoAction'/><menuitem name='redoAction' action='redoAction'/><menuitem name='cutAction' action='cutAction'/><menuitem name='copyAction' action='copyAction'/><menuitem name='pasteAction' action='pasteAction'/></menu></menubar></ui>");
     this.menubar1      = ((global::Gtk.MenuBar)(this.UIManager.GetWidget("/menubar1")));
     this.menubar1.Name = "menubar1";
     this.vbox1.Add(this.menubar1);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.menubar1]));
     w2.Position = 0;
     w2.Expand   = false;
     w2.Fill     = false;
     // Container child vbox1.Gtk.Box+BoxChild
     this.UIManager.AddUiFromString("<ui><toolbar name='toolbar1'><toolitem name='newAction' action='newAction'/><toolitem name='openAction' action='openAction'/><toolitem name='saveAction' action='saveAction'/><toolitem name='saveAsAction' action='saveAsAction'/><toolitem name='undoAction' action='undoAction'/><toolitem name='redoAction' action='redoAction'/></toolbar></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 w3 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.toolbar1]));
     w3.Position = 1;
     w3.Expand   = false;
     w3.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.entryCity               = new global::Gtk.Entry();
     this.entryCity.CanFocus      = true;
     this.entryCity.Name          = "entryCity";
     this.entryCity.IsEditable    = true;
     this.entryCity.InvisibleChar = '•';
     this.table1.Add(this.entryCity);
     global::Gtk.Table.TableChild w4 = ((global::Gtk.Table.TableChild)(this.table1 [this.entryCity]));
     w4.TopAttach    = ((uint)(1));
     w4.BottomAttach = ((uint)(2));
     w4.LeftAttach   = ((uint)(1));
     w4.RightAttach  = ((uint)(2));
     w4.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.entryCountry               = new global::Gtk.Entry();
     this.entryCountry.CanFocus      = true;
     this.entryCountry.Name          = "entryCountry";
     this.entryCountry.IsEditable    = true;
     this.entryCountry.InvisibleChar = '•';
     this.table1.Add(this.entryCountry);
     global::Gtk.Table.TableChild w5 = ((global::Gtk.Table.TableChild)(this.table1 [this.entryCountry]));
     w5.TopAttach    = ((uint)(2));
     w5.BottomAttach = ((uint)(3));
     w5.LeftAttach   = ((uint)(1));
     w5.RightAttach  = ((uint)(2));
     w5.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.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.table1.Add(this.entryName);
     global::Gtk.Table.TableChild w6 = ((global::Gtk.Table.TableChild)(this.table1 [this.entryName]));
     w6.LeftAttach  = ((uint)(1));
     w6.RightAttach = ((uint)(2));
     w6.YOptions    = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.labelCity           = new global::Gtk.Label();
     this.labelCity.Name      = "labelCity";
     this.labelCity.Xalign    = 0F;
     this.labelCity.LabelProp = global::Mono.Unix.Catalog.GetString("City");
     this.table1.Add(this.labelCity);
     global::Gtk.Table.TableChild w7 = ((global::Gtk.Table.TableChild)(this.table1 [this.labelCity]));
     w7.TopAttach    = ((uint)(1));
     w7.BottomAttach = ((uint)(2));
     w7.XOptions     = ((global::Gtk.AttachOptions)(4));
     w7.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.labelCountry           = new global::Gtk.Label();
     this.labelCountry.Name      = "labelCountry";
     this.labelCountry.Xalign    = 0F;
     this.labelCountry.LabelProp = global::Mono.Unix.Catalog.GetString("Country");
     this.table1.Add(this.labelCountry);
     global::Gtk.Table.TableChild w8 = ((global::Gtk.Table.TableChild)(this.table1 [this.labelCountry]));
     w8.TopAttach    = ((uint)(2));
     w8.BottomAttach = ((uint)(3));
     w8.XOptions     = ((global::Gtk.AttachOptions)(4));
     w8.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.labelName           = new global::Gtk.Label();
     this.labelName.Name      = "labelName";
     this.labelName.Xalign    = 0F;
     this.labelName.LabelProp = global::Mono.Unix.Catalog.GetString("Name");
     this.table1.Add(this.labelName);
     global::Gtk.Table.TableChild w9 = ((global::Gtk.Table.TableChild)(this.table1 [this.labelName]));
     w9.XOptions = ((global::Gtk.AttachOptions)(4));
     w9.YOptions = ((global::Gtk.AttachOptions)(4));
     this.vbox1.Add(this.table1);
     global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.table1]));
     w10.Position = 2;
     w10.Expand   = false;
     w10.Fill     = false;
     // Container child vbox1.Gtk.Box+BoxChild
     this.statusbar1         = new global::Gtk.Statusbar();
     this.statusbar1.Name    = "statusbar1";
     this.statusbar1.Spacing = 6;
     // Container child statusbar1.Gtk.Box+BoxChild
     this.labelStatus      = new global::Gtk.Label();
     this.labelStatus.Name = "labelStatus";
     this.statusbar1.Add(this.labelStatus);
     global::Gtk.Box.BoxChild w11 = ((global::Gtk.Box.BoxChild)(this.statusbar1 [this.labelStatus]));
     w11.Position = 1;
     w11.Expand   = false;
     w11.Fill     = false;
     this.vbox1.Add(this.statusbar1);
     global::Gtk.Box.BoxChild w12 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.statusbar1]));
     w12.Position = 3;
     w12.Expand   = false;
     w12.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);
     this.newAction.Activated += new global::System.EventHandler(this.OnNewActionActivated);
     this.entryName.Changed   += new global::System.EventHandler(this.OnEntryNameChanged);
 }
Пример #33
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget MonoDevelop.Debugger.ExceptionCaughtDialog
     this.Name           = "MonoDevelop.Debugger.ExceptionCaughtDialog";
     this.Title          = global::Mono.Unix.Catalog.GetString("Exception Caught");
     this.WindowPosition = ((global::Gtk.WindowPosition)(4));
     // Internal child MonoDevelop.Debugger.ExceptionCaughtDialog.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.labelType            = new global::Gtk.Label();
     this.labelType.Name       = "labelType";
     this.labelType.Xalign     = 0F;
     this.labelType.LabelProp  = "<b>Exception</b> has been thrown";
     this.labelType.UseMarkup  = true;
     this.labelType.Selectable = true;
     this.vbox2.Add(this.labelType);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.labelType]));
     w2.Position = 0;
     w2.Expand   = false;
     w2.Fill     = false;
     // Container child vbox2.Gtk.Box+BoxChild
     this.labelMessage = new global::Gtk.Label();
     this.labelMessage.WidthRequest = 500;
     this.labelMessage.Name         = "labelMessage";
     this.labelMessage.Xalign       = 0F;
     this.labelMessage.LabelProp    = "test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test";
     this.labelMessage.Wrap         = true;
     this.labelMessage.Selectable   = true;
     this.vbox2.Add(this.labelMessage);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.labelMessage]));
     w3.Position = 1;
     w3.Expand   = false;
     w3.Fill     = false;
     // Container child vbox2.Gtk.Box+BoxChild
     this.notebook1             = new global::Gtk.Notebook();
     this.notebook1.CanFocus    = true;
     this.notebook1.Name        = "notebook1";
     this.notebook1.CurrentPage = 0;
     // Container child notebook1.Gtk.Notebook+NotebookChild
     this.GtkScrolledWindow1            = new global::Gtk.ScrolledWindow();
     this.GtkScrolledWindow1.Name       = "GtkScrolledWindow1";
     this.GtkScrolledWindow1.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child GtkScrolledWindow1.Gtk.Container+ContainerChild
     this.stackTextView               = new global::Gtk.TextView();
     this.stackTextView.CanFocus      = true;
     this.stackTextView.Name          = "stackTextView";
     this.stackTextView.Editable      = false;
     this.stackTextView.CursorVisible = false;
     this.GtkScrolledWindow1.Add(this.stackTextView);
     this.notebook1.Add(this.GtkScrolledWindow1);
     // Notebook tab
     this.label2           = new global::Gtk.Label();
     this.label2.Name      = "label2";
     this.label2.LabelProp = global::Mono.Unix.Catalog.GetString("Stack Trace");
     this.notebook1.SetTabLabel(this.GtkScrolledWindow1, this.label2);
     this.label2.ShowAll();
     // Container child notebook1.Gtk.Notebook+NotebookChild
     this.GtkScrolledWindow             = new global::Gtk.ScrolledWindow();
     this.GtkScrolledWindow.Name        = "GtkScrolledWindow";
     this.GtkScrolledWindow.ShadowType  = ((global::Gtk.ShadowType)(1));
     this.GtkScrolledWindow.BorderWidth = ((uint)(3));
     // Container child GtkScrolledWindow.Gtk.Container+ContainerChild
     this.valueView                      = new global::MonoDevelop.Debugger.ObjectValueTreeView();
     this.valueView.CanFocus             = true;
     this.valueView.Name                 = "valueView";
     this.valueView.AllowAdding          = false;
     this.valueView.AllowEditing         = true;
     this.valueView.AllowPinning         = false;
     this.valueView.RootPinAlwaysVisible = false;
     this.valueView.AllowExpanding       = false;
     this.valueView.PinnedWatchLine      = 0;
     this.valueView.CompactView          = false;
     this.GtkScrolledWindow.Add(this.valueView);
     this.notebook1.Add(this.GtkScrolledWindow);
     global::Gtk.Notebook.NotebookChild w7 = ((global::Gtk.Notebook.NotebookChild)(this.notebook1 [this.GtkScrolledWindow]));
     w7.Position = 1;
     // Notebook tab
     this.page1           = new global::Gtk.Label();
     this.page1.Name      = "page1";
     this.page1.LabelProp = global::Mono.Unix.Catalog.GetString("Details");
     this.notebook1.SetTabLabel(this.GtkScrolledWindow, this.page1);
     this.page1.ShowAll();
     this.vbox2.Add(this.notebook1);
     global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.notebook1]));
     w8.Position = 2;
     w1.Add(this.vbox2);
     global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(w1 [this.vbox2]));
     w9.Position = 0;
     // Internal child MonoDevelop.Debugger.ExceptionCaughtDialog.ActionArea
     global::Gtk.HButtonBox w10 = this.ActionArea;
     w10.Name        = "dialog1_ActionArea";
     w10.Spacing     = 10;
     w10.BorderWidth = ((uint)(5));
     w10.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-close";
     this.AddActionWidget(this.buttonOk, -7);
     global::Gtk.ButtonBox.ButtonBoxChild w11 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w10 [this.buttonOk]));
     w11.Expand = false;
     w11.Fill   = false;
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.DefaultWidth  = 541;
     this.DefaultHeight = 358;
     this.Hide();
     this.buttonOk.Clicked += new global::System.EventHandler(this.OnButtonOkClicked);
 }
Пример #34
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget MainWindow
     this.Name           = "MainWindow";
     this.Title          = global::Mono.Unix.Catalog.GetString("Frisby Toss");
     this.WindowPosition = ((global::Gtk.WindowPosition)(4));
     // Container child MainWindow.Gtk.Container+ContainerChild
     this.frame2 = new global::Gtk.Frame();
     this.frame2.HeightRequest = 500;
     this.frame2.Name          = "frame2";
     this.frame2.ShadowType    = ((global::Gtk.ShadowType)(0));
     // Container child frame2.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.fixed1           = new global::Gtk.Fixed();
     this.fixed1.Name      = "fixed1";
     this.fixed1.HasWindow = false;
     // Container child fixed1.Gtk.Fixed+FixedChild
     this.GtkScrolledWindow            = new global::Gtk.ScrolledWindow();
     this.GtkScrolledWindow.Name       = "GtkScrolledWindow";
     this.GtkScrolledWindow.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child GtkScrolledWindow.Gtk.Container+ContainerChild
     this.nodeview2 = new global::Gtk.NodeView();
     this.nodeview2.WidthRequest  = 650;
     this.nodeview2.HeightRequest = 350;
     this.nodeview2.CanFocus      = true;
     this.nodeview2.Name          = "nodeview2";
     this.GtkScrolledWindow.Add(this.nodeview2);
     this.fixed1.Add(this.GtkScrolledWindow);
     global::Gtk.Fixed.FixedChild w2 = ((global::Gtk.Fixed.FixedChild)(this.fixed1 [this.GtkScrolledWindow]));
     w2.X = -6;
     w2.Y = 6;
     // Container child fixed1.Gtk.Fixed+FixedChild
     this.button4 = new global::Gtk.Button();
     this.button4.WidthRequest = 101;
     this.button4.CanFocus     = true;
     this.button4.Name         = "button4";
     this.button4.UseUnderline = true;
     this.button4.Label        = global::Mono.Unix.Catalog.GetString("Run Tests");
     this.fixed1.Add(this.button4);
     global::Gtk.Fixed.FixedChild w3 = ((global::Gtk.Fixed.FixedChild)(this.fixed1 [this.button4]));
     w3.X = 545;
     w3.Y = 425;
     // Container child fixed1.Gtk.Fixed+FixedChild
     this.filechooserbutton3 = new global::Gtk.FileChooserButton(global::Mono.Unix.Catalog.GetString("Choose Test Folder"), ((global::Gtk.FileChooserAction)(2)));
     this.filechooserbutton3.WidthRequest = 180;
     this.filechooserbutton3.Name         = "filechooserbutton3";
     this.fixed1.Add(this.filechooserbutton3);
     global::Gtk.Fixed.FixedChild w4 = ((global::Gtk.Fixed.FixedChild)(this.fixed1 [this.filechooserbutton3]));
     w4.X = 5;
     w4.Y = 425;
     // Container child fixed1.Gtk.Fixed+FixedChild
     this.speedLabel      = new global::Gtk.Label();
     this.speedLabel.Name = "speedLabel";
     this.fixed1.Add(this.speedLabel);
     global::Gtk.Fixed.FixedChild w5 = ((global::Gtk.Fixed.FixedChild)(this.fixed1 [this.speedLabel]));
     w5.X = 20;
     w5.Y = 381;
     // Container child fixed1.Gtk.Fixed+FixedChild
     this.label2      = new global::Gtk.Label();
     this.label2.Name = "label2";
     this.fixed1.Add(this.label2);
     global::Gtk.Fixed.FixedChild w6 = ((global::Gtk.Fixed.FixedChild)(this.fixed1 [this.label2]));
     w6.X = 20;
     w6.Y = 403;
     // Container child fixed1.Gtk.Fixed+FixedChild
     this.progressbar1 = new global::Gtk.ProgressBar();
     this.progressbar1.WidthRequest  = 235;
     this.progressbar1.HeightRequest = 25;
     this.progressbar1.Name          = "progressbar1";
     this.fixed1.Add(this.progressbar1);
     global::Gtk.Fixed.FixedChild w7 = ((global::Gtk.Fixed.FixedChild)(this.fixed1 [this.progressbar1]));
     w7.X = 221;
     w7.Y = 158;
     this.GtkAlignment.Add(this.fixed1);
     this.frame2.Add(this.GtkAlignment);
     this.GtkLabel2           = new global::Gtk.Label();
     this.GtkLabel2.Name      = "GtkLabel2";
     this.GtkLabel2.LabelProp = global::Mono.Unix.Catalog.GetString("<b>Toss The Frisby</b>");
     this.GtkLabel2.UseMarkup = true;
     this.frame2.LabelWidget  = this.GtkLabel2;
     this.Add(this.frame2);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.DefaultWidth  = 688;
     this.DefaultHeight = 500;
     this.progressbar1.Hide();
     this.Show();
     this.DeleteEvent     += new global::Gtk.DeleteEventHandler(this.OnDeleteEvent);
     this.button4.Clicked += new global::System.EventHandler(this.run_tests);
 }
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget LinuxClient.Dialogs.AddContactDialog
     this.Name           = "LinuxClient.Dialogs.AddContactDialog";
     this.WindowPosition = ((global::Gtk.WindowPosition)(4));
     // Internal child LinuxClient.Dialogs.AddContactDialog.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;
     // 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.UsernameLabel           = new global::Gtk.Label();
     this.UsernameLabel.Name      = "UsernameLabel";
     this.UsernameLabel.LabelProp = global::Mono.Unix.Catalog.GetString("Username");
     this.hbox1.Add(this.UsernameLabel);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.UsernameLabel]));
     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;
     this.vbox2.Add(this.hbox1);
     global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.hbox1]));
     w4.Position = 0;
     w4.Expand   = false;
     w4.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.ServerLabel           = new global::Gtk.Label();
     this.ServerLabel.Name      = "ServerLabel";
     this.ServerLabel.LabelProp = global::Mono.Unix.Catalog.GetString("Server");
     this.hbox2.Add(this.ServerLabel);
     global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.ServerLabel]));
     w5.Position = 0;
     w5.Expand   = false;
     w5.Fill     = false;
     // Container child hbox2.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.hbox2.Add(this.entry2);
     global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.entry2]));
     w6.Position = 1;
     this.vbox2.Add(this.hbox2);
     global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.hbox2]));
     w7.Position = 1;
     w7.Expand   = false;
     w7.Fill     = false;
     w1.Add(this.vbox2);
     global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(w1 [this.vbox2]));
     w8.Position = 0;
     w8.Expand   = false;
     w8.Fill     = false;
     // Internal child LinuxClient.Dialogs.AddContactDialog.ActionArea
     global::Gtk.HButtonBox w9 = this.ActionArea;
     w9.Name        = "dialog1_ActionArea";
     w9.Spacing     = 10;
     w9.BorderWidth = ((uint)(5));
     w9.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 w10 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w9 [this.buttonCancel]));
     w10.Expand = false;
     w10.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 w11 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w9 [this.buttonOk]));
     w11.Position = 1;
     w11.Expand   = false;
     w11.Fill     = false;
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.DefaultWidth  = 375;
     this.DefaultHeight = 112;
     this.Show();
     this.buttonCancel.Clicked += new global::System.EventHandler(this.onCancelClicked);
     this.buttonOk.Clicked     += new global::System.EventHandler(this.onOkClicked);
 }
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget workwear.Views.Stock.NomenclatureView
     global::Stetic.BinContainer.Attach(this);
     this.Name = "workwear.Views.Stock.NomenclatureView";
     // Container child workwear.Views.Stock.NomenclatureView.Gtk.Container+ContainerChild
     this.dialog1_VBox             = new global::Gtk.VBox();
     this.dialog1_VBox.Name        = "dialog1_VBox";
     this.dialog1_VBox.BorderWidth = ((uint)(2));
     // Container child dialog1_VBox.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;
     // Container child hbox4.Gtk.Box+BoxChild
     this.menuInternal              = new global::QS.Widgets.MenuButton();
     this.menuInternal.CanFocus     = true;
     this.menuInternal.Name         = "menuInternal";
     this.menuInternal.UseUnderline = true;
     this.menuInternal.UseMarkup    = false;
     this.menuInternal.LabelXAlign  = 0F;
     global::Gtk.Image w5 = new global::Gtk.Image();
     w5.Pixbuf = global::Gdk.Pixbuf.LoadFromResource("workwear.icon.buttons.menu.png");
     this.menuInternal.Image = w5;
     this.hbox4.Add(this.menuInternal);
     global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.hbox4[this.menuInternal]));
     w6.Position = 2;
     w6.Expand   = false;
     w6.Fill     = false;
     this.dialog1_VBox.Add(this.hbox4);
     global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.dialog1_VBox[this.hbox4]));
     w7.Position = 0;
     w7.Expand   = false;
     w7.Fill     = false;
     // Container child dialog1_VBox.Gtk.Box+BoxChild
     this.table2               = new global::Gtk.Table(((uint)(7)), ((uint)(2)), false);
     this.table2.Name          = "table2";
     this.table2.RowSpacing    = ((uint)(6));
     this.table2.ColumnSpacing = ((uint)(6));
     // Container child table2.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.ytextComment          = new global::Gamma.GtkWidgets.yTextView();
     this.ytextComment.CanFocus = true;
     this.ytextComment.Name     = "ytextComment";
     this.ytextComment.WrapMode = ((global::Gtk.WrapMode)(3));
     this.GtkScrolledWindow.Add(this.ytextComment);
     this.table2.Add(this.GtkScrolledWindow);
     global::Gtk.Table.TableChild w9 = ((global::Gtk.Table.TableChild)(this.table2[this.GtkScrolledWindow]));
     w9.TopAttach    = ((uint)(6));
     w9.BottomAttach = ((uint)(7));
     w9.LeftAttach   = ((uint)(1));
     w9.RightAttach  = ((uint)(2));
     w9.XOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table2.Gtk.Table+TableChild
     this.hbox2         = new global::Gtk.HBox();
     this.hbox2.Name    = "hbox2";
     this.hbox2.Spacing = 6;
     this.table2.Add(this.hbox2);
     global::Gtk.Table.TableChild w10 = ((global::Gtk.Table.TableChild)(this.table2[this.hbox2]));
     w10.TopAttach    = ((uint)(4));
     w10.BottomAttach = ((uint)(5));
     w10.LeftAttach   = ((uint)(1));
     w10.RightAttach  = ((uint)(2));
     w10.XOptions     = ((global::Gtk.AttachOptions)(4));
     w10.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.Yalign    = 0F;
     this.label1.LabelProp = global::Mono.Unix.Catalog.GetString("Комментарий:");
     this.table2.Add(this.label1);
     global::Gtk.Table.TableChild w11 = ((global::Gtk.Table.TableChild)(this.table2[this.label1]));
     w11.TopAttach    = ((uint)(6));
     w11.BottomAttach = ((uint)(7));
     w11.XOptions     = ((global::Gtk.AttachOptions)(4));
     w11.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table2.Gtk.Table+TableChild
     this.label7           = new global::Gtk.Label();
     this.label7.Name      = "label7";
     this.label7.Xalign    = 1F;
     this.label7.LabelProp = global::Mono.Unix.Catalog.GetString("Номенклатурный номер:");
     this.table2.Add(this.label7);
     global::Gtk.Table.TableChild w12 = ((global::Gtk.Table.TableChild)(this.table2[this.label7]));
     w12.TopAttach    = ((uint)(2));
     w12.BottomAttach = ((uint)(3));
     w12.XOptions     = ((global::Gtk.AttachOptions)(4));
     w12.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("Наименование<span foreground=\"red\">*</span>:");
     this.label8.UseMarkup = true;
     this.table2.Add(this.label8);
     global::Gtk.Table.TableChild w13 = ((global::Gtk.Table.TableChild)(this.table2[this.label8]));
     w13.TopAttach    = ((uint)(1));
     w13.BottomAttach = ((uint)(2));
     w13.XOptions     = ((global::Gtk.AttachOptions)(4));
     w13.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table2.Gtk.Table+TableChild
     this.label9           = new global::Gtk.Label();
     this.label9.Name      = "label9";
     this.label9.Xalign    = 1F;
     this.label9.LabelProp = global::Mono.Unix.Catalog.GetString("Тип номенклатуры<span foreground=\"red\">*</span>:");
     this.label9.UseMarkup = true;
     this.table2.Add(this.label9);
     global::Gtk.Table.TableChild w14 = ((global::Gtk.Table.TableChild)(this.table2[this.label9]));
     w14.XOptions = ((global::Gtk.AttachOptions)(4));
     w14.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table2.Gtk.Table+TableChild
     this.ycheckArchival               = new global::Gamma.GtkWidgets.yCheckButton();
     this.ycheckArchival.CanFocus      = true;
     this.ycheckArchival.Name          = "ycheckArchival";
     this.ycheckArchival.Label         = global::Mono.Unix.Catalog.GetString("Архивная");
     this.ycheckArchival.DrawIndicator = true;
     this.ycheckArchival.UseUnderline  = true;
     this.table2.Add(this.ycheckArchival);
     global::Gtk.Table.TableChild w15 = ((global::Gtk.Table.TableChild)(this.table2[this.ycheckArchival]));
     w15.TopAttach    = ((uint)(5));
     w15.BottomAttach = ((uint)(6));
     w15.LeftAttach   = ((uint)(1));
     w15.RightAttach  = ((uint)(2));
     w15.XOptions     = ((global::Gtk.AttachOptions)(4));
     w15.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table2.Gtk.Table+TableChild
     this.ycomboClothesSex      = new global::Gamma.Widgets.yEnumComboBox();
     this.ycomboClothesSex.Name = "ycomboClothesSex";
     this.ycomboClothesSex.ShowSpecialStateAll = false;
     this.ycomboClothesSex.ShowSpecialStateNot = false;
     this.ycomboClothesSex.UseShortTitle       = false;
     this.ycomboClothesSex.DefaultFirst        = false;
     this.table2.Add(this.ycomboClothesSex);
     global::Gtk.Table.TableChild w16 = ((global::Gtk.Table.TableChild)(this.table2[this.ycomboClothesSex]));
     w16.TopAttach    = ((uint)(3));
     w16.BottomAttach = ((uint)(4));
     w16.LeftAttach   = ((uint)(1));
     w16.RightAttach  = ((uint)(2));
     w16.XOptions     = ((global::Gtk.AttachOptions)(4));
     w16.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table2.Gtk.Table+TableChild
     this.yentryItemsType        = new global::QS.Views.Control.EntityEntry();
     this.yentryItemsType.Events = ((global::Gdk.EventMask)(256));
     this.yentryItemsType.Name   = "yentryItemsType";
     this.table2.Add(this.yentryItemsType);
     global::Gtk.Table.TableChild w17 = ((global::Gtk.Table.TableChild)(this.table2[this.yentryItemsType]));
     w17.LeftAttach  = ((uint)(1));
     w17.RightAttach = ((uint)(2));
     w17.XOptions    = ((global::Gtk.AttachOptions)(4));
     w17.YOptions    = ((global::Gtk.AttachOptions)(4));
     // Container child table2.Gtk.Table+TableChild
     this.yentryName               = new global::Gamma.GtkWidgets.yEntry();
     this.yentryName.CanFocus      = true;
     this.yentryName.Name          = "yentryName";
     this.yentryName.IsEditable    = true;
     this.yentryName.MaxLength     = 240;
     this.yentryName.InvisibleChar = '●';
     this.table2.Add(this.yentryName);
     global::Gtk.Table.TableChild w18 = ((global::Gtk.Table.TableChild)(this.table2[this.yentryName]));
     w18.TopAttach    = ((uint)(1));
     w18.BottomAttach = ((uint)(2));
     w18.LeftAttach   = ((uint)(1));
     w18.RightAttach  = ((uint)(2));
     w18.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table2.Gtk.Table+TableChild
     this.yentryNumber               = new global::Gamma.GtkWidgets.yEntry();
     this.yentryNumber.CanFocus      = true;
     this.yentryNumber.Name          = "yentryNumber";
     this.yentryNumber.IsEditable    = true;
     this.yentryNumber.MaxLength     = 240;
     this.yentryNumber.InvisibleChar = '●';
     this.table2.Add(this.yentryNumber);
     global::Gtk.Table.TableChild w19 = ((global::Gtk.Table.TableChild)(this.table2[this.yentryNumber]));
     w19.TopAttach    = ((uint)(2));
     w19.BottomAttach = ((uint)(3));
     w19.LeftAttach   = ((uint)(1));
     w19.RightAttach  = ((uint)(2));
     w19.XOptions     = ((global::Gtk.AttachOptions)(4));
     w19.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table2.Gtk.Table+TableChild
     this.ylabelClothesSex           = new global::Gamma.GtkWidgets.yLabel();
     this.ylabelClothesSex.Name      = "ylabelClothesSex";
     this.ylabelClothesSex.Xalign    = 1F;
     this.ylabelClothesSex.LabelProp = global::Mono.Unix.Catalog.GetString("ylabel1");
     this.table2.Add(this.ylabelClothesSex);
     global::Gtk.Table.TableChild w20 = ((global::Gtk.Table.TableChild)(this.table2[this.ylabelClothesSex]));
     w20.TopAttach    = ((uint)(3));
     w20.BottomAttach = ((uint)(4));
     w20.XOptions     = ((global::Gtk.AttachOptions)(4));
     w20.YOptions     = ((global::Gtk.AttachOptions)(4));
     this.dialog1_VBox.Add(this.table2);
     global::Gtk.Box.BoxChild w21 = ((global::Gtk.Box.BoxChild)(this.dialog1_VBox[this.table2]));
     w21.Position = 1;
     this.Add(this.dialog1_VBox);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.ycomboClothesSex.Hide();
     this.ylabelClothesSex.Hide();
     this.Show();
 }
Пример #37
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget MultiCalc.SavingsCalc
     this.Name           = "MultiCalc.SavingsCalc";
     this.Title          = global::Mono.Unix.Catalog.GetString("SavingsCalc");
     this.WindowPosition = ((global::Gtk.WindowPosition)(4));
     // Container child MultiCalc.SavingsCalc.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.LabelProp = global::Mono.Unix.Catalog.GetString("SingleSavingCalc");
     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.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.label2           = new global::Gtk.Label();
     this.label2.Name      = "label2";
     this.label2.LabelProp = global::Mono.Unix.Catalog.GetString("Deposit (Ko)");
     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.num1               = new global::Gtk.Entry();
     this.num1.CanFocus      = true;
     this.num1.Name          = "num1";
     this.num1.IsEditable    = true;
     this.num1.InvisibleChar = '●';
     this.hbox1.Add(this.num1);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.num1]));
     w3.Position = 1;
     this.vbox2.Add(this.hbox1);
     global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.hbox1]));
     w4.Position = 0;
     w4.Expand   = false;
     w4.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.label3           = new global::Gtk.Label();
     this.label3.Name      = "label3";
     this.label3.LabelProp = global::Mono.Unix.Catalog.GetString("Rate (%)       ");
     this.hbox2.Add(this.label3);
     global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.label3]));
     w5.Position = 0;
     w5.Expand   = false;
     w5.Fill     = false;
     // Container child hbox2.Gtk.Box+BoxChild
     this.num2               = new global::Gtk.Entry();
     this.num2.CanFocus      = true;
     this.num2.Name          = "num2";
     this.num2.IsEditable    = true;
     this.num2.InvisibleChar = '●';
     this.hbox2.Add(this.num2);
     global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.num2]));
     w6.Position = 1;
     this.vbox2.Add(this.hbox2);
     global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.hbox2]));
     w7.Position = 1;
     w7.Expand   = false;
     w7.Fill     = false;
     // Container child vbox2.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.LabelProp = global::Mono.Unix.Catalog.GetString("Terms (n)    ");
     this.hbox3.Add(this.label4);
     global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.hbox3 [this.label4]));
     w8.Position = 0;
     w8.Expand   = false;
     w8.Fill     = false;
     // Container child hbox3.Gtk.Box+BoxChild
     this.num3               = new global::Gtk.Entry();
     this.num3.CanFocus      = true;
     this.num3.Name          = "num3";
     this.num3.IsEditable    = true;
     this.num3.InvisibleChar = '●';
     this.hbox3.Add(this.num3);
     global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.hbox3 [this.num3]));
     w9.Position = 1;
     this.vbox2.Add(this.hbox3);
     global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.hbox3]));
     w10.Position = 2;
     w10.Expand   = false;
     w10.Fill     = false;
     this.vbox1.Add(this.vbox2);
     global::Gtk.Box.BoxChild w11 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.vbox2]));
     w11.Position = 1;
     w11.Expand   = false;
     w11.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.label5           = new global::Gtk.Label();
     this.label5.Name      = "label5";
     this.label5.LabelProp = global::Mono.Unix.Catalog.GetString("               ");
     this.vbox3.Add(this.label5);
     global::Gtk.Box.BoxChild w12 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.label5]));
     w12.Position = 0;
     w12.Expand   = false;
     w12.Fill     = false;
     // Container child vbox3.Gtk.Box+BoxChild
     this.hbox4         = new global::Gtk.HBox();
     this.hbox4.Name    = "hbox4";
     this.hbox4.Spacing = 6;
     // Container child hbox4.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("Calculate");
     this.hbox4.Add(this.button1);
     global::Gtk.Box.BoxChild w13 = ((global::Gtk.Box.BoxChild)(this.hbox4 [this.button1]));
     w13.Position = 0;
     w13.Expand   = false;
     w13.Fill     = false;
     // Container child hbox4.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("Reset");
     this.hbox4.Add(this.button2);
     global::Gtk.Box.BoxChild w14 = ((global::Gtk.Box.BoxChild)(this.hbox4 [this.button2]));
     w14.Position = 1;
     w14.Expand   = false;
     w14.Fill     = false;
     this.vbox3.Add(this.hbox4);
     global::Gtk.Box.BoxChild w15 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.hbox4]));
     w15.Position = 1;
     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 = 2;
     w16.Expand   = false;
     w16.Fill     = false;
     this.Add(this.vbox1);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.DefaultWidth  = 400;
     this.DefaultHeight = 300;
     this.Show();
     this.button1.Clicked += new global::System.EventHandler(this.OnButton1Clicked);
     this.button2.Clicked += new global::System.EventHandler(this.OnButton2Clicked);
 }
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget MonoDevelop.Ide.Projects.OptionPanels.CustomCommandWidget
     global::Stetic.BinContainer.Attach(this);
     this.CanFocus = true;
     this.Events   = ((global::Gdk.EventMask)(16384));
     this.Name     = "MonoDevelop.Ide.Projects.OptionPanels.CustomCommandWidget";
     // Container child MonoDevelop.Ide.Projects.OptionPanels.CustomCommandWidget.Gtk.Container+ContainerChild
     this.vbox1          = new global::Gtk.VBox();
     this.vbox1.CanFocus = true;
     this.vbox1.Events   = ((global::Gdk.EventMask)(28672));
     this.vbox1.Name     = "vbox1";
     this.vbox1.Spacing  = 6;
     // Container child vbox1.Gtk.Box+BoxChild
     this.hseparator2      = new global::Gtk.HSeparator();
     this.hseparator2.Name = "hseparator2";
     this.vbox1.Add(this.hseparator2);
     global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.hseparator2]));
     w1.Position = 0;
     w1.Expand   = false;
     w1.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.comboType          = global::Gtk.ComboBox.NewText();
     this.comboType.CanFocus = true;
     this.comboType.Name     = "comboType";
     this.hbox1.Add(this.comboType);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.comboType]));
     w2.Position = 0;
     w2.Expand   = false;
     w2.Fill     = false;
     // Container child hbox1.Gtk.Box+BoxChild
     this.buttonRemove              = new global::Gtk.Button();
     this.buttonRemove.CanFocus     = true;
     this.buttonRemove.Name         = "buttonRemove";
     this.buttonRemove.UseStock     = true;
     this.buttonRemove.UseUnderline = true;
     this.buttonRemove.Label        = "gtk-remove";
     this.hbox1.Add(this.buttonRemove);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.buttonRemove]));
     w3.PackType = ((global::Gtk.PackType)(1));
     w3.Position = 1;
     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 = 1;
     w4.Expand   = false;
     w4.Fill     = false;
     // Container child vbox1.Gtk.Box+BoxChild
     this.tableData               = new global::Gtk.Table(((uint)(3)), ((uint)(3)), false);
     this.tableData.Name          = "tableData";
     this.tableData.RowSpacing    = ((uint)(6));
     this.tableData.ColumnSpacing = ((uint)(6));
     // Container child tableData.Gtk.Table+TableChild
     this.entryCommand               = new global::Gtk.Entry();
     this.entryCommand.CanFocus      = true;
     this.entryCommand.Name          = "entryCommand";
     this.entryCommand.IsEditable    = true;
     this.entryCommand.InvisibleChar = '●';
     this.tableData.Add(this.entryCommand);
     global::Gtk.Table.TableChild w5 = ((global::Gtk.Table.TableChild)(this.tableData [this.entryCommand]));
     w5.TopAttach    = ((uint)(1));
     w5.BottomAttach = ((uint)(2));
     w5.LeftAttach   = ((uint)(1));
     w5.RightAttach  = ((uint)(2));
     w5.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child tableData.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.tableData.Add(this.entryName);
     global::Gtk.Table.TableChild w6 = ((global::Gtk.Table.TableChild)(this.tableData [this.entryName]));
     w6.LeftAttach  = ((uint)(1));
     w6.RightAttach = ((uint)(2));
     w6.YOptions    = ((global::Gtk.AttachOptions)(4));
     // Container child tableData.Gtk.Table+TableChild
     this.hbox2         = new global::Gtk.HBox();
     this.hbox2.Name    = "hbox2";
     this.hbox2.Spacing = 6;
     // Container child hbox2.Gtk.Box+BoxChild
     this.tagSelectorDirectory        = new global::MonoDevelop.Ide.Gui.Components.StringTagSelectorButton();
     this.tagSelectorDirectory.Events = ((global::Gdk.EventMask)(256));
     this.tagSelectorDirectory.Name   = "tagSelectorDirectory";
     this.hbox2.Add(this.tagSelectorDirectory);
     global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.tagSelectorDirectory]));
     w7.Position = 0;
     w7.Expand   = false;
     w7.Fill     = false;
     this.tableData.Add(this.hbox2);
     global::Gtk.Table.TableChild w8 = ((global::Gtk.Table.TableChild)(this.tableData [this.hbox2]));
     w8.TopAttach    = ((uint)(2));
     w8.BottomAttach = ((uint)(3));
     w8.LeftAttach   = ((uint)(2));
     w8.RightAttach  = ((uint)(3));
     w8.XOptions     = ((global::Gtk.AttachOptions)(4));
     w8.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child tableData.Gtk.Table+TableChild
     this.hbox3         = new global::Gtk.HBox();
     this.hbox3.Name    = "hbox3";
     this.hbox3.Spacing = 6;
     // Container child hbox3.Gtk.Box+BoxChild
     this.buttonBrowse              = new global::Gtk.Button();
     this.buttonBrowse.CanFocus     = true;
     this.buttonBrowse.Name         = "buttonBrowse";
     this.buttonBrowse.UseUnderline = true;
     this.buttonBrowse.Label        = global::MonoDevelop.Core.GettextCatalog.GetString("Browse...");
     this.hbox3.Add(this.buttonBrowse);
     global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.hbox3 [this.buttonBrowse]));
     w9.Position = 0;
     w9.Expand   = false;
     w9.Fill     = false;
     // Container child hbox3.Gtk.Box+BoxChild
     this.tagSelectorCommand        = new global::MonoDevelop.Ide.Gui.Components.StringTagSelectorButton();
     this.tagSelectorCommand.Events = ((global::Gdk.EventMask)(256));
     this.tagSelectorCommand.Name   = "tagSelectorCommand";
     this.hbox3.Add(this.tagSelectorCommand);
     global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(this.hbox3 [this.tagSelectorCommand]));
     w10.Position = 1;
     w10.Expand   = false;
     w10.Fill     = false;
     this.tableData.Add(this.hbox3);
     global::Gtk.Table.TableChild w11 = ((global::Gtk.Table.TableChild)(this.tableData [this.hbox3]));
     w11.TopAttach    = ((uint)(1));
     w11.BottomAttach = ((uint)(2));
     w11.LeftAttach   = ((uint)(2));
     w11.RightAttach  = ((uint)(3));
     w11.XOptions     = ((global::Gtk.AttachOptions)(4));
     w11.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child tableData.Gtk.Table+TableChild
     this.label1           = new global::Gtk.Label();
     this.label1.Name      = "label1";
     this.label1.Xalign    = 0F;
     this.label1.LabelProp = global::MonoDevelop.Core.GettextCatalog.GetString("Working Directory:");
     this.tableData.Add(this.label1);
     global::Gtk.Table.TableChild w12 = ((global::Gtk.Table.TableChild)(this.tableData [this.label1]));
     w12.TopAttach    = ((uint)(2));
     w12.BottomAttach = ((uint)(3));
     w12.XOptions     = ((global::Gtk.AttachOptions)(4));
     w12.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child tableData.Gtk.Table+TableChild
     this.label3           = new global::Gtk.Label();
     this.label3.Name      = "label3";
     this.label3.Xalign    = 0F;
     this.label3.LabelProp = global::MonoDevelop.Core.GettextCatalog.GetString("Command:");
     this.tableData.Add(this.label3);
     global::Gtk.Table.TableChild w13 = ((global::Gtk.Table.TableChild)(this.tableData [this.label3]));
     w13.TopAttach    = ((uint)(1));
     w13.BottomAttach = ((uint)(2));
     w13.XOptions     = ((global::Gtk.AttachOptions)(4));
     w13.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child tableData.Gtk.Table+TableChild
     this.labelName           = new global::Gtk.Label();
     this.labelName.Name      = "labelName";
     this.labelName.Xalign    = 0F;
     this.labelName.LabelProp = global::MonoDevelop.Core.GettextCatalog.GetString("Name:");
     this.tableData.Add(this.labelName);
     global::Gtk.Table.TableChild w14 = ((global::Gtk.Table.TableChild)(this.tableData [this.labelName]));
     w14.XOptions = ((global::Gtk.AttachOptions)(4));
     w14.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child tableData.Gtk.Table+TableChild
     this.workingdirEntry               = new global::Gtk.Entry();
     this.workingdirEntry.CanFocus      = true;
     this.workingdirEntry.Name          = "workingdirEntry";
     this.workingdirEntry.IsEditable    = true;
     this.workingdirEntry.InvisibleChar = '●';
     this.tableData.Add(this.workingdirEntry);
     global::Gtk.Table.TableChild w15 = ((global::Gtk.Table.TableChild)(this.tableData [this.workingdirEntry]));
     w15.TopAttach    = ((uint)(2));
     w15.BottomAttach = ((uint)(3));
     w15.LeftAttach   = ((uint)(1));
     w15.RightAttach  = ((uint)(2));
     w15.YOptions     = ((global::Gtk.AttachOptions)(4));
     this.vbox1.Add(this.tableData);
     global::Gtk.Box.BoxChild w16 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.tableData]));
     w16.Position = 2;
     w16.Expand   = false;
     w16.Fill     = false;
     // Container child vbox1.Gtk.Box+BoxChild
     this.boxData         = new global::Gtk.HBox();
     this.boxData.Name    = "boxData";
     this.boxData.Spacing = 6;
     // Container child boxData.Gtk.Box+BoxChild
     this.checkExternalCons               = new global::Gtk.CheckButton();
     this.checkExternalCons.CanFocus      = true;
     this.checkExternalCons.Name          = "checkExternalCons";
     this.checkExternalCons.Label         = global::MonoDevelop.Core.GettextCatalog.GetString("Run on e_xternal console");
     this.checkExternalCons.DrawIndicator = true;
     this.checkExternalCons.UseUnderline  = true;
     this.boxData.Add(this.checkExternalCons);
     global::Gtk.Box.BoxChild w17 = ((global::Gtk.Box.BoxChild)(this.boxData [this.checkExternalCons]));
     w17.Position = 0;
     w17.Expand   = false;
     w17.Fill     = false;
     // Container child boxData.Gtk.Box+BoxChild
     this.checkPauseCons               = new global::Gtk.CheckButton();
     this.checkPauseCons.CanFocus      = true;
     this.checkPauseCons.Name          = "checkPauseCons";
     this.checkPauseCons.Label         = global::MonoDevelop.Core.GettextCatalog.GetString("Pause _console output");
     this.checkPauseCons.DrawIndicator = true;
     this.checkPauseCons.UseUnderline  = true;
     this.boxData.Add(this.checkPauseCons);
     global::Gtk.Box.BoxChild w18 = ((global::Gtk.Box.BoxChild)(this.boxData [this.checkPauseCons]));
     w18.Position = 1;
     w18.Expand   = false;
     w18.Fill     = false;
     this.vbox1.Add(this.boxData);
     global::Gtk.Box.BoxChild w19 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.boxData]));
     w19.Position = 3;
     w19.Expand   = false;
     w19.Fill     = false;
     this.Add(this.vbox1);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.Show();
     this.comboType.Changed         += new global::System.EventHandler(this.OnComboTypeChanged);
     this.buttonRemove.Clicked      += new global::System.EventHandler(this.OnButtonRemoveClicked);
     this.workingdirEntry.Changed   += new global::System.EventHandler(this.OnWorkingdirEntryChanged);
     this.buttonBrowse.Clicked      += new global::System.EventHandler(this.OnButtonBrowseClicked);
     this.entryName.Changed         += new global::System.EventHandler(this.OnEntryNameChanged);
     this.entryCommand.Changed      += new global::System.EventHandler(this.OnEntryCommandChanged);
     this.checkExternalCons.Clicked += new global::System.EventHandler(this.OnCheckExternalConsClicked);
     this.checkPauseCons.Clicked    += new global::System.EventHandler(this.OnCheckPauseConsClicked);
 }
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget Projekt.NacionalniParkoviWindow
     this.WidthRequest   = 600;
     this.HeightRequest  = 400;
     this.Name           = "Projekt.NacionalniParkoviWindow";
     this.Title          = global::Mono.Unix.Catalog.GetString("Sustav rezervacija za nacionalne parkove RH");
     this.WindowPosition = ((global::Gtk.WindowPosition)(4));
     // Container child Projekt.NacionalniParkoviWindow.Gtk.Container+ContainerChild
     this.vbox1         = new global::Gtk.VBox();
     this.vbox1.Name    = "vbox1";
     this.vbox1.Spacing = 6;
     // Container child vbox1.Gtk.Box+BoxChild
     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("Nacionalni parkovi");
     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;
     this.vbox1.Add(this.vbox7);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.vbox7]));
     w2.Position = 0;
     w2.Expand   = false;
     w2.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
     global::Gtk.Viewport w3 = new global::Gtk.Viewport();
     w3.ShadowType = ((global::Gtk.ShadowType)(0));
     // Container child GtkViewport.Gtk.Container+ContainerChild
     this.hbox5         = new global::Gtk.HBox();
     this.hbox5.Name    = "hbox5";
     this.hbox5.Spacing = 6;
     // Container child hbox5.Gtk.Box+BoxChild
     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.WidthRequest  = 270;
     this.label2.HeightRequest = 50;
     this.label2.Name          = "label2";
     this.label2.LabelProp     = global::Mono.Unix.Catalog.GetString("Nacionalni park Risnjak ");
     this.label2.Justify       = ((global::Gtk.Justification)(2));
     this.vbox2.Add(this.label2);
     global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.label2]));
     w4.Position = 0;
     w4.Expand   = false;
     w4.Fill     = false;
     // Container child vbox2.Gtk.Box+BoxChild
     this.label3 = new global::Gtk.Label();
     this.label3.WidthRequest  = 270;
     this.label3.HeightRequest = 150;
     this.label3.Name          = "label3";
     this.label3.LabelProp     = global::Mono.Unix.Catalog.GetString(@"Iz šumskog prostranstva Gorskog kotara izdižu se dva planinska ogoljela masiva – Risnjak i Snježnik. Udaljeni jedan od drugoga samo tri kilometra, kamenim licem o lice gledaju se kao planine blizanci. U najnižim dijelovima Parka na svoj dugi riječni put kreće za mnoge najljepša hrvatska rijeka – Kupa.");
     this.label3.Wrap          = true;
     this.vbox2.Add(this.label3);
     global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.label3]));
     w5.Position = 1;
     w5.Expand   = false;
     w5.Fill     = false;
     // Container child vbox2.Gtk.Box+BoxChild
     this.label4 = new global::Gtk.Label();
     this.label4.WidthRequest  = 270;
     this.label4.HeightRequest = 50;
     this.label4.Name          = "label4";
     this.label4.LabelProp     = global::Mono.Unix.Catalog.GetString("Nacionalni park Krka");
     this.label4.Justify       = ((global::Gtk.Justification)(2));
     this.vbox2.Add(this.label4);
     global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.label4]));
     w6.Position = 2;
     w6.Expand   = false;
     w6.Fill     = false;
     // Container child vbox2.Gtk.Box+BoxChild
     this.label5 = new global::Gtk.Label();
     this.label5.WidthRequest  = 270;
     this.label5.HeightRequest = 150;
     this.label5.Name          = "label5";
     this.label5.LabelProp     = global::Mono.Unix.Catalog.GetString("Sedam veličanstvenih: Bilušića buk, Brljan, Manojlovac, Rošnjak, Miljacka slap, R" +
                                                                     "oški slap i Skradinski buk. To su sedreni slapovi Krke. Za mnoge, najljepše plav" +
                                                                     "e linije dalmatinskog krša. Divota kaskada i gusti, bogati zvuk života vode.");
     this.label5.Wrap = true;
     this.vbox2.Add(this.label5);
     global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.label5]));
     w7.Position = 3;
     w7.Expand   = false;
     w7.Fill     = false;
     // Container child vbox2.Gtk.Box+BoxChild
     this.label8 = new global::Gtk.Label();
     this.label8.WidthRequest  = 270;
     this.label8.HeightRequest = 50;
     this.label8.Name          = "label8";
     this.label8.LabelProp     = global::Mono.Unix.Catalog.GetString("Nacionalni park Paklenica");
     this.label8.Justify       = ((global::Gtk.Justification)(2));
     this.vbox2.Add(this.label8);
     global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.label8]));
     w8.Position = 4;
     w8.Expand   = false;
     w8.Fill     = false;
     // Container child vbox2.Gtk.Box+BoxChild
     this.label6 = new global::Gtk.Label();
     this.label6.WidthRequest  = 270;
     this.label6.HeightRequest = 150;
     this.label6.Name          = "label6";
     this.label6.LabelProp     = global::Mono.Unix.Catalog.GetString(@"Orijaški klanci Velike i Male Paklenice ne ostavljaju mjesta ravnodušju nad malenkosti čovjeka podno planine. Snaga prirode ovdje nije sustezala svoju nadmoć, ali i dobrostivost prema onima koji je poštuju. Ovdje se nalaze najviši velebitski vrhovi. Paklenica je alpinistička izazovna poslastica. ");
     this.label6.Wrap          = true;
     this.vbox2.Add(this.label6);
     global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.label6]));
     w9.Position = 5;
     w9.Expand   = false;
     w9.Fill     = false;
     // Container child vbox2.Gtk.Box+BoxChild
     this.label9 = new global::Gtk.Label();
     this.label9.WidthRequest  = 270;
     this.label9.HeightRequest = 50;
     this.label9.Name          = "label9";
     this.label9.LabelProp     = global::Mono.Unix.Catalog.GetString("Nacionalni park Kornati");
     this.label9.Justify       = ((global::Gtk.Justification)(2));
     this.vbox2.Add(this.label9);
     global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.label9]));
     w10.Position = 6;
     w10.Expand   = false;
     w10.Fill     = false;
     // Container child vbox2.Gtk.Box+BoxChild
     this.label7 = new global::Gtk.Label();
     this.label7.WidthRequest  = 270;
     this.label7.HeightRequest = 150;
     this.label7.Name          = "label7";
     this.label7.LabelProp     = global::Mono.Unix.Catalog.GetString(@"Kameni labirint osamdeset i devet otoka, otočića i hridi u moru – to su Kornati. Najrazvedenija otočna skupina u Sredozemlju. Pogled na kornatske otoke iz zraka, s mora... ili s otočnih vidikovaca na more jednako je dojmljiv – a oku potpuno različit. Svaki je vrijedan iskustva i proučavanja. ");
     this.label7.Wrap          = true;
     this.vbox2.Add(this.label7);
     global::Gtk.Box.BoxChild w11 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.label7]));
     w11.Position = 7;
     w11.Expand   = false;
     w11.Fill     = false;
     // Container child vbox2.Gtk.Box+BoxChild
     this.label10 = new global::Gtk.Label();
     this.label10.WidthRequest  = 270;
     this.label10.HeightRequest = 50;
     this.label10.Name          = "label10";
     this.label10.LabelProp     = global::Mono.Unix.Catalog.GetString("Nacionalni park Mljet");
     this.label10.Justify       = ((global::Gtk.Justification)(2));
     this.vbox2.Add(this.label10);
     global::Gtk.Box.BoxChild w12 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.label10]));
     w12.Position = 8;
     w12.Expand   = false;
     w12.Fill     = false;
     // Container child vbox2.Gtk.Box+BoxChild
     this.label14 = new global::Gtk.Label();
     this.label14.WidthRequest  = 270;
     this.label14.HeightRequest = 150;
     this.label14.Name          = "label14";
     this.label14.LabelProp     = global::Mono.Unix.Catalog.GetString(@"Mljet – zeleni otok. Homerova Ogigija. Legenda kaže da je ljubavnica grčkog junaka Odiseja, nimfa Kalipsa, upravo ovaj otok izabrala za svoj dom: jedino je njegova ljepota nadmašila njezinu i tako je privoljela vječnog putnika, Odiseja, na višegodišnji ostanak. Ima li u legendi i činjenica? ");
     this.label14.Wrap          = true;
     this.vbox2.Add(this.label14);
     global::Gtk.Box.BoxChild w13 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.label14]));
     w13.Position = 9;
     w13.Expand   = false;
     w13.Fill     = false;
     // Container child vbox2.Gtk.Box+BoxChild
     this.label11 = new global::Gtk.Label();
     this.label11.WidthRequest  = 270;
     this.label11.HeightRequest = 50;
     this.label11.Name          = "label11";
     this.label11.LabelProp     = global::Mono.Unix.Catalog.GetString("Nacionalni park Brijuni");
     this.label11.Justify       = ((global::Gtk.Justification)(2));
     this.vbox2.Add(this.label11);
     global::Gtk.Box.BoxChild w14 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.label11]));
     w14.Position = 10;
     w14.Expand   = false;
     w14.Fill     = false;
     // Container child vbox2.Gtk.Box+BoxChild
     this.label15 = new global::Gtk.Label();
     this.label15.WidthRequest  = 270;
     this.label15.HeightRequest = 150;
     this.label15.Name          = "label15";
     this.label15.LabelProp     = global::Mono.Unix.Catalog.GetString(@"Odvajanjem od nekadašnjeg istarskog kopna, nastali su Brijunski otoci. Nigdje toliko crnike i lovora na jednom mjestu i hlada pod krošnjama drveća širokih i dvadesetak metara. Brijuni su prekrasna slika prirode koju je kultivirao čovjek za svoj najugodniji boravak u raskoši zelenila.");
     this.label15.Wrap          = true;
     this.vbox2.Add(this.label15);
     global::Gtk.Box.BoxChild w15 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.label15]));
     w15.Position = 11;
     w15.Expand   = false;
     w15.Fill     = false;
     // Container child vbox2.Gtk.Box+BoxChild
     this.label12 = new global::Gtk.Label();
     this.label12.WidthRequest  = 270;
     this.label12.HeightRequest = 50;
     this.label12.Name          = "label12";
     this.label12.LabelProp     = global::Mono.Unix.Catalog.GetString("Nacionalni park Plitvička jezera");
     this.label12.Justify       = ((global::Gtk.Justification)(2));
     this.vbox2.Add(this.label12);
     global::Gtk.Box.BoxChild w16 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.label12]));
     w16.Position = 12;
     w16.Expand   = false;
     w16.Fill     = false;
     // Container child vbox2.Gtk.Box+BoxChild
     this.label16 = new global::Gtk.Label();
     this.label16.WidthRequest  = 270;
     this.label16.HeightRequest = 150;
     this.label16.Name          = "label16";
     this.label16.LabelProp     = global::Mono.Unix.Catalog.GetString(@"Jezerski vrtovi povezani slapovima i zagrljeni gorskim šumama. Plitvička jezera – veličanstveno i dinamično lice prirode koje se neprestano transformira. Iako znanost nudi neupitan odgovor nastanka Plitvičkih jezera i sedrenih barijera, voda je u kršu uvijek za ljude imala mitska obilježja. ");
     this.label16.Wrap          = true;
     this.vbox2.Add(this.label16);
     global::Gtk.Box.BoxChild w17 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.label16]));
     w17.Position = 13;
     w17.Expand   = false;
     w17.Fill     = false;
     // Container child vbox2.Gtk.Box+BoxChild
     this.label13 = new global::Gtk.Label();
     this.label13.WidthRequest  = 270;
     this.label13.HeightRequest = 50;
     this.label13.Name          = "label13";
     this.label13.LabelProp     = global::Mono.Unix.Catalog.GetString("Nacionalni park Sjeverni Velebit");
     this.label13.Justify       = ((global::Gtk.Justification)(2));
     this.vbox2.Add(this.label13);
     global::Gtk.Box.BoxChild w18 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.label13]));
     w18.Position = 14;
     w18.Expand   = false;
     w18.Fill     = false;
     // Container child vbox2.Gtk.Box+BoxChild
     this.label17 = new global::Gtk.Label();
     this.label17.WidthRequest  = 270;
     this.label17.HeightRequest = 150;
     this.label17.Name          = "label17";
     this.label17.LabelProp     = global::Mono.Unix.Catalog.GetString("„Malo je jedan život za Velebit“ – tako u nekoliko riječi ponajbolji poznavatelji" +
                                                                      " planine opisuju raskoš raznolikosti Velebita. Iako ne najviša hrvatska planina," +
                                                                      " svakako je najpoznatija. Velebit je kralježnica koja spaja sjever i jug Hrvatsk" +
                                                                      "e.");
     this.label17.Wrap = true;
     this.vbox2.Add(this.label17);
     global::Gtk.Box.BoxChild w19 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.label17]));
     w19.Position = 15;
     w19.Expand   = false;
     w19.Fill     = false;
     this.hbox5.Add(this.vbox2);
     global::Gtk.Box.BoxChild w20 = ((global::Gtk.Box.BoxChild)(this.hbox5[this.vbox2]));
     w20.Position = 0;
     w20.Expand   = false;
     w20.Fill     = false;
     // Container child hbox5.Gtk.Box+BoxChild
     this.vbox3         = new global::Gtk.VBox();
     this.vbox3.Name    = "vbox3";
     this.vbox3.Spacing = 6;
     // Container child vbox3.Gtk.Box+BoxChild
     this.image1 = new global::Gtk.Image();
     this.image1.HeightRequest = 200;
     this.image1.Name          = "image1";
     this.image1.Pixbuf        = global::Gdk.Pixbuf.LoadFromResource("Projekt.Images.280px-NP_Risnjak_-_pogled_02.jpg");
     this.vbox3.Add(this.image1);
     global::Gtk.Box.BoxChild w21 = ((global::Gtk.Box.BoxChild)(this.vbox3[this.image1]));
     w21.Position = 0;
     w21.Expand   = false;
     w21.Fill     = false;
     // Container child vbox3.Gtk.Box+BoxChild
     this.image2 = new global::Gtk.Image();
     this.image2.HeightRequest = 200;
     this.image2.Name          = "image2";
     this.image2.Pixbuf        = global::Gdk.Pixbuf.LoadFromResource("Projekt.Images.Krka-waterfalls.jpg");
     this.vbox3.Add(this.image2);
     global::Gtk.Box.BoxChild w22 = ((global::Gtk.Box.BoxChild)(this.vbox3[this.image2]));
     w22.Position = 1;
     w22.Expand   = false;
     w22.Fill     = false;
     // Container child vbox3.Gtk.Box+BoxChild
     this.image3 = new global::Gtk.Image();
     this.image3.HeightRequest = 200;
     this.image3.Name          = "image3";
     this.image3.Pixbuf        = global::Gdk.Pixbuf.LoadFromResource("Projekt.Images.Nationalpark_Paklenica_Schlucht.JPG");
     this.vbox3.Add(this.image3);
     global::Gtk.Box.BoxChild w23 = ((global::Gtk.Box.BoxChild)(this.vbox3[this.image3]));
     w23.Position = 2;
     w23.Expand   = false;
     w23.Fill     = false;
     // Container child vbox3.Gtk.Box+BoxChild
     this.image5        = new global::Gtk.Image();
     this.image5.Name   = "image5";
     this.image5.Pixbuf = global::Gdk.Pixbuf.LoadFromResource("Projekt.Images.kornati.jpg");
     this.vbox3.Add(this.image5);
     global::Gtk.Box.BoxChild w24 = ((global::Gtk.Box.BoxChild)(this.vbox3[this.image5]));
     w24.Position = 3;
     w24.Expand   = false;
     w24.Fill     = false;
     // Container child vbox3.Gtk.Box+BoxChild
     this.image6        = new global::Gtk.Image();
     this.image6.Name   = "image6";
     this.image6.Pixbuf = global::Gdk.Pixbuf.LoadFromResource("Projekt.Images.mljet.jpeg");
     this.vbox3.Add(this.image6);
     global::Gtk.Box.BoxChild w25 = ((global::Gtk.Box.BoxChild)(this.vbox3[this.image6]));
     w25.Position = 4;
     w25.Expand   = false;
     w25.Fill     = false;
     // Container child vbox3.Gtk.Box+BoxChild
     this.image7        = new global::Gtk.Image();
     this.image7.Name   = "image7";
     this.image7.Pixbuf = global::Gdk.Pixbuf.LoadFromResource("Projekt.Images.more-priroda-den-brijuni-chorvatsko-0-Europa.jpg");
     this.vbox3.Add(this.image7);
     global::Gtk.Box.BoxChild w26 = ((global::Gtk.Box.BoxChild)(this.vbox3[this.image7]));
     w26.Position = 5;
     w26.Expand   = false;
     w26.Fill     = false;
     // Container child vbox3.Gtk.Box+BoxChild
     this.image9        = new global::Gtk.Image();
     this.image9.Name   = "image9";
     this.image9.Pixbuf = global::Gdk.Pixbuf.LoadFromResource("Projekt.Images.plitvice.jpg");
     this.vbox3.Add(this.image9);
     global::Gtk.Box.BoxChild w27 = ((global::Gtk.Box.BoxChild)(this.vbox3[this.image9]));
     w27.Position = 6;
     w27.Expand   = false;
     w27.Fill     = false;
     // Container child vbox3.Gtk.Box+BoxChild
     this.image10        = new global::Gtk.Image();
     this.image10.Name   = "image10";
     this.image10.Pixbuf = global::Gdk.Pixbuf.LoadFromResource("Projekt.Images.sjeverni velebit3.jpg");
     this.vbox3.Add(this.image10);
     global::Gtk.Box.BoxChild w28 = ((global::Gtk.Box.BoxChild)(this.vbox3[this.image10]));
     w28.Position = 7;
     w28.Expand   = false;
     w28.Fill     = false;
     this.hbox5.Add(this.vbox3);
     global::Gtk.Box.BoxChild w29 = ((global::Gtk.Box.BoxChild)(this.hbox5[this.vbox3]));
     w29.Position = 1;
     w29.Expand   = false;
     w29.Fill     = false;
     w3.Add(this.hbox5);
     this.GtkScrolledWindow.Add(w3);
     this.vbox1.Add(this.GtkScrolledWindow);
     global::Gtk.Box.BoxChild w32 = ((global::Gtk.Box.BoxChild)(this.vbox1[this.GtkScrolledWindow]));
     w32.Position = 1;
     this.Add(this.vbox1);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.DefaultWidth  = 600;
     this.DefaultHeight = 400;
     this.Show();
 }
Пример #40
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget task_tracker.AddTask
     this.Name           = "task_tracker.AddTask";
     this.Title          = global::Mono.Unix.Catalog.GetString("Task");
     this.WindowPosition = ((global::Gtk.WindowPosition)(4));
     // Internal child task_tracker.AddTask.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;
     // 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("Summary:");
     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.summary               = new global::Gtk.Entry();
     this.summary.CanFocus      = true;
     this.summary.Name          = "summary";
     this.summary.IsEditable    = true;
     this.summary.InvisibleChar = '•';
     this.hbox1.Add(this.summary);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.summary]));
     w3.Position = 1;
     this.vbox2.Add(this.hbox1);
     global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.hbox1]));
     w4.Position = 0;
     w4.Expand   = false;
     w4.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.label3           = new global::Gtk.Label();
     this.label3.Name      = "label3";
     this.label3.LabelProp = global::Mono.Unix.Catalog.GetString("Priority:");
     this.hbox2.Add(this.label3);
     global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.label3]));
     w5.Position = 0;
     w5.Expand   = false;
     w5.Fill     = false;
     // Container child hbox2.Gtk.Box+BoxChild
     this.priority = global::Gtk.ComboBox.NewText();
     this.priority.AppendText(global::Mono.Unix.Catalog.GetString("Next"));
     this.priority.AppendText(global::Mono.Unix.Catalog.GetString("Today"));
     this.priority.AppendText(global::Mono.Unix.Catalog.GetString("This week"));
     this.priority.AppendText(global::Mono.Unix.Catalog.GetString("This month"));
     this.priority.AppendText(global::Mono.Unix.Catalog.GetString("This year"));
     this.priority.Name   = "priority";
     this.priority.Active = 0;
     this.hbox2.Add(this.priority);
     global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.priority]));
     w6.Position = 1;
     w6.Expand   = false;
     w6.Fill     = false;
     // Container child hbox2.Gtk.Box+BoxChild
     this.current               = new global::Gtk.CheckButton();
     this.current.CanFocus      = true;
     this.current.Name          = "current";
     this.current.Label         = global::Mono.Unix.Catalog.GetString("Currently In Progress?");
     this.current.DrawIndicator = true;
     this.current.UseUnderline  = true;
     this.hbox2.Add(this.current);
     global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.current]));
     w7.PackType = ((global::Gtk.PackType)(1));
     w7.Position = 2;
     this.vbox2.Add(this.hbox2);
     global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.hbox2]));
     w8.Position = 1;
     w8.Expand   = false;
     w8.Fill     = false;
     // Container child vbox2.Gtk.Box+BoxChild
     this.label5           = new global::Gtk.Label();
     this.label5.Name      = "label5";
     this.label5.LabelProp = global::Mono.Unix.Catalog.GetString("Description");
     this.label5.Justify   = ((global::Gtk.Justification)(2));
     this.vbox2.Add(this.label5);
     global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.label5]));
     w9.Position = 2;
     w9.Expand   = false;
     w9.Fill     = false;
     // 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.description          = new global::Gtk.TextView();
     this.description.CanFocus = true;
     this.description.Name     = "description";
     this.description.WrapMode = ((global::Gtk.WrapMode)(2));
     this.GtkScrolledWindow.Add(this.description);
     this.vbox2.Add(this.GtkScrolledWindow);
     global::Gtk.Box.BoxChild w11 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.GtkScrolledWindow]));
     w11.Position = 3;
     w1.Add(this.vbox2);
     global::Gtk.Box.BoxChild w12 = ((global::Gtk.Box.BoxChild)(w1 [this.vbox2]));
     w12.Position = 0;
     // Container child dialog1_VBox.Gtk.Box+BoxChild
     this.hbox3         = new global::Gtk.HBox();
     this.hbox3.Name    = "hbox3";
     this.hbox3.Spacing = 6;
     // Container child hbox3.Gtk.Box+BoxChild
     this.addSubtaskbtn              = new global::Gtk.Button();
     this.addSubtaskbtn.CanFocus     = true;
     this.addSubtaskbtn.Name         = "addSubtaskbtn";
     this.addSubtaskbtn.UseUnderline = true;
     this.addSubtaskbtn.Label        = global::Mono.Unix.Catalog.GetString("Add Subtask");
     this.hbox3.Add(this.addSubtaskbtn);
     global::Gtk.Box.BoxChild w13 = ((global::Gtk.Box.BoxChild)(this.hbox3 [this.addSubtaskbtn]));
     w13.Position = 0;
     w13.Expand   = false;
     w13.Fill     = false;
     // Container child hbox3.Gtk.Box+BoxChild
     this.label4           = new global::Gtk.Label();
     this.label4.Name      = "label4";
     this.label4.LabelProp = global::Mono.Unix.Catalog.GetString("     Work Breakdown");
     this.hbox3.Add(this.label4);
     global::Gtk.Box.BoxChild w14 = ((global::Gtk.Box.BoxChild)(this.hbox3 [this.label4]));
     w14.Position = 1;
     w14.Expand   = false;
     w1.Add(this.hbox3);
     global::Gtk.Box.BoxChild w15 = ((global::Gtk.Box.BoxChild)(w1 [this.hbox3]));
     w15.Position = 1;
     w15.Expand   = false;
     w15.Fill     = false;
     // Container child dialog1_VBox.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.subtaskTreeView             = new global::Gtk.TreeView();
     this.subtaskTreeView.CanFocus    = true;
     this.subtaskTreeView.Name        = "subtaskTreeView";
     this.subtaskTreeView.Reorderable = true;
     this.GtkScrolledWindow1.Add(this.subtaskTreeView);
     w1.Add(this.GtkScrolledWindow1);
     global::Gtk.Box.BoxChild w17 = ((global::Gtk.Box.BoxChild)(w1 [this.GtkScrolledWindow1]));
     w17.Position = 2;
     // Internal child task_tracker.AddTask.ActionArea
     global::Gtk.HButtonBox w18 = this.ActionArea;
     w18.Name        = "dialog1_ActionArea";
     w18.Spacing     = 10;
     w18.BorderWidth = ((uint)(5));
     w18.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-close";
     this.AddActionWidget(this.buttonCancel, -7);
     global::Gtk.ButtonBox.ButtonBoxChild w19 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w18 [this.buttonCancel]));
     w19.Expand = false;
     w19.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-save";
     this.AddActionWidget(this.buttonOk, 0);
     global::Gtk.ButtonBox.ButtonBoxChild w20 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w18 [this.buttonOk]));
     w20.Position = 1;
     w20.Expand   = false;
     w20.Fill     = false;
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.DefaultWidth  = 830;
     this.DefaultHeight = 863;
     this.Show();
     this.addSubtaskbtn.Clicked += new global::System.EventHandler(this.OnAddSubtaskbtnClicked);
     this.buttonCancel.Clicked  += new global::System.EventHandler(this.OnButtonCancelClicked);
     this.buttonOk.Clicked      += new global::System.EventHandler(this.OnButtonOkClicked);
 }
 protected virtual void Build()
 {
     MonoDevelop.Components.Gui.Initialize(this);
     // Widget MonoDevelop.Ide.Projects.SelectReferenceDialog
     this.WidthRequest      = 640;
     this.HeightRequest     = 520;
     this.Name              = "MonoDevelop.Ide.Projects.SelectReferenceDialog";
     this.Title             = global::Mono.Unix.Catalog.GetString("Edit References");
     this.TypeHint          = ((global::Gdk.WindowTypeHint)(1));
     this.BorderWidth       = ((uint)(6));
     this.DestroyWithParent = true;
     // Internal child MonoDevelop.Ide.Projects.SelectReferenceDialog.VBox
     global::Gtk.VBox w1 = this.VBox;
     w1.Name    = "dialog-vbox2";
     w1.Spacing = 6;
     // Container child dialog-vbox2.Gtk.Box+BoxChild
     this.vbox5             = new global::Gtk.VBox();
     this.vbox5.Name        = "vbox5";
     this.vbox5.Spacing     = 12;
     this.vbox5.BorderWidth = ((uint)(6));
     // Container child vbox5.Gtk.Box+BoxChild
     this.hpaned1          = new global::Gtk.HPaned();
     this.hpaned1.CanFocus = true;
     this.hpaned1.Name     = "hpaned1";
     this.hpaned1.Position = 590;
     // Container child hpaned1.Gtk.Paned+PanedChild
     this.alignment1              = new global::Gtk.Alignment(0.5F, 0.5F, 1F, 1F);
     this.alignment1.Name         = "alignment1";
     this.alignment1.RightPadding = ((uint)(3));
     this.hpaned1.Add(this.alignment1);
     global::Gtk.Paned.PanedChild w2 = ((global::Gtk.Paned.PanedChild)(this.hpaned1 [this.alignment1]));
     w2.Resize = false;
     w2.Shrink = false;
     // Container child hpaned1.Gtk.Paned+PanedChild
     this.alignment2             = new global::Gtk.Alignment(0.5F, 0.5F, 1F, 1F);
     this.alignment2.Name        = "alignment2";
     this.alignment2.LeftPadding = ((uint)(3));
     // Container child alignment2.Gtk.Container+ContainerChild
     this.boxRefs      = new global::Gtk.VBox();
     this.boxRefs.Name = "boxRefs";
     // Container child boxRefs.Gtk.Box+BoxChild
     this.selectedHeader      = new global::Gtk.Alignment(0.5F, 0.5F, 1F, 1F);
     this.selectedHeader.Name = "selectedHeader";
     // Container child selectedHeader.Gtk.Container+ContainerChild
     this.hbox2         = new global::Gtk.HBox();
     this.hbox2.Name    = "hbox2";
     this.hbox2.Spacing = 6;
     // Container child hbox2.Gtk.Box+BoxChild
     this.label114           = new global::Gtk.Label();
     this.label114.Name      = "label114";
     this.label114.Xalign    = 0F;
     this.label114.LabelProp = global::Mono.Unix.Catalog.GetString("Selected references:");
     this.hbox2.Add(this.label114);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.label114]));
     w3.Position = 0;
     w3.Expand   = false;
     w3.Fill     = false;
     // Container child hbox2.Gtk.Box+BoxChild
     this.RemoveReferenceButton = new global::Gtk.Button();
     this.RemoveReferenceButton.TooltipMarkup = global::Mono.Unix.Catalog.GetString("Remove");
     this.RemoveReferenceButton.Name          = "RemoveReferenceButton";
     this.RemoveReferenceButton.FocusOnClick  = false;
     this.RemoveReferenceButton.Relief        = ((global::Gtk.ReliefStyle)(2));
     // Container child RemoveReferenceButton.Gtk.Container+ContainerChild
     this.imageAdd          = new global::MonoDevelop.Components.ImageView();
     this.imageAdd.Name     = "imageAdd";
     this.imageAdd.IconId   = "gtk-delete";
     this.imageAdd.IconSize = ((global::Gtk.IconSize)(1));
     this.RemoveReferenceButton.Add(this.imageAdd);
     this.hbox2.Add(this.RemoveReferenceButton);
     global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.RemoveReferenceButton]));
     w5.PackType = ((global::Gtk.PackType)(1));
     w5.Position = 1;
     w5.Expand   = false;
     w5.Fill     = false;
     this.selectedHeader.Add(this.hbox2);
     this.boxRefs.Add(this.selectedHeader);
     global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.boxRefs [this.selectedHeader]));
     w7.Position = 0;
     w7.Expand   = false;
     w7.Fill     = false;
     // Container child boxRefs.Gtk.Box+BoxChild
     this.hbox4 = new global::Gtk.HBox();
     this.hbox4.HeightRequest = 150;
     this.hbox4.Name          = "hbox4";
     this.hbox4.Spacing       = 12;
     // Container child hbox4.Gtk.Box+BoxChild
     this.scrolledwindow2            = new global::Gtk.ScrolledWindow();
     this.scrolledwindow2.Name       = "scrolledwindow2";
     this.scrolledwindow2.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child scrolledwindow2.Gtk.Container+ContainerChild
     this.ReferencesTreeView                = new global::Gtk.TreeView();
     this.ReferencesTreeView.Name           = "ReferencesTreeView";
     this.ReferencesTreeView.HeadersVisible = false;
     this.scrolledwindow2.Add(this.ReferencesTreeView);
     this.hbox4.Add(this.scrolledwindow2);
     global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.hbox4 [this.scrolledwindow2]));
     w9.Position = 0;
     this.boxRefs.Add(this.hbox4);
     global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(this.boxRefs [this.hbox4]));
     w10.Position = 1;
     this.alignment2.Add(this.boxRefs);
     this.hpaned1.Add(this.alignment2);
     global::Gtk.Paned.PanedChild w12 = ((global::Gtk.Paned.PanedChild)(this.hpaned1 [this.alignment2]));
     w12.Shrink = false;
     this.vbox5.Add(this.hpaned1);
     global::Gtk.Box.BoxChild w13 = ((global::Gtk.Box.BoxChild)(this.vbox5 [this.hpaned1]));
     w13.Position = 0;
     w1.Add(this.vbox5);
     global::Gtk.Box.BoxChild w14 = ((global::Gtk.Box.BoxChild)(w1 [this.vbox5]));
     w14.Position = 0;
     // Internal child MonoDevelop.Ide.Projects.SelectReferenceDialog.ActionArea
     global::Gtk.HButtonBox w15 = this.ActionArea;
     w15.Name        = "dialog-action_area2";
     w15.Spacing     = 10;
     w15.BorderWidth = ((uint)(5));
     w15.LayoutStyle = ((global::Gtk.ButtonBoxStyle)(4));
     // Container child dialog-action_area2.Gtk.ButtonBox+ButtonBoxChild
     this.cancelbutton              = new global::Gtk.Button();
     this.cancelbutton.Name         = "cancelbutton";
     this.cancelbutton.UseStock     = true;
     this.cancelbutton.UseUnderline = true;
     this.cancelbutton.Label        = "gtk-cancel";
     this.AddActionWidget(this.cancelbutton, -6);
     global::Gtk.ButtonBox.ButtonBoxChild w16 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w15 [this.cancelbutton]));
     w16.Expand = false;
     w16.Fill   = false;
     // Container child dialog-action_area2.Gtk.ButtonBox+ButtonBoxChild
     this.okbutton              = new global::Gtk.Button();
     this.okbutton.Name         = "okbutton";
     this.okbutton.UseStock     = true;
     this.okbutton.UseUnderline = true;
     this.okbutton.Label        = "gtk-ok";
     this.AddActionWidget(this.okbutton, -5);
     global::Gtk.ButtonBox.ButtonBoxChild w17 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w15 [this.okbutton]));
     w17.Position = 1;
     w17.Expand   = false;
     w17.Fill     = false;
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.DefaultWidth  = 889;
     this.DefaultHeight = 551;
     this.Hide();
     this.RemoveReferenceButton.Clicked      += new global::System.EventHandler(this.RemoveReference);
     this.ReferencesTreeView.KeyReleaseEvent += new global::Gtk.KeyReleaseEventHandler(this.OnReferencesTreeViewKeyReleaseEvent);
     this.ReferencesTreeView.RowActivated    += new global::Gtk.RowActivatedHandler(this.OnReferencesTreeViewRowActivated);
 }
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget MonoDevelop.WebReferences.Dialogs.UserPasswordDialog
     this.Name           = "MonoDevelop.WebReferences.Dialogs.UserPasswordDialog";
     this.Title          = global::Mono.Unix.Catalog.GetString("Credentials");
     this.WindowPosition = ((global::Gtk.WindowPosition)(4));
     // Internal child MonoDevelop.WebReferences.Dialogs.UserPasswordDialog.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)(9));
     // Container child vbox2.Gtk.Box+BoxChild
     this.labelServer           = new global::Gtk.Label();
     this.labelServer.Name      = "labelServer";
     this.labelServer.Xalign    = 0F;
     this.labelServer.LabelProp = "Server info";
     this.vbox2.Add(this.labelServer);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.labelServer]));
     w2.Position = 0;
     w2.Expand   = false;
     w2.Fill     = false;
     // Container child vbox2.Gtk.Box+BoxChild
     this.table1               = new global::Gtk.Table(((uint)(2)), ((uint)(2)), false);
     this.table1.Name          = "table1";
     this.table1.RowSpacing    = ((uint)(6));
     this.table1.ColumnSpacing = ((uint)(6));
     // Container child table1.Gtk.Table+TableChild
     this.entryPwd               = new global::Gtk.Entry();
     this.entryPwd.CanFocus      = true;
     this.entryPwd.Name          = "entryPwd";
     this.entryPwd.IsEditable    = true;
     this.entryPwd.Visibility    = false;
     this.entryPwd.InvisibleChar = '●';
     this.table1.Add(this.entryPwd);
     global::Gtk.Table.TableChild w3 = ((global::Gtk.Table.TableChild)(this.table1 [this.entryPwd]));
     w3.TopAttach    = ((uint)(1));
     w3.BottomAttach = ((uint)(2));
     w3.LeftAttach   = ((uint)(1));
     w3.RightAttach  = ((uint)(2));
     w3.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.entryUser               = new global::Gtk.Entry();
     this.entryUser.CanFocus      = true;
     this.entryUser.Name          = "entryUser";
     this.entryUser.IsEditable    = true;
     this.entryUser.InvisibleChar = '●';
     this.table1.Add(this.entryUser);
     global::Gtk.Table.TableChild w4 = ((global::Gtk.Table.TableChild)(this.table1 [this.entryUser]));
     w4.LeftAttach  = ((uint)(1));
     w4.RightAttach = ((uint)(2));
     w4.YOptions    = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.label3           = new global::Gtk.Label();
     this.label3.Name      = "label3";
     this.label3.Xalign    = 0F;
     this.label3.LabelProp = global::Mono.Unix.Catalog.GetString("Password:"******"labelUser";
     this.labelUser.Xalign    = 0F;
     this.labelUser.LabelProp = global::Mono.Unix.Catalog.GetString("User:"******"dialog1_ActionArea";
     w9.Spacing     = 10;
     w9.BorderWidth = ((uint)(5));
     w9.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 w10 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w9 [this.buttonCancel]));
     w10.Expand = false;
     w10.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 w11 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w9 [this.buttonOk]));
     w11.Position = 1;
     w11.Expand   = false;
     w11.Fill     = false;
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.DefaultWidth  = 400;
     this.DefaultHeight = 174;
     this.Hide();
 }
 protected virtual void Build()
 {
     MonoDevelop.Components.Gui.Initialize(this);
     // Widget MonoDevelop.VersionControl.Subversion.Gui.UserPasswordDialog
     this.Events    = ((global::Gdk.EventMask)(256));
     this.Name      = "MonoDevelop.VersionControl.Subversion.Gui.UserPasswordDialog";
     this.Title     = global::Mono.Unix.Catalog.GetString("Subversion");
     this.Modal     = true;
     this.Resizable = false;
     this.AllowGrow = false;
     // Internal child MonoDevelop.VersionControl.Subversion.Gui.UserPasswordDialog.VBox
     global::Gtk.VBox w1 = this.VBox;
     w1.Events      = ((global::Gdk.EventMask)(256));
     w1.Name        = "dialog_VBox";
     w1.BorderWidth = ((uint)(2));
     // Container child dialog_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.label4           = new global::Gtk.Label();
     this.label4.Name      = "label4";
     this.label4.Xalign    = 0F;
     this.label4.LabelProp = global::Mono.Unix.Catalog.GetString("<b>User credentials are required to access the Subversion repository.</b>");
     this.label4.UseMarkup = true;
     this.vbox2.Add(this.label4);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.label4]));
     w2.Position = 0;
     w2.Expand   = false;
     w2.Fill     = false;
     // Container child vbox2.Gtk.Box+BoxChild
     this.labelRealm           = new global::Gtk.Label();
     this.labelRealm.Name      = "labelRealm";
     this.labelRealm.Xalign    = 0F;
     this.labelRealm.LabelProp = "Realm";
     this.vbox2.Add(this.labelRealm);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.labelRealm]));
     w3.Position = 1;
     w3.Expand   = false;
     w3.Fill     = false;
     // Container child vbox2.Gtk.Box+BoxChild
     this.table1               = new global::Gtk.Table(((uint)(2)), ((uint)(2)), false);
     this.table1.Name          = "table1";
     this.table1.RowSpacing    = ((uint)(6));
     this.table1.ColumnSpacing = ((uint)(6));
     // Container child table1.Gtk.Table+TableChild
     this.entryPwd               = new global::Gtk.Entry();
     this.entryPwd.CanFocus      = true;
     this.entryPwd.Name          = "entryPwd";
     this.entryPwd.IsEditable    = true;
     this.entryPwd.Visibility    = false;
     this.entryPwd.InvisibleChar = '●';
     this.table1.Add(this.entryPwd);
     global::Gtk.Table.TableChild w4 = ((global::Gtk.Table.TableChild)(this.table1 [this.entryPwd]));
     w4.TopAttach    = ((uint)(1));
     w4.BottomAttach = ((uint)(2));
     w4.LeftAttach   = ((uint)(1));
     w4.RightAttach  = ((uint)(2));
     w4.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.entryUser               = new global::Gtk.Entry();
     this.entryUser.CanFocus      = true;
     this.entryUser.Name          = "entryUser";
     this.entryUser.IsEditable    = true;
     this.entryUser.InvisibleChar = '●';
     this.table1.Add(this.entryUser);
     global::Gtk.Table.TableChild w5 = ((global::Gtk.Table.TableChild)(this.table1 [this.entryUser]));
     w5.LeftAttach  = ((uint)(1));
     w5.RightAttach = ((uint)(2));
     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    = 0F;
     this.label2.LabelProp = global::Mono.Unix.Catalog.GetString("User:"******"labelPwd";
     this.labelPwd.Xalign    = 0F;
     this.labelPwd.LabelProp = global::Mono.Unix.Catalog.GetString("Password:"******"checkSavePwd";
     this.checkSavePwd.Label         = global::Mono.Unix.Catalog.GetString("Remember password");
     this.checkSavePwd.DrawIndicator = true;
     this.checkSavePwd.UseUnderline  = true;
     this.vbox2.Add(this.checkSavePwd);
     global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.checkSavePwd]));
     w9.Position = 3;
     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.VersionControl.Subversion.Gui.UserPasswordDialog.ActionArea
     global::Gtk.HButtonBox w11 = this.ActionArea;
     w11.Events      = ((global::Gdk.EventMask)(256));
     w11.Name        = "MonoDevelop.VersionControl.Subversion.UserPasswordDialog_ActionArea";
     w11.Spacing     = 10;
     w11.BorderWidth = ((uint)(5));
     w11.LayoutStyle = ((global::Gtk.ButtonBoxStyle)(4));
     // Container child MonoDevelop.VersionControl.Subversion.UserPasswordDialog_ActionArea.Gtk.ButtonBox+ButtonBoxChild
     this.button1              = new global::Gtk.Button();
     this.button1.CanDefault   = true;
     this.button1.CanFocus     = true;
     this.button1.Name         = "button1";
     this.button1.UseStock     = true;
     this.button1.UseUnderline = true;
     this.button1.Label        = "gtk-cancel";
     this.AddActionWidget(this.button1, -6);
     global::Gtk.ButtonBox.ButtonBoxChild w12 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w11 [this.button1]));
     w12.Expand = false;
     w12.Fill   = false;
     // Container child MonoDevelop.VersionControl.Subversion.UserPasswordDialog_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-ok";
     this.AddActionWidget(this.button7, -5);
     global::Gtk.ButtonBox.ButtonBoxChild w13 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w11 [this.button7]));
     w13.Position = 1;
     w13.Expand   = false;
     w13.Fill     = false;
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.DefaultWidth  = 433;
     this.DefaultHeight = 229;
     this.Hide();
 }
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget MonoReports.Gui.Widgets.MonoreportsDesignerControl
     Stetic.BinContainer w1 = global::Stetic.BinContainer.Attach(this);
     this.UIManager = new global::Gtk.UIManager();
     global::Gtk.ActionGroup w2 = new global::Gtk.ActionGroup("Default");
     this.FileAction            = new global::Gtk.Action("FileAction", global::Mono.Unix.Catalog.GetString("File"), null, null);
     this.FileAction.ShortLabel = global::Mono.Unix.Catalog.GetString("File");
     w2.Add(this.FileAction, null);
     this.FileAction1            = new global::Gtk.Action("FileAction1", global::Mono.Unix.Catalog.GetString("File"), null, null);
     this.FileAction1.ShortLabel = global::Mono.Unix.Catalog.GetString("File");
     w2.Add(this.FileAction1, null);
     this.quitAction            = new global::Gtk.Action("quitAction", global::Mono.Unix.Catalog.GetString("Quit"), null, "gtk-quit");
     this.quitAction.ShortLabel = global::Mono.Unix.Catalog.GetString("Quit");
     w2.Add(this.quitAction, null);
     this.HelpAction            = new global::Gtk.Action("HelpAction", global::Mono.Unix.Catalog.GetString("Help"), null, null);
     this.HelpAction.ShortLabel = global::Mono.Unix.Catalog.GetString("Help");
     w2.Add(this.HelpAction, null);
     this.HelpAction1            = new global::Gtk.Action("HelpAction1", global::Mono.Unix.Catalog.GetString("Help"), null, null);
     this.HelpAction1.ShortLabel = global::Mono.Unix.Catalog.GetString("About");
     w2.Add(this.HelpAction1, null);
     this.executeAction = new global::Gtk.Action("executeAction", null, null, "gtk-execute");
     w2.Add(this.executeAction, null);
     this.aboutAction            = new global::Gtk.Action("aboutAction", global::Mono.Unix.Catalog.GetString("About"), null, "gtk-about");
     this.aboutAction.ShortLabel = global::Mono.Unix.Catalog.GetString("About");
     w2.Add(this.aboutAction, null);
     this.zoomFitAction = new global::Gtk.Action("zoomFitAction", null, null, "gtk-zoom-fit");
     w2.Add(this.zoomFitAction, null);
     this.openAction            = new global::Gtk.Action("openAction", global::Mono.Unix.Catalog.GetString("_Otwórz"), null, "gtk-open");
     this.openAction.ShortLabel = global::Mono.Unix.Catalog.GetString("_Otwórz");
     w2.Add(this.openAction, null);
     this.saveAction            = new global::Gtk.Action("saveAction", global::Mono.Unix.Catalog.GetString("_Zapisz"), null, "gtk-save");
     this.saveAction.ShortLabel = global::Mono.Unix.Catalog.GetString("_Zapisz");
     w2.Add(this.saveAction, null);
     this.executeAction1 = new global::Gtk.Action("executeAction1", null, null, "gtk-execute");
     w2.Add(this.executeAction1, null);
     this.dialogErrorAction = new global::Gtk.Action("dialogErrorAction", null, null, "gtk-dialog-error");
     w2.Add(this.dialogErrorAction, null);
     this.editAction = new global::Gtk.ToggleAction("editAction", null, null, "gtk-edit");
     w2.Add(this.editAction, null);
     this.sortAscendingAction = new global::Gtk.Action("sortAscendingAction", null, null, "gtk-sort-ascending");
     w2.Add(this.sortAscendingAction, null);
     this.EditAction            = new global::Gtk.Action("EditAction", global::Mono.Unix.Catalog.GetString("Edit"), null, null);
     this.EditAction.ShortLabel = global::Mono.Unix.Catalog.GetString("Edit");
     w2.Add(this.EditAction, null);
     this.ReportSettingsAction            = new global::Gtk.Action("ReportSettingsAction", global::Mono.Unix.Catalog.GetString("Report Settings"), null, null);
     this.ReportSettingsAction.ShortLabel = global::Mono.Unix.Catalog.GetString("Report Settings");
     w2.Add(this.ReportSettingsAction, null);
     this.UIManager.InsertActionGroup(w2, 0);
     this.Name = "MonoReports.Gui.Widgets.MonoreportsDesignerControl";
     // Container child MonoReports.Gui.Widgets.MonoreportsDesignerControl.Gtk.Container+ContainerChild
     this.mainVbox         = new global::Gtk.VBox();
     this.mainVbox.Name    = "mainVbox";
     this.mainVbox.Spacing = -1;
     // Container child mainVbox.Gtk.Box+BoxChild
     this.UIManager.AddUiFromString(@"<ui><menubar name='mainMenubar'><menu name='FileAction1' action='FileAction1'><menuitem name='openAction' action='openAction'/><menuitem name='saveAction' action='saveAction'/><menuitem name='quitAction' action='quitAction'/></menu><menu name='EditAction' action='EditAction'><menuitem name='ReportSettingsAction' action='ReportSettingsAction'/></menu><menu name='HelpAction1' action='HelpAction1'><menuitem name='aboutAction' action='aboutAction'/></menu></menubar></ui>");
     this.mainMenubar      = ((global::Gtk.MenuBar)(this.UIManager.GetWidget("/mainMenubar")));
     this.mainMenubar.Name = "mainMenubar";
     this.mainVbox.Add(this.mainMenubar);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.mainVbox [this.mainMenubar]));
     w3.Position = 0;
     w3.Expand   = false;
     w3.Fill     = false;
     // Container child mainVbox.Gtk.Box+BoxChild
     this.UIManager.AddUiFromString("<ui><toolbar name=\'mainToolbar\'/></ui>");
     this.mainToolbar           = ((global::Gtk.Toolbar)(this.UIManager.GetWidget("/mainToolbar")));
     this.mainToolbar.Name      = "mainToolbar";
     this.mainToolbar.ShowArrow = false;
     this.mainToolbar.IconSize  = ((global::Gtk.IconSize)(1));
     this.mainVbox.Add(this.mainToolbar);
     global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.mainVbox [this.mainToolbar]));
     w4.Position = 1;
     w4.Expand   = false;
     w4.Fill     = false;
     // Container child mainVbox.Gtk.Box+BoxChild
     this.contentHbox         = new global::Gtk.HBox();
     this.contentHbox.Name    = "contentHbox";
     this.contentHbox.Spacing = 6;
     // Container child contentHbox.Gtk.Box+BoxChild
     this.mainHPaned          = new global::Gtk.HPaned();
     this.mainHPaned.CanFocus = true;
     this.mainHPaned.Name     = "mainHPaned";
     this.mainHPaned.Position = 721;
     // Container child mainHPaned.Gtk.Paned+PanedChild
     this.maindesignview1        = new global::MonoReports.Gui.Widgets.MainDesignView();
     this.maindesignview1.Events = ((global::Gdk.EventMask)(256));
     this.maindesignview1.Name   = "maindesignview1";
     this.mainHPaned.Add(this.maindesignview1);
     global::Gtk.Paned.PanedChild w5 = ((global::Gtk.Paned.PanedChild)(this.mainHPaned [this.maindesignview1]));
     w5.Resize = false;
     // Container child mainHPaned.Gtk.Paned+PanedChild
     this.rightVPaned          = new global::Gtk.VPaned();
     this.rightVPaned.CanFocus = true;
     this.rightVPaned.Name     = "rightVPaned";
     this.rightVPaned.Position = 291;
     // Container child rightVPaned.Gtk.Paned+PanedChild
     this.reportExplorer      = new global::MonoReports.Gui.Widgets.ReportExplorer();
     this.reportExplorer.Name = "reportExplorer";
     this.rightVPaned.Add(this.reportExplorer);
     global::Gtk.Paned.PanedChild w6 = ((global::Gtk.Paned.PanedChild)(this.rightVPaned [this.reportExplorer]));
     w6.Resize = false;
     // Container child rightVPaned.Gtk.Paned+PanedChild
     this.mainPropertygrid             = new global::PropertyGrid.PropertyGrid();
     this.mainPropertygrid.Name        = "mainPropertygrid";
     this.mainPropertygrid.ShowToolbar = false;
     this.mainPropertygrid.ShowHelp    = false;
     this.rightVPaned.Add(this.mainPropertygrid);
     this.mainHPaned.Add(this.rightVPaned);
     global::Gtk.Paned.PanedChild w8 = ((global::Gtk.Paned.PanedChild)(this.mainHPaned [this.rightVPaned]));
     w8.Resize = false;
     this.contentHbox.Add(this.mainHPaned);
     global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.contentHbox [this.mainHPaned]));
     w9.Position = 0;
     this.mainVbox.Add(this.contentHbox);
     global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(this.mainVbox [this.contentHbox]));
     w10.Position = 2;
     // Container child mainVbox.Gtk.Box+BoxChild
     this.bottomStatusbar         = new global::Gtk.Statusbar();
     this.bottomStatusbar.Name    = "bottomStatusbar";
     this.bottomStatusbar.Spacing = 6;
     // Container child bottomStatusbar.Gtk.Box+BoxChild
     this.StatusBarLabel      = new global::Gtk.Label();
     this.StatusBarLabel.Name = "StatusBarLabel";
     this.bottomStatusbar.Add(this.StatusBarLabel);
     global::Gtk.Box.BoxChild w11 = ((global::Gtk.Box.BoxChild)(this.bottomStatusbar [this.StatusBarLabel]));
     w11.Position = 1;
     w11.Expand   = false;
     w11.Fill     = false;
     this.mainVbox.Add(this.bottomStatusbar);
     global::Gtk.Box.BoxChild w12 = ((global::Gtk.Box.BoxChild)(this.mainVbox [this.bottomStatusbar]));
     w12.Position = 3;
     w12.Expand   = false;
     w12.Fill     = false;
     this.Add(this.mainVbox);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     w1.SetUiManager(UIManager);
     this.Hide();
     this.DeleteEvent                    += new global::Gtk.DeleteEventHandler(this.OnDeleteEvent);
     this.quitAction.Activated           += new global::System.EventHandler(this.OnQuitActionActivated);
     this.aboutAction.Activated          += new global::System.EventHandler(this.OnAboutActionActivated);
     this.openAction.Activated           += new global::System.EventHandler(this.OnOpenActionActivated);
     this.saveAction.Activated           += new global::System.EventHandler(this.OnSaveActionActivated);
     this.editAction.Activated           += new global::System.EventHandler(this.OnEditActionActivated);
     this.ReportSettingsAction.Activated += new global::System.EventHandler(this.OnReportSettingsActionActivated);
     this.mainPropertygrid.Changed       += new global::System.EventHandler(this.OnMainPropertygridChanged);
 }
Пример #45
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget TdP2019TPFinalRichieri.NewSessionDialog
     this.Name           = "TdP2019TPFinalRichieri.NewSessionDialog";
     this.WindowPosition = ((global::Gtk.WindowPosition)(4));
     // Internal child TdP2019TPFinalRichieri.NewSessionDialog.VBox
     global::Gtk.VBox w1 = this.VBox;
     w1.Name        = "dialog1_VBox";
     w1.BorderWidth = ((uint)(2));
     // Container child dialog1_VBox.Gtk.Box+BoxChild
     this.vboxSignUp         = new global::Gtk.VBox();
     this.vboxSignUp.Name    = "vboxSignUp";
     this.vboxSignUp.Spacing = 6;
     // Container child vboxSignUp.Gtk.Box+BoxChild
     this.imgHeader        = new global::Gtk.Image();
     this.imgHeader.Name   = "imgHeader";
     this.imgHeader.Pixbuf = global::Gdk.Pixbuf.LoadFromResource("TdP2019TPFinalRichieri.UI.Resources.Header.png");
     this.vboxSignUp.Add(this.imgHeader);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.vboxSignUp[this.imgHeader]));
     w2.Position = 0;
     w2.Expand   = false;
     w2.Fill     = false;
     // Container child vboxSignUp.Gtk.Box+BoxChild
     this.frameNewSession            = new global::Gtk.Frame();
     this.frameNewSession.Name       = "frameNewSession";
     this.frameNewSession.ShadowType = ((global::Gtk.ShadowType)(0));
     // Container child frameNewSession.Gtk.Container+ContainerChild
     this.algSignUp = new global::Gtk.Alignment(0F, 0F, 1F, 1F);
     this.algSignUp.HeightRequest = 200;
     this.algSignUp.Name          = "algSignUp";
     this.algSignUp.LeftPadding   = ((uint)(12));
     // Container child algSignUp.Gtk.Container+ContainerChild
     this.vbox2         = new global::Gtk.VBox();
     this.vbox2.Name    = "vbox2";
     this.vbox2.Spacing = 6;
     // Container child vbox2.Gtk.Box+BoxChild
     this.hboxUsername         = new global::Gtk.HBox();
     this.hboxUsername.Name    = "hboxUsername";
     this.hboxUsername.Spacing = 6;
     // Container child hboxUsername.Gtk.Box+BoxChild
     this.lblCategory = new global::Gtk.Label();
     this.lblCategory.WidthRequest = 150;
     this.lblCategory.Name         = "lblCategory";
     this.lblCategory.LabelProp    = global::Mono.Unix.Catalog.GetString("Category");
     this.lblCategory.Justify      = ((global::Gtk.Justification)(1));
     this.hboxUsername.Add(this.lblCategory);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.hboxUsername[this.lblCategory]));
     w3.Position = 0;
     w3.Expand   = false;
     w3.Fill     = false;
     // Container child hboxUsername.Gtk.Box+BoxChild
     this.cbbCategories = global::Gtk.ComboBox.NewText();
     this.cbbCategories.WidthRequest = 300;
     this.cbbCategories.Name         = "cbbCategories";
     this.hboxUsername.Add(this.cbbCategories);
     global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.hboxUsername[this.cbbCategories]));
     w4.Position = 1;
     w4.Expand   = false;
     this.vbox2.Add(this.hboxUsername);
     global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.hboxUsername]));
     w5.Position = 0;
     w5.Expand   = false;
     w5.Fill     = false;
     // Container child vbox2.Gtk.Box+BoxChild
     this.hboxPassword         = new global::Gtk.HBox();
     this.hboxPassword.Name    = "hboxPassword";
     this.hboxPassword.Spacing = 6;
     // Container child hboxPassword.Gtk.Box+BoxChild
     this.lblLevel = new global::Gtk.Label();
     this.lblLevel.WidthRequest = 150;
     this.lblLevel.Name         = "lblLevel";
     this.lblLevel.LabelProp    = global::Mono.Unix.Catalog.GetString("Level");
     this.lblLevel.Justify      = ((global::Gtk.Justification)(1));
     this.hboxPassword.Add(this.lblLevel);
     global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.hboxPassword[this.lblLevel]));
     w6.Position = 0;
     w6.Expand   = false;
     w6.Fill     = false;
     // Container child hboxPassword.Gtk.Box+BoxChild
     this.cbbLevels = global::Gtk.ComboBox.NewText();
     this.cbbLevels.WidthRequest = 300;
     this.cbbLevels.Name         = "cbbLevels";
     this.hboxPassword.Add(this.cbbLevels);
     global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.hboxPassword[this.cbbLevels]));
     w7.Position = 1;
     w7.Expand   = false;
     w7.Fill     = false;
     this.vbox2.Add(this.hboxPassword);
     global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.hboxPassword]));
     w8.Position = 1;
     w8.Expand   = false;
     w8.Fill     = false;
     // Container child vbox2.Gtk.Box+BoxChild
     this.hboxConfirmPassword         = new global::Gtk.HBox();
     this.hboxConfirmPassword.Name    = "hboxConfirmPassword";
     this.hboxConfirmPassword.Spacing = 6;
     // Container child hboxConfirmPassword.Gtk.Box+BoxChild
     this.lblQuestionsQty = new global::Gtk.Label();
     this.lblQuestionsQty.WidthRequest = 150;
     this.lblQuestionsQty.Name         = "lblQuestionsQty";
     this.lblQuestionsQty.LabelProp    = global::Mono.Unix.Catalog.GetString("Questions number");
     this.lblQuestionsQty.Justify      = ((global::Gtk.Justification)(1));
     this.hboxConfirmPassword.Add(this.lblQuestionsQty);
     global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.hboxConfirmPassword[this.lblQuestionsQty]));
     w9.Position = 0;
     w9.Expand   = false;
     w9.Fill     = false;
     // Container child hboxConfirmPassword.Gtk.Box+BoxChild
     this.cbbQuestionsNumber = global::Gtk.ComboBox.NewText();
     this.cbbQuestionsNumber.WidthRequest = 300;
     this.cbbQuestionsNumber.Name         = "cbbQuestionsNumber";
     this.hboxConfirmPassword.Add(this.cbbQuestionsNumber);
     global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(this.hboxConfirmPassword[this.cbbQuestionsNumber]));
     w10.Position = 1;
     w10.Expand   = false;
     w10.Fill     = false;
     this.vbox2.Add(this.hboxConfirmPassword);
     global::Gtk.Box.BoxChild w11 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.hboxConfirmPassword]));
     w11.Position = 2;
     w11.Expand   = false;
     w11.Fill     = false;
     this.algSignUp.Add(this.vbox2);
     this.frameNewSession.Add(this.algSignUp);
     this.lblNewSession               = new global::Gtk.Label();
     this.lblNewSession.Name          = "lblNewSession";
     this.lblNewSession.LabelProp     = global::Mono.Unix.Catalog.GetString("<b>New Session</b>");
     this.lblNewSession.UseMarkup     = true;
     this.frameNewSession.LabelWidget = this.lblNewSession;
     this.vboxSignUp.Add(this.frameNewSession);
     global::Gtk.Box.BoxChild w14 = ((global::Gtk.Box.BoxChild)(this.vboxSignUp[this.frameNewSession]));
     w14.Position = 1;
     w1.Add(this.vboxSignUp);
     global::Gtk.Box.BoxChild w15 = ((global::Gtk.Box.BoxChild)(w1[this.vboxSignUp]));
     w15.Position = 0;
     w15.Expand   = false;
     w15.Fill     = false;
     // Internal child TdP2019TPFinalRichieri.NewSessionDialog.ActionArea
     global::Gtk.HButtonBox w16 = this.ActionArea;
     w16.Name        = "dialog1_ActionArea";
     w16.Spacing     = 10;
     w16.BorderWidth = ((uint)(5));
     w16.LayoutStyle = ((global::Gtk.ButtonBoxStyle)(4));
     // Container child dialog1_ActionArea.Gtk.ButtonBox+ButtonBoxChild
     this.btnCancel              = new global::Gtk.Button();
     this.btnCancel.CanDefault   = true;
     this.btnCancel.CanFocus     = true;
     this.btnCancel.Name         = "btnCancel";
     this.btnCancel.UseStock     = true;
     this.btnCancel.UseUnderline = true;
     this.btnCancel.Label        = "gtk-cancel";
     this.AddActionWidget(this.btnCancel, -6);
     global::Gtk.ButtonBox.ButtonBoxChild w17 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w16[this.btnCancel]));
     w17.Expand = false;
     w17.Fill   = false;
     // Container child dialog1_ActionArea.Gtk.ButtonBox+ButtonBoxChild
     this.btnStart              = new global::Gtk.Button();
     this.btnStart.CanDefault   = true;
     this.btnStart.CanFocus     = true;
     this.btnStart.Name         = "btnStart";
     this.btnStart.UseUnderline = true;
     this.btnStart.Label        = global::Mono.Unix.Catalog.GetString("_Start");
     this.AddActionWidget(this.btnStart, -5);
     global::Gtk.ButtonBox.ButtonBoxChild w18 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w16[this.btnStart]));
     w18.Position = 1;
     w18.Expand   = false;
     w18.Fill     = false;
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.DefaultWidth  = 693;
     this.DefaultHeight = 377;
     this.Show();
     this.btnCancel.Clicked += new global::System.EventHandler(this.OnBtnCancelClicked);
     this.btnStart.Clicked  += new global::System.EventHandler(this.OnButtonOkClicked);
 }
Пример #46
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget MyNesGTK.Dialog_AddGameGenieCode
     this.Name           = "MyNesGTK.Dialog_AddGameGenieCode";
     this.Title          = global::Mono.Unix.Catalog.GetString("Add Game Genie Code");
     this.Icon           = global::Gdk.Pixbuf.LoadFromResource("MyNesGTK.resources.FileGame-genie-nes-front.ico");
     this.WindowPosition = ((global::Gtk.WindowPosition)(4));
     this.Modal          = true;
     // Internal child MyNesGTK.Dialog_AddGameGenieCode.VBox
     global::Gtk.VBox w1 = this.VBox;
     w1.Name        = "dialog1_VBox";
     w1.BorderWidth = ((uint)(2));
     // Container child dialog1_VBox.Gtk.Box+BoxChild
     this.table1               = new global::Gtk.Table(((uint)(6)), ((uint)(9)), false);
     this.table1.Name          = "table1";
     this.table1.RowSpacing    = ((uint)(6));
     this.table1.ColumnSpacing = ((uint)(6));
     // Container child table1.Gtk.Table+TableChild
     this.button112              = new global::Gtk.Button();
     this.button112.CanFocus     = true;
     this.button112.Name         = "button112";
     this.button112.UseUnderline = true;
     this.button112.Label        = global::Mono.Unix.Catalog.GetString("A");
     this.table1.Add(this.button112);
     global::Gtk.Table.TableChild w2 = ((global::Gtk.Table.TableChild)(this.table1 [this.button112]));
     w2.LeftAttach  = ((uint)(1));
     w2.RightAttach = ((uint)(2));
     w2.XOptions    = ((global::Gtk.AttachOptions)(4));
     w2.YOptions    = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.button113              = new global::Gtk.Button();
     this.button113.CanFocus     = true;
     this.button113.Name         = "button113";
     this.button113.UseUnderline = true;
     this.button113.Label        = global::Mono.Unix.Catalog.GetString("P");
     this.table1.Add(this.button113);
     global::Gtk.Table.TableChild w3 = ((global::Gtk.Table.TableChild)(this.table1 [this.button113]));
     w3.LeftAttach  = ((uint)(2));
     w3.RightAttach = ((uint)(3));
     w3.XOptions    = ((global::Gtk.AttachOptions)(4));
     w3.YOptions    = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.button114              = new global::Gtk.Button();
     this.button114.CanFocus     = true;
     this.button114.Name         = "button114";
     this.button114.UseUnderline = true;
     this.button114.Label        = global::Mono.Unix.Catalog.GetString("Z");
     this.table1.Add(this.button114);
     global::Gtk.Table.TableChild w4 = ((global::Gtk.Table.TableChild)(this.table1 [this.button114]));
     w4.LeftAttach  = ((uint)(3));
     w4.RightAttach = ((uint)(4));
     w4.XOptions    = ((global::Gtk.AttachOptions)(4));
     w4.YOptions    = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.button115              = new global::Gtk.Button();
     this.button115.CanFocus     = true;
     this.button115.Name         = "button115";
     this.button115.UseUnderline = true;
     this.button115.Label        = global::Mono.Unix.Catalog.GetString("L");
     this.table1.Add(this.button115);
     global::Gtk.Table.TableChild w5 = ((global::Gtk.Table.TableChild)(this.table1 [this.button115]));
     w5.LeftAttach  = ((uint)(4));
     w5.RightAttach = ((uint)(5));
     w5.XOptions    = ((global::Gtk.AttachOptions)(4));
     w5.YOptions    = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.button116              = new global::Gtk.Button();
     this.button116.CanFocus     = true;
     this.button116.Name         = "button116";
     this.button116.UseUnderline = true;
     this.button116.Label        = global::Mono.Unix.Catalog.GetString("G");
     this.table1.Add(this.button116);
     global::Gtk.Table.TableChild w6 = ((global::Gtk.Table.TableChild)(this.table1 [this.button116]));
     w6.LeftAttach  = ((uint)(5));
     w6.RightAttach = ((uint)(6));
     w6.XOptions    = ((global::Gtk.AttachOptions)(4));
     w6.YOptions    = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.button117              = new global::Gtk.Button();
     this.button117.CanFocus     = true;
     this.button117.Name         = "button117";
     this.button117.UseUnderline = true;
     this.button117.Label        = global::Mono.Unix.Catalog.GetString("I");
     this.table1.Add(this.button117);
     global::Gtk.Table.TableChild w7 = ((global::Gtk.Table.TableChild)(this.table1 [this.button117]));
     w7.LeftAttach  = ((uint)(6));
     w7.RightAttach = ((uint)(7));
     w7.XOptions    = ((global::Gtk.AttachOptions)(4));
     w7.YOptions    = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.button118              = new global::Gtk.Button();
     this.button118.CanFocus     = true;
     this.button118.Name         = "button118";
     this.button118.UseUnderline = true;
     this.button118.Label        = global::Mono.Unix.Catalog.GetString("T");
     this.table1.Add(this.button118);
     global::Gtk.Table.TableChild w8 = ((global::Gtk.Table.TableChild)(this.table1 [this.button118]));
     w8.LeftAttach  = ((uint)(7));
     w8.RightAttach = ((uint)(8));
     w8.XOptions    = ((global::Gtk.AttachOptions)(4));
     w8.YOptions    = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.button119              = new global::Gtk.Button();
     this.button119.CanFocus     = true;
     this.button119.Name         = "button119";
     this.button119.UseUnderline = true;
     this.button119.Label        = global::Mono.Unix.Catalog.GetString("Y");
     this.table1.Add(this.button119);
     global::Gtk.Table.TableChild w9 = ((global::Gtk.Table.TableChild)(this.table1 [this.button119]));
     w9.LeftAttach  = ((uint)(8));
     w9.RightAttach = ((uint)(9));
     w9.XOptions    = ((global::Gtk.AttachOptions)(4));
     w9.YOptions    = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.button120              = new global::Gtk.Button();
     this.button120.CanFocus     = true;
     this.button120.Name         = "button120";
     this.button120.UseUnderline = true;
     this.button120.Label        = global::Mono.Unix.Catalog.GetString("E");
     this.table1.Add(this.button120);
     global::Gtk.Table.TableChild w10 = ((global::Gtk.Table.TableChild)(this.table1 [this.button120]));
     w10.TopAttach    = ((uint)(1));
     w10.BottomAttach = ((uint)(2));
     w10.LeftAttach   = ((uint)(1));
     w10.RightAttach  = ((uint)(2));
     w10.XOptions     = ((global::Gtk.AttachOptions)(4));
     w10.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.button121              = new global::Gtk.Button();
     this.button121.CanFocus     = true;
     this.button121.Name         = "button121";
     this.button121.UseUnderline = true;
     this.button121.Label        = global::Mono.Unix.Catalog.GetString("O");
     this.table1.Add(this.button121);
     global::Gtk.Table.TableChild w11 = ((global::Gtk.Table.TableChild)(this.table1 [this.button121]));
     w11.TopAttach    = ((uint)(1));
     w11.BottomAttach = ((uint)(2));
     w11.LeftAttach   = ((uint)(2));
     w11.RightAttach  = ((uint)(3));
     w11.XOptions     = ((global::Gtk.AttachOptions)(4));
     w11.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.button122              = new global::Gtk.Button();
     this.button122.CanFocus     = true;
     this.button122.Name         = "button122";
     this.button122.UseUnderline = true;
     this.button122.Label        = global::Mono.Unix.Catalog.GetString("X");
     this.table1.Add(this.button122);
     global::Gtk.Table.TableChild w12 = ((global::Gtk.Table.TableChild)(this.table1 [this.button122]));
     w12.TopAttach    = ((uint)(1));
     w12.BottomAttach = ((uint)(2));
     w12.LeftAttach   = ((uint)(3));
     w12.RightAttach  = ((uint)(4));
     w12.XOptions     = ((global::Gtk.AttachOptions)(4));
     w12.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.button123              = new global::Gtk.Button();
     this.button123.CanFocus     = true;
     this.button123.Name         = "button123";
     this.button123.UseUnderline = true;
     this.button123.Label        = global::Mono.Unix.Catalog.GetString("U");
     this.table1.Add(this.button123);
     global::Gtk.Table.TableChild w13 = ((global::Gtk.Table.TableChild)(this.table1 [this.button123]));
     w13.TopAttach    = ((uint)(1));
     w13.BottomAttach = ((uint)(2));
     w13.LeftAttach   = ((uint)(4));
     w13.RightAttach  = ((uint)(5));
     w13.XOptions     = ((global::Gtk.AttachOptions)(4));
     w13.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.button124              = new global::Gtk.Button();
     this.button124.CanFocus     = true;
     this.button124.Name         = "button124";
     this.button124.UseUnderline = true;
     this.button124.Label        = global::Mono.Unix.Catalog.GetString("K");
     this.table1.Add(this.button124);
     global::Gtk.Table.TableChild w14 = ((global::Gtk.Table.TableChild)(this.table1 [this.button124]));
     w14.TopAttach    = ((uint)(1));
     w14.BottomAttach = ((uint)(2));
     w14.LeftAttach   = ((uint)(5));
     w14.RightAttach  = ((uint)(6));
     w14.XOptions     = ((global::Gtk.AttachOptions)(4));
     w14.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.button125              = new global::Gtk.Button();
     this.button125.CanFocus     = true;
     this.button125.Name         = "button125";
     this.button125.UseUnderline = true;
     this.button125.Label        = global::Mono.Unix.Catalog.GetString("S");
     this.table1.Add(this.button125);
     global::Gtk.Table.TableChild w15 = ((global::Gtk.Table.TableChild)(this.table1 [this.button125]));
     w15.TopAttach    = ((uint)(1));
     w15.BottomAttach = ((uint)(2));
     w15.LeftAttach   = ((uint)(6));
     w15.RightAttach  = ((uint)(7));
     w15.XOptions     = ((global::Gtk.AttachOptions)(4));
     w15.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.button126              = new global::Gtk.Button();
     this.button126.CanFocus     = true;
     this.button126.Name         = "button126";
     this.button126.UseUnderline = true;
     this.button126.Label        = global::Mono.Unix.Catalog.GetString("V");
     this.table1.Add(this.button126);
     global::Gtk.Table.TableChild w16 = ((global::Gtk.Table.TableChild)(this.table1 [this.button126]));
     w16.TopAttach    = ((uint)(1));
     w16.BottomAttach = ((uint)(2));
     w16.LeftAttach   = ((uint)(7));
     w16.RightAttach  = ((uint)(8));
     w16.XOptions     = ((global::Gtk.AttachOptions)(4));
     w16.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.button127              = new global::Gtk.Button();
     this.button127.CanFocus     = true;
     this.button127.Name         = "button127";
     this.button127.UseUnderline = true;
     this.button127.Label        = global::Mono.Unix.Catalog.GetString("N");
     this.table1.Add(this.button127);
     global::Gtk.Table.TableChild w17 = ((global::Gtk.Table.TableChild)(this.table1 [this.button127]));
     w17.TopAttach    = ((uint)(1));
     w17.BottomAttach = ((uint)(2));
     w17.LeftAttach   = ((uint)(8));
     w17.RightAttach  = ((uint)(9));
     w17.XOptions     = ((global::Gtk.AttachOptions)(4));
     w17.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.button128              = new global::Gtk.Button();
     this.button128.CanFocus     = true;
     this.button128.Name         = "button128";
     this.button128.UseUnderline = true;
     this.button128.Label        = global::Mono.Unix.Catalog.GetString("<");
     this.table1.Add(this.button128);
     global::Gtk.Table.TableChild w18 = ((global::Gtk.Table.TableChild)(this.table1 [this.button128]));
     w18.TopAttach    = ((uint)(2));
     w18.BottomAttach = ((uint)(3));
     w18.LeftAttach   = ((uint)(7));
     w18.RightAttach  = ((uint)(8));
     w18.XOptions     = ((global::Gtk.AttachOptions)(4));
     w18.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.button129              = new global::Gtk.Button();
     this.button129.CanFocus     = true;
     this.button129.Name         = "button129";
     this.button129.UseUnderline = true;
     this.button129.Label        = global::Mono.Unix.Catalog.GetString("!");
     this.table1.Add(this.button129);
     global::Gtk.Table.TableChild w19 = ((global::Gtk.Table.TableChild)(this.table1 [this.button129]));
     w19.TopAttach    = ((uint)(2));
     w19.BottomAttach = ((uint)(3));
     w19.LeftAttach   = ((uint)(8));
     w19.RightAttach  = ((uint)(9));
     w19.XOptions     = ((global::Gtk.AttachOptions)(4));
     w19.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.entry_address               = new global::Gtk.Entry();
     this.entry_address.CanFocus      = true;
     this.entry_address.Name          = "entry_address";
     this.entry_address.IsEditable    = true;
     this.entry_address.InvisibleChar = '●';
     this.table1.Add(this.entry_address);
     global::Gtk.Table.TableChild w20 = ((global::Gtk.Table.TableChild)(this.table1 [this.entry_address]));
     w20.TopAttach    = ((uint)(3));
     w20.BottomAttach = ((uint)(4));
     w20.LeftAttach   = ((uint)(1));
     w20.RightAttach  = ((uint)(7));
     w20.XOptions     = ((global::Gtk.AttachOptions)(4));
     w20.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.entry_code               = new global::Gtk.Entry();
     this.entry_code.CanFocus      = true;
     this.entry_code.Name          = "entry_code";
     this.entry_code.IsEditable    = false;
     this.entry_code.InvisibleChar = '●';
     this.table1.Add(this.entry_code);
     global::Gtk.Table.TableChild w21 = ((global::Gtk.Table.TableChild)(this.table1 [this.entry_code]));
     w21.TopAttach    = ((uint)(2));
     w21.BottomAttach = ((uint)(3));
     w21.LeftAttach   = ((uint)(1));
     w21.RightAttach  = ((uint)(7));
     w21.XOptions     = ((global::Gtk.AttachOptions)(4));
     w21.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.entry_coompare               = new global::Gtk.Entry();
     this.entry_coompare.CanFocus      = true;
     this.entry_coompare.Name          = "entry_coompare";
     this.entry_coompare.IsEditable    = true;
     this.entry_coompare.InvisibleChar = '●';
     this.table1.Add(this.entry_coompare);
     global::Gtk.Table.TableChild w22 = ((global::Gtk.Table.TableChild)(this.table1 [this.entry_coompare]));
     w22.TopAttach    = ((uint)(5));
     w22.BottomAttach = ((uint)(6));
     w22.LeftAttach   = ((uint)(1));
     w22.RightAttach  = ((uint)(7));
     w22.XOptions     = ((global::Gtk.AttachOptions)(4));
     w22.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.entry_value               = new global::Gtk.Entry();
     this.entry_value.CanFocus      = true;
     this.entry_value.Name          = "entry_value";
     this.entry_value.IsEditable    = true;
     this.entry_value.InvisibleChar = '●';
     this.table1.Add(this.entry_value);
     global::Gtk.Table.TableChild w23 = ((global::Gtk.Table.TableChild)(this.table1 [this.entry_value]));
     w23.TopAttach    = ((uint)(4));
     w23.BottomAttach = ((uint)(5));
     w23.LeftAttach   = ((uint)(1));
     w23.RightAttach  = ((uint)(7));
     w23.XOptions     = ((global::Gtk.AttachOptions)(4));
     w23.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.label1           = new global::Gtk.Label();
     this.label1.Name      = "label1";
     this.label1.LabelProp = global::Mono.Unix.Catalog.GetString("Code:");
     this.table1.Add(this.label1);
     global::Gtk.Table.TableChild w24 = ((global::Gtk.Table.TableChild)(this.table1 [this.label1]));
     w24.XOptions = ((global::Gtk.AttachOptions)(4));
     w24.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.label2           = new global::Gtk.Label();
     this.label2.Name      = "label2";
     this.label2.LabelProp = global::Mono.Unix.Catalog.GetString("Address:");
     this.table1.Add(this.label2);
     global::Gtk.Table.TableChild w25 = ((global::Gtk.Table.TableChild)(this.table1 [this.label2]));
     w25.TopAttach    = ((uint)(3));
     w25.BottomAttach = ((uint)(4));
     w25.XOptions     = ((global::Gtk.AttachOptions)(4));
     w25.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.label3           = new global::Gtk.Label();
     this.label3.Name      = "label3";
     this.label3.LabelProp = global::Mono.Unix.Catalog.GetString("Value:");
     this.table1.Add(this.label3);
     global::Gtk.Table.TableChild w26 = ((global::Gtk.Table.TableChild)(this.table1 [this.label3]));
     w26.TopAttach    = ((uint)(4));
     w26.BottomAttach = ((uint)(5));
     w26.XOptions     = ((global::Gtk.AttachOptions)(4));
     w26.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.label4           = new global::Gtk.Label();
     this.label4.Name      = "label4";
     this.label4.LabelProp = global::Mono.Unix.Catalog.GetString("Compare:");
     this.table1.Add(this.label4);
     global::Gtk.Table.TableChild w27 = ((global::Gtk.Table.TableChild)(this.table1 [this.label4]));
     w27.TopAttach    = ((uint)(5));
     w27.BottomAttach = ((uint)(6));
     w27.XOptions     = ((global::Gtk.AttachOptions)(4));
     w27.YOptions     = ((global::Gtk.AttachOptions)(4));
     w1.Add(this.table1);
     global::Gtk.Box.BoxChild w28 = ((global::Gtk.Box.BoxChild)(w1 [this.table1]));
     w28.Position = 0;
     w28.Expand   = false;
     w28.Fill     = false;
     // Internal child MyNesGTK.Dialog_AddGameGenieCode.ActionArea
     global::Gtk.HButtonBox w29 = this.ActionArea;
     w29.Name        = "dialog1_ActionArea";
     w29.Spacing     = 10;
     w29.BorderWidth = ((uint)(5));
     w29.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 w30 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w29 [this.buttonCancel]));
     w30.Expand = false;
     w30.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 w31 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w29 [this.buttonOk]));
     w31.Position = 1;
     w31.Expand   = false;
     w31.Fill     = false;
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.DefaultWidth  = 312;
     this.DefaultHeight = 279;
     this.buttonOk.Hide();
     this.Show();
     this.button129.Pressed += new global::System.EventHandler(this.OnButton129Clicked);
     this.button128.Pressed += new global::System.EventHandler(this.OnButton128Clicked);
     this.button127.Pressed += new global::System.EventHandler(this.OnButton112Clicked);
     this.button126.Pressed += new global::System.EventHandler(this.OnButton112Clicked);
     this.button125.Pressed += new global::System.EventHandler(this.OnButton112Clicked);
     this.button124.Pressed += new global::System.EventHandler(this.OnButton112Clicked);
     this.button123.Pressed += new global::System.EventHandler(this.OnButton112Clicked);
     this.button122.Pressed += new global::System.EventHandler(this.OnButton112Clicked);
     this.button121.Pressed += new global::System.EventHandler(this.OnButton112Clicked);
     this.button120.Pressed += new global::System.EventHandler(this.OnButton112Clicked);
     this.button119.Pressed += new global::System.EventHandler(this.OnButton112Clicked);
     this.button118.Pressed += new global::System.EventHandler(this.OnButton112Clicked);
     this.button117.Pressed += new global::System.EventHandler(this.OnButton112Clicked);
     this.button116.Pressed += new global::System.EventHandler(this.OnButton112Clicked);
     this.button115.Pressed += new global::System.EventHandler(this.OnButton112Clicked);
     this.button114.Pressed += new global::System.EventHandler(this.OnButton112Clicked);
     this.button113.Pressed += new global::System.EventHandler(this.OnButton112Clicked);
     this.button112.Pressed += new global::System.EventHandler(this.OnButton112Clicked);
 }
Пример #47
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget DamageControl.InfoDeUsuario
     this.Name           = "DamageControl.InfoDeUsuario";
     this.Title          = global::Mono.Unix.Catalog.GetString("Información");
     this.WindowPosition = ((global::Gtk.WindowPosition)(3));
     this.BorderWidth    = ((uint)(15));
     // Container child DamageControl.InfoDeUsuario.Gtk.Container+ContainerChild
     this.frameInfo            = new global::Gtk.Frame();
     this.frameInfo.Name       = "frameInfo";
     this.frameInfo.ShadowType = ((global::Gtk.ShadowType)(1));
     // Container child frameInfo.Gtk.Container+ContainerChild
     this.GtkAligInterior             = new global::Gtk.Alignment(0F, 0F, 1F, 1F);
     this.GtkAligInterior.Name        = "GtkAligInterior";
     this.GtkAligInterior.LeftPadding = ((uint)(12));
     this.GtkAligInterior.BorderWidth = ((uint)(15));
     // Container child GtkAligInterior.Gtk.Container+ContainerChild
     this.vbox3         = new global::Gtk.VBox();
     this.vbox3.Name    = "vbox3";
     this.vbox3.Spacing = 6;
     // Container child vbox3.Gtk.Box+BoxChild
     this.hbox13         = new global::Gtk.HBox();
     this.hbox13.Name    = "hbox13";
     this.hbox13.Spacing = 6;
     // Container child hbox13.Gtk.Box+BoxChild
     this.fixedInfo = new global::Gtk.Fixed();
     this.fixedInfo.WidthRequest = 20;
     this.fixedInfo.Name         = "fixedInfo";
     this.fixedInfo.HasWindow    = false;
     this.hbox13.Add(this.fixedInfo);
     global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.hbox13 [this.fixedInfo]));
     w1.Position = 0;
     // Container child hbox13.Gtk.Box+BoxChild
     this.labFecha = new global::Gtk.Label();
     this.labFecha.WidthRequest = 200;
     this.labFecha.Name         = "labFecha";
     this.labFecha.Xalign       = 0F;
     this.labFecha.LabelProp    = global::Mono.Unix.Catalog.GetString("labFecha");
     this.hbox13.Add(this.labFecha);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.hbox13 [this.labFecha]));
     w2.Position = 1;
     w2.Expand   = false;
     this.vbox3.Add(this.hbox13);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.hbox13]));
     w3.Position = 0;
     w3.Expand   = false;
     w3.Fill     = false;
     // Container child vbox3.Gtk.Box+BoxChild
     this.imgLogoInfo        = new global::Gtk.Image();
     this.imgLogoInfo.Name   = "imgLogoInfo";
     this.imgLogoInfo.Pixbuf = global::Gdk.Pixbuf.LoadFromResource("DamageControl.imagenes.Logo-Damage-Control.png");
     this.vbox3.Add(this.imgLogoInfo);
     global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.imgLogoInfo]));
     w4.Position = 1;
     w4.Expand   = false;
     w4.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.textview1                  = new global::Gtk.TextView();
     this.textview1.Buffer.Text      = @"Damage Control, C.A., es una empresa de servicios dedicada a impartir los mejores cursos del país en cuanto a temas como ""Tecnología de punta"", ""Desarrollo de programas de escritorio"" y ""Aplicaciones móviles (iOS y Android)"". Esta empresa cuenta con instructores jóvenes altamente capacitados en el área y que se encuentran en constante aprendizaje, motivados a impartir sus conocimientos. La empresa también dispone de equipos actualizados con los software y hardware de vanguardia, brindando así calidad en la enseñanza. Todo esto con la finalidad de transmitir a todos sus estudiantes un conocimiento amplio y completo, cubriendo así sus altas expectativas y necesidades.";
     this.textview1.CanFocus         = true;
     this.textview1.Name             = "textview1";
     this.textview1.Editable         = false;
     this.textview1.CursorVisible    = false;
     this.textview1.AcceptsTab       = false;
     this.textview1.Justification    = ((global::Gtk.Justification)(3));
     this.textview1.WrapMode         = ((global::Gtk.WrapMode)(2));
     this.textview1.PixelsAboveLines = 10;
     this.textview1.PixelsBelowLines = 10;
     this.textview1.PixelsInsideWrap = 2;
     this.textview1.LeftMargin       = 10;
     this.textview1.RightMargin      = 10;
     this.textview1.Indent           = 30;
     this.GtkScrolledWindow.Add(this.textview1);
     this.vbox3.Add(this.GtkScrolledWindow);
     global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.GtkScrolledWindow]));
     w6.Position = 2;
     // Container child vbox3.Gtk.Box+BoxChild
     this.hbox6         = new global::Gtk.HBox();
     this.hbox6.Name    = "hbox6";
     this.hbox6.Spacing = 6;
     // Container child hbox6.Gtk.Box+BoxChild
     this.labUsuarioConectado           = new global::Gtk.Label();
     this.labUsuarioConectado.Name      = "labUsuarioConectado";
     this.labUsuarioConectado.Xalign    = 0F;
     this.labUsuarioConectado.LabelProp = global::Mono.Unix.Catalog.GetString("<b>Usuario conectado: </b>");
     this.labUsuarioConectado.UseMarkup = true;
     this.hbox6.Add(this.labUsuarioConectado);
     global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.hbox6 [this.labUsuarioConectado]));
     w7.Position = 0;
     w7.Expand   = false;
     w7.Padding  = ((uint)(50));
     // Container child hbox6.Gtk.Box+BoxChild
     this.labUsuario = new global::Gtk.Label();
     this.labUsuario.WidthRequest = 250;
     this.labUsuario.Name         = "labUsuario";
     this.labUsuario.Xalign       = 0F;
     this.labUsuario.LabelProp    = global::Mono.Unix.Catalog.GetString("labUsuario");
     this.hbox6.Add(this.labUsuario);
     global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.hbox6 [this.labUsuario]));
     w8.Position = 1;
     w8.Expand   = false;
     this.vbox3.Add(this.hbox6);
     global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.hbox6]));
     w9.Position = 3;
     w9.Expand   = false;
     w9.Fill     = false;
     // Container child vbox3.Gtk.Box+BoxChild
     this.hbox7         = new global::Gtk.HBox();
     this.hbox7.Name    = "hbox7";
     this.hbox7.Spacing = 6;
     // Container child hbox7.Gtk.Box+BoxChild
     this.labTipoU           = new global::Gtk.Label();
     this.labTipoU.Name      = "labTipoU";
     this.labTipoU.Xalign    = 0F;
     this.labTipoU.LabelProp = global::Mono.Unix.Catalog.GetString("Tipo de usuario: ");
     this.hbox7.Add(this.labTipoU);
     global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(this.hbox7 [this.labTipoU]));
     w10.Position = 0;
     w10.Expand   = false;
     w10.Padding  = ((uint)(50));
     // Container child hbox7.Gtk.Box+BoxChild
     this.labTipoUsuarioIndicador = new global::Gtk.Label();
     this.labTipoUsuarioIndicador.WidthRequest = 250;
     this.labTipoUsuarioIndicador.Name         = "labTipoUsuarioIndicador";
     this.labTipoUsuarioIndicador.Xalign       = 0F;
     this.labTipoUsuarioIndicador.LabelProp    = global::Mono.Unix.Catalog.GetString("labTipoUsuarioIndicador");
     this.hbox7.Add(this.labTipoUsuarioIndicador);
     global::Gtk.Box.BoxChild w11 = ((global::Gtk.Box.BoxChild)(this.hbox7 [this.labTipoUsuarioIndicador]));
     w11.Position = 1;
     w11.Expand   = false;
     w11.Padding  = ((uint)(31));
     this.vbox3.Add(this.hbox7);
     global::Gtk.Box.BoxChild w12 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.hbox7]));
     w12.Position = 4;
     w12.Expand   = false;
     w12.Fill     = false;
     // Container child vbox3.Gtk.Box+BoxChild
     this.hbox8         = new global::Gtk.HBox();
     this.hbox8.Name    = "hbox8";
     this.hbox8.Spacing = 6;
     // Container child hbox8.Gtk.Box+BoxChild
     this.labPermisos           = new global::Gtk.Label();
     this.labPermisos.Name      = "labPermisos";
     this.labPermisos.Xalign    = 0F;
     this.labPermisos.LabelProp = global::Mono.Unix.Catalog.GetString("Permisos: ");
     this.hbox8.Add(this.labPermisos);
     global::Gtk.Box.BoxChild w13 = ((global::Gtk.Box.BoxChild)(this.hbox8 [this.labPermisos]));
     w13.Position = 0;
     w13.Expand   = false;
     w13.Padding  = ((uint)(50));
     // Container child hbox8.Gtk.Box+BoxChild
     this.labPermisosIndicador = new global::Gtk.Label();
     this.labPermisosIndicador.WidthRequest = 250;
     this.labPermisosIndicador.Name         = "labPermisosIndicador";
     this.labPermisosIndicador.Xalign       = 0F;
     this.labPermisosIndicador.LabelProp    = global::Mono.Unix.Catalog.GetString("labPermisosIndicador");
     this.hbox8.Add(this.labPermisosIndicador);
     global::Gtk.Box.BoxChild w14 = ((global::Gtk.Box.BoxChild)(this.hbox8 [this.labPermisosIndicador]));
     w14.Position = 1;
     w14.Expand   = false;
     w14.Padding  = ((uint)(73));
     this.vbox3.Add(this.hbox8);
     global::Gtk.Box.BoxChild w15 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.hbox8]));
     w15.Position = 5;
     w15.Expand   = false;
     w15.Fill     = false;
     // Container child vbox3.Gtk.Box+BoxChild
     this.butCerrar = new global::Gtk.Button();
     this.butCerrar.HeightRequest = 50;
     this.butCerrar.CanFocus      = true;
     this.butCerrar.Name          = "butCerrar";
     this.butCerrar.UseUnderline  = true;
     this.butCerrar.Label         = global::Mono.Unix.Catalog.GetString("Cerrar");
     this.vbox3.Add(this.butCerrar);
     global::Gtk.Box.BoxChild w16 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.butCerrar]));
     w16.Position = 6;
     w16.Expand   = false;
     w16.Fill     = false;
     this.GtkAligInterior.Add(this.vbox3);
     this.frameInfo.Add(this.GtkAligInterior);
     this.GtkLabInformación           = new global::Gtk.Label();
     this.GtkLabInformación.Name      = "GtkLabInformación";
     this.GtkLabInformación.LabelProp = global::Mono.Unix.Catalog.GetString("<b>Información</b>");
     this.GtkLabInformación.UseMarkup = true;
     this.frameInfo.LabelWidget       = this.GtkLabInformación;
     this.Add(this.frameInfo);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.DefaultWidth  = 648;
     this.DefaultHeight = 613;
     this.Show();
     this.butCerrar.Clicked += new global::System.EventHandler(this.OnButCerrarClicked);
 }
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget Vodovoz.Views.Logistic.CarManufacturerView
     global::Stetic.BinContainer.Attach(this);
     this.Name = "Vodovoz.Views.Logistic.CarManufacturerView";
     // Container child Vodovoz.Views.Logistic.CarManufacturerView.Gtk.Container+ContainerChild
     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.buttonSave              = new global::Gamma.GtkWidgets.yButton();
     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.hbox1.Add(this.buttonSave);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.buttonSave]));
     w2.Position = 0;
     w2.Expand   = false;
     w2.Fill     = false;
     // Container child hbox1.Gtk.Box+BoxChild
     this.buttonCancel              = new global::Gamma.GtkWidgets.yButton();
     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.hbox1.Add(this.buttonCancel);
     global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.hbox1[this.buttonCancel]));
     w4.Position = 1;
     w4.Expand   = false;
     w4.Fill     = false;
     this.vbox3.Add(this.hbox1);
     global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.vbox3[this.hbox1]));
     w5.Position = 0;
     w5.Expand   = false;
     w5.Fill     = false;
     // 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.label           = new global::Gtk.Label();
     this.label.Name      = "label";
     this.label.Xalign    = 1F;
     this.label.LabelProp = global::Mono.Unix.Catalog.GetString("Название:");
     this.hbox2.Add(this.label);
     global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.hbox2[this.label]));
     w6.Position = 0;
     w6.Expand   = false;
     w6.Fill     = false;
     // Container child hbox2.Gtk.Box+BoxChild
     this.yentryCarManufacturer               = new global::Gamma.GtkWidgets.yEntry();
     this.yentryCarManufacturer.CanFocus      = true;
     this.yentryCarManufacturer.Name          = "yentryCarManufacturer";
     this.yentryCarManufacturer.IsEditable    = true;
     this.yentryCarManufacturer.InvisibleChar = '•';
     this.hbox2.Add(this.yentryCarManufacturer);
     global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.hbox2[this.yentryCarManufacturer]));
     w7.Position = 1;
     w7.Expand   = false;
     w7.Fill     = false;
     this.vbox3.Add(this.hbox2);
     global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.vbox3[this.hbox2]));
     w8.Position = 1;
     w8.Expand   = false;
     w8.Fill     = false;
     this.Add(this.vbox3);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.Hide();
 }
Пример #49
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget LynnaLab.WarpEditor
     global::Stetic.BinContainer.Attach(this);
     this.Name = "LynnaLab.WarpEditor";
     // Container child LynnaLab.WarpEditor.Gtk.Container+ContainerChild
     this.vbox2         = new global::Gtk.VBox();
     this.vbox2.Name    = "vbox2";
     this.vbox2.Spacing = 6;
     // Container child vbox2.Gtk.Box+BoxChild
     this.hbox3         = new global::Gtk.HBox();
     this.hbox3.Name    = "hbox3";
     this.hbox3.Spacing = 6;
     // Container child hbox3.Gtk.Box+BoxChild
     this.label3           = new global::Gtk.Label();
     this.label3.Name      = "label3";
     this.label3.LabelProp = global::Mono.Unix.Catalog.GetString("Room");
     this.hbox3.Add(this.label3);
     global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.hbox3 [this.label3]));
     w1.Position = 0;
     w1.Expand   = false;
     w1.Fill     = false;
     // Container child hbox3.Gtk.Box+BoxChild
     this.roomSpinButton                          = new global::LynnaLab.SpinButtonHexadecimal();
     this.roomSpinButton.CanFocus                 = true;
     this.roomSpinButton.Name                     = "roomSpinButton";
     this.roomSpinButton.Adjustment.Upper         = 100;
     this.roomSpinButton.Adjustment.PageIncrement = 10;
     this.roomSpinButton.Adjustment.StepIncrement = 1;
     this.roomSpinButton.ClimbRate                = 1;
     this.roomSpinButton.Digits                   = ((uint)(3));
     this.roomSpinButton.Numeric                  = true;
     this.hbox3.Add(this.roomSpinButton);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.hbox3 [this.roomSpinButton]));
     w2.Position = 1;
     w2.Expand   = false;
     w2.Fill     = false;
     this.vbox2.Add(this.hbox3);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.hbox3]));
     w3.Position = 0;
     w3.Expand   = false;
     w3.Fill     = false;
     // Container child vbox2.Gtk.Box+BoxChild
     this.frame1      = new global::Gtk.Frame();
     this.frame1.Name = "frame1";
     // 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));
     // Container child GtkAlignment.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.label1      = new global::Gtk.Label();
     this.label1.Name = "label1";
     this.hbox1.Add(this.label1);
     global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.label1]));
     w4.Position = 0;
     w4.Expand   = false;
     w4.Fill     = false;
     // Container child hbox1.Gtk.Box+BoxChild
     this.indexSpinButton          = new global::Gtk.SpinButton(0, 100, 1);
     this.indexSpinButton.CanFocus = true;
     this.indexSpinButton.Name     = "indexSpinButton";
     this.indexSpinButton.Adjustment.PageIncrement = 10;
     this.indexSpinButton.ClimbRate = 1;
     this.indexSpinButton.Numeric   = true;
     this.hbox1.Add(this.indexSpinButton);
     global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.indexSpinButton]));
     w5.Position = 2;
     w5.Expand   = false;
     w5.Fill     = false;
     // 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.addWarpButton              = new global::Gtk.Button();
     this.addWarpButton.CanFocus     = true;
     this.addWarpButton.Name         = "addWarpButton";
     this.addWarpButton.UseUnderline = true;
     this.addWarpButton.Label        = global::Mono.Unix.Catalog.GetString("Add Standard Warp");
     this.vbox4.Add(this.addWarpButton);
     global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.addWarpButton]));
     w6.Position = 0;
     w6.Expand   = false;
     w6.Fill     = false;
     // Container child vbox4.Gtk.Box+BoxChild
     this.addSpecificWarpButton              = new global::Gtk.Button();
     this.addSpecificWarpButton.CanFocus     = true;
     this.addSpecificWarpButton.Name         = "addSpecificWarpButton";
     this.addSpecificWarpButton.UseUnderline = true;
     this.addSpecificWarpButton.Label        = global::Mono.Unix.Catalog.GetString("Add Specific-pos Warp");
     this.vbox4.Add(this.addSpecificWarpButton);
     global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.addSpecificWarpButton]));
     w7.Position = 1;
     w7.Expand   = false;
     w7.Fill     = false;
     this.hbox1.Add(this.vbox4);
     global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.vbox4]));
     w8.Position = 3;
     w8.Expand   = false;
     w8.Fill     = false;
     // Container child hbox1.Gtk.Box+BoxChild
     this.removeWarpButton              = new global::Gtk.Button();
     this.removeWarpButton.CanFocus     = true;
     this.removeWarpButton.Name         = "removeWarpButton";
     this.removeWarpButton.UseStock     = true;
     this.removeWarpButton.UseUnderline = true;
     this.removeWarpButton.Label        = "gtk-remove";
     this.hbox1.Add(this.removeWarpButton);
     global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.removeWarpButton]));
     w9.Position = 4;
     w9.Expand   = false;
     w9.Fill     = false;
     this.vbox1.Add(this.hbox1);
     global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.hbox1]));
     w10.Position = 0;
     w10.Expand   = false;
     w10.Fill     = false;
     // Container child vbox1.Gtk.Box+BoxChild
     this.valueEditorContainer      = new global::Gtk.Alignment(0.5F, 0.5F, 0F, 0F);
     this.valueEditorContainer.Name = "valueEditorContainer";
     this.vbox1.Add(this.valueEditorContainer);
     global::Gtk.Box.BoxChild w11 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.valueEditorContainer]));
     w11.Position = 1;
     this.GtkAlignment.Add(this.vbox1);
     this.frame1.Add(this.GtkAlignment);
     this.frameLabel           = new global::Gtk.Label();
     this.frameLabel.Name      = "frameLabel";
     this.frameLabel.LabelProp = global::Mono.Unix.Catalog.GetString("Map");
     this.frameLabel.UseMarkup = true;
     this.frame1.LabelWidget   = this.frameLabel;
     this.vbox2.Add(this.frame1);
     global::Gtk.Box.BoxChild w14 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.frame1]));
     w14.Position = 1;
     w14.Expand   = false;
     // Container child vbox2.Gtk.Box+BoxChild
     this.frame2      = new global::Gtk.Frame();
     this.frame2.Name = "frame2";
     // Container child frame2.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.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.label2           = new global::Gtk.Label();
     this.label2.Name      = "label2";
     this.label2.LabelProp = global::Mono.Unix.Catalog.GetString("Group");
     this.hbox2.Add(this.label2);
     global::Gtk.Box.BoxChild w15 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.label2]));
     w15.Position = 0;
     w15.Expand   = false;
     w15.Fill     = false;
     // Container child hbox2.Gtk.Box+BoxChild
     this.destGroupSpinButton           = new global::Gtk.SpinButton(0, 100, 1);
     this.destGroupSpinButton.Sensitive = false;
     this.destGroupSpinButton.CanFocus  = true;
     this.destGroupSpinButton.Name      = "destGroupSpinButton";
     this.destGroupSpinButton.Adjustment.PageIncrement = 10;
     this.destGroupSpinButton.ClimbRate = 1;
     this.destGroupSpinButton.Numeric   = true;
     this.hbox2.Add(this.destGroupSpinButton);
     global::Gtk.Box.BoxChild w16 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.destGroupSpinButton]));
     w16.Position = 1;
     w16.Expand   = false;
     w16.Fill     = false;
     // Container child hbox2.Gtk.Box+BoxChild
     this.destIndexLabel           = new global::Gtk.Label();
     this.destIndexLabel.Name      = "destIndexLabel";
     this.destIndexLabel.LabelProp = global::Mono.Unix.Catalog.GetString("Index");
     this.hbox2.Add(this.destIndexLabel);
     global::Gtk.Box.BoxChild w17 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.destIndexLabel]));
     w17.Position = 2;
     w17.Expand   = false;
     w17.Fill     = false;
     // Container child hbox2.Gtk.Box+BoxChild
     this.destIndexSpinButton                          = new global::LynnaLab.SpinButtonHexadecimal();
     this.destIndexSpinButton.Sensitive                = false;
     this.destIndexSpinButton.CanFocus                 = true;
     this.destIndexSpinButton.Name                     = "destIndexSpinButton";
     this.destIndexSpinButton.Adjustment.Upper         = 100;
     this.destIndexSpinButton.Adjustment.PageIncrement = 10;
     this.destIndexSpinButton.Adjustment.StepIncrement = 1;
     this.destIndexSpinButton.ClimbRate                = 1;
     this.destIndexSpinButton.Digits                   = ((uint)(2));
     this.destIndexSpinButton.Numeric                  = true;
     this.hbox2.Add(this.destIndexSpinButton);
     global::Gtk.Box.BoxChild w18 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.destIndexSpinButton]));
     w18.Position = 3;
     w18.Expand   = false;
     w18.Fill     = false;
     // Container child hbox2.Gtk.Box+BoxChild
     this.destInfoLabel      = new global::Gtk.Label();
     this.destInfoLabel.Name = "destInfoLabel";
     this.hbox2.Add(this.destInfoLabel);
     global::Gtk.Box.BoxChild w19 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.destInfoLabel]));
     w19.Position = 4;
     w19.Expand   = false;
     w19.Fill     = false;
     this.vbox3.Add(this.hbox2);
     global::Gtk.Box.BoxChild w20 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.hbox2]));
     w20.Position = 0;
     w20.Expand   = false;
     w20.Fill     = false;
     // Container child vbox3.Gtk.Box+BoxChild
     this.destEditorContainer      = new global::Gtk.Alignment(0.5F, 0.5F, 1F, 1F);
     this.destEditorContainer.Name = "destEditorContainer";
     this.vbox3.Add(this.destEditorContainer);
     global::Gtk.Box.BoxChild w21 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.destEditorContainer]));
     w21.Position = 1;
     this.GtkAlignment2.Add(this.vbox3);
     this.frame2.Add(this.GtkAlignment2);
     this.GtkLabel3           = new global::Gtk.Label();
     this.GtkLabel3.Name      = "GtkLabel3";
     this.GtkLabel3.LabelProp = global::Mono.Unix.Catalog.GetString("Warp Destination");
     this.GtkLabel3.UseMarkup = true;
     this.frame2.LabelWidget  = this.GtkLabel3;
     this.vbox2.Add(this.frame2);
     global::Gtk.Box.BoxChild w24 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.frame2]));
     w24.Position = 2;
     w24.Expand   = false;
     // Container child vbox2.Gtk.Box+BoxChild
     this.alignment1      = new global::Gtk.Alignment(0.5F, 0.5F, 0.06F, 1F);
     this.alignment1.Name = "alignment1";
     // Container child alignment1.Gtk.Container+ContainerChild
     this.okButton              = new global::Gtk.Button();
     this.okButton.CanFocus     = true;
     this.okButton.Name         = "okButton";
     this.okButton.UseStock     = true;
     this.okButton.UseUnderline = true;
     this.okButton.Label        = "gtk-ok";
     this.alignment1.Add(this.okButton);
     this.vbox2.Add(this.alignment1);
     global::Gtk.Box.BoxChild w26 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.alignment1]));
     w26.Position = 3;
     w26.Expand   = false;
     w26.Fill     = false;
     this.Add(this.vbox2);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.Hide();
     this.addWarpButton.Clicked         += new global::System.EventHandler(this.OnAddWarpButtonClicked);
     this.addSpecificWarpButton.Clicked += new global::System.EventHandler(this.OnAddSpecificWarpButtonClicked);
     this.removeWarpButton.Clicked      += new global::System.EventHandler(this.OnRemoveWarpButtonClicked);
     this.okButton.Clicked += new global::System.EventHandler(this.OnOkButtonClicked);
 }
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget IdpGie.UserInterface.TopWindow
     this.UIManager = new global::Gtk.UIManager();
     global::Gtk.ActionGroup w1 = new global::Gtk.ActionGroup("Default");
     this.ControlsAction            = new global::Gtk.Action("ControlsAction", global::Mono.Unix.Catalog.GetString("Controls"), null, null);
     this.ControlsAction.ShortLabel = global::Mono.Unix.Catalog.GetString("Controls");
     w1.Add(this.ControlsAction, null);
     this.PlayAction            = new global::Gtk.Action("PlayAction", global::Mono.Unix.Catalog.GetString("Play"), null, "play");
     this.PlayAction.ShortLabel = global::Mono.Unix.Catalog.GetString("Play");
     w1.Add(this.PlayAction, null);
     this.PauseAction            = new global::Gtk.Action("PauseAction", global::Mono.Unix.Catalog.GetString("Pause"), null, "pause");
     this.PauseAction.ShortLabel = global::Mono.Unix.Catalog.GetString("Pause");
     w1.Add(this.PauseAction, null);
     this.RewindAction            = new global::Gtk.Action("RewindAction", global::Mono.Unix.Catalog.GetString("Rewind"), null, "rewind");
     this.RewindAction.ShortLabel = global::Mono.Unix.Catalog.GetString("Rewind");
     w1.Add(this.RewindAction, null);
     this.ForwardAction            = new global::Gtk.Action("ForwardAction", global::Mono.Unix.Catalog.GetString("Forward"), null, "forward");
     this.ForwardAction.ShortLabel = global::Mono.Unix.Catalog.GetString("Forward");
     w1.Add(this.ForwardAction, null);
     this.PreviousChapterAction            = new global::Gtk.Action("PreviousChapterAction", global::Mono.Unix.Catalog.GetString("Previous Chapter"), null, "previous");
     this.PreviousChapterAction.ShortLabel = global::Mono.Unix.Catalog.GetString("Previous Chapter");
     w1.Add(this.PreviousChapterAction, null);
     this.NextChapterAction            = new global::Gtk.Action("NextChapterAction", global::Mono.Unix.Catalog.GetString("Next Chapter"), null, "next");
     this.NextChapterAction.ShortLabel = global::Mono.Unix.Catalog.GetString("Next Chapter");
     w1.Add(this.NextChapterAction, null);
     this.FileAction            = new global::Gtk.Action("FileAction", global::Mono.Unix.Catalog.GetString("File"), null, null);
     this.FileAction.ShortLabel = global::Mono.Unix.Catalog.GetString("File");
     w1.Add(this.FileAction, null);
     this.OpenAction            = new global::Gtk.Action("OpenAction", global::Mono.Unix.Catalog.GetString("Open"), null, null);
     this.OpenAction.ShortLabel = global::Mono.Unix.Catalog.GetString("Open");
     w1.Add(this.OpenAction, null);
     this.ExitAction            = new global::Gtk.Action("ExitAction", global::Mono.Unix.Catalog.GetString("Exit"), null, "Quit");
     this.ExitAction.ShortLabel = global::Mono.Unix.Catalog.GetString("Exit");
     w1.Add(this.ExitAction, null);
     this.UIManager.InsertActionGroup(w1, 0);
     this.AddAccelGroup(this.UIManager.AccelGroup);
     this.Name           = "IdpGie.UserInterface.TopWindow";
     this.Title          = global::Mono.Unix.Catalog.GetString("Idp-GIE The IDP Graphical Interactive Environment");
     this.WindowPosition = ((global::Gtk.WindowPosition)(4));
     this.Modal          = true;
     this.AllowShrink    = true;
     this.DefaultWidth   = 1024;
     this.DefaultHeight  = 800;
     // Container child IdpGie.UserInterface.TopWindow.Gtk.Container+ContainerChild
     this.vhierarchy      = new global::Gtk.VBox();
     this.vhierarchy.Name = "vhierarchy";
     // Container child vhierarchy.Gtk.Box+BoxChild
     this.UIManager.AddUiFromString("<ui><menubar name='menubar1'><menu name='FileAction' action='FileAction'><menuitem name='OpenAction' action='OpenAction'/><separator/><menuitem name='ExitAction' action='ExitAction'/></menu><menu name='ControlsAction' action='ControlsAction'><menuitem name='PlayAction' action='PlayAction'/><menuitem name='PauseAction' action='PauseAction'/><menuitem name='RewindAction' action='RewindAction'/><menuitem name='ForwardAction' action='ForwardAction'/><menuitem name='PreviousChapterAction' action='PreviousChapterAction'/><menuitem name='NextChapterAction' action='NextChapterAction'/></menu></menubar></ui>");
     this.menubar1      = ((global::Gtk.MenuBar)(this.UIManager.GetWidget("/menubar1")));
     this.menubar1.Name = "menubar1";
     this.vhierarchy.Add(this.menubar1);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.vhierarchy [this.menubar1]));
     w2.Position = 0;
     w2.Expand   = false;
     w2.Fill     = false;
     // Container child vhierarchy.Gtk.Box+BoxChild
     this.mainhierarchy      = new global::Gtk.VBox();
     this.mainhierarchy.Name = "mainhierarchy";
     // Container child mainhierarchy.Gtk.Box+BoxChild
     this.mediabar         = new global::IdpGie.UserInterface.BlueprintMediabar();
     this.mediabar.Name    = "mediabar";
     this.mediabar.Min     = 0;
     this.mediabar.Max     = 0;
     this.mediabar.Current = 0;
     this.mediabar.Speed   = 1;
     this.mainhierarchy.Add(this.mediabar);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.mainhierarchy [this.mediabar]));
     w3.Position = 1;
     w3.Expand   = false;
     w3.Fill     = false;
     // Container child mainhierarchy.Gtk.Box+BoxChild
     this.tabcontrol         = new global::IdpGie.UserInterface.BlueprintTabControl();
     this.tabcontrol.Name    = "tabcontrol";
     this.tabcontrol.Min     = 0;
     this.tabcontrol.Max     = -1;
     this.tabcontrol.Current = 0;
     this.mainhierarchy.Add(this.tabcontrol);
     global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.mainhierarchy [this.tabcontrol]));
     w4.Position = 2;
     w4.Expand   = false;
     w4.Fill     = false;
     this.vhierarchy.Add(this.mainhierarchy);
     global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.vhierarchy [this.mainhierarchy]));
     w5.Position = 1;
     // Container child vhierarchy.Gtk.Box+BoxChild
     this.statusbar         = new global::Gtk.Statusbar();
     this.statusbar.Name    = "statusbar";
     this.statusbar.Spacing = 6;
     // Container child statusbar.Gtk.Box+BoxChild
     this.statusLabel           = new global::Gtk.Label();
     this.statusLabel.Name      = "statusLabel";
     this.statusLabel.LabelProp = global::Mono.Unix.Catalog.GetString("Loading...");
     this.statusbar.Add(this.statusLabel);
     global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.statusbar [this.statusLabel]));
     w6.Position = 0;
     w6.Expand   = false;
     w6.Fill     = false;
     this.vhierarchy.Add(this.statusbar);
     global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.vhierarchy [this.statusbar]));
     w7.Position = 3;
     w7.Expand   = false;
     w7.Fill     = false;
     this.Add(this.vhierarchy);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.Show();
     this.ExitAction.Activated += new global::System.EventHandler(this.Quit);
 }
Пример #51
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget MonoDevelop.VersionControl.Mercurial.MercurialCommitDialogExtensionWidget
     global::Stetic.BinContainer.Attach(this);
     this.Name = "MonoDevelop.VersionControl.Mercurial.MercurialCommitDialogExtensionWidget";
     // Container child MonoDevelop.VersionControl.Mercurial.MercurialCommitDialogExtensionWidget.Gtk.Container+ContainerChild
     this.vbox1         = new global::Gtk.VBox();
     this.vbox1.Name    = "vbox1";
     this.vbox1.Spacing = 6;
     // Container child vbox1.Gtk.Box+BoxChild
     this.checkPush               = new global::Gtk.CheckButton();
     this.checkPush.CanFocus      = true;
     this.checkPush.Name          = "checkPush";
     this.checkPush.Label         = global::Mono.Unix.Catalog.GetString("Push changes to remote repository after commit");
     this.checkPush.DrawIndicator = true;
     this.checkPush.UseUnderline  = true;
     this.vbox1.Add(this.checkPush);
     global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.checkPush]));
     w1.Position = 0;
     w1.Expand   = false;
     w1.Fill     = false;
     // Container child vbox1.Gtk.Box+BoxChild
     this.checkAuthor               = new global::Gtk.CheckButton();
     this.checkAuthor.CanFocus      = true;
     this.checkAuthor.Name          = "checkAuthor";
     this.checkAuthor.Label         = global::Mono.Unix.Catalog.GetString("Override the commit author");
     this.checkAuthor.DrawIndicator = true;
     this.checkAuthor.UseUnderline  = true;
     this.vbox1.Add(this.checkAuthor);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.checkAuthor]));
     w2.Position = 1;
     w2.Expand   = false;
     w2.Fill     = false;
     // Container child vbox1.Gtk.Box+BoxChild
     this.authorBox             = new global::Gtk.Alignment(0.5F, 0.5F, 1F, 1F);
     this.authorBox.Name        = "authorBox";
     this.authorBox.LeftPadding = ((uint)(24));
     // Container child authorBox.Gtk.Container+ContainerChild
     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.entry2               = new global::Gtk.Entry();
     this.entry2.CanFocus      = true;
     this.entry2.Name          = "entry2";
     this.entry2.IsEditable    = true;
     this.entry2.InvisibleChar = '●';
     this.table1.Add(this.entry2);
     global::Gtk.Table.TableChild w3 = ((global::Gtk.Table.TableChild)(this.table1 [this.entry2]));
     w3.TopAttach    = ((uint)(1));
     w3.BottomAttach = ((uint)(2));
     w3.LeftAttach   = ((uint)(1));
     w3.RightAttach  = ((uint)(2));
     w3.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.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.table1.Add(this.entryName);
     global::Gtk.Table.TableChild w4 = ((global::Gtk.Table.TableChild)(this.table1 [this.entryName]));
     w4.LeftAttach  = ((uint)(1));
     w4.RightAttach = ((uint)(2));
     w4.YOptions    = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.labelMail           = new global::Gtk.Label();
     this.labelMail.Name      = "labelMail";
     this.labelMail.Xalign    = 0F;
     this.labelMail.LabelProp = global::Mono.Unix.Catalog.GetString("Author e-mail:");
     this.table1.Add(this.labelMail);
     global::Gtk.Table.TableChild w5 = ((global::Gtk.Table.TableChild)(this.table1 [this.labelMail]));
     w5.TopAttach    = ((uint)(1));
     w5.BottomAttach = ((uint)(2));
     w5.XOptions     = ((global::Gtk.AttachOptions)(4));
     w5.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.labelName           = new global::Gtk.Label();
     this.labelName.Name      = "labelName";
     this.labelName.Xalign    = 0F;
     this.labelName.LabelProp = global::Mono.Unix.Catalog.GetString("Author name:");
     this.table1.Add(this.labelName);
     global::Gtk.Table.TableChild w6 = ((global::Gtk.Table.TableChild)(this.table1 [this.labelName]));
     w6.XOptions = ((global::Gtk.AttachOptions)(4));
     w6.YOptions = ((global::Gtk.AttachOptions)(4));
     this.authorBox.Add(this.table1);
     this.vbox1.Add(this.authorBox);
     global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.authorBox]));
     w8.Position = 2;
     w8.Expand   = false;
     w8.Fill     = false;
     this.Add(this.vbox1);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.authorBox.Hide();
     this.Hide();
     this.checkAuthor.Toggled += new global::System.EventHandler(this.OnCheckAuthorToggled);
     this.entryName.Changed   += new global::System.EventHandler(this.OnChanged);
     this.entry2.Changed      += new global::System.EventHandler(this.OnChanged);
 }
Пример #52
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget CBinding.PackageDetails
     this.Name           = "CBinding.PackageDetails";
     this.Title          = global::Mono.Unix.Catalog.GetString("Package Details");
     this.WindowPosition = ((global::Gtk.WindowPosition)(4));
     // Internal child CBinding.PackageDetails.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;
     this.vbox3.BorderWidth = ((uint)(3));
     // 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.descriptionLabel           = new global::Gtk.Label();
     this.descriptionLabel.Name      = "descriptionLabel";
     this.descriptionLabel.Xalign    = 0F;
     this.descriptionLabel.Yalign    = 0F;
     this.descriptionLabel.LabelProp = "label12";
     this.table1.Add(this.descriptionLabel);
     global::Gtk.Table.TableChild w2 = ((global::Gtk.Table.TableChild)(this.table1 [this.descriptionLabel]));
     w2.TopAttach    = ((uint)(2));
     w2.BottomAttach = ((uint)(3));
     w2.LeftAttach   = ((uint)(1));
     w2.RightAttach  = ((uint)(2));
     w2.XOptions     = ((global::Gtk.AttachOptions)(4));
     w2.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("Name:");
     this.table1.Add(this.label7);
     global::Gtk.Table.TableChild w3 = ((global::Gtk.Table.TableChild)(this.table1 [this.label7]));
     w3.XOptions = ((global::Gtk.AttachOptions)(4));
     w3.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child table1.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("Version:");
     this.table1.Add(this.label8);
     global::Gtk.Table.TableChild w4 = ((global::Gtk.Table.TableChild)(this.table1 [this.label8]));
     w4.TopAttach    = ((uint)(1));
     w4.BottomAttach = ((uint)(2));
     w4.XOptions     = ((global::Gtk.AttachOptions)(4));
     w4.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.label9           = new global::Gtk.Label();
     this.label9.Name      = "label9";
     this.label9.Xalign    = 0F;
     this.label9.Yalign    = 0F;
     this.label9.LabelProp = global::Mono.Unix.Catalog.GetString("Description:");
     this.table1.Add(this.label9);
     global::Gtk.Table.TableChild w5 = ((global::Gtk.Table.TableChild)(this.table1 [this.label9]));
     w5.TopAttach    = ((uint)(2));
     w5.BottomAttach = ((uint)(3));
     w5.XOptions     = ((global::Gtk.AttachOptions)(4));
     w5.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.nameLabel           = new global::Gtk.Label();
     this.nameLabel.Name      = "nameLabel";
     this.nameLabel.Xalign    = 0F;
     this.nameLabel.LabelProp = "label10";
     this.table1.Add(this.nameLabel);
     global::Gtk.Table.TableChild w6 = ((global::Gtk.Table.TableChild)(this.table1 [this.nameLabel]));
     w6.LeftAttach  = ((uint)(1));
     w6.RightAttach = ((uint)(2));
     w6.XOptions    = ((global::Gtk.AttachOptions)(4));
     w6.YOptions    = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.versionLabel           = new global::Gtk.Label();
     this.versionLabel.Name      = "versionLabel";
     this.versionLabel.Xalign    = 0F;
     this.versionLabel.LabelProp = "label11";
     this.table1.Add(this.versionLabel);
     global::Gtk.Table.TableChild w7 = ((global::Gtk.Table.TableChild)(this.table1 [this.versionLabel]));
     w7.TopAttach    = ((uint)(1));
     w7.BottomAttach = ((uint)(2));
     w7.LeftAttach   = ((uint)(1));
     w7.RightAttach  = ((uint)(2));
     w7.XOptions     = ((global::Gtk.AttachOptions)(4));
     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 = 0;
     w8.Expand   = false;
     w8.Fill     = false;
     // Container child vbox3.Gtk.Box+BoxChild
     this.vbox4         = new global::Gtk.VBox();
     this.vbox4.Name    = "vbox4";
     this.vbox4.Spacing = 6;
     // Container child vbox4.Gtk.Box+BoxChild
     this.label13           = new global::Gtk.Label();
     this.label13.Name      = "label13";
     this.label13.Xalign    = 0F;
     this.label13.LabelProp = global::Mono.Unix.Catalog.GetString("Requires:");
     this.vbox4.Add(this.label13);
     global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.label13]));
     w9.Position = 0;
     w9.Expand   = false;
     w9.Fill     = false;
     // Container child vbox4.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
     global::Gtk.Viewport w10 = new global::Gtk.Viewport();
     w10.ShadowType = ((global::Gtk.ShadowType)(0));
     // Container child GtkViewport.Gtk.Container+ContainerChild
     this.requiresTreeView          = new global::Gtk.TreeView();
     this.requiresTreeView.CanFocus = true;
     this.requiresTreeView.Name     = "requiresTreeView";
     w10.Add(this.requiresTreeView);
     this.scrolledwindow1.Add(w10);
     this.vbox4.Add(this.scrolledwindow1);
     global::Gtk.Box.BoxChild w13 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.scrolledwindow1]));
     w13.Position = 1;
     this.vbox3.Add(this.vbox4);
     global::Gtk.Box.BoxChild w14 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.vbox4]));
     w14.Position = 1;
     // Container child vbox3.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.Xalign    = 0F;
     this.label1.LabelProp = global::Mono.Unix.Catalog.GetString("Libs:");
     this.vbox2.Add(this.label1);
     global::Gtk.Box.BoxChild w15 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.label1]));
     w15.Position = 0;
     w15.Expand   = false;
     w15.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.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 w16 = new global::Gtk.Viewport();
     w16.ShadowType = ((global::Gtk.ShadowType)(0));
     // Container child GtkViewport1.Gtk.Container+ContainerChild
     this.libPathsTreeView          = new global::Gtk.TreeView();
     this.libPathsTreeView.CanFocus = true;
     this.libPathsTreeView.Name     = "libPathsTreeView";
     w16.Add(this.libPathsTreeView);
     this.scrolledwindow2.Add(w16);
     this.hbox1.Add(this.scrolledwindow2);
     global::Gtk.Box.BoxChild w19 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.scrolledwindow2]));
     w19.Position = 0;
     // Container child hbox1.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
     global::Gtk.Viewport w20 = new global::Gtk.Viewport();
     w20.ShadowType = ((global::Gtk.ShadowType)(0));
     // Container child GtkViewport2.Gtk.Container+ContainerChild
     this.libsTreeView          = new global::Gtk.TreeView();
     this.libsTreeView.CanFocus = true;
     this.libsTreeView.Name     = "libsTreeView";
     w20.Add(this.libsTreeView);
     this.scrolledwindow3.Add(w20);
     this.hbox1.Add(this.scrolledwindow3);
     global::Gtk.Box.BoxChild w23 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.scrolledwindow3]));
     w23.Position = 1;
     this.vbox2.Add(this.hbox1);
     global::Gtk.Box.BoxChild w24 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.hbox1]));
     w24.Position = 1;
     this.vbox3.Add(this.vbox2);
     global::Gtk.Box.BoxChild w25 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.vbox2]));
     w25.Position = 2;
     // Container child vbox3.Gtk.Box+BoxChild
     this.vbox5         = new global::Gtk.VBox();
     this.vbox5.Name    = "vbox5";
     this.vbox5.Spacing = 6;
     // Container child vbox5.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("CFlags:");
     this.vbox5.Add(this.label2);
     global::Gtk.Box.BoxChild w26 = ((global::Gtk.Box.BoxChild)(this.vbox5 [this.label2]));
     w26.Position = 0;
     w26.Expand   = false;
     w26.Fill     = false;
     // Container child vbox5.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
     global::Gtk.Viewport w27 = new global::Gtk.Viewport();
     w27.ShadowType = ((global::Gtk.ShadowType)(0));
     // Container child GtkViewport3.Gtk.Container+ContainerChild
     this.cflagsTreeView          = new global::Gtk.TreeView();
     this.cflagsTreeView.CanFocus = true;
     this.cflagsTreeView.Name     = "cflagsTreeView";
     w27.Add(this.cflagsTreeView);
     this.scrolledwindow4.Add(w27);
     this.vbox5.Add(this.scrolledwindow4);
     global::Gtk.Box.BoxChild w30 = ((global::Gtk.Box.BoxChild)(this.vbox5 [this.scrolledwindow4]));
     w30.Position = 1;
     this.vbox3.Add(this.vbox5);
     global::Gtk.Box.BoxChild w31 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.vbox5]));
     w31.Position = 3;
     w1.Add(this.vbox3);
     global::Gtk.Box.BoxChild w32 = ((global::Gtk.Box.BoxChild)(w1 [this.vbox3]));
     w32.Position = 0;
     // Internal child CBinding.PackageDetails.ActionArea
     global::Gtk.HButtonBox w33 = this.ActionArea;
     w33.Name        = "dialog1_ActionArea";
     w33.Spacing     = 6;
     w33.BorderWidth = ((uint)(5));
     w33.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 w34 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w33 [this.buttonOk]));
     w34.Expand = false;
     w34.Fill   = false;
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.DefaultWidth  = 608;
     this.DefaultHeight = 528;
     this.Hide();
     this.buttonOk.Clicked += new global::System.EventHandler(this.OnButtonOkClicked);
 }
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget Pinta.Effects.CurvesDialog
     this.Name            = "Pinta.Effects.CurvesDialog";
     this.Title           = global::Mono.Unix.Catalog.GetString("Curves");
     this.WindowPosition  = ((global::Gtk.WindowPosition)(4));
     this.Resizable       = false;
     this.AllowGrow       = false;
     this.SkipTaskbarHint = true;
     // Internal child Pinta.Effects.CurvesDialog.VBox
     global::Gtk.VBox w1 = this.VBox;
     w1.Name        = "dialog1_VBox";
     w1.BorderWidth = ((uint)(2));
     // Container child dialog1_VBox.Gtk.Box+BoxChild
     this.hbox1         = new global::Gtk.HBox();
     this.hbox1.Name    = "hbox1";
     this.hbox1.Spacing = 6;
     // Container child hbox1.Gtk.Box+BoxChild
     this.labelMap           = new global::Gtk.Label();
     this.labelMap.Name      = "labelMap";
     this.labelMap.LabelProp = global::Mono.Unix.Catalog.GetString("Transfer Map");
     this.hbox1.Add(this.labelMap);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.labelMap]));
     w2.Position = 0;
     w2.Expand   = false;
     w2.Fill     = false;
     // Container child hbox1.Gtk.Box+BoxChild
     this.hseparatorMap      = new global::Gtk.HSeparator();
     this.hseparatorMap.Name = "hseparatorMap";
     this.hbox1.Add(this.hseparatorMap);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.hseparatorMap]));
     w3.Position = 1;
     w1.Add(this.hbox1);
     global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(w1 [this.hbox1]));
     w4.Position = 0;
     w4.Expand   = false;
     w4.Fill     = false;
     // Container child dialog1_VBox.Gtk.Box+BoxChild
     this.hbox2         = new global::Gtk.HBox();
     this.hbox2.Name    = "hbox2";
     this.hbox2.Spacing = 6;
     // Container child hbox2.Gtk.Box+BoxChild
     this.comboMap = global::Gtk.ComboBox.NewText();
     this.comboMap.AppendText(global::Mono.Unix.Catalog.GetString("RGB"));
     this.comboMap.AppendText(global::Mono.Unix.Catalog.GetString("Luminosity"));
     this.comboMap.Name   = "comboMap";
     this.comboMap.Active = 1;
     this.hbox2.Add(this.comboMap);
     global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.comboMap]));
     w5.Position = 0;
     w5.Expand   = false;
     w5.Fill     = false;
     // Container child hbox2.Gtk.Box+BoxChild
     this.alignment3      = new global::Gtk.Alignment(1F, 0.5F, 0F, 0F);
     this.alignment3.Name = "alignment3";
     // Container child alignment3.Gtk.Container+ContainerChild
     this.labelPoint           = new global::Gtk.Label();
     this.labelPoint.Name      = "labelPoint";
     this.labelPoint.LabelProp = global::Mono.Unix.Catalog.GetString("(256, 256)");
     this.alignment3.Add(this.labelPoint);
     this.hbox2.Add(this.alignment3);
     global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.alignment3]));
     w7.PackType = ((global::Gtk.PackType)(1));
     w7.Position = 2;
     w7.Expand   = false;
     w7.Fill     = false;
     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.drawing = new global::Gtk.DrawingArea();
     this.drawing.WidthRequest  = 256;
     this.drawing.HeightRequest = 256;
     this.drawing.CanFocus      = true;
     this.drawing.Events        = ((global::Gdk.EventMask)(795646));
     this.drawing.Name          = "drawing";
     w1.Add(this.drawing);
     global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(w1 [this.drawing]));
     w9.Position = 2;
     w9.Padding  = ((uint)(8));
     // Container child dialog1_VBox.Gtk.Box+BoxChild
     this.hbox3      = new global::Gtk.HBox();
     this.hbox3.Name = "hbox3";
     // Container child hbox3.Gtk.Box+BoxChild
     this.checkRed               = new global::Gtk.CheckButton();
     this.checkRed.CanFocus      = true;
     this.checkRed.Name          = "checkRed";
     this.checkRed.Label         = global::Mono.Unix.Catalog.GetString("Red  ");
     this.checkRed.Active        = true;
     this.checkRed.DrawIndicator = true;
     this.checkRed.UseUnderline  = true;
     this.hbox3.Add(this.checkRed);
     global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(this.hbox3 [this.checkRed]));
     w10.Position = 0;
     // Container child hbox3.Gtk.Box+BoxChild
     this.checkGreen               = new global::Gtk.CheckButton();
     this.checkGreen.CanFocus      = true;
     this.checkGreen.Name          = "checkGreen";
     this.checkGreen.Label         = global::Mono.Unix.Catalog.GetString("Green");
     this.checkGreen.Active        = true;
     this.checkGreen.DrawIndicator = true;
     this.checkGreen.UseUnderline  = true;
     this.hbox3.Add(this.checkGreen);
     global::Gtk.Box.BoxChild w11 = ((global::Gtk.Box.BoxChild)(this.hbox3 [this.checkGreen]));
     w11.Position = 1;
     // Container child hbox3.Gtk.Box+BoxChild
     this.checkBlue               = new global::Gtk.CheckButton();
     this.checkBlue.CanFocus      = true;
     this.checkBlue.Name          = "checkBlue";
     this.checkBlue.Label         = global::Mono.Unix.Catalog.GetString("Blue ");
     this.checkBlue.Active        = true;
     this.checkBlue.DrawIndicator = true;
     this.checkBlue.UseUnderline  = true;
     this.hbox3.Add(this.checkBlue);
     global::Gtk.Box.BoxChild w12 = ((global::Gtk.Box.BoxChild)(this.hbox3 [this.checkBlue]));
     w12.Position = 2;
     // Container child hbox3.Gtk.Box+BoxChild
     this.alignment1      = new global::Gtk.Alignment(0.5F, 0.5F, 1F, 1F);
     this.alignment1.Name = "alignment1";
     this.hbox3.Add(this.alignment1);
     global::Gtk.Box.BoxChild w13 = ((global::Gtk.Box.BoxChild)(this.hbox3 [this.alignment1]));
     w13.Position = 3;
     // Container child hbox3.Gtk.Box+BoxChild
     this.buttonReset = new global::Gtk.Button();
     this.buttonReset.WidthRequest  = 81;
     this.buttonReset.HeightRequest = 30;
     this.buttonReset.CanFocus      = true;
     this.buttonReset.Name          = "buttonReset";
     this.buttonReset.UseUnderline  = true;
     this.buttonReset.Label         = global::Mono.Unix.Catalog.GetString("Reset");
     this.hbox3.Add(this.buttonReset);
     global::Gtk.Box.BoxChild w14 = ((global::Gtk.Box.BoxChild)(this.hbox3 [this.buttonReset]));
     w14.Position = 4;
     w14.Expand   = false;
     w14.Fill     = false;
     w1.Add(this.hbox3);
     global::Gtk.Box.BoxChild w15 = ((global::Gtk.Box.BoxChild)(w1 [this.hbox3]));
     w15.Position = 3;
     w15.Expand   = false;
     w15.Fill     = false;
     // Container child dialog1_VBox.Gtk.Box+BoxChild
     this.labelTip           = new global::Gtk.Label();
     this.labelTip.Name      = "labelTip";
     this.labelTip.LabelProp = global::Mono.Unix.Catalog.GetString("Tip: Right-click to remove control points.");
     w1.Add(this.labelTip);
     global::Gtk.Box.BoxChild w16 = ((global::Gtk.Box.BoxChild)(w1 [this.labelTip]));
     w16.Position = 4;
     w16.Expand   = false;
     w16.Fill     = false;
     // Internal child Pinta.Effects.CurvesDialog.ActionArea
     global::Gtk.HButtonBox w17 = this.ActionArea;
     w17.Name        = "dialog1_ActionArea";
     w17.Spacing     = 10;
     w17.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 w18 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w17 [this.buttonCancel]));
     w18.Expand = false;
     w18.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 w19 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w17 [this.buttonOk]));
     w19.Position = 1;
     w19.Expand   = false;
     w19.Fill     = false;
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.DefaultWidth  = 269;
     this.DefaultHeight = 418;
     this.checkRed.Hide();
     this.checkGreen.Hide();
     this.checkBlue.Hide();
     this.Show();
 }
Пример #54
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget ocmgtk.SendWaypointsDialog
     this.WidthRequest   = 400;
     this.Name           = "ocmgtk.SendWaypointsDialog";
     this.Title          = global::Mono.Unix.Catalog.GetString("Sending Caches...");
     this.WindowPosition = ((global::Gtk.WindowPosition)(4));
     this.Modal          = true;
     this.BorderWidth    = ((uint)(6));
     this.Resizable      = false;
     this.AllowGrow      = false;
     // Internal child ocmgtk.SendWaypointsDialog.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;
     // 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("<big><b>Sending Caches To GPS</b></big>");
     this.label1.UseMarkup = true;
     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.writeProgress      = new global::Gtk.ProgressBar();
     this.writeProgress.Name = "writeProgress";
     this.writeProgress.Text = "0%";
     this.vbox2.Add(this.writeProgress);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.writeProgress]));
     w3.Position = 1;
     w3.Expand   = false;
     w3.Fill     = false;
     // Container child vbox2.Gtk.Box+BoxChild
     this.infoLabel           = new global::Gtk.Label();
     this.infoLabel.Name      = "infoLabel";
     this.infoLabel.Xalign    = 0F;
     this.infoLabel.LabelProp = global::Mono.Unix.Catalog.GetString("<i>Initializing</i>");
     this.infoLabel.UseMarkup = true;
     this.vbox2.Add(this.infoLabel);
     global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.infoLabel]));
     w4.Position = 2;
     w4.Expand   = false;
     w4.Fill     = false;
     w1.Add(this.vbox2);
     global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(w1 [this.vbox2]));
     w5.Position = 0;
     w5.Expand   = false;
     w5.Fill     = false;
     w5.Padding  = ((uint)(6));
     // Internal child ocmgtk.SendWaypointsDialog.ActionArea
     global::Gtk.HButtonBox w6 = this.ActionArea;
     w6.Name        = "dialog1_ActionArea";
     w6.Spacing     = 10;
     w6.BorderWidth = ((uint)(5));
     w6.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 w7 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w6 [this.buttonCancel]));
     w7.Expand = false;
     w7.Fill   = false;
     // Container child dialog1_ActionArea.Gtk.ButtonBox+ButtonBoxChild
     this.closeButton              = new global::Gtk.Button();
     this.closeButton.CanFocus     = true;
     this.closeButton.Name         = "closeButton";
     this.closeButton.UseUnderline = true;
     this.closeButton.Label        = global::Mono.Unix.Catalog.GetString("Close");
     this.AddActionWidget(this.closeButton, 0);
     global::Gtk.ButtonBox.ButtonBoxChild w8 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w6 [this.closeButton]));
     w8.Position = 1;
     w8.Expand   = false;
     w8.Fill     = false;
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.DefaultWidth  = 412;
     this.DefaultHeight = 181;
     this.closeButton.Hide();
     this.Show();
     this.DeleteEvent          += new global::Gtk.DeleteEventHandler(this.OnDelete);
     this.buttonCancel.Clicked += new global::System.EventHandler(this.OnCancelClick);
     this.closeButton.Clicked  += new global::System.EventHandler(this.OnCloseClick);
 }
Пример #55
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget Vodovoz.ReportsParameters.PotentialFreePromosetsReport
     global::Stetic.BinContainer.Attach(this);
     this.Name = "Vodovoz.ReportsParameters.PotentialFreePromosetsReport";
     // Container child Vodovoz.ReportsParameters.PotentialFreePromosetsReport.Gtk.Container+ContainerChild
     this.vboxMainMastersReport         = new global::Gtk.VBox();
     this.vboxMainMastersReport.Name    = "vboxMainMastersReport";
     this.vboxMainMastersReport.Spacing = 6;
     // Container child vboxMainMastersReport.Gtk.Box+BoxChild
     this.hboxPeriod         = new global::Gtk.HBox();
     this.hboxPeriod.Name    = "hboxPeriod";
     this.hboxPeriod.Spacing = 6;
     // Container child hboxPeriod.Gtk.Box+BoxChild
     this.labelPeriod           = new global::Gtk.Label();
     this.labelPeriod.Name      = "labelPeriod";
     this.labelPeriod.Xalign    = 0F;
     this.labelPeriod.LabelProp = global::Mono.Unix.Catalog.GetString("Дата создания:");
     this.hboxPeriod.Add(this.labelPeriod);
     global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.hboxPeriod[this.labelPeriod]));
     w1.Position = 0;
     w1.Expand   = false;
     w1.Fill     = false;
     // Container child hboxPeriod.Gtk.Box+BoxChild
     this.dateperiodpicker           = new global::QS.Widgets.GtkUI.DateRangePicker();
     this.dateperiodpicker.Events    = ((global::Gdk.EventMask)(256));
     this.dateperiodpicker.Name      = "dateperiodpicker";
     this.dateperiodpicker.StartDate = new global::System.DateTime(0);
     this.dateperiodpicker.EndDate   = new global::System.DateTime(0);
     this.hboxPeriod.Add(this.dateperiodpicker);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.hboxPeriod[this.dateperiodpicker]));
     w2.Position = 1;
     this.vboxMainMastersReport.Add(this.hboxPeriod);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.vboxMainMastersReport[this.hboxPeriod]));
     w3.Position = 0;
     w3.Expand   = false;
     w3.Fill     = false;
     // Container child vboxMainMastersReport.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.ytreeview1          = new global::Gamma.GtkWidgets.yTreeView();
     this.ytreeview1.CanFocus = true;
     this.ytreeview1.Name     = "ytreeview1";
     this.GtkScrolledWindow.Add(this.ytreeview1);
     this.vboxMainMastersReport.Add(this.GtkScrolledWindow);
     global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.vboxMainMastersReport[this.GtkScrolledWindow]));
     w5.Position = 1;
     // Container child vboxMainMastersReport.Gtk.Box+BoxChild
     this.buttonCreateReport              = new global::Gtk.Button();
     this.buttonCreateReport.CanFocus     = true;
     this.buttonCreateReport.Name         = "buttonCreateReport";
     this.buttonCreateReport.UseUnderline = true;
     this.buttonCreateReport.Label        = global::Mono.Unix.Catalog.GetString("Сформировать отчет");
     this.vboxMainMastersReport.Add(this.buttonCreateReport);
     global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.vboxMainMastersReport[this.buttonCreateReport]));
     w6.Position = 3;
     w6.Expand   = false;
     w6.Fill     = false;
     this.Add(this.vboxMainMastersReport);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.Hide();
 }
Пример #56
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget Project.Dialog
     this.Name           = "Project.Dialog";
     this.WindowPosition = ((global::Gtk.WindowPosition)(4));
     // Internal child Project.Dialog.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;
     // 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("Title: ");
     this.hbox1.Add(this.label1);
     global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.label1]));
     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;
     this.vbox2.Add(this.hbox1);
     global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.hbox1]));
     w4.Position = 0;
     w4.Expand   = false;
     w4.Fill     = false;
     // Container child vbox2.Gtk.Box+BoxChild
     this.label2           = new global::Gtk.Label();
     this.label2.Name      = "label2";
     this.label2.LabelProp = global::Mono.Unix.Catalog.GetString("Description: ");
     this.vbox2.Add(this.label2);
     global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.label2]));
     w5.Position = 1;
     w5.Expand   = false;
     w5.Fill     = false;
     // 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.textview1          = new global::Gtk.TextView();
     this.textview1.CanFocus = true;
     this.textview1.Name     = "textview1";
     this.GtkScrolledWindow.Add(this.textview1);
     this.vbox2.Add(this.GtkScrolledWindow);
     global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.GtkScrolledWindow]));
     w7.Position = 2;
     w1.Add(this.vbox2);
     global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(w1 [this.vbox2]));
     w8.Position = 0;
     // Container child dialog1_VBox.Gtk.Box+BoxChild
     this.label3           = new global::Gtk.Label();
     this.label3.Name      = "label3";
     this.label3.LabelProp = global::Mono.Unix.Catalog.GetString("...");
     w1.Add(this.label3);
     global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(w1 [this.label3]));
     w9.Position = 1;
     w9.Expand   = false;
     w9.Fill     = false;
     // Internal child Project.Dialog.ActionArea
     global::Gtk.HButtonBox w10 = this.ActionArea;
     w10.Name        = "dialog1_ActionArea";
     w10.Spacing     = 10;
     w10.BorderWidth = ((uint)(5));
     w10.LayoutStyle = ((global::Gtk.ButtonBoxStyle)(4));
     // Container child dialog1_ActionArea.Gtk.ButtonBox+ButtonBoxChild
     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("Choose File");
     this.AddActionWidget(this.button9, 0);
     global::Gtk.ButtonBox.ButtonBoxChild w11 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w10 [this.button9]));
     w11.Expand = false;
     w11.Fill   = false;
     // 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)(w10 [this.buttonCancel]));
     w12.Position = 1;
     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)(w10 [this.buttonOk]));
     w13.Position = 2;
     w13.Expand   = false;
     w13.Fill     = false;
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.DefaultWidth  = 400;
     this.DefaultHeight = 300;
     this.Show();
     this.button9.Clicked      += new global::System.EventHandler(this.OnButton9Clicked);
     this.buttonCancel.Clicked += new global::System.EventHandler(this.OnButtonCancelClicked);
     this.buttonOk.Clicked     += new global::System.EventHandler(this.OnButtonOkClicked);
 }
Пример #57
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget Vodovoz.RouteListsFilter
     global::Stetic.BinContainer.Attach(this);
     this.Name = "Vodovoz.RouteListsFilter";
     // Container child Vodovoz.RouteListsFilter.Gtk.Container+ContainerChild
     this.scrolledwindow1                  = new global::Gtk.ScrolledWindow();
     this.scrolledwindow1.CanFocus         = true;
     this.scrolledwindow1.Name             = "scrolledwindow1";
     this.scrolledwindow1.VscrollbarPolicy = ((global::Gtk.PolicyType)(2));
     this.scrolledwindow1.ShadowType       = ((global::Gtk.ShadowType)(1));
     // Container child scrolledwindow1.Gtk.Container+ContainerChild
     global::Gtk.Viewport w1 = new global::Gtk.Viewport();
     w1.ShadowType = ((global::Gtk.ShadowType)(0));
     // Container child GtkViewport.Gtk.Container+ContainerChild
     this.table1               = new global::Gtk.Table(((uint)(3)), ((uint)(7)), false);
     this.table1.Name          = "table1";
     this.table1.RowSpacing    = ((uint)(6));
     this.table1.ColumnSpacing = ((uint)(6));
     // Container child table1.Gtk.Table+TableChild
     this.buttonStatusAll              = new global::Gtk.Button();
     this.buttonStatusAll.CanFocus     = true;
     this.buttonStatusAll.Name         = "buttonStatusAll";
     this.buttonStatusAll.UseUnderline = true;
     this.buttonStatusAll.Label        = global::Mono.Unix.Catalog.GetString("Выбрать все");
     this.table1.Add(this.buttonStatusAll);
     global::Gtk.Table.TableChild w2 = ((global::Gtk.Table.TableChild)(this.table1[this.buttonStatusAll]));
     w2.LeftAttach  = ((uint)(1));
     w2.RightAttach = ((uint)(2));
     w2.XOptions    = ((global::Gtk.AttachOptions)(4));
     w2.YOptions    = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.buttonStatusNone              = new global::Gtk.Button();
     this.buttonStatusNone.CanFocus     = true;
     this.buttonStatusNone.Name         = "buttonStatusNone";
     this.buttonStatusNone.UseUnderline = true;
     this.buttonStatusNone.Label        = global::Mono.Unix.Catalog.GetString("Снять выбор");
     this.table1.Add(this.buttonStatusNone);
     global::Gtk.Table.TableChild w3 = ((global::Gtk.Table.TableChild)(this.table1[this.buttonStatusNone]));
     w3.TopAttach    = ((uint)(1));
     w3.BottomAttach = ((uint)(2));
     w3.LeftAttach   = ((uint)(1));
     w3.RightAttach  = ((uint)(2));
     w3.XOptions     = ((global::Gtk.AttachOptions)(4));
     w3.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.checkDriversWithAttachedTerminals = new global::Gamma.GtkWidgets.yCheckButton();
     this.checkDriversWithAttachedTerminals.TooltipMarkup = "Будут показаны только те МЛ, к водителям которых привязан терминал";
     this.checkDriversWithAttachedTerminals.CanFocus      = true;
     this.checkDriversWithAttachedTerminals.Name          = "checkDriversWithAttachedTerminals";
     this.checkDriversWithAttachedTerminals.Label         = global::Mono.Unix.Catalog.GetString("Показывать МЛ водителей с терминалами");
     this.checkDriversWithAttachedTerminals.DrawIndicator = true;
     this.checkDriversWithAttachedTerminals.UseUnderline  = true;
     this.table1.Add(this.checkDriversWithAttachedTerminals);
     global::Gtk.Table.TableChild w4 = ((global::Gtk.Table.TableChild)(this.table1[this.checkDriversWithAttachedTerminals]));
     w4.LeftAttach  = ((uint)(4));
     w4.RightAttach = ((uint)(5));
     w4.XOptions    = ((global::Gtk.AttachOptions)(4));
     w4.YOptions    = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.dateperiodOrders           = new global::QS.Widgets.GtkUI.DateRangePicker();
     this.dateperiodOrders.Events    = ((global::Gdk.EventMask)(256));
     this.dateperiodOrders.Name      = "dateperiodOrders";
     this.dateperiodOrders.StartDate = new global::System.DateTime(0);
     this.dateperiodOrders.EndDate   = new global::System.DateTime(0);
     this.table1.Add(this.dateperiodOrders);
     global::Gtk.Table.TableChild w5 = ((global::Gtk.Table.TableChild)(this.table1[this.dateperiodOrders]));
     w5.TopAttach    = ((uint)(1));
     w5.BottomAttach = ((uint)(2));
     w5.LeftAttach   = ((uint)(3));
     w5.RightAttach  = ((uint)(4));
     w5.XOptions     = ((global::Gtk.AttachOptions)(4));
     w5.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.GtkScrolledWindow = new global::Gtk.ScrolledWindow();
     this.GtkScrolledWindow.WidthRequest = 220;
     this.GtkScrolledWindow.Name         = "GtkScrolledWindow";
     this.GtkScrolledWindow.ShadowType   = ((global::Gtk.ShadowType)(1));
     // Container child GtkScrolledWindow.Gtk.Container+ContainerChild
     this.ytreeviewRouteListStatuses                = new global::Gamma.GtkWidgets.yTreeView();
     this.ytreeviewRouteListStatuses.CanFocus       = true;
     this.ytreeviewRouteListStatuses.Name           = "ytreeviewRouteListStatuses";
     this.ytreeviewRouteListStatuses.HeadersVisible = false;
     this.GtkScrolledWindow.Add(this.ytreeviewRouteListStatuses);
     this.table1.Add(this.GtkScrolledWindow);
     global::Gtk.Table.TableChild w7 = ((global::Gtk.Table.TableChild)(this.table1[this.GtkScrolledWindow]));
     w7.BottomAttach = ((uint)(3));
     w7.XOptions     = ((global::Gtk.AttachOptions)(0));
     w7.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.GtkScrolledWindowOwnType = new global::Gtk.ScrolledWindow();
     this.GtkScrolledWindowOwnType.WidthRequest = 250;
     this.GtkScrolledWindowOwnType.Name         = "GtkScrolledWindowOwnType";
     this.GtkScrolledWindowOwnType.ShadowType   = ((global::Gtk.ShadowType)(1));
     // Container child GtkScrolledWindowOwnType.Gtk.Container+ContainerChild
     global::Gtk.Viewport w8 = new global::Gtk.Viewport();
     w8.ShadowType = ((global::Gtk.ShadowType)(0));
     // Container child GtkViewport2.Gtk.Container+ContainerChild
     this.enumcheckCarOwnType      = new global::Gamma.Widgets.EnumCheckList();
     this.enumcheckCarOwnType.Name = "enumcheckCarOwnType";
     w8.Add(this.enumcheckCarOwnType);
     this.GtkScrolledWindowOwnType.Add(w8);
     this.table1.Add(this.GtkScrolledWindowOwnType);
     global::Gtk.Table.TableChild w11 = ((global::Gtk.Table.TableChild)(this.table1[this.GtkScrolledWindowOwnType]));
     w11.TopAttach    = ((uint)(1));
     w11.BottomAttach = ((uint)(3));
     w11.LeftAttach   = ((uint)(6));
     w11.RightAttach  = ((uint)(7));
     w11.XOptions     = ((global::Gtk.AttachOptions)(4));
     w11.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.GtkScrolledWindowTypeOfUse = new global::Gtk.ScrolledWindow();
     this.GtkScrolledWindowTypeOfUse.WidthRequest = 250;
     this.GtkScrolledWindowTypeOfUse.Name         = "GtkScrolledWindowTypeOfUse";
     this.GtkScrolledWindowTypeOfUse.ShadowType   = ((global::Gtk.ShadowType)(1));
     // Container child GtkScrolledWindowTypeOfUse.Gtk.Container+ContainerChild
     global::Gtk.Viewport w12 = new global::Gtk.Viewport();
     w12.ShadowType = ((global::Gtk.ShadowType)(0));
     // Container child GtkViewport1.Gtk.Container+ContainerChild
     this.enumcheckCarTypeOfUse      = new global::Gamma.Widgets.EnumCheckList();
     this.enumcheckCarTypeOfUse.Name = "enumcheckCarTypeOfUse";
     w12.Add(this.enumcheckCarTypeOfUse);
     this.GtkScrolledWindowTypeOfUse.Add(w12);
     this.table1.Add(this.GtkScrolledWindowTypeOfUse);
     global::Gtk.Table.TableChild w15 = ((global::Gtk.Table.TableChild)(this.table1[this.GtkScrolledWindowTypeOfUse]));
     w15.TopAttach    = ((uint)(1));
     w15.BottomAttach = ((uint)(3));
     w15.LeftAttach   = ((uint)(5));
     w15.RightAttach  = ((uint)(6));
     w15.XOptions     = ((global::Gtk.AttachOptions)(4));
     w15.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 w16 = ((global::Gtk.Table.TableChild)(this.table1[this.label2]));
     w16.TopAttach    = ((uint)(2));
     w16.BottomAttach = ((uint)(3));
     w16.LeftAttach   = ((uint)(2));
     w16.RightAttach  = ((uint)(3));
     w16.XOptions     = ((global::Gtk.AttachOptions)(4));
     w16.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.LabelProp = global::Mono.Unix.Catalog.GetString("Район города:");
     this.table1.Add(this.label3);
     global::Gtk.Table.TableChild w17 = ((global::Gtk.Table.TableChild)(this.table1[this.label3]));
     w17.LeftAttach  = ((uint)(2));
     w17.RightAttach = ((uint)(3));
     w17.XOptions    = ((global::Gtk.AttachOptions)(4));
     w17.YOptions    = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.label4           = new global::Gtk.Label();
     this.label4.Name      = "label4";
     this.label4.Xalign    = 1F;
     this.label4.LabelProp = global::Mono.Unix.Catalog.GetString("Период:");
     this.table1.Add(this.label4);
     global::Gtk.Table.TableChild w18 = ((global::Gtk.Table.TableChild)(this.table1[this.label4]));
     w18.TopAttach    = ((uint)(1));
     w18.BottomAttach = ((uint)(2));
     w18.LeftAttach   = ((uint)(2));
     w18.RightAttach  = ((uint)(3));
     w18.XOptions     = ((global::Gtk.AttachOptions)(4));
     w18.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.yentryreferenceShift        = new global::Gamma.Widgets.yEntryReference();
     this.yentryreferenceShift.Events = ((global::Gdk.EventMask)(256));
     this.yentryreferenceShift.Name   = "yentryreferenceShift";
     this.table1.Add(this.yentryreferenceShift);
     global::Gtk.Table.TableChild w19 = ((global::Gtk.Table.TableChild)(this.table1[this.yentryreferenceShift]));
     w19.TopAttach    = ((uint)(2));
     w19.BottomAttach = ((uint)(3));
     w19.LeftAttach   = ((uint)(3));
     w19.RightAttach  = ((uint)(4));
     w19.XOptions     = ((global::Gtk.AttachOptions)(4));
     w19.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.ylabelOwnType           = new global::Gamma.GtkWidgets.yLabel();
     this.ylabelOwnType.Name      = "ylabelOwnType";
     this.ylabelOwnType.LabelProp = global::Mono.Unix.Catalog.GetString("Принадлежность авто:");
     this.table1.Add(this.ylabelOwnType);
     global::Gtk.Table.TableChild w20 = ((global::Gtk.Table.TableChild)(this.table1[this.ylabelOwnType]));
     w20.LeftAttach  = ((uint)(6));
     w20.RightAttach = ((uint)(7));
     w20.XOptions    = ((global::Gtk.AttachOptions)(4));
     w20.YOptions    = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.ylabelTypeOfUse           = new global::Gamma.GtkWidgets.yLabel();
     this.ylabelTypeOfUse.Name      = "ylabelTypeOfUse";
     this.ylabelTypeOfUse.LabelProp = global::Mono.Unix.Catalog.GetString("Тип авто:");
     this.table1.Add(this.ylabelTypeOfUse);
     global::Gtk.Table.TableChild w21 = ((global::Gtk.Table.TableChild)(this.table1[this.ylabelTypeOfUse]));
     w21.LeftAttach  = ((uint)(5));
     w21.RightAttach = ((uint)(6));
     w21.XOptions    = ((global::Gtk.AttachOptions)(4));
     w21.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 = true;
     this.ySpecCmbGeographicGroup.ShowSpecialStateNot = false;
     this.table1.Add(this.ySpecCmbGeographicGroup);
     global::Gtk.Table.TableChild w22 = ((global::Gtk.Table.TableChild)(this.table1[this.ySpecCmbGeographicGroup]));
     w22.LeftAttach  = ((uint)(3));
     w22.RightAttach = ((uint)(4));
     w22.XOptions    = ((global::Gtk.AttachOptions)(4));
     w22.YOptions    = ((global::Gtk.AttachOptions)(4));
     // Container child table1.Gtk.Table+TableChild
     this.ytreeviewAddressTypes                = new global::Gamma.GtkWidgets.yTreeView();
     this.ytreeviewAddressTypes.CanFocus       = true;
     this.ytreeviewAddressTypes.Name           = "ytreeviewAddressTypes";
     this.ytreeviewAddressTypes.HeadersVisible = false;
     this.table1.Add(this.ytreeviewAddressTypes);
     global::Gtk.Table.TableChild w23 = ((global::Gtk.Table.TableChild)(this.table1[this.ytreeviewAddressTypes]));
     w23.TopAttach    = ((uint)(1));
     w23.BottomAttach = ((uint)(3));
     w23.LeftAttach   = ((uint)(4));
     w23.RightAttach  = ((uint)(5));
     w23.XOptions     = ((global::Gtk.AttachOptions)(4));
     w23.YOptions     = ((global::Gtk.AttachOptions)(4));
     w1.Add(this.table1);
     this.scrolledwindow1.Add(w1);
     this.Add(this.scrolledwindow1);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.Hide();
 }
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget LongoMatch.Gui.Component.CategoryProperties
     global::Stetic.BinContainer.Attach(this);
     this.Name = "LongoMatch.Gui.Component.CategoryProperties";
     // Container child LongoMatch.Gui.Component.CategoryProperties.Gtk.Container+ContainerChild
     this.vbox3         = new global::Gtk.VBox();
     this.vbox3.Name    = "vbox3";
     this.vbox3.Spacing = 6;
     // Container child vbox3.Gtk.Box+BoxChild
     this.maintable               = new global::Gtk.Table(((uint)(2)), ((uint)(2)), false);
     this.maintable.Name          = "maintable";
     this.maintable.RowSpacing    = ((uint)(6));
     this.maintable.ColumnSpacing = ((uint)(6));
     // Container child maintable.Gtk.Table+TableChild
     this.colorbutton1          = new global::Gtk.ColorButton();
     this.colorbutton1.CanFocus = true;
     this.colorbutton1.Events   = ((global::Gdk.EventMask)(784));
     this.colorbutton1.Name     = "colorbutton1";
     this.maintable.Add(this.colorbutton1);
     global::Gtk.Table.TableChild w1 = ((global::Gtk.Table.TableChild)(this.maintable [this.colorbutton1]));
     w1.TopAttach    = ((uint)(1));
     w1.BottomAttach = ((uint)(2));
     w1.LeftAttach   = ((uint)(1));
     w1.RightAttach  = ((uint)(2));
     w1.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child maintable.Gtk.Table+TableChild
     this.label1           = new global::Gtk.Label();
     this.label1.Name      = "label1";
     this.label1.Xalign    = 1F;
     this.label1.LabelProp = global::VAS.Core.Catalog.GetString("Name");
     this.label1.UseMarkup = true;
     this.maintable.Add(this.label1);
     global::Gtk.Table.TableChild w2 = ((global::Gtk.Table.TableChild)(this.maintable [this.label1]));
     w2.XOptions = ((global::Gtk.AttachOptions)(0));
     w2.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child maintable.Gtk.Table+TableChild
     this.label4           = new global::Gtk.Label();
     this.label4.Name      = "label4";
     this.label4.Xalign    = 1F;
     this.label4.LabelProp = global::VAS.Core.Catalog.GetString("Color");
     this.label4.UseMarkup = true;
     this.maintable.Add(this.label4);
     global::Gtk.Table.TableChild w3 = ((global::Gtk.Table.TableChild)(this.maintable [this.label4]));
     w3.TopAttach    = ((uint)(1));
     w3.BottomAttach = ((uint)(2));
     w3.XOptions     = ((global::Gtk.AttachOptions)(0));
     w3.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child maintable.Gtk.Table+TableChild
     this.nameentry = new global::Gtk.Entry();
     this.nameentry.WidthRequest  = 76;
     this.nameentry.CanFocus      = true;
     this.nameentry.Name          = "nameentry";
     this.nameentry.IsEditable    = true;
     this.nameentry.InvisibleChar = '●';
     this.maintable.Add(this.nameentry);
     global::Gtk.Table.TableChild w4 = ((global::Gtk.Table.TableChild)(this.maintable [this.nameentry]));
     w4.LeftAttach  = ((uint)(1));
     w4.RightAttach = ((uint)(2));
     w4.YOptions    = ((global::Gtk.AttachOptions)(4));
     this.vbox3.Add(this.maintable);
     global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.maintable]));
     w5.Position = 0;
     w5.Expand   = false;
     // Container child vbox3.Gtk.Box+BoxChild
     this.texttable               = new global::Gtk.Table(((uint)(2)), ((uint)(2)), false);
     this.texttable.Name          = "texttable";
     this.texttable.RowSpacing    = ((uint)(6));
     this.texttable.ColumnSpacing = ((uint)(6));
     // Container child texttable.Gtk.Table+TableChild
     this.hbox5         = new global::Gtk.HBox();
     this.hbox5.Name    = "hbox5";
     this.hbox5.Spacing = 6;
     // Container child hbox5.Gtk.Box+BoxChild
     this.hotKeyLabel           = new global::Gtk.Label();
     this.hotKeyLabel.Name      = "hotKeyLabel";
     this.hotKeyLabel.LabelProp = global::VAS.Core.Catalog.GetString("none");
     this.hbox5.Add(this.hotKeyLabel);
     global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.hbox5 [this.hotKeyLabel]));
     w6.Position = 0;
     w6.Expand   = false;
     w6.Fill     = false;
     // Container child hbox5.Gtk.Box+BoxChild
     this.changebuton              = new global::Gtk.Button();
     this.changebuton.CanFocus     = true;
     this.changebuton.Name         = "changebuton";
     this.changebuton.UseUnderline = true;
     this.changebuton.Label        = global::VAS.Core.Catalog.GetString("Change");
     this.hbox5.Add(this.changebuton);
     global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.hbox5 [this.changebuton]));
     w7.Position = 1;
     w7.Expand   = false;
     w7.Fill     = false;
     this.texttable.Add(this.hbox5);
     global::Gtk.Table.TableChild w8 = ((global::Gtk.Table.TableChild)(this.texttable [this.hbox5]));
     w8.LeftAttach  = ((uint)(1));
     w8.RightAttach = ((uint)(2));
     w8.YOptions    = ((global::Gtk.AttachOptions)(4));
     // Container child texttable.Gtk.Table+TableChild
     this.label6           = new global::Gtk.Label();
     this.label6.Name      = "label6";
     this.label6.Xalign    = 1F;
     this.label6.LabelProp = global::VAS.Core.Catalog.GetString("HotKey");
     this.label6.UseMarkup = true;
     this.texttable.Add(this.label6);
     global::Gtk.Table.TableChild w9 = ((global::Gtk.Table.TableChild)(this.texttable [this.label6]));
     w9.XOptions = ((global::Gtk.AttachOptions)(0));
     w9.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child texttable.Gtk.Table+TableChild
     this.textcolorbutton          = new global::Gtk.ColorButton();
     this.textcolorbutton.CanFocus = true;
     this.textcolorbutton.Events   = ((global::Gdk.EventMask)(784));
     this.textcolorbutton.Name     = "textcolorbutton";
     this.texttable.Add(this.textcolorbutton);
     global::Gtk.Table.TableChild w10 = ((global::Gtk.Table.TableChild)(this.texttable [this.textcolorbutton]));
     w10.TopAttach    = ((uint)(1));
     w10.BottomAttach = ((uint)(2));
     w10.LeftAttach   = ((uint)(1));
     w10.RightAttach  = ((uint)(2));
     w10.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child texttable.Gtk.Table+TableChild
     this.textcolorlabel           = new global::Gtk.Label();
     this.textcolorlabel.Name      = "textcolorlabel";
     this.textcolorlabel.Xalign    = 1F;
     this.textcolorlabel.LabelProp = global::VAS.Core.Catalog.GetString("Text color");
     this.textcolorlabel.UseMarkup = true;
     this.texttable.Add(this.textcolorlabel);
     global::Gtk.Table.TableChild w11 = ((global::Gtk.Table.TableChild)(this.texttable [this.textcolorlabel]));
     w11.TopAttach    = ((uint)(1));
     w11.BottomAttach = ((uint)(2));
     w11.XOptions     = ((global::Gtk.AttachOptions)(0));
     w11.YOptions     = ((global::Gtk.AttachOptions)(4));
     this.vbox3.Add(this.texttable);
     global::Gtk.Box.BoxChild w12 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.texttable]));
     w12.Position = 1;
     w12.Expand   = false;
     w12.Fill     = false;
     // Container child vbox3.Gtk.Box+BoxChild
     this.timetable               = new global::Gtk.Table(((uint)(3)), ((uint)(2)), false);
     this.timetable.Name          = "timetable";
     this.timetable.RowSpacing    = ((uint)(6));
     this.timetable.ColumnSpacing = ((uint)(6));
     // Container child timetable.Gtk.Table+TableChild
     this.label7           = new global::Gtk.Label();
     this.label7.Name      = "label7";
     this.label7.Xalign    = 1F;
     this.label7.LabelProp = global::VAS.Core.Catalog.GetString("Lead time (s)");
     this.label7.UseMarkup = true;
     this.timetable.Add(this.label7);
     global::Gtk.Table.TableChild w13 = ((global::Gtk.Table.TableChild)(this.timetable [this.label7]));
     w13.TopAttach    = ((uint)(1));
     w13.BottomAttach = ((uint)(2));
     w13.XOptions     = ((global::Gtk.AttachOptions)(0));
     w13.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child timetable.Gtk.Table+TableChild
     this.label8           = new global::Gtk.Label();
     this.label8.Name      = "label8";
     this.label8.Xalign    = 1F;
     this.label8.LabelProp = global::VAS.Core.Catalog.GetString("Lag time (s)");
     this.label8.UseMarkup = true;
     this.timetable.Add(this.label8);
     global::Gtk.Table.TableChild w14 = ((global::Gtk.Table.TableChild)(this.timetable [this.label8]));
     w14.TopAttach    = ((uint)(2));
     w14.BottomAttach = ((uint)(3));
     w14.XOptions     = ((global::Gtk.AttachOptions)(0));
     w14.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child timetable.Gtk.Table+TableChild
     this.lagtimebutton          = new global::Gtk.SpinButton(0, 1000, 1);
     this.lagtimebutton.CanFocus = true;
     this.lagtimebutton.Name     = "lagtimebutton";
     this.lagtimebutton.Adjustment.PageIncrement = 1;
     this.lagtimebutton.ClimbRate = 1;
     this.lagtimebutton.Numeric   = true;
     this.timetable.Add(this.lagtimebutton);
     global::Gtk.Table.TableChild w15 = ((global::Gtk.Table.TableChild)(this.timetable [this.lagtimebutton]));
     w15.TopAttach    = ((uint)(2));
     w15.BottomAttach = ((uint)(3));
     w15.LeftAttach   = ((uint)(1));
     w15.RightAttach  = ((uint)(2));
     w15.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child timetable.Gtk.Table+TableChild
     this.leadtimebutton          = new global::Gtk.SpinButton(0, 1000, 1);
     this.leadtimebutton.CanFocus = true;
     this.leadtimebutton.Name     = "leadtimebutton";
     this.leadtimebutton.Adjustment.PageIncrement = 1;
     this.leadtimebutton.ClimbRate = 1;
     this.leadtimebutton.Numeric   = true;
     this.timetable.Add(this.leadtimebutton);
     global::Gtk.Table.TableChild w16 = ((global::Gtk.Table.TableChild)(this.timetable [this.leadtimebutton]));
     w16.TopAttach    = ((uint)(1));
     w16.BottomAttach = ((uint)(2));
     w16.LeftAttach   = ((uint)(1));
     w16.RightAttach  = ((uint)(2));
     w16.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child timetable.Gtk.Table+TableChild
     this.taglabel           = new global::Gtk.Label();
     this.taglabel.Name      = "taglabel";
     this.taglabel.Xalign    = 1F;
     this.taglabel.LabelProp = global::VAS.Core.Catalog.GetString("Tag mode");
     this.taglabel.UseMarkup = true;
     this.timetable.Add(this.taglabel);
     global::Gtk.Table.TableChild w17 = ((global::Gtk.Table.TableChild)(this.timetable [this.taglabel]));
     w17.XOptions = ((global::Gtk.AttachOptions)(0));
     w17.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child timetable.Gtk.Table+TableChild
     this.tagmodecombobox = global::Gtk.ComboBox.NewText();
     this.tagmodecombobox.AppendText(global::VAS.Core.Catalog.GetString("Automatic"));
     this.tagmodecombobox.AppendText(global::VAS.Core.Catalog.GetString("Manual"));
     this.tagmodecombobox.Name   = "tagmodecombobox";
     this.tagmodecombobox.Active = 0;
     this.timetable.Add(this.tagmodecombobox);
     global::Gtk.Table.TableChild w18 = ((global::Gtk.Table.TableChild)(this.timetable [this.tagmodecombobox]));
     w18.LeftAttach  = ((uint)(1));
     w18.RightAttach = ((uint)(2));
     w18.YOptions    = ((global::Gtk.AttachOptions)(4));
     this.vbox3.Add(this.timetable);
     global::Gtk.Box.BoxChild w19 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.timetable]));
     w19.Position = 2;
     w19.Expand   = false;
     // Container child vbox3.Gtk.Box+BoxChild
     this.postable               = new global::Gtk.Table(((uint)(4)), ((uint)(2)), false);
     this.postable.Name          = "postable";
     this.postable.RowSpacing    = ((uint)(6));
     this.postable.ColumnSpacing = ((uint)(6));
     // Container child postable.Gtk.Table+TableChild
     this.fieldcombobox = global::Gtk.ComboBox.NewText();
     this.fieldcombobox.AppendText(global::VAS.Core.Catalog.GetString("Not tagged"));
     this.fieldcombobox.AppendText(global::VAS.Core.Catalog.GetString("Tag as point"));
     this.fieldcombobox.AppendText(global::VAS.Core.Catalog.GetString("Tag as trajectory"));
     this.fieldcombobox.Name   = "fieldcombobox";
     this.fieldcombobox.Active = 0;
     this.postable.Add(this.fieldcombobox);
     global::Gtk.Table.TableChild w20 = ((global::Gtk.Table.TableChild)(this.postable [this.fieldcombobox]));
     w20.LeftAttach  = ((uint)(1));
     w20.RightAttach = ((uint)(2));
     w20.YOptions    = ((global::Gtk.AttachOptions)(4));
     // Container child postable.Gtk.Table+TableChild
     this.goalcombobox = global::Gtk.ComboBox.NewText();
     this.goalcombobox.AppendText(global::VAS.Core.Catalog.GetString("Not tagged"));
     this.goalcombobox.AppendText(global::VAS.Core.Catalog.GetString("Tag as point"));
     this.goalcombobox.Name   = "goalcombobox";
     this.goalcombobox.Active = 0;
     this.postable.Add(this.goalcombobox);
     global::Gtk.Table.TableChild w21 = ((global::Gtk.Table.TableChild)(this.postable [this.goalcombobox]));
     w21.TopAttach    = ((uint)(2));
     w21.BottomAttach = ((uint)(3));
     w21.LeftAttach   = ((uint)(1));
     w21.RightAttach  = ((uint)(2));
     w21.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child postable.Gtk.Table+TableChild
     this.hfieldcombobox = global::Gtk.ComboBox.NewText();
     this.hfieldcombobox.AppendText(global::VAS.Core.Catalog.GetString("Not tagged"));
     this.hfieldcombobox.AppendText(global::VAS.Core.Catalog.GetString("Tag as point"));
     this.hfieldcombobox.AppendText(global::VAS.Core.Catalog.GetString("Tag as trajectory"));
     this.hfieldcombobox.Name   = "hfieldcombobox";
     this.hfieldcombobox.Active = 0;
     this.postable.Add(this.hfieldcombobox);
     global::Gtk.Table.TableChild w22 = ((global::Gtk.Table.TableChild)(this.postable [this.hfieldcombobox]));
     w22.TopAttach    = ((uint)(1));
     w22.BottomAttach = ((uint)(2));
     w22.LeftAttach   = ((uint)(1));
     w22.RightAttach  = ((uint)(2));
     w22.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child postable.Gtk.Table+TableChild
     this.label10           = new global::Gtk.Label();
     this.label10.Name      = "label10";
     this.label10.Xalign    = 1F;
     this.label10.LabelProp = global::VAS.Core.Catalog.GetString("Field position");
     this.label10.UseMarkup = true;
     this.postable.Add(this.label10);
     global::Gtk.Table.TableChild w23 = ((global::Gtk.Table.TableChild)(this.postable [this.label10]));
     w23.XOptions = ((global::Gtk.AttachOptions)(0));
     w23.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child postable.Gtk.Table+TableChild
     this.label11           = new global::Gtk.Label();
     this.label11.Name      = "label11";
     this.label11.Xalign    = 1F;
     this.label11.LabelProp = global::VAS.Core.Catalog.GetString("Half field position");
     this.label11.UseMarkup = true;
     this.postable.Add(this.label11);
     global::Gtk.Table.TableChild w24 = ((global::Gtk.Table.TableChild)(this.postable [this.label11]));
     w24.TopAttach    = ((uint)(1));
     w24.BottomAttach = ((uint)(2));
     w24.XOptions     = ((global::Gtk.AttachOptions)(0));
     w24.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child postable.Gtk.Table+TableChild
     this.label12           = new global::Gtk.Label();
     this.label12.Name      = "label12";
     this.label12.Xalign    = 1F;
     this.label12.LabelProp = global::VAS.Core.Catalog.GetString("Goal position");
     this.label12.UseMarkup = true;
     this.postable.Add(this.label12);
     global::Gtk.Table.TableChild w25 = ((global::Gtk.Table.TableChild)(this.postable [this.label12]));
     w25.TopAttach    = ((uint)(2));
     w25.BottomAttach = ((uint)(3));
     w25.XOptions     = ((global::Gtk.AttachOptions)(0));
     w25.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child postable.Gtk.Table+TableChild
     this.label9           = new global::Gtk.Label();
     this.label9.Name      = "label9";
     this.label9.Xalign    = 1F;
     this.label9.LabelProp = global::VAS.Core.Catalog.GetString("Sort Method");
     this.label9.UseMarkup = true;
     this.postable.Add(this.label9);
     global::Gtk.Table.TableChild w26 = ((global::Gtk.Table.TableChild)(this.postable [this.label9]));
     w26.TopAttach    = ((uint)(3));
     w26.BottomAttach = ((uint)(4));
     w26.XOptions     = ((global::Gtk.AttachOptions)(0));
     w26.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child postable.Gtk.Table+TableChild
     this.sortmethodcombobox = global::Gtk.ComboBox.NewText();
     this.sortmethodcombobox.AppendText(global::VAS.Core.Catalog.GetString("Sort by name"));
     this.sortmethodcombobox.AppendText(global::VAS.Core.Catalog.GetString("Sort by start time"));
     this.sortmethodcombobox.AppendText(global::VAS.Core.Catalog.GetString("Sort by stop time"));
     this.sortmethodcombobox.AppendText(global::VAS.Core.Catalog.GetString("Sort by duration"));
     this.sortmethodcombobox.Name   = "sortmethodcombobox";
     this.sortmethodcombobox.Active = 0;
     this.postable.Add(this.sortmethodcombobox);
     global::Gtk.Table.TableChild w27 = ((global::Gtk.Table.TableChild)(this.postable [this.sortmethodcombobox]));
     w27.TopAttach    = ((uint)(3));
     w27.BottomAttach = ((uint)(4));
     w27.LeftAttach   = ((uint)(1));
     w27.RightAttach  = ((uint)(2));
     w27.YOptions     = ((global::Gtk.AttachOptions)(4));
     this.vbox3.Add(this.postable);
     global::Gtk.Box.BoxChild w28 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.postable]));
     w28.Position = 3;
     w28.Expand   = false;
     // Container child vbox3.Gtk.Box+BoxChild
     this.cattable               = new global::Gtk.Table(((uint)(2)), ((uint)(2)), false);
     this.cattable.Name          = "cattable";
     this.cattable.RowSpacing    = ((uint)(6));
     this.cattable.ColumnSpacing = ((uint)(6));
     // Container child cattable.Gtk.Table+TableChild
     this.label15           = new global::Gtk.Label();
     this.label15.Name      = "label15";
     this.label15.Xalign    = 1F;
     this.label15.LabelProp = global::VAS.Core.Catalog.GetString("Tags per row");
     this.label15.UseMarkup = true;
     this.cattable.Add(this.label15);
     global::Gtk.Table.TableChild w29 = ((global::Gtk.Table.TableChild)(this.cattable [this.label15]));
     w29.TopAttach    = ((uint)(1));
     w29.BottomAttach = ((uint)(2));
     w29.XOptions     = ((global::Gtk.AttachOptions)(0));
     w29.YOptions     = ((global::Gtk.AttachOptions)(4));
     // Container child cattable.Gtk.Table+TableChild
     this.showtagslabel           = new global::Gtk.Label();
     this.showtagslabel.Name      = "showtagslabel";
     this.showtagslabel.Xalign    = 1F;
     this.showtagslabel.LabelProp = global::VAS.Core.Catalog.GetString("Show tags");
     this.showtagslabel.UseMarkup = true;
     this.cattable.Add(this.showtagslabel);
     global::Gtk.Table.TableChild w30 = ((global::Gtk.Table.TableChild)(this.cattable [this.showtagslabel]));
     w30.XOptions = ((global::Gtk.AttachOptions)(0));
     w30.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child cattable.Gtk.Table+TableChild
     this.tagscheckbutton               = new global::Gtk.CheckButton();
     this.tagscheckbutton.CanFocus      = true;
     this.tagscheckbutton.Name          = "tagscheckbutton";
     this.tagscheckbutton.Label         = "";
     this.tagscheckbutton.Active        = true;
     this.tagscheckbutton.DrawIndicator = true;
     this.cattable.Add(this.tagscheckbutton);
     global::Gtk.Table.TableChild w31 = ((global::Gtk.Table.TableChild)(this.cattable [this.tagscheckbutton]));
     w31.LeftAttach  = ((uint)(1));
     w31.RightAttach = ((uint)(2));
     w31.YOptions    = ((global::Gtk.AttachOptions)(4));
     // Container child cattable.Gtk.Table+TableChild
     this.tprbutton          = new global::Gtk.SpinButton(1, 10, 1);
     this.tprbutton.CanFocus = true;
     this.tprbutton.Name     = "tprbutton";
     this.tprbutton.Adjustment.PageIncrement = 1;
     this.tprbutton.ClimbRate = 1;
     this.tprbutton.Numeric   = true;
     this.tprbutton.Value     = 2;
     this.cattable.Add(this.tprbutton);
     global::Gtk.Table.TableChild w32 = ((global::Gtk.Table.TableChild)(this.cattable [this.tprbutton]));
     w32.TopAttach    = ((uint)(1));
     w32.BottomAttach = ((uint)(2));
     w32.LeftAttach   = ((uint)(1));
     w32.RightAttach  = ((uint)(2));
     w32.YOptions     = ((global::Gtk.AttachOptions)(4));
     this.vbox3.Add(this.cattable);
     global::Gtk.Box.BoxChild w33 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.cattable]));
     w33.Position = 4;
     w33.Expand   = false;
     // Container child vbox3.Gtk.Box+BoxChild
     this.cardtable               = new global::Gtk.Table(((uint)(1)), ((uint)(2)), false);
     this.cardtable.Name          = "cardtable";
     this.cardtable.RowSpacing    = ((uint)(6));
     this.cardtable.ColumnSpacing = ((uint)(6));
     // Container child cardtable.Gtk.Table+TableChild
     this.label16           = new global::Gtk.Label();
     this.label16.Name      = "label16";
     this.label16.Xalign    = 1F;
     this.label16.LabelProp = global::VAS.Core.Catalog.GetString("Shape");
     this.label16.UseMarkup = true;
     this.cardtable.Add(this.label16);
     global::Gtk.Table.TableChild w34 = ((global::Gtk.Table.TableChild)(this.cardtable [this.label16]));
     w34.XOptions = ((global::Gtk.AttachOptions)(0));
     w34.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child cardtable.Gtk.Table+TableChild
     this.shapecombobox = global::Gtk.ComboBox.NewText();
     this.shapecombobox.AppendText(global::VAS.Core.Catalog.GetString("Rectangle"));
     this.shapecombobox.AppendText(global::VAS.Core.Catalog.GetString("Triangle"));
     this.shapecombobox.AppendText(global::VAS.Core.Catalog.GetString("Circle"));
     this.shapecombobox.Name   = "shapecombobox";
     this.shapecombobox.Active = 0;
     this.cardtable.Add(this.shapecombobox);
     global::Gtk.Table.TableChild w35 = ((global::Gtk.Table.TableChild)(this.cardtable [this.shapecombobox]));
     w35.LeftAttach  = ((uint)(1));
     w35.RightAttach = ((uint)(2));
     w35.YOptions    = ((global::Gtk.AttachOptions)(4));
     this.vbox3.Add(this.cardtable);
     global::Gtk.Box.BoxChild w36 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.cardtable]));
     w36.Position = 5;
     w36.Expand   = false;
     // Container child vbox3.Gtk.Box+BoxChild
     this.scoretable               = new global::Gtk.Table(((uint)(1)), ((uint)(2)), false);
     this.scoretable.Name          = "scoretable";
     this.scoretable.RowSpacing    = ((uint)(6));
     this.scoretable.ColumnSpacing = ((uint)(6));
     // Container child scoretable.Gtk.Table+TableChild
     this.label17           = new global::Gtk.Label();
     this.label17.Name      = "label17";
     this.label17.Xalign    = 1F;
     this.label17.LabelProp = global::VAS.Core.Catalog.GetString("Points");
     this.label17.UseMarkup = true;
     this.scoretable.Add(this.label17);
     global::Gtk.Table.TableChild w37 = ((global::Gtk.Table.TableChild)(this.scoretable [this.label17]));
     w37.XOptions = ((global::Gtk.AttachOptions)(0));
     w37.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child scoretable.Gtk.Table+TableChild
     this.pointsbutton          = new global::Gtk.SpinButton(0, 1000, 1);
     this.pointsbutton.CanFocus = true;
     this.pointsbutton.Name     = "pointsbutton";
     this.pointsbutton.Adjustment.PageIncrement = 1;
     this.pointsbutton.ClimbRate = 1;
     this.pointsbutton.Numeric   = true;
     this.scoretable.Add(this.pointsbutton);
     global::Gtk.Table.TableChild w38 = ((global::Gtk.Table.TableChild)(this.scoretable [this.pointsbutton]));
     w38.LeftAttach  = ((uint)(1));
     w38.RightAttach = ((uint)(2));
     w38.YOptions    = ((global::Gtk.AttachOptions)(4));
     this.vbox3.Add(this.scoretable);
     global::Gtk.Box.BoxChild w39 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.scoretable]));
     w39.Position = 6;
     w39.Expand   = false;
     // Container child vbox3.Gtk.Box+BoxChild
     this.timertable               = new global::Gtk.Table(((uint)(1)), ((uint)(2)), false);
     this.timertable.Name          = "timertable";
     this.timertable.RowSpacing    = ((uint)(6));
     this.timertable.ColumnSpacing = ((uint)(6));
     // Container child timertable.Gtk.Table+TableChild
     this.label18           = new global::Gtk.Label();
     this.label18.Name      = "label18";
     this.label18.Xalign    = 1F;
     this.label18.LabelProp = global::VAS.Core.Catalog.GetString("Team");
     this.label18.UseMarkup = true;
     this.timertable.Add(this.label18);
     global::Gtk.Table.TableChild w40 = ((global::Gtk.Table.TableChild)(this.timertable [this.label18]));
     w40.XOptions = ((global::Gtk.AttachOptions)(0));
     w40.YOptions = ((global::Gtk.AttachOptions)(4));
     // Container child timertable.Gtk.Table+TableChild
     this.teamcombobox = global::Gtk.ComboBox.NewText();
     this.teamcombobox.AppendText(global::VAS.Core.Catalog.GetString("None"));
     this.teamcombobox.AppendText(global::VAS.Core.Catalog.GetString("Home"));
     this.teamcombobox.AppendText(global::VAS.Core.Catalog.GetString("Away"));
     this.teamcombobox.Name   = "teamcombobox";
     this.teamcombobox.Active = 0;
     this.timertable.Add(this.teamcombobox);
     global::Gtk.Table.TableChild w41 = ((global::Gtk.Table.TableChild)(this.timertable [this.teamcombobox]));
     w41.LeftAttach  = ((uint)(1));
     w41.RightAttach = ((uint)(2));
     w41.YOptions    = ((global::Gtk.AttachOptions)(4));
     this.vbox3.Add(this.timertable);
     global::Gtk.Box.BoxChild w42 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.timertable]));
     w42.Position = 7;
     w42.Expand   = false;
     w42.Fill     = false;
     // Container child vbox3.Gtk.Box+BoxChild
     this.tagtable               = new global::Gtk.Table(((uint)(1)), ((uint)(2)), false);
     this.tagtable.Name          = "tagtable";
     this.tagtable.RowSpacing    = ((uint)(6));
     this.tagtable.ColumnSpacing = ((uint)(6));
     // Container child tagtable.Gtk.Table+TableChild
     this.groupentry               = new global::Gtk.Entry();
     this.groupentry.CanFocus      = true;
     this.groupentry.Name          = "groupentry";
     this.groupentry.IsEditable    = true;
     this.groupentry.InvisibleChar = '•';
     this.tagtable.Add(this.groupentry);
     global::Gtk.Table.TableChild w43 = ((global::Gtk.Table.TableChild)(this.tagtable [this.groupentry]));
     w43.LeftAttach  = ((uint)(1));
     w43.RightAttach = ((uint)(2));
     w43.YOptions    = ((global::Gtk.AttachOptions)(4));
     // Container child tagtable.Gtk.Table+TableChild
     this.label19           = new global::Gtk.Label();
     this.label19.Name      = "label19";
     this.label19.Xalign    = 1F;
     this.label19.LabelProp = global::VAS.Core.Catalog.GetString("Group");
     this.label19.UseMarkup = true;
     this.tagtable.Add(this.label19);
     global::Gtk.Table.TableChild w44 = ((global::Gtk.Table.TableChild)(this.tagtable [this.label19]));
     w44.XOptions = ((global::Gtk.AttachOptions)(0));
     w44.YOptions = ((global::Gtk.AttachOptions)(4));
     this.vbox3.Add(this.tagtable);
     global::Gtk.Box.BoxChild w45 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.tagtable]));
     w45.Position = 8;
     w45.Expand   = false;
     w45.Fill     = false;
     this.Add(this.vbox3);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.cattable.Hide();
     this.cardtable.Hide();
     this.scoretable.Hide();
     this.timertable.Hide();
     this.tagtable.Hide();
     this.Show();
 }
Пример #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));
     this.BorderWidth    = ((uint)(6));
     // Container child MainWindow.Gtk.Container+ContainerChild
     this.fixed2           = new global::Gtk.Fixed();
     this.fixed2.Name      = "fixed2";
     this.fixed2.HasWindow = false;
     // Container child fixed2.Gtk.Fixed+FixedChild
     this.label1           = new global::Gtk.Label();
     this.label1.Name      = "label1";
     this.label1.LabelProp = global::Mono.Unix.Catalog.GetString("getal 1:");
     this.fixed2.Add(this.label1);
     global::Gtk.Fixed.FixedChild w1 = ((global::Gtk.Fixed.FixedChild)(this.fixed2[this.label1]));
     w1.X = 115;
     w1.Y = 122;
     // Container child fixed2.Gtk.Fixed+FixedChild
     this.entry1               = new global::Gtk.Entry();
     this.entry1.CanFocus      = true;
     this.entry1.Name          = "entry1";
     this.entry1.IsEditable    = true;
     this.entry1.InvisibleChar = '●';
     this.fixed2.Add(this.entry1);
     global::Gtk.Fixed.FixedChild w2 = ((global::Gtk.Fixed.FixedChild)(this.fixed2[this.entry1]));
     w2.X = 234;
     w2.Y = 116;
     // Container child fixed2.Gtk.Fixed+FixedChild
     this.label2           = new global::Gtk.Label();
     this.label2.Name      = "label2";
     this.label2.LabelProp = global::Mono.Unix.Catalog.GetString("getal 2:");
     this.fixed2.Add(this.label2);
     global::Gtk.Fixed.FixedChild w3 = ((global::Gtk.Fixed.FixedChild)(this.fixed2[this.label2]));
     w3.X = 115;
     w3.Y = 168;
     // Container child fixed2.Gtk.Fixed+FixedChild
     this.entry2               = new global::Gtk.Entry();
     this.entry2.CanFocus      = true;
     this.entry2.Name          = "entry2";
     this.entry2.IsEditable    = true;
     this.entry2.InvisibleChar = '●';
     this.fixed2.Add(this.entry2);
     global::Gtk.Fixed.FixedChild w4 = ((global::Gtk.Fixed.FixedChild)(this.fixed2[this.entry2]));
     w4.X = 237;
     w4.Y = 162;
     // Container child fixed2.Gtk.Fixed+FixedChild
     this.button1              = new global::Gtk.Button();
     this.button1.CanFocus     = true;
     this.button1.Events       = ((global::Gdk.EventMask)(512));
     this.button1.Name         = "button1";
     this.button1.UseUnderline = true;
     this.button1.Label        = global::Mono.Unix.Catalog.GetString("som");
     this.fixed2.Add(this.button1);
     global::Gtk.Fixed.FixedChild w5 = ((global::Gtk.Fixed.FixedChild)(this.fixed2[this.button1]));
     w5.X = 127;
     w5.Y = 229;
     // Container child fixed2.Gtk.Fixed+FixedChild
     this.label3           = new global::Gtk.Label();
     this.label3.Name      = "label3";
     this.label3.LabelProp = global::Mono.Unix.Catalog.GetString("                  ");
     this.fixed2.Add(this.label3);
     global::Gtk.Fixed.FixedChild w6 = ((global::Gtk.Fixed.FixedChild)(this.fixed2[this.label3]));
     w6.X = 245;
     w6.Y = 243;
     // Container child fixed2.Gtk.Fixed+FixedChild
     this.label4           = new global::Gtk.Label();
     this.label4.Name      = "label4";
     this.label4.LabelProp = global::Mono.Unix.Catalog.GetString("name:");
     this.fixed2.Add(this.label4);
     global::Gtk.Fixed.FixedChild w7 = ((global::Gtk.Fixed.FixedChild)(this.fixed2[this.label4]));
     w7.X = 115;
     w7.Y = 75;
     // Container child fixed2.Gtk.Fixed+FixedChild
     this.entry3               = new global::Gtk.Entry();
     this.entry3.CanFocus      = true;
     this.entry3.Name          = "entry3";
     this.entry3.IsEditable    = true;
     this.entry3.InvisibleChar = '●';
     this.fixed2.Add(this.entry3);
     global::Gtk.Fixed.FixedChild w8 = ((global::Gtk.Fixed.FixedChild)(this.fixed2[this.entry3]));
     w8.X = 239;
     w8.Y = 76;
     // Container child fixed2.Gtk.Fixed+FixedChild
     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("Test Async");
     this.fixed2.Add(this.button2);
     global::Gtk.Fixed.FixedChild w9 = ((global::Gtk.Fixed.FixedChild)(this.fixed2[this.button2]));
     w9.X = 176;
     w9.Y = 17;
     // Container child fixed2.Gtk.Fixed+FixedChild
     this.entry4               = new global::Gtk.Entry();
     this.entry4.CanFocus      = true;
     this.entry4.Name          = "entry4";
     this.entry4.IsEditable    = true;
     this.entry4.InvisibleChar = '●';
     this.fixed2.Add(this.entry4);
     global::Gtk.Fixed.FixedChild w10 = ((global::Gtk.Fixed.FixedChild)(this.fixed2[this.entry4]));
     w10.X = 258;
     w10.Y = 26;
     // Container child fixed2.Gtk.Fixed+FixedChild
     this.lblTimer           = new global::Gtk.Label();
     this.lblTimer.Name      = "lblTimer";
     this.lblTimer.LabelProp = global::Mono.Unix.Catalog.GetString("lblTimer");
     this.fixed2.Add(this.lblTimer);
     global::Gtk.Fixed.FixedChild w11 = ((global::Gtk.Fixed.FixedChild)(this.fixed2[this.lblTimer]));
     w11.X = 18;
     w11.Y = 30;
     this.Add(this.fixed2);
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.DefaultWidth  = 479;
     this.DefaultHeight = 300;
     this.Show();
     this.DeleteEvent     += new global::Gtk.DeleteEventHandler(this.OnDeleteEvent);
     this.button1.Clicked += new global::System.EventHandler(this.OnButton1Clicked);
 }
Пример #60
0
 protected virtual void Build()
 {
     global::Stetic.Gui.Initialize(this);
     // Widget ASCIIArt.ASCIIOptionsDialog
     this.Name           = "ASCIIArt.ASCIIOptionsDialog";
     this.WindowPosition = ((global::Gtk.WindowPosition)(4));
     // Internal child ASCIIArt.ASCIIOptionsDialog.VBox
     global::Gtk.VBox w1 = this.VBox;
     w1.Name        = "dialog1_VBox";
     w1.BorderWidth = ((uint)(2));
     // Container child dialog1_VBox.Gtk.Box+BoxChild
     this.label1           = new global::Gtk.Label();
     this.label1.Name      = "label1";
     this.label1.LabelProp = global::Mono.Unix.Catalog.GetString("Preset characters");
     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.radioButtonAscii               = new global::Gtk.RadioButton(" .,;!vlLFE$");
     this.radioButtonAscii.CanFocus      = true;
     this.radioButtonAscii.Name          = "radioButtonAscii";
     this.radioButtonAscii.DrawIndicator = true;
     this.radioButtonAscii.UseUnderline  = true;
     this.radioButtonAscii.Group         = new global::GLib.SList(global::System.IntPtr.Zero);
     w1.Add(this.radioButtonAscii);
     global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(w1 [this.radioButtonAscii]));
     w3.Position = 1;
     w3.Expand   = false;
     w3.Fill     = false;
     // Container child dialog1_VBox.Gtk.Box+BoxChild
     this.radioButtonBlocks               = new global::Gtk.RadioButton(" ░▒▓█");
     this.radioButtonBlocks.CanFocus      = true;
     this.radioButtonBlocks.Name          = "radioButtonBlocks";
     this.radioButtonBlocks.DrawIndicator = true;
     this.radioButtonBlocks.UseUnderline  = true;
     this.radioButtonBlocks.Group         = this.radioButtonAscii.Group;
     w1.Add(this.radioButtonBlocks);
     global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(w1 [this.radioButtonBlocks]));
     w4.Position = 2;
     w4.Expand   = false;
     w4.Fill     = false;
     // Container child dialog1_VBox.Gtk.Box+BoxChild
     this.hbox3         = new global::Gtk.HBox();
     this.hbox3.Name    = "hbox3";
     this.hbox3.Spacing = 6;
     // Container child hbox3.Gtk.Box+BoxChild
     this.radiobutton3               = new global::Gtk.RadioButton(global::Mono.Unix.Catalog.GetString("Custom (Cannot be reopened in Pinta)"));
     this.radiobutton3.CanFocus      = true;
     this.radiobutton3.Name          = "radiobutton3";
     this.radiobutton3.DrawIndicator = true;
     this.radiobutton3.UseUnderline  = true;
     this.radiobutton3.Group         = this.radioButtonAscii.Group;
     this.hbox3.Add(this.radiobutton3);
     global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.hbox3 [this.radiobutton3]));
     w5.Position = 0;
     w1.Add(this.hbox3);
     global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(w1 [this.hbox3]));
     w6.Position = 3;
     w6.Expand   = false;
     w6.Fill     = false;
     // Container child dialog1_VBox.Gtk.Box+BoxChild
     this.hbox4         = new global::Gtk.HBox();
     this.hbox4.Name    = "hbox4";
     this.hbox4.Spacing = 6;
     // Container child hbox4.Gtk.Box+BoxChild
     this.entryFieldChars               = new global::Gtk.Entry();
     this.entryFieldChars.CanFocus      = true;
     this.entryFieldChars.Name          = "entryFieldChars";
     this.entryFieldChars.IsEditable    = true;
     this.entryFieldChars.InvisibleChar = '•';
     this.hbox4.Add(this.entryFieldChars);
     global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.hbox4 [this.entryFieldChars]));
     w7.Position = 0;
     w1.Add(this.hbox4);
     global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(w1 [this.hbox4]));
     w8.Position = 4;
     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.LabelProp = global::Mono.Unix.Catalog.GetString("ASCII file resolution");
     w1.Add(this.label2);
     global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(w1 [this.label2]));
     w9.Position = 5;
     w9.Expand   = false;
     w9.Fill     = false;
     // Container child dialog1_VBox.Gtk.Box+BoxChild
     this.hbox1         = new global::Gtk.HBox();
     this.hbox1.Name    = "hbox1";
     this.hbox1.Spacing = 6;
     // Container child hbox1.Gtk.Box+BoxChild
     this.label3           = new global::Gtk.Label();
     this.label3.Name      = "label3";
     this.label3.LabelProp = global::Mono.Unix.Catalog.GetString("Horisontal cell size (in pixels)");
     this.hbox1.Add(this.label3);
     global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.label3]));
     w10.Position = 0;
     w10.Expand   = false;
     w10.Fill     = false;
     // Container child hbox1.Gtk.Box+BoxChild
     this.spinButtonW          = new global::Gtk.SpinButton(0, 1000, 1);
     this.spinButtonW.CanFocus = true;
     this.spinButtonW.Name     = "spinButtonW";
     this.spinButtonW.Adjustment.PageIncrement = 10;
     this.spinButtonW.ClimbRate = 1;
     this.spinButtonW.Numeric   = true;
     this.hbox1.Add(this.spinButtonW);
     global::Gtk.Box.BoxChild w11 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.spinButtonW]));
     w11.Position = 2;
     w11.Expand   = false;
     w11.Fill     = false;
     w1.Add(this.hbox1);
     global::Gtk.Box.BoxChild w12 = ((global::Gtk.Box.BoxChild)(w1 [this.hbox1]));
     w12.Position = 6;
     w12.Expand   = false;
     w12.Fill     = false;
     // Container child dialog1_VBox.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("Vertical cell size (in pixels)");
     this.hbox2.Add(this.label4);
     global::Gtk.Box.BoxChild w13 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.label4]));
     w13.Position = 0;
     w13.Expand   = false;
     w13.Fill     = false;
     // Container child hbox2.Gtk.Box+BoxChild
     this.spinButtonH          = new global::Gtk.SpinButton(0, 1000, 1);
     this.spinButtonH.CanFocus = true;
     this.spinButtonH.Name     = "spinButtonH";
     this.spinButtonH.Adjustment.PageIncrement = 10;
     this.spinButtonH.ClimbRate = 1;
     this.spinButtonH.Numeric   = true;
     this.hbox2.Add(this.spinButtonH);
     global::Gtk.Box.BoxChild w14 = ((global::Gtk.Box.BoxChild)(this.hbox2 [this.spinButtonH]));
     w14.Position = 2;
     w14.Expand   = false;
     w14.Fill     = false;
     w1.Add(this.hbox2);
     global::Gtk.Box.BoxChild w15 = ((global::Gtk.Box.BoxChild)(w1 [this.hbox2]));
     w15.Position = 7;
     w15.Expand   = false;
     w15.Fill     = false;
     // Internal child ASCIIArt.ASCIIOptionsDialog.ActionArea
     global::Gtk.HButtonBox w16 = this.ActionArea;
     w16.Name        = "dialog1_ActionArea";
     w16.Spacing     = 10;
     w16.BorderWidth = ((uint)(5));
     w16.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 w17 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w16 [this.buttonCancel]));
     w17.Expand = false;
     w17.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 w18 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w16 [this.buttonOk]));
     w18.Position = 1;
     w18.Expand   = false;
     w18.Fill     = false;
     if ((this.Child != null))
     {
         this.Child.ShowAll();
     }
     this.DefaultWidth  = 311;
     this.DefaultHeight = 300;
     this.Show();
 }