~ubuntu-branches/ubuntu/oneiric/monodevelop/oneiric

« back to all changes in this revision

Viewing changes to src/addins/VersionControl/MonoDevelop.VersionControl.Git/gtk-gui/MonoDevelop.VersionControl.Git.EditRemoteDialog.cs

  • Committer: Bazaar Package Importer
  • Author(s): Jo Shields
  • Date: 2011-06-27 17:03:13 UTC
  • mto: (1.8.1 upstream)
  • mto: This revision was merged to the branch mainline in revision 54.
  • Revision ID: james.westby@ubuntu.com-20110627170313-6cvz3s19x6e9hqe9
Import upstream version 2.5.92+dfsg

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
 
2
// This file has been generated by the GUI designer. Do not modify.
 
3
namespace MonoDevelop.VersionControl.Git
 
4
{
 
5
        public partial class EditRemoteDialog
 
6
        {
 
7
                private global::Gtk.VBox vbox7;
 
8
                private global::Gtk.Table table3;
 
9
                private global::Gtk.Entry entryName;
 
10
                private global::Gtk.Entry entryPushUrl;
 
11
                private global::Gtk.Entry entryUrl;
 
12
                private global::Gtk.Label label7;
 
13
                private global::Gtk.Label label8;
 
14
                private global::Gtk.Label label9;
 
15
                private global::Gtk.CheckButton checkImportTags;
 
16
                private global::Gtk.Button buttonCancel;
 
17
                private global::Gtk.Button buttonOk;
 
18
                
 
19
                protected virtual void Build ()
 
20
                {
 
21
                        global::Stetic.Gui.Initialize (this);
 
22
                        // Widget MonoDevelop.VersionControl.Git.EditRemoteDialog
 
23
                        this.Name = "MonoDevelop.VersionControl.Git.EditRemoteDialog";
 
24
                        this.Title = global::Mono.Unix.Catalog.GetString ("Remote Source");
 
25
                        this.WindowPosition = ((global::Gtk.WindowPosition)(4));
 
26
                        // Internal child MonoDevelop.VersionControl.Git.EditRemoteDialog.VBox
 
27
                        global::Gtk.VBox w1 = this.VBox;
 
28
                        w1.Name = "dialog1_VBox";
 
29
                        w1.BorderWidth = ((uint)(2));
 
30
                        // Container child dialog1_VBox.Gtk.Box+BoxChild
 
31
                        this.vbox7 = new global::Gtk.VBox ();
 
32
                        this.vbox7.Name = "vbox7";
 
33
                        this.vbox7.Spacing = 6;
 
34
                        this.vbox7.BorderWidth = ((uint)(9));
 
35
                        // Container child vbox7.Gtk.Box+BoxChild
 
36
                        this.table3 = new global::Gtk.Table (((uint)(3)), ((uint)(2)), false);
 
37
                        this.table3.Name = "table3";
 
38
                        this.table3.RowSpacing = ((uint)(6));
 
39
                        this.table3.ColumnSpacing = ((uint)(6));
 
40
                        // Container child table3.Gtk.Table+TableChild
 
41
                        this.entryName = new global::Gtk.Entry ();
 
42
                        this.entryName.CanFocus = true;
 
43
                        this.entryName.Name = "entryName";
 
44
                        this.entryName.IsEditable = true;
 
45
                        this.entryName.InvisibleChar = '●';
 
46
                        this.table3.Add (this.entryName);
 
47
                        global::Gtk.Table.TableChild w2 = ((global::Gtk.Table.TableChild)(this.table3 [this.entryName]));
 
48
                        w2.LeftAttach = ((uint)(1));
 
49
                        w2.RightAttach = ((uint)(2));
 
50
                        w2.YOptions = ((global::Gtk.AttachOptions)(4));
 
51
                        // Container child table3.Gtk.Table+TableChild
 
52
                        this.entryPushUrl = new global::Gtk.Entry ();
 
53
                        this.entryPushUrl.CanFocus = true;
 
54
                        this.entryPushUrl.Name = "entryPushUrl";
 
55
                        this.entryPushUrl.IsEditable = true;
 
56
                        this.entryPushUrl.InvisibleChar = '●';
 
57
                        this.table3.Add (this.entryPushUrl);
 
58
                        global::Gtk.Table.TableChild w3 = ((global::Gtk.Table.TableChild)(this.table3 [this.entryPushUrl]));
 
59
                        w3.TopAttach = ((uint)(2));
 
60
                        w3.BottomAttach = ((uint)(3));
 
61
                        w3.LeftAttach = ((uint)(1));
 
62
                        w3.RightAttach = ((uint)(2));
 
63
                        w3.YOptions = ((global::Gtk.AttachOptions)(4));
 
64
                        // Container child table3.Gtk.Table+TableChild
 
65
                        this.entryUrl = new global::Gtk.Entry ();
 
66
                        this.entryUrl.CanFocus = true;
 
67
                        this.entryUrl.Name = "entryUrl";
 
68
                        this.entryUrl.IsEditable = true;
 
69
                        this.entryUrl.InvisibleChar = '●';
 
70
                        this.table3.Add (this.entryUrl);
 
71
                        global::Gtk.Table.TableChild w4 = ((global::Gtk.Table.TableChild)(this.table3 [this.entryUrl]));
 
72
                        w4.TopAttach = ((uint)(1));
 
73
                        w4.BottomAttach = ((uint)(2));
 
74
                        w4.LeftAttach = ((uint)(1));
 
75
                        w4.RightAttach = ((uint)(2));
 
76
                        w4.YOptions = ((global::Gtk.AttachOptions)(4));
 
77
                        // Container child table3.Gtk.Table+TableChild
 
78
                        this.label7 = new global::Gtk.Label ();
 
79
                        this.label7.Name = "label7";
 
80
                        this.label7.Xalign = 0F;
 
81
                        this.label7.LabelProp = global::Mono.Unix.Catalog.GetString ("Name:");
 
82
                        this.table3.Add (this.label7);
 
83
                        global::Gtk.Table.TableChild w5 = ((global::Gtk.Table.TableChild)(this.table3 [this.label7]));
 
84
                        w5.XOptions = ((global::Gtk.AttachOptions)(4));
 
85
                        w5.YOptions = ((global::Gtk.AttachOptions)(4));
 
86
                        // Container child table3.Gtk.Table+TableChild
 
87
                        this.label8 = new global::Gtk.Label ();
 
88
                        this.label8.Name = "label8";
 
89
                        this.label8.Xalign = 0F;
 
90
                        this.label8.LabelProp = global::Mono.Unix.Catalog.GetString ("Url:");
 
91
                        this.table3.Add (this.label8);
 
92
                        global::Gtk.Table.TableChild w6 = ((global::Gtk.Table.TableChild)(this.table3 [this.label8]));
 
93
                        w6.TopAttach = ((uint)(1));
 
94
                        w6.BottomAttach = ((uint)(2));
 
95
                        w6.XOptions = ((global::Gtk.AttachOptions)(4));
 
96
                        w6.YOptions = ((global::Gtk.AttachOptions)(4));
 
97
                        // Container child table3.Gtk.Table+TableChild
 
98
                        this.label9 = new global::Gtk.Label ();
 
99
                        this.label9.Name = "label9";
 
100
                        this.label9.LabelProp = global::Mono.Unix.Catalog.GetString ("Push Url:");
 
101
                        this.table3.Add (this.label9);
 
102
                        global::Gtk.Table.TableChild w7 = ((global::Gtk.Table.TableChild)(this.table3 [this.label9]));
 
103
                        w7.TopAttach = ((uint)(2));
 
104
                        w7.BottomAttach = ((uint)(3));
 
105
                        w7.XOptions = ((global::Gtk.AttachOptions)(4));
 
106
                        w7.YOptions = ((global::Gtk.AttachOptions)(4));
 
107
                        this.vbox7.Add (this.table3);
 
108
                        global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.vbox7 [this.table3]));
 
109
                        w8.Position = 0;
 
110
                        w8.Expand = false;
 
111
                        w8.Fill = false;
 
112
                        // Container child vbox7.Gtk.Box+BoxChild
 
113
                        this.checkImportTags = new global::Gtk.CheckButton ();
 
114
                        this.checkImportTags.CanFocus = true;
 
115
                        this.checkImportTags.Name = "checkImportTags";
 
116
                        this.checkImportTags.Label = global::Mono.Unix.Catalog.GetString ("Import tags");
 
117
                        this.checkImportTags.Active = true;
 
118
                        this.checkImportTags.DrawIndicator = true;
 
119
                        this.checkImportTags.UseUnderline = true;
 
120
                        this.vbox7.Add (this.checkImportTags);
 
121
                        global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.vbox7 [this.checkImportTags]));
 
122
                        w9.Position = 1;
 
123
                        w9.Expand = false;
 
124
                        w9.Fill = false;
 
125
                        w1.Add (this.vbox7);
 
126
                        global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(w1 [this.vbox7]));
 
127
                        w10.Position = 0;
 
128
                        w10.Expand = false;
 
129
                        w10.Fill = false;
 
130
                        // Internal child MonoDevelop.VersionControl.Git.EditRemoteDialog.ActionArea
 
131
                        global::Gtk.HButtonBox w11 = this.ActionArea;
 
132
                        w11.Name = "dialog1_ActionArea";
 
133
                        w11.Spacing = 10;
 
134
                        w11.BorderWidth = ((uint)(5));
 
135
                        w11.LayoutStyle = ((global::Gtk.ButtonBoxStyle)(4));
 
136
                        // Container child dialog1_ActionArea.Gtk.ButtonBox+ButtonBoxChild
 
137
                        this.buttonCancel = new global::Gtk.Button ();
 
138
                        this.buttonCancel.CanDefault = true;
 
139
                        this.buttonCancel.CanFocus = true;
 
140
                        this.buttonCancel.Name = "buttonCancel";
 
141
                        this.buttonCancel.UseStock = true;
 
142
                        this.buttonCancel.UseUnderline = true;
 
143
                        this.buttonCancel.Label = "gtk-cancel";
 
144
                        this.AddActionWidget (this.buttonCancel, -6);
 
145
                        global::Gtk.ButtonBox.ButtonBoxChild w12 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w11 [this.buttonCancel]));
 
146
                        w12.Expand = false;
 
147
                        w12.Fill = false;
 
148
                        // Container child dialog1_ActionArea.Gtk.ButtonBox+ButtonBoxChild
 
149
                        this.buttonOk = new global::Gtk.Button ();
 
150
                        this.buttonOk.CanDefault = true;
 
151
                        this.buttonOk.CanFocus = true;
 
152
                        this.buttonOk.Name = "buttonOk";
 
153
                        this.buttonOk.UseStock = true;
 
154
                        this.buttonOk.UseUnderline = true;
 
155
                        this.buttonOk.Label = "gtk-ok";
 
156
                        this.AddActionWidget (this.buttonOk, -5);
 
157
                        global::Gtk.ButtonBox.ButtonBoxChild w13 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w11 [this.buttonOk]));
 
158
                        w13.Position = 1;
 
159
                        w13.Expand = false;
 
160
                        w13.Fill = false;
 
161
                        if ((this.Child != null)) {
 
162
                                this.Child.ShowAll ();
 
163
                        }
 
164
                        this.DefaultWidth = 422;
 
165
                        this.DefaultHeight = 206;
 
166
                        this.Hide ();
 
167
                        this.entryUrl.Changed += new global::System.EventHandler (this.OnEntryUrlChanged);
 
168
                        this.entryPushUrl.Changed += new global::System.EventHandler (this.OnEntryPushUrlChanged);
 
169
                        this.entryName.Changed += new global::System.EventHandler (this.OnEntryNameChanged);
 
170
                }
 
171
        }
 
172
}