Korero – Blame information for rev 2

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 
2 namespace Korero.Selection
3 {
4 partial class GroupSelectionForm
5 {
6 /// <summary>
7 /// Required designer variable.
8 /// </summary>
9 private System.ComponentModel.IContainer components = null;
10  
11 #region Windows Form Designer generated code
12  
13 /// <summary>
14 /// Required method for Designer support - do not modify
15 /// the contents of this method with the code editor.
16 /// </summary>
17 private void InitializeComponent()
18 {
19 System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(GroupSelectionForm));
20 this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
21 this.groupBox2 = new System.Windows.Forms.GroupBox();
22 this.groupsListBox = new System.Windows.Forms.ListBox();
23 this.groupBox1 = new System.Windows.Forms.GroupBox();
24 this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();
25 this.groupBox3 = new System.Windows.Forms.GroupBox();
26 this.textBox1 = new System.Windows.Forms.TextBox();
27 this.button1 = new System.Windows.Forms.Button();
28 this.tableLayoutPanel1.SuspendLayout();
29 this.groupBox2.SuspendLayout();
30 this.groupBox1.SuspendLayout();
31 this.tableLayoutPanel2.SuspendLayout();
32 this.groupBox3.SuspendLayout();
33 this.SuspendLayout();
34 //
35 // tableLayoutPanel1
36 //
37 this.tableLayoutPanel1.ColumnCount = 2;
38 this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
39 this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
40 this.tableLayoutPanel1.Controls.Add(this.groupBox2, 0, 0);
41 this.tableLayoutPanel1.Controls.Add(this.groupBox1, 1, 0);
42 this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
43 this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
44 this.tableLayoutPanel1.Name = "tableLayoutPanel1";
45 this.tableLayoutPanel1.RowCount = 1;
46 this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
47 this.tableLayoutPanel1.Size = new System.Drawing.Size(496, 162);
48 this.tableLayoutPanel1.TabIndex = 0;
49 //
50 // groupBox2
51 //
52 this.groupBox2.Controls.Add(this.groupsListBox);
53 this.groupBox2.Dock = System.Windows.Forms.DockStyle.Fill;
54 this.groupBox2.Location = new System.Drawing.Point(3, 3);
55 this.groupBox2.Name = "groupBox2";
56 this.groupBox2.Size = new System.Drawing.Size(242, 156);
57 this.groupBox2.TabIndex = 0;
58 this.groupBox2.TabStop = false;
59 this.groupBox2.Text = "Groups";
60 //
61 // groupsListBox
62 //
63 this.groupsListBox.DisplayMember = "Name";
64 this.groupsListBox.Dock = System.Windows.Forms.DockStyle.Fill;
65 this.groupsListBox.FormattingEnabled = true;
66 this.groupsListBox.Location = new System.Drawing.Point(3, 16);
67 this.groupsListBox.Name = "groupsListBox";
68 this.groupsListBox.Size = new System.Drawing.Size(236, 137);
69 this.groupsListBox.TabIndex = 0;
70 this.groupsListBox.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.GroupsListBox_MouseDoubleClick);
71 //
72 // groupBox1
73 //
74 this.groupBox1.Controls.Add(this.tableLayoutPanel2);
75 this.groupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
76 this.groupBox1.Location = new System.Drawing.Point(251, 3);
77 this.groupBox1.Name = "groupBox1";
78 this.groupBox1.Size = new System.Drawing.Size(242, 156);
79 this.groupBox1.TabIndex = 1;
80 this.groupBox1.TabStop = false;
81 this.groupBox1.Text = "Manual";
82 //
83 // tableLayoutPanel2
84 //
85 this.tableLayoutPanel2.ColumnCount = 1;
86 this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
87 this.tableLayoutPanel2.Controls.Add(this.groupBox3, 0, 0);
88 this.tableLayoutPanel2.Controls.Add(this.button1, 0, 1);
89 this.tableLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
90 this.tableLayoutPanel2.Location = new System.Drawing.Point(3, 16);
91 this.tableLayoutPanel2.Name = "tableLayoutPanel2";
92 this.tableLayoutPanel2.RowCount = 2;
93 this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle());
94 this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle());
95 this.tableLayoutPanel2.Size = new System.Drawing.Size(236, 137);
96 this.tableLayoutPanel2.TabIndex = 2;
97 //
98 // groupBox3
99 //
100 this.groupBox3.Controls.Add(this.textBox1);
101 this.groupBox3.Dock = System.Windows.Forms.DockStyle.Fill;
102 this.groupBox3.Location = new System.Drawing.Point(3, 3);
103 this.groupBox3.Name = "groupBox3";
104 this.groupBox3.Size = new System.Drawing.Size(230, 58);
105 this.groupBox3.TabIndex = 0;
106 this.groupBox3.TabStop = false;
107 this.groupBox3.Text = "Group Name";
108 //
109 // textBox1
110 //
111 this.textBox1.Dock = System.Windows.Forms.DockStyle.Fill;
112 this.textBox1.Location = new System.Drawing.Point(3, 16);
113 this.textBox1.Name = "textBox1";
114 this.textBox1.Size = new System.Drawing.Size(224, 20);
115 this.textBox1.TabIndex = 0;
116 //
117 // button1
118 //
119 this.button1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
120 | System.Windows.Forms.AnchorStyles.Right)));
121 this.button1.Location = new System.Drawing.Point(3, 67);
122 this.button1.Name = "button1";
123 this.button1.Size = new System.Drawing.Size(230, 23);
124 this.button1.TabIndex = 1;
125 this.button1.Text = "Select";
126 this.button1.UseVisualStyleBackColor = true;
127 this.button1.Click += new System.EventHandler(this.Button1_Click);
128 //
129 // GroupSelectionForm
130 //
131 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
132 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
133 this.ClientSize = new System.Drawing.Size(496, 162);
134 this.Controls.Add(this.tableLayoutPanel1);
135 this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
136 this.Name = "GroupSelectionForm";
137 this.Text = "Korero: Group Selection";
138 this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.GroupSelectionForm_FormClosing);
2 office 139 this.Load += new System.EventHandler(this.GroupSelectionForm_Load);
1 office 140 this.Shown += new System.EventHandler(this.GroupSelectionForm_Shown);
141 this.tableLayoutPanel1.ResumeLayout(false);
142 this.groupBox2.ResumeLayout(false);
143 this.groupBox1.ResumeLayout(false);
144 this.tableLayoutPanel2.ResumeLayout(false);
145 this.groupBox3.ResumeLayout(false);
146 this.groupBox3.PerformLayout();
147 this.ResumeLayout(false);
148  
149 }
150  
151 #endregion
152  
153 private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
154 private System.Windows.Forms.ListBox groupsListBox;
155 private System.Windows.Forms.GroupBox groupBox1;
156 private System.Windows.Forms.GroupBox groupBox2;
157 private System.Windows.Forms.GroupBox groupBox3;
158 private System.Windows.Forms.Button button1;
159 private System.Windows.Forms.TableLayoutPanel tableLayoutPanel2;
160 private System.Windows.Forms.TextBox textBox1;
161 }
162 }