~lac-team/lilalarmclock/devel-1.0

« back to all changes in this revision

Viewing changes to Little Alarm Clock/MainFrm.Designer.cs

  • Committer: whizzey
  • Date: 2011-12-12 21:53:14 UTC
  • Revision ID: whiteghost89@gmail.com-20111212215314-cxphsqb90mvj64n2
edit alarms with double click
regions / sorting

Show diffs side-by-side

added added

removed removed

Lines of Context:
30
30
        {
31
31
            this.components = new System.ComponentModel.Container();
32
32
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainFrm));
33
 
            this.textBox1 = new System.Windows.Forms.TextBox();
34
33
            this.timerTime = new System.Windows.Forms.Timer(this.components);
35
34
            this.menuStrip1 = new System.Windows.Forms.MenuStrip();
36
35
            this.fileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
46
45
            this.clearAlarmsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
47
46
            this.helpToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
48
47
            this.checkForUpdatesToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
 
48
            this.reportABugToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
49
49
            this.aboutToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
50
50
            this.listView1 = new System.Windows.Forms.ListView();
51
51
            this.columnHeader1 = new System.Windows.Forms.ColumnHeader();
62
62
            this.aboutToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
63
63
            this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator();
64
64
            this.exitToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
65
 
            this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
 
65
            this.labelClock = new System.Windows.Forms.Label();
 
66
            this.btnNewAlarm = new System.Windows.Forms.Button();
 
67
            this.btnDelete = new System.Windows.Forms.Button();
66
68
            this.menuStrip1.SuspendLayout();
67
69
            this.contextMenuStrip1.SuspendLayout();
68
70
            this.contextMenuStrip2.SuspendLayout();
69
 
            this.tableLayoutPanel1.SuspendLayout();
70
71
            this.SuspendLayout();
71
72
            // 
72
 
            // textBox1
73
 
            // 
74
 
            this.textBox1.Anchor = System.Windows.Forms.AnchorStyles.Top;
75
 
            this.textBox1.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
76
 
            this.textBox1.Location = new System.Drawing.Point(95, 28);
77
 
            this.textBox1.Name = "textBox1";
78
 
            this.textBox1.ReadOnly = true;
79
 
            this.textBox1.Size = new System.Drawing.Size(156, 29);
80
 
            this.textBox1.TabIndex = 0;
81
 
            this.textBox1.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
82
 
            // 
83
73
            // timerTime
84
74
            // 
85
75
            this.timerTime.Tick += new System.EventHandler(this.timerTime_Tick);
92
82
            this.helpToolStripMenuItem});
93
83
            this.menuStrip1.Location = new System.Drawing.Point(0, 0);
94
84
            this.menuStrip1.Name = "menuStrip1";
95
 
            this.menuStrip1.Size = new System.Drawing.Size(346, 24);
 
85
            this.menuStrip1.Size = new System.Drawing.Size(411, 24);
96
86
            this.menuStrip1.TabIndex = 1;
97
87
            this.menuStrip1.Text = "menuStrip1";
98
88
            // 
125
115
            // 
126
116
            this.importToolStripMenuItem.Name = "importToolStripMenuItem";
127
117
            this.importToolStripMenuItem.Size = new System.Drawing.Size(132, 22);
128
 
            this.importToolStripMenuItem.Text = "Import...";
 
118
            this.importToolStripMenuItem.Text = "Import";
129
119
            this.importToolStripMenuItem.Click += new System.EventHandler(this.importToolStripMenuItem_Click);
130
120
            // 
131
121
            // exportToolStripMenuItem
132
122
            // 
133
123
            this.exportToolStripMenuItem.Name = "exportToolStripMenuItem";
134
124
            this.exportToolStripMenuItem.Size = new System.Drawing.Size(132, 22);
135
 
            this.exportToolStripMenuItem.Text = "Export...";
 
125
            this.exportToolStripMenuItem.Text = "Export";
136
126
            this.exportToolStripMenuItem.Click += new System.EventHandler(this.exportToolStripMenuItem_Click);
137
127
            // 
138
128
            // toolStripSeparator5
181
171
            // 
182
172
            this.helpToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
183
173
            this.checkForUpdatesToolStripMenuItem,
 
174
            this.reportABugToolStripMenuItem,
184
175
            this.aboutToolStripMenuItem});
185
176
            this.helpToolStripMenuItem.Name = "helpToolStripMenuItem";
186
177
            this.helpToolStripMenuItem.Size = new System.Drawing.Size(40, 20);
189
180
            // checkForUpdatesToolStripMenuItem
190
181
            // 
191
182
            this.checkForUpdatesToolStripMenuItem.Name = "checkForUpdatesToolStripMenuItem";
192
 
            this.checkForUpdatesToolStripMenuItem.Size = new System.Drawing.Size(177, 22);
193
 
            this.checkForUpdatesToolStripMenuItem.Text = "Check For Updates...";
 
183
            this.checkForUpdatesToolStripMenuItem.Size = new System.Drawing.Size(165, 22);
 
184
            this.checkForUpdatesToolStripMenuItem.Text = "Check For Updates";
194
185
            this.checkForUpdatesToolStripMenuItem.Click += new System.EventHandler(this.checkForUpdatesToolStripMenuItem_Click);
195
186
            // 
 
187
            // reportABugToolStripMenuItem
 
188
            // 
 
189
            this.reportABugToolStripMenuItem.Name = "reportABugToolStripMenuItem";
 
190
            this.reportABugToolStripMenuItem.Size = new System.Drawing.Size(165, 22);
 
191
            this.reportABugToolStripMenuItem.Text = "Report a Bug";
 
192
            this.reportABugToolStripMenuItem.Click += new System.EventHandler(this.reportABugToolStripMenuItem_Click);
 
193
            // 
196
194
            // aboutToolStripMenuItem
197
195
            // 
198
196
            this.aboutToolStripMenuItem.Name = "aboutToolStripMenuItem";
199
197
            this.aboutToolStripMenuItem.ShortcutKeys = System.Windows.Forms.Keys.F1;
200
 
            this.aboutToolStripMenuItem.Size = new System.Drawing.Size(177, 22);
201
 
            this.aboutToolStripMenuItem.Text = "About...";
 
198
            this.aboutToolStripMenuItem.Size = new System.Drawing.Size(165, 22);
 
199
            this.aboutToolStripMenuItem.Text = "About";
202
200
            this.aboutToolStripMenuItem.Click += new System.EventHandler(this.aboutToolStripMenuItem_Click);
203
201
            // 
204
202
            // listView1
205
203
            // 
 
204
            this.listView1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
 
205
                        | System.Windows.Forms.AnchorStyles.Left)
 
206
                        | System.Windows.Forms.AnchorStyles.Right)));
206
207
            this.listView1.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
207
208
            this.columnHeader1,
208
209
            this.columnHeader2,
209
210
            this.columnHeader4});
210
211
            this.listView1.ContextMenuStrip = this.contextMenuStrip1;
211
 
            this.listView1.Dock = System.Windows.Forms.DockStyle.Fill;
212
212
            this.listView1.FullRowSelect = true;
213
213
            this.listView1.GridLines = true;
214
 
            this.listView1.Location = new System.Drawing.Point(3, 61);
 
214
            this.listView1.Location = new System.Drawing.Point(12, 56);
215
215
            this.listView1.Name = "listView1";
216
 
            this.listView1.Size = new System.Drawing.Size(340, 244);
 
216
            this.listView1.Size = new System.Drawing.Size(387, 240);
217
217
            this.listView1.TabIndex = 2;
218
218
            this.listView1.UseCompatibleStateImageBehavior = false;
219
219
            this.listView1.View = System.Windows.Forms.View.Details;
222
222
            // columnHeader1
223
223
            // 
224
224
            this.columnHeader1.Text = "Time";
225
 
            this.columnHeader1.Width = 87;
 
225
            this.columnHeader1.Width = 63;
226
226
            // 
227
227
            // columnHeader2
228
228
            // 
229
229
            this.columnHeader2.Text = "Repeats";
230
 
            this.columnHeader2.Width = 76;
 
230
            this.columnHeader2.Width = 61;
231
231
            // 
232
232
            // columnHeader4
233
233
            // 
234
234
            this.columnHeader4.Text = "Description";
235
 
            this.columnHeader4.Width = 205;
 
235
            this.columnHeader4.Width = 143;
236
236
            // 
237
237
            // contextMenuStrip1
238
238
            // 
315
315
            this.exitToolStripMenuItem1.Text = "Exit";
316
316
            this.exitToolStripMenuItem1.Click += new System.EventHandler(this.exitToolStripMenuItem_Click);
317
317
            // 
318
 
            // tableLayoutPanel1
319
 
            // 
320
 
            this.tableLayoutPanel1.ColumnCount = 1;
321
 
            this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
322
 
            this.tableLayoutPanel1.Controls.Add(this.textBox1, 0, 1);
323
 
            this.tableLayoutPanel1.Controls.Add(this.listView1, 0, 2);
324
 
            this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
325
 
            this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
326
 
            this.tableLayoutPanel1.Name = "tableLayoutPanel1";
327
 
            this.tableLayoutPanel1.RowCount = 3;
328
 
            this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 25F));
329
 
            this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 33F));
330
 
            this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 76F));
331
 
            this.tableLayoutPanel1.Size = new System.Drawing.Size(346, 308);
332
 
            this.tableLayoutPanel1.TabIndex = 3;
 
318
            // labelClock
 
319
            // 
 
320
            this.labelClock.Anchor = System.Windows.Forms.AnchorStyles.None;
 
321
            this.labelClock.AutoSize = true;
 
322
            this.labelClock.Font = new System.Drawing.Font("Microsoft Sans Serif", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
 
323
            this.labelClock.Location = new System.Drawing.Point(154, 24);
 
324
            this.labelClock.Name = "labelClock";
 
325
            this.labelClock.Size = new System.Drawing.Size(103, 29);
 
326
            this.labelClock.TabIndex = 3;
 
327
            this.labelClock.Text = "00:00:00";
 
328
            // 
 
329
            // btnNewAlarm
 
330
            // 
 
331
            this.btnNewAlarm.Location = new System.Drawing.Point(12, 27);
 
332
            this.btnNewAlarm.Name = "btnNewAlarm";
 
333
            this.btnNewAlarm.Size = new System.Drawing.Size(73, 23);
 
334
            this.btnNewAlarm.TabIndex = 4;
 
335
            this.btnNewAlarm.Text = "New alarm";
 
336
            this.btnNewAlarm.UseVisualStyleBackColor = true;
 
337
            this.btnNewAlarm.Click += new System.EventHandler(this.btnNewAlarm_Click);
 
338
            // 
 
339
            // btnDelete
 
340
            // 
 
341
            this.btnDelete.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
 
342
            this.btnDelete.Location = new System.Drawing.Point(324, 27);
 
343
            this.btnDelete.Name = "btnDelete";
 
344
            this.btnDelete.Size = new System.Drawing.Size(75, 23);
 
345
            this.btnDelete.TabIndex = 5;
 
346
            this.btnDelete.Text = "Delete alarm";
 
347
            this.btnDelete.UseVisualStyleBackColor = true;
 
348
            this.btnDelete.Click += new System.EventHandler(this.btnDelete_Click);
333
349
            // 
334
350
            // MainFrm
335
351
            // 
336
352
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
337
353
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
338
 
            this.ClientSize = new System.Drawing.Size(346, 308);
 
354
            this.ClientSize = new System.Drawing.Size(411, 308);
 
355
            this.Controls.Add(this.btnDelete);
 
356
            this.Controls.Add(this.btnNewAlarm);
 
357
            this.Controls.Add(this.listView1);
339
358
            this.Controls.Add(this.menuStrip1);
340
 
            this.Controls.Add(this.tableLayoutPanel1);
 
359
            this.Controls.Add(this.labelClock);
341
360
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
342
361
            this.MainMenuStrip = this.menuStrip1;
343
362
            this.MaximizeBox = false;
351
370
            this.menuStrip1.PerformLayout();
352
371
            this.contextMenuStrip1.ResumeLayout(false);
353
372
            this.contextMenuStrip2.ResumeLayout(false);
354
 
            this.tableLayoutPanel1.ResumeLayout(false);
355
 
            this.tableLayoutPanel1.PerformLayout();
356
373
            this.ResumeLayout(false);
357
374
            this.PerformLayout();
358
375
 
360
377
 
361
378
        #endregion
362
379
 
363
 
        private System.Windows.Forms.TextBox textBox1;
364
380
        private System.Windows.Forms.Timer timerTime;
365
381
        private System.Windows.Forms.MenuStrip menuStrip1;
366
382
        private System.Windows.Forms.ToolStripMenuItem fileToolStripMenuItem;
383
399
        private System.Windows.Forms.ToolStripSeparator toolStripSeparator3;
384
400
        private System.Windows.Forms.ToolStripMenuItem clearToolStripMenuItem;
385
401
        private System.Windows.Forms.NotifyIcon notifyIcon1;
386
 
        private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
387
402
        private System.Windows.Forms.ContextMenuStrip contextMenuStrip2;
388
403
        private System.Windows.Forms.ToolStripMenuItem hideShowLittleAlarmClockToolStripMenuItem;
389
404
        private System.Windows.Forms.ToolStripMenuItem aboutToolStripMenuItem1;
393
408
        private System.Windows.Forms.ToolStripSeparator toolStripSeparator5;
394
409
        private System.Windows.Forms.ToolStripMenuItem importToolStripMenuItem;
395
410
        private System.Windows.Forms.ToolStripMenuItem checkForUpdatesToolStripMenuItem;
 
411
        private System.Windows.Forms.Label labelClock;
 
412
        private System.Windows.Forms.Button btnNewAlarm;
 
413
        private System.Windows.Forms.ToolStripMenuItem reportABugToolStripMenuItem;
 
414
        private System.Windows.Forms.Button btnDelete;
396
415
 
397
416
    }
398
417
}