protected virtual void Build () { global::Stetic.Gui.Initialize (this); // Widget stopwatch.StopWatchDialog this.Name = "stopwatch.StopWatchDialog"; this.Title = "Add StopWatch"; this.WindowPosition = ((global::Gtk.WindowPosition)(4)); this.Modal = true; this.Resizable = false; this.AllowGrow = false; // Internal child stopwatch.StopWatchDialog.VBox global::Gtk.VBox w1 = this.VBox; w1.Name = "dialog1_VBox"; w1.BorderWidth = ((uint)(2)); // Container child dialog1_VBox.Gtk.Box+BoxChild this.DataBox = new global::Gtk.DataBindings.DataTable (((uint)(2)), ((uint)(2)), false); this.DataBox.Name = "DataBox"; this.DataBox.RowSpacing = ((uint)(6)); this.DataBox.ColumnSpacing = ((uint)(8)); this.DataBox.BorderWidth = ((uint)(8)); this.DataBox.InheritedDataSource = false; this.DataBox.InheritedBoundaryDataSource = false; this.DataBox.InheritedDataSource = false; this.DataBox.InheritedBoundaryDataSource = false; // Container child DataBox.Gtk.Table+TableChild this.dataentry1 = new global::Gtk.DataBindings.DataEntry (); this.dataentry1.CanFocus = true; this.dataentry1.Name = "dataentry1"; this.dataentry1.IsEditable = true; this.dataentry1.InvisibleChar = '•'; this.dataentry1.InheritedDataSource = true; this.dataentry1.Mappings = "Name"; this.dataentry1.InheritedBoundaryDataSource = false; this.dataentry1.InheritedDataSource = true; this.dataentry1.Mappings = "Name"; this.dataentry1.InheritedBoundaryDataSource = false; this.DataBox.Add (this.dataentry1); global::Gtk.Table.TableChild w2 = ((global::Gtk.Table.TableChild)(this.DataBox [this.dataentry1])); w2.LeftAttach = ((uint)(1)); w2.RightAttach = ((uint)(2)); w2.YOptions = ((global::Gtk.AttachOptions)(4)); // Container child DataBox.Gtk.Table+TableChild this.datahbox1 = new global::Gtk.DataBindings.DataHBox (); this.datahbox1.Name = "datahbox1"; this.datahbox1.Spacing = 6; this.datahbox1.InheritedDataSource = true; this.datahbox1.InheritedBoundaryDataSource = false; this.datahbox1.InheritedDataSource = true; this.datahbox1.InheritedBoundaryDataSource = false; // Container child datahbox1.Gtk.Box+BoxChild this.dataspinbutton1 = new global::Gtk.DataBindings.DataSpinButton (0, 100, 1); this.dataspinbutton1.CanFocus = true; this.dataspinbutton1.Name = "dataspinbutton1"; this.dataspinbutton1.Adjustment.PageIncrement = 10; this.dataspinbutton1.ClimbRate = 1; this.dataspinbutton1.Numeric = true; this.dataspinbutton1.InheritedDataSource = true; this.dataspinbutton1.Mappings = "MaxHours"; this.dataspinbutton1.InheritedBoundaryDataSource = false; this.dataspinbutton1.InheritedDataSource = true; this.dataspinbutton1.Mappings = "MaxHours"; this.dataspinbutton1.InheritedBoundaryDataSource = false; this.datahbox1.Add (this.dataspinbutton1); global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.datahbox1 [this.dataspinbutton1])); w3.Position = 0; w3.Expand = false; w3.Fill = false; // Container child datahbox1.Gtk.Box+BoxChild this.label3 = new global::Gtk.Label (); this.label3.Name = "label3"; this.label3.LabelProp = "Hours"; this.datahbox1.Add (this.label3); global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.datahbox1 [this.label3])); w4.Position = 1; w4.Expand = false; w4.Fill = false; // Container child datahbox1.Gtk.Box+BoxChild this.dataspinbutton2 = new global::Gtk.DataBindings.DataSpinButton (0, 100, 1); this.dataspinbutton2.CanFocus = true; this.dataspinbutton2.Name = "dataspinbutton2"; this.dataspinbutton2.Adjustment.PageIncrement = 10; this.dataspinbutton2.ClimbRate = 1; this.dataspinbutton2.Numeric = true; this.dataspinbutton2.InheritedDataSource = true; this.dataspinbutton2.Mappings = "MaxMinutes"; this.dataspinbutton2.InheritedBoundaryDataSource = false; this.dataspinbutton2.InheritedDataSource = true; this.dataspinbutton2.Mappings = "MaxMinutes"; this.dataspinbutton2.InheritedBoundaryDataSource = false; this.datahbox1.Add (this.dataspinbutton2); global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.datahbox1 [this.dataspinbutton2])); w5.Position = 2; w5.Expand = false; w5.Fill = false; // Container child datahbox1.Gtk.Box+BoxChild this.label4 = new global::Gtk.Label (); this.label4.Name = "label4"; this.label4.LabelProp = "Minutes"; this.datahbox1.Add (this.label4); global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.datahbox1 [this.label4])); w6.Position = 3; w6.Expand = false; w6.Fill = false; // Container child datahbox1.Gtk.Box+BoxChild this.dataspinbutton3 = new global::Gtk.DataBindings.DataSpinButton (0, 100, 1); this.dataspinbutton3.CanFocus = true; this.dataspinbutton3.Name = "dataspinbutton3"; this.dataspinbutton3.Adjustment.PageIncrement = 10; this.dataspinbutton3.ClimbRate = 1; this.dataspinbutton3.Numeric = true; this.dataspinbutton3.InheritedDataSource = true; this.dataspinbutton3.Mappings = "MaxSeconds"; this.dataspinbutton3.InheritedBoundaryDataSource = false; this.dataspinbutton3.InheritedDataSource = true; this.dataspinbutton3.Mappings = "MaxSeconds"; this.dataspinbutton3.InheritedBoundaryDataSource = false; this.datahbox1.Add (this.dataspinbutton3); global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.datahbox1 [this.dataspinbutton3])); w7.Position = 4; w7.Expand = false; w7.Fill = false; // Container child datahbox1.Gtk.Box+BoxChild this.label5 = new global::Gtk.Label (); this.label5.Name = "label5"; this.label5.LabelProp = "Seconds"; this.datahbox1.Add (this.label5); global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.datahbox1 [this.label5])); w8.Position = 5; w8.Expand = false; w8.Fill = false; this.DataBox.Add (this.datahbox1); global::Gtk.Table.TableChild w9 = ((global::Gtk.Table.TableChild)(this.DataBox [this.datahbox1])); w9.TopAttach = ((uint)(1)); w9.BottomAttach = ((uint)(2)); w9.LeftAttach = ((uint)(1)); w9.RightAttach = ((uint)(2)); w9.XOptions = ((global::Gtk.AttachOptions)(4)); w9.YOptions = ((global::Gtk.AttachOptions)(4)); // Container child DataBox.Gtk.Table+TableChild this.label1 = new global::Gtk.Label (); this.label1.Name = "label1"; this.label1.Xalign = 0F; this.label1.LabelProp = "Name"; this.DataBox.Add (this.label1); global::Gtk.Table.TableChild w10 = ((global::Gtk.Table.TableChild)(this.DataBox [this.label1])); w10.XOptions = ((global::Gtk.AttachOptions)(4)); w10.YOptions = ((global::Gtk.AttachOptions)(4)); // Container child DataBox.Gtk.Table+TableChild this.label2 = new global::Gtk.Label (); this.label2.Name = "label2"; this.label2.Xalign = 0F; this.label2.LabelProp = "Max Time"; this.DataBox.Add (this.label2); global::Gtk.Table.TableChild w11 = ((global::Gtk.Table.TableChild)(this.DataBox [this.label2])); w11.TopAttach = ((uint)(1)); w11.BottomAttach = ((uint)(2)); w11.XOptions = ((global::Gtk.AttachOptions)(4)); w11.YOptions = ((global::Gtk.AttachOptions)(4)); w1.Add (this.DataBox); global::Gtk.Box.BoxChild w12 = ((global::Gtk.Box.BoxChild)(w1 [this.DataBox])); w12.Position = 0; w12.Expand = false; w12.Fill = false; // Internal child stopwatch.StopWatchDialog.ActionArea global::Gtk.HButtonBox w13 = this.ActionArea; w13.Name = "dialog1_ActionArea"; w13.Spacing = 6; w13.BorderWidth = ((uint)(5)); w13.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.UseUnderline = true; // Container child buttonOk.Gtk.Container+ContainerChild global::Gtk.Alignment w14 = new global::Gtk.Alignment (0.5F, 0.5F, 0F, 0F); // Container child GtkAlignment.Gtk.Container+ContainerChild global::Gtk.HBox w15 = new global::Gtk.HBox (); w15.Spacing = 2; // Container child GtkHBox.Gtk.Container+ContainerChild global::Gtk.Image w16 = new global::Gtk.Image (); w16.Pixbuf = global::Stetic.IconLoader.LoadIcon (this, "gtk-apply", global::Gtk.IconSize.Menu); w15.Add (w16); // Container child GtkHBox.Gtk.Container+ContainerChild global::Gtk.Label w18 = new global::Gtk.Label (); w18.LabelProp = "_Set timer"; w18.UseUnderline = true; w15.Add (w18); w14.Add (w15); this.buttonOk.Add (w14); this.AddActionWidget (this.buttonOk, -5); global::Gtk.ButtonBox.ButtonBoxChild w22 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w13 [this.buttonOk])); w22.Expand = false; w22.Fill = false; if ((this.Child != null)) { this.Child.ShowAll (); } this.DefaultWidth = 467; this.DefaultHeight = 153; this.buttonOk.HasDefault = true; this.Show (); this.DestroyEvent += new global::Gtk.DestroyEventHandler (this.OnDestroyEvent); this.DeleteEvent += new global::Gtk.DeleteEventHandler (this.OnDeleteEvent); }
protected virtual void Build() { global::Stetic.Gui.Initialize(this); // Widget MainWindow this.Name = "MainWindow"; this.Title = global::Mono.Unix.Catalog.GetString("MainWindow"); this.WindowPosition = ((global::Gtk.WindowPosition)(4)); // Container child MainWindow.Gtk.Container+ContainerChild this.datavbox2 = new global::Gtk.DataBindings.DataVBox(); this.datavbox2.Name = "datavbox2"; this.datavbox2.Spacing = 6; this.datavbox2.InheritedDataSource = false; this.datavbox2.InheritedBoundaryDataSource = false; this.datavbox2.InheritedDataSource = false; this.datavbox2.InheritedBoundaryDataSource = false; // Container child datavbox2.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.datatreeview1 = new global::Gtk.DataBindings.DataTreeView(); this.datatreeview1.CanFocus = true; this.datatreeview1.Name = "datatreeview1"; this.datatreeview1.CursorPointsEveryType = false; this.datatreeview1.InheritedDataSource = false; this.datatreeview1.InheritedBoundaryDataSource = false; this.datatreeview1.InheritedDataSource = false; this.datatreeview1.InheritedBoundaryDataSource = false; this.datatreeview1.ColumnMappings = "{System.Data.DataRowView} ID[Id]; Title[Naslovcek]"; this.GtkScrolledWindow.Add(this.datatreeview1); this.datavbox2.Add(this.GtkScrolledWindow); global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.datavbox2 [this.GtkScrolledWindow])); w2.Position = 0; // Container child datavbox2.Gtk.Box+BoxChild this.datacomboboxentry1 = new global::Gtk.DataBindings.DataComboBoxEntry(); this.datacomboboxentry1.Name = "datacomboboxentry1"; this.datacomboboxentry1.InheritedDataSource = false; this.datacomboboxentry1.ColumnMappings = "{System.Data.DataRowView} ID[Id]; Title[Naslovcek]"; this.datacomboboxentry1.InheritedBoundaryDataSource = false; this.datacomboboxentry1.CursorPointsEveryType = false; this.datacomboboxentry1.InheritedDataSource = false; this.datacomboboxentry1.InheritedBoundaryDataSource = false; this.datavbox2.Add(this.datacomboboxentry1); global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.datavbox2 [this.datacomboboxentry1])); w3.Position = 1; w3.Expand = false; w3.Fill = false; // Container child datavbox2.Gtk.Box+BoxChild this.datacombobox1 = new global::Gtk.DataBindings.DataComboBox(); this.datacombobox1.Name = "datacombobox1"; this.datacombobox1.InheritedDataSource = false; this.datacombobox1.ColumnMappings = "{System.Data.DataRowView} ID[Id]; Title[Naslovcek]"; this.datacombobox1.InheritedBoundaryDataSource = false; this.datacombobox1.CursorPointsEveryType = false; this.datacombobox1.InheritedDataSource = false; this.datacombobox1.InheritedBoundaryDataSource = false; this.datavbox2.Add(this.datacombobox1); global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.datavbox2 [this.datacombobox1])); w4.Position = 2; w4.Expand = false; w4.Fill = false; // Container child datavbox2.Gtk.Box+BoxChild this.datahbox1 = new global::Gtk.DataBindings.DataHBox(); this.datahbox1.Name = "datahbox1"; this.datahbox1.Spacing = 6; this.datahbox1.InheritedDataSource = false; this.datahbox1.InheritedBoundaryDataSource = false; this.datahbox1.InheritedDataSource = false; this.datahbox1.InheritedBoundaryDataSource = false; // Container child datahbox1.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("Add new item"); this.datahbox1.Add(this.button1); global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.datahbox1 [this.button1])); w5.Position = 0; w5.Expand = false; w5.Fill = false; // Container child datahbox1.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("Remove an item"); this.datahbox1.Add(this.button2); global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.datahbox1 [this.button2])); w6.Position = 1; w6.Expand = false; w6.Fill = false; this.datavbox2.Add(this.datahbox1); global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.datavbox2 [this.datahbox1])); w7.Position = 3; w7.Expand = false; w7.Fill = false; this.Add(this.datavbox2); if ((this.Child != null)) { this.Child.ShowAll(); } this.DefaultWidth = 400; this.DefaultHeight = 300; this.Show(); this.DeleteEvent += new global::Gtk.DeleteEventHandler(this.OnDeleteEvent); this.datatreeview1.CellDescription += new global::Gtk.DataBindings.CellDescriptionEvent(this.OnDatatreeview1CellDescription); this.button1.Clicked += new global::System.EventHandler(this.OnButton1Clicked); }
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)(8)); // Container child MainWindow.Gtk.Container+ContainerChild this.WindowBox = new global::Gtk.DataBindings.DataHBox(); this.WindowBox.Name = "WindowBox"; this.WindowBox.Spacing = 6; this.WindowBox.InheritedDataSource = false; this.WindowBox.InheritedBoundaryDataSource = false; this.WindowBox.InheritedDataSource = false; this.WindowBox.InheritedBoundaryDataSource = false; // Container child WindowBox.Gtk.Box+BoxChild this.table1 = new global::Gtk.DataBindings.DataTable(((uint)(11)), ((uint)(2)), false); this.table1.Name = "table1"; this.table1.RowSpacing = ((uint)(6)); this.table1.ColumnSpacing = ((uint)(8)); this.table1.InheritedDataSource = true; this.table1.InheritedBoundaryDataSource = false; this.table1.InheritedDataSource = true; this.table1.InheritedBoundaryDataSource = false; // Container child table1.Gtk.Table+TableChild this.datacheckbutton1 = new global::Gtk.DataBindings.DataCheckButton(); this.datacheckbutton1.CanFocus = true; this.datacheckbutton1.Name = "datacheckbutton1"; this.datacheckbutton1.Label = global::Mono.Unix.Catalog.GetString("Active"); this.datacheckbutton1.DrawIndicator = true; this.datacheckbutton1.UseUnderline = true; this.datacheckbutton1.InheritedDataSource = true; this.datacheckbutton1.Mappings = "Active"; this.datacheckbutton1.InheritedBoundaryDataSource = false; this.datacheckbutton1.Editable = false; this.datacheckbutton1.AutomaticTitle = false; this.datacheckbutton1.InheritedBoundaryDataSource = false; this.datacheckbutton1.InheritedDataSource = true; this.datacheckbutton1.Mappings = "Active"; this.table1.Add(this.datacheckbutton1); global::Gtk.Table.TableChild w1 = ((global::Gtk.Table.TableChild)(this.table1 [this.datacheckbutton1])); w1.TopAttach = ((uint)(4)); w1.BottomAttach = ((uint)(5)); 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.dataentry1 = new global::Gtk.DataBindings.DataEntry(); this.dataentry1.CanFocus = true; this.dataentry1.Name = "dataentry1"; this.dataentry1.IsEditable = true; this.dataentry1.InvisibleChar = '•'; this.dataentry1.InheritedDataSource = true; this.dataentry1.Mappings = "Server"; this.dataentry1.InheritedBoundaryDataSource = false; this.dataentry1.InheritedDataSource = true; this.dataentry1.Mappings = "Server"; this.dataentry1.InheritedBoundaryDataSource = false; this.table1.Add(this.dataentry1); global::Gtk.Table.TableChild w2 = ((global::Gtk.Table.TableChild)(this.table1 [this.dataentry1])); w2.TopAttach = ((uint)(1)); w2.BottomAttach = ((uint)(2)); 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.dataentry2 = new global::Gtk.DataBindings.DataEntry(); this.dataentry2.CanFocus = true; this.dataentry2.Name = "dataentry2"; this.dataentry2.IsEditable = true; this.dataentry2.InvisibleChar = '•'; this.dataentry2.InheritedDataSource = true; this.dataentry2.Mappings = "Username"; this.dataentry2.InheritedBoundaryDataSource = false; this.dataentry2.InheritedDataSource = true; this.dataentry2.Mappings = "Username"; this.dataentry2.InheritedBoundaryDataSource = false; this.table1.Add(this.dataentry2); global::Gtk.Table.TableChild w3 = ((global::Gtk.Table.TableChild)(this.table1 [this.dataentry2])); w3.TopAttach = ((uint)(2)); w3.BottomAttach = ((uint)(3)); 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.dataentry3 = new global::Gtk.DataBindings.DataEntry(); this.dataentry3.CanFocus = true; this.dataentry3.Name = "dataentry3"; this.dataentry3.IsEditable = true; this.dataentry3.Visibility = false; this.dataentry3.InvisibleChar = '•'; this.dataentry3.InheritedDataSource = true; this.dataentry3.Mappings = "Password"; this.dataentry3.InheritedBoundaryDataSource = false; this.dataentry3.InheritedDataSource = true; this.dataentry3.Mappings = "Password"; this.dataentry3.InheritedBoundaryDataSource = false; this.table1.Add(this.dataentry3); global::Gtk.Table.TableChild w4 = ((global::Gtk.Table.TableChild)(this.table1 [this.dataentry3])); w4.TopAttach = ((uint)(3)); w4.BottomAttach = ((uint)(4)); w4.LeftAttach = ((uint)(1)); w4.RightAttach = ((uint)(2)); w4.XOptions = ((global::Gtk.AttachOptions)(4)); w4.YOptions = ((global::Gtk.AttachOptions)(4)); // Container child table1.Gtk.Table+TableChild this.datalabel1 = new global::Gtk.DataBindings.DataLabel(); this.datalabel1.Name = "datalabel1"; this.datalabel1.Xalign = 0F; this.datalabel1.LabelProp = global::Mono.Unix.Catalog.GetString("datalabel1"); this.datalabel1.InheritedDataSource = true; this.datalabel1.Mappings = "ConnectedDataset"; this.datalabel1.InheritedBoundaryDataSource = false; this.datalabel1.Important = false; this.datalabel1.InheritedDataSource = true; this.datalabel1.Mappings = "ConnectedDataset"; this.datalabel1.InheritedBoundaryDataSource = false; this.table1.Add(this.datalabel1); global::Gtk.Table.TableChild w5 = ((global::Gtk.Table.TableChild)(this.table1 [this.datalabel1])); w5.TopAttach = ((uint)(7)); w5.BottomAttach = ((uint)(8)); w5.LeftAttach = ((uint)(1)); w5.RightAttach = ((uint)(2)); w5.XOptions = ((global::Gtk.AttachOptions)(4)); w5.YOptions = ((global::Gtk.AttachOptions)(4)); // Container child table1.Gtk.Table+TableChild this.datalabel2 = new global::Gtk.DataBindings.DataLabel(); this.datalabel2.Name = "datalabel2"; this.datalabel2.Xalign = 0F; this.datalabel2.LabelProp = global::Mono.Unix.Catalog.GetString("datalabel1"); this.datalabel2.InheritedDataSource = true; this.datalabel2.Mappings = "IsActive"; this.datalabel2.InheritedBoundaryDataSource = false; this.datalabel2.Important = false; this.datalabel2.InheritedDataSource = true; this.datalabel2.Mappings = "IsActive"; this.datalabel2.InheritedBoundaryDataSource = false; this.table1.Add(this.datalabel2); global::Gtk.Table.TableChild w6 = ((global::Gtk.Table.TableChild)(this.table1 [this.datalabel2])); w6.TopAttach = ((uint)(5)); w6.BottomAttach = ((uint)(6)); 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.DatasetsCB = new global::Gtk.DataBindings.DataComboBoxEntry(); this.DatasetsCB.Name = "DatasetsCB"; this.DatasetsCB.InheritedDataSource = false; this.DatasetsCB.Mappings = ""; this.DatasetsCB.ColumnMappings = ""; this.DatasetsCB.InheritedBoundaryDataSource = false; this.DatasetsCB.CursorPointsEveryType = false; this.DatasetsCB.InheritedDataSource = false; this.DatasetsCB.Mappings = ""; this.DatasetsCB.InheritedBoundaryDataSource = false; this.table1.Add(this.DatasetsCB); global::Gtk.Table.TableChild w7 = ((global::Gtk.Table.TableChild)(this.table1 [this.DatasetsCB])); w7.TopAttach = ((uint)(6)); w7.BottomAttach = ((uint)(7)); w7.LeftAttach = ((uint)(1)); w7.RightAttach = ((uint)(2)); w7.YOptions = ((global::Gtk.AttachOptions)(4)); // Container child table1.Gtk.Table+TableChild this.DriversCB = new global::Gtk.DataBindings.DataComboBox(); this.DriversCB.Name = "DriversCB"; this.DriversCB.InheritedDataSource = false; this.DriversCB.Mappings = ""; this.DriversCB.ColumnMappings = ""; this.DriversCB.InheritedBoundaryDataSource = false; this.DriversCB.CursorPointsEveryType = false; this.DriversCB.InheritedDataSource = false; this.DriversCB.Mappings = ""; this.DriversCB.InheritedBoundaryDataSource = false; this.table1.Add(this.DriversCB); global::Gtk.Table.TableChild w8 = ((global::Gtk.Table.TableChild)(this.table1 [this.DriversCB])); w8.LeftAttach = ((uint)(1)); w8.RightAttach = ((uint)(2)); w8.YOptions = ((global::Gtk.AttachOptions)(4)); // Container child table1.Gtk.Table+TableChild this.label1 = new global::Gtk.Label(); this.label1.Name = "label1"; this.label1.Xalign = 0F; this.label1.LabelProp = global::Mono.Unix.Catalog.GetString("Connected Database"); this.table1.Add(this.label1); global::Gtk.Table.TableChild w9 = ((global::Gtk.Table.TableChild)(this.table1 [this.label1])); w9.TopAttach = ((uint)(7)); w9.BottomAttach = ((uint)(8)); w9.XOptions = ((global::Gtk.AttachOptions)(4)); w9.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("Tables"); this.table1.Add(this.label2); global::Gtk.Table.TableChild w10 = ((global::Gtk.Table.TableChild)(this.table1 [this.label2])); w10.TopAttach = ((uint)(8)); w10.BottomAttach = ((uint)(9)); w10.XOptions = ((global::Gtk.AttachOptions)(4)); w10.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("Server"); this.table1.Add(this.label3); global::Gtk.Table.TableChild w11 = ((global::Gtk.Table.TableChild)(this.table1 [this.label3])); w11.TopAttach = ((uint)(1)); w11.BottomAttach = ((uint)(2)); w11.XOptions = ((global::Gtk.AttachOptions)(4)); w11.YOptions = ((global::Gtk.AttachOptions)(4)); // Container child table1.Gtk.Table+TableChild this.label4 = new global::Gtk.Label(); this.label4.Name = "label4"; this.label4.Xalign = 0F; this.label4.LabelProp = global::Mono.Unix.Catalog.GetString("Username"); this.table1.Add(this.label4); global::Gtk.Table.TableChild w12 = ((global::Gtk.Table.TableChild)(this.table1 [this.label4])); w12.TopAttach = ((uint)(2)); w12.BottomAttach = ((uint)(3)); w12.XOptions = ((global::Gtk.AttachOptions)(4)); w12.YOptions = ((global::Gtk.AttachOptions)(4)); // Container child table1.Gtk.Table+TableChild this.label5 = new global::Gtk.Label(); this.label5.Name = "label5"; this.label5.Xalign = 0F; this.label5.LabelProp = global::Mono.Unix.Catalog.GetString("Password"); this.table1.Add(this.label5); global::Gtk.Table.TableChild w13 = ((global::Gtk.Table.TableChild)(this.table1 [this.label5])); w13.TopAttach = ((uint)(3)); w13.BottomAttach = ((uint)(4)); w13.XOptions = ((global::Gtk.AttachOptions)(4)); w13.YOptions = ((global::Gtk.AttachOptions)(4)); // Container child table1.Gtk.Table+TableChild this.label6 = new global::Gtk.Label(); this.label6.Name = "label6"; this.label6.Xalign = 0F; this.label6.LabelProp = global::Mono.Unix.Catalog.GetString("Database drivers"); this.table1.Add(this.label6); global::Gtk.Table.TableChild w14 = ((global::Gtk.Table.TableChild)(this.table1 [this.label6])); w14.XOptions = ((global::Gtk.AttachOptions)(4)); w14.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("Databases"); this.table1.Add(this.label7); global::Gtk.Table.TableChild w15 = ((global::Gtk.Table.TableChild)(this.table1 [this.label7])); w15.TopAttach = ((uint)(6)); w15.BottomAttach = ((uint)(7)); w15.XOptions = ((global::Gtk.AttachOptions)(4)); w15.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("IsActive"); this.table1.Add(this.label8); global::Gtk.Table.TableChild w16 = ((global::Gtk.Table.TableChild)(this.table1 [this.label8])); w16.TopAttach = ((uint)(5)); w16.BottomAttach = ((uint)(6)); w16.XOptions = ((global::Gtk.AttachOptions)(4)); w16.YOptions = ((global::Gtk.AttachOptions)(4)); // Container child table1.Gtk.Table+TableChild this.TablesCB = new global::Gtk.DataBindings.DataComboBox(); this.TablesCB.Name = "TablesCB"; this.TablesCB.InheritedDataSource = false; this.TablesCB.InheritedBoundaryDataSource = false; this.TablesCB.CursorPointsEveryType = false; this.TablesCB.InheritedDataSource = false; this.TablesCB.InheritedBoundaryDataSource = false; this.table1.Add(this.TablesCB); global::Gtk.Table.TableChild w17 = ((global::Gtk.Table.TableChild)(this.table1 [this.TablesCB])); w17.TopAttach = ((uint)(8)); w17.BottomAttach = ((uint)(9)); w17.LeftAttach = ((uint)(1)); w17.RightAttach = ((uint)(2)); w17.YOptions = ((global::Gtk.AttachOptions)(4)); this.WindowBox.Add(this.table1); global::Gtk.Box.BoxChild w18 = ((global::Gtk.Box.BoxChild)(this.WindowBox [this.table1])); w18.Position = 0; w18.Expand = false; w18.Fill = false; // Container child WindowBox.Gtk.Box+BoxChild this.TableViewBox = new global::Gtk.DataBindings.DataVBox(); this.TableViewBox.Name = "TableViewBox"; this.TableViewBox.Spacing = 6; this.TableViewBox.InheritedDataSource = true; this.TableViewBox.InheritedBoundaryDataSource = false; this.TableViewBox.InheritedDataSource = true; this.TableViewBox.InheritedBoundaryDataSource = false; // Container child TableViewBox.Gtk.Box+BoxChild this.QueryBox = new global::Gtk.DataBindings.DataHBox(); this.QueryBox.Name = "QueryBox"; this.QueryBox.Spacing = 6; this.QueryBox.InheritedDataSource = true; this.QueryBox.InheritedBoundaryDataSource = false; this.QueryBox.InheritedDataSource = true; this.QueryBox.InheritedBoundaryDataSource = false; // Container child QueryBox.Gtk.Box+BoxChild this.QueryTable = new global::Gtk.DataBindings.DataTable(((uint)(2)), ((uint)(2)), false); this.QueryTable.Name = "QueryTable"; this.QueryTable.RowSpacing = ((uint)(6)); this.QueryTable.ColumnSpacing = ((uint)(6)); this.QueryTable.InheritedDataSource = true; this.QueryTable.InheritedBoundaryDataSource = false; this.QueryTable.InheritedDataSource = true; this.QueryTable.InheritedBoundaryDataSource = false; // Container child QueryTable.Gtk.Table+TableChild this.dataentry4 = new global::Gtk.DataBindings.DataEntry(); this.dataentry4.CanFocus = true; this.dataentry4.Name = "dataentry4"; this.dataentry4.IsEditable = true; this.dataentry4.InvisibleChar = '•'; this.dataentry4.InheritedDataSource = true; this.dataentry4.Mappings = "Where"; this.dataentry4.InheritedBoundaryDataSource = false; this.dataentry4.InheritedDataSource = true; this.dataentry4.Mappings = "Where"; this.dataentry4.InheritedBoundaryDataSource = false; this.QueryTable.Add(this.dataentry4); global::Gtk.Table.TableChild w19 = ((global::Gtk.Table.TableChild)(this.QueryTable [this.dataentry4])); w19.TopAttach = ((uint)(1)); w19.BottomAttach = ((uint)(2)); w19.LeftAttach = ((uint)(1)); w19.RightAttach = ((uint)(2)); w19.YOptions = ((global::Gtk.AttachOptions)(4)); // Container child QueryTable.Gtk.Table+TableChild this.dataentry5 = new global::Gtk.DataBindings.DataEntry(); this.dataentry5.CanFocus = true; this.dataentry5.Name = "dataentry5"; this.dataentry5.IsEditable = true; this.dataentry5.InvisibleChar = '•'; this.dataentry5.InheritedDataSource = true; this.dataentry5.Mappings = "Select"; this.dataentry5.InheritedBoundaryDataSource = false; this.dataentry5.InheritedDataSource = true; this.dataentry5.Mappings = "Select"; this.dataentry5.InheritedBoundaryDataSource = false; this.QueryTable.Add(this.dataentry5); global::Gtk.Table.TableChild w20 = ((global::Gtk.Table.TableChild)(this.QueryTable [this.dataentry5])); w20.LeftAttach = ((uint)(1)); w20.RightAttach = ((uint)(2)); w20.YOptions = ((global::Gtk.AttachOptions)(4)); // Container child QueryTable.Gtk.Table+TableChild this.label10 = new global::Gtk.Label(); this.label10.Name = "label10"; this.label10.Xalign = 0F; this.label10.LabelProp = global::Mono.Unix.Catalog.GetString("SELECT"); this.QueryTable.Add(this.label10); global::Gtk.Table.TableChild w21 = ((global::Gtk.Table.TableChild)(this.QueryTable [this.label10])); w21.XOptions = ((global::Gtk.AttachOptions)(4)); w21.YOptions = ((global::Gtk.AttachOptions)(4)); // Container child QueryTable.Gtk.Table+TableChild this.label9 = new global::Gtk.Label(); this.label9.Name = "label9"; this.label9.Xalign = 0F; this.label9.LabelProp = global::Mono.Unix.Catalog.GetString("WHERE"); this.QueryTable.Add(this.label9); global::Gtk.Table.TableChild w22 = ((global::Gtk.Table.TableChild)(this.QueryTable [this.label9])); w22.TopAttach = ((uint)(1)); w22.BottomAttach = ((uint)(2)); w22.XOptions = ((global::Gtk.AttachOptions)(4)); w22.YOptions = ((global::Gtk.AttachOptions)(4)); this.QueryBox.Add(this.QueryTable); global::Gtk.Box.BoxChild w23 = ((global::Gtk.Box.BoxChild)(this.QueryBox [this.QueryTable])); w23.Position = 0; // Container child QueryBox.Gtk.Box+BoxChild this.btnRunQuery = new global::Gtk.Button(); this.btnRunQuery.CanFocus = true; this.btnRunQuery.Name = "btnRunQuery"; this.btnRunQuery.UseUnderline = true; this.btnRunQuery.Label = global::Mono.Unix.Catalog.GetString("Run Query"); this.QueryBox.Add(this.btnRunQuery); global::Gtk.Box.BoxChild w24 = ((global::Gtk.Box.BoxChild)(this.QueryBox [this.btnRunQuery])); w24.Position = 1; w24.Expand = false; w24.Fill = false; // Container child QueryBox.Gtk.Box+BoxChild this.btnColumns = new global::Gtk.Button(); this.btnColumns.CanFocus = true; this.btnColumns.Name = "btnColumns"; this.btnColumns.UseUnderline = true; this.btnColumns.Label = global::Mono.Unix.Catalog.GetString("Columns"); this.QueryBox.Add(this.btnColumns); global::Gtk.Box.BoxChild w25 = ((global::Gtk.Box.BoxChild)(this.QueryBox [this.btnColumns])); w25.Position = 2; w25.Expand = false; w25.Fill = false; this.TableViewBox.Add(this.QueryBox); global::Gtk.Box.BoxChild w26 = ((global::Gtk.Box.BoxChild)(this.TableViewBox [this.QueryBox])); w26.Position = 0; w26.Expand = false; w26.Fill = false; // Container child TableViewBox.Gtk.Box+BoxChild this.TableView = new global::Gtk.ScrolledWindow(); this.TableView.Name = "TableView"; this.TableView.ShadowType = ((global::Gtk.ShadowType)(1)); // Container child TableView.Gtk.Container+ContainerChild this.treeview1 = new global::Gtk.DataBindings.DataTreeView(); this.treeview1.CanFocus = true; this.treeview1.Name = "treeview1"; this.treeview1.CursorPointsEveryType = false; this.treeview1.InheritedDataSource = false; this.treeview1.InheritedBoundaryDataSource = false; this.treeview1.InheritedDataSource = false; this.treeview1.InheritedBoundaryDataSource = false; this.TableView.Add(this.treeview1); this.TableViewBox.Add(this.TableView); global::Gtk.Box.BoxChild w28 = ((global::Gtk.Box.BoxChild)(this.TableViewBox [this.TableView])); w28.Position = 1; // Container child TableViewBox.Gtk.Box+BoxChild this.datalabel3 = new global::Gtk.DataBindings.DataLabel(); this.datalabel3.Name = "datalabel3"; this.datalabel3.LabelProp = global::Mono.Unix.Catalog.GetString("datalabel1"); this.datalabel3.InheritedDataSource = true; this.datalabel3.Mappings = "Query"; this.datalabel3.InheritedBoundaryDataSource = false; this.datalabel3.Important = false; this.datalabel3.InheritedDataSource = true; this.datalabel3.Mappings = "Query"; this.datalabel3.InheritedBoundaryDataSource = false; this.TableViewBox.Add(this.datalabel3); global::Gtk.Box.BoxChild w29 = ((global::Gtk.Box.BoxChild)(this.TableViewBox [this.datalabel3])); w29.Position = 2; w29.Expand = false; w29.Fill = false; // Container child TableViewBox.Gtk.Box+BoxChild this.StatusBox = new global::Gtk.DataBindings.DataHBox(); this.StatusBox.Name = "StatusBox"; this.StatusBox.Spacing = 6; this.StatusBox.InheritedDataSource = true; this.StatusBox.InheritedBoundaryDataSource = false; this.StatusBox.InheritedDataSource = true; this.StatusBox.InheritedBoundaryDataSource = false; // Container child StatusBox.Gtk.Box+BoxChild this.label11 = new global::Gtk.Label(); this.label11.Name = "label11"; this.label11.LabelProp = global::Mono.Unix.Catalog.GetString(" "); this.StatusBox.Add(this.label11); global::Gtk.Box.BoxChild w30 = ((global::Gtk.Box.BoxChild)(this.StatusBox [this.label11])); w30.Position = 0; // Container child StatusBox.Gtk.Box+BoxChild this.datalabel4 = new global::Gtk.DataBindings.DataLabel(); this.datalabel4.Name = "datalabel4"; this.datalabel4.LabelProp = global::Mono.Unix.Catalog.GetString("datalabel1"); this.datalabel4.Justify = ((global::Gtk.Justification)(1)); this.datalabel4.InheritedDataSource = true; this.datalabel4.Mappings = "Status"; this.datalabel4.InheritedBoundaryDataSource = false; this.datalabel4.Important = false; this.datalabel4.InheritedDataSource = true; this.datalabel4.Mappings = "Status"; this.datalabel4.InheritedBoundaryDataSource = false; this.StatusBox.Add(this.datalabel4); global::Gtk.Box.BoxChild w31 = ((global::Gtk.Box.BoxChild)(this.StatusBox [this.datalabel4])); w31.Position = 2; w31.Expand = false; w31.Fill = false; this.TableViewBox.Add(this.StatusBox); global::Gtk.Box.BoxChild w32 = ((global::Gtk.Box.BoxChild)(this.TableViewBox [this.StatusBox])); w32.Position = 3; w32.Expand = false; w32.Fill = false; this.WindowBox.Add(this.TableViewBox); global::Gtk.Box.BoxChild w33 = ((global::Gtk.Box.BoxChild)(this.WindowBox [this.TableViewBox])); w33.Position = 1; this.Add(this.WindowBox); if ((this.Child != null)) { this.Child.ShowAll(); } this.DefaultWidth = 852; this.DefaultHeight = 381; this.TableViewBox.Hide(); this.Show(); this.DeleteEvent += new global::Gtk.DeleteEventHandler(this.OnDeleteEvent); this.TablesCB.Changed += new global::System.EventHandler(this.OnTablesCBChanged); this.DriversCB.Changed += new global::System.EventHandler(this.OnDriversCBChanged); this.DatasetsCB.Changed += new global::System.EventHandler(this.OnDatasetsCBChanged); }
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.datavbox2 = new global::Gtk.DataBindings.DataVBox (); this.datavbox2.Name = "datavbox2"; this.datavbox2.Spacing = 6; this.datavbox2.InheritedDataSource = false; this.datavbox2.InheritedBoundaryDataSource = false; this.datavbox2.InheritedDataSource = false; this.datavbox2.InheritedBoundaryDataSource = false; // Container child datavbox2.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.datatreeview1 = new global::Gtk.DataBindings.DataTreeView (); this.datatreeview1.CanFocus = true; this.datatreeview1.Name = "datatreeview1"; this.datatreeview1.CursorPointsEveryType = false; this.datatreeview1.InheritedDataSource = false; this.datatreeview1.InheritedBoundaryDataSource = false; this.datatreeview1.InheritedDataSource = false; this.datatreeview1.InheritedBoundaryDataSource = false; this.datatreeview1.ColumnMappings = "{System.Data.DataRowView} ID[Id]; Title[Naslovcek]"; this.GtkScrolledWindow.Add (this.datatreeview1); this.datavbox2.Add (this.GtkScrolledWindow); global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.datavbox2 [this.GtkScrolledWindow])); w2.Position = 0; // Container child datavbox2.Gtk.Box+BoxChild this.datacomboboxentry1 = new global::Gtk.DataBindings.DataComboBoxEntry (); this.datacomboboxentry1.Name = "datacomboboxentry1"; this.datacomboboxentry1.InheritedDataSource = false; this.datacomboboxentry1.ColumnMappings = "{System.Data.DataRowView} ID[Id]; Title[Naslovcek]"; this.datacomboboxentry1.InheritedBoundaryDataSource = false; this.datacomboboxentry1.CursorPointsEveryType = false; this.datacomboboxentry1.InheritedDataSource = false; this.datacomboboxentry1.InheritedBoundaryDataSource = false; this.datavbox2.Add (this.datacomboboxentry1); global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.datavbox2 [this.datacomboboxentry1])); w3.Position = 1; w3.Expand = false; w3.Fill = false; // Container child datavbox2.Gtk.Box+BoxChild this.datacombobox1 = new global::Gtk.DataBindings.DataComboBox (); this.datacombobox1.Name = "datacombobox1"; this.datacombobox1.InheritedDataSource = false; this.datacombobox1.ColumnMappings = "{System.Data.DataRowView} ID[Id]; Title[Naslovcek]"; this.datacombobox1.InheritedBoundaryDataSource = false; this.datacombobox1.CursorPointsEveryType = false; this.datacombobox1.InheritedDataSource = false; this.datacombobox1.InheritedBoundaryDataSource = false; this.datavbox2.Add (this.datacombobox1); global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.datavbox2 [this.datacombobox1])); w4.Position = 2; w4.Expand = false; w4.Fill = false; // Container child datavbox2.Gtk.Box+BoxChild this.datahbox1 = new global::Gtk.DataBindings.DataHBox (); this.datahbox1.Name = "datahbox1"; this.datahbox1.Spacing = 6; this.datahbox1.InheritedDataSource = false; this.datahbox1.InheritedBoundaryDataSource = false; this.datahbox1.InheritedDataSource = false; this.datahbox1.InheritedBoundaryDataSource = false; // Container child datahbox1.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 ("Add new item"); this.datahbox1.Add (this.button1); global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.datahbox1 [this.button1])); w5.Position = 0; w5.Expand = false; w5.Fill = false; // Container child datahbox1.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 ("Remove an item"); this.datahbox1.Add (this.button2); global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.datahbox1 [this.button2])); w6.Position = 1; w6.Expand = false; w6.Fill = false; this.datavbox2.Add (this.datahbox1); global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.datavbox2 [this.datahbox1])); w7.Position = 3; w7.Expand = false; w7.Fill = false; this.Add (this.datavbox2); if ((this.Child != null)) { this.Child.ShowAll (); } this.DefaultWidth = 400; this.DefaultHeight = 300; this.Show (); this.DeleteEvent += new global::Gtk.DeleteEventHandler (this.OnDeleteEvent); this.datatreeview1.CellDescription += new global::Gtk.DataBindings.CellDescriptionEvent (this.OnDatatreeview1CellDescription); this.button1.Clicked += new global::System.EventHandler (this.OnButton1Clicked); }
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.MainBox = new global::Gtk.DataBindings.DataVBox (); this.MainBox.Name = "MainBox"; this.MainBox.Spacing = 6; this.MainBox.BorderWidth = ((uint)(8)); this.MainBox.InheritedDataSource = false; this.MainBox.InheritedBoundaryDataSource = false; this.MainBox.InheritedDataSource = false; this.MainBox.InheritedBoundaryDataSource = false; // Container child MainBox.Gtk.Box+BoxChild this.datatable1 = new global::Gtk.DataBindings.DataTable (((uint)(3)), ((uint)(2)), false); this.datatable1.Name = "datatable1"; this.datatable1.RowSpacing = ((uint)(6)); this.datatable1.ColumnSpacing = ((uint)(6)); this.datatable1.InheritedDataSource = true; this.datatable1.InheritedBoundaryDataSource = false; this.datatable1.InheritedDataSource = true; this.datatable1.InheritedBoundaryDataSource = false; // Container child datatable1.Gtk.Table+TableChild this.dataentry1 = new global::Gtk.DataBindings.DataEntry (); this.dataentry1.CanFocus = true; this.dataentry1.Name = "dataentry1"; this.dataentry1.IsEditable = true; this.dataentry1.InvisibleChar = '•'; this.dataentry1.InheritedDataSource = true; this.dataentry1.Mappings = "Name"; this.dataentry1.InheritedBoundaryDataSource = false; this.dataentry1.InheritedDataSource = true; this.dataentry1.Mappings = "Name"; this.dataentry1.InheritedBoundaryDataSource = false; this.datatable1.Add (this.dataentry1); global::Gtk.Table.TableChild w1 = ((global::Gtk.Table.TableChild)(this.datatable1 [this.dataentry1])); w1.LeftAttach = ((uint)(1)); w1.RightAttach = ((uint)(2)); w1.YOptions = ((global::Gtk.AttachOptions)(4)); // Container child datatable1.Gtk.Table+TableChild this.dataentry2 = new global::Gtk.DataBindings.DataEntry (); this.dataentry2.CanFocus = true; this.dataentry2.Name = "dataentry2"; this.dataentry2.IsEditable = true; this.dataentry2.InvisibleChar = '•'; this.dataentry2.InheritedDataSource = true; this.dataentry2.Mappings = "LastName"; this.dataentry2.InheritedBoundaryDataSource = false; this.dataentry2.InheritedDataSource = true; this.dataentry2.Mappings = "LastName"; this.dataentry2.InheritedBoundaryDataSource = false; this.datatable1.Add (this.dataentry2); global::Gtk.Table.TableChild w2 = ((global::Gtk.Table.TableChild)(this.datatable1 [this.dataentry2])); w2.TopAttach = ((uint)(1)); w2.BottomAttach = ((uint)(2)); w2.LeftAttach = ((uint)(1)); w2.RightAttach = ((uint)(2)); w2.XOptions = ((global::Gtk.AttachOptions)(4)); w2.YOptions = ((global::Gtk.AttachOptions)(4)); // Container child datatable1.Gtk.Table+TableChild this.dataspinbutton1 = new global::Gtk.DataBindings.DataSpinButton (0, 100, 1); this.dataspinbutton1.CanFocus = true; this.dataspinbutton1.Name = "dataspinbutton1"; this.dataspinbutton1.Adjustment.PageIncrement = 10; this.dataspinbutton1.ClimbRate = 1; this.dataspinbutton1.Numeric = true; this.dataspinbutton1.InheritedDataSource = true; this.dataspinbutton1.Mappings = "Age"; this.dataspinbutton1.InheritedBoundaryDataSource = false; this.dataspinbutton1.InheritedDataSource = true; this.dataspinbutton1.Mappings = "Age"; this.dataspinbutton1.InheritedBoundaryDataSource = false; this.datatable1.Add (this.dataspinbutton1); global::Gtk.Table.TableChild w3 = ((global::Gtk.Table.TableChild)(this.datatable1 [this.dataspinbutton1])); w3.TopAttach = ((uint)(2)); w3.BottomAttach = ((uint)(3)); w3.LeftAttach = ((uint)(1)); w3.RightAttach = ((uint)(2)); w3.XOptions = ((global::Gtk.AttachOptions)(4)); w3.YOptions = ((global::Gtk.AttachOptions)(4)); // Container child datatable1.Gtk.Table+TableChild this.label1 = new global::Gtk.Label (); this.label1.Name = "label1"; this.label1.Xalign = 0F; this.label1.LabelProp = global::Mono.Unix.Catalog.GetString ("Name"); this.datatable1.Add (this.label1); global::Gtk.Table.TableChild w4 = ((global::Gtk.Table.TableChild)(this.datatable1 [this.label1])); w4.XOptions = ((global::Gtk.AttachOptions)(4)); w4.YOptions = ((global::Gtk.AttachOptions)(4)); // Container child datatable1.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 ("LastName"); this.datatable1.Add (this.label2); global::Gtk.Table.TableChild w5 = ((global::Gtk.Table.TableChild)(this.datatable1 [this.label2])); w5.TopAttach = ((uint)(1)); w5.BottomAttach = ((uint)(2)); w5.XOptions = ((global::Gtk.AttachOptions)(4)); w5.YOptions = ((global::Gtk.AttachOptions)(4)); // Container child datatable1.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 ("Age"); this.datatable1.Add (this.label3); global::Gtk.Table.TableChild w6 = ((global::Gtk.Table.TableChild)(this.datatable1 [this.label3])); w6.TopAttach = ((uint)(2)); w6.BottomAttach = ((uint)(3)); w6.XOptions = ((global::Gtk.AttachOptions)(4)); w6.YOptions = ((global::Gtk.AttachOptions)(4)); this.MainBox.Add (this.datatable1); global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.MainBox [this.datatable1])); w7.Position = 0; w7.Expand = false; w7.Fill = false; // Container child MainBox.Gtk.Box+BoxChild this.datatable2 = new global::Gtk.DataBindings.DataTable (((uint)(3)), ((uint)(2)), false); this.datatable2.Name = "datatable2"; this.datatable2.RowSpacing = ((uint)(6)); this.datatable2.ColumnSpacing = ((uint)(6)); this.datatable2.InheritedDataSource = true; this.datatable2.InheritedBoundaryDataSource = false; this.datatable2.InheritedDataSource = true; this.datatable2.InheritedBoundaryDataSource = false; // Container child datatable2.Gtk.Table+TableChild this.datalabel1 = new global::Gtk.DataBindings.DataLabel (); this.datalabel1.Name = "datalabel1"; this.datalabel1.Xalign = 0F; this.datalabel1.LabelProp = global::Mono.Unix.Catalog.GetString ("datalabel1"); this.datalabel1.InheritedDataSource = true; this.datalabel1.Mappings = "Name"; this.datalabel1.InheritedBoundaryDataSource = false; this.datalabel1.Important = false; this.datalabel1.InheritedDataSource = true; this.datalabel1.Mappings = "Name"; this.datalabel1.InheritedBoundaryDataSource = false; this.datatable2.Add (this.datalabel1); global::Gtk.Table.TableChild w8 = ((global::Gtk.Table.TableChild)(this.datatable2 [this.datalabel1])); w8.LeftAttach = ((uint)(1)); w8.RightAttach = ((uint)(2)); w8.YOptions = ((global::Gtk.AttachOptions)(4)); // Container child datatable2.Gtk.Table+TableChild this.datalabel2 = new global::Gtk.DataBindings.DataLabel (); this.datalabel2.Name = "datalabel2"; this.datalabel2.Xalign = 0F; this.datalabel2.LabelProp = global::Mono.Unix.Catalog.GetString ("datalabel2"); this.datalabel2.InheritedDataSource = true; this.datalabel2.Mappings = "LastName"; this.datalabel2.InheritedBoundaryDataSource = false; this.datalabel2.Important = false; this.datalabel2.InheritedDataSource = true; this.datalabel2.Mappings = "LastName"; this.datalabel2.InheritedBoundaryDataSource = false; this.datatable2.Add (this.datalabel2); global::Gtk.Table.TableChild w9 = ((global::Gtk.Table.TableChild)(this.datatable2 [this.datalabel2])); w9.TopAttach = ((uint)(1)); w9.BottomAttach = ((uint)(2)); w9.LeftAttach = ((uint)(1)); w9.RightAttach = ((uint)(2)); w9.YOptions = ((global::Gtk.AttachOptions)(4)); // Container child datatable2.Gtk.Table+TableChild this.datalabel3 = new global::Gtk.DataBindings.DataLabel (); this.datalabel3.Name = "datalabel3"; this.datalabel3.Xalign = 0F; this.datalabel3.LabelProp = global::Mono.Unix.Catalog.GetString ("datalabel3"); this.datalabel3.InheritedDataSource = true; this.datalabel3.Mappings = "Age"; this.datalabel3.InheritedBoundaryDataSource = false; this.datalabel3.Important = false; this.datalabel3.InheritedDataSource = true; this.datalabel3.Mappings = "Age"; this.datalabel3.InheritedBoundaryDataSource = false; this.datatable2.Add (this.datalabel3); global::Gtk.Table.TableChild w10 = ((global::Gtk.Table.TableChild)(this.datatable2 [this.datalabel3])); w10.TopAttach = ((uint)(2)); w10.BottomAttach = ((uint)(3)); w10.LeftAttach = ((uint)(1)); w10.RightAttach = ((uint)(2)); w10.YOptions = ((global::Gtk.AttachOptions)(4)); // Container child datatable2.Gtk.Table+TableChild this.label4 = new global::Gtk.Label (); this.label4.Name = "label4"; this.label4.Xalign = 0F; this.label4.LabelProp = global::Mono.Unix.Catalog.GetString ("Name in object"); this.datatable2.Add (this.label4); global::Gtk.Table.TableChild w11 = ((global::Gtk.Table.TableChild)(this.datatable2 [this.label4])); w11.XOptions = ((global::Gtk.AttachOptions)(4)); w11.YOptions = ((global::Gtk.AttachOptions)(4)); // Container child datatable2.Gtk.Table+TableChild this.label5 = new global::Gtk.Label (); this.label5.Name = "label5"; this.label5.Xalign = 0F; this.label5.LabelProp = global::Mono.Unix.Catalog.GetString ("LastName in object"); this.datatable2.Add (this.label5); global::Gtk.Table.TableChild w12 = ((global::Gtk.Table.TableChild)(this.datatable2 [this.label5])); w12.TopAttach = ((uint)(1)); w12.BottomAttach = ((uint)(2)); w12.XOptions = ((global::Gtk.AttachOptions)(4)); w12.YOptions = ((global::Gtk.AttachOptions)(4)); // Container child datatable2.Gtk.Table+TableChild this.label6 = new global::Gtk.Label (); this.label6.Name = "label6"; this.label6.Xalign = 0F; this.label6.LabelProp = global::Mono.Unix.Catalog.GetString ("Age in object"); this.datatable2.Add (this.label6); global::Gtk.Table.TableChild w13 = ((global::Gtk.Table.TableChild)(this.datatable2 [this.label6])); w13.TopAttach = ((uint)(2)); w13.BottomAttach = ((uint)(3)); w13.XOptions = ((global::Gtk.AttachOptions)(4)); w13.YOptions = ((global::Gtk.AttachOptions)(4)); this.MainBox.Add (this.datatable2); global::Gtk.Box.BoxChild w14 = ((global::Gtk.Box.BoxChild)(this.MainBox [this.datatable2])); w14.Position = 1; w14.Expand = false; w14.Fill = false; // Container child MainBox.Gtk.Box+BoxChild this.datahbox1 = new global::Gtk.DataBindings.DataHBox (); this.datahbox1.Name = "datahbox1"; this.datahbox1.Spacing = 6; this.datahbox1.InheritedDataSource = false; this.datahbox1.InheritedBoundaryDataSource = false; this.datahbox1.InheritedDataSource = false; this.datahbox1.InheritedBoundaryDataSource = false; // Container child datahbox1.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 ("button1"); this.datahbox1.Add (this.button1); global::Gtk.Box.BoxChild w15 = ((global::Gtk.Box.BoxChild)(this.datahbox1 [this.button1])); w15.Position = 2; w15.Expand = false; w15.Fill = false; this.MainBox.Add (this.datahbox1); global::Gtk.Box.BoxChild w16 = ((global::Gtk.Box.BoxChild)(this.MainBox [this.datahbox1])); w16.Position = 2; w16.Expand = false; w16.Fill = false; this.Add (this.MainBox); if ((this.Child != null)) { this.Child.ShowAll (); } this.DefaultWidth = 400; this.DefaultHeight = 300; this.Show (); this.DeleteEvent += new global::Gtk.DeleteEventHandler (this.OnDeleteEvent); this.button1.Clicked += new global::System.EventHandler (this.OnButton1Clicked); }
protected virtual void Build() { global::Stetic.Gui.Initialize(this); // Widget stopwatch.StopWatchDialog this.Name = "stopwatch.StopWatchDialog"; this.Title = "Add StopWatch"; this.WindowPosition = ((global::Gtk.WindowPosition)(4)); this.Modal = true; this.Resizable = false; this.AllowGrow = false; // Internal child stopwatch.StopWatchDialog.VBox global::Gtk.VBox w1 = this.VBox; w1.Name = "dialog1_VBox"; w1.BorderWidth = ((uint)(2)); // Container child dialog1_VBox.Gtk.Box+BoxChild this.DataBox = new global::Gtk.DataBindings.DataTable(((uint)(2)), ((uint)(2)), false); this.DataBox.Name = "DataBox"; this.DataBox.RowSpacing = ((uint)(6)); this.DataBox.ColumnSpacing = ((uint)(8)); this.DataBox.BorderWidth = ((uint)(8)); this.DataBox.InheritedDataSource = false; this.DataBox.InheritedBoundaryDataSource = false; this.DataBox.InheritedDataSource = false; this.DataBox.InheritedBoundaryDataSource = false; // Container child DataBox.Gtk.Table+TableChild this.dataentry1 = new global::Gtk.DataBindings.DataEntry(); this.dataentry1.CanFocus = true; this.dataentry1.Name = "dataentry1"; this.dataentry1.IsEditable = true; this.dataentry1.InvisibleChar = '•'; this.dataentry1.InheritedDataSource = true; this.dataentry1.Mappings = "Name"; this.dataentry1.InheritedBoundaryDataSource = false; this.dataentry1.InheritedDataSource = true; this.dataentry1.Mappings = "Name"; this.dataentry1.InheritedBoundaryDataSource = false; this.DataBox.Add(this.dataentry1); global::Gtk.Table.TableChild w2 = ((global::Gtk.Table.TableChild)(this.DataBox [this.dataentry1])); w2.LeftAttach = ((uint)(1)); w2.RightAttach = ((uint)(2)); w2.YOptions = ((global::Gtk.AttachOptions)(4)); // Container child DataBox.Gtk.Table+TableChild this.datahbox1 = new global::Gtk.DataBindings.DataHBox(); this.datahbox1.Name = "datahbox1"; this.datahbox1.Spacing = 6; this.datahbox1.InheritedDataSource = true; this.datahbox1.InheritedBoundaryDataSource = false; this.datahbox1.InheritedDataSource = true; this.datahbox1.InheritedBoundaryDataSource = false; // Container child datahbox1.Gtk.Box+BoxChild this.dataspinbutton1 = new global::Gtk.DataBindings.DataSpinButton(0, 100, 1); this.dataspinbutton1.CanFocus = true; this.dataspinbutton1.Name = "dataspinbutton1"; this.dataspinbutton1.Adjustment.PageIncrement = 10; this.dataspinbutton1.ClimbRate = 1; this.dataspinbutton1.Numeric = true; this.dataspinbutton1.InheritedDataSource = true; this.dataspinbutton1.Mappings = "MaxHours"; this.dataspinbutton1.InheritedBoundaryDataSource = false; this.dataspinbutton1.InheritedDataSource = true; this.dataspinbutton1.Mappings = "MaxHours"; this.dataspinbutton1.InheritedBoundaryDataSource = false; this.datahbox1.Add(this.dataspinbutton1); global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.datahbox1 [this.dataspinbutton1])); w3.Position = 0; w3.Expand = false; w3.Fill = false; // Container child datahbox1.Gtk.Box+BoxChild this.label3 = new global::Gtk.Label(); this.label3.Name = "label3"; this.label3.LabelProp = "Hours"; this.datahbox1.Add(this.label3); global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.datahbox1 [this.label3])); w4.Position = 1; w4.Expand = false; w4.Fill = false; // Container child datahbox1.Gtk.Box+BoxChild this.dataspinbutton2 = new global::Gtk.DataBindings.DataSpinButton(0, 100, 1); this.dataspinbutton2.CanFocus = true; this.dataspinbutton2.Name = "dataspinbutton2"; this.dataspinbutton2.Adjustment.PageIncrement = 10; this.dataspinbutton2.ClimbRate = 1; this.dataspinbutton2.Numeric = true; this.dataspinbutton2.InheritedDataSource = true; this.dataspinbutton2.Mappings = "MaxMinutes"; this.dataspinbutton2.InheritedBoundaryDataSource = false; this.dataspinbutton2.InheritedDataSource = true; this.dataspinbutton2.Mappings = "MaxMinutes"; this.dataspinbutton2.InheritedBoundaryDataSource = false; this.datahbox1.Add(this.dataspinbutton2); global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.datahbox1 [this.dataspinbutton2])); w5.Position = 2; w5.Expand = false; w5.Fill = false; // Container child datahbox1.Gtk.Box+BoxChild this.label4 = new global::Gtk.Label(); this.label4.Name = "label4"; this.label4.LabelProp = "Minutes"; this.datahbox1.Add(this.label4); global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.datahbox1 [this.label4])); w6.Position = 3; w6.Expand = false; w6.Fill = false; // Container child datahbox1.Gtk.Box+BoxChild this.dataspinbutton3 = new global::Gtk.DataBindings.DataSpinButton(0, 100, 1); this.dataspinbutton3.CanFocus = true; this.dataspinbutton3.Name = "dataspinbutton3"; this.dataspinbutton3.Adjustment.PageIncrement = 10; this.dataspinbutton3.ClimbRate = 1; this.dataspinbutton3.Numeric = true; this.dataspinbutton3.InheritedDataSource = true; this.dataspinbutton3.Mappings = "MaxSeconds"; this.dataspinbutton3.InheritedBoundaryDataSource = false; this.dataspinbutton3.InheritedDataSource = true; this.dataspinbutton3.Mappings = "MaxSeconds"; this.dataspinbutton3.InheritedBoundaryDataSource = false; this.datahbox1.Add(this.dataspinbutton3); global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.datahbox1 [this.dataspinbutton3])); w7.Position = 4; w7.Expand = false; w7.Fill = false; // Container child datahbox1.Gtk.Box+BoxChild this.label5 = new global::Gtk.Label(); this.label5.Name = "label5"; this.label5.LabelProp = "Seconds"; this.datahbox1.Add(this.label5); global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.datahbox1 [this.label5])); w8.Position = 5; w8.Expand = false; w8.Fill = false; this.DataBox.Add(this.datahbox1); global::Gtk.Table.TableChild w9 = ((global::Gtk.Table.TableChild)(this.DataBox [this.datahbox1])); w9.TopAttach = ((uint)(1)); w9.BottomAttach = ((uint)(2)); w9.LeftAttach = ((uint)(1)); w9.RightAttach = ((uint)(2)); w9.XOptions = ((global::Gtk.AttachOptions)(4)); w9.YOptions = ((global::Gtk.AttachOptions)(4)); // Container child DataBox.Gtk.Table+TableChild this.label1 = new global::Gtk.Label(); this.label1.Name = "label1"; this.label1.Xalign = 0F; this.label1.LabelProp = "Name"; this.DataBox.Add(this.label1); global::Gtk.Table.TableChild w10 = ((global::Gtk.Table.TableChild)(this.DataBox [this.label1])); w10.XOptions = ((global::Gtk.AttachOptions)(4)); w10.YOptions = ((global::Gtk.AttachOptions)(4)); // Container child DataBox.Gtk.Table+TableChild this.label2 = new global::Gtk.Label(); this.label2.Name = "label2"; this.label2.Xalign = 0F; this.label2.LabelProp = "Max Time"; this.DataBox.Add(this.label2); global::Gtk.Table.TableChild w11 = ((global::Gtk.Table.TableChild)(this.DataBox [this.label2])); w11.TopAttach = ((uint)(1)); w11.BottomAttach = ((uint)(2)); w11.XOptions = ((global::Gtk.AttachOptions)(4)); w11.YOptions = ((global::Gtk.AttachOptions)(4)); w1.Add(this.DataBox); global::Gtk.Box.BoxChild w12 = ((global::Gtk.Box.BoxChild)(w1 [this.DataBox])); w12.Position = 0; w12.Expand = false; w12.Fill = false; // Internal child stopwatch.StopWatchDialog.ActionArea global::Gtk.HButtonBox w13 = this.ActionArea; w13.Name = "dialog1_ActionArea"; w13.Spacing = 6; w13.BorderWidth = ((uint)(5)); w13.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.UseUnderline = true; // Container child buttonOk.Gtk.Container+ContainerChild global::Gtk.Alignment w14 = new global::Gtk.Alignment(0.5F, 0.5F, 0F, 0F); // Container child GtkAlignment.Gtk.Container+ContainerChild global::Gtk.HBox w15 = new global::Gtk.HBox(); w15.Spacing = 2; // Container child GtkHBox.Gtk.Container+ContainerChild global::Gtk.Image w16 = new global::Gtk.Image(); w16.Pixbuf = global::Stetic.IconLoader.LoadIcon(this, "gtk-apply", global::Gtk.IconSize.Menu); w15.Add(w16); // Container child GtkHBox.Gtk.Container+ContainerChild global::Gtk.Label w18 = new global::Gtk.Label(); w18.LabelProp = "_Set timer"; w18.UseUnderline = true; w15.Add(w18); w14.Add(w15); this.buttonOk.Add(w14); this.AddActionWidget(this.buttonOk, -5); global::Gtk.ButtonBox.ButtonBoxChild w22 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w13 [this.buttonOk])); w22.Expand = false; w22.Fill = false; if ((this.Child != null)) { this.Child.ShowAll(); } this.DefaultWidth = 467; this.DefaultHeight = 153; this.buttonOk.HasDefault = true; this.Show(); this.DestroyEvent += new global::Gtk.DestroyEventHandler(this.OnDestroyEvent); this.DeleteEvent += new global::Gtk.DeleteEventHandler(this.OnDeleteEvent); }
protected virtual void Build() { global::Stetic.Gui.Initialize(this); // Widget MainWindow this.Name = "MainWindow"; this.Title = global::Mono.Unix.Catalog.GetString("MainWindow"); this.WindowPosition = ((global::Gtk.WindowPosition)(4)); // Container child MainWindow.Gtk.Container+ContainerChild this.MainBox = new global::Gtk.DataBindings.DataVBox(); this.MainBox.Name = "MainBox"; this.MainBox.Spacing = 6; this.MainBox.BorderWidth = ((uint)(8)); this.MainBox.InheritedDataSource = false; this.MainBox.InheritedBoundaryDataSource = false; this.MainBox.InheritedDataSource = false; this.MainBox.InheritedBoundaryDataSource = false; // Container child MainBox.Gtk.Box+BoxChild this.datatable1 = new global::Gtk.DataBindings.DataTable(((uint)(3)), ((uint)(2)), false); this.datatable1.Name = "datatable1"; this.datatable1.RowSpacing = ((uint)(6)); this.datatable1.ColumnSpacing = ((uint)(6)); this.datatable1.InheritedDataSource = true; this.datatable1.InheritedBoundaryDataSource = false; this.datatable1.InheritedDataSource = true; this.datatable1.InheritedBoundaryDataSource = false; // Container child datatable1.Gtk.Table+TableChild this.dataentry1 = new global::Gtk.DataBindings.DataEntry(); this.dataentry1.CanFocus = true; this.dataentry1.Name = "dataentry1"; this.dataentry1.IsEditable = true; this.dataentry1.InvisibleChar = '•'; this.dataentry1.InheritedDataSource = true; this.dataentry1.Mappings = "Name"; this.dataentry1.InheritedBoundaryDataSource = false; this.dataentry1.InheritedDataSource = true; this.dataentry1.Mappings = "Name"; this.dataentry1.InheritedBoundaryDataSource = false; this.datatable1.Add(this.dataentry1); global::Gtk.Table.TableChild w1 = ((global::Gtk.Table.TableChild)(this.datatable1 [this.dataentry1])); w1.LeftAttach = ((uint)(1)); w1.RightAttach = ((uint)(2)); w1.YOptions = ((global::Gtk.AttachOptions)(4)); // Container child datatable1.Gtk.Table+TableChild this.dataentry2 = new global::Gtk.DataBindings.DataEntry(); this.dataentry2.CanFocus = true; this.dataentry2.Name = "dataentry2"; this.dataentry2.IsEditable = true; this.dataentry2.InvisibleChar = '•'; this.dataentry2.InheritedDataSource = true; this.dataentry2.Mappings = "LastName"; this.dataentry2.InheritedBoundaryDataSource = false; this.dataentry2.InheritedDataSource = true; this.dataentry2.Mappings = "LastName"; this.dataentry2.InheritedBoundaryDataSource = false; this.datatable1.Add(this.dataentry2); global::Gtk.Table.TableChild w2 = ((global::Gtk.Table.TableChild)(this.datatable1 [this.dataentry2])); w2.TopAttach = ((uint)(1)); w2.BottomAttach = ((uint)(2)); w2.LeftAttach = ((uint)(1)); w2.RightAttach = ((uint)(2)); w2.XOptions = ((global::Gtk.AttachOptions)(4)); w2.YOptions = ((global::Gtk.AttachOptions)(4)); // Container child datatable1.Gtk.Table+TableChild this.dataspinbutton1 = new global::Gtk.DataBindings.DataSpinButton(0, 100, 1); this.dataspinbutton1.CanFocus = true; this.dataspinbutton1.Name = "dataspinbutton1"; this.dataspinbutton1.Adjustment.PageIncrement = 10; this.dataspinbutton1.ClimbRate = 1; this.dataspinbutton1.Numeric = true; this.dataspinbutton1.InheritedDataSource = true; this.dataspinbutton1.Mappings = "Age"; this.dataspinbutton1.InheritedBoundaryDataSource = false; this.dataspinbutton1.InheritedDataSource = true; this.dataspinbutton1.Mappings = "Age"; this.dataspinbutton1.InheritedBoundaryDataSource = false; this.datatable1.Add(this.dataspinbutton1); global::Gtk.Table.TableChild w3 = ((global::Gtk.Table.TableChild)(this.datatable1 [this.dataspinbutton1])); w3.TopAttach = ((uint)(2)); w3.BottomAttach = ((uint)(3)); w3.LeftAttach = ((uint)(1)); w3.RightAttach = ((uint)(2)); w3.XOptions = ((global::Gtk.AttachOptions)(4)); w3.YOptions = ((global::Gtk.AttachOptions)(4)); // Container child datatable1.Gtk.Table+TableChild this.label1 = new global::Gtk.Label(); this.label1.Name = "label1"; this.label1.Xalign = 0F; this.label1.LabelProp = global::Mono.Unix.Catalog.GetString("Name"); this.datatable1.Add(this.label1); global::Gtk.Table.TableChild w4 = ((global::Gtk.Table.TableChild)(this.datatable1 [this.label1])); w4.XOptions = ((global::Gtk.AttachOptions)(4)); w4.YOptions = ((global::Gtk.AttachOptions)(4)); // Container child datatable1.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("LastName"); this.datatable1.Add(this.label2); global::Gtk.Table.TableChild w5 = ((global::Gtk.Table.TableChild)(this.datatable1 [this.label2])); w5.TopAttach = ((uint)(1)); w5.BottomAttach = ((uint)(2)); w5.XOptions = ((global::Gtk.AttachOptions)(4)); w5.YOptions = ((global::Gtk.AttachOptions)(4)); // Container child datatable1.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("Age"); this.datatable1.Add(this.label3); global::Gtk.Table.TableChild w6 = ((global::Gtk.Table.TableChild)(this.datatable1 [this.label3])); w6.TopAttach = ((uint)(2)); w6.BottomAttach = ((uint)(3)); w6.XOptions = ((global::Gtk.AttachOptions)(4)); w6.YOptions = ((global::Gtk.AttachOptions)(4)); this.MainBox.Add(this.datatable1); global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.MainBox [this.datatable1])); w7.Position = 0; w7.Expand = false; w7.Fill = false; // Container child MainBox.Gtk.Box+BoxChild this.datatable2 = new global::Gtk.DataBindings.DataTable(((uint)(3)), ((uint)(2)), false); this.datatable2.Name = "datatable2"; this.datatable2.RowSpacing = ((uint)(6)); this.datatable2.ColumnSpacing = ((uint)(6)); this.datatable2.InheritedDataSource = true; this.datatable2.InheritedBoundaryDataSource = false; this.datatable2.InheritedDataSource = true; this.datatable2.InheritedBoundaryDataSource = false; // Container child datatable2.Gtk.Table+TableChild this.datalabel1 = new global::Gtk.DataBindings.DataLabel(); this.datalabel1.Name = "datalabel1"; this.datalabel1.Xalign = 0F; this.datalabel1.LabelProp = global::Mono.Unix.Catalog.GetString("datalabel1"); this.datalabel1.InheritedDataSource = true; this.datalabel1.Mappings = "Name"; this.datalabel1.InheritedBoundaryDataSource = false; this.datalabel1.Important = false; this.datalabel1.InheritedDataSource = true; this.datalabel1.Mappings = "Name"; this.datalabel1.InheritedBoundaryDataSource = false; this.datatable2.Add(this.datalabel1); global::Gtk.Table.TableChild w8 = ((global::Gtk.Table.TableChild)(this.datatable2 [this.datalabel1])); w8.LeftAttach = ((uint)(1)); w8.RightAttach = ((uint)(2)); w8.YOptions = ((global::Gtk.AttachOptions)(4)); // Container child datatable2.Gtk.Table+TableChild this.datalabel2 = new global::Gtk.DataBindings.DataLabel(); this.datalabel2.Name = "datalabel2"; this.datalabel2.Xalign = 0F; this.datalabel2.LabelProp = global::Mono.Unix.Catalog.GetString("datalabel2"); this.datalabel2.InheritedDataSource = true; this.datalabel2.Mappings = "LastName"; this.datalabel2.InheritedBoundaryDataSource = false; this.datalabel2.Important = false; this.datalabel2.InheritedDataSource = true; this.datalabel2.Mappings = "LastName"; this.datalabel2.InheritedBoundaryDataSource = false; this.datatable2.Add(this.datalabel2); global::Gtk.Table.TableChild w9 = ((global::Gtk.Table.TableChild)(this.datatable2 [this.datalabel2])); w9.TopAttach = ((uint)(1)); w9.BottomAttach = ((uint)(2)); w9.LeftAttach = ((uint)(1)); w9.RightAttach = ((uint)(2)); w9.YOptions = ((global::Gtk.AttachOptions)(4)); // Container child datatable2.Gtk.Table+TableChild this.datalabel3 = new global::Gtk.DataBindings.DataLabel(); this.datalabel3.Name = "datalabel3"; this.datalabel3.Xalign = 0F; this.datalabel3.LabelProp = global::Mono.Unix.Catalog.GetString("datalabel3"); this.datalabel3.InheritedDataSource = true; this.datalabel3.Mappings = "Age"; this.datalabel3.InheritedBoundaryDataSource = false; this.datalabel3.Important = false; this.datalabel3.InheritedDataSource = true; this.datalabel3.Mappings = "Age"; this.datalabel3.InheritedBoundaryDataSource = false; this.datatable2.Add(this.datalabel3); global::Gtk.Table.TableChild w10 = ((global::Gtk.Table.TableChild)(this.datatable2 [this.datalabel3])); w10.TopAttach = ((uint)(2)); w10.BottomAttach = ((uint)(3)); w10.LeftAttach = ((uint)(1)); w10.RightAttach = ((uint)(2)); w10.YOptions = ((global::Gtk.AttachOptions)(4)); // Container child datatable2.Gtk.Table+TableChild this.label4 = new global::Gtk.Label(); this.label4.Name = "label4"; this.label4.Xalign = 0F; this.label4.LabelProp = global::Mono.Unix.Catalog.GetString("Name in object"); this.datatable2.Add(this.label4); global::Gtk.Table.TableChild w11 = ((global::Gtk.Table.TableChild)(this.datatable2 [this.label4])); w11.XOptions = ((global::Gtk.AttachOptions)(4)); w11.YOptions = ((global::Gtk.AttachOptions)(4)); // Container child datatable2.Gtk.Table+TableChild this.label5 = new global::Gtk.Label(); this.label5.Name = "label5"; this.label5.Xalign = 0F; this.label5.LabelProp = global::Mono.Unix.Catalog.GetString("LastName in object"); this.datatable2.Add(this.label5); global::Gtk.Table.TableChild w12 = ((global::Gtk.Table.TableChild)(this.datatable2 [this.label5])); w12.TopAttach = ((uint)(1)); w12.BottomAttach = ((uint)(2)); w12.XOptions = ((global::Gtk.AttachOptions)(4)); w12.YOptions = ((global::Gtk.AttachOptions)(4)); // Container child datatable2.Gtk.Table+TableChild this.label6 = new global::Gtk.Label(); this.label6.Name = "label6"; this.label6.Xalign = 0F; this.label6.LabelProp = global::Mono.Unix.Catalog.GetString("Age in object"); this.datatable2.Add(this.label6); global::Gtk.Table.TableChild w13 = ((global::Gtk.Table.TableChild)(this.datatable2 [this.label6])); w13.TopAttach = ((uint)(2)); w13.BottomAttach = ((uint)(3)); w13.XOptions = ((global::Gtk.AttachOptions)(4)); w13.YOptions = ((global::Gtk.AttachOptions)(4)); this.MainBox.Add(this.datatable2); global::Gtk.Box.BoxChild w14 = ((global::Gtk.Box.BoxChild)(this.MainBox [this.datatable2])); w14.Position = 1; w14.Expand = false; w14.Fill = false; // Container child MainBox.Gtk.Box+BoxChild this.datahbox1 = new global::Gtk.DataBindings.DataHBox(); this.datahbox1.Name = "datahbox1"; this.datahbox1.Spacing = 6; this.datahbox1.InheritedDataSource = false; this.datahbox1.InheritedBoundaryDataSource = false; this.datahbox1.InheritedDataSource = false; this.datahbox1.InheritedBoundaryDataSource = false; // Container child datahbox1.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("button1"); this.datahbox1.Add(this.button1); global::Gtk.Box.BoxChild w15 = ((global::Gtk.Box.BoxChild)(this.datahbox1 [this.button1])); w15.Position = 2; w15.Expand = false; w15.Fill = false; this.MainBox.Add(this.datahbox1); global::Gtk.Box.BoxChild w16 = ((global::Gtk.Box.BoxChild)(this.MainBox [this.datahbox1])); w16.Position = 2; w16.Expand = false; w16.Fill = false; this.Add(this.MainBox); if ((this.Child != null)) { this.Child.ShowAll(); } this.DefaultWidth = 400; this.DefaultHeight = 300; this.Show(); this.DeleteEvent += new global::Gtk.DeleteEventHandler(this.OnDeleteEvent); this.button1.Clicked += new global::System.EventHandler(this.OnButton1Clicked); }
protected virtual void Build() { global::Stetic.Gui.Initialize(this); // Widget MainWindow this.Name = "MainWindow"; this.Title = global::Mono.Unix.Catalog.GetString("MainWindow"); this.WindowPosition = ((global::Gtk.WindowPosition)(4)); // Container child MainWindow.Gtk.Container+ContainerChild this.vbox1 = new global::Gtk.VBox(); this.vbox1.Name = "vbox1"; this.vbox1.Spacing = 6; // Container child vbox1.Gtk.Box+BoxChild this.datavbox1 = new global::Gtk.DataBindings.DataVBox(); this.datavbox1.Name = "datavbox1"; this.datavbox1.Spacing = 6; this.datavbox1.InheritedDataSource = false; this.datavbox1.InheritedBoundaryDataSource = false; this.datavbox1.InheritedDataSource = false; this.datavbox1.InheritedBoundaryDataSource = false; // Container child datavbox1.Gtk.Box+BoxChild this.dataentry1 = new global::Gtk.DataBindings.DataEntry(); this.dataentry1.CanFocus = true; this.dataentry1.Name = "dataentry1"; this.dataentry1.IsEditable = true; this.dataentry1.InvisibleChar = '•'; this.dataentry1.InheritedDataSource = true; this.dataentry1.Mappings = "Name"; this.dataentry1.InheritedBoundaryDataSource = false; this.dataentry1.InheritedDataSource = true; this.dataentry1.Mappings = "Name"; this.dataentry1.InheritedBoundaryDataSource = false; this.dataentry1.Editable = false; this.datavbox1.Add(this.dataentry1); global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.datavbox1 [this.dataentry1])); w1.Position = 0; w1.Expand = false; w1.Fill = false; // Container child datavbox1.Gtk.Box+BoxChild this.datalabel2 = new global::Gtk.DataBindings.DataLabel(); this.datalabel2.Name = "datalabel2"; this.datalabel2.LabelProp = global::Mono.Unix.Catalog.GetString("datalabel2"); this.datalabel2.InheritedDataSource = true; this.datalabel2.Mappings = "Percent"; this.datalabel2.InheritedBoundaryDataSource = false; this.datalabel2.Important = false; this.datalabel2.InheritedDataSource = true; this.datalabel2.Mappings = "Percent"; this.datalabel2.InheritedBoundaryDataSource = false; this.datavbox1.Add(this.datalabel2); global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.datavbox1 [this.datalabel2])); w2.Position = 1; w2.Expand = false; w2.Fill = false; // Container child datavbox1.Gtk.Box+BoxChild this.datalabel1 = new global::Gtk.DataBindings.DataLabel(); this.datalabel1.Name = "datalabel1"; this.datalabel1.LabelProp = global::Mono.Unix.Catalog.GetString("datalabel1"); this.datalabel1.InheritedDataSource = true; this.datalabel1.Mappings = "Money"; this.datalabel1.InheritedBoundaryDataSource = false; this.datalabel1.Important = false; this.datalabel1.InheritedDataSource = true; this.datalabel1.Mappings = "Money"; this.datalabel1.InheritedBoundaryDataSource = false; this.datavbox1.Add(this.datalabel1); global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.datavbox1 [this.datalabel1])); w3.Position = 2; w3.Expand = false; w3.Fill = false; this.vbox1.Add(this.datavbox1); global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.datavbox1])); w4.Position = 0; w4.Expand = false; w4.Fill = false; // Container child vbox1.Gtk.Box+BoxChild this.datahbox1 = new global::Gtk.DataBindings.DataHBox(); this.datahbox1.Name = "datahbox1"; this.datahbox1.Spacing = 6; this.datahbox1.InheritedDataSource = false; this.datahbox1.InheritedBoundaryDataSource = false; this.datahbox1.InheritedDataSource = false; this.datahbox1.InheritedBoundaryDataSource = false; // Container child datahbox1.Gtk.Box+BoxChild this.datatitlelabel1 = new global::Gtk.DataBindings.DataTitleLabel(); this.datatitlelabel1.Name = "datatitlelabel1"; this.datatitlelabel1.LabelProp = global::Mono.Unix.Catalog.GetString("datatitlelabel1"); this.datatitlelabel1.InheritedDataSource = true; this.datatitlelabel1.Mappings = "Name"; this.datatitlelabel1.InheritedBoundaryDataSource = false; this.datatitlelabel1.Important = false; this.datatitlelabel1.InheritedDataSource = true; this.datatitlelabel1.Mappings = "Name"; this.datatitlelabel1.InheritedBoundaryDataSource = false; this.datahbox1.Add(this.datatitlelabel1); global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.datahbox1 [this.datatitlelabel1])); w5.Position = 0; w5.Expand = false; w5.Fill = false; // Container child datahbox1.Gtk.Box+BoxChild this.dataautowidget1 = new global::Gtk.DataBindings.DataAutoWidget(); this.dataautowidget1.Name = "dataautowidget1"; this.dataautowidget1.InheritedDataSource = true; this.dataautowidget1.InheritedBoundaryDataSource = false; this.dataautowidget1.Mappings = "Name"; this.dataautowidget1.Editable = true; this.dataautowidget1.InheritedDataSource = true; this.dataautowidget1.InheritedBoundaryDataSource = false; this.datahbox1.Add(this.dataautowidget1); global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.datahbox1 [this.dataautowidget1])); w6.Position = 1; // Container child datahbox1.Gtk.Box+BoxChild this.dataautowidget2 = new global::Gtk.DataBindings.DataAutoWidget(); this.dataautowidget2.Name = "dataautowidget2"; this.dataautowidget2.InheritedDataSource = true; this.dataautowidget2.InheritedBoundaryDataSource = false; this.dataautowidget2.Mappings = "Name"; this.dataautowidget2.Editable = false; this.dataautowidget2.InheritedDataSource = true; this.dataautowidget2.InheritedBoundaryDataSource = false; this.datahbox1.Add(this.dataautowidget2); global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.datahbox1 [this.dataautowidget2])); w7.Position = 2; this.vbox1.Add(this.datahbox1); global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.datahbox1])); w8.Position = 1; w8.Expand = false; w8.Fill = false; // Container child vbox1.Gtk.Box+BoxChild this.datahbox2 = new global::Gtk.DataBindings.DataHBox(); this.datahbox2.Name = "datahbox2"; this.datahbox2.Spacing = 6; this.datahbox2.InheritedDataSource = false; this.datahbox2.InheritedBoundaryDataSource = false; this.datahbox2.InheritedDataSource = false; this.datahbox2.InheritedBoundaryDataSource = false; // Container child datahbox2.Gtk.Box+BoxChild this.datatitlelabel2 = new global::Gtk.DataBindings.DataTitleLabel(); this.datatitlelabel2.Name = "datatitlelabel2"; this.datatitlelabel2.LabelProp = global::Mono.Unix.Catalog.GetString("datatitlelabel1"); this.datatitlelabel2.InheritedDataSource = true; this.datatitlelabel2.Mappings = "Birth"; this.datatitlelabel2.InheritedBoundaryDataSource = false; this.datatitlelabel2.Important = false; this.datatitlelabel2.InheritedDataSource = true; this.datatitlelabel2.Mappings = "Birth"; this.datatitlelabel2.InheritedBoundaryDataSource = false; this.datahbox2.Add(this.datatitlelabel2); global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.datahbox2 [this.datatitlelabel2])); w9.Position = 0; w9.Expand = false; w9.Fill = false; // Container child datahbox2.Gtk.Box+BoxChild this.dataautowidget3 = new global::Gtk.DataBindings.DataAutoWidget(); this.dataautowidget3.Name = "dataautowidget3"; this.dataautowidget3.InheritedDataSource = true; this.dataautowidget3.InheritedBoundaryDataSource = false; this.dataautowidget3.Mappings = "Birth"; this.dataautowidget3.Editable = true; this.dataautowidget3.InheritedDataSource = true; this.dataautowidget3.InheritedBoundaryDataSource = false; this.datahbox2.Add(this.dataautowidget3); global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(this.datahbox2 [this.dataautowidget3])); w10.Position = 1; // Container child datahbox2.Gtk.Box+BoxChild this.dataautowidget4 = new global::Gtk.DataBindings.DataAutoWidget(); this.dataautowidget4.Name = "dataautowidget4"; this.dataautowidget4.InheritedDataSource = true; this.dataautowidget4.InheritedBoundaryDataSource = false; this.dataautowidget4.Mappings = "Birth"; this.dataautowidget4.Editable = false; this.dataautowidget4.InheritedDataSource = true; this.dataautowidget4.InheritedBoundaryDataSource = false; this.datahbox2.Add(this.dataautowidget4); global::Gtk.Box.BoxChild w11 = ((global::Gtk.Box.BoxChild)(this.datahbox2 [this.dataautowidget4])); w11.Position = 2; this.vbox1.Add(this.datahbox2); global::Gtk.Box.BoxChild w12 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.datahbox2])); w12.Position = 2; w12.Expand = false; w12.Fill = false; // Container child vbox1.Gtk.Box+BoxChild this.eventbox1 = new global::Gtk.EventBox(); this.eventbox1.Name = "eventbox1"; // Container child eventbox1.Gtk.Container+ContainerChild this.label2 = new global::Gtk.Label(); this.label2.Name = "label2"; this.label2.LabelProp = global::Mono.Unix.Catalog.GetString("label2"); this.eventbox1.Add(this.label2); this.vbox1.Add(this.eventbox1); global::Gtk.Box.BoxChild w14 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.eventbox1])); w14.Position = 3; w14.Expand = false; w14.Fill = false; // Container child vbox1.Gtk.Box+BoxChild this.label1 = new global::Gtk.Label(); this.label1.Name = "label1"; this.label1.LabelProp = global::Mono.Unix.Catalog.GetString("<span color=\"red\" background=\"#0000ff\">bla</span>"); this.label1.UseMarkup = true; this.vbox1.Add(this.label1); global::Gtk.Box.BoxChild w15 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.label1])); w15.Position = 5; w15.Expand = false; w15.Fill = false; this.Add(this.vbox1); if ((this.Child != null)) { this.Child.ShowAll(); } this.DefaultWidth = 906; this.DefaultHeight = 211; this.Show(); this.DeleteEvent += new global::Gtk.DeleteEventHandler(this.OnDeleteEvent); }
protected virtual void Build() { global::Stetic.Gui.Initialize(this); // Widget MainWindow this.Name = "MainWindow"; this.Title = global::Mono.Unix.Catalog.GetString("MainWindow"); this.WindowPosition = ((global::Gtk.WindowPosition)(4)); // Container child MainWindow.Gtk.Container+ContainerChild this.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.buttonOpen = new global::Gtk.Button(); this.buttonOpen.CanFocus = true; this.buttonOpen.Name = "buttonOpen"; this.buttonOpen.UseStock = true; this.buttonOpen.UseUnderline = true; this.buttonOpen.Label = "gtk-open"; this.hbox1.Add(this.buttonOpen); global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.buttonOpen])); w1.Position = 0; w1.Expand = false; w1.Fill = false; this.vbox1.Add(this.hbox1); global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.hbox1])); w2.Position = 0; w2.Expand = false; w2.Fill = false; w2.Padding = ((uint)(2)); // Container child vbox1.Gtk.Box+BoxChild this.hseparator1 = new global::Gtk.HSeparator(); this.hseparator1.Name = "hseparator1"; this.vbox1.Add(this.hseparator1); global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.hseparator1])); w3.Position = 1; w3.Expand = false; w3.Fill = false; // Container child vbox1.Gtk.Box+BoxChild this.hbox5 = new global::Gtk.HBox(); this.hbox5.Name = "hbox5"; this.hbox5.Spacing = 6; // Container child hbox5.Gtk.Box+BoxChild this.hpaned1 = new global::Gtk.HPaned(); this.hpaned1.CanFocus = true; this.hpaned1.Name = "hpaned1"; this.hpaned1.Position = 378; // Container child hpaned1.Gtk.Paned+PanedChild this.hpaned2 = new global::Gtk.HPaned(); this.hpaned2.CanFocus = true; this.hpaned2.Name = "hpaned2"; this.hpaned2.Position = 210; // Container child hpaned2.Gtk.Paned+PanedChild 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.Xalign = 0F; this.label1.LabelProp = global::Mono.Unix.Catalog.GetString("Assemblies"); this.vbox3.Add(this.label1); global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.label1])); w4.Position = 0; 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.AssemblyListTree = new global::Gtk.DataBindings.DataTreeView(); this.AssemblyListTree.CanFocus = true; this.AssemblyListTree.Name = "AssemblyListTree"; this.AssemblyListTree.CursorPointsEveryType = false; this.AssemblyListTree.InheritedDataSource = false; this.AssemblyListTree.InheritedBoundaryDataSource = false; this.AssemblyListTree.InheritedDataSource = false; this.AssemblyListTree.InheritedBoundaryDataSource = false; this.AssemblyListTree.ColumnMappings = "{System.Data.Bindings.AssemblyDescription} Name[Assembly]"; this.GtkScrolledWindow.Add(this.AssemblyListTree); this.vbox3.Add(this.GtkScrolledWindow); global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.GtkScrolledWindow])); w6.Position = 1; this.hpaned2.Add(this.vbox3); global::Gtk.Paned.PanedChild w7 = ((global::Gtk.Paned.PanedChild)(this.hpaned2 [this.vbox3])); w7.Resize = false; // Container child hpaned2.Gtk.Paned+PanedChild this.vbox4 = new global::Gtk.VBox(); this.vbox4.Name = "vbox4"; this.vbox4.Spacing = 6; // Container child vbox4.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("Types"); this.vbox4.Add(this.label2); global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.label2])); w8.Position = 0; w8.Expand = false; w8.Fill = false; // Container child vbox4.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.TypeTree = new global::Gtk.DataBindings.DataTreeView(); this.TypeTree.CanFocus = true; this.TypeTree.Name = "TypeTree"; this.TypeTree.CursorPointsEveryType = false; this.TypeTree.InheritedDataSource = false; this.TypeTree.InheritedBoundaryDataSource = false; this.TypeTree.InheritedDataSource = false; this.TypeTree.InheritedBoundaryDataSource = false; this.TypeTree.ColumnMappings = "{System.Data.Bindings.IDevelopmentInformation} Name[Name]"; this.GtkScrolledWindow1.Add(this.TypeTree); this.vbox4.Add(this.GtkScrolledWindow1); global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.GtkScrolledWindow1])); w10.Position = 1; this.hpaned2.Add(this.vbox4); this.hpaned1.Add(this.hpaned2); global::Gtk.Paned.PanedChild w12 = ((global::Gtk.Paned.PanedChild)(this.hpaned1 [this.hpaned2])); w12.Resize = false; // Container child hpaned1.Gtk.Paned+PanedChild this.vbox5 = new global::Gtk.VBox(); this.vbox5.Name = "vbox5"; this.vbox5.Spacing = 6; // Container child vbox5.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("Development informations"); this.vbox5.Add(this.InfoLabel); global::Gtk.Box.BoxChild w13 = ((global::Gtk.Box.BoxChild)(this.vbox5 [this.InfoLabel])); w13.Position = 0; w13.Expand = false; w13.Fill = false; // Container child vbox5.Gtk.Box+BoxChild this.GtkScrolledWindow2 = new global::Gtk.ScrolledWindow(); this.GtkScrolledWindow2.Name = "GtkScrolledWindow2"; this.GtkScrolledWindow2.ShadowType = ((global::Gtk.ShadowType)(1)); // Container child GtkScrolledWindow2.Gtk.Container+ContainerChild this.InfoTree = new global::Gtk.DataBindings.DataTreeView(); this.InfoTree.CanFocus = true; this.InfoTree.Name = "InfoTree"; this.InfoTree.CursorPointsEveryType = false; this.InfoTree.InheritedDataSource = false; this.InfoTree.InheritedBoundaryDataSource = false; this.InfoTree.InheritedDataSource = false; this.InfoTree.InheritedBoundaryDataSource = false; this.InfoTree.ColumnMappings = "{System.Data.Bindings.DevelopmentInformationItem} Name[Name]"; this.GtkScrolledWindow2.Add(this.InfoTree); this.vbox5.Add(this.GtkScrolledWindow2); global::Gtk.Box.BoxChild w15 = ((global::Gtk.Box.BoxChild)(this.vbox5 [this.GtkScrolledWindow2])); w15.Position = 1; this.hpaned1.Add(this.vbox5); this.hbox5.Add(this.hpaned1); global::Gtk.Box.BoxChild w17 = ((global::Gtk.Box.BoxChild)(this.hbox5 [this.hpaned1])); w17.Position = 0; this.vbox1.Add(this.hbox5); global::Gtk.Box.BoxChild w18 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.hbox5])); w18.Position = 2; // Container child vbox1.Gtk.Box+BoxChild this.DescriptionBox = new global::Gtk.DataBindings.DataVBox(); this.DescriptionBox.Name = "DescriptionBox"; this.DescriptionBox.Spacing = 6; this.DescriptionBox.InheritedDataSource = false; this.DescriptionBox.InheritedBoundaryDataSource = false; this.DescriptionBox.InheritedDataSource = false; this.DescriptionBox.InheritedBoundaryDataSource = false; // Container child DescriptionBox.Gtk.Box+BoxChild this.datahbox1 = new global::Gtk.DataBindings.DataHBox(); this.datahbox1.Name = "datahbox1"; this.datahbox1.Spacing = 12; this.datahbox1.InheritedDataSource = true; this.datahbox1.InheritedBoundaryDataSource = false; this.datahbox1.InheritedDataSource = true; this.datahbox1.InheritedBoundaryDataSource = false; // Container child datahbox1.Gtk.Box+BoxChild this.datalabel1 = new global::Gtk.DataBindings.DataLabel(); this.datalabel1.Name = "datalabel1"; this.datalabel1.LabelProp = global::Mono.Unix.Catalog.GetString("datalabel1"); this.datalabel1.InheritedDataSource = true; this.datalabel1.Mappings = "Status"; this.datalabel1.InheritedBoundaryDataSource = false; this.datalabel1.Important = false; this.datalabel1.InheritedDataSource = true; this.datalabel1.Mappings = "Status"; this.datalabel1.InheritedBoundaryDataSource = false; this.datahbox1.Add(this.datalabel1); global::Gtk.Box.BoxChild w19 = ((global::Gtk.Box.BoxChild)(this.datahbox1 [this.datalabel1])); w19.Position = 0; w19.Expand = false; w19.Fill = false; // Container child datahbox1.Gtk.Box+BoxChild this.datahbox2 = new global::Gtk.DataBindings.DataHBox(); this.datahbox2.Name = "datahbox2"; this.datahbox2.Spacing = 6; this.datahbox2.InheritedDataSource = true; this.datahbox2.InheritedBoundaryDataSource = false; this.datahbox2.InheritedDataSource = true; this.datahbox2.InheritedBoundaryDataSource = false; // Container child datahbox2.Gtk.Box+BoxChild this.dataimage1 = new global::Gtk.DataBindings.DataImage(); this.dataimage1.Name = "dataimage1"; this.dataimage1.InheritedDataSource = true; this.dataimage1.Mappings = "Status"; this.dataimage1.InheritedBoundaryDataSource = false; this.dataimage1.InheritedBoundaryDataSource = false; this.dataimage1.InheritedDataSource = true; this.dataimage1.Mappings = "Status"; this.datahbox2.Add(this.dataimage1); global::Gtk.Box.BoxChild w20 = ((global::Gtk.Box.BoxChild)(this.datahbox2 [this.dataimage1])); w20.Position = 0; w20.Expand = false; w20.Fill = false; // Container child datahbox2.Gtk.Box+BoxChild this.datalabel2 = new global::Gtk.DataBindings.DataLabel(); this.datalabel2.Name = "datalabel2"; this.datalabel2.LabelProp = global::Mono.Unix.Catalog.GetString("datalabel2"); this.datalabel2.UseMarkup = true; this.datalabel2.InheritedDataSource = true; this.datalabel2.Mappings = "Name"; this.datalabel2.InheritedBoundaryDataSource = false; this.datalabel2.Important = true; this.datalabel2.InheritedDataSource = true; this.datalabel2.Mappings = "Name"; this.datalabel2.InheritedBoundaryDataSource = false; this.datahbox2.Add(this.datalabel2); global::Gtk.Box.BoxChild w21 = ((global::Gtk.Box.BoxChild)(this.datahbox2 [this.datalabel2])); w21.Position = 1; w21.Expand = false; w21.Fill = false; this.datahbox1.Add(this.datahbox2); global::Gtk.Box.BoxChild w22 = ((global::Gtk.Box.BoxChild)(this.datahbox1 [this.datahbox2])); w22.Position = 1; w22.Expand = false; w22.Fill = false; this.DescriptionBox.Add(this.datahbox1); global::Gtk.Box.BoxChild w23 = ((global::Gtk.Box.BoxChild)(this.DescriptionBox [this.datahbox1])); w23.Position = 0; // Container child DescriptionBox.Gtk.Box+BoxChild this.hseparator2 = new global::Gtk.HSeparator(); this.hseparator2.Name = "hseparator2"; this.DescriptionBox.Add(this.hseparator2); global::Gtk.Box.BoxChild w24 = ((global::Gtk.Box.BoxChild)(this.DescriptionBox [this.hseparator2])); w24.Position = 1; w24.Expand = false; w24.Fill = false; // Container child DescriptionBox.Gtk.Box+BoxChild this.datalabel3 = new global::Gtk.DataBindings.DataLabel(); this.datalabel3.Name = "datalabel3"; this.datalabel3.Xalign = 0F; this.datalabel3.LabelProp = global::Mono.Unix.Catalog.GetString("datalabel3"); this.datalabel3.Wrap = true; this.datalabel3.Selectable = true; this.datalabel3.InheritedDataSource = true; this.datalabel3.Mappings = "Description"; this.datalabel3.InheritedBoundaryDataSource = false; this.datalabel3.Important = false; this.datalabel3.InheritedDataSource = true; this.datalabel3.Mappings = "Description"; this.datalabel3.InheritedBoundaryDataSource = false; this.DescriptionBox.Add(this.datalabel3); global::Gtk.Box.BoxChild w25 = ((global::Gtk.Box.BoxChild)(this.DescriptionBox [this.datalabel3])); w25.Position = 2; this.vbox1.Add(this.DescriptionBox); global::Gtk.Box.BoxChild w26 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.DescriptionBox])); w26.Position = 3; w26.Expand = false; w26.Fill = false; this.Add(this.vbox1); if ((this.Child != null)) { this.Child.ShowAll(); } this.DefaultWidth = 903; this.DefaultHeight = 510; this.DescriptionBox.Hide(); this.Show(); this.DeleteEvent += new global::Gtk.DeleteEventHandler(this.OnDeleteEvent); this.buttonOpen.Clicked += new global::System.EventHandler(this.OnButtonOpenClicked); this.AssemblyListTree.CursorChanged += new global::System.EventHandler(this.OnAssemblyListTreeCursorChanged); this.AssemblyListTree.IsVisibleInFilter += new global::System.Data.Bindings.IsVisibleInFilterEvent(this.OnAssemblyListTreeIsVisibleInFilter); this.AssemblyListTree.CellDescription += new global::Gtk.DataBindings.CellDescriptionEvent(this.OnAssemblyListTreeCellDescription); this.TypeTree.CursorChanged += new global::System.EventHandler(this.OnTypeTreeCursorChanged); this.TypeTree.CellDescription += new global::Gtk.DataBindings.CellDescriptionEvent(this.OnTypeTreeCellDescription); this.InfoTree.CellDescription += new global::Gtk.DataBindings.CellDescriptionEvent(this.OnInfoTreeCellDescription); this.InfoTree.CursorChanged += new global::System.EventHandler(this.OnInfoTreeCursorChanged); }
protected virtual void Build () { global::Stetic.Gui.Initialize (this); // Widget MainWindow this.Name = "MainWindow"; this.Title = global::Mono.Unix.Catalog.GetString ("MainWindow"); this.WindowPosition = ((global::Gtk.WindowPosition)(4)); // Container child MainWindow.Gtk.Container+ContainerChild this.vbox1 = new global::Gtk.VBox (); this.vbox1.Name = "vbox1"; this.vbox1.Spacing = 6; // Container child vbox1.Gtk.Box+BoxChild this.hbox1 = new global::Gtk.HBox (); this.hbox1.Name = "hbox1"; this.hbox1.Spacing = 6; // Container child hbox1.Gtk.Box+BoxChild this.buttonOpen = new global::Gtk.Button (); this.buttonOpen.CanFocus = true; this.buttonOpen.Name = "buttonOpen"; this.buttonOpen.UseStock = true; this.buttonOpen.UseUnderline = true; this.buttonOpen.Label = "gtk-open"; this.hbox1.Add (this.buttonOpen); global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.buttonOpen])); w1.Position = 0; w1.Expand = false; w1.Fill = false; this.vbox1.Add (this.hbox1); global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.hbox1])); w2.Position = 0; w2.Expand = false; w2.Fill = false; w2.Padding = ((uint)(2)); // Container child vbox1.Gtk.Box+BoxChild this.hseparator1 = new global::Gtk.HSeparator (); this.hseparator1.Name = "hseparator1"; this.vbox1.Add (this.hseparator1); global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.hseparator1])); w3.Position = 1; w3.Expand = false; w3.Fill = false; // Container child vbox1.Gtk.Box+BoxChild this.hbox5 = new global::Gtk.HBox (); this.hbox5.Name = "hbox5"; this.hbox5.Spacing = 6; // Container child hbox5.Gtk.Box+BoxChild this.hpaned1 = new global::Gtk.HPaned (); this.hpaned1.CanFocus = true; this.hpaned1.Name = "hpaned1"; this.hpaned1.Position = 378; // Container child hpaned1.Gtk.Paned+PanedChild this.hpaned2 = new global::Gtk.HPaned (); this.hpaned2.CanFocus = true; this.hpaned2.Name = "hpaned2"; this.hpaned2.Position = 210; // Container child hpaned2.Gtk.Paned+PanedChild 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.Xalign = 0F; this.label1.LabelProp = global::Mono.Unix.Catalog.GetString ("Assemblies"); this.vbox3.Add (this.label1); global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.label1])); w4.Position = 0; 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.AssemblyListTree = new global::Gtk.DataBindings.DataTreeView (); this.AssemblyListTree.CanFocus = true; this.AssemblyListTree.Name = "AssemblyListTree"; this.AssemblyListTree.CursorPointsEveryType = false; this.AssemblyListTree.InheritedDataSource = false; this.AssemblyListTree.InheritedBoundaryDataSource = false; this.AssemblyListTree.InheritedDataSource = false; this.AssemblyListTree.InheritedBoundaryDataSource = false; this.AssemblyListTree.ColumnMappings = "{System.Data.Bindings.AssemblyDescription} Name[Assembly]"; this.GtkScrolledWindow.Add (this.AssemblyListTree); this.vbox3.Add (this.GtkScrolledWindow); global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.GtkScrolledWindow])); w6.Position = 1; this.hpaned2.Add (this.vbox3); global::Gtk.Paned.PanedChild w7 = ((global::Gtk.Paned.PanedChild)(this.hpaned2 [this.vbox3])); w7.Resize = false; // Container child hpaned2.Gtk.Paned+PanedChild this.vbox4 = new global::Gtk.VBox (); this.vbox4.Name = "vbox4"; this.vbox4.Spacing = 6; // Container child vbox4.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 ("Types"); this.vbox4.Add (this.label2); global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.label2])); w8.Position = 0; w8.Expand = false; w8.Fill = false; // Container child vbox4.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.TypeTree = new global::Gtk.DataBindings.DataTreeView (); this.TypeTree.CanFocus = true; this.TypeTree.Name = "TypeTree"; this.TypeTree.CursorPointsEveryType = false; this.TypeTree.InheritedDataSource = false; this.TypeTree.InheritedBoundaryDataSource = false; this.TypeTree.InheritedDataSource = false; this.TypeTree.InheritedBoundaryDataSource = false; this.TypeTree.ColumnMappings = "{System.Data.Bindings.IDevelopmentInformation} Name[Name]"; this.GtkScrolledWindow1.Add (this.TypeTree); this.vbox4.Add (this.GtkScrolledWindow1); global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(this.vbox4 [this.GtkScrolledWindow1])); w10.Position = 1; this.hpaned2.Add (this.vbox4); this.hpaned1.Add (this.hpaned2); global::Gtk.Paned.PanedChild w12 = ((global::Gtk.Paned.PanedChild)(this.hpaned1 [this.hpaned2])); w12.Resize = false; // Container child hpaned1.Gtk.Paned+PanedChild this.vbox5 = new global::Gtk.VBox (); this.vbox5.Name = "vbox5"; this.vbox5.Spacing = 6; // Container child vbox5.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 ("Development informations"); this.vbox5.Add (this.InfoLabel); global::Gtk.Box.BoxChild w13 = ((global::Gtk.Box.BoxChild)(this.vbox5 [this.InfoLabel])); w13.Position = 0; w13.Expand = false; w13.Fill = false; // Container child vbox5.Gtk.Box+BoxChild this.GtkScrolledWindow2 = new global::Gtk.ScrolledWindow (); this.GtkScrolledWindow2.Name = "GtkScrolledWindow2"; this.GtkScrolledWindow2.ShadowType = ((global::Gtk.ShadowType)(1)); // Container child GtkScrolledWindow2.Gtk.Container+ContainerChild this.InfoTree = new global::Gtk.DataBindings.DataTreeView (); this.InfoTree.CanFocus = true; this.InfoTree.Name = "InfoTree"; this.InfoTree.CursorPointsEveryType = false; this.InfoTree.InheritedDataSource = false; this.InfoTree.InheritedBoundaryDataSource = false; this.InfoTree.InheritedDataSource = false; this.InfoTree.InheritedBoundaryDataSource = false; this.InfoTree.ColumnMappings = "{System.Data.Bindings.DevelopmentInformationItem} Name[Name]"; this.GtkScrolledWindow2.Add (this.InfoTree); this.vbox5.Add (this.GtkScrolledWindow2); global::Gtk.Box.BoxChild w15 = ((global::Gtk.Box.BoxChild)(this.vbox5 [this.GtkScrolledWindow2])); w15.Position = 1; this.hpaned1.Add (this.vbox5); this.hbox5.Add (this.hpaned1); global::Gtk.Box.BoxChild w17 = ((global::Gtk.Box.BoxChild)(this.hbox5 [this.hpaned1])); w17.Position = 0; this.vbox1.Add (this.hbox5); global::Gtk.Box.BoxChild w18 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.hbox5])); w18.Position = 2; // Container child vbox1.Gtk.Box+BoxChild this.DescriptionBox = new global::Gtk.DataBindings.DataVBox (); this.DescriptionBox.Name = "DescriptionBox"; this.DescriptionBox.Spacing = 6; this.DescriptionBox.InheritedDataSource = false; this.DescriptionBox.InheritedBoundaryDataSource = false; this.DescriptionBox.InheritedDataSource = false; this.DescriptionBox.InheritedBoundaryDataSource = false; // Container child DescriptionBox.Gtk.Box+BoxChild this.datahbox1 = new global::Gtk.DataBindings.DataHBox (); this.datahbox1.Name = "datahbox1"; this.datahbox1.Spacing = 12; this.datahbox1.InheritedDataSource = true; this.datahbox1.InheritedBoundaryDataSource = false; this.datahbox1.InheritedDataSource = true; this.datahbox1.InheritedBoundaryDataSource = false; // Container child datahbox1.Gtk.Box+BoxChild this.datalabel1 = new global::Gtk.DataBindings.DataLabel (); this.datalabel1.Name = "datalabel1"; this.datalabel1.LabelProp = global::Mono.Unix.Catalog.GetString ("datalabel1"); this.datalabel1.InheritedDataSource = true; this.datalabel1.Mappings = "Status"; this.datalabel1.InheritedBoundaryDataSource = false; this.datalabel1.Important = false; this.datalabel1.InheritedDataSource = true; this.datalabel1.Mappings = "Status"; this.datalabel1.InheritedBoundaryDataSource = false; this.datahbox1.Add (this.datalabel1); global::Gtk.Box.BoxChild w19 = ((global::Gtk.Box.BoxChild)(this.datahbox1 [this.datalabel1])); w19.Position = 0; w19.Expand = false; w19.Fill = false; // Container child datahbox1.Gtk.Box+BoxChild this.datahbox2 = new global::Gtk.DataBindings.DataHBox (); this.datahbox2.Name = "datahbox2"; this.datahbox2.Spacing = 6; this.datahbox2.InheritedDataSource = true; this.datahbox2.InheritedBoundaryDataSource = false; this.datahbox2.InheritedDataSource = true; this.datahbox2.InheritedBoundaryDataSource = false; // Container child datahbox2.Gtk.Box+BoxChild this.dataimage1 = new global::Gtk.DataBindings.DataImage (); this.dataimage1.Name = "dataimage1"; this.dataimage1.InheritedDataSource = true; this.dataimage1.Mappings = "Status"; this.dataimage1.InheritedBoundaryDataSource = false; this.dataimage1.InheritedBoundaryDataSource = false; this.dataimage1.InheritedDataSource = true; this.dataimage1.Mappings = "Status"; this.datahbox2.Add (this.dataimage1); global::Gtk.Box.BoxChild w20 = ((global::Gtk.Box.BoxChild)(this.datahbox2 [this.dataimage1])); w20.Position = 0; w20.Expand = false; w20.Fill = false; // Container child datahbox2.Gtk.Box+BoxChild this.datalabel2 = new global::Gtk.DataBindings.DataLabel (); this.datalabel2.Name = "datalabel2"; this.datalabel2.LabelProp = global::Mono.Unix.Catalog.GetString ("datalabel2"); this.datalabel2.UseMarkup = true; this.datalabel2.InheritedDataSource = true; this.datalabel2.Mappings = "Name"; this.datalabel2.InheritedBoundaryDataSource = false; this.datalabel2.Important = true; this.datalabel2.InheritedDataSource = true; this.datalabel2.Mappings = "Name"; this.datalabel2.InheritedBoundaryDataSource = false; this.datahbox2.Add (this.datalabel2); global::Gtk.Box.BoxChild w21 = ((global::Gtk.Box.BoxChild)(this.datahbox2 [this.datalabel2])); w21.Position = 1; w21.Expand = false; w21.Fill = false; this.datahbox1.Add (this.datahbox2); global::Gtk.Box.BoxChild w22 = ((global::Gtk.Box.BoxChild)(this.datahbox1 [this.datahbox2])); w22.Position = 1; w22.Expand = false; w22.Fill = false; this.DescriptionBox.Add (this.datahbox1); global::Gtk.Box.BoxChild w23 = ((global::Gtk.Box.BoxChild)(this.DescriptionBox [this.datahbox1])); w23.Position = 0; // Container child DescriptionBox.Gtk.Box+BoxChild this.hseparator2 = new global::Gtk.HSeparator (); this.hseparator2.Name = "hseparator2"; this.DescriptionBox.Add (this.hseparator2); global::Gtk.Box.BoxChild w24 = ((global::Gtk.Box.BoxChild)(this.DescriptionBox [this.hseparator2])); w24.Position = 1; w24.Expand = false; w24.Fill = false; // Container child DescriptionBox.Gtk.Box+BoxChild this.datalabel3 = new global::Gtk.DataBindings.DataLabel (); this.datalabel3.Name = "datalabel3"; this.datalabel3.Xalign = 0F; this.datalabel3.LabelProp = global::Mono.Unix.Catalog.GetString ("datalabel3"); this.datalabel3.Wrap = true; this.datalabel3.Selectable = true; this.datalabel3.InheritedDataSource = true; this.datalabel3.Mappings = "Description"; this.datalabel3.InheritedBoundaryDataSource = false; this.datalabel3.Important = false; this.datalabel3.InheritedDataSource = true; this.datalabel3.Mappings = "Description"; this.datalabel3.InheritedBoundaryDataSource = false; this.DescriptionBox.Add (this.datalabel3); global::Gtk.Box.BoxChild w25 = ((global::Gtk.Box.BoxChild)(this.DescriptionBox [this.datalabel3])); w25.Position = 2; this.vbox1.Add (this.DescriptionBox); global::Gtk.Box.BoxChild w26 = ((global::Gtk.Box.BoxChild)(this.vbox1 [this.DescriptionBox])); w26.Position = 3; w26.Expand = false; w26.Fill = false; this.Add (this.vbox1); if ((this.Child != null)) { this.Child.ShowAll (); } this.DefaultWidth = 903; this.DefaultHeight = 510; this.DescriptionBox.Hide (); this.Show (); this.DeleteEvent += new global::Gtk.DeleteEventHandler (this.OnDeleteEvent); this.buttonOpen.Clicked += new global::System.EventHandler (this.OnButtonOpenClicked); this.AssemblyListTree.CursorChanged += new global::System.EventHandler (this.OnAssemblyListTreeCursorChanged); this.AssemblyListTree.IsVisibleInFilter += new global::System.Data.Bindings.IsVisibleInFilterEvent (this.OnAssemblyListTreeIsVisibleInFilter); this.AssemblyListTree.CellDescription += new global::Gtk.DataBindings.CellDescriptionEvent (this.OnAssemblyListTreeCellDescription); this.TypeTree.CursorChanged += new global::System.EventHandler (this.OnTypeTreeCursorChanged); this.TypeTree.CellDescription += new global::Gtk.DataBindings.CellDescriptionEvent (this.OnTypeTreeCellDescription); this.InfoTree.CellDescription += new global::Gtk.DataBindings.CellDescriptionEvent (this.OnInfoTreeCellDescription); this.InfoTree.CursorChanged += new global::System.EventHandler (this.OnInfoTreeCursorChanged); }