Horizon – Blame information for rev 4

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