~alexlauni/do-plugins/jolicloud

« back to all changes in this revision

Viewing changes to SystemServices/gtk-gui/SystemServices.SystemServicesConfig.cs

  • Committer: Alex Launi
  • Date: 2009-06-24 13:17:29 UTC
  • mfrom: (618.1.17 do-plugins)
  • Revision ID: alex.launi@gmail.com-20090624131729-1l9g76ejqq4leka4
merge trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
// ------------------------------------------------------------------------------
2
2
//  <autogenerated>
3
3
//      This code was generated by a tool.
4
 
//      Mono Runtime Version: 2.0.50727.42
 
4
//      
5
5
// 
6
6
//      Changes to this file may cause incorrect behavior and will be lost if 
7
7
//      the code is regenerated.
43
43
            this.label1 = new Gtk.Label();
44
44
            this.label1.Name = "label1";
45
45
            this.label1.Xalign = 0F;
46
 
            this.label1.LabelProp = Mono.Unix.Catalog.GetString("Command for start/stop services (gksudo, etc):");
 
46
            this.label1.LabelProp = Mono.Addins.AddinManager.CurrentLocalizer.GetString("Command for start/stop services (gksudo, etc):");
47
47
            this.vbox1.Add(this.label1);
48
48
            Gtk.Box.BoxChild w1 = ((Gtk.Box.BoxChild)(this.vbox1[this.label1]));
49
49
            w1.Position = 0;
64
64
            w2.Position = 0;
65
65
            // Container child hbox1.Gtk.Box+BoxChild
66
66
            this.btnSelectFile = new Gtk.Button();
67
 
            Gtk.Tooltips w3 = new Gtk.Tooltips();
68
 
            w3.SetTip(this.btnSelectFile, "Select file", "Select file");
 
67
            this.btnSelectFile.TooltipMarkup = "Select file";
69
68
            this.btnSelectFile.CanFocus = true;
70
69
            this.btnSelectFile.Name = "btnSelectFile";
71
70
            this.btnSelectFile.UseUnderline = true;
72
 
            this.btnSelectFile.Label = Mono.Unix.Catalog.GetString("...");
 
71
            this.btnSelectFile.Label = Mono.Addins.AddinManager.CurrentLocalizer.GetString("...");
73
72
            this.hbox1.Add(this.btnSelectFile);
74
 
            Gtk.Box.BoxChild w4 = ((Gtk.Box.BoxChild)(this.hbox1[this.btnSelectFile]));
 
73
            Gtk.Box.BoxChild w3 = ((Gtk.Box.BoxChild)(this.hbox1[this.btnSelectFile]));
 
74
            w3.Position = 1;
 
75
            w3.Expand = false;
 
76
            w3.Fill = false;
 
77
            this.vbox1.Add(this.hbox1);
 
78
            Gtk.Box.BoxChild w4 = ((Gtk.Box.BoxChild)(this.vbox1[this.hbox1]));
75
79
            w4.Position = 1;
76
80
            w4.Expand = false;
77
81
            w4.Fill = false;
78
 
            this.vbox1.Add(this.hbox1);
79
 
            Gtk.Box.BoxChild w5 = ((Gtk.Box.BoxChild)(this.vbox1[this.hbox1]));
80
 
            w5.Position = 1;
81
 
            w5.Expand = false;
82
 
            w5.Fill = false;
83
82
            // Container child vbox1.Gtk.Box+BoxChild
84
83
            this.label2 = new Gtk.Label();
85
84
            this.label2.Name = "label2";
86
85
            this.label2.Xalign = 0F;
87
 
            this.label2.LabelProp = Mono.Unix.Catalog.GetString("Services to control:");
 
86
            this.label2.LabelProp = Mono.Addins.AddinManager.CurrentLocalizer.GetString("Services to control:");
88
87
            this.vbox1.Add(this.label2);
89
 
            Gtk.Box.BoxChild w6 = ((Gtk.Box.BoxChild)(this.vbox1[this.label2]));
90
 
            w6.Position = 2;
91
 
            w6.Expand = false;
92
 
            w6.Fill = false;
 
88
            Gtk.Box.BoxChild w5 = ((Gtk.Box.BoxChild)(this.vbox1[this.label2]));
 
89
            w5.Position = 2;
 
90
            w5.Expand = false;
 
91
            w5.Fill = false;
93
92
            // Container child vbox1.Gtk.Box+BoxChild
94
93
            this.scrolledwindow1 = new Gtk.ScrolledWindow();
95
94
            this.scrolledwindow1.CanFocus = true;
96
95
            this.scrolledwindow1.Name = "scrolledwindow1";
97
96
            this.scrolledwindow1.ShadowType = ((Gtk.ShadowType)(1));
98
97
            // Container child scrolledwindow1.Gtk.Container+ContainerChild
99
 
            Gtk.Viewport w7 = new Gtk.Viewport();
100
 
            w7.ShadowType = ((Gtk.ShadowType)(0));
 
98
            Gtk.Viewport w6 = new Gtk.Viewport();
 
99
            w6.ShadowType = ((Gtk.ShadowType)(0));
101
100
            // Container child GtkViewport.Gtk.Container+ContainerChild
102
101
            this.boxServicesList = new Gtk.VBox();
103
102
            this.boxServicesList.Name = "boxServicesList";
104
103
            this.boxServicesList.Spacing = 2;
105
 
            w7.Add(this.boxServicesList);
106
 
            this.scrolledwindow1.Add(w7);
 
104
            w6.Add(this.boxServicesList);
 
105
            this.scrolledwindow1.Add(w6);
107
106
            this.vbox1.Add(this.scrolledwindow1);
108
 
            Gtk.Box.BoxChild w10 = ((Gtk.Box.BoxChild)(this.vbox1[this.scrolledwindow1]));
109
 
            w10.Position = 3;
 
107
            Gtk.Box.BoxChild w9 = ((Gtk.Box.BoxChild)(this.vbox1[this.scrolledwindow1]));
 
108
            w9.Position = 3;
110
109
            this.Add(this.vbox1);
111
110
            if ((this.Child != null)) {
112
111
                this.Child.ShowAll();