Korero – Diff between revs 1 and 2

Subversion Repositories:
Rev:
Only display areas with differencesIgnore whitespace
Rev 1 Rev 2
1  1 
2 namespace Korero.Chat 2 namespace Korero.Chat
3 { 3 {
4 partial class NewConversationForm 4 partial class NewConversationForm
5 { 5 {
6 /// <summary> 6 /// <summary>
7 /// Required designer variable. 7 /// Required designer variable.
8 /// </summary> 8 /// </summary>
9 private System.ComponentModel.IContainer components = null; 9 private System.ComponentModel.IContainer components = null;
10   10  
11 #region Windows Form Designer generated code 11 #region Windows Form Designer generated code
12   12  
13 /// <summary> 13 /// <summary>
14 /// Required method for Designer support - do not modify 14 /// Required method for Designer support - do not modify
15 /// the contents of this method with the code editor. 15 /// the contents of this method with the code editor.
16 /// </summary> 16 /// </summary>
17 private void InitializeComponent() 17 private void InitializeComponent()
18 { 18 {
19 System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(NewConversationForm)); 19 System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(NewConversationForm));
20 this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel(); 20 this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
21 this.groupBox3 = new System.Windows.Forms.GroupBox(); 21 this.groupBox3 = new System.Windows.Forms.GroupBox();
22 this.regionListBox = new System.Windows.Forms.ListBox(); 22 this.regionListBox = new System.Windows.Forms.ListBox();
23 this.groupBox2 = new System.Windows.Forms.GroupBox(); 23 this.groupBox2 = new System.Windows.Forms.GroupBox();
24 this.groupsListBox = new System.Windows.Forms.ListBox(); 24 this.groupsListBox = new System.Windows.Forms.ListBox();
25 this.groupBox1 = new System.Windows.Forms.GroupBox(); 25 this.groupBox1 = new System.Windows.Forms.GroupBox();
26 this.friendsListBox = new System.Windows.Forms.ListBox(); 26 this.friendsListBox = new System.Windows.Forms.ListBox();
27 this.groupBox4 = new System.Windows.Forms.GroupBox(); 27 this.groupBox4 = new System.Windows.Forms.GroupBox();
-   28 this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();
28 this.button1 = new System.Windows.Forms.Button(); 29 this.button1 = new System.Windows.Forms.Button();
29 this.groupBox6 = new System.Windows.Forms.GroupBox(); -  
30 this.textBox2 = new System.Windows.Forms.TextBox(); -  
31 this.groupBox5 = new System.Windows.Forms.GroupBox(); 30 this.groupBox5 = new System.Windows.Forms.GroupBox();
32 this.textBox1 = new System.Windows.Forms.TextBox(); 31 this.textBox1 = new System.Windows.Forms.TextBox();
-   32 this.groupBox6 = new System.Windows.Forms.GroupBox();
33 this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel(); 33 this.textBox2 = new System.Windows.Forms.TextBox();
34 this.tableLayoutPanel1.SuspendLayout(); 34 this.tableLayoutPanel1.SuspendLayout();
35 this.groupBox3.SuspendLayout(); 35 this.groupBox3.SuspendLayout();
36 this.groupBox2.SuspendLayout(); 36 this.groupBox2.SuspendLayout();
37 this.groupBox1.SuspendLayout(); 37 this.groupBox1.SuspendLayout();
38 this.groupBox4.SuspendLayout(); 38 this.groupBox4.SuspendLayout();
39 this.groupBox6.SuspendLayout(); -  
40 this.groupBox5.SuspendLayout(); -  
41 this.tableLayoutPanel2.SuspendLayout(); 39 this.tableLayoutPanel2.SuspendLayout();
-   40 this.groupBox5.SuspendLayout();
-   41 this.groupBox6.SuspendLayout();
42 this.SuspendLayout(); 42 this.SuspendLayout();
43 // 43 //
44 // tableLayoutPanel1 44 // tableLayoutPanel1
45 // 45 //
46 this.tableLayoutPanel1.ColumnCount = 4; 46 this.tableLayoutPanel1.ColumnCount = 4;
47 this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F)); 47 this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F));
48 this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F)); 48 this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F));
49 this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F)); 49 this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F));
50 this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F)); 50 this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F));
51 this.tableLayoutPanel1.Controls.Add(this.groupBox3, 2, 0); 51 this.tableLayoutPanel1.Controls.Add(this.groupBox3, 2, 0);
52 this.tableLayoutPanel1.Controls.Add(this.groupBox2, 1, 0); 52 this.tableLayoutPanel1.Controls.Add(this.groupBox2, 1, 0);
53 this.tableLayoutPanel1.Controls.Add(this.groupBox1, 0, 0); 53 this.tableLayoutPanel1.Controls.Add(this.groupBox1, 0, 0);
54 this.tableLayoutPanel1.Controls.Add(this.groupBox4, 3, 0); 54 this.tableLayoutPanel1.Controls.Add(this.groupBox4, 3, 0);
55 this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill; 55 this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
56 this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0); 56 this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
57 this.tableLayoutPanel1.Name = "tableLayoutPanel1"; 57 this.tableLayoutPanel1.Name = "tableLayoutPanel1";
58 this.tableLayoutPanel1.RowCount = 1; 58 this.tableLayoutPanel1.RowCount = 1;
59 this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 90F)); 59 this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 90F));
60 this.tableLayoutPanel1.Size = new System.Drawing.Size(844, 282); 60 this.tableLayoutPanel1.Size = new System.Drawing.Size(844, 282);
61 this.tableLayoutPanel1.TabIndex = 3; 61 this.tableLayoutPanel1.TabIndex = 3;
62 // 62 //
63 // groupBox3 63 // groupBox3
64 // 64 //
65 this.groupBox3.Controls.Add(this.regionListBox); 65 this.groupBox3.Controls.Add(this.regionListBox);
66 this.groupBox3.Dock = System.Windows.Forms.DockStyle.Fill; 66 this.groupBox3.Dock = System.Windows.Forms.DockStyle.Fill;
67 this.groupBox3.Location = new System.Drawing.Point(425, 3); 67 this.groupBox3.Location = new System.Drawing.Point(425, 3);
68 this.groupBox3.Name = "groupBox3"; 68 this.groupBox3.Name = "groupBox3";
69 this.groupBox3.Size = new System.Drawing.Size(205, 276); 69 this.groupBox3.Size = new System.Drawing.Size(205, 276);
70 this.groupBox3.TabIndex = 2; 70 this.groupBox3.TabIndex = 2;
71 this.groupBox3.TabStop = false; 71 this.groupBox3.TabStop = false;
72 this.groupBox3.Text = "Region"; 72 this.groupBox3.Text = "Region";
73 // 73 //
74 // regionListBox 74 // regionListBox
75 // 75 //
76 this.regionListBox.DisplayMember = "Name"; 76 this.regionListBox.DisplayMember = "Name";
77 this.regionListBox.Dock = System.Windows.Forms.DockStyle.Fill; 77 this.regionListBox.Dock = System.Windows.Forms.DockStyle.Fill;
78 this.regionListBox.FormattingEnabled = true; 78 this.regionListBox.FormattingEnabled = true;
79 this.regionListBox.Location = new System.Drawing.Point(3, 16); 79 this.regionListBox.Location = new System.Drawing.Point(3, 16);
80 this.regionListBox.Name = "regionListBox"; 80 this.regionListBox.Name = "regionListBox";
81 this.regionListBox.Size = new System.Drawing.Size(199, 257); 81 this.regionListBox.Size = new System.Drawing.Size(199, 257);
82 this.regionListBox.TabIndex = 1; 82 this.regionListBox.TabIndex = 1;
83 this.regionListBox.SelectedIndexChanged += new System.EventHandler(this.RegionListBox_SelectedIndexChanged); 83 this.regionListBox.SelectedIndexChanged += new System.EventHandler(this.RegionListBox_SelectedIndexChanged);
84 this.regionListBox.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.RegionListBox_MouseDoubleClick); 84 this.regionListBox.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.RegionListBox_MouseDoubleClick);
85 // 85 //
86 // groupBox2 86 // groupBox2
87 // 87 //
88 this.groupBox2.Controls.Add(this.groupsListBox); 88 this.groupBox2.Controls.Add(this.groupsListBox);
89 this.groupBox2.Dock = System.Windows.Forms.DockStyle.Fill; 89 this.groupBox2.Dock = System.Windows.Forms.DockStyle.Fill;
90 this.groupBox2.Location = new System.Drawing.Point(214, 3); 90 this.groupBox2.Location = new System.Drawing.Point(214, 3);
91 this.groupBox2.Name = "groupBox2"; 91 this.groupBox2.Name = "groupBox2";
92 this.groupBox2.Size = new System.Drawing.Size(205, 276); 92 this.groupBox2.Size = new System.Drawing.Size(205, 276);
93 this.groupBox2.TabIndex = 1; 93 this.groupBox2.TabIndex = 1;
94 this.groupBox2.TabStop = false; 94 this.groupBox2.TabStop = false;
95 this.groupBox2.Text = "Groups"; 95 this.groupBox2.Text = "Groups";
96 // 96 //
97 // groupsListBox 97 // groupsListBox
98 // 98 //
99 this.groupsListBox.DisplayMember = "Name"; 99 this.groupsListBox.DisplayMember = "Name";
100 this.groupsListBox.Dock = System.Windows.Forms.DockStyle.Fill; 100 this.groupsListBox.Dock = System.Windows.Forms.DockStyle.Fill;
101 this.groupsListBox.FormattingEnabled = true; 101 this.groupsListBox.FormattingEnabled = true;
102 this.groupsListBox.Location = new System.Drawing.Point(3, 16); 102 this.groupsListBox.Location = new System.Drawing.Point(3, 16);
103 this.groupsListBox.Name = "groupsListBox"; 103 this.groupsListBox.Name = "groupsListBox";
104 this.groupsListBox.Size = new System.Drawing.Size(199, 257); 104 this.groupsListBox.Size = new System.Drawing.Size(199, 257);
105 this.groupsListBox.TabIndex = 1; 105 this.groupsListBox.TabIndex = 1;
106 this.groupsListBox.SelectedIndexChanged += new System.EventHandler(this.GroupsListBox_SelectedIndexChanged); 106 this.groupsListBox.SelectedIndexChanged += new System.EventHandler(this.GroupsListBox_SelectedIndexChanged);
107 this.groupsListBox.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.GroupsListBox_MouseDoubleClick); 107 this.groupsListBox.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.GroupsListBox_MouseDoubleClick);
108 // 108 //
109 // groupBox1 109 // groupBox1
110 // 110 //
111 this.groupBox1.Controls.Add(this.friendsListBox); 111 this.groupBox1.Controls.Add(this.friendsListBox);
112 this.groupBox1.Dock = System.Windows.Forms.DockStyle.Fill; 112 this.groupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
113 this.groupBox1.Location = new System.Drawing.Point(3, 3); 113 this.groupBox1.Location = new System.Drawing.Point(3, 3);
114 this.groupBox1.Name = "groupBox1"; 114 this.groupBox1.Name = "groupBox1";
115 this.groupBox1.Size = new System.Drawing.Size(205, 276); 115 this.groupBox1.Size = new System.Drawing.Size(205, 276);
116 this.groupBox1.TabIndex = 0; 116 this.groupBox1.TabIndex = 0;
117 this.groupBox1.TabStop = false; 117 this.groupBox1.TabStop = false;
118 this.groupBox1.Text = "Friends"; 118 this.groupBox1.Text = "Friends";
119 // 119 //
120 // friendsListBox 120 // friendsListBox
121 // 121 //
122 this.friendsListBox.DisplayMember = "Name"; 122 this.friendsListBox.DisplayMember = "Name";
123 this.friendsListBox.Dock = System.Windows.Forms.DockStyle.Fill; 123 this.friendsListBox.Dock = System.Windows.Forms.DockStyle.Fill;
124 this.friendsListBox.FormattingEnabled = true; 124 this.friendsListBox.FormattingEnabled = true;
125 this.friendsListBox.Location = new System.Drawing.Point(3, 16); 125 this.friendsListBox.Location = new System.Drawing.Point(3, 16);
126 this.friendsListBox.Name = "friendsListBox"; 126 this.friendsListBox.Name = "friendsListBox";
127 this.friendsListBox.Size = new System.Drawing.Size(199, 257); 127 this.friendsListBox.Size = new System.Drawing.Size(199, 257);
128 this.friendsListBox.TabIndex = 0; 128 this.friendsListBox.TabIndex = 0;
129 this.friendsListBox.SelectedIndexChanged += new System.EventHandler(this.FriendsListBox_SelectedIndexChanged); 129 this.friendsListBox.SelectedIndexChanged += new System.EventHandler(this.FriendsListBox_SelectedIndexChanged);
130 this.friendsListBox.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.FriendsListBox_MouseDoubleClick); 130 this.friendsListBox.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.FriendsListBox_MouseDoubleClick);
131 // 131 //
132 // groupBox4 132 // groupBox4
133 // 133 //
134 this.groupBox4.Controls.Add(this.tableLayoutPanel2); 134 this.groupBox4.Controls.Add(this.tableLayoutPanel2);
135 this.groupBox4.Dock = System.Windows.Forms.DockStyle.Fill; 135 this.groupBox4.Dock = System.Windows.Forms.DockStyle.Fill;
136 this.groupBox4.Location = new System.Drawing.Point(636, 3); 136 this.groupBox4.Location = new System.Drawing.Point(636, 3);
137 this.groupBox4.Name = "groupBox4"; 137 this.groupBox4.Name = "groupBox4";
138 this.groupBox4.Size = new System.Drawing.Size(205, 276); 138 this.groupBox4.Size = new System.Drawing.Size(205, 276);
139 this.groupBox4.TabIndex = 3; 139 this.groupBox4.TabIndex = 3;
140 this.groupBox4.TabStop = false; 140 this.groupBox4.TabStop = false;
141 this.groupBox4.Text = "Manual"; 141 this.groupBox4.Text = "Manual";
142 // 142 //
-   143 // tableLayoutPanel2
-   144 //
-   145 this.tableLayoutPanel2.ColumnCount = 1;
-   146 this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
-   147 this.tableLayoutPanel2.Controls.Add(this.button1, 0, 2);
-   148 this.tableLayoutPanel2.Controls.Add(this.groupBox5, 0, 0);
-   149 this.tableLayoutPanel2.Controls.Add(this.groupBox6, 0, 1);
-   150 this.tableLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
-   151 this.tableLayoutPanel2.Location = new System.Drawing.Point(3, 16);
-   152 this.tableLayoutPanel2.Name = "tableLayoutPanel2";
-   153 this.tableLayoutPanel2.RowCount = 3;
-   154 this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle());
-   155 this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle());
-   156 this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle());
-   157 this.tableLayoutPanel2.Size = new System.Drawing.Size(199, 257);
-   158 this.tableLayoutPanel2.TabIndex = 3;
-   159 //
143 // button1 160 // button1
144 // 161 //
145 this.button1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 162 this.button1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
146 | System.Windows.Forms.AnchorStyles.Right))); 163 | System.Windows.Forms.AnchorStyles.Right)));
147 this.button1.Location = new System.Drawing.Point(3, 112); 164 this.button1.Location = new System.Drawing.Point(3, 112);
148 this.button1.Name = "button1"; 165 this.button1.Name = "button1";
149 this.button1.Size = new System.Drawing.Size(193, 23); 166 this.button1.Size = new System.Drawing.Size(193, 23);
150 this.button1.TabIndex = 2; 167 this.button1.TabIndex = 2;
151 this.button1.Text = "Select"; 168 this.button1.Text = "Select";
152 this.button1.UseVisualStyleBackColor = true; 169 this.button1.UseVisualStyleBackColor = true;
153 this.button1.Click += new System.EventHandler(this.Button1_Click); 170 this.button1.Click += new System.EventHandler(this.Button1_Click);
154 // 171 //
155 // groupBox6 -  
156 // -  
157 this.groupBox6.Controls.Add(this.textBox2); -  
158 this.groupBox6.Dock = System.Windows.Forms.DockStyle.Fill; -  
159 this.groupBox6.Location = new System.Drawing.Point(3, 59); -  
160 this.groupBox6.Name = "groupBox6"; -  
161 this.groupBox6.Size = new System.Drawing.Size(193, 47); -  
162 this.groupBox6.TabIndex = 1; -  
163 this.groupBox6.TabStop = false; -  
164 this.groupBox6.Text = "Last Name"; -  
165 // -  
166 // textBox2 -  
167 // -  
168 this.textBox2.Dock = System.Windows.Forms.DockStyle.Fill; -  
169 this.textBox2.Location = new System.Drawing.Point(3, 16); -  
170 this.textBox2.Name = "textBox2"; -  
171 this.textBox2.Size = new System.Drawing.Size(187, 20); -  
172 this.textBox2.TabIndex = 0; -  
173 // -  
174 // groupBox5 172 // groupBox5
175 // 173 //
176 this.groupBox5.Controls.Add(this.textBox1); 174 this.groupBox5.Controls.Add(this.textBox1);
177 this.groupBox5.Dock = System.Windows.Forms.DockStyle.Fill; 175 this.groupBox5.Dock = System.Windows.Forms.DockStyle.Fill;
178 this.groupBox5.Location = new System.Drawing.Point(3, 3); 176 this.groupBox5.Location = new System.Drawing.Point(3, 3);
179 this.groupBox5.Name = "groupBox5"; 177 this.groupBox5.Name = "groupBox5";
180 this.groupBox5.Size = new System.Drawing.Size(193, 50); 178 this.groupBox5.Size = new System.Drawing.Size(193, 50);
181 this.groupBox5.TabIndex = 0; 179 this.groupBox5.TabIndex = 0;
182 this.groupBox5.TabStop = false; 180 this.groupBox5.TabStop = false;
183 this.groupBox5.Text = "First Name"; 181 this.groupBox5.Text = "First Name";
184 // 182 //
185 // textBox1 183 // textBox1
186 // 184 //
187 this.textBox1.Dock = System.Windows.Forms.DockStyle.Fill; 185 this.textBox1.Dock = System.Windows.Forms.DockStyle.Fill;
188 this.textBox1.Location = new System.Drawing.Point(3, 16); 186 this.textBox1.Location = new System.Drawing.Point(3, 16);
189 this.textBox1.Name = "textBox1"; 187 this.textBox1.Name = "textBox1";
190 this.textBox1.Size = new System.Drawing.Size(187, 20); 188 this.textBox1.Size = new System.Drawing.Size(187, 20);
191 this.textBox1.TabIndex = 0; 189 this.textBox1.TabIndex = 0;
192 // 190 //
193 // tableLayoutPanel2 191 // groupBox6
194 // 192 //
195 this.tableLayoutPanel2.ColumnCount = 1; 193 this.groupBox6.Controls.Add(this.textBox2);
196 this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); 194 this.groupBox6.Dock = System.Windows.Forms.DockStyle.Fill;
197 this.tableLayoutPanel2.Controls.Add(this.button1, 0, 2); 195 this.groupBox6.Location = new System.Drawing.Point(3, 59);
198 this.tableLayoutPanel2.Controls.Add(this.groupBox5, 0, 0); 196 this.groupBox6.Name = "groupBox6";
199 this.tableLayoutPanel2.Controls.Add(this.groupBox6, 0, 1); 197 this.groupBox6.Size = new System.Drawing.Size(193, 47);
200 this.tableLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Fill; 198 this.groupBox6.TabIndex = 1;
201 this.tableLayoutPanel2.Location = new System.Drawing.Point(3, 16); 199 this.groupBox6.TabStop = false;
202 this.tableLayoutPanel2.Name = "tableLayoutPanel2"; 200 this.groupBox6.Text = "Last Name";
-   201 //
203 this.tableLayoutPanel2.RowCount = 3; 202 // textBox2
-   203 //
204 this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle()); 204 this.textBox2.Dock = System.Windows.Forms.DockStyle.Fill;
205 this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle()); 205 this.textBox2.Location = new System.Drawing.Point(3, 16);
206 this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle()); 206 this.textBox2.Name = "textBox2";
207 this.tableLayoutPanel2.Size = new System.Drawing.Size(199, 257); 207 this.textBox2.Size = new System.Drawing.Size(187, 20);
208 this.tableLayoutPanel2.TabIndex = 3; 208 this.textBox2.TabIndex = 0;
209 // 209 //
210 // NewConversationForm 210 // NewConversationForm
211 // 211 //
212 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); 212 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
213 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; 213 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
214 this.ClientSize = new System.Drawing.Size(844, 282); 214 this.ClientSize = new System.Drawing.Size(844, 282);
215 this.Controls.Add(this.tableLayoutPanel1); 215 this.Controls.Add(this.tableLayoutPanel1);
216 this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); 216 this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
217 this.Name = "NewConversationForm"; 217 this.Name = "NewConversationForm";
218 this.Text = "Korero: New Chat"; 218 this.Text = "Korero: New Chat";
-   219 this.Load += new System.EventHandler(this.NewConversationForm_Load);
219 this.Shown += new System.EventHandler(this.NewConversationForm_Shown); 220 this.Shown += new System.EventHandler(this.NewConversationForm_Shown);
220 this.tableLayoutPanel1.ResumeLayout(false); 221 this.tableLayoutPanel1.ResumeLayout(false);
221 this.groupBox3.ResumeLayout(false); 222 this.groupBox3.ResumeLayout(false);
222 this.groupBox2.ResumeLayout(false); 223 this.groupBox2.ResumeLayout(false);
223 this.groupBox1.ResumeLayout(false); 224 this.groupBox1.ResumeLayout(false);
224 this.groupBox4.ResumeLayout(false); 225 this.groupBox4.ResumeLayout(false);
225 this.groupBox6.ResumeLayout(false); 226 this.tableLayoutPanel2.ResumeLayout(false);
226 this.groupBox6.PerformLayout(); -  
227 this.groupBox5.ResumeLayout(false); 227 this.groupBox5.ResumeLayout(false);
228 this.groupBox5.PerformLayout(); 228 this.groupBox5.PerformLayout();
229 this.tableLayoutPanel2.ResumeLayout(false); 229 this.groupBox6.ResumeLayout(false);
-   230 this.groupBox6.PerformLayout();
230 this.ResumeLayout(false); 231 this.ResumeLayout(false);
231   232  
232 } 233 }
233   234  
234 #endregion 235 #endregion
235 private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1; 236 private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
236 private System.Windows.Forms.GroupBox groupBox3; 237 private System.Windows.Forms.GroupBox groupBox3;
237 private System.Windows.Forms.ListBox regionListBox; 238 private System.Windows.Forms.ListBox regionListBox;
238 private System.Windows.Forms.GroupBox groupBox2; 239 private System.Windows.Forms.GroupBox groupBox2;
239 private System.Windows.Forms.ListBox groupsListBox; 240 private System.Windows.Forms.ListBox groupsListBox;
240 private System.Windows.Forms.GroupBox groupBox1; 241 private System.Windows.Forms.GroupBox groupBox1;
241 private System.Windows.Forms.ListBox friendsListBox; 242 private System.Windows.Forms.ListBox friendsListBox;
242 private System.Windows.Forms.GroupBox groupBox4; 243 private System.Windows.Forms.GroupBox groupBox4;
243 private System.Windows.Forms.Button button1; 244 private System.Windows.Forms.Button button1;
244 private System.Windows.Forms.GroupBox groupBox6; 245 private System.Windows.Forms.GroupBox groupBox6;
245 private System.Windows.Forms.TextBox textBox2; 246 private System.Windows.Forms.TextBox textBox2;
246 private System.Windows.Forms.GroupBox groupBox5; 247 private System.Windows.Forms.GroupBox groupBox5;
247 private System.Windows.Forms.TextBox textBox1; 248 private System.Windows.Forms.TextBox textBox1;
248 private System.Windows.Forms.TableLayoutPanel tableLayoutPanel2; 249 private System.Windows.Forms.TableLayoutPanel tableLayoutPanel2;
249 } 250 }
250 } 251 }
251   252  
252
Generated by GNU Enscript 1.6.5.90.
253
Generated by GNU Enscript 1.6.5.90.
253   254  
254   255  
255   256