Korero – Diff between revs 1 and 2

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 1 Rev 2
Line 23... Line 23...
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;
Line 138... Line 138...
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);
Line 150... Line 167...
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);
Line 188... Line 186...
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);
Line 231... Line 232...
231   232  
Line 232... Line 233...
232 } 233 }