Example #1
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
     C1.C1Schedule.Printing.PrintStyle printStyle1            = new C1.C1Schedule.Printing.PrintStyle();
     C1.C1Schedule.Printing.PrintStyle printStyle2            = new C1.C1Schedule.Printing.PrintStyle();
     C1.C1Schedule.Printing.PrintStyle printStyle3            = new C1.C1Schedule.Printing.PrintStyle();
     C1.C1Schedule.Printing.PrintStyle printStyle4            = new C1.C1Schedule.Printing.PrintStyle();
     C1.C1Schedule.Printing.PrintStyle printStyle5            = new C1.C1Schedule.Printing.PrintStyle();
     this.splitter1             = new System.Windows.Forms.Splitter();
     this.menuStrip1            = new System.Windows.Forms.MenuStrip();
     this.fileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.exitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this._DayView                        = new System.Windows.Forms.ToolStripMenuItem();
     this._workWeek                       = new System.Windows.Forms.ToolStripMenuItem();
     this._week                           = new System.Windows.Forms.ToolStripMenuItem();
     this._month                          = new System.Windows.Forms.ToolStripMenuItem();
     this._timeLine                       = new System.Windows.Forms.ToolStripMenuItem();
     this._today                          = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripVisualStyle            = new System.Windows.Forms.ToolStripMenuItem();
     this.cmbVisualStyle                  = new System.Windows.Forms.ToolStripComboBox();
     this.groupingToolStripMenuItem       = new System.Windows.Forms.ToolStripMenuItem();
     this.groupByToolStripMenuItem        = new System.Windows.Forms.ToolStripMenuItem();
     this.noneToolStripMenuItem           = new System.Windows.Forms.ToolStripMenuItem();
     this.contactToolStripMenuItem        = new System.Windows.Forms.ToolStripMenuItem();
     this.categoryToolStripMenuItem       = new System.Windows.Forms.ToolStripMenuItem();
     this.resourceToolStripMenuItem       = new System.Windows.Forms.ToolStripMenuItem();
     this.groupPageSizeToolStripMenuItem  = new System.Windows.Forms.ToolStripMenuItem();
     this.cmbGroupPageSize                = new System.Windows.Forms.ToolStripComboBox();
     this.showEmptyGroupToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.c1Schedule1                     = new C1.Win.C1Schedule.C1Schedule();
     this.c1NWindDataSet1                 = new TestSchedule.C1NwindDataSet();
     this.c1Calendar1                     = new C1.Win.C1Schedule.C1Calendar();
     this.appointeesTableAdapter1         = new TestSchedule.C1NwindDataSetTableAdapters.AppointeesTableAdapter();
     this.appointmentsTableAdapter1       = new TestSchedule.C1NwindDataSetTableAdapters.AppointmentsTableAdapter();
     this.menuStrip1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.c1Schedule1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.c1Schedule1.DataStorage.AppointmentStorage)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.c1Schedule1.DataStorage.CategoryStorage)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.c1Schedule1.DataStorage.ContactStorage)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.c1Schedule1.DataStorage.LabelStorage)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.c1Schedule1.DataStorage.OwnerStorage)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.c1Schedule1.DataStorage.ResourceStorage)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.c1Schedule1.DataStorage.StatusStorage)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.c1NWindDataSet1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.c1Calendar1)).BeginInit();
     this.SuspendLayout();
     //
     // splitter1
     //
     this.splitter1.ImeMode  = System.Windows.Forms.ImeMode.NoControl;
     this.splitter1.Location = new System.Drawing.Point(204, 24);
     this.splitter1.Margin   = new System.Windows.Forms.Padding(2);
     this.splitter1.Name     = "splitter1";
     this.splitter1.Size     = new System.Drawing.Size(2, 462);
     this.splitter1.TabIndex = 1;
     this.splitter1.TabStop  = false;
     //
     // menuStrip1
     //
     this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.fileToolStripMenuItem,
         this._DayView,
         this._workWeek,
         this._week,
         this._month,
         this._timeLine,
         this._today,
         this.toolStripVisualStyle,
         this.groupingToolStripMenuItem
     });
     this.menuStrip1.Location         = new System.Drawing.Point(0, 0);
     this.menuStrip1.Name             = "menuStrip1";
     this.menuStrip1.Padding          = new System.Windows.Forms.Padding(4, 2, 0, 2);
     this.menuStrip1.ShowItemToolTips = true;
     this.menuStrip1.Size             = new System.Drawing.Size(789, 24);
     this.menuStrip1.TabIndex         = 3;
     this.menuStrip1.Text             = "menuStrip1";
     //
     // fileToolStripMenuItem
     //
     this.fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.exitToolStripMenuItem
     });
     this.fileToolStripMenuItem.Name = "fileToolStripMenuItem";
     this.fileToolStripMenuItem.Size = new System.Drawing.Size(37, 20);
     this.fileToolStripMenuItem.Text = "File";
     //
     // exitToolStripMenuItem
     //
     this.exitToolStripMenuItem.Name   = "exitToolStripMenuItem";
     this.exitToolStripMenuItem.Size   = new System.Drawing.Size(92, 22);
     this.exitToolStripMenuItem.Text   = "Exit";
     this.exitToolStripMenuItem.Click += new System.EventHandler(this.exitToolStripMenuItem_Click);
     //
     // _DayView
     //
     this._DayView.AutoToolTip  = true;
     this._DayView.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this._DayView.Image        = ((System.Drawing.Image)(resources.GetObject("_DayView.Image")));
     this._DayView.Name         = "_DayView";
     this._DayView.Size         = new System.Drawing.Size(28, 20);
     this._DayView.Text         = "Day View";
     this._DayView.ToolTipText  = "Day View";
     this._DayView.Click       += new System.EventHandler(this._DayView_Click);
     //
     // _workWeek
     //
     this._workWeek.AutoToolTip  = true;
     this._workWeek.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this._workWeek.Image        = ((System.Drawing.Image)(resources.GetObject("_workWeek.Image")));
     this._workWeek.Name         = "_workWeek";
     this._workWeek.Size         = new System.Drawing.Size(28, 20);
     this._workWeek.ToolTipText  = "Work Week View";
     this._workWeek.Click       += new System.EventHandler(this._workWeek_Click);
     //
     // _week
     //
     this._week.AutoToolTip  = true;
     this._week.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this._week.Image        = ((System.Drawing.Image)(resources.GetObject("_week.Image")));
     this._week.Name         = "_week";
     this._week.Size         = new System.Drawing.Size(28, 20);
     this._week.Text         = "toolStripMenuItem1";
     this._week.ToolTipText  = "Week View";
     this._week.Click       += new System.EventHandler(this._week_Click);
     //
     // _month
     //
     this._month.AutoToolTip  = true;
     this._month.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this._month.Image        = ((System.Drawing.Image)(resources.GetObject("_month.Image")));
     this._month.Name         = "_month";
     this._month.Size         = new System.Drawing.Size(28, 20);
     this._month.Text         = "toolStripMenuItem1";
     this._month.ToolTipText  = "Month View";
     this._month.Click       += new System.EventHandler(this._month_Click);
     //
     // _timeLine
     //
     this._timeLine.AutoToolTip           = true;
     this._timeLine.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this._timeLine.Image                 = ((System.Drawing.Image)(resources.GetObject("_timeLine.Image")));
     this._timeLine.ImageTransparentColor = System.Drawing.Color.Magenta;
     this._timeLine.Name        = "_timeLine";
     this._timeLine.Size        = new System.Drawing.Size(28, 20);
     this._timeLine.Text        = "toolStripMenuItem1";
     this._timeLine.ToolTipText = "Time Line";
     this._timeLine.Click      += new System.EventHandler(this._timeLine_Click);
     //
     // _today
     //
     this._today.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     this._today.Name         = "_today";
     this._today.Size         = new System.Drawing.Size(52, 20);
     this._today.Text         = "Today";
     this._today.Click       += new System.EventHandler(this._today_Click);
     //
     // toolStripVisualStyle
     //
     this.toolStripVisualStyle.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.cmbVisualStyle
     });
     this.toolStripVisualStyle.Name = "toolStripVisualStyle";
     this.toolStripVisualStyle.Size = new System.Drawing.Size(78, 20);
     this.toolStripVisualStyle.Text = "Visual Style";
     //
     // cmbVisualStyle
     //
     this.cmbVisualStyle.DropDownStyle         = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cmbVisualStyle.Name                  = "cmbVisualStyle";
     this.cmbVisualStyle.Size                  = new System.Drawing.Size(121, 23);
     this.cmbVisualStyle.SelectedIndexChanged += new System.EventHandler(this.cmbVisualStyle_SelectedIndexChanged);
     //
     // groupingToolStripMenuItem
     //
     this.groupingToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.groupByToolStripMenuItem,
         this.groupPageSizeToolStripMenuItem,
         this.showEmptyGroupToolStripMenuItem
     });
     this.groupingToolStripMenuItem.Name = "groupingToolStripMenuItem";
     this.groupingToolStripMenuItem.Size = new System.Drawing.Size(69, 20);
     this.groupingToolStripMenuItem.Text = "Grouping";
     //
     // groupByToolStripMenuItem
     //
     this.groupByToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.noneToolStripMenuItem,
         this.contactToolStripMenuItem,
         this.categoryToolStripMenuItem,
         this.resourceToolStripMenuItem
     });
     this.groupByToolStripMenuItem.Name = "groupByToolStripMenuItem";
     this.groupByToolStripMenuItem.Size = new System.Drawing.Size(176, 22);
     this.groupByToolStripMenuItem.Text = "Group By";
     //
     // noneToolStripMenuItem
     //
     this.noneToolStripMenuItem.Checked      = true;
     this.noneToolStripMenuItem.CheckOnClick = true;
     this.noneToolStripMenuItem.CheckState   = System.Windows.Forms.CheckState.Checked;
     this.noneToolStripMenuItem.Name         = "noneToolStripMenuItem";
     this.noneToolStripMenuItem.Size         = new System.Drawing.Size(122, 22);
     this.noneToolStripMenuItem.Text         = "None";
     this.noneToolStripMenuItem.Click       += new System.EventHandler(this.noneToolStripMenuItem_Click);
     //
     // contactToolStripMenuItem
     //
     this.contactToolStripMenuItem.CheckOnClick = true;
     this.contactToolStripMenuItem.Name         = "contactToolStripMenuItem";
     this.contactToolStripMenuItem.Size         = new System.Drawing.Size(122, 22);
     this.contactToolStripMenuItem.Text         = "Contact";
     this.contactToolStripMenuItem.Click       += new System.EventHandler(this.contactToolStripMenuItem_Click);
     //
     // categoryToolStripMenuItem
     //
     this.categoryToolStripMenuItem.CheckOnClick = true;
     this.categoryToolStripMenuItem.Name         = "categoryToolStripMenuItem";
     this.categoryToolStripMenuItem.Size         = new System.Drawing.Size(122, 22);
     this.categoryToolStripMenuItem.Text         = "Category";
     this.categoryToolStripMenuItem.Click       += new System.EventHandler(this.categoryToolStripMenuItem_Click);
     //
     // resourceToolStripMenuItem
     //
     this.resourceToolStripMenuItem.CheckOnClick = true;
     this.resourceToolStripMenuItem.Name         = "resourceToolStripMenuItem";
     this.resourceToolStripMenuItem.Size         = new System.Drawing.Size(122, 22);
     this.resourceToolStripMenuItem.Text         = "Resource";
     this.resourceToolStripMenuItem.Click       += new System.EventHandler(this.resourceToolStripMenuItem_Click);
     //
     // groupPageSizeToolStripMenuItem
     //
     this.groupPageSizeToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.cmbGroupPageSize
     });
     this.groupPageSizeToolStripMenuItem.Name = "groupPageSizeToolStripMenuItem";
     this.groupPageSizeToolStripMenuItem.Size = new System.Drawing.Size(176, 22);
     this.groupPageSizeToolStripMenuItem.Text = "Group Page Size";
     //
     // cmbGroupPageSize
     //
     this.cmbGroupPageSize.DropDownStyle         = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cmbGroupPageSize.DropDownWidth         = 30;
     this.cmbGroupPageSize.Margin                = new System.Windows.Forms.Padding(0);
     this.cmbGroupPageSize.MaxLength             = 2;
     this.cmbGroupPageSize.Name                  = "cmbGroupPageSize";
     this.cmbGroupPageSize.Size                  = new System.Drawing.Size(75, 23);
     this.cmbGroupPageSize.SelectedIndexChanged += new System.EventHandler(this.cmbGroupPageSize_SelectedIndexChanged);
     //
     // showEmptyGroupToolStripMenuItem
     //
     this.showEmptyGroupToolStripMenuItem.CheckOnClick = true;
     this.showEmptyGroupToolStripMenuItem.Name         = "showEmptyGroupToolStripMenuItem";
     this.showEmptyGroupToolStripMenuItem.Size         = new System.Drawing.Size(176, 22);
     this.showEmptyGroupToolStripMenuItem.Text         = "Show Empty Group";
     this.showEmptyGroupToolStripMenuItem.Click       += new System.EventHandler(this.showEmptyGroupToolStripMenuItem_Click);
     //
     // c1Schedule1
     //
     //
     //
     //
     this.c1Schedule1.CalendarInfo.DateFormatString = "M/d/yyyy";
     this.c1Schedule1.CalendarInfo.EndDayTime       = System.TimeSpan.Parse("18:00:00");
     this.c1Schedule1.CalendarInfo.StartDayTime     = System.TimeSpan.Parse("06:00:00");
     this.c1Schedule1.CalendarInfo.TimeScale        = System.TimeSpan.Parse("00:30:00");
     this.c1Schedule1.CalendarInfo.WeekStart        = System.DayOfWeek.Monday;
     this.c1Schedule1.CalendarInfo.WorkDays.AddRange(new System.DayOfWeek[] {
         System.DayOfWeek.Monday,
         System.DayOfWeek.Tuesday,
         System.DayOfWeek.Wednesday,
         System.DayOfWeek.Thursday,
         System.DayOfWeek.Friday
     });
     //
     //
     //
     //
     //
     //
     this.c1Schedule1.DataStorage.AppointmentStorage.DataMember = "Appointments";
     this.c1Schedule1.DataStorage.AppointmentStorage.DataSource = this.c1NWindDataSet1;
     //
     //
     //
     //
     //
     //
     this.c1Schedule1.DataStorage.AppointmentStorage.Mappings.AppointmentProperties.MappingName = "Properties";
     //
     //
     //
     this.c1Schedule1.DataStorage.AppointmentStorage.Mappings.Body.MappingName = "Body";
     //
     //
     //
     this.c1Schedule1.DataStorage.AppointmentStorage.Mappings.End.MappingName = "End";
     //
     //
     //
     this.c1Schedule1.DataStorage.AppointmentStorage.Mappings.IdMapping.MappingName = "Id";
     //
     //
     //
     this.c1Schedule1.DataStorage.AppointmentStorage.Mappings.Location.MappingName = "Location";
     //
     //
     //
     this.c1Schedule1.DataStorage.AppointmentStorage.Mappings.Start.MappingName = "Start";
     //
     //
     //
     this.c1Schedule1.DataStorage.AppointmentStorage.Mappings.Subject.MappingName = "Subject";
     //
     //
     //
     this.c1Schedule1.DataStorage.ContactStorage.DataMember = "Appointees";
     this.c1Schedule1.DataStorage.ContactStorage.DataSource = this.c1NWindDataSet1;
     //
     //
     //
     //
     //
     //
     this.c1Schedule1.DataStorage.ContactStorage.Mappings.IndexMapping.MappingName = "EmployeeID";
     //
     //
     //
     this.c1Schedule1.DataStorage.ContactStorage.Mappings.TextMapping.MappingName = "FirstName";
     this.c1Schedule1.Dock          = System.Windows.Forms.DockStyle.Fill;
     this.c1Schedule1.GroupPageSize = 2;
     this.c1Schedule1.Location      = new System.Drawing.Point(206, 24);
     this.c1Schedule1.Margin        = new System.Windows.Forms.Padding(2);
     this.c1Schedule1.Name          = "c1Schedule1";
     printStyle1.Description        = "Daily Style";
     printStyle1.PreviewImage       = ((System.Drawing.Image)(resources.GetObject("printStyle1.PreviewImage")));
     printStyle1.StyleName          = "Daily";
     printStyle1.StyleSource        = "day.c1d";
     printStyle2.Description        = "Weekly Style";
     printStyle2.PreviewImage       = ((System.Drawing.Image)(resources.GetObject("printStyle2.PreviewImage")));
     printStyle2.StyleName          = "Week";
     printStyle2.StyleSource        = "week.c1d";
     printStyle3.Description        = "Monthly Style";
     printStyle3.PreviewImage       = ((System.Drawing.Image)(resources.GetObject("printStyle3.PreviewImage")));
     printStyle3.StyleName          = "Month";
     printStyle3.StyleSource        = "month.c1d";
     printStyle4.Description        = "Details Style";
     printStyle4.PreviewImage       = ((System.Drawing.Image)(resources.GetObject("printStyle4.PreviewImage")));
     printStyle4.StyleName          = "Details";
     printStyle4.StyleSource        = "details.c1d";
     printStyle5.Context            = C1.C1Schedule.Printing.PrintContextType.Appointment;
     printStyle5.Description        = "Memo Style";
     printStyle5.PreviewImage       = ((System.Drawing.Image)(resources.GetObject("printStyle5.PreviewImage")));
     printStyle5.StyleName          = "Memo";
     printStyle5.StyleSource        = "memo.c1d";
     this.c1Schedule1.PrintInfo.PrintStyles.AddRange(new C1.C1Schedule.Printing.PrintStyle[] {
         printStyle1,
         printStyle2,
         printStyle3,
         printStyle4,
         printStyle5
     });
     //
     //
     //
     this.c1Schedule1.Settings.AllowCategoriesEditing        = false;
     this.c1Schedule1.Settings.AllowCategoriesMultiSelection = false;
     this.c1Schedule1.Settings.AllowContactsEditing          = false;
     this.c1Schedule1.Settings.AllowContactsMultiSelection   = false;
     this.c1Schedule1.Settings.FirstVisibleTime = System.TimeSpan.Parse("06:00:00");
     this.c1Schedule1.Size     = new System.Drawing.Size(583, 462);
     this.c1Schedule1.TabIndex = 2;
     this.c1Schedule1.ViewType = C1.Win.C1Schedule.ScheduleViewEnum.WorkWeekView;
     //
     // c1NWindDataSet1
     //
     this.c1NWindDataSet1.DataSetName             = "C1NWindDataSet";
     this.c1NWindDataSet1.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
     //
     // c1Calendar1
     //
     this.c1Calendar1.BoldedDates        = new System.DateTime[0];
     this.c1Calendar1.CalendarDimensions = 3;
     this.c1Calendar1.Dock        = System.Windows.Forms.DockStyle.Left;
     this.c1Calendar1.ImeMode     = System.Windows.Forms.ImeMode.NoControl;
     this.c1Calendar1.Location    = new System.Drawing.Point(0, 24);
     this.c1Calendar1.Margin      = new System.Windows.Forms.Padding(2);
     this.c1Calendar1.Name        = "c1Calendar1";
     this.c1Calendar1.Schedule    = this.c1Schedule1;
     this.c1Calendar1.Size        = new System.Drawing.Size(204, 462);
     this.c1Calendar1.TabIndex    = 0;
     this.c1Calendar1.VisualStyle = C1.Win.C1Schedule.UI.VisualStyle.Office2007Black;
     //
     // appointeesTableAdapter1
     //
     this.appointeesTableAdapter1.ClearBeforeFill = true;
     //
     // appointmentsTableAdapter1
     //
     this.appointmentsTableAdapter1.ClearBeforeFill = true;
     //
     // Form1
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(789, 486);
     this.Controls.Add(this.c1Schedule1);
     this.Controls.Add(this.splitter1);
     this.Controls.Add(this.c1Calendar1);
     this.Controls.Add(this.menuStrip1);
     this.Icon          = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MainMenuStrip = this.menuStrip1;
     this.Margin        = new System.Windows.Forms.Padding(2);
     this.Name          = "Form1";
     this.Text          = "C1Schedule Test Application";
     this.FormClosing  += new System.Windows.Forms.FormClosingEventHandler(this.Form1_FormClosing);
     this.Load         += new System.EventHandler(this.Form1_Load);
     this.menuStrip1.ResumeLayout(false);
     this.menuStrip1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.c1Schedule1.DataStorage.AppointmentStorage)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.c1Schedule1.DataStorage.CategoryStorage)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.c1Schedule1.DataStorage.ContactStorage)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.c1Schedule1.DataStorage.LabelStorage)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.c1Schedule1.DataStorage.OwnerStorage)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.c1Schedule1.DataStorage.ResourceStorage)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.c1Schedule1.DataStorage.StatusStorage)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.c1Schedule1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.c1NWindDataSet1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.c1Calendar1)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Example #2
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     C1.C1Schedule.Printing.PrintStyle printStyle1            = new C1.C1Schedule.Printing.PrintStyle();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(DragDrop));
     C1.C1Schedule.Printing.PrintStyle printStyle2            = new C1.C1Schedule.Printing.PrintStyle();
     C1.C1Schedule.Printing.PrintStyle printStyle3            = new C1.C1Schedule.Printing.PrintStyle();
     C1.C1Schedule.Printing.PrintStyle printStyle4            = new C1.C1Schedule.Printing.PrintStyle();
     C1.C1Schedule.Printing.PrintStyle printStyle5            = new C1.C1Schedule.Printing.PrintStyle();
     C1.C1Schedule.Printing.PrintStyle printStyle6            = new C1.C1Schedule.Printing.PrintStyle();
     C1.C1Schedule.Printing.PrintStyle printStyle7            = new C1.C1Schedule.Printing.PrintStyle();
     C1.C1Schedule.Printing.PrintStyle printStyle8            = new C1.C1Schedule.Printing.PrintStyle();
     C1.C1Schedule.Printing.PrintStyle printStyle9            = new C1.C1Schedule.Printing.PrintStyle();
     C1.C1Schedule.Printing.PrintStyle printStyle10           = new C1.C1Schedule.Printing.PrintStyle();
     this.c1FlexGrid1     = new C1.Win.C1FlexGrid.C1FlexGrid();
     this.c1Schedule1     = new C1.Win.C1Schedule.C1Schedule();
     this.splitContainer3 = new System.Windows.Forms.SplitContainer();
     this.panel1          = new System.Windows.Forms.Panel();
     this.label1          = new System.Windows.Forms.Label();
     this.pictureBox1     = new System.Windows.Forms.PictureBox();
     this.c1Schedule2     = new C1.Win.C1Schedule.C1Schedule();
     this.panel2          = new System.Windows.Forms.Panel();
     this.label2          = new System.Windows.Forms.Label();
     this.pictureBox2     = new System.Windows.Forms.PictureBox();
     this.splitContainer2 = new System.Windows.Forms.SplitContainer();
     this.c1Calendar1     = new C1.Win.C1Schedule.C1Calendar();
     this.splitter1       = new System.Windows.Forms.Splitter();
     ((System.ComponentModel.ISupportInitialize)(this.c1FlexGrid1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.c1Schedule1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer3)).BeginInit();
     this.splitContainer3.Panel1.SuspendLayout();
     this.splitContainer3.Panel2.SuspendLayout();
     this.splitContainer3.SuspendLayout();
     this.panel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.c1Schedule2)).BeginInit();
     this.panel2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).BeginInit();
     this.splitContainer2.Panel1.SuspendLayout();
     this.splitContainer2.Panel2.SuspendLayout();
     this.splitContainer2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.c1Calendar1)).BeginInit();
     this.SuspendLayout();
     //
     // c1FlexGrid1
     //
     this.c1FlexGrid1.AllowDragging    = C1.Win.C1FlexGrid.AllowDraggingEnum.None;
     this.c1FlexGrid1.BorderStyle      = C1.Win.C1FlexGrid.Util.BaseControls.BorderStyleEnum.None;
     this.c1FlexGrid1.ColumnInfo       = "2,1,0,0,0,85,Columns:0{Width:25;}\t1{Width:145;}\t";
     this.c1FlexGrid1.Dock             = System.Windows.Forms.DockStyle.Fill;
     this.c1FlexGrid1.DragMode         = C1.Win.C1FlexGrid.DragModeEnum.Automatic;
     this.c1FlexGrid1.Location         = new System.Drawing.Point(0, 0);
     this.c1FlexGrid1.Margin           = new System.Windows.Forms.Padding(4, 4, 4, 4);
     this.c1FlexGrid1.Name             = "c1FlexGrid1";
     this.c1FlexGrid1.Rows.Count       = 1;
     this.c1FlexGrid1.Rows.DefaultSize = 17;
     this.c1FlexGrid1.SelectionMode    = C1.Win.C1FlexGrid.SelectionModeEnum.Row;
     this.c1FlexGrid1.Size             = new System.Drawing.Size(261, 201);
     this.c1FlexGrid1.TabIndex         = 0;
     this.c1FlexGrid1.VisualStyle      = C1.Win.C1FlexGrid.VisualStyle.Office2010Blue;
     //
     // c1Schedule1
     //
     this.c1Schedule1.AllowDrop   = true;
     this.c1Schedule1.BorderStyle = System.Windows.Forms.BorderStyle.None;
     //
     //
     //
     this.c1Schedule1.CalendarInfo.CultureInfo      = new System.Globalization.CultureInfo("en-US");
     this.c1Schedule1.CalendarInfo.DateFormatString = "M/d/yyyy";
     this.c1Schedule1.CalendarInfo.EndDayTime       = System.TimeSpan.Parse("19:00:00");
     this.c1Schedule1.CalendarInfo.StartDayTime     = System.TimeSpan.Parse("07:00:00");
     this.c1Schedule1.CalendarInfo.TimeScale        = System.TimeSpan.Parse("00:30:00");
     this.c1Schedule1.CalendarInfo.WeekStart        = System.DayOfWeek.Sunday;
     this.c1Schedule1.CalendarInfo.WorkDays.AddRange(new System.DayOfWeek[] {
         System.DayOfWeek.Monday,
         System.DayOfWeek.Tuesday,
         System.DayOfWeek.Wednesday,
         System.DayOfWeek.Thursday,
         System.DayOfWeek.Friday
     });
     this.c1Schedule1.Dock          = System.Windows.Forms.DockStyle.Fill;
     this.c1Schedule1.GroupPageSize = 2;
     this.c1Schedule1.Location      = new System.Drawing.Point(0, 49);
     this.c1Schedule1.Margin        = new System.Windows.Forms.Padding(4, 4, 4, 4);
     this.c1Schedule1.Name          = "c1Schedule1";
     printStyle1.Description        = "Daily Style";
     printStyle1.PreviewImage       = ((System.Drawing.Image)(resources.GetObject("printStyle1.PreviewImage")));
     printStyle1.StyleName          = "Daily";
     printStyle1.StyleSource        = "day.c1d";
     printStyle2.Description        = "Weekly Style";
     printStyle2.PreviewImage       = ((System.Drawing.Image)(resources.GetObject("printStyle2.PreviewImage")));
     printStyle2.StyleName          = "Week";
     printStyle2.StyleSource        = "week.c1d";
     printStyle3.Description        = "Monthly Style";
     printStyle3.PreviewImage       = ((System.Drawing.Image)(resources.GetObject("printStyle3.PreviewImage")));
     printStyle3.StyleName          = "Month";
     printStyle3.StyleSource        = "month.c1d";
     printStyle4.Description        = "Details Style";
     printStyle4.PreviewImage       = ((System.Drawing.Image)(resources.GetObject("printStyle4.PreviewImage")));
     printStyle4.StyleName          = "Details";
     printStyle4.StyleSource        = "details.c1d";
     printStyle5.Context            = C1.C1Schedule.Printing.PrintContextType.Appointment;
     printStyle5.Description        = "Memo Style";
     printStyle5.PreviewImage       = ((System.Drawing.Image)(resources.GetObject("printStyle5.PreviewImage")));
     printStyle5.StyleName          = "Memo";
     printStyle5.StyleSource        = "memo.c1d";
     this.c1Schedule1.PrintInfo.PrintStyles.AddRange(new C1.C1Schedule.Printing.PrintStyle[] {
         printStyle1,
         printStyle2,
         printStyle3,
         printStyle4,
         printStyle5
     });
     //
     //
     //
     this.c1Schedule1.Settings.FirstVisibleTime = System.TimeSpan.Parse("08:00:00");
     this.c1Schedule1.ShowReminderForm          = false;
     this.c1Schedule1.Size              = new System.Drawing.Size(264, 500);
     this.c1Schedule1.BorderStyle       = System.Windows.Forms.BorderStyle.FixedSingle;
     this.c1Schedule1.TabIndex          = 2;
     this.c1Schedule1.SelectionChanged += new System.EventHandler <C1.Win.C1Schedule.SelectionChangedEventArgs>(this.c1Schedule1_SelectionChanged);
     this.c1Schedule1.DragDrop         += new System.Windows.Forms.DragEventHandler(this.c1Schedule1_DragDrop);
     this.c1Schedule1.MouseDown        += new System.Windows.Forms.MouseEventHandler(this.c1Schedule_MouseDown);
     //
     // splitContainer3
     //
     this.splitContainer3.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.splitContainer3.Location = new System.Drawing.Point(0, 0);
     this.splitContainer3.Margin   = new System.Windows.Forms.Padding(4, 4, 4, 4);
     this.splitContainer3.Name     = "splitContainer3";
     //
     // splitContainer3.Panel1
     //
     this.splitContainer3.Panel1.Controls.Add(this.c1Schedule1);
     this.splitContainer3.Panel1.Controls.Add(this.panel1);
     //
     // splitContainer3.Panel2
     //
     this.splitContainer3.Panel2.Controls.Add(this.c1Schedule2);
     this.splitContainer3.Panel2.Controls.Add(this.panel2);
     this.splitContainer3.Size             = new System.Drawing.Size(528, 549);
     this.splitContainer3.SplitterDistance = 264;
     this.splitContainer3.SplitterWidth    = 5;
     this.splitContainer3.TabIndex         = 0;
     //
     // panel1
     //
     this.panel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(231)))), ((int)(((byte)(239)))), ((int)(((byte)(255)))));
     this.panel1.Controls.Add(this.label1);
     this.panel1.Controls.Add(this.pictureBox1);
     this.panel1.Dock     = System.Windows.Forms.DockStyle.Top;
     this.panel1.Location = new System.Drawing.Point(0, 0);
     this.panel1.Margin   = new System.Windows.Forms.Padding(4, 4, 4, 4);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(264, 49);
     this.panel1.TabIndex = 1;
     //
     // label1
     //
     this.label1.Font     = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label1.Location = new System.Drawing.Point(16, 11);
     this.label1.Margin   = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(173, 28);
     this.label1.TabIndex = 1;
     this.label1.AutoSize = true;
     this.label1.Text     = "Nancy Davolio";
     //
     // pictureBox1
     //
     this.pictureBox1.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.pictureBox1.Image    = global::ControlExplorer.Properties.Resources.User;
     this.pictureBox1.Location = new System.Drawing.Point(215, 2);
     this.pictureBox1.Padding  = new System.Windows.Forms.Padding(4, 4, 4, 4);
     this.pictureBox1.Name     = "pictureBox1";
     this.pictureBox1.Dock     = System.Windows.Forms.DockStyle.Right;
     this.pictureBox1.Size     = new System.Drawing.Size(45, 46);
     this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage;
     this.pictureBox1.TabIndex = 0;
     this.pictureBox1.TabStop  = false;
     //
     // c1Schedule2
     //
     this.c1Schedule2.AllowDrop   = true;
     this.c1Schedule2.BorderStyle = System.Windows.Forms.BorderStyle.None;
     //
     //
     //
     this.c1Schedule2.CalendarInfo.CultureInfo      = new System.Globalization.CultureInfo("en-US");
     this.c1Schedule2.CalendarInfo.DateFormatString = "M/d/yyyy";
     this.c1Schedule2.CalendarInfo.EndDayTime       = System.TimeSpan.Parse("19:00:00");
     this.c1Schedule2.CalendarInfo.StartDayTime     = System.TimeSpan.Parse("07:00:00");
     this.c1Schedule2.CalendarInfo.TimeScale        = System.TimeSpan.Parse("00:30:00");
     this.c1Schedule2.CalendarInfo.WeekStart        = System.DayOfWeek.Sunday;
     this.c1Schedule2.CalendarInfo.WorkDays.AddRange(new System.DayOfWeek[] {
         System.DayOfWeek.Monday,
         System.DayOfWeek.Tuesday,
         System.DayOfWeek.Wednesday,
         System.DayOfWeek.Thursday,
         System.DayOfWeek.Friday
     });
     this.c1Schedule2.Dock          = System.Windows.Forms.DockStyle.Fill;
     this.c1Schedule2.GroupPageSize = 2;
     this.c1Schedule2.Location      = new System.Drawing.Point(0, 49);
     this.c1Schedule2.Margin        = new System.Windows.Forms.Padding(4, 4, 4, 4);
     this.c1Schedule2.Name          = "c1Schedule2";
     printStyle6.Description        = "Daily Style";
     printStyle6.PreviewImage       = ((System.Drawing.Image)(resources.GetObject("printStyle6.PreviewImage")));
     printStyle6.StyleName          = "Daily";
     printStyle6.StyleSource        = "day.c1d";
     printStyle7.Description        = "Weekly Style";
     printStyle7.PreviewImage       = ((System.Drawing.Image)(resources.GetObject("printStyle7.PreviewImage")));
     printStyle7.StyleName          = "Week";
     printStyle7.StyleSource        = "week.c1d";
     printStyle8.Description        = "Monthly Style";
     printStyle8.PreviewImage       = ((System.Drawing.Image)(resources.GetObject("printStyle8.PreviewImage")));
     printStyle8.StyleName          = "Month";
     printStyle8.StyleSource        = "month.c1d";
     printStyle9.Description        = "Details Style";
     printStyle9.PreviewImage       = ((System.Drawing.Image)(resources.GetObject("printStyle9.PreviewImage")));
     printStyle9.StyleName          = "Details";
     printStyle9.StyleSource        = "details.c1d";
     printStyle10.Context           = C1.C1Schedule.Printing.PrintContextType.Appointment;
     printStyle10.Description       = "Memo Style";
     printStyle10.PreviewImage      = ((System.Drawing.Image)(resources.GetObject("printStyle10.PreviewImage")));
     printStyle10.StyleName         = "Memo";
     printStyle10.StyleSource       = "memo.c1d";
     this.c1Schedule2.PrintInfo.PrintStyles.AddRange(new C1.C1Schedule.Printing.PrintStyle[] {
         printStyle6,
         printStyle7,
         printStyle8,
         printStyle9,
         printStyle10
     });
     //
     //
     //
     this.c1Schedule2.Settings.FirstVisibleTime = System.TimeSpan.Parse("08:00:00");
     this.c1Schedule2.ShowReminderForm          = false;
     this.c1Schedule2.Size              = new System.Drawing.Size(259, 500);
     this.c1Schedule2.TabIndex          = 3;
     this.c1Schedule2.BorderStyle       = System.Windows.Forms.BorderStyle.FixedSingle;
     this.c1Schedule2.SelectionChanged += new System.EventHandler <C1.Win.C1Schedule.SelectionChangedEventArgs>(this.c1Schedule2_SelectionChanged);
     this.c1Schedule2.DragDrop         += new System.Windows.Forms.DragEventHandler(this.c1Schedule1_DragDrop);
     this.c1Schedule2.MouseDown        += new System.Windows.Forms.MouseEventHandler(this.c1Schedule_MouseDown);
     //
     // panel2
     //
     this.panel2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(231)))), ((int)(((byte)(239)))), ((int)(((byte)(255)))));
     this.panel2.Controls.Add(this.label2);
     this.panel2.Controls.Add(this.pictureBox2);
     this.panel2.Dock     = System.Windows.Forms.DockStyle.Top;
     this.panel2.Location = new System.Drawing.Point(0, 0);
     this.panel2.Margin   = new System.Windows.Forms.Padding(4, 4, 4, 4);
     this.panel2.Name     = "panel2";
     this.panel2.Size     = new System.Drawing.Size(259, 49);
     this.panel2.TabIndex = 1;
     //
     // label2
     //
     this.label2.Font     = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label2.Location = new System.Drawing.Point(17, 11);
     this.label2.Margin   = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(133, 28);
     this.label2.TabIndex = 2;
     this.label2.AutoSize = true;
     this.label2.Text     = "Robert King";
     //
     // pictureBox2
     //
     this.pictureBox2.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.pictureBox2.Image    = global::ControlExplorer.Properties.Resources.User;
     this.pictureBox2.Location = new System.Drawing.Point(204, 4);
     this.pictureBox2.Padding  = new System.Windows.Forms.Padding(4, 4, 4, 4);
     this.pictureBox2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage;
     this.pictureBox2.Name     = "pictureBox2";
     this.pictureBox2.Size     = new System.Drawing.Size(48, 44);
     this.pictureBox2.Dock     = System.Windows.Forms.DockStyle.Right;
     this.pictureBox2.TabIndex = 0;
     this.pictureBox2.TabStop  = false;
     //
     // splitContainer2
     //
     this.splitContainer2.Dock        = System.Windows.Forms.DockStyle.Right;
     this.splitContainer2.Location    = new System.Drawing.Point(528, 0);
     this.splitContainer2.Margin      = new System.Windows.Forms.Padding(4, 4, 4, 4);
     this.splitContainer2.Name        = "splitContainer2";
     this.splitContainer2.Orientation = System.Windows.Forms.Orientation.Horizontal;
     //
     // splitContainer2.Panel1
     //
     this.splitContainer2.Panel1.Controls.Add(this.c1Calendar1);
     //
     // splitContainer2.Panel2
     //
     this.splitContainer2.Panel2.Controls.Add(this.c1FlexGrid1);
     this.splitContainer2.Size             = new System.Drawing.Size(261, 549);
     this.splitContainer2.SplitterDistance = 343;
     this.splitContainer2.SplitterWidth    = 5;
     this.splitContainer2.TabIndex         = 0;
     //
     // c1Calendar1
     //
     this.c1Calendar1.AllowDrop          = true;
     this.c1Calendar1.BoldedDates        = new System.DateTime[0];
     this.c1Calendar1.CalendarDimensions = 4;
     this.c1Calendar1.Dock            = System.Windows.Forms.DockStyle.Fill;
     this.c1Calendar1.Location        = new System.Drawing.Point(0, 0);
     this.c1Calendar1.Margin          = new System.Windows.Forms.Padding(4, 4, 4, 4);
     this.c1Calendar1.Name            = "c1Calendar1";
     this.c1Calendar1.Schedule        = this.c1Schedule1;
     this.c1Calendar1.ShowWeekNumbers = false;
     this.c1Calendar1.Size            = new System.Drawing.Size(261, 343);
     this.c1Calendar1.TabIndex        = 0;
     //
     // splitter1
     //
     this.splitter1.Dock     = System.Windows.Forms.DockStyle.Right;
     this.splitter1.Location = new System.Drawing.Point(523, 0);
     this.splitter1.Margin   = new System.Windows.Forms.Padding(4, 4, 4, 4);
     this.splitter1.Name     = "splitter1";
     this.splitter1.Size     = new System.Drawing.Size(5, 549);
     this.splitter1.TabIndex = 1;
     this.splitter1.TabStop  = false;
     //
     // DragDrop
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor           = System.Drawing.Color.FromArgb(((int)(((byte)(177)))), ((int)(((byte)(203)))), ((int)(((byte)(240)))));
     this.ClientSize          = new System.Drawing.Size(789, 549);
     this.Controls.Add(this.splitter1);
     this.Controls.Add(this.splitContainer3);
     this.Controls.Add(this.splitContainer2);
     this.Margin = new System.Windows.Forms.Padding(5, 5, 5, 5);
     this.Name   = "DragDrop";
     this.Text   = "DragDrop";
     ((System.ComponentModel.ISupportInitialize)(this.c1FlexGrid1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.c1Schedule1)).EndInit();
     this.splitContainer3.Panel1.ResumeLayout(false);
     this.splitContainer3.Panel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer3)).EndInit();
     this.splitContainer3.ResumeLayout(false);
     this.panel1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.c1Schedule2)).EndInit();
     this.panel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
     this.splitContainer2.Panel1.ResumeLayout(false);
     this.splitContainer2.Panel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).EndInit();
     this.splitContainer2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.c1Calendar1)).EndInit();
     this.ResumeLayout(false);
 }
Example #3
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
     C1.C1Schedule.Printing.PrintStyle printStyle1            = new C1.C1Schedule.Printing.PrintStyle();
     C1.C1Schedule.Printing.PrintStyle printStyle2            = new C1.C1Schedule.Printing.PrintStyle();
     C1.C1Schedule.Printing.PrintStyle printStyle3            = new C1.C1Schedule.Printing.PrintStyle();
     C1.C1Schedule.Printing.PrintStyle printStyle4            = new C1.C1Schedule.Printing.PrintStyle();
     C1.C1Schedule.Printing.PrintStyle printStyle5            = new C1.C1Schedule.Printing.PrintStyle();
     this.toolStrip1   = new System.Windows.Forms.ToolStrip();
     this.btnPrint     = new System.Windows.Forms.ToolStripButton();
     this.btnDayView   = new System.Windows.Forms.ToolStripButton();
     this.btnWeekView  = new System.Windows.Forms.ToolStripButton();
     this.btnMonthView = new System.Windows.Forms.ToolStripButton();
     this.c1Schedule1  = new C1.Win.C1Schedule.C1Schedule();
     this.toolStrip1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.c1Schedule1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.c1Schedule1.DataStorage.AppointmentStorage)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.c1Schedule1.DataStorage.CategoryStorage)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.c1Schedule1.DataStorage.ContactStorage)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.c1Schedule1.DataStorage.LabelStorage)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.c1Schedule1.DataStorage.ResourceStorage)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.c1Schedule1.DataStorage.StatusStorage)).BeginInit();
     this.SuspendLayout();
     //
     // toolStrip1
     //
     this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.btnPrint,
         this.btnDayView,
         this.btnWeekView,
         this.btnMonthView
     });
     this.toolStrip1.Location = new System.Drawing.Point(0, 0);
     this.toolStrip1.Name     = "toolStrip1";
     this.toolStrip1.Size     = new System.Drawing.Size(837, 25);
     this.toolStrip1.TabIndex = 0;
     this.toolStrip1.Text     = "toolStrip1";
     //
     // btnPrint
     //
     this.btnPrint.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     this.btnPrint.Image                 = ((System.Drawing.Image)(resources.GetObject("btnPrint.Image")));
     this.btnPrint.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btnPrint.Name   = "btnPrint";
     this.btnPrint.Size   = new System.Drawing.Size(45, 22);
     this.btnPrint.Text   = "Print...";
     this.btnPrint.Click += new System.EventHandler(this.btnPrint_Click);
     //
     // btnDayView
     //
     this.btnDayView.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     this.btnDayView.Image                 = ((System.Drawing.Image)(resources.GetObject("btnDayView.Image")));
     this.btnDayView.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btnDayView.Name   = "btnDayView";
     this.btnDayView.Size   = new System.Drawing.Size(31, 22);
     this.btnDayView.Text   = "Day";
     this.btnDayView.Click += new System.EventHandler(this.btnDayView_Click);
     //
     // btnWeekView
     //
     this.btnWeekView.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     this.btnWeekView.Image                 = ((System.Drawing.Image)(resources.GetObject("btnWeekView.Image")));
     this.btnWeekView.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btnWeekView.Name   = "btnWeekView";
     this.btnWeekView.Size   = new System.Drawing.Size(40, 22);
     this.btnWeekView.Text   = "Week";
     this.btnWeekView.Click += new System.EventHandler(this.btnWeekView_Click);
     //
     // btnMonthView
     //
     this.btnMonthView.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     this.btnMonthView.Image                 = ((System.Drawing.Image)(resources.GetObject("btnMonthView.Image")));
     this.btnMonthView.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btnMonthView.Name   = "btnMonthView";
     this.btnMonthView.Size   = new System.Drawing.Size(47, 22);
     this.btnMonthView.Text   = "Month";
     this.btnMonthView.Click += new System.EventHandler(this.btnMonthView_Click);
     //
     // c1Schedule1
     //
     this.c1Schedule1.AppointmentHeight = 40;
     //
     //
     //
     this.c1Schedule1.CalendarInfo.CultureInfo      = new System.Globalization.CultureInfo("en-US");
     this.c1Schedule1.CalendarInfo.DateFormatString = "M/d/yyyy";
     this.c1Schedule1.CalendarInfo.EndDayTime       = System.TimeSpan.Parse("19:00:00");
     this.c1Schedule1.CalendarInfo.StartDayTime     = System.TimeSpan.Parse("07:00:00");
     this.c1Schedule1.CalendarInfo.TimeScale        = System.TimeSpan.Parse("00:30:00");
     this.c1Schedule1.CalendarInfo.WeekStart        = System.DayOfWeek.Sunday;
     this.c1Schedule1.CalendarInfo.WorkDays.AddRange(new System.DayOfWeek[] {
         System.DayOfWeek.Monday,
         System.DayOfWeek.Tuesday,
         System.DayOfWeek.Wednesday,
         System.DayOfWeek.Thursday,
         System.DayOfWeek.Friday
     });
     //
     //
     //
     this.c1Schedule1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.c1Schedule1.Location = new System.Drawing.Point(0, 25);
     this.c1Schedule1.Name     = "c1Schedule1";
     printStyle1.Description   = "Daily Style";
     printStyle1.PreviewImage  = ((System.Drawing.Image)(resources.GetObject("printStyle1.PreviewImage")));
     printStyle1.StyleName     = "Daily";
     printStyle1.StyleSource   = "day.c1d";
     printStyle2.Description   = "Weekly Style";
     printStyle2.PreviewImage  = ((System.Drawing.Image)(resources.GetObject("printStyle2.PreviewImage")));
     printStyle2.StyleName     = "Week";
     printStyle2.StyleSource   = "week.c1d";
     printStyle3.Description   = "Monthly Style";
     printStyle3.PreviewImage  = ((System.Drawing.Image)(resources.GetObject("printStyle3.PreviewImage")));
     printStyle3.StyleName     = "Month";
     printStyle3.StyleSource   = "month.c1d";
     printStyle4.Description   = "Details Style";
     printStyle4.PreviewImage  = ((System.Drawing.Image)(resources.GetObject("printStyle4.PreviewImage")));
     printStyle4.StyleName     = "Details";
     printStyle4.StyleSource   = "details.c1d";
     printStyle5.Context       = C1.C1Schedule.Printing.PrintContextType.Appointment;
     printStyle5.Description   = "Memo Style";
     printStyle5.PreviewImage  = ((System.Drawing.Image)(resources.GetObject("printStyle5.PreviewImage")));
     printStyle5.StyleName     = "Memo";
     printStyle5.StyleSource   = "memo.c1d";
     this.c1Schedule1.PrintInfo.PrintStyles.AddRange(new C1.C1Schedule.Printing.PrintStyle[] {
         printStyle1,
         printStyle2,
         printStyle3,
         printStyle4,
         printStyle5
     });
     this.c1Schedule1.ShowReminderForm = false;
     this.c1Schedule1.Size             = new System.Drawing.Size(837, 478);
     this.c1Schedule1.TabIndex         = 1;
     //
     // Form1
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(837, 503);
     this.Controls.Add(this.c1Schedule1);
     this.Controls.Add(this.toolStrip1);
     this.Name = "Form1";
     this.Text = "Form1";
     this.toolStrip1.ResumeLayout(false);
     this.toolStrip1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.c1Schedule1.DataStorage.AppointmentStorage)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.c1Schedule1.DataStorage.CategoryStorage)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.c1Schedule1.DataStorage.ContactStorage)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.c1Schedule1.DataStorage.LabelStorage)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.c1Schedule1.DataStorage.ResourceStorage)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.c1Schedule1.DataStorage.StatusStorage)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.c1Schedule1)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Example #4
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(C1OutBar));
     C1.C1Schedule.Printing.PrintStyle printStyle1            = new C1.C1Schedule.Printing.PrintStyle();
     C1.C1Schedule.Printing.PrintStyle printStyle2            = new C1.C1Schedule.Printing.PrintStyle();
     C1.C1Schedule.Printing.PrintStyle printStyle3            = new C1.C1Schedule.Printing.PrintStyle();
     C1.C1Schedule.Printing.PrintStyle printStyle4            = new C1.C1Schedule.Printing.PrintStyle();
     C1.C1Schedule.Printing.PrintStyle printStyle5            = new C1.C1Schedule.Printing.PrintStyle();
     this.c1OutBar1         = new C1.Win.C1Command.C1OutBar();
     this.c1OutPage1        = new C1.Win.C1Command.C1OutPage();
     this.c1ToolBar1        = new C1.Win.C1Command.C1ToolBar();
     this.c1CommandHolder1  = new C1.Win.C1Command.C1CommandHolder();
     this.c1Command1        = new C1.Win.C1Command.C1Command();
     this.c1Command2        = new C1.Win.C1Command.C1Command();
     this.c1Command3        = new C1.Win.C1Command.C1Command();
     this.c1Command4        = new C1.Win.C1Command.C1Command();
     this.c1Command5        = new C1.Win.C1Command.C1Command();
     this.c1Command6        = new C1.Win.C1Command.C1Command();
     this.c1Command7        = new C1.Win.C1Command.C1Command();
     this.c1Command8        = new C1.Win.C1Command.C1Command();
     this.c1Command9        = new C1.Win.C1Command.C1Command();
     this.c1Command10       = new C1.Win.C1Command.C1Command();
     this.c1Command11       = new C1.Win.C1Command.C1Command();
     this.c1CommandLink1    = new C1.Win.C1Command.C1CommandLink();
     this.c1CommandLink2    = new C1.Win.C1Command.C1CommandLink();
     this.c1CommandLink3    = new C1.Win.C1Command.C1CommandLink();
     this.c1CommandLink4    = new C1.Win.C1Command.C1CommandLink();
     this.c1CommandLink5    = new C1.Win.C1Command.C1CommandLink();
     this.c1CommandLink6    = new C1.Win.C1Command.C1CommandLink();
     this.c1OutPage3        = new C1.Win.C1Command.C1OutPage();
     this.c1Schedule1       = new C1.Win.C1Schedule.C1Schedule();
     this.c1CommandDock1    = new C1.Win.C1Command.C1CommandDock();
     this.c1DockingTab1     = new C1.Win.C1Command.C1DockingTab();
     this.c1DockingTabPage1 = new C1.Win.C1Command.C1DockingTabPage();
     this.c1Calendar1       = new C1.Win.C1Schedule.C1Calendar();
     this.c1OutPage2        = new C1.Win.C1Command.C1OutPage();
     this.c1ToolBar2        = new C1.Win.C1Command.C1ToolBar();
     this.c1CommandLink7    = new C1.Win.C1Command.C1CommandLink();
     this.c1CommandLink8    = new C1.Win.C1Command.C1CommandLink();
     this.c1CommandLink9    = new C1.Win.C1Command.C1CommandLink();
     this.c1CommandLink10   = new C1.Win.C1Command.C1CommandLink();
     this.c1CommandLink11   = new C1.Win.C1Command.C1CommandLink();
     this.imageList1        = new System.Windows.Forms.ImageList(this.components);
     this.splitter1         = new System.Windows.Forms.Splitter();
     this.groupBox1         = new System.Windows.Forms.GroupBox();
     ((System.ComponentModel.ISupportInitialize)(this.c1OutBar1)).BeginInit();
     this.c1OutBar1.SuspendLayout();
     this.c1OutPage1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.c1CommandHolder1)).BeginInit();
     this.c1OutPage3.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.c1Schedule1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.c1CommandDock1)).BeginInit();
     this.c1CommandDock1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.c1DockingTab1)).BeginInit();
     this.c1DockingTab1.SuspendLayout();
     this.c1DockingTabPage1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.c1Calendar1)).BeginInit();
     this.c1OutPage2.SuspendLayout();
     this.SuspendLayout();
     //
     // c1OutBar1
     //
     this.c1OutBar1.Controls.Add(this.c1OutPage1);
     this.c1OutBar1.Controls.Add(this.c1OutPage3);
     this.c1OutBar1.Controls.Add(this.c1OutPage2);
     this.c1OutBar1.Dock            = System.Windows.Forms.DockStyle.Left;
     this.c1OutBar1.ImageList       = this.imageList1;
     this.c1OutBar1.Location        = new System.Drawing.Point(0, 0);
     this.c1OutBar1.Name            = "c1OutBar1";
     this.c1OutBar1.PageTitleHeight = 22;
     this.c1OutBar1.ShowToolTips    = true;
     this.c1OutBar1.Size            = new System.Drawing.Size(300, 549);
     this.c1OutBar1.VisualStyleBase = C1.Win.C1Command.VisualStyle.System;
     //
     // c1OutPage1
     //
     this.c1OutPage1.Controls.Add(this.c1ToolBar1);
     this.c1OutPage1.ImageIndex = 0;
     this.c1OutPage1.Margin     = new System.Windows.Forms.Padding(4, 4, 4, 4);
     this.c1OutPage1.Name       = "c1OutPage1";
     this.c1OutPage1.Size       = new System.Drawing.Size(300, 483);
     this.c1OutPage1.Text       = "My Outlook";
     //
     // c1ToolBar1
     //
     this.c1ToolBar1.AccessibleName = "Tool Bar";
     this.c1ToolBar1.AutoSize       = false;
     this.c1ToolBar1.ButtonLookVert = ((C1.Win.C1Command.ButtonLookFlags)((C1.Win.C1Command.ButtonLookFlags.Text | C1.Win.C1Command.ButtonLookFlags.Image)));
     this.c1ToolBar1.CommandHolder  = this.c1CommandHolder1;
     this.c1ToolBar1.CommandLinks.AddRange(new C1.Win.C1Command.C1CommandLink[] {
         this.c1CommandLink1,
         this.c1CommandLink2,
         this.c1CommandLink3,
         this.c1CommandLink4,
         this.c1CommandLink5,
         this.c1CommandLink6
     });
     this.c1ToolBar1.Dock            = System.Windows.Forms.DockStyle.Fill;
     this.c1ToolBar1.Horizontal      = false;
     this.c1ToolBar1.Wrap            = true;
     this.c1ToolBar1.Location        = new System.Drawing.Point(0, 0);
     this.c1ToolBar1.Margin          = new System.Windows.Forms.Padding(4, 4, 4, 4);
     this.c1ToolBar1.Movable         = false;
     this.c1ToolBar1.Name            = "c1ToolBar1";
     this.c1ToolBar1.Size            = new System.Drawing.Size(300, 483);
     this.c1ToolBar1.Text            = "Page1";
     this.c1ToolBar1.VisualStyleBase = C1.Win.C1Command.VisualStyle.System;
     //
     // c1CommandHolder1
     //
     this.c1CommandHolder1.Commands.Add(this.c1Command1);
     this.c1CommandHolder1.Commands.Add(this.c1Command2);
     this.c1CommandHolder1.Commands.Add(this.c1Command3);
     this.c1CommandHolder1.Commands.Add(this.c1Command4);
     this.c1CommandHolder1.Commands.Add(this.c1Command5);
     this.c1CommandHolder1.Commands.Add(this.c1Command6);
     this.c1CommandHolder1.Commands.Add(this.c1Command7);
     this.c1CommandHolder1.Commands.Add(this.c1Command8);
     this.c1CommandHolder1.Commands.Add(this.c1Command9);
     this.c1CommandHolder1.Commands.Add(this.c1Command10);
     this.c1CommandHolder1.Commands.Add(this.c1Command11);
     this.c1CommandHolder1.Owner         = this;
     this.c1CommandHolder1.CommandClick += new C1.Win.C1Command.CommandClickEventHandler(this.c1CommandHolder1_CommandClick);
     //
     // c1Command1
     //
     this.c1Command1.Image = ((System.Drawing.Image)(resources.GetObject("c1Command1.Image")));
     this.c1Command1.Name  = "c1Command1";
     this.c1Command1.Text  = "Inbox";
     //
     // c1Command2
     //
     this.c1Command2.Image = global::ControlExplorer.Properties.Resources.CalendarSchedule;
     this.c1Command2.Name  = "c1Command2";
     this.c1Command2.Text  = "Calendar";
     //
     // c1Command3
     //
     this.c1Command3.Image = global::ControlExplorer.Properties.Resources.AddressBook;
     this.c1Command3.Name  = "c1Command3";
     this.c1Command3.Text  = "Contacts";
     //
     // c1Command4
     //
     this.c1Command4.Image = global::ControlExplorer.Properties.Resources.Options;
     this.c1Command4.Name  = "c1Command4";
     this.c1Command4.Text  = "Tasks";
     //
     // c1Command5
     //
     this.c1Command5.Image = global::ControlExplorer.Properties.Resources.Report;
     this.c1Command5.Name  = "c1Command5";
     this.c1Command5.Text  = "Journal";
     //
     // c1Command6
     //
     this.c1Command6.Image = global::ControlExplorer.Properties.Resources.EditComment;
     this.c1Command6.Name  = "c1Command6";
     this.c1Command6.Text  = "Notes";
     //
     // c1Command7
     //
     this.c1Command7.Image = global::ControlExplorer.Properties.Resources.FolderOpen;
     this.c1Command7.Name  = "c1Command7";
     this.c1Command7.Text  = "My Documents";
     //
     // c1Command8
     //
     this.c1Command8.Image = global::ControlExplorer.Properties.Resources.SendMail;
     this.c1Command8.Name  = "c1Command8";
     this.c1Command8.Text  = "Sent Items";
     //
     // c1Command9
     //
     this.c1Command9.Image = global::ControlExplorer.Properties.Resources.SearchWeb;
     this.c1Command9.Name  = "c1Command9";
     this.c1Command9.Text  = "Web Search";
     //
     // c1Command10
     //
     this.c1Command10.Image = global::ControlExplorer.Properties.Resources.DeleteComment;
     this.c1Command10.Name  = "c1Command10";
     this.c1Command10.Text  = "Deleted Items";
     //
     // c1Command11
     //
     this.c1Command11.Name = "c1Command11";
     this.c1Command11.Text = "Add Shortcut...";
     //
     // c1CommandLink1
     //
     this.c1CommandLink1.ButtonLook = ((C1.Win.C1Command.ButtonLookFlags)((C1.Win.C1Command.ButtonLookFlags.Text | C1.Win.C1Command.ButtonLookFlags.Image)));
     this.c1CommandLink1.Command    = this.c1Command1;
     //
     // c1CommandLink2
     //
     this.c1CommandLink2.Command   = this.c1Command2;
     this.c1CommandLink2.SortOrder = 1;
     //
     // c1CommandLink3
     //
     this.c1CommandLink3.Command   = this.c1Command3;
     this.c1CommandLink3.SortOrder = 2;
     //
     // c1CommandLink4
     //
     this.c1CommandLink4.Command   = this.c1Command4;
     this.c1CommandLink4.SortOrder = 3;
     //
     // c1CommandLink5
     //
     this.c1CommandLink5.Command   = this.c1Command5;
     this.c1CommandLink5.SortOrder = 4;
     //
     // c1CommandLink6
     //
     this.c1CommandLink6.Command   = this.c1Command6;
     this.c1CommandLink6.SortOrder = 5;
     //
     // c1OutPage3
     //
     this.c1OutPage3.Controls.Add(this.c1Schedule1);
     this.c1OutPage3.Controls.Add(this.c1CommandDock1);
     this.c1OutPage3.ImageIndex = 1;
     this.c1OutPage3.Margin     = new System.Windows.Forms.Padding(4, 4, 4, 4);
     this.c1OutPage3.Name       = "c1OutPage3";
     this.c1OutPage3.Size       = new System.Drawing.Size(300, 483);
     this.c1OutPage3.Text       = "Appointments";
     //
     // c1Schedule1
     //
     //
     //
     //
     this.c1Schedule1.CalendarInfo.CultureInfo      = new System.Globalization.CultureInfo("en-US");
     this.c1Schedule1.CalendarInfo.DateFormatString = "M/d/yyyy";
     this.c1Schedule1.CalendarInfo.EndDayTime       = System.TimeSpan.Parse("19:00:00");
     this.c1Schedule1.CalendarInfo.StartDayTime     = System.TimeSpan.Parse("07:00:00");
     this.c1Schedule1.CalendarInfo.TimeScale        = System.TimeSpan.Parse("00:30:00");
     this.c1Schedule1.CalendarInfo.WeekStart        = System.DayOfWeek.Sunday;
     this.c1Schedule1.CalendarInfo.WorkDays.AddRange(new System.DayOfWeek[] {
         System.DayOfWeek.Monday,
         System.DayOfWeek.Tuesday,
         System.DayOfWeek.Wednesday,
         System.DayOfWeek.Thursday,
         System.DayOfWeek.Friday
     });
     this.c1Schedule1.Dock          = System.Windows.Forms.DockStyle.Fill;
     this.c1Schedule1.GroupPageSize = 2;
     this.c1Schedule1.Location      = new System.Drawing.Point(0, 0);
     this.c1Schedule1.Margin        = new System.Windows.Forms.Padding(4, 4, 4, 4);
     this.c1Schedule1.Name          = "c1Schedule1";
     printStyle1.Description        = "Daily Style";
     printStyle1.PreviewImage       = ((System.Drawing.Image)(resources.GetObject("printStyle1.PreviewImage")));
     printStyle1.StyleName          = "Daily";
     printStyle1.StyleSource        = "day.c1d";
     printStyle2.Description        = "Weekly Style";
     printStyle2.PreviewImage       = ((System.Drawing.Image)(resources.GetObject("printStyle2.PreviewImage")));
     printStyle2.StyleName          = "Week";
     printStyle2.StyleSource        = "week.c1d";
     printStyle3.Description        = "Monthly Style";
     printStyle3.PreviewImage       = ((System.Drawing.Image)(resources.GetObject("printStyle3.PreviewImage")));
     printStyle3.StyleName          = "Month";
     printStyle3.StyleSource        = "month.c1d";
     printStyle4.Description        = "Details Style";
     printStyle4.PreviewImage       = ((System.Drawing.Image)(resources.GetObject("printStyle4.PreviewImage")));
     printStyle4.StyleName          = "Details";
     printStyle4.StyleSource        = "details.c1d";
     printStyle5.Context            = C1.C1Schedule.Printing.PrintContextType.Appointment;
     printStyle5.Description        = "Memo Style";
     printStyle5.PreviewImage       = ((System.Drawing.Image)(resources.GetObject("printStyle5.PreviewImage")));
     printStyle5.StyleName          = "Memo";
     printStyle5.StyleSource        = "memo.c1d";
     this.c1Schedule1.PrintInfo.PrintStyles.AddRange(new C1.C1Schedule.Printing.PrintStyle[] {
         printStyle1,
         printStyle2,
         printStyle3,
         printStyle4,
         printStyle5
     });
     //
     //
     //
     this.c1Schedule1.Settings.FirstVisibleTime = System.TimeSpan.Parse("07:00:00");
     this.c1Schedule1.ShowReminderForm          = false;
     this.c1Schedule1.ShowTitle   = false;
     this.c1Schedule1.Size        = new System.Drawing.Size(300, 305);
     this.c1Schedule1.TabIndex    = 1;
     this.c1Schedule1.VisualStyle = C1.Win.C1Schedule.UI.VisualStyle.Office2010Silver;
     //
     // c1CommandDock1
     //
     this.c1CommandDock1.Controls.Add(this.c1DockingTab1);
     this.c1CommandDock1.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.c1CommandDock1.Id       = 1;
     this.c1CommandDock1.Location = new System.Drawing.Point(0, 305);
     this.c1CommandDock1.Margin   = new System.Windows.Forms.Padding(4, 4, 4, 4);
     this.c1CommandDock1.Name     = "c1CommandDock1";
     this.c1CommandDock1.Size     = new System.Drawing.Size(300, 178);
     //
     // c1DockingTab1
     //
     this.c1DockingTab1.AutoHiding  = true;
     this.c1DockingTab1.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.c1DockingTab1.CanAutoHide = true;
     this.c1DockingTab1.Controls.Add(this.c1DockingTabPage1);
     this.c1DockingTab1.Location        = new System.Drawing.Point(0, 0);
     this.c1DockingTab1.Margin          = new System.Windows.Forms.Padding(4, 4, 4, 4);
     this.c1DockingTab1.Name            = "c1DockingTab1";
     this.c1DockingTab1.Size            = new System.Drawing.Size(300, 219);
     this.c1DockingTab1.TabIndex        = 0;
     this.c1DockingTab1.TabSizeMode     = C1.Win.C1Command.TabSizeModeEnum.Fit;
     this.c1DockingTab1.TabsSpacing     = 5;
     this.c1DockingTab1.VisualStyleBase = C1.Win.C1Command.VisualStyle.System;
     //
     // c1DockingTabPage1
     //
     this.c1DockingTabPage1.Controls.Add(this.c1Calendar1);
     this.c1DockingTabPage1.Location = new System.Drawing.Point(0, 29);
     this.c1DockingTabPage1.Margin   = new System.Windows.Forms.Padding(4, 4, 4, 4);
     this.c1DockingTabPage1.Name     = "c1DockingTabPage1";
     this.c1DockingTabPage1.Size     = new System.Drawing.Size(300, 187);
     this.c1DockingTabPage1.TabIndex = 0;
     this.c1DockingTabPage1.Text     = "Calendar";
     //
     // c1Calendar1
     //
     this.c1Calendar1.BoldedDates     = new System.DateTime[0];
     this.c1Calendar1.Dock            = System.Windows.Forms.DockStyle.Fill;
     this.c1Calendar1.Location        = new System.Drawing.Point(0, 0);
     this.c1Calendar1.Margin          = new System.Windows.Forms.Padding(4, 4, 4, 4);
     this.c1Calendar1.Name            = "c1Calendar1";
     this.c1Calendar1.Schedule        = this.c1Schedule1;
     this.c1Calendar1.ShowWeekNumbers = false;
     this.c1Calendar1.Size            = new System.Drawing.Size(300, 187);
     this.c1Calendar1.TabIndex        = 0;
     this.c1Calendar1.VisualStyle     = C1.Win.C1Schedule.UI.VisualStyle.Office2010Silver;
     //
     // c1OutPage2
     //
     this.c1OutPage2.Controls.Add(this.c1ToolBar2);
     this.c1OutPage2.ImageIndex = 2;
     this.c1OutPage2.Margin     = new System.Windows.Forms.Padding(4, 4, 4, 4);
     this.c1OutPage2.Name       = "c1OutPage2";
     this.c1OutPage2.Size       = new System.Drawing.Size(300, 461);
     this.c1OutPage2.Text       = "My Shortcuts";
     //
     // c1ToolBar2
     //
     this.c1ToolBar2.AccessibleName   = "Tool Bar";
     this.c1ToolBar2.AutoSize         = false;
     this.c1ToolBar2.ButtonAlign      = System.Drawing.StringAlignment.Near;
     this.c1ToolBar2.ButtonLayoutVert = C1.Win.C1Command.ButtonLayoutEnum.TextOnRight;
     this.c1ToolBar2.ButtonLookVert   = ((C1.Win.C1Command.ButtonLookFlags)((C1.Win.C1Command.ButtonLookFlags.Text | C1.Win.C1Command.ButtonLookFlags.Image)));
     this.c1ToolBar2.CommandHolder    = this.c1CommandHolder1;
     this.c1ToolBar2.CommandLinks.AddRange(new C1.Win.C1Command.C1CommandLink[] {
         this.c1CommandLink7,
         this.c1CommandLink8,
         this.c1CommandLink9,
         this.c1CommandLink10,
         this.c1CommandLink11
     });
     this.c1ToolBar2.Dock            = System.Windows.Forms.DockStyle.Fill;
     this.c1ToolBar2.Horizontal      = false;
     this.c1ToolBar2.Location        = new System.Drawing.Point(0, 0);
     this.c1ToolBar2.Margin          = new System.Windows.Forms.Padding(4, 4, 4, 4);
     this.c1ToolBar2.Movable         = false;
     this.c1ToolBar2.Wrap            = true;
     this.c1ToolBar2.Name            = "c1ToolBar2";
     this.c1ToolBar2.Size            = new System.Drawing.Size(300, 461);
     this.c1ToolBar2.Text            = "Page2";
     this.c1ToolBar2.VisualStyleBase = C1.Win.C1Command.VisualStyle.System;
     //
     // c1CommandLink7
     //
     this.c1CommandLink7.ButtonLook = ((C1.Win.C1Command.ButtonLookFlags)((C1.Win.C1Command.ButtonLookFlags.Text | C1.Win.C1Command.ButtonLookFlags.Image)));
     this.c1CommandLink7.Command    = this.c1Command7;
     //
     // c1CommandLink8
     //
     this.c1CommandLink8.Command   = this.c1Command8;
     this.c1CommandLink8.SortOrder = 1;
     //
     // c1CommandLink9
     //
     this.c1CommandLink9.Command   = this.c1Command9;
     this.c1CommandLink9.SortOrder = 2;
     //
     // c1CommandLink10
     //
     this.c1CommandLink10.Command   = this.c1Command10;
     this.c1CommandLink10.SortOrder = 3;
     //
     // c1CommandLink11
     //
     this.c1CommandLink11.ButtonLook = C1.Win.C1Command.ButtonLookFlags.Text;
     this.c1CommandLink11.Command    = this.c1Command11;
     this.c1CommandLink11.Delimiter  = true;
     this.c1CommandLink11.SortOrder  = 4;
     //
     // imageList1
     //
     this.imageList1.ImageStream      = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
     this.imageList1.TransparentColor = System.Drawing.Color.Transparent;
     this.imageList1.Images.SetKeyName(0, "Send.png");
     this.imageList1.Images.SetKeyName(1, "DateAndTime.png");
     this.imageList1.Images.SetKeyName(2, "Close1.png");
     //
     // splitter1
     //
     this.splitter1.Location = new System.Drawing.Point(300, 0);
     this.splitter1.Margin   = new System.Windows.Forms.Padding(4, 4, 4, 4);
     this.splitter1.Name     = "splitter1";
     this.splitter1.Size     = new System.Drawing.Size(4, 549);
     this.splitter1.TabIndex = 1;
     this.splitter1.TabStop  = false;
     //
     // groupBox1
     //
     this.groupBox1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.groupBox1.Font     = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.groupBox1.Location = new System.Drawing.Point(304, 0);
     this.groupBox1.Margin   = new System.Windows.Forms.Padding(4, 4, 4, 4);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Padding  = new System.Windows.Forms.Padding(4, 4, 4, 4);
     this.groupBox1.Size     = new System.Drawing.Size(485, 549);
     this.groupBox1.TabIndex = 6;
     this.groupBox1.TabStop  = false;
     this.groupBox1.Text     = "Inbox";
     //
     // C1OutBar
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(789, 549);
     this.Controls.Add(this.groupBox1);
     this.Controls.Add(this.splitter1);
     this.Controls.Add(this.c1OutBar1);
     this.Margin = new System.Windows.Forms.Padding(5, 5, 5, 5);
     this.Name   = "C1OutBar";
     this.Text   = "C1OutBar";
     this.Load  += new System.EventHandler(this.C1OutBar_Load);
     ((System.ComponentModel.ISupportInitialize)(this.c1OutBar1)).EndInit();
     this.c1OutBar1.ResumeLayout(false);
     this.c1OutPage1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.c1CommandHolder1)).EndInit();
     this.c1OutPage3.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.c1Schedule1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.c1CommandDock1)).EndInit();
     this.c1CommandDock1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.c1DockingTab1)).EndInit();
     this.c1DockingTab1.ResumeLayout(false);
     this.c1DockingTabPage1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.c1Calendar1)).EndInit();
     this.c1OutPage2.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Example #5
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     C1.C1Schedule.Printing.PrintStyle printStyle1            = new C1.C1Schedule.Printing.PrintStyle();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Grouping));
     C1.C1Schedule.Printing.PrintStyle printStyle2            = new C1.C1Schedule.Printing.PrintStyle();
     C1.C1Schedule.Printing.PrintStyle printStyle3            = new C1.C1Schedule.Printing.PrintStyle();
     C1.C1Schedule.Printing.PrintStyle printStyle4            = new C1.C1Schedule.Printing.PrintStyle();
     C1.C1Schedule.Printing.PrintStyle printStyle5            = new C1.C1Schedule.Printing.PrintStyle();
     this.c1Schedule1             = new C1.Win.C1Schedule.C1Schedule();
     this.c1ToolBar1              = new C1.Win.C1Command.C1ToolBar();
     this.c1CommandHolder1        = new C1.Win.C1Command.C1CommandHolder();
     this.c1Command_Day           = new C1.Win.C1Command.C1Command();
     this.c1Command_Week          = new C1.Win.C1Command.C1Command();
     this.c1Command_Month         = new C1.Win.C1Command.C1Command();
     this.c1Command_Grouping      = new C1.Win.C1Command.C1CommandMenu();
     this.c1CommandLink5          = new C1.Win.C1Command.C1CommandLink();
     this.c1Command_GroupNone     = new C1.Win.C1Command.C1Command();
     this.c1CommandLink6          = new C1.Win.C1Command.C1CommandLink();
     this.c1Command_GroupCategory = new C1.Win.C1Command.C1Command();
     this.c1CommandLink7          = new C1.Win.C1Command.C1CommandLink();
     this.c1Command_GroupContact  = new C1.Win.C1Command.C1Command();
     this.c1CommandLink8          = new C1.Win.C1Command.C1CommandLink();
     this.c1Command_GroupResource = new C1.Win.C1Command.C1Command();
     this.c1Command_WorkWeek      = new C1.Win.C1Command.C1CommandControl();
     this.c1Command_FullWeek      = new C1.Win.C1Command.C1Command();
     this.c1Command_TimeLine      = new C1.Win.C1Command.C1Command();
     this.c1CommandLink4          = new C1.Win.C1Command.C1CommandLink();
     this.c1CommandLink1          = new C1.Win.C1Command.C1CommandLink();
     this.c1CommandLink2          = new C1.Win.C1Command.C1CommandLink();
     this.c1CommandLink9          = new C1.Win.C1Command.C1CommandLink();
     this.c1CommandLink3          = new C1.Win.C1Command.C1CommandLink();
     this.c1CommandLink10         = new C1.Win.C1Command.C1CommandLink();
     ((System.ComponentModel.ISupportInitialize)(this.c1Schedule1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.c1Schedule1.DataStorage.AppointmentStorage)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.c1Schedule1.DataStorage.CategoryStorage)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.c1Schedule1.DataStorage.ContactStorage)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.c1Schedule1.DataStorage.LabelStorage)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.c1Schedule1.DataStorage.OwnerStorage)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.c1Schedule1.DataStorage.ResourceStorage)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.c1Schedule1.DataStorage.StatusStorage)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.c1CommandHolder1)).BeginInit();
     this.SuspendLayout();
     //
     // c1Schedule1
     //
     //
     //
     //
     this.c1Schedule1.CalendarInfo.CultureInfo      = new System.Globalization.CultureInfo("en-US");
     this.c1Schedule1.CalendarInfo.DateFormatString = "M/d/yyyy";
     this.c1Schedule1.CalendarInfo.EndDayTime       = System.TimeSpan.Parse("19:00:00");
     this.c1Schedule1.CalendarInfo.StartDayTime     = System.TimeSpan.Parse("07:00:00");
     this.c1Schedule1.CalendarInfo.TimeScale        = System.TimeSpan.Parse("00:30:00");
     this.c1Schedule1.CalendarInfo.WeekStart        = System.DayOfWeek.Sunday;
     this.c1Schedule1.CalendarInfo.WorkDays.AddRange(new System.DayOfWeek[] {
         System.DayOfWeek.Monday,
         System.DayOfWeek.Tuesday,
         System.DayOfWeek.Wednesday,
         System.DayOfWeek.Thursday,
         System.DayOfWeek.Friday
     });
     //
     //
     //
     this.c1Schedule1.Dock          = System.Windows.Forms.DockStyle.Fill;
     this.c1Schedule1.GroupPageSize = 2;
     this.c1Schedule1.Location      = new System.Drawing.Point(0, 24);
     this.c1Schedule1.Name          = "c1Schedule1";
     printStyle1.Description        = "Daily Style";
     printStyle1.PreviewImage       = ((System.Drawing.Image)(resources.GetObject("printStyle1.PreviewImage")));
     printStyle1.StyleName          = "Daily";
     printStyle1.StyleSource        = "day.c1d";
     printStyle2.Description        = "Weekly Style";
     printStyle2.PreviewImage       = ((System.Drawing.Image)(resources.GetObject("printStyle2.PreviewImage")));
     printStyle2.StyleName          = "Week";
     printStyle2.StyleSource        = "week.c1d";
     printStyle3.Description        = "Monthly Style";
     printStyle3.PreviewImage       = ((System.Drawing.Image)(resources.GetObject("printStyle3.PreviewImage")));
     printStyle3.StyleName          = "Month";
     printStyle3.StyleSource        = "month.c1d";
     printStyle4.Description        = "Details Style";
     printStyle4.PreviewImage       = ((System.Drawing.Image)(resources.GetObject("printStyle4.PreviewImage")));
     printStyle4.StyleName          = "Details";
     printStyle4.StyleSource        = "details.c1d";
     printStyle5.Context            = C1.C1Schedule.Printing.PrintContextType.Appointment;
     printStyle5.Description        = "Memo Style";
     printStyle5.PreviewImage       = ((System.Drawing.Image)(resources.GetObject("printStyle5.PreviewImage")));
     printStyle5.StyleName          = "Memo";
     printStyle5.StyleSource        = "memo.c1d";
     this.c1Schedule1.PrintInfo.PrintStyles.AddRange(new C1.C1Schedule.Printing.PrintStyle[] {
         printStyle1,
         printStyle2,
         printStyle3,
         printStyle4,
         printStyle5
     });
     this.c1Schedule1.Size        = new System.Drawing.Size(1173, 574);
     this.c1Schedule1.TabIndex    = 1;
     this.c1Schedule1.ViewType    = C1.Win.C1Schedule.ScheduleViewEnum.WorkWeekView;
     this.c1Schedule1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     //
     // c1ToolBar1
     //
     this.c1ToolBar1.AccessibleName = "Tool Bar";
     this.c1ToolBar1.AutoSize       = false;
     this.c1ToolBar1.ButtonLookHorz = C1.Win.C1Command.ButtonLookFlags.Text;
     this.c1ToolBar1.CommandHolder  = this.c1CommandHolder1;
     this.c1ToolBar1.CommandLinks.AddRange(new C1.Win.C1Command.C1CommandLink[] {
         this.c1CommandLink4,
         this.c1CommandLink1,
         this.c1CommandLink2,
         this.c1CommandLink9,
         this.c1CommandLink3,
         this.c1CommandLink10
     });
     this.c1ToolBar1.Dock     = System.Windows.Forms.DockStyle.Top;
     this.c1ToolBar1.Location = new System.Drawing.Point(0, 0);
     this.c1ToolBar1.Movable  = false;
     this.c1ToolBar1.Name     = "c1ToolBar1";
     this.c1ToolBar1.Size     = new System.Drawing.Size(1173, 24);
     this.c1ToolBar1.Text     = "c1ToolBar1";
     //
     // c1CommandHolder1
     //
     this.c1CommandHolder1.Commands.Add(this.c1Command_Day);
     this.c1CommandHolder1.Commands.Add(this.c1Command_Week);
     this.c1CommandHolder1.Commands.Add(this.c1Command_Month);
     this.c1CommandHolder1.Commands.Add(this.c1Command_Grouping);
     this.c1CommandHolder1.Commands.Add(this.c1Command_GroupNone);
     this.c1CommandHolder1.Commands.Add(this.c1Command_GroupCategory);
     this.c1CommandHolder1.Commands.Add(this.c1Command_GroupContact);
     this.c1CommandHolder1.Commands.Add(this.c1Command_GroupResource);
     this.c1CommandHolder1.Commands.Add(this.c1Command_WorkWeek);
     this.c1CommandHolder1.Commands.Add(this.c1Command_FullWeek);
     this.c1CommandHolder1.Commands.Add(this.c1Command_TimeLine);
     this.c1CommandHolder1.Owner         = this;
     this.c1CommandHolder1.CommandClick += new C1.Win.C1Command.CommandClickEventHandler(this.c1CommandHolder1_CommandClick);
     //
     // c1Command_Day
     //
     this.c1Command_Day.CheckAutoToggle = true;
     this.c1Command_Day.Name            = "c1Command_Day";
     this.c1Command_Day.ShortcutText    = "";
     this.c1Command_Day.Text            = "Day";
     //
     // c1Command_Week
     //
     this.c1Command_Week.CheckAutoToggle = true;
     this.c1Command_Week.Checked         = true;
     this.c1Command_Week.Name            = "c1Command_Week";
     this.c1Command_Week.ShortcutText    = "";
     this.c1Command_Week.Text            = "Work Week";
     //
     // c1Command_Month
     //
     this.c1Command_Month.CheckAutoToggle = true;
     this.c1Command_Month.Name            = "c1Command_Month";
     this.c1Command_Month.ShortcutText    = "";
     this.c1Command_Month.Text            = "Month";
     //
     // c1Command_Grouping
     //
     this.c1Command_Grouping.CommandLinks.AddRange(new C1.Win.C1Command.C1CommandLink[] {
         this.c1CommandLink5,
         this.c1CommandLink6,
         this.c1CommandLink7,
         this.c1CommandLink8
     });
     this.c1Command_Grouping.HideNonRecentLinks = false;
     this.c1Command_Grouping.Name            = "c1Command_Grouping";
     this.c1Command_Grouping.ShortcutText    = "";
     this.c1Command_Grouping.ShowToolTips    = true;
     this.c1Command_Grouping.Text            = "Group By";
     this.c1Command_Grouping.VisualStyle     = C1.Win.C1Command.VisualStyle.Office2010Blue;
     this.c1Command_Grouping.VisualStyleBase = C1.Win.C1Command.VisualStyle.Office2010Blue;
     //
     // c1CommandLink5
     //
     this.c1CommandLink5.Command = this.c1Command_GroupNone;
     //
     // c1Command_GroupNone
     //
     this.c1Command_GroupNone.CheckAutoToggle = true;
     this.c1Command_GroupNone.Name            = "c1Command_GroupNone";
     this.c1Command_GroupNone.ShortcutText    = "";
     this.c1Command_GroupNone.Text            = "None";
     //
     // c1CommandLink6
     //
     this.c1CommandLink6.Command   = this.c1Command_GroupCategory;
     this.c1CommandLink6.SortOrder = 1;
     //
     // c1Command_GroupCategory
     //
     this.c1Command_GroupCategory.CheckAutoToggle = true;
     this.c1Command_GroupCategory.Name            = "c1Command_GroupCategory";
     this.c1Command_GroupCategory.ShortcutText    = "";
     this.c1Command_GroupCategory.Text            = "Category";
     //
     // c1CommandLink7
     //
     this.c1CommandLink7.Command   = this.c1Command_GroupContact;
     this.c1CommandLink7.SortOrder = 2;
     //
     // c1Command_GroupContact
     //
     this.c1Command_GroupContact.CheckAutoToggle = true;
     this.c1Command_GroupContact.Checked         = true;
     this.c1Command_GroupContact.Name            = "c1Command_GroupContact";
     this.c1Command_GroupContact.ShortcutText    = "";
     this.c1Command_GroupContact.Text            = "Contact";
     //
     // c1CommandLink8
     //
     this.c1CommandLink8.Command   = this.c1Command_GroupResource;
     this.c1CommandLink8.SortOrder = 3;
     //
     // c1Command_GroupResource
     //
     this.c1Command_GroupResource.CheckAutoToggle = true;
     this.c1Command_GroupResource.Name            = "c1Command_GroupResource";
     this.c1Command_GroupResource.ShortcutText    = "";
     this.c1Command_GroupResource.Text            = "Resource";
     //
     // c1Command_WorkWeek
     //
     this.c1Command_WorkWeek.Name         = "c1Command_WorkWeek";
     this.c1Command_WorkWeek.ShortcutText = "";
     this.c1Command_WorkWeek.Text         = "Show work week";
     //
     // c1Command_FullWeek
     //
     this.c1Command_FullWeek.CheckAutoToggle = true;
     this.c1Command_FullWeek.Name            = "c1Command_FullWeek";
     this.c1Command_FullWeek.ShortcutText    = "";
     this.c1Command_FullWeek.Text            = "Full Week";
     //
     // c1Command_TimeLine
     //
     this.c1Command_TimeLine.CheckAutoToggle = true;
     this.c1Command_TimeLine.Name            = "c1Command_TimeLine";
     this.c1Command_TimeLine.ShortcutText    = "";
     this.c1Command_TimeLine.Text            = "Time Line";
     //
     // c1CommandLink4
     //
     this.c1CommandLink4.Command = this.c1Command_Grouping;
     //
     // c1CommandLink1
     //
     this.c1CommandLink1.ButtonLook = C1.Win.C1Command.ButtonLookFlags.Text;
     this.c1CommandLink1.Command    = this.c1Command_Day;
     this.c1CommandLink1.Delimiter  = true;
     this.c1CommandLink1.SortOrder  = 1;
     //
     // c1CommandLink2
     //
     this.c1CommandLink2.ButtonLook = C1.Win.C1Command.ButtonLookFlags.Text;
     this.c1CommandLink2.Command    = this.c1Command_Week;
     this.c1CommandLink2.SortOrder  = 2;
     //
     // c1CommandLink9
     //
     this.c1CommandLink9.Command   = this.c1Command_FullWeek;
     this.c1CommandLink9.SortOrder = 3;
     //
     // c1CommandLink3
     //
     this.c1CommandLink3.ButtonLook = C1.Win.C1Command.ButtonLookFlags.Text;
     this.c1CommandLink3.Command    = this.c1Command_Month;
     this.c1CommandLink3.SortOrder  = 4;
     //
     // c1CommandLink10
     //
     this.c1CommandLink10.Command   = this.c1Command_TimeLine;
     this.c1CommandLink10.SortOrder = 5;
     //
     // Grouping
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(1173, 598);
     this.Controls.Add(this.c1Schedule1);
     this.Controls.Add(this.c1ToolBar1);
     this.Name  = "Grouping";
     this.Text  = "Grouping";
     this.Load += new System.EventHandler(this.Grouping_Load);
     ((System.ComponentModel.ISupportInitialize)(this.c1Schedule1.DataStorage.AppointmentStorage)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.c1Schedule1.DataStorage.CategoryStorage)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.c1Schedule1.DataStorage.ContactStorage)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.c1Schedule1.DataStorage.LabelStorage)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.c1Schedule1.DataStorage.OwnerStorage)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.c1Schedule1.DataStorage.ResourceStorage)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.c1Schedule1.DataStorage.StatusStorage)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.c1Schedule1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.c1CommandHolder1)).EndInit();
     this.ResumeLayout(false);
 }
Example #6
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     C1.C1Schedule.Printing.PrintStyle printStyle1            = new C1.C1Schedule.Printing.PrintStyle();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Schedule));
     C1.C1Schedule.Printing.PrintStyle printStyle2            = new C1.C1Schedule.Printing.PrintStyle();
     C1.C1Schedule.Printing.PrintStyle printStyle3            = new C1.C1Schedule.Printing.PrintStyle();
     C1.C1Schedule.Printing.PrintStyle printStyle4            = new C1.C1Schedule.Printing.PrintStyle();
     C1.C1Schedule.Printing.PrintStyle printStyle5            = new C1.C1Schedule.Printing.PrintStyle();
     this.c1Calendar1 = new C1.Win.C1Schedule.C1Calendar();
     this.c1Schedule1 = new C1.Win.C1Schedule.C1Schedule();
     this.splitter1   = new System.Windows.Forms.Splitter();
     ((System.ComponentModel.ISupportInitialize)(this.c1Calendar1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.c1Schedule1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.c1Schedule1.DataStorage.AppointmentStorage)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.c1Schedule1.DataStorage.CategoryStorage)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.c1Schedule1.DataStorage.ContactStorage)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.c1Schedule1.DataStorage.LabelStorage)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.c1Schedule1.DataStorage.OwnerStorage)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.c1Schedule1.DataStorage.ResourceStorage)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.c1Schedule1.DataStorage.StatusStorage)).BeginInit();
     this.SuspendLayout();
     //
     // c1Calendar1
     //
     this.c1Calendar1.AutoSizeElement    = C1.Framework.AutoSizeElement.Both;
     this.c1Calendar1.BoldedDates        = new System.DateTime[0];
     this.c1Calendar1.CalendarDimensions = 12;
     this.c1Calendar1.Dock              = System.Windows.Forms.DockStyle.Left;
     this.c1Calendar1.Location          = new System.Drawing.Point(0, 0);
     this.c1Calendar1.MaxSelectionCount = 70;
     this.c1Calendar1.Name              = "c1Calendar1";
     this.c1Calendar1.Schedule          = this.c1Schedule1;
     this.c1Calendar1.Size              = new System.Drawing.Size(200, 522);
     this.c1Calendar1.TabIndex          = 0;
     //
     // c1Schedule1
     //
     this.c1Schedule1.BorderStyle = System.Windows.Forms.BorderStyle.None;
     //
     //
     //
     this.c1Calendar1.CalendarInfo.DateFormatString = "dd.MM.yyyy";
     this.c1Calendar1.CalendarInfo.EndDayTime       = System.TimeSpan.Parse("19:00:00");
     this.c1Calendar1.CalendarInfo.StartDayTime     = System.TimeSpan.Parse("07:00:00");
     this.c1Calendar1.CalendarInfo.TimeScale        = System.TimeSpan.Parse("00:30:00");
     this.c1Calendar1.CalendarInfo.WeekStart        = System.DayOfWeek.Monday;
     this.c1Calendar1.CalendarInfo.WorkDays.AddRange(new System.DayOfWeek[] {
         System.DayOfWeek.Monday,
         System.DayOfWeek.Tuesday,
         System.DayOfWeek.Wednesday,
         System.DayOfWeek.Thursday,
         System.DayOfWeek.Friday
     });
     //
     //
     //
     this.c1Schedule1.Dock          = System.Windows.Forms.DockStyle.Fill;
     this.c1Schedule1.GroupPageSize = 2;
     this.c1Schedule1.Location      = new System.Drawing.Point(205, 0);
     this.c1Schedule1.Name          = "c1Schedule1";
     this.c1Schedule1.PrintInfo.IsPrintingEnabled = false;
     this.c1Schedule1.Settings.FirstVisibleTime   = System.TimeSpan.FromHours(8);
     printStyle1.Description  = "Daily Style";
     printStyle1.PreviewImage = ((System.Drawing.Image)(resources.GetObject("printStyle1.PreviewImage")));
     printStyle1.StyleName    = "Daily";
     printStyle1.StyleSource  = "day.c1d";
     printStyle2.Description  = "Weekly Style";
     printStyle2.PreviewImage = ((System.Drawing.Image)(resources.GetObject("printStyle2.PreviewImage")));
     printStyle2.StyleName    = "Week";
     printStyle2.StyleSource  = "week.c1d";
     printStyle3.Description  = "Monthly Style";
     printStyle3.PreviewImage = ((System.Drawing.Image)(resources.GetObject("printStyle3.PreviewImage")));
     printStyle3.StyleName    = "Month";
     printStyle3.StyleSource  = "month.c1d";
     printStyle4.Description  = "Details Style";
     printStyle4.PreviewImage = ((System.Drawing.Image)(resources.GetObject("printStyle4.PreviewImage")));
     printStyle4.StyleName    = "Details";
     printStyle4.StyleSource  = "details.c1d";
     printStyle5.Context      = C1.C1Schedule.Printing.PrintContextType.Appointment;
     printStyle5.Description  = "Memo Style";
     printStyle5.PreviewImage = ((System.Drawing.Image)(resources.GetObject("printStyle5.PreviewImage")));
     printStyle5.StyleName    = "Memo";
     printStyle5.StyleSource  = "memo.c1d";
     this.c1Schedule1.PrintInfo.PrintStyles.AddRange(new C1.C1Schedule.Printing.PrintStyle[] {
         printStyle1,
         printStyle2,
         printStyle3,
         printStyle4,
         printStyle5
     });
     //
     //
     //
     this.c1Schedule1.Settings.SetReminder = false;
     this.c1Schedule1.ShowReminderForm     = false;
     this.c1Schedule1.Size     = new System.Drawing.Size(720, 522);
     this.c1Schedule1.TabIndex = 2;
     //
     // splitter1
     //
     this.splitter1.Location = new System.Drawing.Point(200, 0);
     this.splitter1.Name     = "splitter1";
     this.splitter1.Size     = new System.Drawing.Size(5, 522);
     this.splitter1.TabIndex = 1;
     this.splitter1.TabStop  = false;
     //
     // Schedule
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.c1Schedule1);
     this.Controls.Add(this.splitter1);
     this.Controls.Add(this.c1Calendar1);
     this.Name = "Schedule";
     this.Size = new System.Drawing.Size(925, 522);
     ((System.ComponentModel.ISupportInitialize)(this.c1Calendar1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.c1Schedule1.DataStorage.AppointmentStorage)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.c1Schedule1.DataStorage.CategoryStorage)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.c1Schedule1.DataStorage.ContactStorage)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.c1Schedule1.DataStorage.LabelStorage)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.c1Schedule1.DataStorage.OwnerStorage)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.c1Schedule1.DataStorage.ResourceStorage)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.c1Schedule1.DataStorage.StatusStorage)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.c1Schedule1)).EndInit();
     this.ResumeLayout(false);
 }
Example #7
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     C1.Win.C1GanttView.BarStyle           barStyle1            = new C1.Win.C1GanttView.BarStyle();
     C1.Win.C1GanttView.BarStyle           barStyle2            = new C1.Win.C1GanttView.BarStyle();
     C1.Win.C1GanttView.BarStyle           barStyle3            = new C1.Win.C1GanttView.BarStyle();
     C1.Win.C1GanttView.BarStyle           barStyle4            = new C1.Win.C1GanttView.BarStyle();
     C1.Win.C1GanttView.TaskPropertyColumn taskPropertyColumn1  = new C1.Win.C1GanttView.TaskPropertyColumn();
     C1.Win.C1GanttView.TaskPropertyColumn taskPropertyColumn2  = new C1.Win.C1GanttView.TaskPropertyColumn();
     C1.Win.C1GanttView.TaskPropertyColumn taskPropertyColumn3  = new C1.Win.C1GanttView.TaskPropertyColumn();
     C1.Win.C1GanttView.TaskPropertyColumn taskPropertyColumn4  = new C1.Win.C1GanttView.TaskPropertyColumn();
     C1.Win.C1GanttView.TaskPropertyColumn taskPropertyColumn5  = new C1.Win.C1GanttView.TaskPropertyColumn();
     C1.Win.C1GanttView.TaskPropertyColumn taskPropertyColumn6  = new C1.Win.C1GanttView.TaskPropertyColumn();
     C1.Win.C1GanttView.TaskPropertyColumn taskPropertyColumn7  = new C1.Win.C1GanttView.TaskPropertyColumn();
     C1.Win.C1GanttView.TaskPropertyColumn taskPropertyColumn8  = new C1.Win.C1GanttView.TaskPropertyColumn();
     C1.Win.C1GanttView.TaskPropertyColumn taskPropertyColumn9  = new C1.Win.C1GanttView.TaskPropertyColumn();
     C1.Win.C1GanttView.TaskPropertyColumn taskPropertyColumn10 = new C1.Win.C1GanttView.TaskPropertyColumn();
     C1.Win.C1GanttView.TaskPropertyColumn taskPropertyColumn11 = new C1.Win.C1GanttView.TaskPropertyColumn();
     C1.Win.C1GanttView.TaskPropertyColumn taskPropertyColumn12 = new C1.Win.C1GanttView.TaskPropertyColumn();
     C1.Win.C1GanttView.TaskPropertyColumn taskPropertyColumn13 = new C1.Win.C1GanttView.TaskPropertyColumn();
     C1.Win.C1GanttView.TaskPropertyColumn taskPropertyColumn14 = new C1.Win.C1GanttView.TaskPropertyColumn();
     C1.Win.C1GanttView.Task           task1       = new C1.Win.C1GanttView.Task();
     C1.Win.C1GanttView.Resource       resource1   = new C1.Win.C1GanttView.Resource();
     C1.Win.C1GanttView.Resource       resource2   = new C1.Win.C1GanttView.Resource();
     C1.Win.C1GanttView.Resource       resource3   = new C1.Win.C1GanttView.Resource();
     C1.Win.C1GanttView.Resource       resource4   = new C1.Win.C1GanttView.Resource();
     C1.C1Schedule.Printing.PrintStyle printStyle1 = new C1.C1Schedule.Printing.PrintStyle();
     C1.C1Schedule.Printing.PrintStyle printStyle2 = new C1.C1Schedule.Printing.PrintStyle();
     C1.C1Schedule.Printing.PrintStyle printStyle3 = new C1.C1Schedule.Printing.PrintStyle();
     C1.C1Schedule.Printing.PrintStyle printStyle4 = new C1.C1Schedule.Printing.PrintStyle();
     C1.C1Schedule.Printing.PrintStyle printStyle5 = new C1.C1Schedule.Printing.PrintStyle();
     this.c1GanttView1 = new C1.Win.C1GanttView.C1GanttView();
     this.c1Schedule1  = new C1.Win.C1Schedule.C1Schedule();
     this.btnRight     = new System.Windows.Forms.Button();
     this.button1      = new System.Windows.Forms.Button();
     ((System.ComponentModel.ISupportInitialize)(this.c1GanttView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.c1GanttView1.DataStorage.CalendarStorage)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.c1GanttView1.DataStorage.PropertyStorage)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.c1GanttView1.DataStorage.ResourceStorage)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.c1GanttView1.DataStorage.TasksStorage)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.c1Schedule1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.c1Schedule1.DataStorage.AppointmentStorage)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.c1Schedule1.DataStorage.CategoryStorage)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.c1Schedule1.DataStorage.ContactStorage)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.c1Schedule1.DataStorage.LabelStorage)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.c1Schedule1.DataStorage.OwnerStorage)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.c1Schedule1.DataStorage.ResourceStorage)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.c1Schedule1.DataStorage.StatusStorage)).BeginInit();
     this.SuspendLayout();
     //
     // c1GanttView1
     //
     this.c1GanttView1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                      | System.Windows.Forms.AnchorStyles.Left)));
     this.c1GanttView1.BackColor = System.Drawing.SystemColors.Window;
     barStyle1.BarColor          = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(135)))), ((int)(((byte)(220)))));
     barStyle1.BarShape          = C1.Win.C1GanttView.BarShape.ThickBar;
     barStyle1.BarType           = C1.Win.C1GanttView.BarType.AutoTask;
     barStyle1.TopText1_ID       = 287759160;
     barStyle3.BarColor          = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(63)))), ((int)(((byte)(63)))));
     barStyle3.BarShape          = C1.Win.C1GanttView.BarShape.MiddleBar;
     barStyle3.BarType           = C1.Win.C1GanttView.BarType.Progress;
     barStyle4.BarColor          = System.Drawing.Color.FromArgb(((int)(((byte)(25)))), ((int)(((byte)(200)))), ((int)(((byte)(209)))));
     barStyle4.BarShape          = C1.Win.C1GanttView.BarShape.ThickBar;
     barStyle4.BarType           = C1.Win.C1GanttView.BarType.ManualTask;
     barStyle4.EndShape          = 22;
     barStyle4.StartShape        = 21;
     barStyle4.TopText1_ID       = 287759160;
     this.c1GanttView1.BarStyles.Add(barStyle1);
     this.c1GanttView1.BarStyles.Add(barStyle2);
     this.c1GanttView1.BarStyles.Add(barStyle3);
     this.c1GanttView1.BarStyles.Add(barStyle4);
     this.c1GanttView1.CellBorderColor     = System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(240)))), ((int)(((byte)(240)))));
     this.c1GanttView1.ChartViewZoomFactor = 7F;
     taskPropertyColumn1.Caption           = "Task Mode";
     taskPropertyColumn1.ID        = 1680832599;
     taskPropertyColumn1.Property  = C1.Win.C1GanttView.TaskProperty.Mode;
     taskPropertyColumn1.Visible   = false;
     taskPropertyColumn1.Width     = 61;
     taskPropertyColumn2.Caption   = "Task Name";
     taskPropertyColumn2.ID        = 375059526;
     taskPropertyColumn2.Property  = C1.Win.C1GanttView.TaskProperty.Name;
     taskPropertyColumn2.Width     = 93;
     taskPropertyColumn3.Caption   = "Duration";
     taskPropertyColumn3.ID        = 1572034233;
     taskPropertyColumn3.Property  = C1.Win.C1GanttView.TaskProperty.Duration;
     taskPropertyColumn3.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     taskPropertyColumn3.Width     = 34;
     taskPropertyColumn4.Caption   = "Duration Units";
     taskPropertyColumn4.ID        = 688893641;
     taskPropertyColumn4.Property  = C1.Win.C1GanttView.TaskProperty.DurationUnits;
     taskPropertyColumn4.Width     = 60;
     taskPropertyColumn5.Caption   = "Start";
     taskPropertyColumn5.ID        = 1056085932;
     taskPropertyColumn5.Property  = C1.Win.C1GanttView.TaskProperty.Start;
     taskPropertyColumn5.Visible   = false;
     taskPropertyColumn6.Caption   = "Finish";
     taskPropertyColumn6.ID        = 536482953;
     taskPropertyColumn6.Property  = C1.Win.C1GanttView.TaskProperty.Finish;
     taskPropertyColumn6.Visible   = false;
     taskPropertyColumn7.Caption   = "% Complete";
     taskPropertyColumn7.ID        = 241887850;
     taskPropertyColumn7.Property  = C1.Win.C1GanttView.TaskProperty.PercentComplete;
     taskPropertyColumn7.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     taskPropertyColumn7.Visible   = false;
     taskPropertyColumn8.Caption   = "Constraint Type";
     taskPropertyColumn8.ID        = 1492723839;
     taskPropertyColumn8.Property  = C1.Win.C1GanttView.TaskProperty.ConstraintType;
     taskPropertyColumn8.Visible   = false;
     taskPropertyColumn9.Caption   = "Constraint Date";
     taskPropertyColumn9.ID        = 497084593;
     taskPropertyColumn9.Property  = C1.Win.C1GanttView.TaskProperty.ConstraintDate;
     taskPropertyColumn9.Visible   = false;
     taskPropertyColumn10.Caption  = "Predecessors";
     taskPropertyColumn10.ID       = 1887751057;
     taskPropertyColumn10.Property = C1.Win.C1GanttView.TaskProperty.Predecessors;
     taskPropertyColumn10.Visible  = false;
     taskPropertyColumn11.Caption  = "Deadline";
     taskPropertyColumn11.ID       = 1454974103;
     taskPropertyColumn11.Property = C1.Win.C1GanttView.TaskProperty.Deadline;
     taskPropertyColumn11.Visible  = false;
     taskPropertyColumn12.Caption  = "Calendar";
     taskPropertyColumn12.ID       = 365231808;
     taskPropertyColumn12.Property = C1.Win.C1GanttView.TaskProperty.Calendar;
     taskPropertyColumn12.Visible  = false;
     taskPropertyColumn13.Caption  = "Resource Names";
     taskPropertyColumn13.ID       = 287759160;
     taskPropertyColumn13.Property = C1.Win.C1GanttView.TaskProperty.ResourceNames;
     taskPropertyColumn13.Visible  = false;
     taskPropertyColumn14.Caption  = "Notes";
     taskPropertyColumn14.ID       = 1372220778;
     taskPropertyColumn14.Property = C1.Win.C1GanttView.TaskProperty.Notes;
     taskPropertyColumn14.Visible  = false;
     this.c1GanttView1.Columns.Add(taskPropertyColumn1);
     this.c1GanttView1.Columns.Add(taskPropertyColumn2);
     this.c1GanttView1.Columns.Add(taskPropertyColumn3);
     this.c1GanttView1.Columns.Add(taskPropertyColumn4);
     this.c1GanttView1.Columns.Add(taskPropertyColumn5);
     this.c1GanttView1.Columns.Add(taskPropertyColumn6);
     this.c1GanttView1.Columns.Add(taskPropertyColumn7);
     this.c1GanttView1.Columns.Add(taskPropertyColumn8);
     this.c1GanttView1.Columns.Add(taskPropertyColumn9);
     this.c1GanttView1.Columns.Add(taskPropertyColumn10);
     this.c1GanttView1.Columns.Add(taskPropertyColumn11);
     this.c1GanttView1.Columns.Add(taskPropertyColumn12);
     this.c1GanttView1.Columns.Add(taskPropertyColumn13);
     this.c1GanttView1.Columns.Add(taskPropertyColumn14);
     //
     //
     //
     this.c1GanttView1.DefaultWorkingTimes.Interval_1.Empty = false;
     this.c1GanttView1.DefaultWorkingTimes.Interval_1.From  = new System.DateTime(1, 1, 1, 9, 0, 0, 0);
     this.c1GanttView1.DefaultWorkingTimes.Interval_1.To    = new System.DateTime(1, 1, 1, 13, 0, 0, 0);
     this.c1GanttView1.DefaultWorkingTimes.Interval_2.Empty = false;
     this.c1GanttView1.DefaultWorkingTimes.Interval_2.From  = new System.DateTime(1, 1, 1, 14, 0, 0, 0);
     this.c1GanttView1.DefaultWorkingTimes.Interval_2.To    = new System.DateTime(1, 1, 1, 18, 0, 0, 0);
     this.c1GanttView1.FixedBackColor       = System.Drawing.Color.FromArgb(((int)(((byte)(223)))), ((int)(((byte)(227)))), ((int)(((byte)(232)))));
     this.c1GanttView1.FixedCellBorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(177)))), ((int)(((byte)(181)))), ((int)(((byte)(186)))));
     this.c1GanttView1.FixedForeColor       = System.Drawing.Color.Black;
     this.c1GanttView1.GridWidth            = 197;
     this.c1GanttView1.HighlightBackColor   = System.Drawing.Color.FromArgb(((int)(((byte)(183)))), ((int)(((byte)(219)))), ((int)(((byte)(255)))));
     this.c1GanttView1.HighlightForeColor   = System.Drawing.Color.Black;
     this.c1GanttView1.Location             = new System.Drawing.Point(12, 12);
     this.c1GanttView1.Name = "c1GanttView1";
     task1.ID     = 1184615291;
     task1.Mode   = C1.Win.C1GanttView.TaskMode.Automatic;
     task1.Name   = "Project Summary Task";
     task1.NextID = 0;
     this.c1GanttView1.ProjectSummary = task1;
     resource1.Cost = new decimal(new int[] {
         20000,
         0,
         0,
         131072
     });
     resource1.ID     = 457479171;
     resource1.Name   = "Adam Miller";
     resource1.NextID = 0;
     resource2.Cost   = new decimal(new int[] {
         50000,
         0,
         0,
         131072
     });
     resource2.ID     = 574928631;
     resource2.Name   = "Ruth Radelet";
     resource2.NextID = 0;
     resource3.Cost   = new decimal(new int[] {
         25000,
         0,
         0,
         131072
     });
     resource3.ID     = 1258408175;
     resource3.Name   = "Johnny Jewel";
     resource3.NextID = 0;
     resource4.Cost   = new decimal(new int[] {
         40000,
         0,
         0,
         131072
     });
     resource4.ID     = 187715318;
     resource4.Name   = "Nat Walker";
     resource4.NextID = 0;
     this.c1GanttView1.Resources.AddRange(new C1.Win.C1GanttView.Resource[] {
         resource1,
         resource2,
         resource3,
         resource4
     });
     this.c1GanttView1.Size          = new System.Drawing.Size(545, 442);
     this.c1GanttView1.SplitterColor = System.Drawing.Color.FromArgb(((int)(((byte)(177)))), ((int)(((byte)(181)))), ((int)(((byte)(186)))));
     this.c1GanttView1.StartDate     = new System.DateTime(2015, 6, 1, 0, 0, 0, 0);
     this.c1GanttView1.TabIndex      = 0;
     this.c1GanttView1.Timescale.BottomTier.Align    = C1.Win.C1GanttView.ScaleLabelAlignment.Center;
     this.c1GanttView1.Timescale.BottomTier.Format   = "w";
     this.c1GanttView1.Timescale.BottomTier.Visible  = true;
     this.c1GanttView1.Timescale.MiddleTier.Format   = "nnn d, \\\'yy";
     this.c1GanttView1.Timescale.MiddleTier.MinWidth = 49;
     this.c1GanttView1.Timescale.MiddleTier.Units    = C1.Win.C1GanttView.TimescaleUnits.Weeks;
     this.c1GanttView1.Timescale.MiddleTier.Visible  = true;
     this.c1GanttView1.ToolbarBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(223)))), ((int)(((byte)(227)))), ((int)(((byte)(232)))));
     this.c1GanttView1.VisualStyle      = C1.Win.C1GanttView.VisualStyle.Office2010Silver;
     //
     // c1Schedule1
     //
     this.c1Schedule1.AllowDrop = true;
     this.c1Schedule1.Anchor    = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                         | System.Windows.Forms.AnchorStyles.Left)
                                                                        | System.Windows.Forms.AnchorStyles.Right)));
     this.c1Schedule1.BorderStyle = System.Windows.Forms.BorderStyle.None;
     //
     //
     //
     this.c1Schedule1.CalendarInfo.DateFormatString = "M/d/yyyy";
     this.c1Schedule1.CalendarInfo.EndDayTime       = System.TimeSpan.Parse("19:00:00");
     this.c1Schedule1.CalendarInfo.StartDayTime     = System.TimeSpan.Parse("07:00:00");
     this.c1Schedule1.CalendarInfo.TimeScale        = System.TimeSpan.Parse("00:30:00");
     this.c1Schedule1.CalendarInfo.WeekStart        = System.DayOfWeek.Sunday;
     this.c1Schedule1.CalendarInfo.WorkDays.AddRange(new System.DayOfWeek[] {
         System.DayOfWeek.Monday,
         System.DayOfWeek.Tuesday,
         System.DayOfWeek.Wednesday,
         System.DayOfWeek.Thursday,
         System.DayOfWeek.Friday
     });
     //
     //
     //
     this.c1Schedule1.GroupPageSize = 2;
     this.c1Schedule1.Location      = new System.Drawing.Point(563, 12);
     this.c1Schedule1.Name          = "c1Schedule1";
     printStyle1.Description        = "Daily Style";
     printStyle1.StyleName          = "Daily";
     printStyle1.StyleSource        = "day.c1d";
     printStyle2.Description        = "Weekly Style";
     printStyle2.StyleName          = "Week";
     printStyle2.StyleSource        = "week.c1d";
     printStyle3.Description        = "Monthly Style";
     printStyle3.StyleName          = "Month";
     printStyle3.StyleSource        = "month.c1d";
     printStyle4.Description        = "Details Style";
     printStyle4.StyleName          = "Details";
     printStyle4.StyleSource        = "details.c1d";
     printStyle5.Context            = C1.C1Schedule.Printing.PrintContextType.Appointment;
     printStyle5.Description        = "Memo Style";
     printStyle5.StyleName          = "Memo";
     printStyle5.StyleSource        = "memo.c1d";
     this.c1Schedule1.PrintInfo.PrintStyles.AddRange(new C1.C1Schedule.Printing.PrintStyle[] {
         printStyle1,
         printStyle2,
         printStyle3,
         printStyle4,
         printStyle5
     });
     this.c1Schedule1.Size          = new System.Drawing.Size(334, 486);
     this.c1Schedule1.TabIndex      = 1;
     this.c1Schedule1.TimeLineStyle = C1.Win.C1Schedule.TimeLineStyleEnum.Days;
     this.c1Schedule1.ViewType      = C1.Win.C1Schedule.ScheduleViewEnum.MonthView;
     this.c1Schedule1.VisualStyle   = C1.Win.C1Schedule.UI.VisualStyle.Office2007Silver;
     //
     // btnRight
     //
     this.btnRight.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.btnRight.Location = new System.Drawing.Point(263, 460);
     this.btnRight.Name     = "btnRight";
     this.btnRight.Size     = new System.Drawing.Size(101, 38);
     this.btnRight.TabIndex = 2;
     this.btnRight.Text     = "Save";
     this.btnRight.UseVisualStyleBackColor = true;
     this.btnRight.Click += new System.EventHandler(this.btnSave_Click);
     //
     // button1
     //
     this.button1.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.button1.Location = new System.Drawing.Point(393, 460);
     this.button1.Name     = "button1";
     this.button1.Size     = new System.Drawing.Size(103, 38);
     this.button1.TabIndex = 3;
     this.button1.Text     = "Load";
     this.button1.UseVisualStyleBackColor = true;
     this.button1.Click += new System.EventHandler(this.btnLoad_Click);
     //
     // Form1
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(909, 510);
     this.Controls.Add(this.button1);
     this.Controls.Add(this.btnRight);
     this.Controls.Add(this.c1Schedule1);
     this.Controls.Add(this.c1GanttView1);
     this.Name = "Form1";
     this.Text = "Form1";
     ((System.ComponentModel.ISupportInitialize)(this.c1GanttView1.DataStorage.CalendarStorage)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.c1GanttView1.DataStorage.PropertyStorage)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.c1GanttView1.DataStorage.ResourceStorage)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.c1GanttView1.DataStorage.TasksStorage)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.c1GanttView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.c1Schedule1.DataStorage.AppointmentStorage)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.c1Schedule1.DataStorage.CategoryStorage)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.c1Schedule1.DataStorage.ContactStorage)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.c1Schedule1.DataStorage.LabelStorage)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.c1Schedule1.DataStorage.OwnerStorage)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.c1Schedule1.DataStorage.ResourceStorage)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.c1Schedule1.DataStorage.StatusStorage)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.c1Schedule1)).EndInit();
     this.ResumeLayout(false);
 }
Example #8
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
     C1.C1Schedule.Printing.PrintStyle printStyle1            = new C1.C1Schedule.Printing.PrintStyle();
     C1.C1Schedule.Printing.PrintStyle printStyle2            = new C1.C1Schedule.Printing.PrintStyle();
     C1.C1Schedule.Printing.PrintStyle printStyle3            = new C1.C1Schedule.Printing.PrintStyle();
     C1.C1Schedule.Printing.PrintStyle printStyle4            = new C1.C1Schedule.Printing.PrintStyle();
     C1.C1Schedule.Printing.PrintStyle printStyle5            = new C1.C1Schedule.Printing.PrintStyle();
     this.splitter1             = new System.Windows.Forms.Splitter();
     this.menuStrip1            = new System.Windows.Forms.MenuStrip();
     this.fileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.exitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this._DayView    = new System.Windows.Forms.ToolStripMenuItem();
     this._workWeek   = new System.Windows.Forms.ToolStripMenuItem();
     this._week       = new System.Windows.Forms.ToolStripMenuItem();
     this._month      = new System.Windows.Forms.ToolStripMenuItem();
     this._timeLine   = new System.Windows.Forms.ToolStripMenuItem();
     this._today      = new System.Windows.Forms.ToolStripMenuItem();
     this.c1Schedule1 = new C1.Win.C1Schedule.C1Schedule();
     this.appointmentsBindingSource = new System.Windows.Forms.BindingSource(this.components);
     this.categoriesBindingSource   = new System.Windows.Forms.BindingSource(this.components);
     this.employeesBindingSource    = new System.Windows.Forms.BindingSource(this.components);
     this.labelsBindingSource       = new System.Windows.Forms.BindingSource(this.components);
     this.productsBindingSource     = new System.Windows.Forms.BindingSource(this.components);
     this.statusesBindingSource     = new System.Windows.Forms.BindingSource(this.components);
     this.c1Calendar1     = new C1.Win.C1Schedule.C1Calendar();
     this.c1NWindDataSet1 = new TestSchedule.C1NWindDataSet();
     this.appointments_FullTableAdapter = new TestSchedule.C1NWindDataSetTableAdapters.Appointments_FullTableAdapter();
     this.categoriesTableAdapter1       = new TestSchedule.C1NWindDataSetTableAdapters.CategoriesTableAdapter();
     this.appointeesTableAdapter        = new TestSchedule.C1NWindDataSetTableAdapters.AppointeesTableAdapter();
     this.labelsTableAdapter1           = new TestSchedule.C1NWindDataSetTableAdapters.LabelsTableAdapter();
     this.products_ScheduleTableAdapter = new TestSchedule.C1NWindDataSetTableAdapters.Products_ScheduleTableAdapter();
     this.statusesTableAdapter1         = new TestSchedule.C1NWindDataSetTableAdapters.StatusesTableAdapter();
     this.menuStrip1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.c1Schedule1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.c1Schedule1.DataStorage.AppointmentStorage)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.c1Schedule1.DataStorage.CategoryStorage)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.c1Schedule1.DataStorage.ContactStorage)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.c1Schedule1.DataStorage.LabelStorage)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.c1Schedule1.DataStorage.OwnerStorage)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.c1Schedule1.DataStorage.ResourceStorage)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.c1Schedule1.DataStorage.StatusStorage)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.appointmentsBindingSource)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.categoriesBindingSource)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.employeesBindingSource)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.labelsBindingSource)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.productsBindingSource)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.statusesBindingSource)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.c1Calendar1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.c1NWindDataSet1)).BeginInit();
     this.SuspendLayout();
     //
     // splitter1
     //
     this.splitter1.ImeMode  = System.Windows.Forms.ImeMode.NoControl;
     this.splitter1.Location = new System.Drawing.Point(205, 24);
     this.splitter1.Margin   = new System.Windows.Forms.Padding(2);
     this.splitter1.Name     = "splitter1";
     this.splitter1.Size     = new System.Drawing.Size(2, 433);
     this.splitter1.TabIndex = 1;
     this.splitter1.TabStop  = false;
     //
     // menuStrip1
     //
     this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.fileToolStripMenuItem,
         this._DayView,
         this._workWeek,
         this._week,
         this._month,
         this._timeLine,
         this._today
     });
     this.menuStrip1.Location = new System.Drawing.Point(0, 0);
     this.menuStrip1.Name     = "menuStrip1";
     this.menuStrip1.Padding  = new System.Windows.Forms.Padding(4, 2, 0, 2);
     this.menuStrip1.Size     = new System.Drawing.Size(657, 24);
     this.menuStrip1.TabIndex = 3;
     this.menuStrip1.Text     = "menuStrip1";
     //
     // fileToolStripMenuItem
     //
     this.fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.exitToolStripMenuItem
     });
     this.fileToolStripMenuItem.Name = "fileToolStripMenuItem";
     this.fileToolStripMenuItem.Size = new System.Drawing.Size(37, 20);
     this.fileToolStripMenuItem.Text = "File";
     //
     // exitToolStripMenuItem
     //
     this.exitToolStripMenuItem.Name   = "exitToolStripMenuItem";
     this.exitToolStripMenuItem.Size   = new System.Drawing.Size(92, 22);
     this.exitToolStripMenuItem.Text   = "Exit";
     this.exitToolStripMenuItem.Click += new System.EventHandler(this.exitToolStripMenuItem_Click);
     //
     // _DayView
     //
     this._DayView.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this._DayView.Image        = ((System.Drawing.Image)(resources.GetObject("_DayView.Image")));
     this._DayView.Name         = "_DayView";
     this._DayView.Size         = new System.Drawing.Size(28, 20);
     this._DayView.Text         = "Day View";
     this._DayView.ToolTipText  = "Day View";
     this._DayView.Click       += new System.EventHandler(this._DayView_Click);
     //
     // _workWeek
     //
     this._workWeek.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this._workWeek.Image        = ((System.Drawing.Image)(resources.GetObject("_workWeek.Image")));
     this._workWeek.Name         = "_workWeek";
     this._workWeek.Size         = new System.Drawing.Size(28, 20);
     this._workWeek.ToolTipText  = "Work Week View";
     this._workWeek.Click       += new System.EventHandler(this._workWeek_Click);
     //
     // _week
     //
     this._week.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this._week.Image        = ((System.Drawing.Image)(resources.GetObject("_week.Image")));
     this._week.Name         = "_week";
     this._week.Size         = new System.Drawing.Size(28, 20);
     this._week.Text         = "toolStripMenuItem1";
     this._week.ToolTipText  = "Week View";
     this._week.Click       += new System.EventHandler(this._week_Click);
     //
     // _month
     //
     this._month.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this._month.Image        = ((System.Drawing.Image)(resources.GetObject("_month.Image")));
     this._month.Name         = "_month";
     this._month.Size         = new System.Drawing.Size(28, 20);
     this._month.Text         = "toolStripMenuItem1";
     this._month.ToolTipText  = "Month View";
     this._month.Click       += new System.EventHandler(this._month_Click);
     //
     // _timeLine
     //
     this._timeLine.AutoToolTip           = true;
     this._timeLine.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this._timeLine.Image                 = ((System.Drawing.Image)(resources.GetObject("_timeLine.Image")));
     this._timeLine.ImageTransparentColor = System.Drawing.Color.Magenta;
     this._timeLine.Name        = "_timeLine";
     this._timeLine.Size        = new System.Drawing.Size(28, 20);
     this._timeLine.Text        = "toolStripMenuItem1";
     this._timeLine.ToolTipText = "Time Line";
     this._timeLine.Click      += new System.EventHandler(this._timeLine_Click);
     //
     // _today
     //
     this._today.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     this._today.Name         = "_today";
     this._today.Size         = new System.Drawing.Size(52, 20);
     this._today.Text         = "Today";
     this._today.Click       += new System.EventHandler(this._today_Click);
     //
     // c1Schedule1
     //
     //
     //
     //
     this.c1Schedule1.CalendarInfo.DateFormatString = "M/d/yyyy";
     this.c1Schedule1.CalendarInfo.EndDayTime       = System.TimeSpan.Parse("18:00:00");
     this.c1Schedule1.CalendarInfo.Holidays.Add(new System.DateTime(2006, 11, 7, 0, 0, 0, 0));
     this.c1Schedule1.CalendarInfo.Holidays.Add(new System.DateTime(2006, 10, 8, 0, 0, 0, 0));
     this.c1Schedule1.CalendarInfo.StartDayTime = System.TimeSpan.Parse("06:00:00");
     this.c1Schedule1.CalendarInfo.TimeScale    = System.TimeSpan.Parse("00:30:00");
     this.c1Schedule1.CalendarInfo.WeekStart    = System.DayOfWeek.Monday;
     this.c1Schedule1.CalendarInfo.WorkDays.AddRange(new System.DayOfWeek[] {
         System.DayOfWeek.Monday,
         System.DayOfWeek.Tuesday,
         System.DayOfWeek.Wednesday,
         System.DayOfWeek.Thursday,
         System.DayOfWeek.Friday
     });
     //
     //
     //
     //
     //
     //
     this.c1Schedule1.DataStorage.AppointmentStorage.DataSource = this.appointmentsBindingSource;
     //
     //
     //
     //
     //
     //
     this.c1Schedule1.DataStorage.AppointmentStorage.Mappings.AppointmentProperties.MappingName = "Properties";
     //
     //
     //
     this.c1Schedule1.DataStorage.AppointmentStorage.Mappings.Body.MappingName = "Description";
     //
     //
     //
     this.c1Schedule1.DataStorage.AppointmentStorage.Mappings.End.MappingName = "End";
     //
     //
     //
     this.c1Schedule1.DataStorage.AppointmentStorage.Mappings.IdMapping.MappingName = "AppointmentId";
     //
     //
     //
     this.c1Schedule1.DataStorage.AppointmentStorage.Mappings.Location.MappingName = "Location";
     //
     //
     //
     this.c1Schedule1.DataStorage.AppointmentStorage.Mappings.Start.MappingName = "Start";
     //
     //
     //
     this.c1Schedule1.DataStorage.AppointmentStorage.Mappings.Subject.MappingName = "Subject";
     //
     //
     //
     this.c1Schedule1.DataStorage.CategoryStorage.DataSource = this.categoriesBindingSource;
     //
     //
     //
     //
     //
     //
     this.c1Schedule1.DataStorage.CategoryStorage.Mappings.CaptionMapping.MappingName = "Description";
     //
     //
     //
     this.c1Schedule1.DataStorage.CategoryStorage.Mappings.IndexMapping.MappingName = "CategoryID";
     //
     //
     //
     this.c1Schedule1.DataStorage.CategoryStorage.Mappings.TextMapping.MappingName = "CategoryName";
     //
     //
     //
     this.c1Schedule1.DataStorage.ContactStorage.DataSource = this.employeesBindingSource;
     //
     //
     //
     //
     //
     //
     this.c1Schedule1.DataStorage.ContactStorage.Mappings.CaptionMapping.MappingName = "LastName";
     //
     //
     //
     this.c1Schedule1.DataStorage.ContactStorage.Mappings.IndexMapping.MappingName = "EmployeeID";
     //
     //
     //
     this.c1Schedule1.DataStorage.ContactStorage.Mappings.TextMapping.MappingName = "FirstName";
     //
     //
     //
     this.c1Schedule1.DataStorage.LabelStorage.DataSource = this.labelsBindingSource;
     //
     //
     //
     //
     //
     //
     this.c1Schedule1.DataStorage.LabelStorage.Mappings.CaptionMapping.MappingName = "Description";
     //
     //
     //
     this.c1Schedule1.DataStorage.LabelStorage.Mappings.ColorMapping.MappingName = "Color";
     //
     //
     //
     this.c1Schedule1.DataStorage.LabelStorage.Mappings.IdMapping.MappingName = "LabelId";
     //
     //
     //
     this.c1Schedule1.DataStorage.LabelStorage.Mappings.TextMapping.MappingName = "Text";
     //
     //
     //
     this.c1Schedule1.DataStorage.ResourceStorage.DataSource = this.productsBindingSource;
     //
     //
     //
     //
     //
     //
     this.c1Schedule1.DataStorage.ResourceStorage.Mappings.CaptionMapping.MappingName = "ProductName";
     //
     //
     //
     this.c1Schedule1.DataStorage.ResourceStorage.Mappings.IndexMapping.MappingName = "ProductID";
     //
     //
     //
     this.c1Schedule1.DataStorage.ResourceStorage.Mappings.TextMapping.MappingName = "ProductName";
     //
     //
     //
     this.c1Schedule1.DataStorage.StatusStorage.DataSource = this.statusesBindingSource;
     //
     //
     //
     //
     //
     //
     this.c1Schedule1.DataStorage.StatusStorage.Mappings.CaptionMapping.MappingName = "Description";
     //
     //
     //
     this.c1Schedule1.DataStorage.StatusStorage.Mappings.ColorMapping.MappingName = "Color";
     //
     //
     //
     this.c1Schedule1.DataStorage.StatusStorage.Mappings.IdMapping.MappingName = "StatusId";
     //
     //
     //
     this.c1Schedule1.DataStorage.StatusStorage.Mappings.TextMapping.MappingName = "Text";
     this.c1Schedule1.Dock          = System.Windows.Forms.DockStyle.Fill;
     this.c1Schedule1.GroupPageSize = 2;
     this.c1Schedule1.Location      = new System.Drawing.Point(207, 24);
     this.c1Schedule1.Margin        = new System.Windows.Forms.Padding(2);
     this.c1Schedule1.Name          = "c1Schedule1";
     printStyle1.Description        = "Daily Style";
     printStyle1.PreviewImage       = ((System.Drawing.Image)(resources.GetObject("printStyle1.PreviewImage")));
     printStyle1.StyleName          = "Daily";
     printStyle1.StyleSource        = "day.c1d";
     printStyle2.Description        = "Weekly Style";
     printStyle2.PreviewImage       = ((System.Drawing.Image)(resources.GetObject("printStyle2.PreviewImage")));
     printStyle2.StyleName          = "Week";
     printStyle2.StyleSource        = "week.c1d";
     printStyle3.Description        = "Monthly Style";
     printStyle3.PreviewImage       = ((System.Drawing.Image)(resources.GetObject("printStyle3.PreviewImage")));
     printStyle3.StyleName          = "Month";
     printStyle3.StyleSource        = "month.c1d";
     printStyle4.Description        = "Details Style";
     printStyle4.PreviewImage       = ((System.Drawing.Image)(resources.GetObject("printStyle4.PreviewImage")));
     printStyle4.StyleName          = "Details";
     printStyle4.StyleSource        = "details.c1d";
     printStyle5.Context            = C1.C1Schedule.Printing.PrintContextType.Appointment;
     printStyle5.Description        = "Memo Style";
     printStyle5.PreviewImage       = ((System.Drawing.Image)(resources.GetObject("printStyle5.PreviewImage")));
     printStyle5.StyleName          = "Memo";
     printStyle5.StyleSource        = "memo.c1d";
     this.c1Schedule1.PrintInfo.PrintStyles.AddRange(new C1.C1Schedule.Printing.PrintStyle[] {
         printStyle1,
         printStyle2,
         printStyle3,
         printStyle4,
         printStyle5
     });
     this.c1Schedule1.Size                   = new System.Drawing.Size(450, 433);
     this.c1Schedule1.TabIndex               = 2;
     this.c1Schedule1.ViewType               = C1.Win.C1Schedule.ScheduleViewEnum.WorkWeekView;
     this.c1Schedule1.VisualStyle            = C1.Win.C1Schedule.UI.VisualStyle.Office2007Silver;
     this.c1Schedule1.BeforeAppointmentShow += new C1.C1Schedule.CancelAppointmentEventHandler(this.c1Schedule1_BeforeAppointmentShow);
     this.c1Schedule1.AppointmentAdded      += new System.EventHandler <C1.C1Schedule.AppointmentEventArgs>(this.c1Schedule1_AppointmentAdded);
     //
     // appointmentsBindingSource
     //
     this.appointmentsBindingSource.DataMember = "Appointments_Full";
     this.appointmentsBindingSource.DataSource = this.c1NWindDataSet1;
     //
     // categoriesBindingSource
     //
     this.categoriesBindingSource.DataMember = "Categories";
     this.categoriesBindingSource.DataSource = this.c1NWindDataSet1;
     //
     // employeesBindingSource
     //
     this.employeesBindingSource.DataMember = "Appointees";
     this.employeesBindingSource.DataSource = this.c1NWindDataSet1;
     //
     // labelsBindingSource
     //
     this.labelsBindingSource.DataMember = "Labels";
     this.labelsBindingSource.DataSource = this.c1NWindDataSet1;
     //
     // productsBindingSource
     //
     this.productsBindingSource.DataMember = "Products_Schedule";
     this.productsBindingSource.DataSource = this.c1NWindDataSet1;
     //
     // statusesBindingSource
     //
     this.statusesBindingSource.DataMember = "Statuses";
     this.statusesBindingSource.DataSource = this.c1NWindDataSet1;
     //
     // c1Calendar1
     //
     this.c1Calendar1.BoldedDates        = new System.DateTime[0];
     this.c1Calendar1.CalendarDimensions = 3;
     this.c1Calendar1.Dock        = System.Windows.Forms.DockStyle.Left;
     this.c1Calendar1.ImeMode     = System.Windows.Forms.ImeMode.NoControl;
     this.c1Calendar1.Location    = new System.Drawing.Point(0, 24);
     this.c1Calendar1.Margin      = new System.Windows.Forms.Padding(2);
     this.c1Calendar1.Name        = "c1Calendar1";
     this.c1Calendar1.Schedule    = this.c1Schedule1;
     this.c1Calendar1.Size        = new System.Drawing.Size(205, 433);
     this.c1Calendar1.TabIndex    = 0;
     this.c1Calendar1.VisualStyle = C1.Win.C1Schedule.UI.VisualStyle.Office2007Silver;
     //
     // c1NWindDataSet1
     //
     this.c1NWindDataSet1.DataSetName             = "C1NWindDataSet";
     this.c1NWindDataSet1.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
     //
     // appointments_FullTableAdapter
     //
     this.appointments_FullTableAdapter.ClearBeforeFill = true;
     //
     // categoriesTableAdapter1
     //
     this.categoriesTableAdapter1.ClearBeforeFill = true;
     //
     // appointeesTableAdapter
     //
     this.appointeesTableAdapter.ClearBeforeFill = true;
     //
     // labelsTableAdapter1
     //
     this.labelsTableAdapter1.ClearBeforeFill = true;
     //
     // products_ScheduleTableAdapter
     //
     this.products_ScheduleTableAdapter.ClearBeforeFill = true;
     //
     // statusesTableAdapter1
     //
     this.statusesTableAdapter1.ClearBeforeFill = true;
     //
     // Form1
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(657, 457);
     this.Controls.Add(this.c1Schedule1);
     this.Controls.Add(this.splitter1);
     this.Controls.Add(this.c1Calendar1);
     this.Controls.Add(this.menuStrip1);
     this.Icon          = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MainMenuStrip = this.menuStrip1;
     this.Margin        = new System.Windows.Forms.Padding(2);
     this.Name          = "Form1";
     this.Text          = "C1Schedule Test Application";
     this.FormClosing  += new System.Windows.Forms.FormClosingEventHandler(this.Form1_FormClosing);
     this.Load         += new System.EventHandler(this.Form1_Load);
     this.menuStrip1.ResumeLayout(false);
     this.menuStrip1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.c1Schedule1.DataStorage.AppointmentStorage)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.c1Schedule1.DataStorage.CategoryStorage)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.c1Schedule1.DataStorage.ContactStorage)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.c1Schedule1.DataStorage.LabelStorage)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.c1Schedule1.DataStorage.OwnerStorage)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.c1Schedule1.DataStorage.ResourceStorage)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.c1Schedule1.DataStorage.StatusStorage)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.c1Schedule1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.appointmentsBindingSource)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.categoriesBindingSource)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.employeesBindingSource)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.labelsBindingSource)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.productsBindingSource)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.statusesBindingSource)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.c1Calendar1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.c1NWindDataSet1)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Example #9
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     C1.C1Schedule.Printing.PrintStyle printStyle1            = new C1.C1Schedule.Printing.PrintStyle();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm));
     C1.C1Schedule.Printing.PrintStyle printStyle2            = new C1.C1Schedule.Printing.PrintStyle();
     C1.C1Schedule.Printing.PrintStyle printStyle3            = new C1.C1Schedule.Printing.PrintStyle();
     C1.C1Schedule.Printing.PrintStyle printStyle4            = new C1.C1Schedule.Printing.PrintStyle();
     C1.C1Schedule.Printing.PrintStyle printStyle5            = new C1.C1Schedule.Printing.PrintStyle();
     this.menuStrip1           = new System.Windows.Forms.MenuStrip();
     this.tsmiApply            = new System.Windows.Forms.ToolStripMenuItem();
     this.tsmiNewTopic         = new System.Windows.Forms.ToolStripMenuItem();
     this.tsmiNewCon           = new System.Windows.Forms.ToolStripMenuItem();
     this.tsmiCheckTask        = new System.Windows.Forms.ToolStripMenuItem();
     this.tsmiManage           = new System.Windows.Forms.ToolStripMenuItem();
     this.tsmiTopicManage      = new System.Windows.Forms.ToolStripMenuItem();
     this.tsmiConManage        = new System.Windows.Forms.ToolStripMenuItem();
     this.tsmiBdrRoomManage    = new System.Windows.Forms.ToolStripMenuItem();
     this.tsmiResouceManage    = new System.Windows.Forms.ToolStripMenuItem();
     this.tsmiVer              = new System.Windows.Forms.ToolStripMenuItem();
     this.tsmiConVer           = new System.Windows.Forms.ToolStripMenuItem();
     this.tsmiUpdateMateria    = new System.Windows.Forms.ToolStripMenuItem();
     this.视图ToolStripMenuItem  = new System.Windows.Forms.ToolStripMenuItem();
     this.日视图ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.周视图ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.月视图ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.注销ToolStripMenuItem  = new System.Windows.Forms.ToolStripMenuItem();
     this.c1sView              = new C1.Win.C1Schedule.C1Schedule();
     this.pictureBox1          = new System.Windows.Forms.PictureBox();
     this.lbHello              = new System.Windows.Forms.Label();
     this.label1              = new System.Windows.Forms.Label();
     this.panel1              = new System.Windows.Forms.Panel();
     this.lbNextCon           = new System.Windows.Forms.Label();
     this.关于ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.menuStrip1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.c1sView)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.c1sView.DataStorage.AppointmentStorage)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.c1sView.DataStorage.CategoryStorage)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.c1sView.DataStorage.ContactStorage)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.c1sView.DataStorage.LabelStorage)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.c1sView.DataStorage.OwnerStorage)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.c1sView.DataStorage.ResourceStorage)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.c1sView.DataStorage.StatusStorage)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
     this.panel1.SuspendLayout();
     this.SuspendLayout();
     //
     // menuStrip1
     //
     this.menuStrip1.BackColor        = System.Drawing.Color.WhiteSmoke;
     this.menuStrip1.Font             = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.menuStrip1.ImageScalingSize = new System.Drawing.Size(20, 20);
     this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.tsmiApply,
         this.tsmiCheckTask,
         this.tsmiManage,
         this.tsmiVer,
         this.tsmiUpdateMateria,
         this.视图ToolStripMenuItem,
         this.注销ToolStripMenuItem,
         this.关于ToolStripMenuItem
     });
     this.menuStrip1.Location = new System.Drawing.Point(0, 0);
     this.menuStrip1.Name     = "menuStrip1";
     this.menuStrip1.Size     = new System.Drawing.Size(1035, 25);
     this.menuStrip1.TabIndex = 3;
     this.menuStrip1.Text     = "menuStrip1";
     //
     // tsmiApply
     //
     this.tsmiApply.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.tsmiNewTopic,
         this.tsmiNewCon
     });
     this.tsmiApply.Name = "tsmiApply";
     this.tsmiApply.Size = new System.Drawing.Size(44, 21);
     this.tsmiApply.Text = "申请";
     //
     // tsmiNewTopic
     //
     this.tsmiNewTopic.Name   = "tsmiNewTopic";
     this.tsmiNewTopic.Size   = new System.Drawing.Size(124, 22);
     this.tsmiNewTopic.Text   = "议题申请";
     this.tsmiNewTopic.Click += new System.EventHandler(this.tsmiNewTopic_Click);
     //
     // tsmiNewCon
     //
     this.tsmiNewCon.Name   = "tsmiNewCon";
     this.tsmiNewCon.Size   = new System.Drawing.Size(124, 22);
     this.tsmiNewCon.Text   = "会议申请";
     this.tsmiNewCon.Click += new System.EventHandler(this.tsmiNewCon_Click);
     //
     // tsmiCheckTask
     //
     this.tsmiCheckTask.Name   = "tsmiCheckTask";
     this.tsmiCheckTask.Size   = new System.Drawing.Size(80, 21);
     this.tsmiCheckTask.Text   = "查看任务单";
     this.tsmiCheckTask.Click += new System.EventHandler(this.查看任务单ToolStripMenuItem_Click);
     //
     // tsmiManage
     //
     this.tsmiManage.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.tsmiTopicManage,
         this.tsmiConManage,
         this.tsmiBdrRoomManage,
         this.tsmiResouceManage
     });
     this.tsmiManage.Name = "tsmiManage";
     this.tsmiManage.Size = new System.Drawing.Size(44, 21);
     this.tsmiManage.Text = "管理";
     //
     // tsmiTopicManage
     //
     this.tsmiTopicManage.Name   = "tsmiTopicManage";
     this.tsmiTopicManage.Size   = new System.Drawing.Size(136, 22);
     this.tsmiTopicManage.Text   = "议题管理";
     this.tsmiTopicManage.Click += new System.EventHandler(this.tsmiTopicManage_Click);
     //
     // tsmiConManage
     //
     this.tsmiConManage.Name   = "tsmiConManage";
     this.tsmiConManage.Size   = new System.Drawing.Size(136, 22);
     this.tsmiConManage.Text   = "会议管理";
     this.tsmiConManage.Click += new System.EventHandler(this.tsmiConManage_Click);
     //
     // tsmiBdrRoomManage
     //
     this.tsmiBdrRoomManage.Name   = "tsmiBdrRoomManage";
     this.tsmiBdrRoomManage.Size   = new System.Drawing.Size(136, 22);
     this.tsmiBdrRoomManage.Text   = "会议室管理";
     this.tsmiBdrRoomManage.Click += new System.EventHandler(this.tsmiBdrRoomManage_Click);
     //
     // tsmiResouceManage
     //
     this.tsmiResouceManage.Name   = "tsmiResouceManage";
     this.tsmiResouceManage.Size   = new System.Drawing.Size(136, 22);
     this.tsmiResouceManage.Text   = "资源管理";
     this.tsmiResouceManage.Click += new System.EventHandler(this.tsmiResouceManage_Click);
     //
     // tsmiVer
     //
     this.tsmiVer.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.tsmiConVer
     });
     this.tsmiVer.Name = "tsmiVer";
     this.tsmiVer.Size = new System.Drawing.Size(44, 21);
     this.tsmiVer.Text = "审核";
     //
     // tsmiConVer
     //
     this.tsmiConVer.Name   = "tsmiConVer";
     this.tsmiConVer.Size   = new System.Drawing.Size(124, 22);
     this.tsmiConVer.Text   = "会议审核";
     this.tsmiConVer.Click += new System.EventHandler(this.tsmiConVer_Click);
     //
     // tsmiUpdateMateria
     //
     this.tsmiUpdateMateria.Name   = "tsmiUpdateMateria";
     this.tsmiUpdateMateria.Size   = new System.Drawing.Size(68, 21);
     this.tsmiUpdateMateria.Text   = "资料上传";
     this.tsmiUpdateMateria.Click += new System.EventHandler(this.tsmiUpdateMateria_Click);
     //
     // 视图ToolStripMenuItem
     //
     this.视图ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.日视图ToolStripMenuItem,
         this.周视图ToolStripMenuItem,
         this.月视图ToolStripMenuItem
     });
     this.视图ToolStripMenuItem.Name = "视图ToolStripMenuItem";
     this.视图ToolStripMenuItem.Size = new System.Drawing.Size(44, 21);
     this.视图ToolStripMenuItem.Text = "视图";
     //
     // 日视图ToolStripMenuItem
     //
     this.日视图ToolStripMenuItem.Name   = "日视图ToolStripMenuItem";
     this.日视图ToolStripMenuItem.Size   = new System.Drawing.Size(112, 22);
     this.日视图ToolStripMenuItem.Text   = "日视图";
     this.日视图ToolStripMenuItem.Click += new System.EventHandler(this.日视图ToolStripMenuItem_Click);
     //
     // 周视图ToolStripMenuItem
     //
     this.周视图ToolStripMenuItem.Name   = "周视图ToolStripMenuItem";
     this.周视图ToolStripMenuItem.Size   = new System.Drawing.Size(112, 22);
     this.周视图ToolStripMenuItem.Text   = "周视图";
     this.周视图ToolStripMenuItem.Click += new System.EventHandler(this.周视图ToolStripMenuItem_Click);
     //
     // 月视图ToolStripMenuItem
     //
     this.月视图ToolStripMenuItem.Name   = "月视图ToolStripMenuItem";
     this.月视图ToolStripMenuItem.Size   = new System.Drawing.Size(112, 22);
     this.月视图ToolStripMenuItem.Text   = "月视图";
     this.月视图ToolStripMenuItem.Click += new System.EventHandler(this.月视图ToolStripMenuItem_Click);
     //
     // 注销ToolStripMenuItem
     //
     this.注销ToolStripMenuItem.Name   = "注销ToolStripMenuItem";
     this.注销ToolStripMenuItem.Size   = new System.Drawing.Size(44, 21);
     this.注销ToolStripMenuItem.Text   = "注销";
     this.注销ToolStripMenuItem.Click += new System.EventHandler(this.注销ToolStripMenuItem_Click);
     //
     // c1sView
     //
     this.c1sView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                  | System.Windows.Forms.AnchorStyles.Left)
                                                                 | System.Windows.Forms.AnchorStyles.Right)));
     //
     //
     //
     this.c1sView.CalendarInfo.CultureInfo      = new System.Globalization.CultureInfo("zh-CN");
     this.c1sView.CalendarInfo.DateFormatString = "yyyy/M/d";
     this.c1sView.CalendarInfo.EndDayTime       = System.TimeSpan.Parse("19:00:00");
     this.c1sView.CalendarInfo.StartDayTime     = System.TimeSpan.Parse("07:00:00");
     this.c1sView.CalendarInfo.TimeScale        = System.TimeSpan.Parse("00:30:00");
     this.c1sView.CalendarInfo.WeekStart        = System.DayOfWeek.Monday;
     this.c1sView.CalendarInfo.WorkDays.AddRange(new System.DayOfWeek[] {
         System.DayOfWeek.Monday,
         System.DayOfWeek.Tuesday,
         System.DayOfWeek.Wednesday,
         System.DayOfWeek.Thursday,
         System.DayOfWeek.Friday
     });
     //
     //
     //
     this.c1sView.EditOptions   = C1.Win.C1Schedule.EditOptions.None;
     this.c1sView.GroupPageSize = 2;
     this.c1sView.Location      = new System.Drawing.Point(12, 46);
     this.c1sView.Name          = "c1sView";
     this.c1sView.PrintInfo.IsPrintingEnabled = false;
     printStyle1.Description  = "Daily Style";
     printStyle1.PreviewImage = ((System.Drawing.Image)(resources.GetObject("printStyle1.PreviewImage")));
     printStyle1.StyleName    = "Daily";
     printStyle1.StyleSource  = "day.c1d";
     printStyle2.Description  = "Weekly Style";
     printStyle2.PreviewImage = ((System.Drawing.Image)(resources.GetObject("printStyle2.PreviewImage")));
     printStyle2.StyleName    = "Week";
     printStyle2.StyleSource  = "week.c1d";
     printStyle3.Description  = "Monthly Style";
     printStyle3.PreviewImage = ((System.Drawing.Image)(resources.GetObject("printStyle3.PreviewImage")));
     printStyle3.StyleName    = "Month";
     printStyle3.StyleSource  = "month.c1d";
     printStyle4.Description  = "Details Style";
     printStyle4.PreviewImage = ((System.Drawing.Image)(resources.GetObject("printStyle4.PreviewImage")));
     printStyle4.StyleName    = "Details";
     printStyle4.StyleSource  = "details.c1d";
     printStyle5.Context      = C1.C1Schedule.Printing.PrintContextType.Appointment;
     printStyle5.Description  = "Memo Style";
     printStyle5.PreviewImage = ((System.Drawing.Image)(resources.GetObject("printStyle5.PreviewImage")));
     printStyle5.StyleName    = "Memo";
     printStyle5.StyleSource  = "memo.c1d";
     this.c1sView.PrintInfo.PrintStyles.AddRange(new C1.C1Schedule.Printing.PrintStyle[] {
         printStyle1,
         printStyle2,
         printStyle3,
         printStyle4,
         printStyle5
     });
     this.c1sView.Size                     = new System.Drawing.Size(829, 496);
     this.c1sView.TabIndex                 = 0;
     this.c1sView.ViewType                 = C1.Win.C1Schedule.ScheduleViewEnum.WeekView;
     this.c1sView.VisualStyle              = C1.Win.C1Schedule.UI.VisualStyle.Office2010Black;
     this.c1sView.BeforeAppointmentCreate += new C1.C1Schedule.CancelAppointmentEventHandler(this.c1sView_BeforeAppointmentCreate);
     this.c1sView.BeforeAppointmentEdit   += new C1.C1Schedule.CancelAppointmentEventHandler(this.c1sView_BeforeAppointmentEdit);
     //
     // pictureBox1
     //
     this.pictureBox1.Anchor                = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.pictureBox1.BackColor             = System.Drawing.Color.Transparent;
     this.pictureBox1.BackgroundImage       = global::GS.Properties.Resources.userimg;
     this.pictureBox1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.pictureBox1.Location              = new System.Drawing.Point(874, 46);
     this.pictureBox1.Name     = "pictureBox1";
     this.pictureBox1.Size     = new System.Drawing.Size(120, 119);
     this.pictureBox1.TabIndex = 4;
     this.pictureBox1.TabStop  = false;
     //
     // lbHello
     //
     this.lbHello.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.lbHello.AutoSize  = true;
     this.lbHello.BackColor = System.Drawing.Color.Transparent;
     this.lbHello.Font      = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.lbHello.Location  = new System.Drawing.Point(847, 190);
     this.lbHello.Name      = "lbHello";
     this.lbHello.Size      = new System.Drawing.Size(51, 20);
     this.lbHello.TabIndex  = 5;
     this.lbHello.Text      = "欢迎!";
     //
     // label1
     //
     this.label1.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.label1.AutoSize  = true;
     this.label1.BackColor = System.Drawing.Color.Transparent;
     this.label1.Font      = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label1.Location  = new System.Drawing.Point(848, 229);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(128, 34);
     this.label1.TabIndex  = 5;
     this.label1.Text      = "以下是您下一个会议的\r\n简要信息:";
     //
     // panel1
     //
     this.panel1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                | System.Windows.Forms.AnchorStyles.Right)));
     this.panel1.BackColor = System.Drawing.Color.Transparent;
     this.panel1.Controls.Add(this.lbNextCon);
     this.panel1.Location = new System.Drawing.Point(847, 276);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(176, 266);
     this.panel1.TabIndex = 6;
     //
     // lbNextCon
     //
     this.lbNextCon.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.lbNextCon.Font     = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.lbNextCon.Location = new System.Drawing.Point(0, 0);
     this.lbNextCon.Name     = "lbNextCon";
     this.lbNextCon.Size     = new System.Drawing.Size(176, 266);
     this.lbNextCon.TabIndex = 0;
     //
     // 关于ToolStripMenuItem
     //
     this.关于ToolStripMenuItem.Name   = "关于ToolStripMenuItem";
     this.关于ToolStripMenuItem.Size   = new System.Drawing.Size(44, 21);
     this.关于ToolStripMenuItem.Text   = "关于";
     this.关于ToolStripMenuItem.Click += new System.EventHandler(this.关于ToolStripMenuItem_Click);
     //
     // MainForm
     //
     this.AutoScaleDimensions   = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode         = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor             = System.Drawing.SystemColors.Control;
     this.BackgroundImage       = global::GS.Properties.Resources.dec;
     this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.ClientSize            = new System.Drawing.Size(1035, 572);
     this.Controls.Add(this.panel1);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.lbHello);
     this.Controls.Add(this.pictureBox1);
     this.Controls.Add(this.c1sView);
     this.Controls.Add(this.menuStrip1);
     this.DoubleBuffered = true;
     this.Icon           = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MainMenuStrip  = this.menuStrip1;
     this.MinimumSize    = new System.Drawing.Size(1051, 610);
     this.Name           = "MainForm";
     this.StartPosition  = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text           = "会议管理系统";
     this.FormClosing   += new System.Windows.Forms.FormClosingEventHandler(this.MainForm_FormClosing);
     this.Load          += new System.EventHandler(this.FormMain_Load);
     this.menuStrip1.ResumeLayout(false);
     this.menuStrip1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.c1sView.DataStorage.AppointmentStorage)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.c1sView.DataStorage.CategoryStorage)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.c1sView.DataStorage.ContactStorage)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.c1sView.DataStorage.LabelStorage)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.c1sView.DataStorage.OwnerStorage)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.c1sView.DataStorage.ResourceStorage)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.c1sView.DataStorage.StatusStorage)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.c1sView)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
     this.panel1.ResumeLayout(false);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Example #10
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     C1.C1Schedule.Printing.PrintStyle printStyle1            = new C1.C1Schedule.Printing.PrintStyle();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(AgendaView));
     C1.C1Schedule.Printing.PrintStyle printStyle2            = new C1.C1Schedule.Printing.PrintStyle();
     C1.C1Schedule.Printing.PrintStyle printStyle3            = new C1.C1Schedule.Printing.PrintStyle();
     C1.C1Schedule.Printing.PrintStyle printStyle4            = new C1.C1Schedule.Printing.PrintStyle();
     C1.C1Schedule.Printing.PrintStyle printStyle5            = new C1.C1Schedule.Printing.PrintStyle();
     this.c1Calendar1   = new C1.Win.C1Schedule.C1Calendar();
     this.c1Schedule1   = new C1.Win.C1Schedule.C1Schedule();
     this.c1AgendaView1 = new C1.Win.C1Schedule.C1AgendaView();
     this.panel1        = new System.Windows.Forms.Panel();
     this.splitter1     = new System.Windows.Forms.Splitter();
     this.splitter2     = new System.Windows.Forms.Splitter();
     ((System.ComponentModel.ISupportInitialize)(this.c1Calendar1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.c1Schedule1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.c1Schedule1.DataStorage.AppointmentStorage)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.c1Schedule1.DataStorage.CategoryStorage)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.c1Schedule1.DataStorage.ContactStorage)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.c1Schedule1.DataStorage.LabelStorage)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.c1Schedule1.DataStorage.OwnerStorage)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.c1Schedule1.DataStorage.ResourceStorage)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.c1Schedule1.DataStorage.StatusStorage)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.c1AgendaView1)).BeginInit();
     this.panel1.SuspendLayout();
     this.SuspendLayout();
     //
     // c1Calendar1
     //
     this.c1Calendar1.AutoSizeElement   = C1.Framework.AutoSizeElement.Both;
     this.c1Calendar1.BoldedDates       = new System.DateTime[0];
     this.c1Calendar1.Dock              = System.Windows.Forms.DockStyle.Top;
     this.c1Calendar1.Location          = new System.Drawing.Point(0, 0);
     this.c1Calendar1.Margin            = new System.Windows.Forms.Padding(0);
     this.c1Calendar1.MaxSelectionCount = 70;
     this.c1Calendar1.Name              = "c1Calendar1";
     this.c1Calendar1.Schedule          = this.c1Schedule1;
     this.c1Calendar1.Size              = new System.Drawing.Size(235, 220);
     this.c1Calendar1.TabIndex          = 0;
     //
     // c1Schedule1
     //
     this.c1Calendar1.CalendarInfo.EndDayTime   = System.TimeSpan.Parse("19:00:00");
     this.c1Calendar1.CalendarInfo.StartDayTime = System.TimeSpan.Parse("07:00:00");
     this.c1Calendar1.CalendarInfo.TimeScale    = System.TimeSpan.Parse("00:30:00");
     this.c1Calendar1.CalendarInfo.WeekStart    = System.DayOfWeek.Monday;
     this.c1Calendar1.CalendarInfo.WorkDays.AddRange(new System.DayOfWeek[] {
         System.DayOfWeek.Monday,
         System.DayOfWeek.Tuesday,
         System.DayOfWeek.Wednesday,
         System.DayOfWeek.Thursday,
         System.DayOfWeek.Friday
     });
     //
     //
     //
     this.c1Schedule1.Dock          = System.Windows.Forms.DockStyle.Fill;
     this.c1Schedule1.GroupPageSize = 2;
     this.c1Schedule1.Location      = new System.Drawing.Point(238, 0);
     this.c1Schedule1.Margin        = new System.Windows.Forms.Padding(0);
     this.c1Schedule1.Name          = "c1Schedule1";
     printStyle1.Description        = "Daily Style";
     printStyle1.PreviewImage       = ((System.Drawing.Image)(resources.GetObject("printStyle1.PreviewImage")));
     printStyle1.StyleName          = "Daily";
     printStyle1.StyleSource        = "day.c1d";
     printStyle2.Description        = "Weekly Style";
     printStyle2.PreviewImage       = ((System.Drawing.Image)(resources.GetObject("printStyle2.PreviewImage")));
     printStyle2.StyleName          = "Week";
     printStyle2.StyleSource        = "week.c1d";
     printStyle3.Description        = "Monthly Style";
     printStyle3.PreviewImage       = ((System.Drawing.Image)(resources.GetObject("printStyle3.PreviewImage")));
     printStyle3.StyleName          = "Month";
     printStyle3.StyleSource        = "month.c1d";
     printStyle4.Description        = "Details Style";
     printStyle4.PreviewImage       = ((System.Drawing.Image)(resources.GetObject("printStyle4.PreviewImage")));
     printStyle4.StyleName          = "Details";
     printStyle4.StyleSource        = "details.c1d";
     printStyle5.Context            = C1.C1Schedule.Printing.PrintContextType.Appointment;
     printStyle5.Description        = "Memo Style";
     printStyle5.PreviewImage       = ((System.Drawing.Image)(resources.GetObject("printStyle5.PreviewImage")));
     printStyle5.StyleName          = "Memo";
     printStyle5.StyleSource        = "memo.c1d";
     this.c1Schedule1.PrintInfo.PrintStyles.AddRange(new C1.C1Schedule.Printing.PrintStyle[] {
         printStyle1,
         printStyle2,
         printStyle3,
         printStyle4,
         printStyle5
     });
     //
     //
     //
     this.c1Schedule1.Settings.SetReminder = false;
     this.c1Schedule1.Size     = new System.Drawing.Size(843, 619);
     this.c1Schedule1.TabIndex = 1;
     //
     // c1AgendaView1
     //
     this.c1AgendaView1.AutoResize        = true;
     this.c1AgendaView1.Dock              = System.Windows.Forms.DockStyle.Fill;
     this.c1AgendaView1.Location          = new System.Drawing.Point(0, 223);
     this.c1AgendaView1.Margin            = new System.Windows.Forms.Padding(0);
     this.c1AgendaView1.Name              = "c1AgendaView1";
     this.c1AgendaView1.Schedule          = this.c1Schedule1;
     this.c1AgendaView1.ShowEmptyDays     = true;
     this.c1AgendaView1.ShowThemedHeaders = C1.Win.C1FlexGrid.ShowThemedHeadersEnum.Both;
     this.c1AgendaView1.Size              = new System.Drawing.Size(235, 396);
     this.c1AgendaView1.TabIndex          = 2;
     this.c1AgendaView1.Tree.Column       = 0;
     this.c1AgendaView1.Tree.Indent       = 9;
     this.c1AgendaView1.Tree.Style        = C1.Win.C1FlexGrid.TreeStyleFlags.Leaf;
     //
     // panel1
     //
     this.panel1.Controls.Add(this.c1AgendaView1);
     this.panel1.Controls.Add(this.splitter1);
     this.panel1.Controls.Add(this.c1Calendar1);
     this.panel1.Dock     = System.Windows.Forms.DockStyle.Left;
     this.panel1.Location = new System.Drawing.Point(0, 0);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(235, 619);
     this.panel1.TabIndex = 4;
     //
     // splitter1
     //
     this.splitter1.Dock     = System.Windows.Forms.DockStyle.Top;
     this.splitter1.Location = new System.Drawing.Point(0, 220);
     this.splitter1.Name     = "splitter1";
     this.splitter1.Size     = new System.Drawing.Size(235, 3);
     this.splitter1.TabIndex = 1;
     this.splitter1.TabStop  = false;
     //
     // splitter2
     //
     this.splitter2.Location = new System.Drawing.Point(235, 0);
     this.splitter2.Name     = "splitter2";
     this.splitter2.Size     = new System.Drawing.Size(3, 619);
     this.splitter2.TabIndex = 5;
     this.splitter2.TabStop  = false;
     //
     // AgendaView
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.ClientSize          = new System.Drawing.Size(1081, 619);
     this.Controls.Add(this.c1Schedule1);
     this.Controls.Add(this.splitter2);
     this.Controls.Add(this.panel1);
     this.Name = "AgendaView";
     ((System.ComponentModel.ISupportInitialize)(this.c1Calendar1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.c1Schedule1.DataStorage.AppointmentStorage)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.c1Schedule1.DataStorage.CategoryStorage)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.c1Schedule1.DataStorage.ContactStorage)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.c1Schedule1.DataStorage.LabelStorage)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.c1Schedule1.DataStorage.OwnerStorage)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.c1Schedule1.DataStorage.ResourceStorage)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.c1Schedule1.DataStorage.StatusStorage)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.c1Schedule1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.c1AgendaView1)).EndInit();
     this.panel1.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Example #11
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
     C1.C1Schedule.Printing.PrintStyle printStyle1            = new C1.C1Schedule.Printing.PrintStyle();
     C1.C1Schedule.Printing.PrintStyle printStyle2            = new C1.C1Schedule.Printing.PrintStyle();
     C1.C1Schedule.Printing.PrintStyle printStyle3            = new C1.C1Schedule.Printing.PrintStyle();
     C1.C1Schedule.Printing.PrintStyle printStyle4            = new C1.C1Schedule.Printing.PrintStyle();
     C1.C1Schedule.Printing.PrintStyle printStyle5            = new C1.C1Schedule.Printing.PrintStyle();
     this.splitter1               = new System.Windows.Forms.Splitter();
     this.menuStrip1              = new System.Windows.Forms.MenuStrip();
     this.fileToolStripMenuItem   = new System.Windows.Forms.ToolStripMenuItem();
     this.importToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.exportToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator1     = new System.Windows.Forms.ToolStripSeparator();
     this.exitToolStripMenuItem   = new System.Windows.Forms.ToolStripMenuItem();
     this._DayView    = new System.Windows.Forms.ToolStripMenuItem();
     this._workWeek   = new System.Windows.Forms.ToolStripMenuItem();
     this._week       = new System.Windows.Forms.ToolStripMenuItem();
     this._month      = new System.Windows.Forms.ToolStripMenuItem();
     this._today      = new System.Windows.Forms.ToolStripMenuItem();
     this.c1Schedule1 = new C1.Win.C1Schedule.C1Schedule();
     this.c1Calendar1 = new C1.Win.C1Schedule.C1Calendar();
     this.createPreviewStyleToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.dailyToolStripMenuItem   = new System.Windows.Forms.ToolStripMenuItem();
     this.weeklyToolStripMenuItem  = new System.Windows.Forms.ToolStripMenuItem();
     this.monthlyToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.detailsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.memoToolStripMenuItem    = new System.Windows.Forms.ToolStripMenuItem();
     this.menuStrip1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.c1Schedule1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.c1Schedule1.DataStorage.AppointmentStorage)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.c1Schedule1.DataStorage.CategoryStorage)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.c1Schedule1.DataStorage.ContactStorage)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.c1Schedule1.DataStorage.LabelStorage)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.c1Schedule1.DataStorage.ResourceStorage)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.c1Schedule1.DataStorage.StatusStorage)).BeginInit();
     this.SuspendLayout();
     //
     // splitter1
     //
     this.splitter1.ImeMode  = System.Windows.Forms.ImeMode.NoControl;
     this.splitter1.Location = new System.Drawing.Point(205, 24);
     this.splitter1.Margin   = new System.Windows.Forms.Padding(2, 2, 2, 2);
     this.splitter1.Name     = "splitter1";
     this.splitter1.Size     = new System.Drawing.Size(2, 433);
     this.splitter1.TabIndex = 1;
     this.splitter1.TabStop  = false;
     //
     // menuStrip1
     //
     this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.fileToolStripMenuItem,
         this.createPreviewStyleToolStripMenuItem,
         this._DayView,
         this._workWeek,
         this._week,
         this._month,
         this._today
     });
     this.menuStrip1.Location = new System.Drawing.Point(0, 0);
     this.menuStrip1.Name     = "menuStrip1";
     this.menuStrip1.Padding  = new System.Windows.Forms.Padding(4, 2, 0, 2);
     this.menuStrip1.Size     = new System.Drawing.Size(657, 24);
     this.menuStrip1.TabIndex = 3;
     this.menuStrip1.Text     = "menuStrip1";
     //
     // fileToolStripMenuItem
     //
     this.fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.importToolStripMenuItem,
         this.exportToolStripMenuItem,
         this.toolStripSeparator1,
         this.exitToolStripMenuItem
     });
     this.fileToolStripMenuItem.Name = "fileToolStripMenuItem";
     this.fileToolStripMenuItem.Size = new System.Drawing.Size(35, 20);
     this.fileToolStripMenuItem.Text = "File";
     //
     // importToolStripMenuItem
     //
     this.importToolStripMenuItem.Name   = "importToolStripMenuItem";
     this.importToolStripMenuItem.Size   = new System.Drawing.Size(152, 22);
     this.importToolStripMenuItem.Text   = "Import...";
     this.importToolStripMenuItem.Click += new System.EventHandler(this.importToolStripMenuItem_Click);
     //
     // exportToolStripMenuItem
     //
     this.exportToolStripMenuItem.Name   = "exportToolStripMenuItem";
     this.exportToolStripMenuItem.Size   = new System.Drawing.Size(152, 22);
     this.exportToolStripMenuItem.Text   = "Export...";
     this.exportToolStripMenuItem.Click += new System.EventHandler(this.exportToolStripMenuItem_Click);
     //
     // toolStripSeparator1
     //
     this.toolStripSeparator1.Name = "toolStripSeparator1";
     this.toolStripSeparator1.Size = new System.Drawing.Size(149, 6);
     //
     // exitToolStripMenuItem
     //
     this.exitToolStripMenuItem.Name   = "exitToolStripMenuItem";
     this.exitToolStripMenuItem.Size   = new System.Drawing.Size(152, 22);
     this.exitToolStripMenuItem.Text   = "Exit";
     this.exitToolStripMenuItem.Click += new System.EventHandler(this.exitToolStripMenuItem_Click);
     //
     // _DayView
     //
     this._DayView.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this._DayView.Image        = ((System.Drawing.Image)(resources.GetObject("_DayView.Image")));
     this._DayView.Name         = "_DayView";
     this._DayView.Size         = new System.Drawing.Size(28, 20);
     this._DayView.Text         = "Day View";
     this._DayView.ToolTipText  = "Day View";
     this._DayView.Click       += new System.EventHandler(this._DayView_Click);
     //
     // _workWeek
     //
     this._workWeek.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this._workWeek.Image        = ((System.Drawing.Image)(resources.GetObject("_workWeek.Image")));
     this._workWeek.Name         = "_workWeek";
     this._workWeek.Size         = new System.Drawing.Size(28, 20);
     this._workWeek.ToolTipText  = "Work Week View";
     this._workWeek.Click       += new System.EventHandler(this._workWeek_Click);
     //
     // _week
     //
     this._week.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this._week.Image        = ((System.Drawing.Image)(resources.GetObject("_week.Image")));
     this._week.Name         = "_week";
     this._week.Size         = new System.Drawing.Size(28, 20);
     this._week.Text         = "toolStripMenuItem1";
     this._week.ToolTipText  = "Week View";
     this._week.Click       += new System.EventHandler(this._week_Click);
     //
     // _month
     //
     this._month.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this._month.Image        = ((System.Drawing.Image)(resources.GetObject("_month.Image")));
     this._month.Name         = "_month";
     this._month.Size         = new System.Drawing.Size(28, 20);
     this._month.Text         = "toolStripMenuItem1";
     this._month.ToolTipText  = "Month View";
     this._month.Click       += new System.EventHandler(this._month_Click);
     //
     // _today
     //
     this._today.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     this._today.Name         = "_today";
     this._today.Size         = new System.Drawing.Size(49, 20);
     this._today.Text         = "Today";
     this._today.Click       += new System.EventHandler(this._today_Click);
     //
     // c1Schedule1
     //
     //
     //
     //
     this.c1Schedule1.CalendarInfo.DateFormatString = "M/d/yyyy";
     this.c1Schedule1.CalendarInfo.EndDayTime       = System.TimeSpan.Parse("19:00:00");
     this.c1Schedule1.CalendarInfo.StartDayTime     = System.TimeSpan.Parse("07:00:00");
     this.c1Schedule1.CalendarInfo.TimeScale        = System.TimeSpan.Parse("00:30:00");
     this.c1Schedule1.CalendarInfo.WeekStart        = System.DayOfWeek.Monday;
     this.c1Schedule1.CalendarInfo.WorkDays.AddRange(new System.DayOfWeek[] {
         System.DayOfWeek.Monday,
         System.DayOfWeek.Tuesday,
         System.DayOfWeek.Wednesday,
         System.DayOfWeek.Thursday,
         System.DayOfWeek.Friday
     });
     //
     //
     //
     this.c1Schedule1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.c1Schedule1.Location = new System.Drawing.Point(207, 24);
     this.c1Schedule1.Margin   = new System.Windows.Forms.Padding(2, 2, 2, 2);
     this.c1Schedule1.Name     = "c1Schedule1";
     printStyle1.Description   = "Daily Style";
     printStyle1.PreviewImage  = ((System.Drawing.Image)(resources.GetObject("printStyle1.PreviewImage")));
     printStyle1.StyleName     = "Daily";
     printStyle1.StyleSource   = "day.c1d";
     printStyle2.Description   = "Weekly Style";
     printStyle2.PreviewImage  = ((System.Drawing.Image)(resources.GetObject("printStyle2.PreviewImage")));
     printStyle2.StyleName     = "Week";
     printStyle2.StyleSource   = "week.c1d";
     printStyle3.Description   = "Monthly Style";
     printStyle3.PreviewImage  = ((System.Drawing.Image)(resources.GetObject("printStyle3.PreviewImage")));
     printStyle3.StyleName     = "Month";
     printStyle3.StyleSource   = "month.c1d";
     printStyle4.Description   = "Details Style";
     printStyle4.PreviewImage  = ((System.Drawing.Image)(resources.GetObject("printStyle4.PreviewImage")));
     printStyle4.StyleName     = "Details";
     printStyle4.StyleSource   = "details.c1d";
     printStyle5.Context       = C1.C1Schedule.Printing.PrintContextType.Appointment;
     printStyle5.Description   = "Memo Style";
     printStyle5.PreviewImage  = ((System.Drawing.Image)(resources.GetObject("printStyle5.PreviewImage")));
     printStyle5.StyleName     = "Memo";
     printStyle5.StyleSource   = "memo.c1d";
     this.c1Schedule1.PrintInfo.PrintStyles.AddRange(new C1.C1Schedule.Printing.PrintStyle[] {
         printStyle1,
         printStyle2,
         printStyle3,
         printStyle4,
         printStyle5
     });
     this.c1Schedule1.Size        = new System.Drawing.Size(450, 433);
     this.c1Schedule1.TabIndex    = 2;
     this.c1Schedule1.ViewType    = C1.Win.C1Schedule.ScheduleViewEnum.WorkWeekView;
     this.c1Schedule1.VisualStyle = C1.Win.C1Schedule.UI.VisualStyle.Office2010Silver;
     //
     // c1Calendar1
     //
     this.c1Calendar1.BoldedDates        = new System.DateTime[0];
     this.c1Calendar1.CalendarDimensions = 3;
     this.c1Calendar1.Dock     = System.Windows.Forms.DockStyle.Left;
     this.c1Calendar1.ImeMode  = System.Windows.Forms.ImeMode.NoControl;
     this.c1Calendar1.Location = new System.Drawing.Point(0, 24);
     this.c1Calendar1.Margin   = new System.Windows.Forms.Padding(2, 2, 2, 2);
     this.c1Calendar1.Name     = "c1Calendar1";
     this.c1Calendar1.Schedule = this.c1Schedule1;
     this.c1Calendar1.Size     = new System.Drawing.Size(205, 433);
     this.c1Calendar1.TabIndex = 0;
     //
     // createPreviewStyleToolStripMenuItem
     //
     this.createPreviewStyleToolStripMenuItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     this.createPreviewStyleToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.dailyToolStripMenuItem,
         this.weeklyToolStripMenuItem,
         this.monthlyToolStripMenuItem,
         this.detailsToolStripMenuItem,
         this.memoToolStripMenuItem
     });
     this.createPreviewStyleToolStripMenuItem.Name = "createPreviewStyleToolStripMenuItem";
     this.createPreviewStyleToolStripMenuItem.Size = new System.Drawing.Size(120, 20);
     this.createPreviewStyleToolStripMenuItem.Text = "Create Preview Style";
     //
     // dailyToolStripMenuItem
     //
     this.dailyToolStripMenuItem.Name   = "dailyToolStripMenuItem";
     this.dailyToolStripMenuItem.Size   = new System.Drawing.Size(152, 22);
     this.dailyToolStripMenuItem.Text   = "Daily";
     this.dailyToolStripMenuItem.Click += new System.EventHandler(this.dailyToolStripMenuItem_Click);
     //
     // weeklyToolStripMenuItem
     //
     this.weeklyToolStripMenuItem.Name   = "weeklyToolStripMenuItem";
     this.weeklyToolStripMenuItem.Size   = new System.Drawing.Size(152, 22);
     this.weeklyToolStripMenuItem.Text   = "Weekly";
     this.weeklyToolStripMenuItem.Click += new System.EventHandler(this.weeklyToolStripMenuItem_Click);
     //
     // monthlyToolStripMenuItem
     //
     this.monthlyToolStripMenuItem.Name   = "monthlyToolStripMenuItem";
     this.monthlyToolStripMenuItem.Size   = new System.Drawing.Size(152, 22);
     this.monthlyToolStripMenuItem.Text   = "Monthly";
     this.monthlyToolStripMenuItem.Click += new System.EventHandler(this.monthlyToolStripMenuItem_Click);
     //
     // detailsToolStripMenuItem
     //
     this.detailsToolStripMenuItem.Name   = "detailsToolStripMenuItem";
     this.detailsToolStripMenuItem.Size   = new System.Drawing.Size(152, 22);
     this.detailsToolStripMenuItem.Text   = "Details";
     this.detailsToolStripMenuItem.Click += new System.EventHandler(this.detailsToolStripMenuItem_Click);
     //
     // memoToolStripMenuItem
     //
     this.memoToolStripMenuItem.Name   = "memoToolStripMenuItem";
     this.memoToolStripMenuItem.Size   = new System.Drawing.Size(152, 22);
     this.memoToolStripMenuItem.Text   = "Memo";
     this.memoToolStripMenuItem.Click += new System.EventHandler(this.memoToolStripMenuItem_Click);
     //
     // Form1
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(657, 457);
     this.Controls.Add(this.c1Schedule1);
     this.Controls.Add(this.splitter1);
     this.Controls.Add(this.c1Calendar1);
     this.Controls.Add(this.menuStrip1);
     this.Icon          = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MainMenuStrip = this.menuStrip1;
     this.Margin        = new System.Windows.Forms.Padding(2, 2, 2, 2);
     this.Name          = "Form1";
     this.Text          = "C1PrintDocument Templates Creation";
     this.Load         += new System.EventHandler(this.Form1_Load);
     this.FormClosing  += new System.Windows.Forms.FormClosingEventHandler(this.Form1_FormClosing);
     this.menuStrip1.ResumeLayout(false);
     this.menuStrip1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.c1Schedule1.DataStorage.AppointmentStorage)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.c1Schedule1.DataStorage.CategoryStorage)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.c1Schedule1.DataStorage.ContactStorage)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.c1Schedule1.DataStorage.LabelStorage)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.c1Schedule1.DataStorage.ResourceStorage)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.c1Schedule1.DataStorage.StatusStorage)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.c1Schedule1)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Example #12
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     C1.C1Schedule.Printing.PrintStyle printStyle1            = new C1.C1Schedule.Printing.PrintStyle();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(TableView));
     C1.C1Schedule.Printing.PrintStyle printStyle2            = new C1.C1Schedule.Printing.PrintStyle();
     C1.C1Schedule.Printing.PrintStyle printStyle3            = new C1.C1Schedule.Printing.PrintStyle();
     C1.C1Schedule.Printing.PrintStyle printStyle4            = new C1.C1Schedule.Printing.PrintStyle();
     C1.C1Schedule.Printing.PrintStyle printStyle5            = new C1.C1Schedule.Printing.PrintStyle();
     this.c1Calendar1     = new C1.Win.C1Schedule.C1Calendar();
     this.c1Schedule1     = new C1.Win.C1Schedule.C1Schedule();
     this.toolStrip1      = new System.Windows.Forms.ToolStrip();
     this.btnActiveView   = new System.Windows.Forms.ToolStripButton();
     this.btnTableView    = new System.Windows.Forms.ToolStripButton();
     this.btnCalendarView = new System.Windows.Forms.ToolStripButton();
     this.c1TableView1    = new C1.Win.C1Schedule.C1TableView();
     this.panel1          = new System.Windows.Forms.Panel();
     this.splitter1       = new System.Windows.Forms.Splitter();
     ((System.ComponentModel.ISupportInitialize)(this.c1Calendar1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.c1Schedule1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.c1Schedule1.DataStorage.AppointmentStorage)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.c1Schedule1.DataStorage.CategoryStorage)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.c1Schedule1.DataStorage.ContactStorage)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.c1Schedule1.DataStorage.LabelStorage)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.c1Schedule1.DataStorage.OwnerStorage)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.c1Schedule1.DataStorage.ResourceStorage)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.c1Schedule1.DataStorage.StatusStorage)).BeginInit();
     this.toolStrip1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.c1TableView1)).BeginInit();
     this.panel1.SuspendLayout();
     this.SuspendLayout();
     //
     // c1Calendar1
     //
     this.c1Calendar1.AutoSizeElement    = C1.Framework.AutoSizeElement.Both;
     this.c1Calendar1.BoldedDates        = new System.DateTime[0];
     this.c1Calendar1.CalendarDimensions = 3;
     this.c1Calendar1.Dock              = System.Windows.Forms.DockStyle.Left;
     this.c1Calendar1.Location          = new System.Drawing.Point(0, 0);
     this.c1Calendar1.MaxSelectionCount = 70;
     this.c1Calendar1.MinimumSize       = new System.Drawing.Size(190, 0);
     this.c1Calendar1.Name              = "c1Calendar1";
     this.c1Calendar1.Schedule          = this.c1Schedule1;
     this.c1Calendar1.Size              = new System.Drawing.Size(190, 594);
     this.c1Calendar1.TabIndex          = 0;
     //
     // c1Schedule1
     //
     this.c1Calendar1.CalendarInfo.EndDayTime   = System.TimeSpan.Parse("19:00:00");
     this.c1Calendar1.CalendarInfo.StartDayTime = System.TimeSpan.Parse("07:00:00");
     this.c1Calendar1.CalendarInfo.TimeScale    = System.TimeSpan.Parse("00:30:00");
     this.c1Calendar1.CalendarInfo.WeekStart    = System.DayOfWeek.Monday;
     this.c1Calendar1.CalendarInfo.WorkDays.AddRange(new System.DayOfWeek[] {
         System.DayOfWeek.Monday,
         System.DayOfWeek.Tuesday,
         System.DayOfWeek.Wednesday,
         System.DayOfWeek.Thursday,
         System.DayOfWeek.Friday
     });
     //
     //
     //
     this.c1Schedule1.Dock          = System.Windows.Forms.DockStyle.Fill;
     this.c1Schedule1.GroupPageSize = 2;
     this.c1Schedule1.Location      = new System.Drawing.Point(190, 0);
     this.c1Schedule1.Name          = "c1Schedule1";
     printStyle1.Description        = "Daily Style";
     printStyle1.PreviewImage       = ((System.Drawing.Image)(resources.GetObject("printStyle1.PreviewImage")));
     printStyle1.StyleName          = "Daily";
     printStyle1.StyleSource        = "day.c1d";
     printStyle2.Description        = "Weekly Style";
     printStyle2.PreviewImage       = ((System.Drawing.Image)(resources.GetObject("printStyle2.PreviewImage")));
     printStyle2.StyleName          = "Week";
     printStyle2.StyleSource        = "week.c1d";
     printStyle3.Description        = "Monthly Style";
     printStyle3.PreviewImage       = ((System.Drawing.Image)(resources.GetObject("printStyle3.PreviewImage")));
     printStyle3.StyleName          = "Month";
     printStyle3.StyleSource        = "month.c1d";
     printStyle4.Description        = "Details Style";
     printStyle4.PreviewImage       = ((System.Drawing.Image)(resources.GetObject("printStyle4.PreviewImage")));
     printStyle4.StyleName          = "Details";
     printStyle4.StyleSource        = "details.c1d";
     printStyle5.Context            = C1.C1Schedule.Printing.PrintContextType.Appointment;
     printStyle5.Description        = "Memo Style";
     printStyle5.PreviewImage       = ((System.Drawing.Image)(resources.GetObject("printStyle5.PreviewImage")));
     printStyle5.StyleName          = "Memo";
     printStyle5.StyleSource        = "memo.c1d";
     this.c1Schedule1.PrintInfo.PrintStyles.AddRange(new C1.C1Schedule.Printing.PrintStyle[] {
         printStyle1,
         printStyle2,
         printStyle3,
         printStyle4,
         printStyle5
     });
     this.c1Schedule1.Size     = new System.Drawing.Size(891, 594);
     this.c1Schedule1.TabIndex = 1;
     //
     // toolStrip1
     //
     this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.btnActiveView,
         this.btnTableView,
         this.btnCalendarView
     });
     this.toolStrip1.Location = new System.Drawing.Point(0, 0);
     this.toolStrip1.Name     = "toolStrip1";
     this.toolStrip1.Size     = new System.Drawing.Size(1081, 25);
     this.toolStrip1.TabIndex = 2;
     this.toolStrip1.Text     = "toolStrip1";
     //
     // btnActiveView
     //
     this.btnActiveView.Checked               = true;
     this.btnActiveView.CheckOnClick          = true;
     this.btnActiveView.CheckState            = System.Windows.Forms.CheckState.Checked;
     this.btnActiveView.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.btnActiveView.Image                 = ((System.Drawing.Image)(resources.GetObject("btnActiveView.Image")));
     this.btnActiveView.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btnActiveView.Name   = "btnActiveView";
     this.btnActiveView.Size   = new System.Drawing.Size(23, 22);
     this.btnActiveView.Text   = "Active";
     this.btnActiveView.Click += new System.EventHandler(this.btnActiveView_Click);
     //
     // btnTableView
     //
     this.btnTableView.CheckOnClick          = true;
     this.btnTableView.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.btnTableView.Image                 = ((System.Drawing.Image)(resources.GetObject("btnTableView.Image")));
     this.btnTableView.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btnTableView.Name   = "btnTableView";
     this.btnTableView.Size   = new System.Drawing.Size(23, 22);
     this.btnTableView.Text   = "Table View";
     this.btnTableView.Click += new System.EventHandler(this.btnTableView_Click);
     //
     // btnCalendarView
     //
     this.btnCalendarView.CheckOnClick          = true;
     this.btnCalendarView.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.btnCalendarView.Image                 = ((System.Drawing.Image)(resources.GetObject("btnCalendarView.Image")));
     this.btnCalendarView.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btnCalendarView.Name   = "btnCalendarView";
     this.btnCalendarView.Size   = new System.Drawing.Size(23, 22);
     this.btnCalendarView.Text   = "Calendar View";
     this.btnCalendarView.Click += new System.EventHandler(this.btnCalendarView_Click);
     //
     // c1TableView1
     //
     this.c1TableView1.Active            = true;
     this.c1TableView1.AllowDelete       = true;
     this.c1TableView1.AllowFiltering    = true;
     this.c1TableView1.Dock              = System.Windows.Forms.DockStyle.Fill;
     this.c1TableView1.FieldsXml         = resources.GetString("c1TableView1.FieldsXml");
     this.c1TableView1.Location          = new System.Drawing.Point(193, 0);
     this.c1TableView1.Name              = "c1TableView1";
     this.c1TableView1.NullEmptyString   = "(none)";
     this.c1TableView1.Schedule          = this.c1Schedule1;
     this.c1TableView1.ShowThemedHeaders = C1.Win.C1FlexGrid.ShowThemedHeadersEnum.Both;
     this.c1TableView1.Size              = new System.Drawing.Size(888, 594);
     this.c1TableView1.TabIndex          = 4;
     //
     // panel1
     //
     this.panel1.Controls.Add(this.splitter1);
     this.panel1.Controls.Add(this.c1Schedule1);
     this.panel1.Controls.Add(this.c1Calendar1);
     this.panel1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panel1.Location = new System.Drawing.Point(0, 25);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(1081, 594);
     this.panel1.TabIndex = 4;
     //
     // splitter1
     //
     this.splitter1.Location = new System.Drawing.Point(190, 0);
     this.splitter1.Name     = "splitter1";
     this.splitter1.Size     = new System.Drawing.Size(3, 594);
     this.splitter1.TabIndex = 1;
     this.splitter1.TabStop  = false;
     //
     // TableView
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(1081, 619);
     this.Controls.Add(this.c1TableView1);
     this.Controls.Add(this.panel1);
     this.Controls.Add(this.toolStrip1);
     this.Name = "TableView";
     this.Text = "TableView";
     ((System.ComponentModel.ISupportInitialize)(this.c1Calendar1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.c1Schedule1.DataStorage.AppointmentStorage)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.c1Schedule1.DataStorage.CategoryStorage)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.c1Schedule1.DataStorage.ContactStorage)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.c1Schedule1.DataStorage.LabelStorage)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.c1Schedule1.DataStorage.OwnerStorage)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.c1Schedule1.DataStorage.ResourceStorage)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.c1Schedule1.DataStorage.StatusStorage)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.c1Schedule1)).EndInit();
     this.toolStrip1.ResumeLayout(false);
     this.toolStrip1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.c1TableView1)).EndInit();
     this.panel1.ResumeLayout(false);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Example #13
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     C1.C1Schedule.Printing.PrintStyle printStyle1            = new C1.C1Schedule.Printing.PrintStyle();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(CustomDialog));
     C1.C1Schedule.Printing.PrintStyle printStyle2            = new C1.C1Schedule.Printing.PrintStyle();
     C1.C1Schedule.Printing.PrintStyle printStyle3            = new C1.C1Schedule.Printing.PrintStyle();
     C1.C1Schedule.Printing.PrintStyle printStyle4            = new C1.C1Schedule.Printing.PrintStyle();
     C1.C1Schedule.Printing.PrintStyle printStyle5            = new C1.C1Schedule.Printing.PrintStyle();
     this.splitContainer1 = new System.Windows.Forms.SplitContainer();
     this.c1Calendar1     = new C1.Win.C1Schedule.C1Calendar();
     this.c1Schedule1     = new C1.Win.C1Schedule.C1Schedule();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
     this.splitContainer1.Panel1.SuspendLayout();
     this.splitContainer1.Panel2.SuspendLayout();
     this.splitContainer1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.c1Calendar1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.c1Schedule1)).BeginInit();
     this.SuspendLayout();
     //
     // splitContainer1
     //
     this.splitContainer1.Dock        = System.Windows.Forms.DockStyle.Fill;
     this.splitContainer1.FixedPanel  = System.Windows.Forms.FixedPanel.Panel1;
     this.splitContainer1.Location    = new System.Drawing.Point(0, 0);
     this.splitContainer1.Name        = "splitContainer1";
     this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
     //
     // splitContainer1.Panel1
     //
     this.splitContainer1.Panel1.Controls.Add(this.c1Calendar1);
     //
     // splitContainer1.Panel2
     //
     this.splitContainer1.Panel2.Controls.Add(this.c1Schedule1);
     this.splitContainer1.Size             = new System.Drawing.Size(592, 446);
     this.splitContainer1.SplitterDistance = 192;
     this.splitContainer1.TabIndex         = 0;
     //
     // c1Calendar1
     //
     this.c1Calendar1.BoldedDates        = new System.DateTime[0];
     this.c1Calendar1.CalendarDimensions = 5;
     this.c1Calendar1.Dock        = System.Windows.Forms.DockStyle.Fill;
     this.c1Calendar1.Location    = new System.Drawing.Point(0, 0);
     this.c1Calendar1.Name        = "c1Calendar1";
     this.c1Calendar1.Schedule    = this.c1Schedule1;
     this.c1Calendar1.Size        = new System.Drawing.Size(592, 192);
     this.c1Calendar1.TabIndex    = 0;
     this.c1Calendar1.VisualStyle = C1.Win.C1Schedule.UI.VisualStyle.Office2010Blue;
     //
     // c1Schedule1
     //
     //
     //
     //
     this.c1Calendar1.CalendarInfo.CultureInfo      = new System.Globalization.CultureInfo("en-US");
     this.c1Calendar1.CalendarInfo.DateFormatString = "M/d/yyyy";
     this.c1Calendar1.CalendarInfo.EndDayTime       = System.TimeSpan.Parse("19:00:00");
     this.c1Calendar1.CalendarInfo.StartDayTime     = System.TimeSpan.Parse("07:00:00");
     this.c1Calendar1.CalendarInfo.TimeScale        = System.TimeSpan.Parse("00:30:00");
     this.c1Calendar1.CalendarInfo.WeekStart        = System.DayOfWeek.Sunday;
     this.c1Calendar1.CalendarInfo.WorkDays.AddRange(new System.DayOfWeek[] {
         System.DayOfWeek.Monday,
         System.DayOfWeek.Tuesday,
         System.DayOfWeek.Wednesday,
         System.DayOfWeek.Thursday,
         System.DayOfWeek.Friday
     });
     this.c1Schedule1.Dock          = System.Windows.Forms.DockStyle.Fill;
     this.c1Schedule1.GroupPageSize = 2;
     this.c1Schedule1.Location      = new System.Drawing.Point(0, 0);
     this.c1Schedule1.Name          = "c1Schedule1";
     printStyle1.Description        = "Daily Style";
     printStyle1.PreviewImage       = ((System.Drawing.Image)(resources.GetObject("printStyle1.PreviewImage")));
     printStyle1.StyleName          = "Daily";
     printStyle1.StyleSource        = "day.c1d";
     printStyle2.Description        = "Weekly Style";
     printStyle2.PreviewImage       = ((System.Drawing.Image)(resources.GetObject("printStyle2.PreviewImage")));
     printStyle2.StyleName          = "Week";
     printStyle2.StyleSource        = "week.c1d";
     printStyle3.Description        = "Monthly Style";
     printStyle3.PreviewImage       = ((System.Drawing.Image)(resources.GetObject("printStyle3.PreviewImage")));
     printStyle3.StyleName          = "Month";
     printStyle3.StyleSource        = "month.c1d";
     printStyle4.Description        = "Details Style";
     printStyle4.PreviewImage       = ((System.Drawing.Image)(resources.GetObject("printStyle4.PreviewImage")));
     printStyle4.StyleName          = "Details";
     printStyle4.StyleSource        = "details.c1d";
     printStyle5.Context            = C1.C1Schedule.Printing.PrintContextType.Appointment;
     printStyle5.Description        = "Memo Style";
     printStyle5.PreviewImage       = ((System.Drawing.Image)(resources.GetObject("printStyle5.PreviewImage")));
     printStyle5.StyleName          = "Memo";
     printStyle5.StyleSource        = "memo.c1d";
     this.c1Schedule1.PrintInfo.PrintStyles.AddRange(new C1.C1Schedule.Printing.PrintStyle[] {
         printStyle1,
         printStyle2,
         printStyle3,
         printStyle4,
         printStyle5
     });
     this.c1Schedule1.Size                     = new System.Drawing.Size(592, 250);
     this.c1Schedule1.TabIndex                 = 0;
     this.c1Schedule1.ViewType                 = C1.Win.C1Schedule.ScheduleViewEnum.WorkWeekView;
     this.c1Schedule1.BorderStyle              = System.Windows.Forms.BorderStyle.FixedSingle;
     this.c1Schedule1.BeforeViewChange        += new System.EventHandler <C1.Win.C1Schedule.BeforeViewChangeEventArgs>(this.c1Schedule1_BeforeViewChange);
     this.c1Schedule1.BeforeAppointmentShow   += new C1.C1Schedule.CancelAppointmentEventHandler(this.c1Schedule1_BeforeAppointmentShow);
     this.c1Schedule1.BeforeAppointmentCreate += new C1.C1Schedule.CancelAppointmentEventHandler(this.c1Schedule1_BeforeAppointmentCreate);
     //
     // CustomDialog
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(592, 446);
     this.Controls.Add(this.splitContainer1);
     this.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
     this.Name   = "CustomDialog";
     this.Text   = "CustomDialog";
     this.splitContainer1.Panel1.ResumeLayout(false);
     this.splitContainer1.Panel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
     this.splitContainer1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.c1Calendar1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.c1Schedule1)).EndInit();
     this.ResumeLayout(false);
 }
Example #14
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
     C1.C1Schedule.Printing.PrintStyle printStyle6            = new C1.C1Schedule.Printing.PrintStyle();
     C1.C1Schedule.Printing.PrintStyle printStyle7            = new C1.C1Schedule.Printing.PrintStyle();
     C1.C1Schedule.Printing.PrintStyle printStyle8            = new C1.C1Schedule.Printing.PrintStyle();
     C1.C1Schedule.Printing.PrintStyle printStyle9            = new C1.C1Schedule.Printing.PrintStyle();
     C1.C1Schedule.Printing.PrintStyle printStyle10           = new C1.C1Schedule.Printing.PrintStyle();
     this.menuStrip1            = new System.Windows.Forms.MenuStrip();
     this.fileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.exitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this._DayView    = new System.Windows.Forms.ToolStripMenuItem();
     this._workWeek   = new System.Windows.Forms.ToolStripMenuItem();
     this._week       = new System.Windows.Forms.ToolStripMenuItem();
     this._month      = new System.Windows.Forms.ToolStripMenuItem();
     this._timeLine   = new System.Windows.Forms.ToolStripMenuItem();
     this._today      = new System.Windows.Forms.ToolStripMenuItem();
     this.c1Schedule1 = new C1.Win.C1Schedule.C1Schedule();
     this.appointmentsBindingSource = new System.Windows.Forms.BindingSource(this.components);
     this.categoriesBindingSource   = new System.Windows.Forms.BindingSource(this.components);
     this.customersBindingSource    = new System.Windows.Forms.BindingSource(this.components);
     this.labelsBindingSource       = new System.Windows.Forms.BindingSource(this.components);
     this.employeesBindingSource    = new System.Windows.Forms.BindingSource(this.components);
     this.productsBindingSource     = new System.Windows.Forms.BindingSource(this.components);
     this.statusesBindingSource     = new System.Windows.Forms.BindingSource(this.components);
     this.c1Calendar1              = new C1.Win.C1Schedule.C1Calendar();
     this.splitContainer1          = new System.Windows.Forms.SplitContainer();
     this.splitContainer2          = new System.Windows.Forms.SplitContainer();
     this.lstCalendarOwners        = new System.Windows.Forms.CheckedListBox();
     this.appointmentsTableAdapter = new TestSchedule.C1NWindDataSetTableAdapters.Appointments_MultiTableAdapter();
     this.categoriesTableAdapter   = new TestSchedule.C1NWindDataSetTableAdapters.CategoriesTableAdapter();
     this.employeesTableAdapter    = new TestSchedule.C1NWindDataSetTableAdapters.EmployeesTableAdapter();
     this.labelsTableAdapter       = new TestSchedule.C1NWindDataSetTableAdapters.LabelsTableAdapter();
     this.productsTableAdapter     = new TestSchedule.C1NWindDataSetTableAdapters.Products_ScheduleTableAdapter();
     this.statusesTableAdapter     = new TestSchedule.C1NWindDataSetTableAdapters.StatusesTableAdapter();
     this.customersTableAdapter    = new TestSchedule.C1NWindDataSetTableAdapters.Customers_MultiTableAdapter();
     this.c1NWindDataSet1          = new TestSchedule.C1NWindDataSet();
     this.menuStrip1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.c1Schedule1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.c1Schedule1.DataStorage.AppointmentStorage)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.c1Schedule1.DataStorage.CategoryStorage)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.c1Schedule1.DataStorage.ContactStorage)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.c1Schedule1.DataStorage.LabelStorage)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.c1Schedule1.DataStorage.OwnerStorage)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.c1Schedule1.DataStorage.ResourceStorage)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.c1Schedule1.DataStorage.StatusStorage)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.appointmentsBindingSource)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.categoriesBindingSource)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.customersBindingSource)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.labelsBindingSource)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.employeesBindingSource)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.productsBindingSource)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.statusesBindingSource)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.c1Calendar1)).BeginInit();
     this.splitContainer1.Panel1.SuspendLayout();
     this.splitContainer1.Panel2.SuspendLayout();
     this.splitContainer1.SuspendLayout();
     this.splitContainer2.Panel1.SuspendLayout();
     this.splitContainer2.Panel2.SuspendLayout();
     this.splitContainer2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.c1NWindDataSet1)).BeginInit();
     this.SuspendLayout();
     //
     // menuStrip1
     //
     this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.fileToolStripMenuItem,
         this._DayView,
         this._workWeek,
         this._week,
         this._month,
         this._timeLine,
         this._today
     });
     this.menuStrip1.Location         = new System.Drawing.Point(0, 0);
     this.menuStrip1.Name             = "menuStrip1";
     this.menuStrip1.Padding          = new System.Windows.Forms.Padding(4, 2, 0, 2);
     this.menuStrip1.ShowItemToolTips = true;
     this.menuStrip1.Size             = new System.Drawing.Size(1008, 24);
     this.menuStrip1.TabIndex         = 3;
     this.menuStrip1.Text             = "menuStrip1";
     //
     // fileToolStripMenuItem
     //
     this.fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.exitToolStripMenuItem
     });
     this.fileToolStripMenuItem.Name = "fileToolStripMenuItem";
     this.fileToolStripMenuItem.Size = new System.Drawing.Size(37, 20);
     this.fileToolStripMenuItem.Text = "File";
     //
     // exitToolStripMenuItem
     //
     this.exitToolStripMenuItem.Name   = "exitToolStripMenuItem";
     this.exitToolStripMenuItem.Size   = new System.Drawing.Size(92, 22);
     this.exitToolStripMenuItem.Text   = "Exit";
     this.exitToolStripMenuItem.Click += new System.EventHandler(this.exitToolStripMenuItem_Click);
     //
     // _DayView
     //
     this._DayView.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this._DayView.Image        = ((System.Drawing.Image)(resources.GetObject("_DayView.Image")));
     this._DayView.Name         = "_DayView";
     this._DayView.Size         = new System.Drawing.Size(28, 20);
     this._DayView.Text         = "Day View";
     this._DayView.ToolTipText  = "Day View";
     this._DayView.Click       += new System.EventHandler(this._DayView_Click);
     //
     // _workWeek
     //
     this._workWeek.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this._workWeek.Image        = ((System.Drawing.Image)(resources.GetObject("_workWeek.Image")));
     this._workWeek.Name         = "_workWeek";
     this._workWeek.Size         = new System.Drawing.Size(28, 20);
     this._workWeek.ToolTipText  = "Work Week View";
     this._workWeek.Click       += new System.EventHandler(this._workWeek_Click);
     //
     // _week
     //
     this._week.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this._week.Image        = ((System.Drawing.Image)(resources.GetObject("_week.Image")));
     this._week.Name         = "_week";
     this._week.Size         = new System.Drawing.Size(28, 20);
     this._week.Text         = "toolStripMenuItem1";
     this._week.ToolTipText  = "Week View";
     this._week.Click       += new System.EventHandler(this._week_Click);
     //
     // _month
     //
     this._month.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this._month.Image        = ((System.Drawing.Image)(resources.GetObject("_month.Image")));
     this._month.Name         = "_month";
     this._month.Size         = new System.Drawing.Size(28, 20);
     this._month.Text         = "toolStripMenuItem1";
     this._month.ToolTipText  = "Month View";
     this._month.Click       += new System.EventHandler(this._month_Click);
     //
     // _timeLine
     //
     this._timeLine.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this._timeLine.Image                 = ((System.Drawing.Image)(resources.GetObject("_timeLine.Image")));
     this._timeLine.ImageTransparentColor = System.Drawing.Color.Magenta;
     this._timeLine.Name        = "_timeLine";
     this._timeLine.Size        = new System.Drawing.Size(28, 20);
     this._timeLine.ToolTipText = "Time Line";
     this._timeLine.Click      += new System.EventHandler(this._timeLine_Click);
     //
     // _today
     //
     this._today.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     this._today.Name         = "_today";
     this._today.Size         = new System.Drawing.Size(52, 20);
     this._today.Text         = "Today";
     this._today.Click       += new System.EventHandler(this._today_Click);
     //
     // c1Schedule1
     //
     //
     //
     //
     this.c1Schedule1.CalendarInfo.CultureInfo      = new System.Globalization.CultureInfo("en-US");
     this.c1Schedule1.CalendarInfo.DateFormatString = "M/d/yyyy";
     this.c1Schedule1.CalendarInfo.EndDayTime       = System.TimeSpan.Parse("18:00:00");
     this.c1Schedule1.CalendarInfo.StartDayTime     = System.TimeSpan.Parse("06:00:00");
     this.c1Schedule1.CalendarInfo.TimeScale        = System.TimeSpan.Parse("00:30:00");
     this.c1Schedule1.CalendarInfo.WeekStart        = System.DayOfWeek.Monday;
     this.c1Schedule1.CalendarInfo.WorkDays.AddRange(new System.DayOfWeek[] {
         System.DayOfWeek.Monday,
         System.DayOfWeek.Tuesday,
         System.DayOfWeek.Wednesday,
         System.DayOfWeek.Thursday,
         System.DayOfWeek.Friday
     });
     //
     //
     //
     //
     //
     //
     this.c1Schedule1.DataStorage.AppointmentStorage.DataSource = this.appointmentsBindingSource;
     //
     //
     //
     //
     //
     //
     this.c1Schedule1.DataStorage.AppointmentStorage.Mappings.AppointmentProperties.MappingName = "Properties";
     //
     //
     //
     this.c1Schedule1.DataStorage.AppointmentStorage.Mappings.Body.MappingName = "Description";
     //
     //
     //
     this.c1Schedule1.DataStorage.AppointmentStorage.Mappings.End.MappingName = "End";
     //
     //
     //
     this.c1Schedule1.DataStorage.AppointmentStorage.Mappings.IdMapping.MappingName = "AppointmentId";
     //
     //
     //
     this.c1Schedule1.DataStorage.AppointmentStorage.Mappings.Location.MappingName = "Location";
     //
     //
     //
     this.c1Schedule1.DataStorage.AppointmentStorage.Mappings.OwnerIndexMapping.MappingName = "Owner";
     //
     //
     //
     this.c1Schedule1.DataStorage.AppointmentStorage.Mappings.Start.MappingName = "Start";
     //
     //
     //
     this.c1Schedule1.DataStorage.AppointmentStorage.Mappings.Subject.MappingName = "Subject";
     //
     //
     //
     this.c1Schedule1.DataStorage.CategoryStorage.DataSource = this.categoriesBindingSource;
     //
     //
     //
     //
     //
     //
     this.c1Schedule1.DataStorage.CategoryStorage.Mappings.CaptionMapping.MappingName = "Description";
     //
     //
     //
     this.c1Schedule1.DataStorage.CategoryStorage.Mappings.IndexMapping.MappingName = "CategoryID";
     //
     //
     //
     this.c1Schedule1.DataStorage.CategoryStorage.Mappings.TextMapping.MappingName = "CategoryName";
     //
     //
     //
     this.c1Schedule1.DataStorage.ContactStorage.DataSource = this.customersBindingSource;
     //
     //
     //
     //
     //
     //
     this.c1Schedule1.DataStorage.ContactStorage.Mappings.IdMapping.MappingName = "CustomerId";
     //
     //
     //
     this.c1Schedule1.DataStorage.ContactStorage.Mappings.TextMapping.MappingName = "CompanyName";
     //
     //
     //
     this.c1Schedule1.DataStorage.LabelStorage.DataSource = this.labelsBindingSource;
     //
     //
     //
     //
     //
     //
     this.c1Schedule1.DataStorage.LabelStorage.Mappings.CaptionMapping.MappingName = "Description";
     //
     //
     //
     this.c1Schedule1.DataStorage.LabelStorage.Mappings.ColorMapping.MappingName = "Color";
     //
     //
     //
     this.c1Schedule1.DataStorage.LabelStorage.Mappings.IdMapping.MappingName = "LabelId";
     //
     //
     //
     this.c1Schedule1.DataStorage.LabelStorage.Mappings.TextMapping.MappingName = "Text";
     //
     //
     //
     this.c1Schedule1.DataStorage.OwnerStorage.DataSource = this.employeesBindingSource;
     //
     //
     //
     //
     //
     //
     this.c1Schedule1.DataStorage.OwnerStorage.Mappings.IndexMapping.MappingName = "EmployeeID";
     //
     //
     //
     this.c1Schedule1.DataStorage.OwnerStorage.Mappings.TextMapping.MappingName = "FirstName";
     //
     //
     //
     this.c1Schedule1.DataStorage.ResourceStorage.DataSource = this.productsBindingSource;
     //
     //
     //
     //
     //
     //
     this.c1Schedule1.DataStorage.ResourceStorage.Mappings.CaptionMapping.MappingName = "ProductName";
     //
     //
     //
     this.c1Schedule1.DataStorage.ResourceStorage.Mappings.IndexMapping.MappingName = "ProductID";
     //
     //
     //
     this.c1Schedule1.DataStorage.ResourceStorage.Mappings.TextMapping.MappingName = "ProductName";
     //
     //
     //
     this.c1Schedule1.DataStorage.StatusStorage.DataSource = this.statusesBindingSource;
     //
     //
     //
     //
     //
     //
     this.c1Schedule1.DataStorage.StatusStorage.Mappings.CaptionMapping.MappingName = "Description";
     //
     //
     //
     this.c1Schedule1.DataStorage.StatusStorage.Mappings.ColorMapping.MappingName = "Color";
     //
     //
     //
     this.c1Schedule1.DataStorage.StatusStorage.Mappings.IdMapping.MappingName = "StatusId";
     //
     //
     //
     this.c1Schedule1.DataStorage.StatusStorage.Mappings.TextMapping.MappingName = "Text";
     this.c1Schedule1.Dock          = System.Windows.Forms.DockStyle.Fill;
     this.c1Schedule1.GroupBy       = "Owner";
     this.c1Schedule1.GroupPageSize = 3;
     this.c1Schedule1.Location      = new System.Drawing.Point(0, 0);
     this.c1Schedule1.Margin        = new System.Windows.Forms.Padding(2);
     this.c1Schedule1.Name          = "c1Schedule1";
     printStyle6.Description        = "Daily Style";
     printStyle6.PreviewImage       = ((System.Drawing.Image)(resources.GetObject("printStyle6.PreviewImage")));
     printStyle6.StyleName          = "Daily";
     printStyle6.StyleSource        = "day.c1d";
     printStyle7.Description        = "Weekly Style";
     printStyle7.PreviewImage       = ((System.Drawing.Image)(resources.GetObject("printStyle7.PreviewImage")));
     printStyle7.StyleName          = "Week";
     printStyle7.StyleSource        = "week.c1d";
     printStyle8.Description        = "Monthly Style";
     printStyle8.PreviewImage       = ((System.Drawing.Image)(resources.GetObject("printStyle8.PreviewImage")));
     printStyle8.StyleName          = "Month";
     printStyle8.StyleSource        = "month.c1d";
     printStyle9.Description        = "Details Style";
     printStyle9.PreviewImage       = ((System.Drawing.Image)(resources.GetObject("printStyle9.PreviewImage")));
     printStyle9.StyleName          = "Details";
     printStyle9.StyleSource        = "details.c1d";
     printStyle10.Context           = C1.C1Schedule.Printing.PrintContextType.Appointment;
     printStyle10.Description       = "Memo Style";
     printStyle10.PreviewImage      = ((System.Drawing.Image)(resources.GetObject("printStyle10.PreviewImage")));
     printStyle10.StyleName         = "Memo";
     printStyle10.StyleSource       = "memo.c1d";
     this.c1Schedule1.PrintInfo.PrintStyles.AddRange(new C1.C1Schedule.Printing.PrintStyle[] {
         printStyle6,
         printStyle7,
         printStyle8,
         printStyle9,
         printStyle10
     });
     //
     //
     //
     this.c1Schedule1.Settings.AllowContactsEditing = false;
     this.c1Schedule1.Settings.FirstVisibleTime     = System.TimeSpan.Parse("06:00:00");
     this.c1Schedule1.Settings.SetReminder          = false;
     this.c1Schedule1.Size                     = new System.Drawing.Size(791, 580);
     this.c1Schedule1.TabIndex                 = 2;
     this.c1Schedule1.VisualStyle              = C1.Win.C1Schedule.UI.VisualStyle.Office2010Blue;
     this.c1Schedule1.BeforeGroupHeaderFormat += new System.EventHandler <C1.Win.C1Schedule.BeforeGroupHeaderFormatEventArgs>(this.c1Schedule1_BeforeGroupHeaderFormat);
     this.c1Schedule1.BeforeAppointmentShow   += new C1.C1Schedule.CancelAppointmentEventHandler(this.c1Schedule1_BeforeAppointmentShow);
     this.c1Schedule1.BeforeAppointmentCreate += new C1.C1Schedule.CancelAppointmentEventHandler(this.c1Schedule1_BeforeAppointmentCreate);
     this.c1Schedule1.AppointmentAdded        += new System.EventHandler <C1.C1Schedule.AppointmentEventArgs>(this.c1Schedule1_AppointmentAdded);
     this.c1Schedule1.AppointmentChanged      += new System.EventHandler <C1.C1Schedule.AppointmentEventArgs>(this.c1Schedule1_AppointmentChanged);
     //
     // appointmentsBindingSource
     //
     this.appointmentsBindingSource.DataMember = "Appointments_Multi";
     this.appointmentsBindingSource.DataSource = this.c1NWindDataSet1;
     //
     // categoriesBindingSource
     //
     this.categoriesBindingSource.DataMember = "Categories";
     this.categoriesBindingSource.DataSource = this.c1NWindDataSet1;
     //
     // customersBindingSource
     //
     this.customersBindingSource.DataMember = "Customers_Multi";
     this.customersBindingSource.DataSource = this.c1NWindDataSet1;
     //
     // labelsBindingSource
     //
     this.labelsBindingSource.DataMember = "Labels";
     this.labelsBindingSource.DataSource = this.c1NWindDataSet1;
     //
     // employeesBindingSource
     //
     this.employeesBindingSource.DataMember = "Employees";
     this.employeesBindingSource.DataSource = this.c1NWindDataSet1;
     //
     // productsBindingSource
     //
     this.productsBindingSource.DataMember = "Products_Schedule";
     this.productsBindingSource.DataSource = this.c1NWindDataSet1;
     //
     // statusesBindingSource
     //
     this.statusesBindingSource.DataMember = "Statuses";
     this.statusesBindingSource.DataSource = this.c1NWindDataSet1;
     //
     // c1Calendar1
     //
     this.c1Calendar1.BoldedDates        = new System.DateTime[0];
     this.c1Calendar1.CalendarDimensions = 3;
     this.c1Calendar1.Dock        = System.Windows.Forms.DockStyle.Fill;
     this.c1Calendar1.ImeMode     = System.Windows.Forms.ImeMode.NoControl;
     this.c1Calendar1.Location    = new System.Drawing.Point(0, 0);
     this.c1Calendar1.Margin      = new System.Windows.Forms.Padding(2);
     this.c1Calendar1.Name        = "c1Calendar1";
     this.c1Calendar1.Schedule    = this.c1Schedule1;
     this.c1Calendar1.Size        = new System.Drawing.Size(213, 383);
     this.c1Calendar1.TabIndex    = 0;
     this.c1Calendar1.VisualStyle = C1.Win.C1Schedule.UI.VisualStyle.Office2010Blue;
     //
     // splitContainer1
     //
     this.splitContainer1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.splitContainer1.Location = new System.Drawing.Point(0, 24);
     this.splitContainer1.Name     = "splitContainer1";
     //
     // splitContainer1.Panel1
     //
     this.splitContainer1.Panel1.Controls.Add(this.splitContainer2);
     this.splitContainer1.Panel1MinSize = 150;
     //
     // splitContainer1.Panel2
     //
     this.splitContainer1.Panel2.Controls.Add(this.c1Schedule1);
     this.splitContainer1.Size             = new System.Drawing.Size(1008, 580);
     this.splitContainer1.SplitterDistance = 213;
     this.splitContainer1.TabIndex         = 4;
     //
     // splitContainer2
     //
     this.splitContainer2.Dock        = System.Windows.Forms.DockStyle.Fill;
     this.splitContainer2.Location    = new System.Drawing.Point(0, 0);
     this.splitContainer2.Name        = "splitContainer2";
     this.splitContainer2.Orientation = System.Windows.Forms.Orientation.Horizontal;
     //
     // splitContainer2.Panel1
     //
     this.splitContainer2.Panel1.Controls.Add(this.c1Calendar1);
     this.splitContainer2.Panel1MinSize = 150;
     //
     // splitContainer2.Panel2
     //
     this.splitContainer2.Panel2.Controls.Add(this.lstCalendarOwners);
     this.splitContainer2.Size             = new System.Drawing.Size(213, 580);
     this.splitContainer2.SplitterDistance = 383;
     this.splitContainer2.TabIndex         = 0;
     //
     // lstCalendarOwners
     //
     this.lstCalendarOwners.Dock = System.Windows.Forms.DockStyle.Fill;
     this.lstCalendarOwners.FormattingEnabled = true;
     this.lstCalendarOwners.Location          = new System.Drawing.Point(0, 0);
     this.lstCalendarOwners.Name       = "lstCalendarOwners";
     this.lstCalendarOwners.Size       = new System.Drawing.Size(213, 193);
     this.lstCalendarOwners.TabIndex   = 0;
     this.lstCalendarOwners.ItemCheck += new System.Windows.Forms.ItemCheckEventHandler(this.lstCalendarOwners_ItemCheck);
     //
     // appointmentsTableAdapter
     //
     this.appointmentsTableAdapter.ClearBeforeFill = true;
     //
     // categoriesTableAdapter
     //
     this.categoriesTableAdapter.ClearBeforeFill = true;
     //
     // employeesTableAdapter
     //
     this.employeesTableAdapter.ClearBeforeFill = true;
     //
     // labelsTableAdapter
     //
     this.labelsTableAdapter.ClearBeforeFill = true;
     //
     // productsTableAdapter
     //
     this.productsTableAdapter.ClearBeforeFill = true;
     //
     // statusesTableAdapter
     //
     this.statusesTableAdapter.ClearBeforeFill = true;
     //
     // customersTableAdapter
     //
     this.customersTableAdapter.ClearBeforeFill = true;
     //
     // c1NWindDataSet1
     //
     this.c1NWindDataSet1.DataSetName             = "C1NWindDataSet";
     this.c1NWindDataSet1.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
     //
     // Form1
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(1008, 604);
     this.Controls.Add(this.splitContainer1);
     this.Controls.Add(this.menuStrip1);
     this.Icon          = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MainMenuStrip = this.menuStrip1;
     this.Margin        = new System.Windows.Forms.Padding(2);
     this.Name          = "Form1";
     this.Text          = "C1Schedule Test Application";
     this.FormClosing  += new System.Windows.Forms.FormClosingEventHandler(this.Form1_FormClosing);
     this.menuStrip1.ResumeLayout(false);
     this.menuStrip1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.c1Schedule1.DataStorage.AppointmentStorage)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.c1Schedule1.DataStorage.CategoryStorage)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.c1Schedule1.DataStorage.ContactStorage)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.c1Schedule1.DataStorage.LabelStorage)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.c1Schedule1.DataStorage.OwnerStorage)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.c1Schedule1.DataStorage.ResourceStorage)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.c1Schedule1.DataStorage.StatusStorage)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.c1Schedule1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.appointmentsBindingSource)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.categoriesBindingSource)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.customersBindingSource)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.labelsBindingSource)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.employeesBindingSource)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.productsBindingSource)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.statusesBindingSource)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.c1Calendar1)).EndInit();
     this.splitContainer1.Panel1.ResumeLayout(false);
     this.splitContainer1.Panel2.ResumeLayout(false);
     this.splitContainer1.ResumeLayout(false);
     this.splitContainer2.Panel1.ResumeLayout(false);
     this.splitContainer2.Panel2.ResumeLayout(false);
     this.splitContainer2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.c1NWindDataSet1)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmBiometric_Log));
     C1.C1Schedule.Printing.PrintStyle printStyle1            = new C1.C1Schedule.Printing.PrintStyle();
     C1.C1Schedule.Printing.PrintStyle printStyle2            = new C1.C1Schedule.Printing.PrintStyle();
     C1.C1Schedule.Printing.PrintStyle printStyle3            = new C1.C1Schedule.Printing.PrintStyle();
     C1.C1Schedule.Printing.PrintStyle printStyle4            = new C1.C1Schedule.Printing.PrintStyle();
     C1.C1Schedule.Printing.PrintStyle printStyle5            = new C1.C1Schedule.Printing.PrintStyle();
     this.groupBox3                  = new System.Windows.Forms.GroupBox();
     this.lblName                    = new DevComponents.DotNetBar.LabelX();
     this.labelX4                    = new DevComponents.DotNetBar.LabelX();
     this.ImageProgressBar           = new DevComponents.DotNetBar.Controls.ProgressBarX();
     this.RecordInfoPanel            = new DevComponents.DotNetBar.ExplorerBar();
     this.picImage                   = new System.Windows.Forms.PictureBox();
     this.explorerBarGroupPicture    = new DevComponents.DotNetBar.ExplorerBarGroupItem();
     this.itemContainer1             = new DevComponents.DotNetBar.ItemContainer();
     this.controlContainerItem1      = new DevComponents.DotNetBar.ControlContainerItem();
     this.controlContainerItem3      = new DevComponents.DotNetBar.ControlContainerItem();
     this.labelItem8                 = new DevComponents.DotNetBar.LabelItem();
     this.labelItem6                 = new DevComponents.DotNetBar.LabelItem();
     this.lblCameraCounter           = new DevComponents.DotNetBar.LabelItem();
     this.explorerBarGroupRecordInfo = new DevComponents.DotNetBar.ExplorerBarGroupItem();
     this.labelItem1                 = new DevComponents.DotNetBar.LabelItem();
     this.lblCreated                 = new DevComponents.DotNetBar.LabelItem();
     this.labelItem3                 = new DevComponents.DotNetBar.LabelItem();
     this.labelItem4                 = new DevComponents.DotNetBar.LabelItem();
     this.lblModified                = new DevComponents.DotNetBar.LabelItem();
     this.controlContainerItem2      = new DevComponents.DotNetBar.ControlContainerItem();
     this.expandableSplitter1        = new DevComponents.DotNetBar.ExpandableSplitter();
     this.superTabControl1           = new DevComponents.DotNetBar.SuperTabControl();
     this.superTabControlPanel1      = new DevComponents.DotNetBar.SuperTabControlPanel();
     this.c1Schedule1                = new C1.Win.C1Schedule.C1Schedule();
     this.itemPanel1                 = new DevComponents.DotNetBar.ItemPanel();
     this.dtMonthDate                = new DevComponents.Editors.DateTimeAdv.DateTimeInput();
     this.itemContainer3             = new DevComponents.DotNetBar.ItemContainer();
     this.labelItem10                = new DevComponents.DotNetBar.LabelItem();
     this.controlContainerItem5      = new DevComponents.DotNetBar.ControlContainerItem();
     this.superTabItem1              = new DevComponents.DotNetBar.SuperTabItem();
     this.panel1                = new System.Windows.Forms.Panel();
     this.panel2                = new System.Windows.Forms.Panel();
     this.highlighter1          = new DevComponents.DotNetBar.Validator.Highlighter();
     this.controlContainerItem4 = new DevComponents.DotNetBar.ControlContainerItem();
     this.labelItem9            = new DevComponents.DotNetBar.LabelItem();
     this.groupBox3.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.RecordInfoPanel)).BeginInit();
     this.RecordInfoPanel.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.picImage)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.superTabControl1)).BeginInit();
     this.superTabControl1.SuspendLayout();
     this.superTabControlPanel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.c1Schedule1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.c1Schedule1.DataStorage.AppointmentStorage)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.c1Schedule1.DataStorage.CategoryStorage)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.c1Schedule1.DataStorage.ContactStorage)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.c1Schedule1.DataStorage.LabelStorage)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.c1Schedule1.DataStorage.OwnerStorage)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.c1Schedule1.DataStorage.ResourceStorage)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.c1Schedule1.DataStorage.StatusStorage)).BeginInit();
     this.itemPanel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dtMonthDate)).BeginInit();
     this.panel1.SuspendLayout();
     this.panel2.SuspendLayout();
     this.SuspendLayout();
     //
     // groupBox3
     //
     this.groupBox3.Controls.Add(this.lblName);
     this.groupBox3.Dock      = System.Windows.Forms.DockStyle.Fill;
     this.groupBox3.ForeColor = System.Drawing.Color.Black;
     this.groupBox3.Location  = new System.Drawing.Point(10, 10);
     this.groupBox3.Name      = "groupBox3";
     this.groupBox3.Size      = new System.Drawing.Size(864, 60);
     this.groupBox3.TabIndex  = 20;
     this.groupBox3.TabStop   = false;
     this.groupBox3.Text      = "Name Info:";
     //
     // lblName
     //
     this.lblName.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                 | System.Windows.Forms.AnchorStyles.Right)));
     //
     //
     //
     this.lblName.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.lblName.Font     = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblName.Location = new System.Drawing.Point(8, 17);
     this.lblName.Name     = "lblName";
     this.lblName.Size     = new System.Drawing.Size(845, 35);
     this.lblName.TabIndex = 28;
     this.lblName.Text     = "Lastname:\r\n                                    <font color=\'blue\'><h5>%lastname%<" +
                             "/h5></font>";
     this.lblName.TextLineAlignment = System.Drawing.StringAlignment.Near;
     //
     // labelX4
     //
     this.labelX4.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                  | System.Windows.Forms.AnchorStyles.Left)
                                                                 | System.Windows.Forms.AnchorStyles.Right)));
     //
     //
     //
     this.labelX4.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.labelX4.Location          = new System.Drawing.Point(12, 19);
     this.labelX4.Name              = "labelX4";
     this.labelX4.Size              = new System.Drawing.Size(285, 173);
     this.labelX4.TabIndex          = 26;
     this.labelX4.Text              = resources.GetString("labelX4.Text");
     this.labelX4.TextLineAlignment = System.Drawing.StringAlignment.Near;
     //
     // ImageProgressBar
     //
     //
     //
     //
     this.ImageProgressBar.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.ImageProgressBar.Location = new System.Drawing.Point(28, 156);
     this.ImageProgressBar.Name     = "ImageProgressBar";
     this.ImageProgressBar.Size     = new System.Drawing.Size(80, 10);
     this.ImageProgressBar.TabIndex = 111;
     this.ImageProgressBar.Text     = "progressBarX1";
     this.ImageProgressBar.Visible  = false;
     //
     // RecordInfoPanel
     //
     this.RecordInfoPanel.AccessibleRole = System.Windows.Forms.AccessibleRole.ToolBar;
     this.RecordInfoPanel.BackColor      = System.Drawing.SystemColors.Control;
     //
     //
     //
     this.RecordInfoPanel.BackStyle.BackColor2SchemePart   = DevComponents.DotNetBar.eColorSchemePart.ExplorerBarBackground2;
     this.RecordInfoPanel.BackStyle.BackColorGradientAngle = 90;
     this.RecordInfoPanel.BackStyle.BackColorSchemePart    = DevComponents.DotNetBar.eColorSchemePart.ExplorerBarBackground;
     this.RecordInfoPanel.BackStyle.CornerType             = DevComponents.DotNetBar.eCornerType.Square;
     this.RecordInfoPanel.Controls.Add(this.picImage);
     this.RecordInfoPanel.Controls.Add(this.ImageProgressBar);
     this.RecordInfoPanel.Dock        = System.Windows.Forms.DockStyle.Left;
     this.RecordInfoPanel.Font        = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.RecordInfoPanel.ForeColor   = System.Drawing.Color.Black;
     this.RecordInfoPanel.GroupImages = null;
     this.RecordInfoPanel.Groups.AddRange(new DevComponents.DotNetBar.BaseItem[] {
         this.explorerBarGroupPicture,
         this.explorerBarGroupRecordInfo
     });
     this.RecordInfoPanel.Images      = null;
     this.RecordInfoPanel.Location    = new System.Drawing.Point(0, 28);
     this.RecordInfoPanel.MinimumSize = new System.Drawing.Size(100, 0);
     this.RecordInfoPanel.Name        = "RecordInfoPanel";
     this.RecordInfoPanel.Size        = new System.Drawing.Size(135, 712);
     this.RecordInfoPanel.StockStyle  = DevComponents.DotNetBar.eExplorerBarStockStyle.SystemColors;
     this.RecordInfoPanel.TabIndex    = 114;
     this.RecordInfoPanel.TabStop     = false;
     this.RecordInfoPanel.Text        = "explorerBar1";
     this.RecordInfoPanel.ThemeAware  = true;
     //
     // picImage
     //
     this.picImage.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.picImage.Location    = new System.Drawing.Point(8, 29);
     this.picImage.Name        = "picImage";
     this.picImage.Size        = new System.Drawing.Size(120, 120);
     this.picImage.SizeMode    = System.Windows.Forms.PictureBoxSizeMode.Zoom;
     this.picImage.TabIndex    = 108;
     this.picImage.TabStop     = false;
     //
     // explorerBarGroupPicture
     //
     //
     //
     //
     this.explorerBarGroupPicture.BackStyle.BackColor         = System.Drawing.Color.FromArgb(((int)(((byte)(239)))), ((int)(((byte)(243)))), ((int)(((byte)(255)))));
     this.explorerBarGroupPicture.BackStyle.BorderBottom      = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.explorerBarGroupPicture.BackStyle.BorderBottomWidth = 1;
     this.explorerBarGroupPicture.BackStyle.BorderColor       = System.Drawing.Color.White;
     this.explorerBarGroupPicture.BackStyle.BorderLeft        = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.explorerBarGroupPicture.BackStyle.BorderLeftWidth   = 1;
     this.explorerBarGroupPicture.BackStyle.BorderRight       = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.explorerBarGroupPicture.BackStyle.BorderRightWidth  = 1;
     this.explorerBarGroupPicture.BackStyle.CornerType        = DevComponents.DotNetBar.eCornerType.Square;
     this.explorerBarGroupPicture.CanCustomize        = false;
     this.explorerBarGroupPicture.Cursor              = System.Windows.Forms.Cursors.Default;
     this.explorerBarGroupPicture.ExpandButtonVisible = false;
     this.explorerBarGroupPicture.Expanded            = true;
     this.explorerBarGroupPicture.Name       = "explorerBarGroupPicture";
     this.explorerBarGroupPicture.StockStyle = DevComponents.DotNetBar.eExplorerBarStockStyle.SystemColors;
     this.explorerBarGroupPicture.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] {
         this.itemContainer1,
         this.labelItem8,
         this.labelItem6,
         this.lblCameraCounter
     });
     this.explorerBarGroupPicture.Text = "Profile Picture";
     //
     //
     //
     this.explorerBarGroupPicture.TitleHotStyle.BackColor          = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(73)))), ((int)(((byte)(181)))));
     this.explorerBarGroupPicture.TitleHotStyle.BackColor2         = System.Drawing.Color.FromArgb(((int)(((byte)(41)))), ((int)(((byte)(93)))), ((int)(((byte)(206)))));
     this.explorerBarGroupPicture.TitleHotStyle.CornerDiameter     = 3;
     this.explorerBarGroupPicture.TitleHotStyle.CornerType         = DevComponents.DotNetBar.eCornerType.Square;
     this.explorerBarGroupPicture.TitleHotStyle.CornerTypeTopLeft  = DevComponents.DotNetBar.eCornerType.Rounded;
     this.explorerBarGroupPicture.TitleHotStyle.CornerTypeTopRight = DevComponents.DotNetBar.eCornerType.Rounded;
     this.explorerBarGroupPicture.TitleHotStyle.TextColor          = System.Drawing.Color.FromArgb(((int)(((byte)(66)))), ((int)(((byte)(142)))), ((int)(((byte)(255)))));
     //
     //
     //
     this.explorerBarGroupPicture.TitleStyle.BackColor          = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(73)))), ((int)(((byte)(181)))));
     this.explorerBarGroupPicture.TitleStyle.BackColor2         = System.Drawing.Color.FromArgb(((int)(((byte)(41)))), ((int)(((byte)(93)))), ((int)(((byte)(206)))));
     this.explorerBarGroupPicture.TitleStyle.CornerDiameter     = 3;
     this.explorerBarGroupPicture.TitleStyle.CornerType         = DevComponents.DotNetBar.eCornerType.Square;
     this.explorerBarGroupPicture.TitleStyle.CornerTypeTopLeft  = DevComponents.DotNetBar.eCornerType.Rounded;
     this.explorerBarGroupPicture.TitleStyle.CornerTypeTopRight = DevComponents.DotNetBar.eCornerType.Rounded;
     this.explorerBarGroupPicture.TitleStyle.TextColor          = System.Drawing.Color.White;
     this.explorerBarGroupPicture.XPSpecialGroup = true;
     //
     // itemContainer1
     //
     //
     //
     //
     this.itemContainer1.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.itemContainer1.HorizontalItemAlignment    = DevComponents.DotNetBar.eHorizontalItemsAlignment.Center;
     this.itemContainer1.LayoutOrientation          = DevComponents.DotNetBar.eOrientation.Vertical;
     this.itemContainer1.Name = "itemContainer1";
     this.itemContainer1.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] {
         this.controlContainerItem1,
         this.controlContainerItem3
     });
     this.itemContainer1.ThemeAware = true;
     //
     //
     //
     this.itemContainer1.TitleMouseOverStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     //
     //
     //
     this.itemContainer1.TitleStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     //
     // controlContainerItem1
     //
     this.controlContainerItem1.AllowItemResize = false;
     this.controlContainerItem1.Control         = this.picImage;
     this.controlContainerItem1.MenuVisibility  = DevComponents.DotNetBar.eMenuVisibility.VisibleAlways;
     this.controlContainerItem1.Name            = "controlContainerItem1";
     this.controlContainerItem1.ThemeAware      = true;
     //
     // controlContainerItem3
     //
     this.controlContainerItem3.AllowItemResize = false;
     this.controlContainerItem3.Control         = this.ImageProgressBar;
     this.controlContainerItem3.MenuVisibility  = DevComponents.DotNetBar.eMenuVisibility.VisibleAlways;
     this.controlContainerItem3.Name            = "controlContainerItem3";
     this.controlContainerItem3.ThemeAware      = true;
     //
     // labelItem8
     //
     this.labelItem8.Name       = "labelItem8";
     this.labelItem8.Text       = "  ";
     this.labelItem8.ThemeAware = true;
     //
     // labelItem6
     //
     this.labelItem6.Name          = "labelItem6";
     this.labelItem6.Text          = "Camera Counter:";
     this.labelItem6.TextAlignment = System.Drawing.StringAlignment.Center;
     this.labelItem6.ThemeAware    = true;
     //
     // lblCameraCounter
     //
     this.lblCameraCounter.Font          = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblCameraCounter.ForeColor     = System.Drawing.Color.Blue;
     this.lblCameraCounter.Name          = "lblCameraCounter";
     this.lblCameraCounter.Text          = "01234567890";
     this.lblCameraCounter.TextAlignment = System.Drawing.StringAlignment.Center;
     this.lblCameraCounter.ThemeAware    = true;
     //
     // explorerBarGroupRecordInfo
     //
     //
     //
     //
     this.explorerBarGroupRecordInfo.BackStyle.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground;
     this.explorerBarGroupRecordInfo.BackStyle.BorderBottom        = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.explorerBarGroupRecordInfo.BackStyle.BorderBottomColor   = System.Drawing.SystemColors.Window;
     this.explorerBarGroupRecordInfo.BackStyle.BorderBottomWidth   = 1;
     this.explorerBarGroupRecordInfo.BackStyle.BorderColor         = System.Drawing.Color.White;
     this.explorerBarGroupRecordInfo.BackStyle.BorderLeft          = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.explorerBarGroupRecordInfo.BackStyle.BorderLeftColor     = System.Drawing.SystemColors.Window;
     this.explorerBarGroupRecordInfo.BackStyle.BorderLeftWidth     = 1;
     this.explorerBarGroupRecordInfo.BackStyle.BorderRight         = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.explorerBarGroupRecordInfo.BackStyle.BorderRightColor    = System.Drawing.SystemColors.Window;
     this.explorerBarGroupRecordInfo.BackStyle.BorderRightWidth    = 1;
     this.explorerBarGroupRecordInfo.BackStyle.BorderTop           = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.explorerBarGroupRecordInfo.BackStyle.BorderTopColor      = System.Drawing.SystemColors.Window;
     this.explorerBarGroupRecordInfo.BackStyle.BorderTopWidth      = 1;
     this.explorerBarGroupRecordInfo.BackStyle.CornerType          = DevComponents.DotNetBar.eCornerType.Square;
     this.explorerBarGroupRecordInfo.Cursor               = System.Windows.Forms.Cursors.Default;
     this.explorerBarGroupRecordInfo.ExpandBackColor      = System.Drawing.SystemColors.Window;
     this.explorerBarGroupRecordInfo.ExpandBorderColor    = System.Drawing.SystemColors.InactiveCaption;
     this.explorerBarGroupRecordInfo.ExpandButtonVisible  = false;
     this.explorerBarGroupRecordInfo.Expanded             = true;
     this.explorerBarGroupRecordInfo.ExpandForeColor      = System.Drawing.SystemColors.Highlight;
     this.explorerBarGroupRecordInfo.ExpandHotBackColor   = System.Drawing.SystemColors.Window;
     this.explorerBarGroupRecordInfo.ExpandHotBorderColor = System.Drawing.SystemColors.ActiveCaption;
     this.explorerBarGroupRecordInfo.Name = "explorerBarGroupRecordInfo";
     this.explorerBarGroupRecordInfo.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] {
         this.labelItem1,
         this.lblCreated,
         this.labelItem3,
         this.labelItem4,
         this.lblModified
     });
     this.explorerBarGroupRecordInfo.Text = "File Info";
     //
     //
     //
     this.explorerBarGroupRecordInfo.TitleHotStyle.BackColor          = System.Drawing.SystemColors.Window;
     this.explorerBarGroupRecordInfo.TitleHotStyle.BackColor2         = System.Drawing.SystemColors.InactiveCaption;
     this.explorerBarGroupRecordInfo.TitleHotStyle.CornerDiameter     = 3;
     this.explorerBarGroupRecordInfo.TitleHotStyle.CornerType         = DevComponents.DotNetBar.eCornerType.Square;
     this.explorerBarGroupRecordInfo.TitleHotStyle.CornerTypeTopLeft  = DevComponents.DotNetBar.eCornerType.Rounded;
     this.explorerBarGroupRecordInfo.TitleHotStyle.CornerTypeTopRight = DevComponents.DotNetBar.eCornerType.Rounded;
     this.explorerBarGroupRecordInfo.TitleHotStyle.TextColor          = System.Drawing.SystemColors.ActiveCaption;
     //
     //
     //
     this.explorerBarGroupRecordInfo.TitleStyle.BackColor            = System.Drawing.SystemColors.Window;
     this.explorerBarGroupRecordInfo.TitleStyle.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground2;
     this.explorerBarGroupRecordInfo.TitleStyle.CornerDiameter       = 3;
     this.explorerBarGroupRecordInfo.TitleStyle.CornerType           = DevComponents.DotNetBar.eCornerType.Square;
     this.explorerBarGroupRecordInfo.TitleStyle.CornerTypeTopLeft    = DevComponents.DotNetBar.eCornerType.Rounded;
     this.explorerBarGroupRecordInfo.TitleStyle.CornerTypeTopRight   = DevComponents.DotNetBar.eCornerType.Rounded;
     this.explorerBarGroupRecordInfo.TitleStyle.TextColor            = System.Drawing.SystemColors.ControlText;
     //
     // labelItem1
     //
     this.labelItem1.Name       = "labelItem1";
     this.labelItem1.Text       = "Created:";
     this.labelItem1.ThemeAware = true;
     //
     // lblCreated
     //
     this.lblCreated.BeginGroup = true;
     this.lblCreated.Name       = "lblCreated";
     this.lblCreated.ThemeAware = true;
     //
     // labelItem3
     //
     this.labelItem3.Name       = "labelItem3";
     this.labelItem3.Text       = "   ";
     this.labelItem3.ThemeAware = true;
     //
     // labelItem4
     //
     this.labelItem4.Name       = "labelItem4";
     this.labelItem4.Text       = "Modified:";
     this.labelItem4.ThemeAware = true;
     //
     // lblModified
     //
     this.lblModified.BeginGroup = true;
     this.lblModified.Name       = "lblModified";
     this.lblModified.ThemeAware = true;
     //
     // controlContainerItem2
     //
     this.controlContainerItem2.AllowItemResize = false;
     this.controlContainerItem2.MenuVisibility  = DevComponents.DotNetBar.eMenuVisibility.VisibleAlways;
     this.controlContainerItem2.Name            = "controlContainerItem2";
     this.controlContainerItem2.ThemeAware      = true;
     //
     // expandableSplitter1
     //
     this.expandableSplitter1.BackColor                    = System.Drawing.SystemColors.ControlLight;
     this.expandableSplitter1.BackColor2                   = System.Drawing.Color.Empty;
     this.expandableSplitter1.BackColor2SchemePart         = DevComponents.DotNetBar.eColorSchemePart.None;
     this.expandableSplitter1.BackColorSchemePart          = DevComponents.DotNetBar.eColorSchemePart.None;
     this.expandableSplitter1.ExpandableControl            = this.RecordInfoPanel;
     this.expandableSplitter1.ExpandFillColor              = System.Drawing.Color.FromArgb(((int)(((byte)(254)))), ((int)(((byte)(142)))), ((int)(((byte)(75)))));
     this.expandableSplitter1.ExpandFillColorSchemePart    = DevComponents.DotNetBar.eColorSchemePart.ItemPressedBackground;
     this.expandableSplitter1.ExpandLineColor              = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(128)))));
     this.expandableSplitter1.ExpandLineColorSchemePart    = DevComponents.DotNetBar.eColorSchemePart.ItemPressedBorder;
     this.expandableSplitter1.ForeColor                    = System.Drawing.Color.Black;
     this.expandableSplitter1.GripDarkColor                = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(128)))));
     this.expandableSplitter1.GripDarkColorSchemePart      = DevComponents.DotNetBar.eColorSchemePart.ItemPressedBorder;
     this.expandableSplitter1.GripLightColor               = System.Drawing.Color.FromArgb(((int)(((byte)(246)))), ((int)(((byte)(246)))), ((int)(((byte)(246)))));
     this.expandableSplitter1.GripLightColorSchemePart     = DevComponents.DotNetBar.eColorSchemePart.MenuBackground;
     this.expandableSplitter1.HotBackColor                 = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(213)))), ((int)(((byte)(140)))));
     this.expandableSplitter1.HotBackColor2                = System.Drawing.Color.Empty;
     this.expandableSplitter1.HotBackColor2SchemePart      = DevComponents.DotNetBar.eColorSchemePart.None;
     this.expandableSplitter1.HotBackColorSchemePart       = DevComponents.DotNetBar.eColorSchemePart.ItemCheckedBackground;
     this.expandableSplitter1.HotExpandFillColor           = System.Drawing.Color.FromArgb(((int)(((byte)(254)))), ((int)(((byte)(142)))), ((int)(((byte)(75)))));
     this.expandableSplitter1.HotExpandFillColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.ItemPressedBackground;
     this.expandableSplitter1.HotExpandLineColor           = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(128)))));
     this.expandableSplitter1.HotExpandLineColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.ItemPressedBorder;
     this.expandableSplitter1.HotGripDarkColor             = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(128)))));
     this.expandableSplitter1.HotGripDarkColorSchemePart   = DevComponents.DotNetBar.eColorSchemePart.ItemPressedBorder;
     this.expandableSplitter1.HotGripLightColor            = System.Drawing.Color.FromArgb(((int)(((byte)(246)))), ((int)(((byte)(246)))), ((int)(((byte)(246)))));
     this.expandableSplitter1.HotGripLightColorSchemePart  = DevComponents.DotNetBar.eColorSchemePart.MenuBackground;
     this.expandableSplitter1.Location = new System.Drawing.Point(135, 28);
     this.expandableSplitter1.Name     = "expandableSplitter1";
     this.expandableSplitter1.Size     = new System.Drawing.Size(8, 712);
     this.expandableSplitter1.Style    = DevComponents.DotNetBar.eSplitterStyle.Mozilla;
     this.expandableSplitter1.TabIndex = 115;
     this.expandableSplitter1.TabStop  = false;
     //
     // superTabControl1
     //
     this.superTabControl1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(239)))), ((int)(((byte)(239)))), ((int)(((byte)(242)))));
     //
     //
     //
     //
     //
     //
     this.superTabControl1.ControlBox.CloseBox.Name = "";
     //
     //
     //
     this.superTabControl1.ControlBox.MenuBox.Name = "";
     this.superTabControl1.ControlBox.Name         = "";
     this.superTabControl1.ControlBox.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] {
         this.superTabControl1.ControlBox.MenuBox,
         this.superTabControl1.ControlBox.CloseBox
     });
     this.superTabControl1.Controls.Add(this.superTabControlPanel1);
     this.superTabControl1.Dock               = System.Windows.Forms.DockStyle.Fill;
     this.superTabControl1.ForeColor          = System.Drawing.Color.Black;
     this.superTabControl1.Location           = new System.Drawing.Point(7, 6);
     this.superTabControl1.Name               = "superTabControl1";
     this.superTabControl1.ReorderTabsEnabled = true;
     this.superTabControl1.SelectedTabFont    = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold);
     this.superTabControl1.SelectedTabIndex   = 2;
     this.superTabControl1.Size               = new System.Drawing.Size(870, 620);
     this.superTabControl1.TabAlignment       = DevComponents.DotNetBar.eTabStripAlignment.Left;
     this.superTabControl1.TabFont            = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.superTabControl1.TabIndex           = 151;
     this.superTabControl1.Tabs.AddRange(new DevComponents.DotNetBar.BaseItem[] {
         this.superTabItem1
     });
     this.superTabControl1.TabStyle = DevComponents.DotNetBar.eSuperTabStyle.Office2010BackstageBlue;
     this.superTabControl1.Text     = "superTabControl1";
     //
     // superTabControlPanel1
     //
     this.superTabControlPanel1.AutoScroll       = true;
     this.superTabControlPanel1.CanvasColor      = System.Drawing.SystemColors.Control;
     this.superTabControlPanel1.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.superTabControlPanel1.Controls.Add(this.c1Schedule1);
     this.superTabControlPanel1.Controls.Add(this.itemPanel1);
     this.superTabControlPanel1.Dock       = System.Windows.Forms.DockStyle.Fill;
     this.superTabControlPanel1.Font       = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.superTabControlPanel1.Location   = new System.Drawing.Point(131, 0);
     this.superTabControlPanel1.Name       = "superTabControlPanel1";
     this.superTabControlPanel1.Padding    = new System.Windows.Forms.Padding(10);
     this.superTabControlPanel1.Size       = new System.Drawing.Size(739, 620);
     this.superTabControlPanel1.TabIndex   = 1;
     this.superTabControlPanel1.TabItem    = this.superTabItem1;
     this.superTabControlPanel1.ThemeAware = true;
     //
     // c1Schedule1
     //
     this.c1Schedule1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     //
     //
     //
     this.c1Schedule1.CalendarInfo.CultureInfo      = new System.Globalization.CultureInfo("en-PH");
     this.c1Schedule1.CalendarInfo.DateFormatString = "MM/dd/yyyy";
     this.c1Schedule1.CalendarInfo.EndDayTime       = System.TimeSpan.Parse("19:00:00");
     this.c1Schedule1.CalendarInfo.StartDayTime     = System.TimeSpan.Parse("07:00:00");
     this.c1Schedule1.CalendarInfo.TimeScale        = System.TimeSpan.Parse("00:30:00");
     this.c1Schedule1.CalendarInfo.WeekStart        = System.DayOfWeek.Sunday;
     this.c1Schedule1.CalendarInfo.WorkDays.AddRange(new System.DayOfWeek[] {
         System.DayOfWeek.Monday,
         System.DayOfWeek.Tuesday,
         System.DayOfWeek.Wednesday,
         System.DayOfWeek.Thursday,
         System.DayOfWeek.Friday
     });
     //
     //
     //
     this.c1Schedule1.Dock          = System.Windows.Forms.DockStyle.Fill;
     this.c1Schedule1.EditOptions   = C1.Win.C1Schedule.EditOptions.None;
     this.c1Schedule1.GroupPageSize = 2;
     this.c1Schedule1.Location      = new System.Drawing.Point(10, 60);
     this.c1Schedule1.Name          = "c1Schedule1";
     printStyle1.Description        = "Daily Style";
     printStyle1.PreviewImage       = ((System.Drawing.Image)(resources.GetObject("printStyle1.PreviewImage")));
     printStyle1.StyleName          = "Daily";
     printStyle1.StyleSource        = "day.c1d";
     printStyle2.Description        = "Weekly Style";
     printStyle2.PreviewImage       = ((System.Drawing.Image)(resources.GetObject("printStyle2.PreviewImage")));
     printStyle2.StyleName          = "Week";
     printStyle2.StyleSource        = "week.c1d";
     printStyle3.Description        = "Monthly Style";
     printStyle3.PreviewImage       = ((System.Drawing.Image)(resources.GetObject("printStyle3.PreviewImage")));
     printStyle3.StyleName          = "Month";
     printStyle3.StyleSource        = "month.c1d";
     printStyle4.Description        = "Details Style";
     printStyle4.PreviewImage       = ((System.Drawing.Image)(resources.GetObject("printStyle4.PreviewImage")));
     printStyle4.StyleName          = "Details";
     printStyle4.StyleSource        = "details.c1d";
     printStyle5.Context            = C1.C1Schedule.Printing.PrintContextType.Appointment;
     printStyle5.Description        = "Memo Style";
     printStyle5.PreviewImage       = ((System.Drawing.Image)(resources.GetObject("printStyle5.PreviewImage")));
     printStyle5.StyleName          = "Memo";
     printStyle5.StyleSource        = "memo.c1d";
     this.c1Schedule1.PrintInfo.PrintStyles.AddRange(new C1.C1Schedule.Printing.PrintStyle[] {
         printStyle1,
         printStyle2,
         printStyle3,
         printStyle4,
         printStyle5
     });
     this.c1Schedule1.ShowTitle = false;
     this.c1Schedule1.Size      = new System.Drawing.Size(719, 550);
     this.c1Schedule1.TabIndex  = 185;
     //
     //
     //
     this.c1Schedule1.Theme.XmlDefinition = resources.GetString("resource.XmlDefinition");
     this.c1Schedule1.ViewType            = C1.Win.C1Schedule.ScheduleViewEnum.MonthView;
     this.c1Schedule1.VisualStyle         = C1.Win.C1Schedule.UI.VisualStyle.Custom;
     this.c1Schedule1.BeforeViewChange   += new System.EventHandler <C1.Win.C1Schedule.BeforeViewChangeEventArgs>(this.c1Schedule1_BeforeViewChange);
     //
     // itemPanel1
     //
     //
     //
     //
     this.itemPanel1.BackgroundStyle.Class            = "ItemPanel";
     this.itemPanel1.BackgroundStyle.CornerType       = DevComponents.DotNetBar.eCornerType.Square;
     this.itemPanel1.ContainerControlProcessDialogKey = true;
     this.itemPanel1.Controls.Add(this.dtMonthDate);
     this.itemPanel1.Dock            = System.Windows.Forms.DockStyle.Top;
     this.itemPanel1.DragDropSupport = true;
     this.itemPanel1.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] {
         this.itemContainer3
     });
     this.itemPanel1.LayoutOrientation = DevComponents.DotNetBar.eOrientation.Vertical;
     this.itemPanel1.LicenseKey        = "F962CEC7-CD8F-4911-A9E9-CAB39962FC1F";
     this.itemPanel1.Location          = new System.Drawing.Point(10, 10);
     this.itemPanel1.Name             = "itemPanel1";
     this.itemPanel1.ReserveLeftSpace = false;
     this.itemPanel1.Size             = new System.Drawing.Size(719, 50);
     this.itemPanel1.TabIndex         = 186;
     this.itemPanel1.Text             = "itemPanel1";
     //
     // dtMonthDate
     //
     this.dtMonthDate.AllowEmptyState = false;
     this.dtMonthDate.AutoSelectDate  = true;
     //
     //
     //
     this.dtMonthDate.BackgroundStyle.Class      = "DateTimeInputBackground";
     this.dtMonthDate.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.dtMonthDate.ButtonDropDown.Shortcut    = DevComponents.DotNetBar.eShortcut.AltDown;
     this.dtMonthDate.ButtonDropDown.Visible     = true;
     this.dtMonthDate.CustomFormat        = "MMMM yyyy";
     this.dtMonthDate.Font                = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.dtMonthDate.ForeColor           = System.Drawing.Color.Blue;
     this.dtMonthDate.Format              = DevComponents.Editors.eDateTimePickerFormat.Custom;
     this.dtMonthDate.IsPopupCalendarOpen = false;
     this.dtMonthDate.Location            = new System.Drawing.Point(91, 3);
     this.dtMonthDate.MinDate             = new System.DateTime(1920, 1, 1, 0, 0, 0, 0);
     //
     //
     //
     //
     //
     //
     this.dtMonthDate.MonthCalendar.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.dtMonthDate.MonthCalendar.BeginGroup         = true;
     this.dtMonthDate.MonthCalendar.CalendarDimensions = new System.Drawing.Size(1, 1);
     //
     //
     //
     this.dtMonthDate.MonthCalendar.CommandsBackgroundStyle.BackColor2SchemePart   = DevComponents.DotNetBar.eColorSchemePart.BarBackground2;
     this.dtMonthDate.MonthCalendar.CommandsBackgroundStyle.BackColorGradientAngle = 90;
     this.dtMonthDate.MonthCalendar.CommandsBackgroundStyle.BackColorSchemePart    = DevComponents.DotNetBar.eColorSchemePart.BarBackground;
     this.dtMonthDate.MonthCalendar.CommandsBackgroundStyle.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.dtMonthDate.MonthCalendar.CommandsBackgroundStyle.BorderTopColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarDockedBorder;
     this.dtMonthDate.MonthCalendar.CommandsBackgroundStyle.BorderTopWidth           = 1;
     this.dtMonthDate.MonthCalendar.CommandsBackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.dtMonthDate.MonthCalendar.DisplayMonth   = new System.DateTime(2017, 3, 1, 0, 0, 0, 0);
     this.dtMonthDate.MonthCalendar.FirstDayOfWeek = System.DayOfWeek.Monday;
     this.dtMonthDate.MonthCalendar.MinDate        = new System.DateTime(1920, 1, 1, 0, 0, 0, 0);
     //
     //
     //
     this.dtMonthDate.MonthCalendar.NavigationBackgroundStyle.BackColor2SchemePart   = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
     this.dtMonthDate.MonthCalendar.NavigationBackgroundStyle.BackColorGradientAngle = 90;
     this.dtMonthDate.MonthCalendar.NavigationBackgroundStyle.BackColorSchemePart    = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
     this.dtMonthDate.MonthCalendar.NavigationBackgroundStyle.CornerType             = DevComponents.DotNetBar.eCornerType.Square;
     this.dtMonthDate.Name          = "dtMonthDate";
     this.dtMonthDate.ShowUpDown    = true;
     this.dtMonthDate.Size          = new System.Drawing.Size(157, 26);
     this.dtMonthDate.Style         = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.dtMonthDate.TabIndex      = 187;
     this.dtMonthDate.Value         = new System.DateTime(2017, 1, 1, 0, 0, 0, 0);
     this.dtMonthDate.ValueChanged += new System.EventHandler(this.dtMonthDate_ValueChanged);
     //
     // itemContainer3
     //
     //
     //
     //
     this.itemContainer3.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.itemContainer3.Name = "itemContainer3";
     this.itemContainer3.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] {
         this.labelItem10,
         this.controlContainerItem5
     });
     //
     //
     //
     this.itemContainer3.TitleMouseOverStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     //
     //
     //
     this.itemContainer3.TitleStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.itemContainer3.VerticalItemAlignment = DevComponents.DotNetBar.eVerticalItemsAlignment.Middle;
     //
     // labelItem10
     //
     this.labelItem10.Name = "labelItem10";
     this.labelItem10.Text = "Log Entry Date:";
     //
     // controlContainerItem5
     //
     this.controlContainerItem5.AllowItemResize = false;
     this.controlContainerItem5.Control         = this.dtMonthDate;
     this.controlContainerItem5.MenuVisibility  = DevComponents.DotNetBar.eMenuVisibility.VisibleAlways;
     this.controlContainerItem5.Name            = "controlContainerItem5";
     //
     // superTabItem1
     //
     this.superTabItem1.AttachedControl = this.superTabControlPanel1;
     this.superTabItem1.GlobalItem      = false;
     this.superTabItem1.Image           = global::Winform.Properties.Resources.Address_Book_24px;
     this.superTabItem1.Name            = "superTabItem1";
     this.superTabItem1.PredefinedColor = DevComponents.DotNetBar.eTabItemColor.OfficeMobile2014Blue;
     this.superTabItem1.Text            = "Attendance Log";
     //
     // panel1
     //
     this.panel1.Controls.Add(this.groupBox3);
     this.panel1.Dock     = System.Windows.Forms.DockStyle.Top;
     this.panel1.Location = new System.Drawing.Point(143, 28);
     this.panel1.Name     = "panel1";
     this.panel1.Padding  = new System.Windows.Forms.Padding(10);
     this.panel1.Size     = new System.Drawing.Size(884, 80);
     this.panel1.TabIndex = 159;
     //
     // panel2
     //
     this.panel2.Controls.Add(this.superTabControl1);
     this.panel2.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panel2.Location = new System.Drawing.Point(143, 108);
     this.panel2.Name     = "panel2";
     this.panel2.Padding  = new System.Windows.Forms.Padding(7, 6, 7, 6);
     this.panel2.Size     = new System.Drawing.Size(884, 632);
     this.panel2.TabIndex = 163;
     //
     // highlighter1
     //
     this.highlighter1.ContainerControl = this;
     this.highlighter1.LicenseKey       = "F962CEC7-CD8F-4911-A9E9-CAB39962FC1F";
     //
     // controlContainerItem4
     //
     this.controlContainerItem4.AllowItemResize = false;
     this.controlContainerItem4.MenuVisibility  = DevComponents.DotNetBar.eMenuVisibility.VisibleAlways;
     this.controlContainerItem4.Name            = "controlContainerItem4";
     //
     // labelItem9
     //
     this.labelItem9.Name = "labelItem9";
     this.labelItem9.Text = "Date Entry:  ";
     //
     // frmBiometric_Log
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(1027, 740);
     this.Controls.Add(this.panel2);
     this.Controls.Add(this.panel1);
     this.Controls.Add(this.expandableSplitter1);
     this.Controls.Add(this.RecordInfoPanel);
     this.DoubleBuffered = true;
     this.Font           = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.Header         = "ATTENDANCE MONITORING";
     this.Name           = "frmBiometric_Log";
     this.Load          += new System.EventHandler(this.Form_Load);
     this.Controls.SetChildIndex(this.RecordInfoPanel, 0);
     this.Controls.SetChildIndex(this.expandableSplitter1, 0);
     this.Controls.SetChildIndex(this.panel1, 0);
     this.Controls.SetChildIndex(this.panel2, 0);
     this.groupBox3.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.RecordInfoPanel)).EndInit();
     this.RecordInfoPanel.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.picImage)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.superTabControl1)).EndInit();
     this.superTabControl1.ResumeLayout(false);
     this.superTabControlPanel1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.c1Schedule1.DataStorage.AppointmentStorage)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.c1Schedule1.DataStorage.CategoryStorage)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.c1Schedule1.DataStorage.ContactStorage)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.c1Schedule1.DataStorage.LabelStorage)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.c1Schedule1.DataStorage.OwnerStorage)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.c1Schedule1.DataStorage.ResourceStorage)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.c1Schedule1.DataStorage.StatusStorage)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.c1Schedule1)).EndInit();
     this.itemPanel1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.dtMonthDate)).EndInit();
     this.panel1.ResumeLayout(false);
     this.panel2.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Example #16
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     C1.C1Schedule.Printing.PrintStyle printStyle1            = new C1.C1Schedule.Printing.PrintStyle();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
     C1.C1Schedule.Printing.PrintStyle printStyle2            = new C1.C1Schedule.Printing.PrintStyle();
     C1.C1Schedule.Printing.PrintStyle printStyle3            = new C1.C1Schedule.Printing.PrintStyle();
     C1.C1Schedule.Printing.PrintStyle printStyle4            = new C1.C1Schedule.Printing.PrintStyle();
     C1.C1Schedule.Printing.PrintStyle printStyle5            = new C1.C1Schedule.Printing.PrintStyle();
     this.c1NWindDataSet1           = new TableViews.C1NwindDataSet();
     this.appointeesTableAdapter1   = new TableViews.C1NwindDataSetTableAdapters.AppointeesTableAdapter();
     this.appointmentsTableAdapter1 = new TableViews.C1NwindDataSetTableAdapters.AppointmentsTableAdapter();
     this.splitContainer1           = new System.Windows.Forms.SplitContainer();
     this.splitContainer2           = new System.Windows.Forms.SplitContainer();
     this.c1Calendar1            = new C1.Win.C1Schedule.C1Calendar();
     this.c1Schedule1            = new C1.Win.C1Schedule.C1Schedule();
     this.agendaView1            = new C1.Win.C1Schedule.C1AgendaView();
     this.c1Ribbon1              = new C1.Win.C1Ribbon.C1Ribbon();
     this.ribbonApplicationMenu1 = new C1.Win.C1Ribbon.RibbonApplicationMenu();
     this.ribbonBottomToolBar1   = new C1.Win.C1Ribbon.RibbonBottomToolBar();
     this.ribbonConfigToolBar1   = new C1.Win.C1Ribbon.RibbonConfigToolBar();
     this.contextualGroup        = new C1.Win.C1Ribbon.RibbonContextualTabGroup();
     this.appointmentTab         = new C1.Win.C1Ribbon.RibbonTab();
     this.appActions             = new C1.Win.C1Ribbon.RibbonGroup();
     this.openAppButton          = new C1.Win.C1Ribbon.RibbonButton();
     this.deleteAppButton        = new C1.Win.C1Ribbon.RibbonButton();
     this.appOptionsGroup        = new C1.Win.C1Ribbon.RibbonGroup();
     this.recButton              = new C1.Win.C1Ribbon.RibbonButton();
     this.tagsGroup              = new C1.Win.C1Ribbon.RibbonGroup();
     this.privateButton          = new C1.Win.C1Ribbon.RibbonToggleButton();
     this.highImportanceButton   = new C1.Win.C1Ribbon.RibbonToggleButton();
     this.lowImportanceButton    = new C1.Win.C1Ribbon.RibbonToggleButton();
     this.ribbonQat1             = new C1.Win.C1Ribbon.RibbonQat();
     this.homeTab            = new C1.Win.C1Ribbon.RibbonTab();
     this.newGroup           = new C1.Win.C1Ribbon.RibbonGroup();
     this.newAppButton       = new C1.Win.C1Ribbon.RibbonButton();
     this.gotoGroup          = new C1.Win.C1Ribbon.RibbonGroup();
     this.todayButton        = new C1.Win.C1Ribbon.RibbonButton();
     this.next7Button        = new C1.Win.C1Ribbon.RibbonButton();
     this.arrangeGroup       = new C1.Win.C1Ribbon.RibbonGroup();
     this.dayButton          = new C1.Win.C1Ribbon.RibbonToggleButton();
     this.workweekButton     = new C1.Win.C1Ribbon.RibbonToggleButton();
     this.weekButton         = new C1.Win.C1Ribbon.RibbonToggleButton();
     this.monthButton        = new C1.Win.C1Ribbon.RibbonToggleButton();
     this.timelineButton     = new C1.Win.C1Ribbon.RibbonToggleButton();
     this.tableViewsGroup    = new C1.Win.C1Ribbon.RibbonGroup();
     this.listButton         = new C1.Win.C1Ribbon.RibbonToggleButton();
     this.activeButton       = new C1.Win.C1Ribbon.RibbonToggleButton();
     this.settingsTab        = new C1.Win.C1Ribbon.RibbonTab();
     this.optionsGroup       = new C1.Win.C1Ribbon.RibbonGroup();
     this.themeCombo         = new C1.Win.C1Ribbon.RibbonComboBox();
     this.White              = new C1.Win.C1Ribbon.RibbonButton();
     this.Colorful           = new C1.Win.C1Ribbon.RibbonButton();
     this.DarkGray           = new C1.Win.C1Ribbon.RibbonButton();
     this.Black              = new C1.Win.C1Ribbon.RibbonButton();
     this.ribbonSeparator1   = new C1.Win.C1Ribbon.RibbonSeparator();
     this.agendaCheckBox     = new C1.Win.C1Ribbon.RibbonCheckBox();
     this.agendaViewType     = new C1.Win.C1Ribbon.RibbonComboBox();
     this.todayAgenda        = new C1.Win.C1Ribbon.RibbonButton();
     this.weekAgenda         = new C1.Win.C1Ribbon.RibbonButton();
     this.dateRangeAgenda    = new C1.Win.C1Ribbon.RibbonButton();
     this.ribbonTopToolBar1  = new C1.Win.C1Ribbon.RibbonTopToolBar();
     this.tableView1         = new C1.Win.C1Schedule.C1TableView();
     this.c1ThemeController1 = new C1.Win.C1Themes.C1ThemeController();
     ((System.ComponentModel.ISupportInitialize)(this.c1NWindDataSet1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
     this.splitContainer1.Panel1.SuspendLayout();
     this.splitContainer1.Panel2.SuspendLayout();
     this.splitContainer1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).BeginInit();
     this.splitContainer2.Panel1.SuspendLayout();
     this.splitContainer2.Panel2.SuspendLayout();
     this.splitContainer2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.c1Calendar1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.c1Schedule1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.c1Schedule1.DataStorage.AppointmentStorage)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.c1Schedule1.DataStorage.CategoryStorage)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.c1Schedule1.DataStorage.ContactStorage)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.c1Schedule1.DataStorage.LabelStorage)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.c1Schedule1.DataStorage.OwnerStorage)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.c1Schedule1.DataStorage.ResourceStorage)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.c1Schedule1.DataStorage.StatusStorage)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.agendaView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.c1Ribbon1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.tableView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.c1ThemeController1)).BeginInit();
     this.SuspendLayout();
     //
     // c1NWindDataSet1
     //
     this.c1NWindDataSet1.DataSetName             = "C1NWindDataSet";
     this.c1NWindDataSet1.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
     //
     // appointeesTableAdapter1
     //
     this.appointeesTableAdapter1.ClearBeforeFill = true;
     //
     // appointmentsTableAdapter1
     //
     this.appointmentsTableAdapter1.ClearBeforeFill = true;
     //
     // splitContainer1
     //
     this.splitContainer1.BackColor = System.Drawing.Color.White;
     this.splitContainer1.Dock      = System.Windows.Forms.DockStyle.Fill;
     this.splitContainer1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(68)))), ((int)(((byte)(68)))), ((int)(((byte)(68)))));
     this.splitContainer1.Location  = new System.Drawing.Point(0, 146);
     this.splitContainer1.Name      = "splitContainer1";
     //
     // splitContainer1.Panel1
     //
     this.splitContainer1.Panel1.Controls.Add(this.splitContainer2);
     this.splitContainer1.Panel1MinSize = 190;
     //
     // splitContainer1.Panel2
     //
     this.splitContainer1.Panel2.Controls.Add(this.c1Schedule1);
     this.splitContainer1.Size             = new System.Drawing.Size(850, 494);
     this.splitContainer1.SplitterDistance = 202;
     this.splitContainer1.TabIndex         = 4;
     this.c1ThemeController1.SetTheme(this.splitContainer1, "(default)");
     //
     // splitContainer2
     //
     this.splitContainer2.BackColor   = System.Drawing.Color.White;
     this.splitContainer2.Dock        = System.Windows.Forms.DockStyle.Fill;
     this.splitContainer2.ForeColor   = System.Drawing.Color.FromArgb(((int)(((byte)(68)))), ((int)(((byte)(68)))), ((int)(((byte)(68)))));
     this.splitContainer2.Location    = new System.Drawing.Point(0, 0);
     this.splitContainer2.Name        = "splitContainer2";
     this.splitContainer2.Orientation = System.Windows.Forms.Orientation.Horizontal;
     //
     // splitContainer2.Panel1
     //
     this.splitContainer2.Panel1.Controls.Add(this.c1Calendar1);
     this.splitContainer2.Panel1MinSize = 186;
     //
     // splitContainer2.Panel2
     //
     this.splitContainer2.Panel2.Controls.Add(this.agendaView1);
     this.splitContainer2.Size             = new System.Drawing.Size(202, 494);
     this.splitContainer2.SplitterDistance = 202;
     this.splitContainer2.TabIndex         = 0;
     this.c1ThemeController1.SetTheme(this.splitContainer2, "(default)");
     //
     // c1Calendar1
     //
     this.c1Calendar1.AutoSizeElement    = C1.Framework.AutoSizeElement.Both;
     this.c1Calendar1.BoldedDates        = new System.DateTime[0];
     this.c1Calendar1.CalendarDimensions = 3;
     this.c1Calendar1.Dock              = System.Windows.Forms.DockStyle.Fill;
     this.c1Calendar1.ImeMode           = System.Windows.Forms.ImeMode.NoControl;
     this.c1Calendar1.Location          = new System.Drawing.Point(0, 0);
     this.c1Calendar1.Margin            = new System.Windows.Forms.Padding(2);
     this.c1Calendar1.MaxSelectionCount = 70;
     this.c1Calendar1.Name              = "c1Calendar1";
     this.c1Calendar1.Schedule          = this.c1Schedule1;
     this.c1Calendar1.ShowWeekNumbers   = false;
     this.c1Calendar1.Size              = new System.Drawing.Size(202, 202);
     this.c1Calendar1.TabIndex          = 0;
     this.c1ThemeController1.SetTheme(this.c1Calendar1, "(default)");
     this.c1Calendar1.VisualStyle = C1.Win.C1Schedule.UI.VisualStyle.Custom;
     //
     // c1Schedule1
     //
     //
     //
     //
     this.c1Calendar1.CalendarInfo.EndDayTime   = System.TimeSpan.Parse("19:00:00");
     this.c1Calendar1.CalendarInfo.StartDayTime = System.TimeSpan.Parse("07:00:00");
     this.c1Calendar1.CalendarInfo.TimeScale    = System.TimeSpan.Parse("00:30:00");
     this.c1Calendar1.CalendarInfo.WeekStart    = System.DayOfWeek.Sunday;
     this.c1Calendar1.CalendarInfo.WorkDays.AddRange(new System.DayOfWeek[] {
         System.DayOfWeek.Monday,
         System.DayOfWeek.Tuesday,
         System.DayOfWeek.Wednesday,
         System.DayOfWeek.Thursday,
         System.DayOfWeek.Friday
     });
     //
     //
     //
     //
     //
     //
     this.c1Schedule1.DataStorage.AppointmentStorage.DataMember = "Appointments";
     this.c1Schedule1.DataStorage.AppointmentStorage.DataSource = this.c1NWindDataSet1;
     //
     //
     //
     //
     //
     //
     this.c1Schedule1.DataStorage.AppointmentStorage.Mappings.AppointmentProperties.MappingName = "Properties";
     //
     //
     //
     this.c1Schedule1.DataStorage.AppointmentStorage.Mappings.Body.MappingName = "Body";
     //
     //
     //
     this.c1Schedule1.DataStorage.AppointmentStorage.Mappings.End.MappingName = "End";
     //
     //
     //
     this.c1Schedule1.DataStorage.AppointmentStorage.Mappings.IdMapping.MappingName = "Id";
     //
     //
     //
     this.c1Schedule1.DataStorage.AppointmentStorage.Mappings.Location.MappingName = "Location";
     //
     //
     //
     this.c1Schedule1.DataStorage.AppointmentStorage.Mappings.Start.MappingName = "Start";
     //
     //
     //
     this.c1Schedule1.DataStorage.AppointmentStorage.Mappings.Subject.MappingName = "Subject";
     //
     //
     //
     this.c1Schedule1.DataStorage.ContactStorage.DataMember = "Appointees";
     this.c1Schedule1.DataStorage.ContactStorage.DataSource = this.c1NWindDataSet1;
     //
     //
     //
     //
     //
     //
     this.c1Schedule1.DataStorage.ContactStorage.Mappings.IndexMapping.MappingName = "EmployeeID";
     //
     //
     //
     this.c1Schedule1.DataStorage.ContactStorage.Mappings.TextMapping.MappingName = "FirstName";
     this.c1Schedule1.Dock          = System.Windows.Forms.DockStyle.Fill;
     this.c1Schedule1.GroupPageSize = 2;
     this.c1Schedule1.Location      = new System.Drawing.Point(0, 0);
     this.c1Schedule1.Margin        = new System.Windows.Forms.Padding(2);
     this.c1Schedule1.Name          = "c1Schedule1";
     this.c1Schedule1.PrintInfo.IsPrintingEnabled = false;
     printStyle1.Description  = "Daily Style";
     printStyle1.PreviewImage = ((System.Drawing.Image)(resources.GetObject("printStyle1.PreviewImage")));
     printStyle1.StyleName    = "Daily";
     printStyle1.StyleSource  = "day.c1d";
     printStyle2.Description  = "Weekly Style";
     printStyle2.PreviewImage = ((System.Drawing.Image)(resources.GetObject("printStyle2.PreviewImage")));
     printStyle2.StyleName    = "Week";
     printStyle2.StyleSource  = "week.c1d";
     printStyle3.Description  = "Monthly Style";
     printStyle3.PreviewImage = ((System.Drawing.Image)(resources.GetObject("printStyle3.PreviewImage")));
     printStyle3.StyleName    = "Month";
     printStyle3.StyleSource  = "month.c1d";
     printStyle4.Description  = "Details Style";
     printStyle4.PreviewImage = ((System.Drawing.Image)(resources.GetObject("printStyle4.PreviewImage")));
     printStyle4.StyleName    = "Details";
     printStyle4.StyleSource  = "details.c1d";
     printStyle5.Context      = C1.C1Schedule.Printing.PrintContextType.Appointment;
     printStyle5.Description  = "Memo Style";
     printStyle5.PreviewImage = ((System.Drawing.Image)(resources.GetObject("printStyle5.PreviewImage")));
     printStyle5.StyleName    = "Memo";
     printStyle5.StyleSource  = "memo.c1d";
     this.c1Schedule1.PrintInfo.PrintStyles.AddRange(new C1.C1Schedule.Printing.PrintStyle[] {
         printStyle1,
         printStyle2,
         printStyle3,
         printStyle4,
         printStyle5
     });
     //
     //
     //
     this.c1Schedule1.Settings.AllowCategoriesEditing        = false;
     this.c1Schedule1.Settings.AllowCategoriesMultiSelection = false;
     this.c1Schedule1.Settings.AllowContactsEditing          = false;
     this.c1Schedule1.Settings.AllowContactsMultiSelection   = false;
     this.c1Schedule1.Settings.SetReminder = false;
     this.c1Schedule1.ShowReminderForm     = false;
     this.c1Schedule1.Size     = new System.Drawing.Size(644, 494);
     this.c1Schedule1.TabIndex = 2;
     this.c1ThemeController1.SetTheme(this.c1Schedule1, "(default)");
     this.c1Schedule1.ViewType    = C1.Win.C1Schedule.ScheduleViewEnum.WorkWeekView;
     this.c1Schedule1.VisualStyle = C1.Win.C1Schedule.UI.VisualStyle.Custom;
     this.c1Schedule1.SelectedAppointmentsChanged += new System.EventHandler <C1.Win.C1Schedule.SelectedAppointmentsChangedEventArgs>(this.c1Schedule1_SelectedAppointmentsChanged);
     //
     // agendaView1
     //
     this.agendaView1.BackColor         = System.Drawing.Color.White;
     this.agendaView1.Dock              = System.Windows.Forms.DockStyle.Fill;
     this.agendaView1.ForeColor         = System.Drawing.Color.FromArgb(((int)(((byte)(68)))), ((int)(((byte)(68)))), ((int)(((byte)(68)))));
     this.agendaView1.Location          = new System.Drawing.Point(0, 0);
     this.agendaView1.Margin            = new System.Windows.Forms.Padding(5);
     this.agendaView1.Name              = "agendaView1";
     this.agendaView1.Schedule          = this.c1Schedule1;
     this.agendaView1.SelectionMode     = C1.Win.C1FlexGrid.SelectionModeEnum.Row;
     this.agendaView1.ShowThemedHeaders = C1.Win.C1FlexGrid.ShowThemedHeadersEnum.None;
     this.agendaView1.Size              = new System.Drawing.Size(202, 288);
     this.agendaView1.StyleInfo         = resources.GetString("agendaView1.StyleInfo");
     this.agendaView1.TabIndex          = 0;
     this.c1ThemeController1.SetTheme(this.agendaView1, "(default)");
     this.agendaView1.Tree.LineColor = System.Drawing.Color.FromArgb(((int)(((byte)(171)))), ((int)(((byte)(171)))), ((int)(((byte)(171)))));
     this.agendaView1.SelectedAppointmentsChanged += new System.EventHandler(this.agendaView1_SelectedAppointmentsChanged);
     //
     // c1Ribbon1
     //
     this.c1Ribbon1.ApplicationMenuHolder = this.ribbonApplicationMenu1;
     this.c1Ribbon1.AutoSizeElement       = C1.Framework.AutoSizeElement.Width;
     this.c1Ribbon1.BottomToolBarHolder   = this.ribbonBottomToolBar1;
     this.c1Ribbon1.ConfigToolBarHolder   = this.ribbonConfigToolBar1;
     this.c1Ribbon1.ContextualTabGroups.Add(this.contextualGroup);
     this.c1Ribbon1.Location  = new System.Drawing.Point(0, 0);
     this.c1Ribbon1.Name      = "c1Ribbon1";
     this.c1Ribbon1.QatHolder = this.ribbonQat1;
     this.c1Ribbon1.Size      = new System.Drawing.Size(850, 146);
     this.c1Ribbon1.Tabs.Add(this.homeTab);
     this.c1Ribbon1.Tabs.Add(this.settingsTab);
     this.c1ThemeController1.SetTheme(this.c1Ribbon1, "(default)");
     this.c1Ribbon1.TopToolBarHolder = this.ribbonTopToolBar1;
     //
     // ribbonApplicationMenu1
     //
     this.ribbonApplicationMenu1.Name = "ribbonApplicationMenu1";
     //
     // ribbonBottomToolBar1
     //
     this.ribbonBottomToolBar1.Name = "ribbonBottomToolBar1";
     //
     // ribbonConfigToolBar1
     //
     this.ribbonConfigToolBar1.Name = "ribbonConfigToolBar1";
     //
     // contextualGroup
     //
     this.contextualGroup.Color = C1.Win.C1Ribbon.ContextualTabColor.Blue;
     this.contextualGroup.Name  = "contextualGroup";
     this.contextualGroup.Tabs.Add(this.appointmentTab);
     this.contextualGroup.Text = "Calendar Tools";
     //
     // appointmentTab
     //
     this.appointmentTab.Groups.Add(this.appActions);
     this.appointmentTab.Groups.Add(this.appOptionsGroup);
     this.appointmentTab.Groups.Add(this.tagsGroup);
     this.appointmentTab.KeyTip = "A";
     this.appointmentTab.Name   = "appointmentTab";
     this.appointmentTab.Text   = "Appointment";
     //
     // appActions
     //
     this.appActions.Items.Add(this.openAppButton);
     this.appActions.Items.Add(this.deleteAppButton);
     this.appActions.Name = "appActions";
     this.appActions.Text = "Actions";
     //
     // openAppButton
     //
     this.openAppButton.KeyTip     = "O";
     this.openAppButton.LargeImage = ((System.Drawing.Image)(resources.GetObject("openAppButton.LargeImage")));
     this.openAppButton.Name       = "openAppButton";
     this.openAppButton.SmallImage = ((System.Drawing.Image)(resources.GetObject("openAppButton.SmallImage")));
     this.openAppButton.Text       = "Open";
     this.openAppButton.ToolTip    = "Open";
     this.openAppButton.Click     += new System.EventHandler(this.openAppButton_Click);
     //
     // deleteAppButton
     //
     this.deleteAppButton.KeyTip     = "D";
     this.deleteAppButton.LargeImage = ((System.Drawing.Image)(resources.GetObject("deleteAppButton.LargeImage")));
     this.deleteAppButton.Name       = "deleteAppButton";
     this.deleteAppButton.SmallImage = ((System.Drawing.Image)(resources.GetObject("deleteAppButton.SmallImage")));
     this.deleteAppButton.Text       = "Delete";
     this.deleteAppButton.ToolTip    = "Delete";
     this.deleteAppButton.Click     += new System.EventHandler(this.deleteAppButton_Click);
     //
     // appOptionsGroup
     //
     this.appOptionsGroup.Items.Add(this.recButton);
     this.appOptionsGroup.Name = "appOptionsGroup";
     this.appOptionsGroup.Text = "Options";
     //
     // recButton
     //
     this.recButton.KeyTip     = "R";
     this.recButton.LargeImage = ((System.Drawing.Image)(resources.GetObject("recButton.LargeImage")));
     this.recButton.Name       = "recButton";
     this.recButton.SmallImage = ((System.Drawing.Image)(resources.GetObject("recButton.SmallImage")));
     this.recButton.Text       = "Recurrence";
     this.recButton.Click     += new System.EventHandler(this.recButton_Click);
     //
     // tagsGroup
     //
     this.tagsGroup.Items.Add(this.privateButton);
     this.tagsGroup.Items.Add(this.highImportanceButton);
     this.tagsGroup.Items.Add(this.lowImportanceButton);
     this.tagsGroup.Name = "tagsGroup";
     this.tagsGroup.Text = "Tags";
     //
     // privateButton
     //
     this.privateButton.KeyTip            = "P";
     this.privateButton.Name              = "privateButton";
     this.privateButton.SmallImage        = ((System.Drawing.Image)(resources.GetObject("privateButton.SmallImage")));
     this.privateButton.Text              = "Private";
     this.privateButton.TextImageRelation = C1.Win.C1Ribbon.TextImageRelation.ImageBeforeText;
     this.privateButton.Click            += new System.EventHandler(this.privateButton_Click);
     //
     // highImportanceButton
     //
     this.highImportanceButton.KeyTip            = "H";
     this.highImportanceButton.Name              = "highImportanceButton";
     this.highImportanceButton.SmallImage        = ((System.Drawing.Image)(resources.GetObject("highImportanceButton.SmallImage")));
     this.highImportanceButton.Text              = "High Importance";
     this.highImportanceButton.TextImageRelation = C1.Win.C1Ribbon.TextImageRelation.ImageBeforeText;
     this.highImportanceButton.ToggleGroupName   = "Importance";
     this.highImportanceButton.Click            += new System.EventHandler(this.highImportanceButton_Click);
     //
     // lowImportanceButton
     //
     this.lowImportanceButton.KeyTip            = "L";
     this.lowImportanceButton.Name              = "lowImportanceButton";
     this.lowImportanceButton.SmallImage        = ((System.Drawing.Image)(resources.GetObject("lowImportanceButton.SmallImage")));
     this.lowImportanceButton.Text              = "Low Importance";
     this.lowImportanceButton.TextImageRelation = C1.Win.C1Ribbon.TextImageRelation.ImageBeforeText;
     this.lowImportanceButton.ToggleGroupName   = "Importance";
     this.lowImportanceButton.Click            += new System.EventHandler(this.lowImportanceButton_Click);
     //
     // ribbonQat1
     //
     this.ribbonQat1.Name = "ribbonQat1";
     //
     // homeTab
     //
     this.homeTab.Groups.Add(this.newGroup);
     this.homeTab.Groups.Add(this.gotoGroup);
     this.homeTab.Groups.Add(this.arrangeGroup);
     this.homeTab.Groups.Add(this.tableViewsGroup);
     this.homeTab.KeyTip = "H";
     this.homeTab.Name   = "homeTab";
     this.homeTab.Text   = "Home";
     //
     // newGroup
     //
     this.newGroup.Items.Add(this.newAppButton);
     this.newGroup.Name = "newGroup";
     this.newGroup.Text = "New";
     //
     // newAppButton
     //
     this.newAppButton.Description = "New Appointment";
     this.newAppButton.KeyTip      = "N";
     this.newAppButton.LargeImage  = ((System.Drawing.Image)(resources.GetObject("newAppButton.LargeImage")));
     this.newAppButton.Name        = "newAppButton";
     this.newAppButton.SmallImage  = ((System.Drawing.Image)(resources.GetObject("newAppButton.SmallImage")));
     this.newAppButton.Text        = "New Appointment";
     this.newAppButton.ToolTip     = "New Appointment";
     this.newAppButton.Click      += new System.EventHandler(this.newAppButton_Click);
     //
     // gotoGroup
     //
     this.gotoGroup.Items.Add(this.todayButton);
     this.gotoGroup.Items.Add(this.next7Button);
     this.gotoGroup.Name = "gotoGroup";
     this.gotoGroup.Text = "Go To";
     //
     // todayButton
     //
     this.todayButton.Description = "Go to current date";
     this.todayButton.KeyTip      = "T";
     this.todayButton.LargeImage  = ((System.Drawing.Image)(resources.GetObject("todayButton.LargeImage")));
     this.todayButton.Name        = "todayButton";
     this.todayButton.SmallImage  = ((System.Drawing.Image)(resources.GetObject("todayButton.SmallImage")));
     this.todayButton.Text        = "Today";
     this.todayButton.ToolTip     = "Go to current date";
     this.todayButton.Click      += new System.EventHandler(this.todayButton_Click);
     //
     // next7Button
     //
     this.next7Button.Description = "Show next 7 days";
     this.next7Button.LargeImage  = ((System.Drawing.Image)(resources.GetObject("next7Button.LargeImage")));
     this.next7Button.Name        = "next7Button";
     this.next7Button.SmallImage  = ((System.Drawing.Image)(resources.GetObject("next7Button.SmallImage")));
     this.next7Button.Text        = "Next 7 Days";
     this.next7Button.ToolTip     = "Show next 7 days";
     this.next7Button.Click      += new System.EventHandler(this.next7Button_Click);
     //
     // arrangeGroup
     //
     this.arrangeGroup.Items.Add(this.dayButton);
     this.arrangeGroup.Items.Add(this.workweekButton);
     this.arrangeGroup.Items.Add(this.weekButton);
     this.arrangeGroup.Items.Add(this.monthButton);
     this.arrangeGroup.Items.Add(this.timelineButton);
     this.arrangeGroup.Name = "arrangeGroup";
     this.arrangeGroup.Text = "Arrange";
     //
     // dayButton
     //
     this.dayButton.Description     = "Show the daily view";
     this.dayButton.KeyTip          = "1";
     this.dayButton.LargeImage      = ((System.Drawing.Image)(resources.GetObject("dayButton.LargeImage")));
     this.dayButton.Name            = "dayButton";
     this.dayButton.SmallImage      = ((System.Drawing.Image)(resources.GetObject("dayButton.SmallImage")));
     this.dayButton.Text            = "Day";
     this.dayButton.ToggleGroupName = "CalendarView";
     this.dayButton.ToolTip         = "Day";
     this.dayButton.Click          += new System.EventHandler(this.dayButton_Click);
     //
     // workweekButton
     //
     this.workweekButton.Description     = "Only show days in the work week";
     this.workweekButton.KeyTip          = "5";
     this.workweekButton.LargeImage      = ((System.Drawing.Image)(resources.GetObject("workweekButton.LargeImage")));
     this.workweekButton.Name            = "workweekButton";
     this.workweekButton.SmallImage      = ((System.Drawing.Image)(resources.GetObject("workweekButton.SmallImage")));
     this.workweekButton.Text            = "Work Week";
     this.workweekButton.ToggleGroupName = "CalendarView";
     this.workweekButton.ToolTip         = "Work Week";
     this.workweekButton.Click          += new System.EventHandler(this.workweekButton_Click);
     //
     // weekButton
     //
     this.weekButton.Description     = "Show entire week";
     this.weekButton.KeyTip          = "7";
     this.weekButton.LargeImage      = ((System.Drawing.Image)(resources.GetObject("weekButton.LargeImage")));
     this.weekButton.Name            = "weekButton";
     this.weekButton.SmallImage      = ((System.Drawing.Image)(resources.GetObject("weekButton.SmallImage")));
     this.weekButton.Text            = "Week";
     this.weekButton.ToggleGroupName = "CalendarView";
     this.weekButton.ToolTip         = "Week";
     this.weekButton.Click          += new System.EventHandler(this.weekButton_Click);
     //
     // monthButton
     //
     this.monthButton.Description     = "Show the month";
     this.monthButton.KeyTip          = "M";
     this.monthButton.LargeImage      = ((System.Drawing.Image)(resources.GetObject("monthButton.LargeImage")));
     this.monthButton.Name            = "monthButton";
     this.monthButton.SmallImage      = ((System.Drawing.Image)(resources.GetObject("monthButton.SmallImage")));
     this.monthButton.Text            = "Month";
     this.monthButton.ToggleGroupName = "CalendarView";
     this.monthButton.ToolTip         = "Month";
     this.monthButton.Click          += new System.EventHandler(this.monthButton_Click);
     //
     // timelineButton
     //
     this.timelineButton.Description     = "Show calendar in the horizontal layout";
     this.timelineButton.KeyTip          = "S";
     this.timelineButton.LargeImage      = ((System.Drawing.Image)(resources.GetObject("timelineButton.LargeImage")));
     this.timelineButton.Name            = "timelineButton";
     this.timelineButton.SmallImage      = ((System.Drawing.Image)(resources.GetObject("timelineButton.SmallImage")));
     this.timelineButton.Text            = "Schedule View";
     this.timelineButton.ToggleGroupName = "CalendarView";
     this.timelineButton.ToolTip         = "Schedule View";
     this.timelineButton.Click          += new System.EventHandler(this.timelineButton_Click);
     //
     // tableViewsGroup
     //
     this.tableViewsGroup.Items.Add(this.listButton);
     this.tableViewsGroup.Items.Add(this.activeButton);
     this.tableViewsGroup.Name = "tableViewsGroup";
     this.tableViewsGroup.Text = "Table Views";
     //
     // listButton
     //
     this.listButton.Description     = "List";
     this.listButton.KeyTip          = "L";
     this.listButton.LargeImage      = ((System.Drawing.Image)(resources.GetObject("listButton.LargeImage")));
     this.listButton.Name            = "listButton";
     this.listButton.SmallImage      = ((System.Drawing.Image)(resources.GetObject("listButton.SmallImage")));
     this.listButton.Text            = "List";
     this.listButton.ToggleGroupName = "TableView";
     this.listButton.ToolTip         = "List";
     this.listButton.Click          += new System.EventHandler(this.listButton_Click);
     //
     // activeButton
     //
     this.activeButton.LargeImage      = ((System.Drawing.Image)(resources.GetObject("activeButton.LargeImage")));
     this.activeButton.Name            = "activeButton";
     this.activeButton.SmallImage      = ((System.Drawing.Image)(resources.GetObject("activeButton.SmallImage")));
     this.activeButton.Text            = "Active";
     this.activeButton.ToggleGroupName = "TableView";
     this.activeButton.Click          += new System.EventHandler(this.activeButton_Click);
     //
     // settingsTab
     //
     this.settingsTab.Groups.Add(this.optionsGroup);
     this.settingsTab.KeyTip = "S";
     this.settingsTab.Name   = "settingsTab";
     this.settingsTab.Text   = "Settings";
     //
     // optionsGroup
     //
     this.optionsGroup.Items.Add(this.themeCombo);
     this.optionsGroup.Items.Add(this.ribbonSeparator1);
     this.optionsGroup.Items.Add(this.agendaCheckBox);
     this.optionsGroup.Items.Add(this.agendaViewType);
     this.optionsGroup.Name = "optionsGroup";
     this.optionsGroup.Text = "Settings";
     //
     // themeCombo
     //
     this.themeCombo.DropDownStyle = C1.Win.C1Ribbon.RibbonComboBoxStyle.DropDownList;
     this.themeCombo.Items.Add(this.White);
     this.themeCombo.Items.Add(this.Colorful);
     this.themeCombo.Items.Add(this.DarkGray);
     this.themeCombo.Items.Add(this.Black);
     this.themeCombo.KeyTip = "T";
     this.themeCombo.Label  = "Office Theme:";
     this.themeCombo.Name   = "themeCombo";
     this.themeCombo.SupportedGroupSizing  = C1.Win.C1Ribbon.SupportedGroupSizing.TextAlwaysVisible;
     this.themeCombo.SelectedIndexChanged += new System.EventHandler(this.themeCombo_SelectedIndexChanged);
     //
     // White
     //
     this.White.Name = "White";
     this.White.Text = "White";
     //
     // Colorful
     //
     this.Colorful.Name = "Colorful";
     this.Colorful.Text = "Colorful";
     //
     // DarkGray
     //
     this.DarkGray.Name = "DarkGray";
     this.DarkGray.Text = "Dark Gray";
     //
     // Black
     //
     this.Black.Name = "Black";
     this.Black.Text = "Black";
     //
     // ribbonSeparator1
     //
     this.ribbonSeparator1.Name = "ribbonSeparator1";
     //
     // agendaCheckBox
     //
     this.agendaCheckBox.Checked         = true;
     this.agendaCheckBox.Name            = "agendaCheckBox";
     this.agendaCheckBox.Text            = "Show Agenda";
     this.agendaCheckBox.CheckedChanged += new System.EventHandler(this.agendaCheckBox_CheckedChanged);
     //
     // agendaViewType
     //
     this.agendaViewType.Items.Add(this.todayAgenda);
     this.agendaViewType.Items.Add(this.weekAgenda);
     this.agendaViewType.Items.Add(this.dateRangeAgenda);
     this.agendaViewType.KeyTip = "R";
     this.agendaViewType.Label  = "Range:";
     this.agendaViewType.Name   = "agendaViewType";
     this.agendaViewType.SupportedGroupSizing  = C1.Win.C1Ribbon.SupportedGroupSizing.TextAlwaysVisible;
     this.agendaViewType.SelectedIndexChanged += new System.EventHandler(this.agendaViewType_SelectedIndexChanged);
     //
     // todayAgenda
     //
     this.todayAgenda.Name = "todayAgenda";
     this.todayAgenda.Text = "Today";
     //
     // weekAgenda
     //
     this.weekAgenda.Name = "weekAgenda";
     this.weekAgenda.Text = "Week";
     //
     // dateRangeAgenda
     //
     this.dateRangeAgenda.Name = "dateRangeAgenda";
     this.dateRangeAgenda.Text = "Full";
     //
     // ribbonTopToolBar1
     //
     this.ribbonTopToolBar1.Name = "ribbonTopToolBar1";
     //
     // tableView1
     //
     this.tableView1.AllowDelete       = true;
     this.tableView1.AllowFiltering    = true;
     this.tableView1.BackColor         = System.Drawing.Color.White;
     this.tableView1.Dock              = System.Windows.Forms.DockStyle.Fill;
     this.tableView1.ForeColor         = System.Drawing.Color.FromArgb(((int)(((byte)(68)))), ((int)(((byte)(68)))), ((int)(((byte)(68)))));
     this.tableView1.Location          = new System.Drawing.Point(0, 146);
     this.tableView1.Name              = "tableView1";
     this.tableView1.NullEmptyString   = "(none)";
     this.tableView1.Schedule          = this.c1Schedule1;
     this.tableView1.SelectionMode     = C1.Win.C1FlexGrid.SelectionModeEnum.RowRange;
     this.tableView1.ShowThemedHeaders = C1.Win.C1FlexGrid.ShowThemedHeadersEnum.None;
     this.tableView1.Size              = new System.Drawing.Size(850, 494);
     this.tableView1.StyleInfo         = resources.GetString("tableView1.StyleInfo");
     this.tableView1.TabIndex          = 0;
     this.c1ThemeController1.SetTheme(this.tableView1, "(default)");
     this.tableView1.Tree.LineColor = System.Drawing.Color.FromArgb(((int)(((byte)(171)))), ((int)(((byte)(171)))), ((int)(((byte)(171)))));
     this.tableView1.Visible        = false;
     this.tableView1.SelectedAppointmentsChanged += new System.EventHandler(this.tableView1_SelectedAppointmentsChanged);
     //
     // Form1
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(850, 640);
     this.Controls.Add(this.splitContainer1);
     this.Controls.Add(this.tableView1);
     this.Controls.Add(this.c1Ribbon1);
     this.Icon   = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Margin = new System.Windows.Forms.Padding(2);
     this.Name   = "Form1";
     this.Text   = "C1Schedule Table Views";
     this.c1ThemeController1.SetTheme(this, "(default)");
     this.VisualStyleHolder = C1.Win.C1Ribbon.VisualStyle.Custom;
     this.FormClosing      += new System.Windows.Forms.FormClosingEventHandler(this.Form1_FormClosing);
     this.Load += new System.EventHandler(this.Form1_Load);
     ((System.ComponentModel.ISupportInitialize)(this.c1NWindDataSet1)).EndInit();
     this.splitContainer1.Panel1.ResumeLayout(false);
     this.splitContainer1.Panel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
     this.splitContainer1.ResumeLayout(false);
     this.splitContainer2.Panel1.ResumeLayout(false);
     this.splitContainer2.Panel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).EndInit();
     this.splitContainer2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.c1Calendar1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.c1Schedule1.DataStorage.AppointmentStorage)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.c1Schedule1.DataStorage.CategoryStorage)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.c1Schedule1.DataStorage.ContactStorage)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.c1Schedule1.DataStorage.LabelStorage)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.c1Schedule1.DataStorage.OwnerStorage)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.c1Schedule1.DataStorage.ResourceStorage)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.c1Schedule1.DataStorage.StatusStorage)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.c1Schedule1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.agendaView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.c1Ribbon1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.tableView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.c1ThemeController1)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Example #17
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     C1.C1Schedule.Printing.PrintStyle printStyle1            = new C1.C1Schedule.Printing.PrintStyle();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Overview));
     C1.C1Schedule.Printing.PrintStyle printStyle2            = new C1.C1Schedule.Printing.PrintStyle();
     C1.C1Schedule.Printing.PrintStyle printStyle3            = new C1.C1Schedule.Printing.PrintStyle();
     C1.C1Schedule.Printing.PrintStyle printStyle4            = new C1.C1Schedule.Printing.PrintStyle();
     C1.C1Schedule.Printing.PrintStyle printStyle5            = new C1.C1Schedule.Printing.PrintStyle();
     this.c1Schedule1 = new C1.Win.C1Schedule.C1Schedule();
     this.splitter1   = new System.Windows.Forms.Splitter();
     this.c1Calendar1 = new C1.Win.C1Schedule.C1Calendar();
     this.menuStrip1  = new System.Windows.Forms.MenuStrip();
     this._DayView    = new System.Windows.Forms.ToolStripMenuItem();
     this._workWeek   = new System.Windows.Forms.ToolStripMenuItem();
     this._week       = new System.Windows.Forms.ToolStripMenuItem();
     this._month      = new System.Windows.Forms.ToolStripMenuItem();
     this._timeline   = new System.Windows.Forms.ToolStripMenuItem();
     this._today      = new System.Windows.Forms.ToolStripMenuItem();
     this._print      = new System.Windows.Forms.ToolStripMenuItem();
     ((System.ComponentModel.ISupportInitialize)(this.c1Schedule1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.c1Calendar1)).BeginInit();
     this.menuStrip1.SuspendLayout();
     this.SuspendLayout();
     //
     // c1Schedule1
     //
     this.c1Schedule1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     //
     //
     //
     this.c1Schedule1.CalendarInfo.CultureInfo      = new System.Globalization.CultureInfo("en-US");
     this.c1Schedule1.CalendarInfo.DateFormatString = "M/d/yyyy";
     this.c1Schedule1.CalendarInfo.EndDayTime       = System.TimeSpan.Parse("18:00:00");
     this.c1Schedule1.CalendarInfo.StartDayTime     = System.TimeSpan.Parse("06:00:00");
     this.c1Schedule1.CalendarInfo.TimeScale        = System.TimeSpan.Parse("00:30:00");
     this.c1Schedule1.CalendarInfo.WeekStart        = System.DayOfWeek.Sunday;
     this.c1Schedule1.CalendarInfo.WorkDays.AddRange(new System.DayOfWeek[] {
         System.DayOfWeek.Monday,
         System.DayOfWeek.Tuesday,
         System.DayOfWeek.Wednesday,
         System.DayOfWeek.Thursday,
         System.DayOfWeek.Friday
     });
     this.c1Schedule1.Dock          = System.Windows.Forms.DockStyle.Fill;
     this.c1Schedule1.GroupPageSize = 2;
     this.c1Schedule1.Location      = new System.Drawing.Point(207, 24);
     this.c1Schedule1.Margin        = new System.Windows.Forms.Padding(2);
     this.c1Schedule1.Name          = "c1Schedule1";
     printStyle1.Description        = "Daily Style";
     printStyle1.PreviewImage       = ((System.Drawing.Image)(resources.GetObject("printStyle1.PreviewImage")));
     printStyle1.StyleName          = "Daily";
     printStyle1.StyleSource        = "day.c1d";
     printStyle2.Description        = "Weekly Style";
     printStyle2.PreviewImage       = ((System.Drawing.Image)(resources.GetObject("printStyle2.PreviewImage")));
     printStyle2.StyleName          = "Week";
     printStyle2.StyleSource        = "week.c1d";
     printStyle3.Description        = "Monthly Style";
     printStyle3.PreviewImage       = ((System.Drawing.Image)(resources.GetObject("printStyle3.PreviewImage")));
     printStyle3.StyleName          = "Month";
     printStyle3.StyleSource        = "month.c1d";
     printStyle4.Description        = "Details Style";
     printStyle4.PreviewImage       = ((System.Drawing.Image)(resources.GetObject("printStyle4.PreviewImage")));
     printStyle4.StyleName          = "Details";
     printStyle4.StyleSource        = "details.c1d";
     printStyle5.Context            = C1.C1Schedule.Printing.PrintContextType.Appointment;
     printStyle5.Description        = "Memo Style";
     printStyle5.PreviewImage       = ((System.Drawing.Image)(resources.GetObject("printStyle5.PreviewImage")));
     printStyle5.StyleName          = "Memo";
     printStyle5.StyleSource        = "memo.c1d";
     this.c1Schedule1.PrintInfo.PrintStyles.AddRange(new C1.C1Schedule.Printing.PrintStyle[] {
         printStyle1,
         printStyle2,
         printStyle3,
         printStyle4,
         printStyle5
     });
     //
     //
     //
     this.c1Schedule1.Settings.FirstVisibleTime = System.TimeSpan.Parse("09:00:00");
     this.c1Schedule1.Size     = new System.Drawing.Size(385, 422);
     this.c1Schedule1.TabIndex = 7;
     this.c1Schedule1.ViewType = C1.Win.C1Schedule.ScheduleViewEnum.WorkWeekView;
     //
     // splitter1
     //
     this.splitter1.ImeMode  = System.Windows.Forms.ImeMode.NoControl;
     this.splitter1.Location = new System.Drawing.Point(205, 24);
     this.splitter1.Margin   = new System.Windows.Forms.Padding(2);
     this.splitter1.Name     = "splitter1";
     this.splitter1.Size     = new System.Drawing.Size(2, 422);
     this.splitter1.TabIndex = 6;
     this.splitter1.TabStop  = false;
     //
     // c1Calendar1
     //
     this.c1Calendar1.BoldedDates        = new System.DateTime[0];
     this.c1Calendar1.CalendarDimensions = 3;
     this.c1Calendar1.Dock     = System.Windows.Forms.DockStyle.Left;
     this.c1Calendar1.ImeMode  = System.Windows.Forms.ImeMode.NoControl;
     this.c1Calendar1.Location = new System.Drawing.Point(0, 24);
     this.c1Calendar1.Margin   = new System.Windows.Forms.Padding(2);
     this.c1Calendar1.Name     = "c1Calendar1";
     this.c1Calendar1.Schedule = this.c1Schedule1;
     this.c1Calendar1.Size     = new System.Drawing.Size(205, 422);
     this.c1Calendar1.TabIndex = 5;
     //
     // menuStrip1
     //
     this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this._DayView,
         this._workWeek,
         this._week,
         this._month,
         this._timeline,
         this._today,
         this._print
     });
     this.menuStrip1.Location = new System.Drawing.Point(0, 0);
     this.menuStrip1.Name     = "menuStrip1";
     this.menuStrip1.Padding  = new System.Windows.Forms.Padding(4, 2, 0, 2);
     this.menuStrip1.Size     = new System.Drawing.Size(592, 24);
     this.menuStrip1.TabIndex = 4;
     this.menuStrip1.Text     = "menuStrip1";
     //
     // _DayView
     //
     this._DayView.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this._DayView.Image        = ((System.Drawing.Image)(resources.GetObject("_DayView.Image")));
     this._DayView.Name         = "_DayView";
     this._DayView.Size         = new System.Drawing.Size(28, 20);
     this._DayView.Text         = "Day View";
     this._DayView.ToolTipText  = "Day View";
     this._DayView.Click       += new System.EventHandler(this._DayView_Click);
     //
     // _workWeek
     //
     this._workWeek.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this._workWeek.Image        = ((System.Drawing.Image)(resources.GetObject("_workWeek.Image")));
     this._workWeek.Name         = "_workWeek";
     this._workWeek.Size         = new System.Drawing.Size(28, 20);
     this._workWeek.ToolTipText  = "Work Week View";
     this._workWeek.Click       += new System.EventHandler(this._workWeek_Click);
     //
     // _week
     //
     this._week.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this._week.Image        = ((System.Drawing.Image)(resources.GetObject("_week.Image")));
     this._week.Name         = "_week";
     this._week.Size         = new System.Drawing.Size(28, 20);
     this._week.Text         = "toolStripMenuItem1";
     this._week.ToolTipText  = "Week View";
     this._week.Click       += new System.EventHandler(this._week_Click);
     //
     // _month
     //
     this._month.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this._month.Image        = ((System.Drawing.Image)(resources.GetObject("_month.Image")));
     this._month.Name         = "_month";
     this._month.Size         = new System.Drawing.Size(28, 20);
     this._month.Text         = "toolStripMenuItem1";
     this._month.ToolTipText  = "Month View";
     this._month.Click       += new System.EventHandler(this._month_Click);
     //
     // _timeline
     //
     this._timeline.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this._timeline.Image        = global::ControlExplorer.Properties.Resources.Schedule;
     this._timeline.Name         = "_timeline";
     this._timeline.Size         = new System.Drawing.Size(28, 20);
     this._timeline.Text         = "Time Line View";
     this._timeline.Click       += new System.EventHandler(this._timeline_Click);
     //
     // _today
     //
     this._today.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     this._today.Name         = "_today";
     this._today.Size         = new System.Drawing.Size(52, 20);
     this._today.Text         = "Today";
     this._today.Click       += new System.EventHandler(this._today_Click);
     //
     // _print
     //
     this._print.Image  = ((System.Drawing.Image)(resources.GetObject("_print.Image")));
     this._print.Name   = "_print";
     this._print.Size   = new System.Drawing.Size(60, 20);
     this._print.Text   = "Print";
     this._print.Click += new System.EventHandler(this._print_Click);
     //
     // Overview
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(592, 446);
     this.Controls.Add(this.c1Schedule1);
     this.Controls.Add(this.splitter1);
     this.Controls.Add(this.c1Calendar1);
     this.Controls.Add(this.menuStrip1);
     this.Margin = new System.Windows.Forms.Padding(4);
     this.Name   = "Overview";
     this.Text   = "Overview";
     this.Load  += new System.EventHandler(this.Overview_Load);
     ((System.ComponentModel.ISupportInitialize)(this.c1Schedule1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.c1Calendar1)).EndInit();
     this.menuStrip1.ResumeLayout(false);
     this.menuStrip1.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }