~ubuntu-branches/ubuntu/saucy/monodevelop/saucy-proposed

« back to all changes in this revision

Viewing changes to src/core/MonoDevelop.Projects.Gui/gtk-gui/MonoDevelop.Projects.Gui.Dialogs.DeleteConfigDialog.cs

  • Committer: Bazaar Package Importer
  • Author(s): Jo Shields
  • Date: 2010-09-10 16:54:48 UTC
  • mfrom: (19.1.1 experimental)
  • Revision ID: james.westby@ubuntu.com-20100910165448-0rybfk25zd4o9431
Tags: 2.4+dfsg-2
* debian/patches/inject_Mono.Debugger.Soft_source.patch,
  debian/patches/use_system_Mono.Debugger.Soft.patch,
  debian/control:
  + Build against system Soft Debugger, since we now have a new
    enough Mono to match MonoDevelop's required API

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
// ------------------------------------------------------------------------------
2
 
//  <autogenerated>
3
 
//      This code was generated by a tool.
4
 
//      
5
 
// 
6
 
//      Changes to this file may cause incorrect behavior and will be lost if 
7
 
//      the code is regenerated.
8
 
//  </autogenerated>
9
 
// ------------------------------------------------------------------------------
10
 
 
11
 
namespace MonoDevelop.Projects.Gui.Dialogs {
12
 
    
13
 
    internal partial class DeleteConfigDialog {
14
 
        
15
 
        private Gtk.HBox hbox64;
16
 
        
17
 
        private Gtk.Image image6;
18
 
        
19
 
        private Gtk.VBox vbox80;
20
 
        
21
 
        private Gtk.Label label107;
22
 
        
23
 
        private Gtk.CheckButton deleteChildrenCheck;
24
 
        
25
 
        private Gtk.Button button11;
26
 
        
27
 
        private Gtk.Button button12;
28
 
        
29
 
        protected virtual void Build() {
30
 
            Stetic.Gui.Initialize(this);
31
 
            // Widget MonoDevelop.Projects.Gui.Dialogs.DeleteConfigDialog
32
 
            this.Name = "MonoDevelop.Projects.Gui.Dialogs.DeleteConfigDialog";
33
 
            this.Title = MonoDevelop.Core.GettextCatalog.GetString("Delete Configuration");
34
 
            this.TypeHint = ((Gdk.WindowTypeHint)(1));
35
 
            // Internal child MonoDevelop.Projects.Gui.Dialogs.DeleteConfigDialog.VBox
36
 
            Gtk.VBox w1 = this.VBox;
37
 
            w1.Name = "dialog-vbox7";
38
 
            // Container child dialog-vbox7.Gtk.Box+BoxChild
39
 
            this.hbox64 = new Gtk.HBox();
40
 
            this.hbox64.Name = "hbox64";
41
 
            this.hbox64.Spacing = 12;
42
 
            this.hbox64.BorderWidth = ((uint)(12));
43
 
            // Container child hbox64.Gtk.Box+BoxChild
44
 
            this.image6 = new Gtk.Image();
45
 
            this.image6.Name = "image6";
46
 
            this.image6.Yalign = 0F;
47
 
            this.image6.Pixbuf = Stetic.IconLoader.LoadIcon(this, "gtk-dialog-question", Gtk.IconSize.Dialog, 48);
48
 
            this.hbox64.Add(this.image6);
49
 
            Gtk.Box.BoxChild w2 = ((Gtk.Box.BoxChild)(this.hbox64[this.image6]));
50
 
            w2.Position = 0;
51
 
            w2.Expand = false;
52
 
            w2.Fill = false;
53
 
            // Container child hbox64.Gtk.Box+BoxChild
54
 
            this.vbox80 = new Gtk.VBox();
55
 
            this.vbox80.Name = "vbox80";
56
 
            this.vbox80.Spacing = 6;
57
 
            // Container child vbox80.Gtk.Box+BoxChild
58
 
            this.label107 = new Gtk.Label();
59
 
            this.label107.Name = "label107";
60
 
            this.label107.Xalign = 0F;
61
 
            this.label107.LabelProp = MonoDevelop.Core.GettextCatalog.GetString("Are you sure you want to delete this configuration?");
62
 
            this.vbox80.Add(this.label107);
63
 
            Gtk.Box.BoxChild w3 = ((Gtk.Box.BoxChild)(this.vbox80[this.label107]));
64
 
            w3.Position = 0;
65
 
            w3.Expand = false;
66
 
            w3.Fill = false;
67
 
            // Container child vbox80.Gtk.Box+BoxChild
68
 
            this.deleteChildrenCheck = new Gtk.CheckButton();
69
 
            this.deleteChildrenCheck.Name = "deleteChildrenCheck";
70
 
            this.deleteChildrenCheck.Label = MonoDevelop.Core.GettextCatalog.GetString("Delete also configurations in solution items");
71
 
            this.deleteChildrenCheck.Active = true;
72
 
            this.deleteChildrenCheck.DrawIndicator = true;
73
 
            this.deleteChildrenCheck.UseUnderline = true;
74
 
            this.vbox80.Add(this.deleteChildrenCheck);
75
 
            Gtk.Box.BoxChild w4 = ((Gtk.Box.BoxChild)(this.vbox80[this.deleteChildrenCheck]));
76
 
            w4.Position = 1;
77
 
            w4.Expand = false;
78
 
            w4.Fill = false;
79
 
            this.hbox64.Add(this.vbox80);
80
 
            Gtk.Box.BoxChild w5 = ((Gtk.Box.BoxChild)(this.hbox64[this.vbox80]));
81
 
            w5.Position = 1;
82
 
            w1.Add(this.hbox64);
83
 
            Gtk.Box.BoxChild w6 = ((Gtk.Box.BoxChild)(w1[this.hbox64]));
84
 
            w6.Position = 2;
85
 
            // Internal child MonoDevelop.Projects.Gui.Dialogs.DeleteConfigDialog.ActionArea
86
 
            Gtk.HButtonBox w7 = this.ActionArea;
87
 
            w7.Name = "dialog-action_area7";
88
 
            w7.LayoutStyle = ((Gtk.ButtonBoxStyle)(4));
89
 
            // Container child dialog-action_area7.Gtk.ButtonBox+ButtonBoxChild
90
 
            this.button11 = new Gtk.Button();
91
 
            this.button11.Name = "button11";
92
 
            this.button11.UseStock = true;
93
 
            this.button11.UseUnderline = true;
94
 
            this.button11.Label = "gtk-no";
95
 
            this.AddActionWidget(this.button11, -9);
96
 
            // Container child dialog-action_area7.Gtk.ButtonBox+ButtonBoxChild
97
 
            this.button12 = new Gtk.Button();
98
 
            this.button12.CanDefault = true;
99
 
            this.button12.Name = "button12";
100
 
            this.button12.UseStock = true;
101
 
            this.button12.UseUnderline = true;
102
 
            this.button12.Label = "gtk-yes";
103
 
            this.AddActionWidget(this.button12, -8);
104
 
            Gtk.ButtonBox.ButtonBoxChild w9 = ((Gtk.ButtonBox.ButtonBoxChild)(w7[this.button12]));
105
 
            w9.Position = 1;
106
 
            if ((this.Child != null)) {
107
 
                this.Child.ShowAll();
108
 
            }
109
 
            this.DefaultWidth = 0;
110
 
            this.DefaultHeight = 0;
111
 
            this.Show();
112
 
        }
113
 
    }
114
 
}