|
|
|
@ -28,28 +28,31 @@
|
|
|
|
|
/// </summary>
|
|
|
|
|
private void InitializeComponent()
|
|
|
|
|
{
|
|
|
|
|
this.toolStrip1 = new System.Windows.Forms.ToolStrip();
|
|
|
|
|
this.toolStripDropDownButton2 = new System.Windows.Forms.ToolStripDropDownButton();
|
|
|
|
|
this.saveToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
this.saveAsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
this.openToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
|
|
|
|
|
this.exitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
this.toolStripDropDownButton1 = new System.Windows.Forms.ToolStripDropDownButton();
|
|
|
|
|
this.newToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
this.editToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
this.deleteToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
this.toolStripDropDownButton3 = new System.Windows.Forms.ToolStripDropDownButton();
|
|
|
|
|
this.newToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
this.editToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
this.deleteToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
|
this.components = new System.ComponentModel.Container();
|
|
|
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
|
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
|
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
|
|
|
this.toolStripMenu = new System.Windows.Forms.ToolStrip();
|
|
|
|
|
this.toolStripBtnNewProject = new System.Windows.Forms.ToolStripButton();
|
|
|
|
|
this.toolStripBtnRenameProject = new System.Windows.Forms.ToolStripButton();
|
|
|
|
|
this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
|
|
|
|
|
this.toolStripLabel1 = new System.Windows.Forms.ToolStripLabel();
|
|
|
|
|
this.toolStripBtnNewElement = new System.Windows.Forms.ToolStripButton();
|
|
|
|
|
this.toolStripBtnDeleteElement = new System.Windows.Forms.ToolStripButton();
|
|
|
|
|
this.toolStripBtnSaveElement = new System.Windows.Forms.ToolStripButton();
|
|
|
|
|
this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
|
|
|
|
|
this.toolStripBtnExportXml = new System.Windows.Forms.ToolStripButton();
|
|
|
|
|
this.toolStripBtnExitApplication = new System.Windows.Forms.ToolStripButton();
|
|
|
|
|
this.splitContainer1 = new System.Windows.Forms.SplitContainer();
|
|
|
|
|
this.listProjects = new System.Windows.Forms.ListBox();
|
|
|
|
|
this.labelProjects = new System.Windows.Forms.Label();
|
|
|
|
|
this.tabConrtolElements = new System.Windows.Forms.TabControl();
|
|
|
|
|
this.tabNotes = new System.Windows.Forms.TabPage();
|
|
|
|
|
this.splitContainer2 = new System.Windows.Forms.SplitContainer();
|
|
|
|
|
this.listNotes = new System.Windows.Forms.ListBox();
|
|
|
|
|
this.dataNotes = new System.Windows.Forms.DataGridView();
|
|
|
|
|
this.titleDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
|
|
this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
|
|
this.noteBindingSource = new System.Windows.Forms.BindingSource(this.components);
|
|
|
|
|
this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
|
|
|
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
|
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
|
|
@ -57,7 +60,11 @@
|
|
|
|
|
this.textNotesNote = new System.Windows.Forms.TextBox();
|
|
|
|
|
this.tabAppointments = new System.Windows.Forms.TabPage();
|
|
|
|
|
this.splitContainer3 = new System.Windows.Forms.SplitContainer();
|
|
|
|
|
this.listAppointments = new System.Windows.Forms.ListBox();
|
|
|
|
|
this.dataAppointments = new System.Windows.Forms.DataGridView();
|
|
|
|
|
this.titleDataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
|
|
this.Start = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
|
|
this.End = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
|
|
this.appointmentBindingSource = new System.Windows.Forms.BindingSource(this.components);
|
|
|
|
|
this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();
|
|
|
|
|
this.label3 = new System.Windows.Forms.Label();
|
|
|
|
|
this.label4 = new System.Windows.Forms.Label();
|
|
|
|
@ -69,7 +76,11 @@
|
|
|
|
|
this.label6 = new System.Windows.Forms.Label();
|
|
|
|
|
this.tabTodos = new System.Windows.Forms.TabPage();
|
|
|
|
|
this.splitContainer4 = new System.Windows.Forms.SplitContainer();
|
|
|
|
|
this.listTodos = new System.Windows.Forms.ListBox();
|
|
|
|
|
this.dataTodos = new System.Windows.Forms.DataGridView();
|
|
|
|
|
this.titleDataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
|
|
this.Deadline = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
|
|
this.Text = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
|
|
this.todoBindingSource = new System.Windows.Forms.BindingSource(this.components);
|
|
|
|
|
this.tableLayoutPanel3 = new System.Windows.Forms.TableLayoutPanel();
|
|
|
|
|
this.label7 = new System.Windows.Forms.Label();
|
|
|
|
|
this.label8 = new System.Windows.Forms.Label();
|
|
|
|
@ -77,7 +88,8 @@
|
|
|
|
|
this.textTodoDescription = new System.Windows.Forms.TextBox();
|
|
|
|
|
this.dateTimePickerTodoDeadline = new System.Windows.Forms.DateTimePicker();
|
|
|
|
|
this.label9 = new System.Windows.Forms.Label();
|
|
|
|
|
this.toolStrip1.SuspendLayout();
|
|
|
|
|
this.elementBindingSource = new System.Windows.Forms.BindingSource(this.components);
|
|
|
|
|
this.toolStripMenu.SuspendLayout();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
|
|
|
|
|
this.splitContainer1.Panel1.SuspendLayout();
|
|
|
|
|
this.splitContainer1.Panel2.SuspendLayout();
|
|
|
|
@ -88,146 +100,126 @@
|
|
|
|
|
this.splitContainer2.Panel1.SuspendLayout();
|
|
|
|
|
this.splitContainer2.Panel2.SuspendLayout();
|
|
|
|
|
this.splitContainer2.SuspendLayout();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.dataNotes)).BeginInit();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.noteBindingSource)).BeginInit();
|
|
|
|
|
this.tableLayoutPanel1.SuspendLayout();
|
|
|
|
|
this.tabAppointments.SuspendLayout();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.splitContainer3)).BeginInit();
|
|
|
|
|
this.splitContainer3.Panel1.SuspendLayout();
|
|
|
|
|
this.splitContainer3.Panel2.SuspendLayout();
|
|
|
|
|
this.splitContainer3.SuspendLayout();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.dataAppointments)).BeginInit();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.appointmentBindingSource)).BeginInit();
|
|
|
|
|
this.tableLayoutPanel2.SuspendLayout();
|
|
|
|
|
this.tabTodos.SuspendLayout();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.splitContainer4)).BeginInit();
|
|
|
|
|
this.splitContainer4.Panel1.SuspendLayout();
|
|
|
|
|
this.splitContainer4.Panel2.SuspendLayout();
|
|
|
|
|
this.splitContainer4.SuspendLayout();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.dataTodos)).BeginInit();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.todoBindingSource)).BeginInit();
|
|
|
|
|
this.tableLayoutPanel3.SuspendLayout();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.elementBindingSource)).BeginInit();
|
|
|
|
|
this.SuspendLayout();
|
|
|
|
|
//
|
|
|
|
|
// toolStrip1
|
|
|
|
|
//
|
|
|
|
|
this.toolStrip1.ImageScalingSize = new System.Drawing.Size(24, 24);
|
|
|
|
|
this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
|
|
|
this.toolStripDropDownButton2,
|
|
|
|
|
this.toolStripDropDownButton1,
|
|
|
|
|
this.toolStripDropDownButton3});
|
|
|
|
|
this.toolStrip1.Location = new System.Drawing.Point(0, 0);
|
|
|
|
|
this.toolStrip1.Name = "toolStrip1";
|
|
|
|
|
this.toolStrip1.Size = new System.Drawing.Size(778, 31);
|
|
|
|
|
this.toolStrip1.TabIndex = 0;
|
|
|
|
|
this.toolStrip1.Text = "toolStrip1";
|
|
|
|
|
//
|
|
|
|
|
// toolStripDropDownButton2
|
|
|
|
|
//
|
|
|
|
|
this.toolStripDropDownButton2.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
|
|
|
this.saveToolStripMenuItem,
|
|
|
|
|
this.saveAsToolStripMenuItem,
|
|
|
|
|
this.openToolStripMenuItem,
|
|
|
|
|
this.toolStripSeparator2,
|
|
|
|
|
this.exitToolStripMenuItem});
|
|
|
|
|
this.toolStripDropDownButton2.Image = global::NoteMan.Properties.Resources.media_playlist_repeat;
|
|
|
|
|
this.toolStripDropDownButton2.ImageTransparentColor = System.Drawing.Color.Magenta;
|
|
|
|
|
this.toolStripDropDownButton2.Name = "toolStripDropDownButton2";
|
|
|
|
|
this.toolStripDropDownButton2.Size = new System.Drawing.Size(62, 28);
|
|
|
|
|
this.toolStripDropDownButton2.Text = "File";
|
|
|
|
|
//
|
|
|
|
|
// saveToolStripMenuItem
|
|
|
|
|
//
|
|
|
|
|
this.saveToolStripMenuItem.Image = global::NoteMan.Properties.Resources.document_save;
|
|
|
|
|
this.saveToolStripMenuItem.Name = "saveToolStripMenuItem";
|
|
|
|
|
this.saveToolStripMenuItem.Size = new System.Drawing.Size(126, 22);
|
|
|
|
|
this.saveToolStripMenuItem.Text = "Save";
|
|
|
|
|
//
|
|
|
|
|
// saveAsToolStripMenuItem
|
|
|
|
|
//
|
|
|
|
|
this.saveAsToolStripMenuItem.Image = global::NoteMan.Properties.Resources.document_save_as;
|
|
|
|
|
this.saveAsToolStripMenuItem.Name = "saveAsToolStripMenuItem";
|
|
|
|
|
this.saveAsToolStripMenuItem.Size = new System.Drawing.Size(126, 22);
|
|
|
|
|
this.saveAsToolStripMenuItem.Text = "Save As ...";
|
|
|
|
|
//
|
|
|
|
|
// openToolStripMenuItem
|
|
|
|
|
//
|
|
|
|
|
this.openToolStripMenuItem.Image = global::NoteMan.Properties.Resources.document_open;
|
|
|
|
|
this.openToolStripMenuItem.Name = "openToolStripMenuItem";
|
|
|
|
|
this.openToolStripMenuItem.Size = new System.Drawing.Size(126, 22);
|
|
|
|
|
this.openToolStripMenuItem.Text = "Open";
|
|
|
|
|
//
|
|
|
|
|
// toolStripSeparator2
|
|
|
|
|
//
|
|
|
|
|
this.toolStripSeparator2.Name = "toolStripSeparator2";
|
|
|
|
|
this.toolStripSeparator2.Size = new System.Drawing.Size(123, 6);
|
|
|
|
|
//
|
|
|
|
|
// exitToolStripMenuItem
|
|
|
|
|
//
|
|
|
|
|
this.exitToolStripMenuItem.Image = global::NoteMan.Properties.Resources.application_exit;
|
|
|
|
|
this.exitToolStripMenuItem.Name = "exitToolStripMenuItem";
|
|
|
|
|
this.exitToolStripMenuItem.Size = new System.Drawing.Size(126, 22);
|
|
|
|
|
this.exitToolStripMenuItem.Text = "Exit";
|
|
|
|
|
//
|
|
|
|
|
// toolStripDropDownButton1
|
|
|
|
|
//
|
|
|
|
|
this.toolStripDropDownButton1.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
|
|
|
this.newToolStripMenuItem,
|
|
|
|
|
this.editToolStripMenuItem,
|
|
|
|
|
this.deleteToolStripMenuItem});
|
|
|
|
|
this.toolStripDropDownButton1.Image = global::NoteMan.Properties.Resources.project_development;
|
|
|
|
|
this.toolStripDropDownButton1.ImageTransparentColor = System.Drawing.Color.Magenta;
|
|
|
|
|
this.toolStripDropDownButton1.Name = "toolStripDropDownButton1";
|
|
|
|
|
this.toolStripDropDownButton1.Size = new System.Drawing.Size(81, 28);
|
|
|
|
|
this.toolStripDropDownButton1.Text = "Project";
|
|
|
|
|
//
|
|
|
|
|
// newToolStripMenuItem
|
|
|
|
|
//
|
|
|
|
|
this.newToolStripMenuItem.Image = global::NoteMan.Properties.Resources.project_development_new_template;
|
|
|
|
|
this.newToolStripMenuItem.Name = "newToolStripMenuItem";
|
|
|
|
|
this.newToolStripMenuItem.Size = new System.Drawing.Size(107, 22);
|
|
|
|
|
this.newToolStripMenuItem.Text = "New";
|
|
|
|
|
//
|
|
|
|
|
// editToolStripMenuItem
|
|
|
|
|
//
|
|
|
|
|
this.editToolStripMenuItem.Image = global::NoteMan.Properties.Resources.project_development;
|
|
|
|
|
this.editToolStripMenuItem.Name = "editToolStripMenuItem";
|
|
|
|
|
this.editToolStripMenuItem.Size = new System.Drawing.Size(107, 22);
|
|
|
|
|
this.editToolStripMenuItem.Text = "Edit";
|
|
|
|
|
//
|
|
|
|
|
// deleteToolStripMenuItem
|
|
|
|
|
//
|
|
|
|
|
this.deleteToolStripMenuItem.Image = global::NoteMan.Properties.Resources.project_development_close;
|
|
|
|
|
this.deleteToolStripMenuItem.Name = "deleteToolStripMenuItem";
|
|
|
|
|
this.deleteToolStripMenuItem.Size = new System.Drawing.Size(107, 22);
|
|
|
|
|
this.deleteToolStripMenuItem.Text = "Delete";
|
|
|
|
|
//
|
|
|
|
|
// toolStripDropDownButton3
|
|
|
|
|
//
|
|
|
|
|
this.toolStripDropDownButton3.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
|
|
|
this.newToolStripMenuItem1,
|
|
|
|
|
this.editToolStripMenuItem1,
|
|
|
|
|
this.deleteToolStripMenuItem1});
|
|
|
|
|
this.toolStripDropDownButton3.Image = global::NoteMan.Properties.Resources.text_plain;
|
|
|
|
|
this.toolStripDropDownButton3.ImageTransparentColor = System.Drawing.Color.Magenta;
|
|
|
|
|
this.toolStripDropDownButton3.Name = "toolStripDropDownButton3";
|
|
|
|
|
this.toolStripDropDownButton3.Size = new System.Drawing.Size(87, 28);
|
|
|
|
|
this.toolStripDropDownButton3.Text = "Element";
|
|
|
|
|
//
|
|
|
|
|
// newToolStripMenuItem1
|
|
|
|
|
//
|
|
|
|
|
this.newToolStripMenuItem1.Image = global::NoteMan.Properties.Resources.document_new;
|
|
|
|
|
this.newToolStripMenuItem1.Name = "newToolStripMenuItem1";
|
|
|
|
|
this.newToolStripMenuItem1.Size = new System.Drawing.Size(107, 22);
|
|
|
|
|
this.newToolStripMenuItem1.Text = "New";
|
|
|
|
|
//
|
|
|
|
|
// editToolStripMenuItem1
|
|
|
|
|
//
|
|
|
|
|
this.editToolStripMenuItem1.Image = global::NoteMan.Properties.Resources.document_edit1;
|
|
|
|
|
this.editToolStripMenuItem1.Name = "editToolStripMenuItem1";
|
|
|
|
|
this.editToolStripMenuItem1.Size = new System.Drawing.Size(107, 22);
|
|
|
|
|
this.editToolStripMenuItem1.Text = "Edit";
|
|
|
|
|
//
|
|
|
|
|
// deleteToolStripMenuItem1
|
|
|
|
|
//
|
|
|
|
|
this.deleteToolStripMenuItem1.Image = global::NoteMan.Properties.Resources.document_close;
|
|
|
|
|
this.deleteToolStripMenuItem1.Name = "deleteToolStripMenuItem1";
|
|
|
|
|
this.deleteToolStripMenuItem1.Size = new System.Drawing.Size(107, 22);
|
|
|
|
|
this.deleteToolStripMenuItem1.Text = "Delete";
|
|
|
|
|
// toolStripMenu
|
|
|
|
|
//
|
|
|
|
|
this.toolStripMenu.ImageScalingSize = new System.Drawing.Size(24, 24);
|
|
|
|
|
this.toolStripMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
|
|
|
this.toolStripBtnNewProject,
|
|
|
|
|
this.toolStripBtnRenameProject,
|
|
|
|
|
this.toolStripSeparator1,
|
|
|
|
|
this.toolStripLabel1,
|
|
|
|
|
this.toolStripBtnNewElement,
|
|
|
|
|
this.toolStripBtnDeleteElement,
|
|
|
|
|
this.toolStripBtnSaveElement,
|
|
|
|
|
this.toolStripSeparator3,
|
|
|
|
|
this.toolStripBtnExportXml,
|
|
|
|
|
this.toolStripBtnExitApplication});
|
|
|
|
|
this.toolStripMenu.Location = new System.Drawing.Point(0, 0);
|
|
|
|
|
this.toolStripMenu.Name = "toolStripMenu";
|
|
|
|
|
this.toolStripMenu.Size = new System.Drawing.Size(778, 31);
|
|
|
|
|
this.toolStripMenu.TabIndex = 0;
|
|
|
|
|
this.toolStripMenu.Text = "toolStripMenu";
|
|
|
|
|
//
|
|
|
|
|
// toolStripBtnNewProject
|
|
|
|
|
//
|
|
|
|
|
this.toolStripBtnNewProject.Image = global::NoteMan.Properties.Resources.project_development_new_template;
|
|
|
|
|
this.toolStripBtnNewProject.ImageTransparentColor = System.Drawing.Color.Magenta;
|
|
|
|
|
this.toolStripBtnNewProject.Name = "toolStripBtnNewProject";
|
|
|
|
|
this.toolStripBtnNewProject.Size = new System.Drawing.Size(99, 28);
|
|
|
|
|
this.toolStripBtnNewProject.Text = "New Project";
|
|
|
|
|
this.toolStripBtnNewProject.Click += new System.EventHandler(this.toolStripBtnNewProject_Click);
|
|
|
|
|
//
|
|
|
|
|
// toolStripBtnRenameProject
|
|
|
|
|
//
|
|
|
|
|
this.toolStripBtnRenameProject.Image = global::NoteMan.Properties.Resources.document_edit1;
|
|
|
|
|
this.toolStripBtnRenameProject.ImageTransparentColor = System.Drawing.Color.Magenta;
|
|
|
|
|
this.toolStripBtnRenameProject.Name = "toolStripBtnRenameProject";
|
|
|
|
|
this.toolStripBtnRenameProject.Size = new System.Drawing.Size(78, 28);
|
|
|
|
|
this.toolStripBtnRenameProject.Text = "Rename";
|
|
|
|
|
this.toolStripBtnRenameProject.Click += new System.EventHandler(this.toolStripBtnRenameProject_Click);
|
|
|
|
|
//
|
|
|
|
|
// toolStripSeparator1
|
|
|
|
|
//
|
|
|
|
|
this.toolStripSeparator1.Name = "toolStripSeparator1";
|
|
|
|
|
this.toolStripSeparator1.Size = new System.Drawing.Size(6, 31);
|
|
|
|
|
//
|
|
|
|
|
// toolStripLabel1
|
|
|
|
|
//
|
|
|
|
|
this.toolStripLabel1.Name = "toolStripLabel1";
|
|
|
|
|
this.toolStripLabel1.Size = new System.Drawing.Size(53, 28);
|
|
|
|
|
this.toolStripLabel1.Text = "Element:";
|
|
|
|
|
//
|
|
|
|
|
// toolStripBtnNewElement
|
|
|
|
|
//
|
|
|
|
|
this.toolStripBtnNewElement.Image = global::NoteMan.Properties.Resources.document_new;
|
|
|
|
|
this.toolStripBtnNewElement.ImageTransparentColor = System.Drawing.Color.Magenta;
|
|
|
|
|
this.toolStripBtnNewElement.Name = "toolStripBtnNewElement";
|
|
|
|
|
this.toolStripBtnNewElement.Size = new System.Drawing.Size(59, 28);
|
|
|
|
|
this.toolStripBtnNewElement.Text = "New";
|
|
|
|
|
this.toolStripBtnNewElement.Click += new System.EventHandler(this.toolStripBtnNewElement_Click);
|
|
|
|
|
//
|
|
|
|
|
// toolStripBtnDeleteElement
|
|
|
|
|
//
|
|
|
|
|
this.toolStripBtnDeleteElement.Image = global::NoteMan.Properties.Resources.document_close;
|
|
|
|
|
this.toolStripBtnDeleteElement.ImageTransparentColor = System.Drawing.Color.Magenta;
|
|
|
|
|
this.toolStripBtnDeleteElement.Name = "toolStripBtnDeleteElement";
|
|
|
|
|
this.toolStripBtnDeleteElement.Size = new System.Drawing.Size(68, 28);
|
|
|
|
|
this.toolStripBtnDeleteElement.Text = "Delete";
|
|
|
|
|
this.toolStripBtnDeleteElement.Click += new System.EventHandler(this.toolStripBtnDeleteElement_Click);
|
|
|
|
|
//
|
|
|
|
|
// toolStripBtnSaveElement
|
|
|
|
|
//
|
|
|
|
|
this.toolStripBtnSaveElement.Image = global::NoteMan.Properties.Resources.document_save;
|
|
|
|
|
this.toolStripBtnSaveElement.ImageTransparentColor = System.Drawing.Color.Magenta;
|
|
|
|
|
this.toolStripBtnSaveElement.Name = "toolStripBtnSaveElement";
|
|
|
|
|
this.toolStripBtnSaveElement.Size = new System.Drawing.Size(59, 28);
|
|
|
|
|
this.toolStripBtnSaveElement.Text = "Save";
|
|
|
|
|
this.toolStripBtnSaveElement.Click += new System.EventHandler(this.toolStripBtnSaveElement_Click);
|
|
|
|
|
//
|
|
|
|
|
// toolStripSeparator3
|
|
|
|
|
//
|
|
|
|
|
this.toolStripSeparator3.Name = "toolStripSeparator3";
|
|
|
|
|
this.toolStripSeparator3.Size = new System.Drawing.Size(6, 31);
|
|
|
|
|
//
|
|
|
|
|
// toolStripBtnExportXml
|
|
|
|
|
//
|
|
|
|
|
this.toolStripBtnExportXml.Image = global::NoteMan.Properties.Resources.document_save_as;
|
|
|
|
|
this.toolStripBtnExportXml.ImageTransparentColor = System.Drawing.Color.Magenta;
|
|
|
|
|
this.toolStripBtnExportXml.Name = "toolStripBtnExportXml";
|
|
|
|
|
this.toolStripBtnExportXml.Size = new System.Drawing.Size(94, 28);
|
|
|
|
|
this.toolStripBtnExportXml.Text = "Export data";
|
|
|
|
|
this.toolStripBtnExportXml.Click += new System.EventHandler(this.toolStripBtnExportXml_Click);
|
|
|
|
|
//
|
|
|
|
|
// toolStripBtnExitApplication
|
|
|
|
|
//
|
|
|
|
|
this.toolStripBtnExitApplication.Image = global::NoteMan.Properties.Resources.application_exit;
|
|
|
|
|
this.toolStripBtnExitApplication.ImageTransparentColor = System.Drawing.Color.Magenta;
|
|
|
|
|
this.toolStripBtnExitApplication.Name = "toolStripBtnExitApplication";
|
|
|
|
|
this.toolStripBtnExitApplication.Size = new System.Drawing.Size(128, 28);
|
|
|
|
|
this.toolStripBtnExitApplication.Text = "Close Application";
|
|
|
|
|
this.toolStripBtnExitApplication.Click += new System.EventHandler(this.toolStripBtnExitApplication_Click);
|
|
|
|
|
//
|
|
|
|
|
// splitContainer1
|
|
|
|
|
//
|
|
|
|
@ -255,7 +247,7 @@
|
|
|
|
|
this.listProjects.Name = "listProjects";
|
|
|
|
|
this.listProjects.Size = new System.Drawing.Size(224, 550);
|
|
|
|
|
this.listProjects.TabIndex = 1;
|
|
|
|
|
this.listProjects.SelectedIndexChanged += new System.EventHandler(this.listProjects_SelectedIndexChanged);
|
|
|
|
|
this.listProjects.SelectedValueChanged += new System.EventHandler(this.listProjects_SelectedValueChanged);
|
|
|
|
|
//
|
|
|
|
|
// labelProjects
|
|
|
|
|
//
|
|
|
|
@ -301,7 +293,7 @@
|
|
|
|
|
//
|
|
|
|
|
// splitContainer2.Panel1
|
|
|
|
|
//
|
|
|
|
|
this.splitContainer2.Panel1.Controls.Add(this.listNotes);
|
|
|
|
|
this.splitContainer2.Panel1.Controls.Add(this.dataNotes);
|
|
|
|
|
//
|
|
|
|
|
// splitContainer2.Panel2
|
|
|
|
|
//
|
|
|
|
@ -310,14 +302,43 @@
|
|
|
|
|
this.splitContainer2.SplitterDistance = 372;
|
|
|
|
|
this.splitContainer2.TabIndex = 0;
|
|
|
|
|
//
|
|
|
|
|
// listNotes
|
|
|
|
|
// dataNotes
|
|
|
|
|
//
|
|
|
|
|
this.dataNotes.AllowUserToAddRows = false;
|
|
|
|
|
this.dataNotes.AllowUserToDeleteRows = false;
|
|
|
|
|
this.dataNotes.AutoGenerateColumns = false;
|
|
|
|
|
this.dataNotes.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
|
|
|
|
|
this.dataNotes.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
|
|
|
|
this.dataNotes.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
|
|
|
|
|
this.titleDataGridViewTextBoxColumn,
|
|
|
|
|
this.dataGridViewTextBoxColumn1});
|
|
|
|
|
this.dataNotes.DataSource = this.noteBindingSource;
|
|
|
|
|
this.dataNotes.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
|
|
this.dataNotes.Location = new System.Drawing.Point(0, 0);
|
|
|
|
|
this.dataNotes.MultiSelect = false;
|
|
|
|
|
this.dataNotes.Name = "dataNotes";
|
|
|
|
|
this.dataNotes.ReadOnly = true;
|
|
|
|
|
this.dataNotes.Size = new System.Drawing.Size(536, 372);
|
|
|
|
|
this.dataNotes.TabIndex = 0;
|
|
|
|
|
this.dataNotes.CurrentCellChanged += new System.EventHandler(this.dataNotes_CurrentCellChanged);
|
|
|
|
|
//
|
|
|
|
|
// titleDataGridViewTextBoxColumn
|
|
|
|
|
//
|
|
|
|
|
this.listNotes.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
|
|
this.listNotes.FormattingEnabled = true;
|
|
|
|
|
this.listNotes.Location = new System.Drawing.Point(0, 0);
|
|
|
|
|
this.listNotes.Name = "listNotes";
|
|
|
|
|
this.listNotes.Size = new System.Drawing.Size(536, 372);
|
|
|
|
|
this.listNotes.TabIndex = 0;
|
|
|
|
|
this.titleDataGridViewTextBoxColumn.DataPropertyName = "Title";
|
|
|
|
|
this.titleDataGridViewTextBoxColumn.HeaderText = "Title";
|
|
|
|
|
this.titleDataGridViewTextBoxColumn.Name = "titleDataGridViewTextBoxColumn";
|
|
|
|
|
this.titleDataGridViewTextBoxColumn.ReadOnly = true;
|
|
|
|
|
//
|
|
|
|
|
// dataGridViewTextBoxColumn1
|
|
|
|
|
//
|
|
|
|
|
this.dataGridViewTextBoxColumn1.DataPropertyName = "Text";
|
|
|
|
|
this.dataGridViewTextBoxColumn1.HeaderText = "Text";
|
|
|
|
|
this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1";
|
|
|
|
|
this.dataGridViewTextBoxColumn1.ReadOnly = true;
|
|
|
|
|
//
|
|
|
|
|
// noteBindingSource
|
|
|
|
|
//
|
|
|
|
|
this.noteBindingSource.DataSource = typeof(NoteMan.Note);
|
|
|
|
|
//
|
|
|
|
|
// tableLayoutPanel1
|
|
|
|
|
//
|
|
|
|
@ -347,7 +368,6 @@
|
|
|
|
|
this.label1.TabIndex = 0;
|
|
|
|
|
this.label1.Text = "Title";
|
|
|
|
|
this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
|
|
|
this.label1.Click += new System.EventHandler(this.label1_Click);
|
|
|
|
|
//
|
|
|
|
|
// label2
|
|
|
|
|
//
|
|
|
|
@ -397,7 +417,7 @@
|
|
|
|
|
//
|
|
|
|
|
// splitContainer3.Panel1
|
|
|
|
|
//
|
|
|
|
|
this.splitContainer3.Panel1.Controls.Add(this.listAppointments);
|
|
|
|
|
this.splitContainer3.Panel1.Controls.Add(this.dataAppointments);
|
|
|
|
|
//
|
|
|
|
|
// splitContainer3.Panel2
|
|
|
|
|
//
|
|
|
|
@ -406,14 +426,57 @@
|
|
|
|
|
this.splitContainer3.SplitterDistance = 372;
|
|
|
|
|
this.splitContainer3.TabIndex = 0;
|
|
|
|
|
//
|
|
|
|
|
// listAppointments
|
|
|
|
|
//
|
|
|
|
|
this.listAppointments.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
|
|
this.listAppointments.FormattingEnabled = true;
|
|
|
|
|
this.listAppointments.Location = new System.Drawing.Point(0, 0);
|
|
|
|
|
this.listAppointments.Name = "listAppointments";
|
|
|
|
|
this.listAppointments.Size = new System.Drawing.Size(536, 372);
|
|
|
|
|
this.listAppointments.TabIndex = 0;
|
|
|
|
|
// dataAppointments
|
|
|
|
|
//
|
|
|
|
|
this.dataAppointments.AllowUserToAddRows = false;
|
|
|
|
|
this.dataAppointments.AllowUserToDeleteRows = false;
|
|
|
|
|
this.dataAppointments.AutoGenerateColumns = false;
|
|
|
|
|
this.dataAppointments.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
|
|
|
|
|
this.dataAppointments.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
|
|
|
|
this.dataAppointments.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
|
|
|
|
|
this.titleDataGridViewTextBoxColumn1,
|
|
|
|
|
this.Start,
|
|
|
|
|
this.End});
|
|
|
|
|
this.dataAppointments.DataSource = this.appointmentBindingSource;
|
|
|
|
|
this.dataAppointments.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
|
|
this.dataAppointments.Location = new System.Drawing.Point(0, 0);
|
|
|
|
|
this.dataAppointments.MultiSelect = false;
|
|
|
|
|
this.dataAppointments.Name = "dataAppointments";
|
|
|
|
|
this.dataAppointments.ReadOnly = true;
|
|
|
|
|
this.dataAppointments.Size = new System.Drawing.Size(536, 372);
|
|
|
|
|
this.dataAppointments.TabIndex = 0;
|
|
|
|
|
this.dataAppointments.CurrentCellChanged += new System.EventHandler(this.dataAppointments_CurrentCellChanged);
|
|
|
|
|
//
|
|
|
|
|
// titleDataGridViewTextBoxColumn1
|
|
|
|
|
//
|
|
|
|
|
this.titleDataGridViewTextBoxColumn1.DataPropertyName = "Title";
|
|
|
|
|
this.titleDataGridViewTextBoxColumn1.HeaderText = "Title";
|
|
|
|
|
this.titleDataGridViewTextBoxColumn1.Name = "titleDataGridViewTextBoxColumn1";
|
|
|
|
|
this.titleDataGridViewTextBoxColumn1.ReadOnly = true;
|
|
|
|
|
//
|
|
|
|
|
// Start
|
|
|
|
|
//
|
|
|
|
|
this.Start.DataPropertyName = "Start";
|
|
|
|
|
dataGridViewCellStyle1.Format = "G";
|
|
|
|
|
dataGridViewCellStyle1.NullValue = "0000-00-00 00:00:00";
|
|
|
|
|
this.Start.DefaultCellStyle = dataGridViewCellStyle1;
|
|
|
|
|
this.Start.HeaderText = "Start";
|
|
|
|
|
this.Start.Name = "Start";
|
|
|
|
|
this.Start.ReadOnly = true;
|
|
|
|
|
//
|
|
|
|
|
// End
|
|
|
|
|
//
|
|
|
|
|
this.End.DataPropertyName = "End";
|
|
|
|
|
dataGridViewCellStyle2.Format = "G";
|
|
|
|
|
dataGridViewCellStyle2.NullValue = "0000-00-00 00:00:00";
|
|
|
|
|
this.End.DefaultCellStyle = dataGridViewCellStyle2;
|
|
|
|
|
this.End.HeaderText = "End";
|
|
|
|
|
this.End.Name = "End";
|
|
|
|
|
this.End.ReadOnly = true;
|
|
|
|
|
//
|
|
|
|
|
// appointmentBindingSource
|
|
|
|
|
//
|
|
|
|
|
this.appointmentBindingSource.DataSource = typeof(NoteMan.Appointment);
|
|
|
|
|
//
|
|
|
|
|
// tableLayoutPanel2
|
|
|
|
|
//
|
|
|
|
@ -460,7 +523,6 @@
|
|
|
|
|
this.label4.TabIndex = 1;
|
|
|
|
|
this.label4.Text = "Description";
|
|
|
|
|
this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
|
|
|
this.label4.Click += new System.EventHandler(this.label4_Click);
|
|
|
|
|
//
|
|
|
|
|
// textAppointmentTitle
|
|
|
|
|
//
|
|
|
|
@ -541,7 +603,7 @@
|
|
|
|
|
//
|
|
|
|
|
// splitContainer4.Panel1
|
|
|
|
|
//
|
|
|
|
|
this.splitContainer4.Panel1.Controls.Add(this.listTodos);
|
|
|
|
|
this.splitContainer4.Panel1.Controls.Add(this.dataTodos);
|
|
|
|
|
//
|
|
|
|
|
// splitContainer4.Panel2
|
|
|
|
|
//
|
|
|
|
@ -550,14 +612,56 @@
|
|
|
|
|
this.splitContainer4.SplitterDistance = 372;
|
|
|
|
|
this.splitContainer4.TabIndex = 0;
|
|
|
|
|
//
|
|
|
|
|
// listTodos
|
|
|
|
|
//
|
|
|
|
|
this.listTodos.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
|
|
this.listTodos.FormattingEnabled = true;
|
|
|
|
|
this.listTodos.Location = new System.Drawing.Point(0, 0);
|
|
|
|
|
this.listTodos.Name = "listTodos";
|
|
|
|
|
this.listTodos.Size = new System.Drawing.Size(536, 372);
|
|
|
|
|
this.listTodos.TabIndex = 0;
|
|
|
|
|
// dataTodos
|
|
|
|
|
//
|
|
|
|
|
this.dataTodos.AllowUserToAddRows = false;
|
|
|
|
|
this.dataTodos.AllowUserToDeleteRows = false;
|
|
|
|
|
this.dataTodos.AutoGenerateColumns = false;
|
|
|
|
|
this.dataTodos.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
|
|
|
|
|
this.dataTodos.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
|
|
|
|
this.dataTodos.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
|
|
|
|
|
this.titleDataGridViewTextBoxColumn2,
|
|
|
|
|
this.Deadline,
|
|
|
|
|
this.Text});
|
|
|
|
|
this.dataTodos.DataSource = this.todoBindingSource;
|
|
|
|
|
this.dataTodos.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
|
|
this.dataTodos.Location = new System.Drawing.Point(0, 0);
|
|
|
|
|
this.dataTodos.MultiSelect = false;
|
|
|
|
|
this.dataTodos.Name = "dataTodos";
|
|
|
|
|
this.dataTodos.ReadOnly = true;
|
|
|
|
|
this.dataTodos.Size = new System.Drawing.Size(536, 372);
|
|
|
|
|
this.dataTodos.TabIndex = 0;
|
|
|
|
|
this.dataTodos.CurrentCellChanged += new System.EventHandler(this.dataTodos_CurrentCellChanged);
|
|
|
|
|
//
|
|
|
|
|
// titleDataGridViewTextBoxColumn2
|
|
|
|
|
//
|
|
|
|
|
this.titleDataGridViewTextBoxColumn2.DataPropertyName = "Title";
|
|
|
|
|
this.titleDataGridViewTextBoxColumn2.HeaderText = "Title";
|
|
|
|
|
this.titleDataGridViewTextBoxColumn2.Name = "titleDataGridViewTextBoxColumn2";
|
|
|
|
|
this.titleDataGridViewTextBoxColumn2.ReadOnly = true;
|
|
|
|
|
//
|
|
|
|
|
// Deadline
|
|
|
|
|
//
|
|
|
|
|
this.Deadline.DataPropertyName = "Deadline";
|
|
|
|
|
dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
|
|
|
|
|
dataGridViewCellStyle3.Format = "g";
|
|
|
|
|
dataGridViewCellStyle3.NullValue = "0000-00-00 00:00";
|
|
|
|
|
this.Deadline.DefaultCellStyle = dataGridViewCellStyle3;
|
|
|
|
|
this.Deadline.HeaderText = "Deadline";
|
|
|
|
|
this.Deadline.MaxInputLength = 20;
|
|
|
|
|
this.Deadline.Name = "Deadline";
|
|
|
|
|
this.Deadline.ReadOnly = true;
|
|
|
|
|
//
|
|
|
|
|
// Text
|
|
|
|
|
//
|
|
|
|
|
this.Text.DataPropertyName = "Text";
|
|
|
|
|
this.Text.HeaderText = "Text";
|
|
|
|
|
this.Text.Name = "Text";
|
|
|
|
|
this.Text.ReadOnly = true;
|
|
|
|
|
//
|
|
|
|
|
// todoBindingSource
|
|
|
|
|
//
|
|
|
|
|
this.todoBindingSource.DataSource = typeof(NoteMan.Todo);
|
|
|
|
|
//
|
|
|
|
|
// tableLayoutPanel3
|
|
|
|
|
//
|
|
|
|
@ -639,7 +743,10 @@
|
|
|
|
|
this.label9.TabIndex = 6;
|
|
|
|
|
this.label9.Text = "Deadline";
|
|
|
|
|
this.label9.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
|
|
|
this.label9.Click += new System.EventHandler(this.label9_Click);
|
|
|
|
|
//
|
|
|
|
|
// elementBindingSource
|
|
|
|
|
//
|
|
|
|
|
this.elementBindingSource.DataSource = typeof(NoteMan.Element);
|
|
|
|
|
//
|
|
|
|
|
// Form1
|
|
|
|
|
//
|
|
|
|
@ -647,11 +754,10 @@
|
|
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
|
|
this.ClientSize = new System.Drawing.Size(778, 598);
|
|
|
|
|
this.Controls.Add(this.splitContainer1);
|
|
|
|
|
this.Controls.Add(this.toolStrip1);
|
|
|
|
|
this.Controls.Add(this.toolStripMenu);
|
|
|
|
|
this.Name = "Form1";
|
|
|
|
|
this.Text = "NoteMan";
|
|
|
|
|
this.toolStrip1.ResumeLayout(false);
|
|
|
|
|
this.toolStrip1.PerformLayout();
|
|
|
|
|
this.toolStripMenu.ResumeLayout(false);
|
|
|
|
|
this.toolStripMenu.PerformLayout();
|
|
|
|
|
this.splitContainer1.Panel1.ResumeLayout(false);
|
|
|
|
|
this.splitContainer1.Panel1.PerformLayout();
|
|
|
|
|
this.splitContainer1.Panel2.ResumeLayout(false);
|
|
|
|
@ -663,6 +769,8 @@
|
|
|
|
|
this.splitContainer2.Panel2.ResumeLayout(false);
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).EndInit();
|
|
|
|
|
this.splitContainer2.ResumeLayout(false);
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.dataNotes)).EndInit();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.noteBindingSource)).EndInit();
|
|
|
|
|
this.tableLayoutPanel1.ResumeLayout(false);
|
|
|
|
|
this.tableLayoutPanel1.PerformLayout();
|
|
|
|
|
this.tabAppointments.ResumeLayout(false);
|
|
|
|
@ -670,6 +778,8 @@
|
|
|
|
|
this.splitContainer3.Panel2.ResumeLayout(false);
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.splitContainer3)).EndInit();
|
|
|
|
|
this.splitContainer3.ResumeLayout(false);
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.dataAppointments)).EndInit();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.appointmentBindingSource)).EndInit();
|
|
|
|
|
this.tableLayoutPanel2.ResumeLayout(false);
|
|
|
|
|
this.tableLayoutPanel2.PerformLayout();
|
|
|
|
|
this.tabTodos.ResumeLayout(false);
|
|
|
|
@ -677,8 +787,11 @@
|
|
|
|
|
this.splitContainer4.Panel2.ResumeLayout(false);
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.splitContainer4)).EndInit();
|
|
|
|
|
this.splitContainer4.ResumeLayout(false);
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.dataTodos)).EndInit();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.todoBindingSource)).EndInit();
|
|
|
|
|
this.tableLayoutPanel3.ResumeLayout(false);
|
|
|
|
|
this.tableLayoutPanel3.PerformLayout();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.elementBindingSource)).EndInit();
|
|
|
|
|
this.ResumeLayout(false);
|
|
|
|
|
this.PerformLayout();
|
|
|
|
|
|
|
|
|
@ -686,7 +799,7 @@
|
|
|
|
|
|
|
|
|
|
#endregion
|
|
|
|
|
|
|
|
|
|
private System.Windows.Forms.ToolStrip toolStrip1;
|
|
|
|
|
private System.Windows.Forms.ToolStrip toolStripMenu;
|
|
|
|
|
private System.Windows.Forms.SplitContainer splitContainer1;
|
|
|
|
|
private System.Windows.Forms.TabControl tabConrtolElements;
|
|
|
|
|
private System.Windows.Forms.TabPage tabNotes;
|
|
|
|
@ -695,25 +808,8 @@
|
|
|
|
|
private System.Windows.Forms.SplitContainer splitContainer3;
|
|
|
|
|
private System.Windows.Forms.TabPage tabTodos;
|
|
|
|
|
private System.Windows.Forms.SplitContainer splitContainer4;
|
|
|
|
|
private System.Windows.Forms.ToolStripDropDownButton toolStripDropDownButton2;
|
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem saveToolStripMenuItem;
|
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem saveAsToolStripMenuItem;
|
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem openToolStripMenuItem;
|
|
|
|
|
private System.Windows.Forms.ToolStripSeparator toolStripSeparator2;
|
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem exitToolStripMenuItem;
|
|
|
|
|
private System.Windows.Forms.ToolStripDropDownButton toolStripDropDownButton1;
|
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem newToolStripMenuItem;
|
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem editToolStripMenuItem;
|
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem deleteToolStripMenuItem;
|
|
|
|
|
private System.Windows.Forms.ToolStripDropDownButton toolStripDropDownButton3;
|
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem newToolStripMenuItem1;
|
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem editToolStripMenuItem1;
|
|
|
|
|
private System.Windows.Forms.ToolStripMenuItem deleteToolStripMenuItem1;
|
|
|
|
|
private System.Windows.Forms.ListBox listProjects;
|
|
|
|
|
private System.Windows.Forms.Label labelProjects;
|
|
|
|
|
private System.Windows.Forms.ListBox listNotes;
|
|
|
|
|
private System.Windows.Forms.ListBox listAppointments;
|
|
|
|
|
private System.Windows.Forms.ListBox listTodos;
|
|
|
|
|
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
|
|
|
|
|
private System.Windows.Forms.Label label1;
|
|
|
|
|
private System.Windows.Forms.Label label2;
|
|
|
|
@ -735,6 +831,31 @@
|
|
|
|
|
private System.Windows.Forms.TextBox textTodoDescription;
|
|
|
|
|
private System.Windows.Forms.DateTimePicker dateTimePickerTodoDeadline;
|
|
|
|
|
private System.Windows.Forms.Label label9;
|
|
|
|
|
private System.Windows.Forms.DataGridView dataNotes;
|
|
|
|
|
private System.Windows.Forms.DataGridView dataAppointments;
|
|
|
|
|
private System.Windows.Forms.DataGridView dataTodos;
|
|
|
|
|
private System.Windows.Forms.BindingSource noteBindingSource;
|
|
|
|
|
private System.Windows.Forms.BindingSource appointmentBindingSource;
|
|
|
|
|
private System.Windows.Forms.BindingSource todoBindingSource;
|
|
|
|
|
private System.Windows.Forms.BindingSource elementBindingSource;
|
|
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn titleDataGridViewTextBoxColumn;
|
|
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn1;
|
|
|
|
|
private System.Windows.Forms.ToolStripButton toolStripBtnNewProject;
|
|
|
|
|
private System.Windows.Forms.ToolStripButton toolStripBtnExportXml;
|
|
|
|
|
private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
|
|
|
|
|
private System.Windows.Forms.ToolStripLabel toolStripLabel1;
|
|
|
|
|
private System.Windows.Forms.ToolStripButton toolStripBtnNewElement;
|
|
|
|
|
private System.Windows.Forms.ToolStripButton toolStripBtnDeleteElement;
|
|
|
|
|
private System.Windows.Forms.ToolStripButton toolStripBtnSaveElement;
|
|
|
|
|
private System.Windows.Forms.ToolStripSeparator toolStripSeparator3;
|
|
|
|
|
private System.Windows.Forms.ToolStripButton toolStripBtnExitApplication;
|
|
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn titleDataGridViewTextBoxColumn1;
|
|
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn Start;
|
|
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn End;
|
|
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn titleDataGridViewTextBoxColumn2;
|
|
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn Deadline;
|
|
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn Text;
|
|
|
|
|
private System.Windows.Forms.ToolStripButton toolStripBtnRenameProject;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|