Horizon – Blame information for rev 8

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 
2 namespace Horizon
3 {
4 partial class ManageFoldersForm
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 this.components = new System.ComponentModel.Container();
20 System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ManageFoldersForm));
21 this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
22 this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();
23 this.button2 = new System.Windows.Forms.Button();
24 this.button1 = new System.Windows.Forms.Button();
25 this.dataGridView1 = new Horizon.Utilities.Controls.DoubleBufferedDataGridView();
26 this.EnableColumn = new System.Windows.Forms.DataGridViewCheckBoxColumn();
27 this.PathColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
28 this.RecursiveColumn = new System.Windows.Forms.DataGridViewCheckBoxColumn();
29 this.DelayColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
30 this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
31 this.createSnapshotToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
32 this.selectedDirectoryToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
33 this.recursiveToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
34 this.colorToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
35 this.cyanToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
36 this.yellowToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
37 this.orangeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
38 this.limeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
39 this.violetToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
40 this.tanToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
41 this.pinkToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
42 this.noneToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
43 this.tableLayoutPanel1.SuspendLayout();
44 this.tableLayoutPanel2.SuspendLayout();
45 ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
46 this.contextMenuStrip1.SuspendLayout();
47 this.SuspendLayout();
48 //
49 // tableLayoutPanel1
50 //
51 this.tableLayoutPanel1.ColumnCount = 1;
52 this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
53 this.tableLayoutPanel1.Controls.Add(this.tableLayoutPanel2, 0, 1);
54 this.tableLayoutPanel1.Controls.Add(this.dataGridView1, 0, 0);
55 this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
56 this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
57 this.tableLayoutPanel1.Name = "tableLayoutPanel1";
58 this.tableLayoutPanel1.RowCount = 2;
59 this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
60 this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 42F));
4 office 61 this.tableLayoutPanel1.Size = new System.Drawing.Size(576, 283);
1 office 62 this.tableLayoutPanel1.TabIndex = 0;
63 //
64 // tableLayoutPanel2
65 //
66 this.tableLayoutPanel2.ColumnCount = 2;
67 this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
68 this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
69 this.tableLayoutPanel2.Controls.Add(this.button2, 1, 0);
70 this.tableLayoutPanel2.Controls.Add(this.button1, 0, 0);
71 this.tableLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
4 office 72 this.tableLayoutPanel2.Location = new System.Drawing.Point(3, 244);
1 office 73 this.tableLayoutPanel2.Name = "tableLayoutPanel2";
74 this.tableLayoutPanel2.RowCount = 1;
75 this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
4 office 76 this.tableLayoutPanel2.Size = new System.Drawing.Size(570, 36);
1 office 77 this.tableLayoutPanel2.TabIndex = 1;
78 //
79 // button2
80 //
81 this.button2.Dock = System.Windows.Forms.DockStyle.Fill;
4 office 82 this.button2.Location = new System.Drawing.Point(288, 3);
1 office 83 this.button2.Name = "button2";
4 office 84 this.button2.Size = new System.Drawing.Size(279, 30);
1 office 85 this.button2.TabIndex = 1;
86 this.button2.Text = "Remove";
87 this.button2.UseVisualStyleBackColor = true;
88 this.button2.Click += new System.EventHandler(this.Button2_Click);
89 //
90 // button1
91 //
92 this.button1.Dock = System.Windows.Forms.DockStyle.Fill;
93 this.button1.Location = new System.Drawing.Point(3, 3);
94 this.button1.Name = "button1";
4 office 95 this.button1.Size = new System.Drawing.Size(279, 30);
1 office 96 this.button1.TabIndex = 0;
97 this.button1.Text = "Add";
98 this.button1.UseVisualStyleBackColor = true;
99 this.button1.Click += new System.EventHandler(this.Button1_Click);
100 //
101 // dataGridView1
102 //
103 this.dataGridView1.AllowDrop = true;
104 this.dataGridView1.AllowUserToAddRows = false;
105 this.dataGridView1.AllowUserToDeleteRows = false;
106 this.dataGridView1.AllowUserToResizeRows = false;
107 this.dataGridView1.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
108 this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
109 this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
110 this.EnableColumn,
111 this.PathColumn,
112 this.RecursiveColumn,
113 this.DelayColumn});
114 this.dataGridView1.ContextMenuStrip = this.contextMenuStrip1;
115 this.dataGridView1.Dock = System.Windows.Forms.DockStyle.Fill;
116 this.dataGridView1.DoubleBuffered = true;
117 this.dataGridView1.Location = new System.Drawing.Point(3, 3);
118 this.dataGridView1.Name = "dataGridView1";
119 this.dataGridView1.RowHeadersVisible = false;
120 this.dataGridView1.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
4 office 121 this.dataGridView1.Size = new System.Drawing.Size(570, 235);
1 office 122 this.dataGridView1.TabIndex = 2;
123 this.dataGridView1.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.DataGridView1_CellContentClick);
124 this.dataGridView1.CellContentDoubleClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.DataGridView1_CellContentDoubleClick);
125 this.dataGridView1.CellDoubleClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.DataGridView_CellDoubleClick);
126 this.dataGridView1.CellEndEdit += new System.Windows.Forms.DataGridViewCellEventHandler(this.DataGridView1_CellEndEdit);
127 this.dataGridView1.CellMouseUp += new System.Windows.Forms.DataGridViewCellMouseEventHandler(this.DataGridView1_CellMouseUp);
128 this.dataGridView1.CellValueChanged += new System.Windows.Forms.DataGridViewCellEventHandler(this.DataGridView1_CellValueChanged);
129 this.dataGridView1.CurrentCellDirtyStateChanged += new System.EventHandler(this.DataGridView1_CurrentCellDirtyStateChanged);
130 this.dataGridView1.DataError += new System.Windows.Forms.DataGridViewDataErrorEventHandler(this.DataGridView1_DataError);
131 this.dataGridView1.DragDrop += new System.Windows.Forms.DragEventHandler(this.DataGridView1_DragDrop);
132 this.dataGridView1.DragEnter += new System.Windows.Forms.DragEventHandler(this.DataGridView1_DragEnter);
133 //
134 // EnableColumn
135 //
136 this.EnableColumn.HeaderText = "Enable";
137 this.EnableColumn.Name = "EnableColumn";
138 this.EnableColumn.Resizable = System.Windows.Forms.DataGridViewTriState.True;
139 this.EnableColumn.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
140 //
141 // PathColumn
142 //
143 this.PathColumn.HeaderText = "Path";
144 this.PathColumn.Name = "PathColumn";
145 this.PathColumn.ReadOnly = true;
146 //
147 // RecursiveColumn
148 //
149 this.RecursiveColumn.HeaderText = "Recursive";
150 this.RecursiveColumn.Name = "RecursiveColumn";
151 //
152 // DelayColumn
153 //
154 this.DelayColumn.HeaderText = "Delay (ms)";
155 this.DelayColumn.Name = "DelayColumn";
156 //
157 // contextMenuStrip1
158 //
159 this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
160 this.createSnapshotToolStripMenuItem,
161 this.colorToolStripMenuItem});
162 this.contextMenuStrip1.Name = "contextMenuStrip1";
4 office 163 this.contextMenuStrip1.Size = new System.Drawing.Size(168, 48);
1 office 164 //
165 // createSnapshotToolStripMenuItem
166 //
167 this.createSnapshotToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
168 this.selectedDirectoryToolStripMenuItem,
169 this.recursiveToolStripMenuItem});
170 this.createSnapshotToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("createSnapshotToolStripMenuItem.Image")));
171 this.createSnapshotToolStripMenuItem.Name = "createSnapshotToolStripMenuItem";
4 office 172 this.createSnapshotToolStripMenuItem.Size = new System.Drawing.Size(167, 22);
1 office 173 this.createSnapshotToolStripMenuItem.Text = "Create Snapshot...";
174 //
175 // selectedDirectoryToolStripMenuItem
176 //
177 this.selectedDirectoryToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("selectedDirectoryToolStripMenuItem.Image")));
178 this.selectedDirectoryToolStripMenuItem.Name = "selectedDirectoryToolStripMenuItem";
4 office 179 this.selectedDirectoryToolStripMenuItem.Size = new System.Drawing.Size(162, 22);
1 office 180 this.selectedDirectoryToolStripMenuItem.Text = "Selected Directory";
181 this.selectedDirectoryToolStripMenuItem.Click += new System.EventHandler(this.SelectedDirectoryToolStripMenuItem_Click);
182 //
183 // recursiveToolStripMenuItem
184 //
185 this.recursiveToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("recursiveToolStripMenuItem.Image")));
186 this.recursiveToolStripMenuItem.Name = "recursiveToolStripMenuItem";
4 office 187 this.recursiveToolStripMenuItem.Size = new System.Drawing.Size(162, 22);
1 office 188 this.recursiveToolStripMenuItem.Text = "Recursive";
189 this.recursiveToolStripMenuItem.Click += new System.EventHandler(this.RecursiveToolStripMenuItem_Click);
190 //
191 // colorToolStripMenuItem
192 //
193 this.colorToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
194 this.cyanToolStripMenuItem,
195 this.yellowToolStripMenuItem,
196 this.orangeToolStripMenuItem,
197 this.limeToolStripMenuItem,
198 this.violetToolStripMenuItem,
199 this.tanToolStripMenuItem,
200 this.pinkToolStripMenuItem,
201 this.noneToolStripMenuItem});
202 this.colorToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("colorToolStripMenuItem.Image")));
203 this.colorToolStripMenuItem.Name = "colorToolStripMenuItem";
4 office 204 this.colorToolStripMenuItem.Size = new System.Drawing.Size(167, 22);
1 office 205 this.colorToolStripMenuItem.Text = "Color";
206 //
207 // cyanToolStripMenuItem
208 //
209 this.cyanToolStripMenuItem.BackColor = System.Drawing.Color.Cyan;
210 this.cyanToolStripMenuItem.Name = "cyanToolStripMenuItem";
4 office 211 this.cyanToolStripMenuItem.Size = new System.Drawing.Size(110, 22);
1 office 212 this.cyanToolStripMenuItem.Text = "Cyan";
213 this.cyanToolStripMenuItem.Click += new System.EventHandler(this.ColorToolStripMenuItem_Click);
214 //
215 // yellowToolStripMenuItem
216 //
217 this.yellowToolStripMenuItem.BackColor = System.Drawing.Color.Yellow;
218 this.yellowToolStripMenuItem.Name = "yellowToolStripMenuItem";
4 office 219 this.yellowToolStripMenuItem.Size = new System.Drawing.Size(110, 22);
1 office 220 this.yellowToolStripMenuItem.Text = "Yellow";
221 this.yellowToolStripMenuItem.Click += new System.EventHandler(this.ColorToolStripMenuItem_Click);
222 //
223 // orangeToolStripMenuItem
224 //
225 this.orangeToolStripMenuItem.BackColor = System.Drawing.Color.Orange;
226 this.orangeToolStripMenuItem.Name = "orangeToolStripMenuItem";
4 office 227 this.orangeToolStripMenuItem.Size = new System.Drawing.Size(110, 22);
1 office 228 this.orangeToolStripMenuItem.Text = "Orange";
229 this.orangeToolStripMenuItem.Click += new System.EventHandler(this.ColorToolStripMenuItem_Click);
230 //
231 // limeToolStripMenuItem
232 //
233 this.limeToolStripMenuItem.BackColor = System.Drawing.Color.Lime;
234 this.limeToolStripMenuItem.Name = "limeToolStripMenuItem";
4 office 235 this.limeToolStripMenuItem.Size = new System.Drawing.Size(110, 22);
1 office 236 this.limeToolStripMenuItem.Text = "Lime";
237 this.limeToolStripMenuItem.Click += new System.EventHandler(this.ColorToolStripMenuItem_Click);
238 //
239 // violetToolStripMenuItem
240 //
241 this.violetToolStripMenuItem.BackColor = System.Drawing.Color.Violet;
242 this.violetToolStripMenuItem.Name = "violetToolStripMenuItem";
4 office 243 this.violetToolStripMenuItem.Size = new System.Drawing.Size(110, 22);
1 office 244 this.violetToolStripMenuItem.Text = "Violet";
245 this.violetToolStripMenuItem.Click += new System.EventHandler(this.ColorToolStripMenuItem_Click);
246 //
247 // tanToolStripMenuItem
248 //
249 this.tanToolStripMenuItem.BackColor = System.Drawing.Color.Tan;
250 this.tanToolStripMenuItem.Name = "tanToolStripMenuItem";
4 office 251 this.tanToolStripMenuItem.Size = new System.Drawing.Size(110, 22);
1 office 252 this.tanToolStripMenuItem.Text = "Tan";
253 this.tanToolStripMenuItem.Click += new System.EventHandler(this.ColorToolStripMenuItem_Click);
254 //
255 // pinkToolStripMenuItem
256 //
257 this.pinkToolStripMenuItem.BackColor = System.Drawing.Color.Pink;
258 this.pinkToolStripMenuItem.Name = "pinkToolStripMenuItem";
4 office 259 this.pinkToolStripMenuItem.Size = new System.Drawing.Size(110, 22);
1 office 260 this.pinkToolStripMenuItem.Text = "Pink";
261 this.pinkToolStripMenuItem.Click += new System.EventHandler(this.ColorToolStripMenuItem_Click);
262 //
263 // noneToolStripMenuItem
264 //
265 this.noneToolStripMenuItem.Name = "noneToolStripMenuItem";
4 office 266 this.noneToolStripMenuItem.Size = new System.Drawing.Size(110, 22);
1 office 267 this.noneToolStripMenuItem.Text = "None";
268 this.noneToolStripMenuItem.Click += new System.EventHandler(this.NoneToolStripMenuItem_Click);
269 //
270 // ManageFoldersForm
271 //
272 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
273 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
4 office 274 this.ClientSize = new System.Drawing.Size(576, 283);
1 office 275 this.Controls.Add(this.tableLayoutPanel1);
276 this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
4 office 277 this.MinimumSize = new System.Drawing.Size(512, 256);
1 office 278 this.Name = "ManageFoldersForm";
279 this.Text = "Horizon: Manage Folders";
280 this.Load += new System.EventHandler(this.ManageFoldersForm_Load);
281 this.tableLayoutPanel1.ResumeLayout(false);
282 this.tableLayoutPanel2.ResumeLayout(false);
283 ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
284 this.contextMenuStrip1.ResumeLayout(false);
285 this.ResumeLayout(false);
286  
287 }
288  
289 #endregion
290  
291 private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
292 private System.Windows.Forms.TableLayoutPanel tableLayoutPanel2;
293 private System.Windows.Forms.Button button2;
294 private System.Windows.Forms.Button button1;
295 private Utilities.Controls.DoubleBufferedDataGridView dataGridView1;
296 private System.Windows.Forms.ContextMenuStrip contextMenuStrip1;
297 private System.Windows.Forms.ToolStripMenuItem createSnapshotToolStripMenuItem;
298 private System.Windows.Forms.ToolStripMenuItem selectedDirectoryToolStripMenuItem;
299 private System.Windows.Forms.ToolStripMenuItem recursiveToolStripMenuItem;
300 private System.Windows.Forms.DataGridViewCheckBoxColumn EnableColumn;
301 private System.Windows.Forms.DataGridViewTextBoxColumn PathColumn;
302 private System.Windows.Forms.DataGridViewCheckBoxColumn RecursiveColumn;
303 private System.Windows.Forms.DataGridViewTextBoxColumn DelayColumn;
304 private System.Windows.Forms.ToolStripMenuItem colorToolStripMenuItem;
305 private System.Windows.Forms.ToolStripMenuItem cyanToolStripMenuItem;
306 private System.Windows.Forms.ToolStripMenuItem yellowToolStripMenuItem;
307 private System.Windows.Forms.ToolStripMenuItem orangeToolStripMenuItem;
308 private System.Windows.Forms.ToolStripMenuItem limeToolStripMenuItem;
309 private System.Windows.Forms.ToolStripMenuItem violetToolStripMenuItem;
310 private System.Windows.Forms.ToolStripMenuItem tanToolStripMenuItem;
311 private System.Windows.Forms.ToolStripMenuItem pinkToolStripMenuItem;
312 private System.Windows.Forms.ToolStripMenuItem noneToolStripMenuItem;
313 }
314 }