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

MonoDevelop.Database.Components.ShowTextDialog.cs « gtk-gui « MonoDevelop.Database.Components « MonoDevelop.Database « extras - github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 53a7e7058b23ad9f1e60c7aac0dc44c5cc4a724a (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
55
56
57
58
59
60
61
62
63
// ------------------------------------------------------------------------------
//  <autogenerated>
//      This code was generated by a tool.
//      Mono Runtime Version: 2.0.50727.42
// 
//      Changes to this file may cause incorrect behavior and will be lost if 
//      the code is regenerated.
//  </autogenerated>
// ------------------------------------------------------------------------------

namespace MonoDevelop.Database.Components {
    
    
    public partial class ShowTextDialog {
        
        private Gtk.VBox vboxContent;
        
        private Gtk.Button button462;
        
        protected virtual void Build() {
            Stetic.Gui.Initialize(this);
            // Widget MonoDevelop.Database.Components.ShowTextDialog
            this.Name = "MonoDevelop.Database.Components.ShowTextDialog";
            this.Title = Mono.Unix.Catalog.GetString("Text");
            this.TypeHint = ((Gdk.WindowTypeHint)(1));
            this.WindowPosition = ((Gtk.WindowPosition)(1));
            this.SkipTaskbarHint = true;
            this.HasSeparator = false;
            // Internal child MonoDevelop.Database.Components.ShowTextDialog.VBox
            Gtk.VBox w1 = this.VBox;
            w1.Name = "vbox";
            w1.BorderWidth = ((uint)(2));
            // Container child vbox.Gtk.Box+BoxChild
            this.vboxContent = new Gtk.VBox();
            this.vboxContent.Name = "vboxContent";
            this.vboxContent.Spacing = 6;
            this.vboxContent.BorderWidth = ((uint)(6));
            w1.Add(this.vboxContent);
            Gtk.Box.BoxChild w2 = ((Gtk.Box.BoxChild)(w1[this.vboxContent]));
            w2.Position = 0;
            // Internal child MonoDevelop.Database.Components.ShowTextDialog.ActionArea
            Gtk.HButtonBox w3 = this.ActionArea;
            w3.Name = "GtkDialog_ActionArea";
            w3.LayoutStyle = ((Gtk.ButtonBoxStyle)(4));
            // Container child GtkDialog_ActionArea.Gtk.ButtonBox+ButtonBoxChild
            this.button462 = new Gtk.Button();
            this.button462.CanFocus = true;
            this.button462.Name = "button462";
            this.button462.UseUnderline = true;
            this.button462.Label = Mono.Unix.Catalog.GetString("button462");
            this.AddActionWidget(this.button462, 0);
            Gtk.ButtonBox.ButtonBoxChild w4 = ((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();
        }
    }
}