~do-plugins/do-plugins/trunk

« back to all changes in this revision

Viewing changes to ImageShack/gtk-gui/ImageShack.ImageShackConfig.cs

  • Committer: David Siegel
  • Date: 2008-11-14 18:59:50 UTC
  • mfrom: (264.1.3 do-plugins)
  • Revision ID: david@david-desktop-20081114185950-tyvcga7oowbrkf9s
Merge.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
// ------------------------------------------------------------------------------
 
2
//  <autogenerated>
 
3
//      This code was generated by a tool.
 
4
//      Mono Runtime Version: 2.0.50727.42
 
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 ImageShack {
 
12
    
 
13
    
 
14
    public partial class ImageShackConfig {
 
15
        
 
16
        private Gtk.VBox vbox1;
 
17
        
 
18
        private Gtk.Frame frame1;
 
19
        
 
20
        private Gtk.Alignment GtkAlignment1;
 
21
        
 
22
        private Gtk.VBox vbox2;
 
23
        
 
24
        private Gtk.HBox hbox1;
 
25
        
 
26
        private Gtk.Label label2;
 
27
        
 
28
        private Gtk.HBox hbox2;
 
29
        
 
30
        private Gtk.Label label1;
 
31
        
 
32
        private Gtk.Entry RegistrationCodeEntry;
 
33
        
 
34
        private Gtk.HBox hbox3;
 
35
        
 
36
        private Gtk.Button RegistrationButton;
 
37
        
 
38
        private Gtk.Label GtkLabel1;
 
39
        
 
40
        protected virtual void Build() {
 
41
            Stetic.Gui.Initialize(this);
 
42
            // Widget ImageShack.ImageShackConfig
 
43
            Stetic.BinContainer.Attach(this);
 
44
            this.Name = "ImageShack.ImageShackConfig";
 
45
            // Container child ImageShack.ImageShackConfig.Gtk.Container+ContainerChild
 
46
            this.vbox1 = new Gtk.VBox();
 
47
            this.vbox1.Name = "vbox1";
 
48
            this.vbox1.Spacing = 6;
 
49
            // Container child vbox1.Gtk.Box+BoxChild
 
50
            this.frame1 = new Gtk.Frame();
 
51
            this.frame1.Name = "frame1";
 
52
            this.frame1.ShadowType = ((Gtk.ShadowType)(0));
 
53
            // Container child frame1.Gtk.Container+ContainerChild
 
54
            this.GtkAlignment1 = new Gtk.Alignment(0F, 0F, 1F, 1F);
 
55
            this.GtkAlignment1.Name = "GtkAlignment1";
 
56
            this.GtkAlignment1.LeftPadding = ((uint)(12));
 
57
            // Container child GtkAlignment1.Gtk.Container+ContainerChild
 
58
            this.vbox2 = new Gtk.VBox();
 
59
            this.vbox2.Name = "vbox2";
 
60
            this.vbox2.Spacing = 6;
 
61
            // Container child vbox2.Gtk.Box+BoxChild
 
62
            this.hbox1 = new Gtk.HBox();
 
63
            this.hbox1.Name = "hbox1";
 
64
            this.hbox1.Spacing = 6;
 
65
            // Container child hbox1.Gtk.Box+BoxChild
 
66
            this.label2 = new Gtk.Label();
 
67
            this.label2.Name = "label2";
 
68
            this.label2.Xalign = 0F;
 
69
            this.label2.LabelProp = Mono.Unix.Catalog.GetString("If you have an ImageShack account, a registration code allows you to save images to the My Images sections of your account.\n\nPlease log-in to your ImageShack account before getting your registration code.");
 
70
            this.label2.Wrap = true;
 
71
            this.hbox1.Add(this.label2);
 
72
            Gtk.Box.BoxChild w1 = ((Gtk.Box.BoxChild)(this.hbox1[this.label2]));
 
73
            w1.Position = 0;
 
74
            w1.Expand = false;
 
75
            w1.Fill = false;
 
76
            this.vbox2.Add(this.hbox1);
 
77
            Gtk.Box.BoxChild w2 = ((Gtk.Box.BoxChild)(this.vbox2[this.hbox1]));
 
78
            w2.Position = 0;
 
79
            w2.Expand = false;
 
80
            w2.Fill = false;
 
81
            // Container child vbox2.Gtk.Box+BoxChild
 
82
            this.hbox2 = new Gtk.HBox();
 
83
            this.hbox2.Name = "hbox2";
 
84
            this.hbox2.Spacing = 6;
 
85
            this.hbox2.BorderWidth = ((uint)(3));
 
86
            // Container child hbox2.Gtk.Box+BoxChild
 
87
            this.label1 = new Gtk.Label();
 
88
            this.label1.Name = "label1";
 
89
            this.label1.Xalign = 0F;
 
90
            this.label1.LabelProp = Mono.Unix.Catalog.GetString("_Registration Code");
 
91
            this.label1.UseUnderline = true;
 
92
            this.hbox2.Add(this.label1);
 
93
            Gtk.Box.BoxChild w3 = ((Gtk.Box.BoxChild)(this.hbox2[this.label1]));
 
94
            w3.Position = 0;
 
95
            w3.Expand = false;
 
96
            w3.Fill = false;
 
97
            // Container child hbox2.Gtk.Box+BoxChild
 
98
            this.RegistrationCodeEntry = new Gtk.Entry();
 
99
            this.RegistrationCodeEntry.CanFocus = true;
 
100
            this.RegistrationCodeEntry.Name = "RegistrationCodeEntry";
 
101
            this.RegistrationCodeEntry.IsEditable = true;
 
102
            this.RegistrationCodeEntry.WidthChars = 35;
 
103
            this.RegistrationCodeEntry.InvisibleChar = '●';
 
104
            this.hbox2.Add(this.RegistrationCodeEntry);
 
105
            Gtk.Box.BoxChild w4 = ((Gtk.Box.BoxChild)(this.hbox2[this.RegistrationCodeEntry]));
 
106
            w4.Position = 1;
 
107
            w4.Expand = false;
 
108
            this.vbox2.Add(this.hbox2);
 
109
            Gtk.Box.BoxChild w5 = ((Gtk.Box.BoxChild)(this.vbox2[this.hbox2]));
 
110
            w5.Position = 1;
 
111
            w5.Expand = false;
 
112
            w5.Fill = false;
 
113
            // Container child vbox2.Gtk.Box+BoxChild
 
114
            this.hbox3 = new Gtk.HBox();
 
115
            this.hbox3.Name = "hbox3";
 
116
            this.hbox3.Spacing = 6;
 
117
            this.hbox3.BorderWidth = ((uint)(3));
 
118
            // Container child hbox3.Gtk.Box+BoxChild
 
119
            this.RegistrationButton = new Gtk.Button();
 
120
            this.RegistrationButton.CanFocus = true;
 
121
            this.RegistrationButton.Name = "RegistrationButton";
 
122
            this.RegistrationButton.UseUnderline = true;
 
123
            this.RegistrationButton.Xalign = 0F;
 
124
            this.RegistrationButton.Label = Mono.Unix.Catalog.GetString("_Get Registration Code");
 
125
            this.hbox3.Add(this.RegistrationButton);
 
126
            Gtk.Box.BoxChild w6 = ((Gtk.Box.BoxChild)(this.hbox3[this.RegistrationButton]));
 
127
            w6.Position = 0;
 
128
            w6.Expand = false;
 
129
            w6.Fill = false;
 
130
            this.vbox2.Add(this.hbox3);
 
131
            Gtk.Box.BoxChild w7 = ((Gtk.Box.BoxChild)(this.vbox2[this.hbox3]));
 
132
            w7.Position = 2;
 
133
            w7.Expand = false;
 
134
            w7.Fill = false;
 
135
            this.GtkAlignment1.Add(this.vbox2);
 
136
            this.frame1.Add(this.GtkAlignment1);
 
137
            this.GtkLabel1 = new Gtk.Label();
 
138
            this.GtkLabel1.Name = "GtkLabel1";
 
139
            this.GtkLabel1.Xalign = 0F;
 
140
            this.GtkLabel1.LabelProp = Mono.Unix.Catalog.GetString("<b>Registration Code</b>");
 
141
            this.GtkLabel1.UseMarkup = true;
 
142
            this.frame1.LabelWidget = this.GtkLabel1;
 
143
            this.vbox1.Add(this.frame1);
 
144
            Gtk.Box.BoxChild w10 = ((Gtk.Box.BoxChild)(this.vbox1[this.frame1]));
 
145
            w10.Position = 0;
 
146
            w10.Expand = false;
 
147
            w10.Fill = false;
 
148
            this.Add(this.vbox1);
 
149
            if ((this.Child != null)) {
 
150
                this.Child.ShowAll();
 
151
            }
 
152
            this.label1.MnemonicWidget = this.RegistrationCodeEntry;
 
153
            this.Show();
 
154
            this.RegistrationCodeEntry.Changed += new System.EventHandler(this.OnRegistrationCodeEntryChanged);
 
155
            this.RegistrationButton.Clicked += new System.EventHandler(this.OnRegistrationButtonClicked);
 
156
        }
 
157
    }
 
158
}