1 
2 // This file has been generated by the GUI designer. Do not modify.
3 namespace Smuxi.Frontend.Gnome
4 {
5 	public partial class ChatFindDialog
6 	{
7 		private global::Gtk.VBox vbox2;
8 		private global::Gtk.HBox hbox1;
9 		private global::Gtk.Label label1;
10 		private global::Gtk.Entry f_SearchForEntry;
11 		private global::Gtk.VBox vbox3;
12 		private global::Gtk.CheckButton f_MatchCaseCheckButton;
13 		private global::Gtk.CheckButton f_SearchBackwardsCheckButton;
14 		private global::Gtk.CheckButton f_WrapAroundCheckButton;
15 		private global::Gtk.CheckButton f_UseRegularExpressionsCheckButton;
16 		private global::Gtk.Button f_CloseButton;
17 		private global::Gtk.Button f_FindButton;
18 
Build()19 		protected virtual void Build ()
20 		{
21 			global::Stetic.Gui.Initialize (this);
22 			// Widget Smuxi.Frontend.Gnome.ChatFindDialog
23 			this.Name = "Smuxi.Frontend.Gnome.ChatFindDialog";
24 			this.Title = global::Mono.Unix.Catalog.GetString ("Find");
25 			this.WindowPosition = ((global::Gtk.WindowPosition)(4));
26 			this.Resizable = false;
27 			this.AllowGrow = false;
28 			// Internal child Smuxi.Frontend.Gnome.ChatFindDialog.VBox
29 			global::Gtk.VBox w1 = this.VBox;
30 			w1.Name = "dialog1_VBox";
31 			w1.BorderWidth = ((uint)(2));
32 			// Container child dialog1_VBox.Gtk.Box+BoxChild
33 			this.vbox2 = new global::Gtk.VBox ();
34 			this.vbox2.Name = "vbox2";
35 			this.vbox2.Spacing = 6;
36 			this.vbox2.BorderWidth = ((uint)(10));
37 			// Container child vbox2.Gtk.Box+BoxChild
38 			this.hbox1 = new global::Gtk.HBox ();
39 			this.hbox1.Name = "hbox1";
40 			this.hbox1.Spacing = 6;
41 			// Container child hbox1.Gtk.Box+BoxChild
42 			this.label1 = new global::Gtk.Label ();
43 			this.label1.Name = "label1";
44 			this.label1.LabelProp = global::Mono.Unix.Catalog.GetString ("_Search for:");
45 			this.label1.UseUnderline = true;
46 			this.hbox1.Add (this.label1);
47 			global::Gtk.Box.BoxChild w2 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.label1]));
48 			w2.Position = 0;
49 			w2.Expand = false;
50 			w2.Fill = false;
51 			// Container child hbox1.Gtk.Box+BoxChild
52 			this.f_SearchForEntry = new global::Gtk.Entry ();
53 			this.f_SearchForEntry.CanFocus = true;
54 			this.f_SearchForEntry.Name = "f_SearchForEntry";
55 			this.f_SearchForEntry.IsEditable = true;
56 			this.f_SearchForEntry.InvisibleChar = '●';
57 			this.hbox1.Add (this.f_SearchForEntry);
58 			global::Gtk.Box.BoxChild w3 = ((global::Gtk.Box.BoxChild)(this.hbox1 [this.f_SearchForEntry]));
59 			w3.Position = 1;
60 			this.vbox2.Add (this.hbox1);
61 			global::Gtk.Box.BoxChild w4 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.hbox1]));
62 			w4.Position = 0;
63 			w4.Expand = false;
64 			w4.Fill = false;
65 			// Container child vbox2.Gtk.Box+BoxChild
66 			this.vbox3 = new global::Gtk.VBox ();
67 			this.vbox3.Name = "vbox3";
68 			this.vbox3.Spacing = 6;
69 			// Container child vbox3.Gtk.Box+BoxChild
70 			this.f_MatchCaseCheckButton = new global::Gtk.CheckButton ();
71 			this.f_MatchCaseCheckButton.CanFocus = true;
72 			this.f_MatchCaseCheckButton.Name = "f_MatchCaseCheckButton";
73 			this.f_MatchCaseCheckButton.Label = global::Mono.Unix.Catalog.GetString ("_Match Case");
74 			this.f_MatchCaseCheckButton.DrawIndicator = true;
75 			this.f_MatchCaseCheckButton.UseUnderline = true;
76 			this.vbox3.Add (this.f_MatchCaseCheckButton);
77 			global::Gtk.Box.BoxChild w5 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.f_MatchCaseCheckButton]));
78 			w5.Position = 0;
79 			w5.Expand = false;
80 			w5.Fill = false;
81 			// Container child vbox3.Gtk.Box+BoxChild
82 			this.f_SearchBackwardsCheckButton = new global::Gtk.CheckButton ();
83 			this.f_SearchBackwardsCheckButton.CanFocus = true;
84 			this.f_SearchBackwardsCheckButton.Name = "f_SearchBackwardsCheckButton";
85 			this.f_SearchBackwardsCheckButton.Label = global::Mono.Unix.Catalog.GetString ("Search _Backwards");
86 			this.f_SearchBackwardsCheckButton.DrawIndicator = true;
87 			this.f_SearchBackwardsCheckButton.UseUnderline = true;
88 			this.vbox3.Add (this.f_SearchBackwardsCheckButton);
89 			global::Gtk.Box.BoxChild w6 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.f_SearchBackwardsCheckButton]));
90 			w6.Position = 1;
91 			w6.Expand = false;
92 			w6.Fill = false;
93 			// Container child vbox3.Gtk.Box+BoxChild
94 			this.f_WrapAroundCheckButton = new global::Gtk.CheckButton ();
95 			this.f_WrapAroundCheckButton.CanFocus = true;
96 			this.f_WrapAroundCheckButton.Name = "f_WrapAroundCheckButton";
97 			this.f_WrapAroundCheckButton.Label = global::Mono.Unix.Catalog.GetString ("_Wrap Around");
98 			this.f_WrapAroundCheckButton.Active = true;
99 			this.f_WrapAroundCheckButton.DrawIndicator = true;
100 			this.f_WrapAroundCheckButton.UseUnderline = true;
101 			this.vbox3.Add (this.f_WrapAroundCheckButton);
102 			global::Gtk.Box.BoxChild w7 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.f_WrapAroundCheckButton]));
103 			w7.Position = 2;
104 			w7.Expand = false;
105 			w7.Fill = false;
106 			// Container child vbox3.Gtk.Box+BoxChild
107 			this.f_UseRegularExpressionsCheckButton = new global::Gtk.CheckButton ();
108 			this.f_UseRegularExpressionsCheckButton.CanFocus = true;
109 			this.f_UseRegularExpressionsCheckButton.Name = "f_UseRegularExpressionsCheckButton";
110 			this.f_UseRegularExpressionsCheckButton.Label = global::Mono.Unix.Catalog.GetString ("Use _Regular Expressions");
111 			this.f_UseRegularExpressionsCheckButton.DrawIndicator = true;
112 			this.f_UseRegularExpressionsCheckButton.UseUnderline = true;
113 			this.vbox3.Add (this.f_UseRegularExpressionsCheckButton);
114 			global::Gtk.Box.BoxChild w8 = ((global::Gtk.Box.BoxChild)(this.vbox3 [this.f_UseRegularExpressionsCheckButton]));
115 			w8.PackType = ((global::Gtk.PackType)(1));
116 			w8.Position = 3;
117 			w8.Expand = false;
118 			w8.Fill = false;
119 			this.vbox2.Add (this.vbox3);
120 			global::Gtk.Box.BoxChild w9 = ((global::Gtk.Box.BoxChild)(this.vbox2 [this.vbox3]));
121 			w9.Position = 1;
122 			w9.Expand = false;
123 			w9.Fill = false;
124 			w1.Add (this.vbox2);
125 			global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(w1 [this.vbox2]));
126 			w10.Position = 0;
127 			w10.Expand = false;
128 			w10.Fill = false;
129 			// Internal child Smuxi.Frontend.Gnome.ChatFindDialog.ActionArea
130 			global::Gtk.HButtonBox w11 = this.ActionArea;
131 			w11.Name = "dialog1_ActionArea";
132 			w11.Spacing = 6;
133 			w11.BorderWidth = ((uint)(5));
134 			w11.LayoutStyle = ((global::Gtk.ButtonBoxStyle)(4));
135 			// Container child dialog1_ActionArea.Gtk.ButtonBox+ButtonBoxChild
136 			this.f_CloseButton = new global::Gtk.Button ();
137 			this.f_CloseButton.CanDefault = true;
138 			this.f_CloseButton.CanFocus = true;
139 			this.f_CloseButton.Name = "f_CloseButton";
140 			this.f_CloseButton.UseStock = true;
141 			this.f_CloseButton.UseUnderline = true;
142 			this.f_CloseButton.Label = "gtk-close";
143 			this.AddActionWidget (this.f_CloseButton, -7);
144 			global::Gtk.ButtonBox.ButtonBoxChild w12 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w11 [this.f_CloseButton]));
145 			w12.Expand = false;
146 			w12.Fill = false;
147 			// Container child dialog1_ActionArea.Gtk.ButtonBox+ButtonBoxChild
148 			this.f_FindButton = new global::Gtk.Button ();
149 			this.f_FindButton.CanDefault = true;
150 			this.f_FindButton.CanFocus = true;
151 			this.f_FindButton.Name = "f_FindButton";
152 			this.f_FindButton.UseStock = true;
153 			this.f_FindButton.UseUnderline = true;
154 			this.f_FindButton.Label = "gtk-find";
155 			this.AddActionWidget (this.f_FindButton, 0);
156 			global::Gtk.ButtonBox.ButtonBoxChild w13 = ((global::Gtk.ButtonBox.ButtonBoxChild)(w11 [this.f_FindButton]));
157 			w13.Position = 1;
158 			w13.Expand = false;
159 			w13.Fill = false;
160 			if ((this.Child != null)) {
161 				this.Child.ShowAll ();
162 			}
163 			this.DefaultWidth = 400;
164 			this.DefaultHeight = 300;
165 			this.label1.MnemonicWidget = this.f_SearchForEntry;
166 			this.Show ();
167 		}
168 	}
169 }
170