File: MonoDevelop.Database.Components.ShowTextDialog.cs

package info (click to toggle)
monodevelop-database 2.4%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 4,156 kB
  • ctags: 4,150
  • sloc: cs: 25,982; xml: 4,061; makefile: 840; sh: 646
file content (54 lines) | stat: -rw-r--r-- 2,057 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54

// This file has been generated by the GUI designer. Do not modify.
namespace MonoDevelop.Database.Components
{
	public partial class ShowTextDialog
	{
		private global::Gtk.VBox vboxContent;

		private global::Gtk.Button button462;

		protected virtual void Build ()
		{
			global::Stetic.Gui.Initialize (this);
			// Widget MonoDevelop.Database.Components.ShowTextDialog
			this.Name = "MonoDevelop.Database.Components.ShowTextDialog";
			this.Title = global::MonoDevelop.Database.AddinCatalog.GetString ("Text");
			this.TypeHint = ((global::Gdk.WindowTypeHint)(1));
			this.WindowPosition = ((global::Gtk.WindowPosition)(1));
			this.SkipTaskbarHint = true;
			// Internal child MonoDevelop.Database.Components.ShowTextDialog.VBox
			global::Gtk.VBox w1 = this.VBox;
			w1.Name = "vbox";
			w1.BorderWidth = ((uint)(2));
			// Container child vbox.Gtk.Box+BoxChild
			this.vboxContent = new global::Gtk.VBox ();
			this.vboxContent.Name = "vboxContent";
			this.vboxContent.Spacing = 6;
			this.vboxContent.BorderWidth = ((uint)(6));
			w1.Add (this.vboxContent);
			global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(w1[this.vboxContent]));
			w2.Position = 0;
			// Internal child MonoDevelop.Database.Components.ShowTextDialog.ActionArea
			global::Gtk.HButtonBox w3 = this.ActionArea;
			w3.Name = "GtkDialog_ActionArea";
			w3.LayoutStyle = ((global::Gtk.ButtonBoxStyle)(4));
			// Container child GtkDialog_ActionArea.Gtk.ButtonBox+ButtonBoxChild
			this.button462 = new global::Gtk.Button ();
			this.button462.CanFocus = true;
			this.button462.Name = "button462";
			this.button462.UseUnderline = true;
			this.button462.Label = global::MonoDevelop.Database.AddinCatalog.GetString ("button462");
			this.AddActionWidget (this.button462, 0);
			global::Gtk.ButtonBox.ButtonBoxChild w4 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w3[this.button462]));
			w4.Expand = false;
			w4.Fill = false;
			if ((this.Child != null)) {
				this.Child.ShowAll ();
			}
			this.DefaultWidth = 400;
			this.DefaultHeight = 300;
			this.Show ();
		}
	}
}