Welcome to mirror list, hosted at ThFree Co, Russian Federation.

MonoDevelop.Ide.Gui.OptionPanels.MaintenanceOptionsPanelWidget.cs « gtk-gui « MonoDevelop.Ide « core « src « main - github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: d84712d73b7a3525d4ae7728912d7d21b25c838a (plain)
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.Ide.Gui.OptionPanels
{
	internal partial class MaintenanceOptionsPanelWidget
	{
		private global::Gtk.VBox vbox2;

		private global::Gtk.CheckButton checkInstr;

		private global::Gtk.CheckButton checkAutoTest;

		protected virtual void Build ()
		{
			global::Stetic.Gui.Initialize (this);
			// Widget MonoDevelop.Ide.Gui.OptionPanels.MaintenanceOptionsPanelWidget
			global::Stetic.BinContainer.Attach (this);
			this.Name = "MonoDevelop.Ide.Gui.OptionPanels.MaintenanceOptionsPanelWidget";
			// Container child MonoDevelop.Ide.Gui.OptionPanels.MaintenanceOptionsPanelWidget.Gtk.Container+ContainerChild
			this.vbox2 = new global::Gtk.VBox ();
			this.vbox2.Name = "vbox2";
			this.vbox2.Spacing = 6;
			// Container child vbox2.Gtk.Box+BoxChild
			this.checkInstr = new global::Gtk.CheckButton ();
			this.checkInstr.CanFocus = true;
			this.checkInstr.Name = "checkInstr";
			this.checkInstr.Label = global::MonoDevelop.Core.GettextCatalog.GetString ("Enable MonoDevelop Instrumentation");
			this.checkInstr.DrawIndicator = true;
			this.checkInstr.UseUnderline = true;
			this.vbox2.Add (this.checkInstr);
			global::Gtk.Box.BoxChild w1 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.checkInstr]));
			w1.Position = 0;
			w1.Expand = false;
			w1.Fill = false;
			// Container child vbox2.Gtk.Box+BoxChild
			this.checkAutoTest = new global::Gtk.CheckButton ();
			this.checkAutoTest.CanFocus = true;
			this.checkAutoTest.Name = "checkAutoTest";
			this.checkAutoTest.Label = global::MonoDevelop.Core.GettextCatalog.GetString ("Enable automated test support");
			this.checkAutoTest.DrawIndicator = true;
			this.checkAutoTest.UseUnderline = true;
			this.vbox2.Add (this.checkAutoTest);
			global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.vbox2[this.checkAutoTest]));
			w2.Position = 1;
			w2.Expand = false;
			w2.Fill = false;
			this.Add (this.vbox2);
			if ((this.Child != null)) {
				this.Child.ShowAll ();
			}
			this.Hide ();
		}
	}
}