/// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     CG.Controls.Grid.Buttons.OfficeButtonRenderer officeButtonRenderer2 = new CG.Controls.Grid.Buttons.OfficeButtonRenderer();
     this.textBox1  = new System.Windows.Forms.TextBox();
     this.exButton1 = new CG.Controls.Grid.Buttons.ExButton();
     this.SuspendLayout();
     //
     // textBox1
     //
     this.textBox1.Dock         = System.Windows.Forms.DockStyle.Fill;
     this.textBox1.Location     = new System.Drawing.Point(0, 2);
     this.textBox1.Name         = "textBox1";
     this.textBox1.Size         = new System.Drawing.Size(434, 20);
     this.textBox1.TabIndex     = 0;
     this.textBox1.TextChanged += new System.EventHandler(this.textBox1_TextChanged);
     //
     // exButton1
     //
     this.exButton1.Anchor                   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.exButton1.BackColor                = System.Drawing.Color.Transparent;
     this.exButton1.CornerRadius             = 3;
     this.exButton1.DialogResult             = System.Windows.Forms.DialogResult.None;
     this.exButton1.DrawFocusRect            = true;
     this.exButton1.Image                    = global::Cura.Properties.Resources.delete_icon;
     this.exButton1.ImageAlign               = System.Drawing.ContentAlignment.MiddleCenter;
     this.exButton1.ImageOffset              = new System.Drawing.Point(0, 0);
     this.exButton1.ImageSize                = new System.Drawing.Size(8, 8);
     this.exButton1.IsSplitButton            = false;
     this.exButton1.Location                 = new System.Drawing.Point(416, 4);
     this.exButton1.MetroColorScheme         = CG.Controls.Grid.Render.MetroScheme.Orange;
     this.exButton1.Name                     = "exButton1";
     this.exButton1.PaddingText              = new System.Windows.Forms.Padding(4);
     officeButtonRenderer2.TextColorDisabled = System.Drawing.SystemColors.GrayText;
     this.exButton1.Renderer                 = officeButtonRenderer2;
     this.exButton1.RenderType               = CG.Controls.Common.EnRenderType.Office2007;
     this.exButton1.Size                     = new System.Drawing.Size(16, 16);
     this.exButton1.SplitButtonWidth         = 20;
     this.exButton1.TabIndex                 = 1;
     this.exButton1.Click                   += new System.EventHandler(this.exButton1_Click);
     //
     // Filter
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor           = System.Drawing.Color.White;
     this.Controls.Add(this.exButton1);
     this.Controls.Add(this.textBox1);
     this.Name    = "Filter";
     this.Padding = new System.Windows.Forms.Padding(0, 2, 0, 0);
     this.Size    = new System.Drawing.Size(434, 24);
     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()
 {
     CG.Controls.Grid.Buttons.OfficeButtonRenderer  officeButtonRenderer1 = new CG.Controls.Grid.Buttons.OfficeButtonRenderer();
     System.ComponentModel.ComponentResourceManager resources             = new System.ComponentModel.ComponentResourceManager(typeof(CallFrm));
     this.label1          = new System.Windows.Forms.Label();
     this.dateTimePicker1 = new System.Windows.Forms.DateTimePicker();
     this.numericUpDown1  = new System.Windows.Forms.NumericUpDown();
     this.label2          = new System.Windows.Forms.Label();
     this.exButton1       = new CG.Controls.Grid.Buttons.ExButton();
     this.radioButton1    = new System.Windows.Forms.RadioButton();
     this.radioButton2    = new System.Windows.Forms.RadioButton();
     this.label3          = new System.Windows.Forms.Label();
     this.pictureBox1     = new System.Windows.Forms.PictureBox();
     this.pictureBox2     = new System.Windows.Forms.PictureBox();
     this.label6          = new System.Windows.Forms.Label();
     this.imagedComboBox1 = new ComboxExtended.ImagedComboBox();
     this.label7          = new System.Windows.Forms.Label();
     this.dateTimePicker2 = new System.Windows.Forms.DateTimePicker();
     this.label8          = new System.Windows.Forms.Label();
     this.noteTxt         = new System.Windows.Forms.TextBox();
     this.panel2          = new DashedPanelCtrl();
     this.pictureBox3     = new System.Windows.Forms.PictureBox();
     this.panel3          = new DashedPanelCtrl();
     this.panel4          = new DashedPanelCtrl();
     this.panel5          = new DashedPanelCtrl();
     this.panel6          = new DashedPanelCtrl();
     this.traveltimenum   = new System.Windows.Forms.NumericUpDown();
     this.label4          = new System.Windows.Forms.Label();
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
     this.panel2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).BeginInit();
     this.panel3.SuspendLayout();
     this.panel4.SuspendLayout();
     this.panel5.SuspendLayout();
     this.panel6.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.traveltimenum)).BeginInit();
     this.SuspendLayout();
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(6, 11);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(34, 14);
     this.label1.TabIndex = 1;
     this.label1.Text     = "Time";
     //
     // dateTimePicker1
     //
     this.dateTimePicker1.CustomFormat = "hh:mm tt";
     this.dateTimePicker1.Format       = System.Windows.Forms.DateTimePickerFormat.Custom;
     this.dateTimePicker1.Location     = new System.Drawing.Point(109, 9);
     this.dateTimePicker1.Name         = "dateTimePicker1";
     this.dateTimePicker1.ShowUpDown   = true;
     this.dateTimePicker1.Size         = new System.Drawing.Size(181, 22);
     this.dateTimePicker1.TabIndex     = 2;
     //
     // numericUpDown1
     //
     this.numericUpDown1.Location = new System.Drawing.Point(176, 39);
     this.numericUpDown1.Maximum  = new decimal(new int[] {
         1440,
         0,
         0,
         0
     });
     this.numericUpDown1.Name     = "numericUpDown1";
     this.numericUpDown1.Size     = new System.Drawing.Size(113, 22);
     this.numericUpDown1.TabIndex = 3;
     this.numericUpDown1.Value    = new decimal(new int[] {
         15,
         0,
         0,
         0
     });
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(7, 41);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(91, 14);
     this.label2.TabIndex = 1;
     this.label2.Text     = "Duration (mins)";
     //
     // exButton1
     //
     this.exButton1.Anchor                   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.exButton1.BackColor                = System.Drawing.Color.Transparent;
     this.exButton1.CornerRadius             = 3;
     this.exButton1.DialogResult             = System.Windows.Forms.DialogResult.OK;
     this.exButton1.DrawFocusRect            = true;
     this.exButton1.ImageOffset              = new System.Drawing.Point(4, 0);
     this.exButton1.ImageSize                = new System.Drawing.Size(16, 16);
     this.exButton1.IsSplitButton            = false;
     this.exButton1.Location                 = new System.Drawing.Point(486, 328);
     this.exButton1.MetroColorScheme         = CG.Controls.Grid.Render.MetroScheme.Orange;
     this.exButton1.Name                     = "exButton1";
     this.exButton1.PaddingText              = new System.Windows.Forms.Padding(4);
     officeButtonRenderer1.TextColorDisabled = System.Drawing.SystemColors.GrayText;
     this.exButton1.Renderer                 = officeButtonRenderer1;
     this.exButton1.RenderType               = CG.Controls.Common.EnRenderType.Office2007;
     this.exButton1.Size                     = new System.Drawing.Size(90, 23);
     this.exButton1.SplitButtonWidth         = 20;
     this.exButton1.TabIndex                 = 4;
     this.exButton1.Text                     = "Ok";
     //
     // radioButton1
     //
     this.radioButton1.AutoSize = true;
     this.radioButton1.Checked  = true;
     this.radioButton1.Location = new System.Drawing.Point(133, 11);
     this.radioButton1.Name     = "radioButton1";
     this.radioButton1.Size     = new System.Drawing.Size(48, 18);
     this.radioButton1.TabIndex = 5;
     this.radioButton1.TabStop  = true;
     this.radioButton1.Text     = "One";
     this.radioButton1.UseVisualStyleBackColor = true;
     //
     // radioButton2
     //
     this.radioButton2.AutoSize = true;
     this.radioButton2.Location = new System.Drawing.Point(133, 37);
     this.radioButton2.Name     = "radioButton2";
     this.radioButton2.Size     = new System.Drawing.Size(50, 18);
     this.radioButton2.TabIndex = 5;
     this.radioButton2.Text     = "Two";
     this.radioButton2.UseVisualStyleBackColor = true;
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Location = new System.Drawing.Point(5, 12);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(104, 14);
     this.label3.TabIndex = 6;
     this.label3.Text     = "Workers Required";
     //
     // pictureBox1
     //
     this.pictureBox1.BackgroundImage       = global::Cura.Properties.Resources.user;
     this.pictureBox1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
     this.pictureBox1.Location = new System.Drawing.Point(196, 12);
     this.pictureBox1.Name     = "pictureBox1";
     this.pictureBox1.Size     = new System.Drawing.Size(54, 20);
     this.pictureBox1.TabIndex = 7;
     this.pictureBox1.TabStop  = false;
     //
     // pictureBox2
     //
     this.pictureBox2.BackgroundImage       = global::Cura.Properties.Resources.double_user;
     this.pictureBox2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
     this.pictureBox2.Location = new System.Drawing.Point(196, 38);
     this.pictureBox2.Name     = "pictureBox2";
     this.pictureBox2.Size     = new System.Drawing.Size(54, 20);
     this.pictureBox2.TabIndex = 7;
     this.pictureBox2.TabStop  = false;
     //
     // label6
     //
     this.label6.AutoSize = true;
     this.label6.Location = new System.Drawing.Point(3, 11);
     this.label6.Name     = "label6";
     this.label6.Size     = new System.Drawing.Size(45, 14);
     this.label6.TabIndex = 6;
     this.label6.Text     = "Flag it?";
     //
     // imagedComboBox1
     //
     this.imagedComboBox1.DrawMode          = System.Windows.Forms.DrawMode.OwnerDrawVariable;
     this.imagedComboBox1.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.imagedComboBox1.FormattingEnabled = true;
     this.imagedComboBox1.Location          = new System.Drawing.Point(54, 8);
     this.imagedComboBox1.Name     = "imagedComboBox1";
     this.imagedComboBox1.Size     = new System.Drawing.Size(199, 23);
     this.imagedComboBox1.TabIndex = 12;
     //
     // label7
     //
     this.label7.AutoSize = true;
     this.label7.Font     = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label7.Location = new System.Drawing.Point(12, 47);
     this.label7.Name     = "label7";
     this.label7.Size     = new System.Drawing.Size(36, 14);
     this.label7.TabIndex = 1;
     this.label7.Text     = "Date";
     //
     // dateTimePicker2
     //
     this.dateTimePicker2.CustomFormat = "dddd dd/MM/yyyy";
     this.dateTimePicker2.Enabled      = false;
     this.dateTimePicker2.Font         = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.dateTimePicker2.Format       = System.Windows.Forms.DateTimePickerFormat.Custom;
     this.dateTimePicker2.Location     = new System.Drawing.Point(59, 42);
     this.dateTimePicker2.Name         = "dateTimePicker2";
     this.dateTimePicker2.ShowUpDown   = true;
     this.dateTimePicker2.Size         = new System.Drawing.Size(239, 22);
     this.dateTimePicker2.TabIndex     = 2;
     //
     // label8
     //
     this.label8.AutoSize = true;
     this.label8.Location = new System.Drawing.Point(23, 10);
     this.label8.Name     = "label8";
     this.label8.Size     = new System.Drawing.Size(39, 14);
     this.label8.TabIndex = 6;
     this.label8.Text     = "Notes";
     //
     // noteTxt
     //
     this.noteTxt.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.noteTxt.Location  = new System.Drawing.Point(26, 28);
     this.noteTxt.Multiline = true;
     this.noteTxt.Name      = "noteTxt";
     this.noteTxt.Size      = new System.Drawing.Size(543, 77);
     this.noteTxt.TabIndex  = 13;
     //
     // panel2
     //
     this.panel2.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.panel2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(238)))), ((int)(((byte)(219)))));
     this.panel2.Controls.Add(this.pictureBox3);
     this.panel2.Controls.Add(this.label8);
     this.panel2.Controls.Add(this.noteTxt);
     this.panel2.Location = new System.Drawing.Point(2, 195);
     this.panel2.Name     = "panel2";
     this.panel2.Size     = new System.Drawing.Size(582, 119);
     this.panel2.TabIndex = 14;
     //
     // pictureBox3
     //
     this.pictureBox3.BackColor = System.Drawing.Color.Transparent;
     this.pictureBox3.Image     = global::Cura.Properties.Resources.note;
     this.pictureBox3.Location  = new System.Drawing.Point(5, 9);
     this.pictureBox3.Name      = "pictureBox3";
     this.pictureBox3.Size      = new System.Drawing.Size(16, 16);
     this.pictureBox3.TabIndex  = 14;
     this.pictureBox3.TabStop   = false;
     //
     // panel3
     //
     this.panel3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(244)))), ((int)(((byte)(226)))), ((int)(((byte)(222)))));
     this.panel3.Controls.Add(this.label1);
     this.panel3.Controls.Add(this.label2);
     this.panel3.Controls.Add(this.dateTimePicker1);
     this.panel3.Controls.Add(this.numericUpDown1);
     this.panel3.Location = new System.Drawing.Point(1, 73);
     this.panel3.Name     = "panel3";
     this.panel3.Size     = new System.Drawing.Size(307, 71);
     this.panel3.TabIndex = 15;
     //
     // panel4
     //
     this.panel4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(244)))), ((int)(((byte)(226)))), ((int)(((byte)(222)))));
     this.panel4.Controls.Add(this.pictureBox2);
     this.panel4.Controls.Add(this.radioButton1);
     this.panel4.Controls.Add(this.radioButton2);
     this.panel4.Controls.Add(this.label3);
     this.panel4.Controls.Add(this.pictureBox1);
     this.panel4.Location = new System.Drawing.Point(317, 73);
     this.panel4.Name     = "panel4";
     this.panel4.Size     = new System.Drawing.Size(268, 71);
     this.panel4.TabIndex = 15;
     //
     // panel5
     //
     this.panel5.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(235)))), ((int)(((byte)(237)))));
     this.panel5.Controls.Add(this.label6);
     this.panel5.Controls.Add(this.imagedComboBox1);
     this.panel5.Location = new System.Drawing.Point(317, 149);
     this.panel5.Name     = "panel5";
     this.panel5.Size     = new System.Drawing.Size(268, 40);
     this.panel5.TabIndex = 15;
     //
     // panel6
     //
     this.panel6.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(235)))), ((int)(((byte)(237)))));
     this.panel6.Controls.Add(this.traveltimenum);
     this.panel6.Controls.Add(this.label4);
     this.panel6.Location = new System.Drawing.Point(0, 148);
     this.panel6.Name     = "panel6";
     this.panel6.Size     = new System.Drawing.Size(308, 41);
     this.panel6.TabIndex = 16;
     //
     // traveltimenum
     //
     this.traveltimenum.Location = new System.Drawing.Point(177, 10);
     this.traveltimenum.Maximum  = new decimal(new int[] {
         1440,
         0,
         0,
         0
     });
     this.traveltimenum.Name     = "traveltimenum";
     this.traveltimenum.Size     = new System.Drawing.Size(114, 22);
     this.traveltimenum.TabIndex = 3;
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Location = new System.Drawing.Point(9, 12);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(109, 14);
     this.label4.TabIndex = 1;
     this.label4.Text     = "Travel Time (mins)";
     //
     // CallFrm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(585, 363);
     this.Controls.Add(this.panel6);
     this.Controls.Add(this.panel5);
     this.Controls.Add(this.panel4);
     this.Controls.Add(this.panel3);
     this.Controls.Add(this.panel2);
     this.Controls.Add(this.exButton1);
     this.Controls.Add(this.dateTimePicker2);
     this.Controls.Add(this.label7);
     this.Font            = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.Icon            = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Image           = global::Cura.Properties.Resources.house_go;
     this.Name            = "CallFrm";
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "New Call";
     this.Title           = "New Call";
     this.FormClosing    += new System.Windows.Forms.FormClosingEventHandler(this.CallFrm_FormClosing);
     this.Load           += new System.EventHandler(this.NewSlotFrm_Load);
     this.KeyDown        += new System.Windows.Forms.KeyEventHandler(this.CallFrm_KeyDown);
     this.Controls.SetChildIndex(this.label7, 0);
     this.Controls.SetChildIndex(this.dateTimePicker2, 0);
     this.Controls.SetChildIndex(this.exButton1, 0);
     this.Controls.SetChildIndex(this.panel2, 0);
     this.Controls.SetChildIndex(this.panel3, 0);
     this.Controls.SetChildIndex(this.panel4, 0);
     this.Controls.SetChildIndex(this.panel5, 0);
     this.Controls.SetChildIndex(this.panel6, 0);
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
     this.panel2.ResumeLayout(false);
     this.panel2.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).EndInit();
     this.panel3.ResumeLayout(false);
     this.panel3.PerformLayout();
     this.panel4.ResumeLayout(false);
     this.panel4.PerformLayout();
     this.panel5.ResumeLayout(false);
     this.panel5.PerformLayout();
     this.panel6.ResumeLayout(false);
     this.panel6.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.traveltimenum)).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()
 {
     CG.Controls.Grid.Buttons.OfficeButtonRenderer officeButtonRenderer1 = new CG.Controls.Grid.Buttons.OfficeButtonRenderer();
     this.newGroupNameTxt = new System.Windows.Forms.TextBox();
     this.exButton1       = new CG.Controls.Grid.Buttons.ExButton();
     this.label1          = new System.Windows.Forms.Label();
     this.pictureBox1     = new System.Windows.Forms.PictureBox();
     this.helpCtrl1       = new Cura.Controls.HelpCtrl();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
     this.SuspendLayout();
     //
     // newGroupNameTxt
     //
     this.newGroupNameTxt.Location  = new System.Drawing.Point(126, 31);
     this.newGroupNameTxt.MaxLength = 100;
     this.newGroupNameTxt.Name      = "newGroupNameTxt";
     this.newGroupNameTxt.Size      = new System.Drawing.Size(153, 22);
     this.newGroupNameTxt.TabIndex  = 0;
     this.newGroupNameTxt.KeyDown  += new System.Windows.Forms.KeyEventHandler(this.newGroupNameTxt_KeyDown);
     //
     // exButton1
     //
     this.exButton1.Anchor                   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.exButton1.BackColor                = System.Drawing.Color.Transparent;
     this.exButton1.CornerRadius             = 3;
     this.exButton1.DialogResult             = System.Windows.Forms.DialogResult.OK;
     this.exButton1.DrawFocusRect            = true;
     this.exButton1.ImageOffset              = new System.Drawing.Point(4, 0);
     this.exButton1.ImageSize                = new System.Drawing.Size(16, 16);
     this.exButton1.IsSplitButton            = false;
     this.exButton1.Location                 = new System.Drawing.Point(233, 80);
     this.exButton1.MetroColorScheme         = CG.Controls.Grid.Render.MetroScheme.Orange;
     this.exButton1.Name                     = "exButton1";
     this.exButton1.PaddingText              = new System.Windows.Forms.Padding(4);
     officeButtonRenderer1.TextColorDisabled = System.Drawing.SystemColors.GrayText;
     this.exButton1.Renderer                 = officeButtonRenderer1;
     this.exButton1.RenderType               = CG.Controls.Common.EnRenderType.Office2007;
     this.exButton1.Size                     = new System.Drawing.Size(101, 25);
     this.exButton1.SplitButtonWidth         = 20;
     this.exButton1.TabIndex                 = 6;
     this.exButton1.Text                     = "Ok";
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(16, 34);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(104, 14);
     this.label1.TabIndex = 7;
     this.label1.Text     = "New Group Name";
     //
     // pictureBox1
     //
     this.pictureBox1.Anchor                = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.pictureBox1.BackgroundImage       = global::Cura.Properties.Resources.sidepointman_small;
     this.pictureBox1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.pictureBox1.Location              = new System.Drawing.Point(293, 0);
     this.pictureBox1.Name     = "pictureBox1";
     this.pictureBox1.Size     = new System.Drawing.Size(51, 70);
     this.pictureBox1.TabIndex = 8;
     this.pictureBox1.TabStop  = false;
     //
     // helpCtrl1
     //
     this.helpCtrl1.BackColor = System.Drawing.Color.Transparent;
     this.helpCtrl1.Caption   = null;
     this.helpCtrl1.Font      = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.helpCtrl1.Location  = new System.Drawing.Point(6, 94);
     this.helpCtrl1.Message   = "This is the name of the new group you want to create. \r\n\r\nJust enter the name and" +
                                " press the OK button.";
     this.helpCtrl1.Name     = "helpCtrl1";
     this.helpCtrl1.OpenLeft = false;
     this.helpCtrl1.OpenUp   = false;
     this.helpCtrl1.Size     = new System.Drawing.Size(16, 16);
     this.helpCtrl1.TabIndex = 9;
     //
     // NewGroupFrm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(344, 117);
     this.Controls.Add(this.helpCtrl1);
     this.Controls.Add(this.pictureBox1);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.exButton1);
     this.Controls.Add(this.newGroupNameTxt);
     this.Font            = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
     this.Name            = "NewGroupFrm";
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text            = "New Group";
     this.FormClosing    += new System.Windows.Forms.FormClosingEventHandler(this.NewGroupFrm_FormClosing);
     this.Load           += new System.EventHandler(this.NewGroupFrm_Load);
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).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()
 {
     CG.Controls.Grid.Buttons.OfficeButtonRenderer  officeButtonRenderer1 = new CG.Controls.Grid.Buttons.OfficeButtonRenderer();
     System.ComponentModel.ComponentResourceManager resources             = new System.ComponentModel.ComponentResourceManager(typeof(TopCallWorkersFrm));
     this.listView1       = new BrightIdeasSoftware.ObjectListView();
     this.olvColumn5      = ((BrightIdeasSoftware.OLVColumn)(new BrightIdeasSoftware.OLVColumn()));
     this.olvColumn1      = ((BrightIdeasSoftware.OLVColumn)(new BrightIdeasSoftware.OLVColumn()));
     this.olvColumn2      = ((BrightIdeasSoftware.OLVColumn)(new BrightIdeasSoftware.OLVColumn()));
     this.olvColumn4      = ((BrightIdeasSoftware.OLVColumn)(new BrightIdeasSoftware.OLVColumn()));
     this.olvColumn3      = ((BrightIdeasSoftware.OLVColumn)(new BrightIdeasSoftware.OLVColumn()));
     this.panel2          = new System.Windows.Forms.Panel();
     this.label2          = new System.Windows.Forms.Label();
     this.helpCtrl1       = new Cura.Controls.HelpCtrl();
     this.panel3          = new System.Windows.Forms.Panel();
     this.exButton1       = new CG.Controls.Grid.Buttons.ExButton();
     this.splitContainer2 = new System.Windows.Forms.SplitContainer();
     this.callLbl         = new System.Windows.Forms.Label();
     ((System.ComponentModel.ISupportInitialize)(this.listView1)).BeginInit();
     this.panel2.SuspendLayout();
     this.panel3.SuspendLayout();
     this.splitContainer2.Panel1.SuspendLayout();
     this.splitContainer2.Panel2.SuspendLayout();
     this.splitContainer2.SuspendLayout();
     this.SuspendLayout();
     //
     // listView1
     //
     this.listView1.AllColumns.Add(this.olvColumn5);
     this.listView1.AllColumns.Add(this.olvColumn1);
     this.listView1.AllColumns.Add(this.olvColumn2);
     this.listView1.AllColumns.Add(this.olvColumn4);
     this.listView1.AllColumns.Add(this.olvColumn3);
     this.listView1.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.olvColumn5,
         this.olvColumn1,
         this.olvColumn2,
         this.olvColumn4,
         this.olvColumn3
     });
     this.listView1.Dock                            = System.Windows.Forms.DockStyle.Fill;
     this.listView1.FullRowSelect                   = true;
     this.listView1.Location                        = new System.Drawing.Point(0, 86);
     this.listView1.MultiSelect                     = false;
     this.listView1.Name                            = "listView1";
     this.listView1.OwnerDraw                       = true;
     this.listView1.ShowGroups                      = false;
     this.listView1.ShowImagesOnSubItems            = true;
     this.listView1.Size                            = new System.Drawing.Size(474, 318);
     this.listView1.TabIndex                        = 0;
     this.listView1.UseCompatibleStateImageBehavior = false;
     this.listView1.View                            = System.Windows.Forms.View.Details;
     this.listView1.SelectedIndexChanged           += new System.EventHandler(this.listView1_SelectedIndexChanged);
     //
     // olvColumn5
     //
     this.olvColumn5.AspectName = "WorkerIndex";
     this.olvColumn5.Text       = "Index";
     //
     // olvColumn1
     //
     this.olvColumn1.AspectName = "WorkerName";
     this.olvColumn1.Text       = "Name";
     this.olvColumn1.Width      = 141;
     //
     // olvColumn2
     //
     this.olvColumn2.AspectName = "Distance";
     this.olvColumn2.Text       = "Distance";
     this.olvColumn2.Width      = 83;
     //
     // olvColumn4
     //
     this.olvColumn4.AspectName      = "HoursRemaining";
     this.olvColumn4.ImageAspectName = "";
     this.olvColumn4.Text            = "Remaining Work Hours";
     this.olvColumn4.Width           = 155;
     //
     // olvColumn3
     //
     this.olvColumn3.ImageAspectName = "WorkerImage";
     this.olvColumn3.Text            = "";
     //
     // panel2
     //
     this.panel2.Controls.Add(this.label2);
     this.panel2.Controls.Add(this.helpCtrl1);
     this.panel2.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panel2.Location = new System.Drawing.Point(0, 0);
     this.panel2.Name     = "panel2";
     this.panel2.Size     = new System.Drawing.Size(474, 25);
     this.panel2.TabIndex = 1;
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(5, 5);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(297, 14);
     this.label2.TabIndex = 1;
     this.label2.Text     = "This list shows the top 10 workers  to cover this call.";
     //
     // helpCtrl1
     //
     this.helpCtrl1.BackColor = System.Drawing.Color.Transparent;
     this.helpCtrl1.Caption   = null;
     this.helpCtrl1.Font      = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.helpCtrl1.Location  = new System.Drawing.Point(449, 4);
     this.helpCtrl1.Message   = "This list shows the most relevant workers to cover the selected calls. This is ca" +
                                "lculated by keyworker, distance, hours to work.\r\n\r\nSelect the worker and click o" +
                                "k to assign.";
     this.helpCtrl1.Name     = "helpCtrl1";
     this.helpCtrl1.OpenLeft = false;
     this.helpCtrl1.OpenUp   = false;
     this.helpCtrl1.Size     = new System.Drawing.Size(22, 18);
     this.helpCtrl1.TabIndex = 0;
     //
     // panel3
     //
     this.panel3.Controls.Add(this.exButton1);
     this.panel3.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.panel3.Location = new System.Drawing.Point(0, 404);
     this.panel3.Name     = "panel3";
     this.panel3.Size     = new System.Drawing.Size(474, 34);
     this.panel3.TabIndex = 1;
     //
     // exButton1
     //
     this.exButton1.Anchor                   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.exButton1.BackColor                = System.Drawing.Color.Transparent;
     this.exButton1.CornerRadius             = 3;
     this.exButton1.DialogResult             = System.Windows.Forms.DialogResult.OK;
     this.exButton1.DrawFocusRect            = true;
     this.exButton1.Enabled                  = false;
     this.exButton1.ImageOffset              = new System.Drawing.Point(4, 0);
     this.exButton1.ImageSize                = new System.Drawing.Size(16, 16);
     this.exButton1.IsSplitButton            = false;
     this.exButton1.Location                 = new System.Drawing.Point(352, 3);
     this.exButton1.MetroColorScheme         = CG.Controls.Grid.Render.MetroScheme.Orange;
     this.exButton1.Name                     = "exButton1";
     this.exButton1.PaddingText              = new System.Windows.Forms.Padding(4);
     officeButtonRenderer1.TextColorDisabled = System.Drawing.SystemColors.GrayText;
     this.exButton1.Renderer                 = officeButtonRenderer1;
     this.exButton1.RenderType               = CG.Controls.Common.EnRenderType.Office2007;
     this.exButton1.Size                     = new System.Drawing.Size(118, 27);
     this.exButton1.SplitButtonWidth         = 20;
     this.exButton1.TabIndex                 = 11;
     this.exButton1.Text                     = "Ok";
     //
     // splitContainer2
     //
     this.splitContainer2.Dock        = System.Windows.Forms.DockStyle.Top;
     this.splitContainer2.Location    = new System.Drawing.Point(0, 32);
     this.splitContainer2.Name        = "splitContainer2";
     this.splitContainer2.Orientation = System.Windows.Forms.Orientation.Horizontal;
     //
     // splitContainer2.Panel1
     //
     this.splitContainer2.Panel1.Controls.Add(this.callLbl);
     //
     // splitContainer2.Panel2
     //
     this.splitContainer2.Panel2.Controls.Add(this.panel2);
     this.splitContainer2.Size             = new System.Drawing.Size(474, 54);
     this.splitContainer2.SplitterDistance = 25;
     this.splitContainer2.TabIndex         = 2;
     //
     // callLbl
     //
     this.callLbl.Dock      = System.Windows.Forms.DockStyle.Fill;
     this.callLbl.Font      = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.callLbl.Location  = new System.Drawing.Point(0, 0);
     this.callLbl.Name      = "callLbl";
     this.callLbl.Size      = new System.Drawing.Size(474, 25);
     this.callLbl.TabIndex  = 2;
     this.callLbl.Text      = "This list shows the top 10 workers  to cover this call.";
     this.callLbl.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // TopCallWorkersFrm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(474, 438);
     this.Controls.Add(this.listView1);
     this.Controls.Add(this.splitContainer2);
     this.Controls.Add(this.panel3);
     this.Font          = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.Icon          = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Image         = global::Cura.Properties.Resources.user_question;
     this.Name          = "TopCallWorkersFrm";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text          = "Relevant Workers";
     this.Title         = "Relevant Workers";
     this.FormClosing  += new System.Windows.Forms.FormClosingEventHandler(this.TopCallWorkersFrm_FormClosing);
     this.Load         += new System.EventHandler(this.TopCallWorkersFrm_Load);
     this.Controls.SetChildIndex(this.panel3, 0);
     this.Controls.SetChildIndex(this.splitContainer2, 0);
     this.Controls.SetChildIndex(this.listView1, 0);
     ((System.ComponentModel.ISupportInitialize)(this.listView1)).EndInit();
     this.panel2.ResumeLayout(false);
     this.panel2.PerformLayout();
     this.panel3.ResumeLayout(false);
     this.splitContainer2.Panel1.ResumeLayout(false);
     this.splitContainer2.Panel2.ResumeLayout(false);
     this.splitContainer2.ResumeLayout(false);
     this.ResumeLayout(false);
 }
 /// <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(WorkerListCtrl));
     CG.Controls.Grid.Buttons.OfficeButtonRenderer  officeButtonRenderer1 = new CG.Controls.Grid.Buttons.OfficeButtonRenderer();
     CG.Controls.Grid.Buttons.OfficeButtonRenderer  officeButtonRenderer2 = new CG.Controls.Grid.Buttons.OfficeButtonRenderer();
     this.objectListView1                  = new BrightIdeasSoftware.ObjectListView();
     this.olvColumn1                       = ((BrightIdeasSoftware.OLVColumn)(new BrightIdeasSoftware.OLVColumn()));
     this.olvColumn3                       = ((BrightIdeasSoftware.OLVColumn)(new BrightIdeasSoftware.OLVColumn()));
     this.olvColumn2                       = ((BrightIdeasSoftware.OLVColumn)(new BrightIdeasSoftware.OLVColumn()));
     this.contextMenuStrip1                = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.editToolStripMenuItem            = new System.Windows.Forms.ToolStripMenuItem();
     this.duplicateUserToolStripMenuItem   = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator3              = new System.Windows.Forms.ToolStripSeparator();
     this.disableToolStripMenuItem         = new System.Windows.Forms.ToolStripMenuItem();
     this.enableToolStripMenuItem          = new System.Windows.Forms.ToolStripMenuItem();
     this.deleteToolStripMenuItem          = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator2              = new System.Windows.Forms.ToolStripSeparator();
     this.printRotaToolStripMenuItem       = new System.Windows.Forms.ToolStripMenuItem();
     this.emailRotaToolStripMenuItem       = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator1              = new System.Windows.Forms.ToolStripSeparator();
     this.addToGroupToolStripMenuItem      = new System.Windows.Forms.ToolStripMenuItem();
     this.newGroupToolStripMenuItem        = new System.Windows.Forms.ToolStripMenuItem();
     this.removeFromGroupToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.imageList1                       = new System.Windows.Forms.ImageList(this.components);
     this.panel1          = new System.Windows.Forms.Panel();
     this.hideInactiveChk = new System.Windows.Forms.CheckBox();
     this.panel3          = new System.Windows.Forms.Panel();
     this.helpCtrl1       = new Cura.Controls.HelpCtrl();
     this.panel2          = new System.Windows.Forms.Panel();
     this.splitContainer2 = new System.Windows.Forms.SplitContainer();
     this.splitContainer1 = new System.Windows.Forms.SplitContainer();
     this.newworkerbtn    = new CG.Controls.Grid.Buttons.ExButton();
     this.filter1         = new Cura.Controls.Common.Filter();
     this.searchTypeBtn   = new CG.Controls.Grid.Buttons.ExButton();
     ((System.ComponentModel.ISupportInitialize)(this.objectListView1)).BeginInit();
     this.contextMenuStrip1.SuspendLayout();
     this.panel1.SuspendLayout();
     this.panel3.SuspendLayout();
     this.panel2.SuspendLayout();
     this.splitContainer2.Panel1.SuspendLayout();
     this.splitContainer2.Panel2.SuspendLayout();
     this.splitContainer2.SuspendLayout();
     this.splitContainer1.Panel1.SuspendLayout();
     this.splitContainer1.Panel2.SuspendLayout();
     this.splitContainer1.SuspendLayout();
     this.SuspendLayout();
     //
     // objectListView1
     //
     this.objectListView1.AllColumns.Add(this.olvColumn1);
     this.objectListView1.AllColumns.Add(this.olvColumn3);
     this.objectListView1.AllColumns.Add(this.olvColumn2);
     this.objectListView1.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.olvColumn1,
         this.olvColumn3,
         this.olvColumn2
     });
     this.objectListView1.ContextMenuStrip                = this.contextMenuStrip1;
     this.objectListView1.Dock                            = System.Windows.Forms.DockStyle.Fill;
     this.objectListView1.FullRowSelect                   = true;
     this.objectListView1.HideSelection                   = false;
     this.objectListView1.Location                        = new System.Drawing.Point(0, 24);
     this.objectListView1.Name                            = "objectListView1";
     this.objectListView1.OwnerDraw                       = true;
     this.objectListView1.ShowImagesOnSubItems            = true;
     this.objectListView1.Size                            = new System.Drawing.Size(647, 294);
     this.objectListView1.SmallImageList                  = this.imageList1;
     this.objectListView1.TabIndex                        = 1;
     this.objectListView1.UseCompatibleStateImageBehavior = false;
     this.objectListView1.UseFiltering                    = true;
     this.objectListView1.View                            = System.Windows.Forms.View.Details;
     this.objectListView1.SelectionChanged               += new System.EventHandler(this.objectListView1_SelectionChanged);
     this.objectListView1.MouseDoubleClick               += new System.Windows.Forms.MouseEventHandler(this.objectListView1_MouseDoubleClick);
     //
     // olvColumn1
     //
     this.olvColumn1.AspectName               = "Name";
     this.olvColumn1.ImageAspectName          = "GetStatusImage";
     this.olvColumn1.Text                     = "Name";
     this.olvColumn1.UseInitialLetterForGroup = true;
     this.olvColumn1.Width                    = 100;
     //
     // olvColumn3
     //
     this.olvColumn3.AspectName = "Enumber";
     this.olvColumn3.Text       = "ENumber";
     //
     // olvColumn2
     //
     this.olvColumn2.ImageAspectName = "PropertiesImage";
     this.olvColumn2.Text            = "";
     this.olvColumn2.Width           = 100;
     //
     // contextMenuStrip1
     //
     this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.editToolStripMenuItem,
         this.duplicateUserToolStripMenuItem,
         this.toolStripSeparator3,
         this.disableToolStripMenuItem,
         this.enableToolStripMenuItem,
         this.deleteToolStripMenuItem,
         this.toolStripSeparator2,
         this.printRotaToolStripMenuItem,
         this.emailRotaToolStripMenuItem,
         this.toolStripSeparator1,
         this.addToGroupToolStripMenuItem,
         this.removeFromGroupToolStripMenuItem
     });
     this.contextMenuStrip1.Name     = "contextMenuStrip1";
     this.contextMenuStrip1.Size     = new System.Drawing.Size(185, 220);
     this.contextMenuStrip1.Opening += new System.ComponentModel.CancelEventHandler(this.contextMenuStrip1_Opening);
     //
     // editToolStripMenuItem
     //
     this.editToolStripMenuItem.Image  = global::Cura.Properties.Resources.application_edit;
     this.editToolStripMenuItem.Name   = "editToolStripMenuItem";
     this.editToolStripMenuItem.Size   = new System.Drawing.Size(184, 22);
     this.editToolStripMenuItem.Text   = "Edit";
     this.editToolStripMenuItem.Click += new System.EventHandler(this.editToolStripMenuItem_Click);
     //
     // duplicateUserToolStripMenuItem
     //
     this.duplicateUserToolStripMenuItem.Image  = global::Cura.Properties.Resources.page_copy_icon;
     this.duplicateUserToolStripMenuItem.Name   = "duplicateUserToolStripMenuItem";
     this.duplicateUserToolStripMenuItem.Size   = new System.Drawing.Size(184, 22);
     this.duplicateUserToolStripMenuItem.Text   = "Duplicate";
     this.duplicateUserToolStripMenuItem.Click += new System.EventHandler(this.duplicateUserToolStripMenuItem_Click);
     //
     // toolStripSeparator3
     //
     this.toolStripSeparator3.Name = "toolStripSeparator3";
     this.toolStripSeparator3.Size = new System.Drawing.Size(181, 6);
     //
     // disableToolStripMenuItem
     //
     this.disableToolStripMenuItem.Image  = global::Cura.Properties.Resources.disable;
     this.disableToolStripMenuItem.Name   = "disableToolStripMenuItem";
     this.disableToolStripMenuItem.Size   = new System.Drawing.Size(184, 22);
     this.disableToolStripMenuItem.Text   = "Deactivate";
     this.disableToolStripMenuItem.Click += new System.EventHandler(this.disableToolStripMenuItem_Click);
     //
     // enableToolStripMenuItem
     //
     this.enableToolStripMenuItem.Image  = global::Cura.Properties.Resources.enable;
     this.enableToolStripMenuItem.Name   = "enableToolStripMenuItem";
     this.enableToolStripMenuItem.Size   = new System.Drawing.Size(184, 22);
     this.enableToolStripMenuItem.Text   = "Activate";
     this.enableToolStripMenuItem.Click += new System.EventHandler(this.enableToolStripMenuItem_Click);
     //
     // deleteToolStripMenuItem
     //
     this.deleteToolStripMenuItem.Image  = global::Cura.Properties.Resources.user_delete;
     this.deleteToolStripMenuItem.Name   = "deleteToolStripMenuItem";
     this.deleteToolStripMenuItem.Size   = new System.Drawing.Size(184, 22);
     this.deleteToolStripMenuItem.Text   = "Delete";
     this.deleteToolStripMenuItem.Click += new System.EventHandler(this.deleteToolStripMenuItem_Click);
     //
     // toolStripSeparator2
     //
     this.toolStripSeparator2.Name = "toolStripSeparator2";
     this.toolStripSeparator2.Size = new System.Drawing.Size(181, 6);
     //
     // printRotaToolStripMenuItem
     //
     this.printRotaToolStripMenuItem.Image  = global::Cura.Properties.Resources.pdf_icon;
     this.printRotaToolStripMenuItem.Name   = "printRotaToolStripMenuItem";
     this.printRotaToolStripMenuItem.Size   = new System.Drawing.Size(184, 22);
     this.printRotaToolStripMenuItem.Text   = "View / Print Rota";
     this.printRotaToolStripMenuItem.Click += new System.EventHandler(this.printRotaToolStripMenuItem_Click);
     //
     // emailRotaToolStripMenuItem
     //
     this.emailRotaToolStripMenuItem.Image = global::Cura.Properties.Resources.email;
     this.emailRotaToolStripMenuItem.Name  = "emailRotaToolStripMenuItem";
     this.emailRotaToolStripMenuItem.Size  = new System.Drawing.Size(184, 22);
     this.emailRotaToolStripMenuItem.Text  = "Email Rota";
     //
     // toolStripSeparator1
     //
     this.toolStripSeparator1.Name = "toolStripSeparator1";
     this.toolStripSeparator1.Size = new System.Drawing.Size(181, 6);
     //
     // addToGroupToolStripMenuItem
     //
     this.addToGroupToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.newGroupToolStripMenuItem
     });
     this.addToGroupToolStripMenuItem.Name = "addToGroupToolStripMenuItem";
     this.addToGroupToolStripMenuItem.Size = new System.Drawing.Size(184, 22);
     this.addToGroupToolStripMenuItem.Text = "Add To Group";
     //
     // newGroupToolStripMenuItem
     //
     this.newGroupToolStripMenuItem.Name   = "newGroupToolStripMenuItem";
     this.newGroupToolStripMenuItem.Size   = new System.Drawing.Size(150, 22);
     this.newGroupToolStripMenuItem.Text   = "<New Group>";
     this.newGroupToolStripMenuItem.Click += new System.EventHandler(this.newGroupToolStripMenuItem_Click);
     //
     // removeFromGroupToolStripMenuItem
     //
     this.removeFromGroupToolStripMenuItem.Name = "removeFromGroupToolStripMenuItem";
     this.removeFromGroupToolStripMenuItem.Size = new System.Drawing.Size(184, 22);
     this.removeFromGroupToolStripMenuItem.Text = "Remove From Group";
     //
     // imageList1
     //
     this.imageList1.ImageStream      = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
     this.imageList1.TransparentColor = System.Drawing.Color.Transparent;
     this.imageList1.Images.SetKeyName(0, "disable.png");
     //
     // panel1
     //
     this.panel1.Controls.Add(this.hideInactiveChk);
     this.panel1.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.panel1.Location = new System.Drawing.Point(0, 318);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(647, 25);
     this.panel1.TabIndex = 6;
     //
     // hideInactiveChk
     //
     this.hideInactiveChk.AutoSize   = true;
     this.hideInactiveChk.Checked    = true;
     this.hideInactiveChk.CheckState = System.Windows.Forms.CheckState.Checked;
     this.hideInactiveChk.Location   = new System.Drawing.Point(6, 6);
     this.hideInactiveChk.Name       = "hideInactiveChk";
     this.hideInactiveChk.Size       = new System.Drawing.Size(89, 17);
     this.hideInactiveChk.TabIndex   = 0;
     this.hideInactiveChk.Text       = "Hide Inactive";
     this.hideInactiveChk.UseVisualStyleBackColor = true;
     this.hideInactiveChk.CheckedChanged         += new System.EventHandler(this.hideInactiveChk_CheckedChanged);
     //
     // panel3
     //
     this.panel3.Controls.Add(this.helpCtrl1);
     this.panel3.Dock     = System.Windows.Forms.DockStyle.Right;
     this.panel3.Location = new System.Drawing.Point(631, 0);
     this.panel3.Name     = "panel3";
     this.panel3.Padding  = new System.Windows.Forms.Padding(0, 4, 0, 0);
     this.panel3.Size     = new System.Drawing.Size(16, 24);
     this.panel3.TabIndex = 11;
     //
     // helpCtrl1
     //
     this.helpCtrl1.BackColor = System.Drawing.Color.Transparent;
     this.helpCtrl1.Caption   = null;
     this.helpCtrl1.Dock      = System.Windows.Forms.DockStyle.Fill;
     this.helpCtrl1.Location  = new System.Drawing.Point(0, 4);
     this.helpCtrl1.Message   = "This area is for searching for care workers. You can use the button to the right " +
                                "of filter to specify by name or ENumber.\r\n\r\nA list of the worker icons can be se" +
                                "en in the help library.";
     this.helpCtrl1.Name     = "helpCtrl1";
     this.helpCtrl1.OpenLeft = false;
     this.helpCtrl1.OpenUp   = false;
     this.helpCtrl1.Size     = new System.Drawing.Size(16, 20);
     this.helpCtrl1.TabIndex = 0;
     //
     // panel2
     //
     this.panel2.Controls.Add(this.splitContainer2);
     this.panel2.Controls.Add(this.panel3);
     this.panel2.Dock     = System.Windows.Forms.DockStyle.Top;
     this.panel2.Location = new System.Drawing.Point(0, 0);
     this.panel2.Name     = "panel2";
     this.panel2.Size     = new System.Drawing.Size(647, 24);
     this.panel2.TabIndex = 10;
     //
     // splitContainer2
     //
     this.splitContainer2.Dock            = System.Windows.Forms.DockStyle.Fill;
     this.splitContainer2.FixedPanel      = System.Windows.Forms.FixedPanel.Panel2;
     this.splitContainer2.IsSplitterFixed = true;
     this.splitContainer2.Location        = new System.Drawing.Point(0, 0);
     this.splitContainer2.Name            = "splitContainer2";
     //
     // splitContainer2.Panel1
     //
     this.splitContainer2.Panel1.Controls.Add(this.splitContainer1);
     //
     // splitContainer2.Panel2
     //
     this.splitContainer2.Panel2.Controls.Add(this.searchTypeBtn);
     this.splitContainer2.Panel2MinSize    = 24;
     this.splitContainer2.Size             = new System.Drawing.Size(631, 24);
     this.splitContainer2.SplitterDistance = 602;
     this.splitContainer2.TabIndex         = 9;
     //
     // 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";
     //
     // splitContainer1.Panel1
     //
     this.splitContainer1.Panel1.Controls.Add(this.newworkerbtn);
     this.splitContainer1.Panel1MinSize = 24;
     //
     // splitContainer1.Panel2
     //
     this.splitContainer1.Panel2.Controls.Add(this.filter1);
     this.splitContainer1.Size             = new System.Drawing.Size(602, 24);
     this.splitContainer1.SplitterDistance = 25;
     this.splitContainer1.TabIndex         = 5;
     //
     // newworkerbtn
     //
     this.newworkerbtn.BackColor             = System.Drawing.Color.Transparent;
     this.newworkerbtn.CornerRadius          = 3;
     this.newworkerbtn.DialogResult          = System.Windows.Forms.DialogResult.OK;
     this.newworkerbtn.Dock                  = System.Windows.Forms.DockStyle.Fill;
     this.newworkerbtn.DrawFocusRect         = true;
     this.newworkerbtn.Image                 = global::Cura.Properties.Resources.add_user;
     this.newworkerbtn.ImageOffset           = new System.Drawing.Point(4, 0);
     this.newworkerbtn.ImageSize             = new System.Drawing.Size(16, 16);
     this.newworkerbtn.IsSplitButton         = false;
     this.newworkerbtn.Location              = new System.Drawing.Point(0, 0);
     this.newworkerbtn.MetroColorScheme      = CG.Controls.Grid.Render.MetroScheme.Orange;
     this.newworkerbtn.Name                  = "newworkerbtn";
     this.newworkerbtn.PaddingText           = new System.Windows.Forms.Padding(4);
     officeButtonRenderer1.TextColorDisabled = System.Drawing.SystemColors.GrayText;
     this.newworkerbtn.Renderer              = officeButtonRenderer1;
     this.newworkerbtn.RenderType            = CG.Controls.Common.EnRenderType.Office2007;
     this.newworkerbtn.Size                  = new System.Drawing.Size(25, 24);
     this.newworkerbtn.SplitButtonWidth      = 20;
     this.newworkerbtn.TabIndex              = 5;
     this.newworkerbtn.Click                += new System.EventHandler(this.newworkerbtn_Click_1);
     //
     // filter1
     //
     this.filter1.BackColor    = System.Drawing.Color.White;
     this.filter1.Dock         = System.Windows.Forms.DockStyle.Fill;
     this.filter1.Location     = new System.Drawing.Point(0, 0);
     this.filter1.Name         = "filter1";
     this.filter1.Padding      = new System.Windows.Forms.Padding(0, 2, 0, 0);
     this.filter1.Size         = new System.Drawing.Size(573, 24);
     this.filter1.TabIndex     = 2;
     this.filter1.TextChanged += new System.EventHandler(this.filter1_TextChanged);
     //
     // searchTypeBtn
     //
     this.searchTypeBtn.BackColor            = System.Drawing.Color.Transparent;
     this.searchTypeBtn.CornerRadius         = 3;
     this.searchTypeBtn.DialogResult         = System.Windows.Forms.DialogResult.None;
     this.searchTypeBtn.Dock                 = System.Windows.Forms.DockStyle.Fill;
     this.searchTypeBtn.DrawFocusRect        = true;
     this.searchTypeBtn.Image                = global::Cura.Properties.Resources.font;
     this.searchTypeBtn.ImageOffset          = new System.Drawing.Point(4, 0);
     this.searchTypeBtn.ImageSize            = new System.Drawing.Size(16, 16);
     this.searchTypeBtn.IsSplitButton        = false;
     this.searchTypeBtn.Location             = new System.Drawing.Point(0, 0);
     this.searchTypeBtn.MetroColorScheme     = CG.Controls.Grid.Render.MetroScheme.Orange;
     this.searchTypeBtn.Name                 = "searchTypeBtn";
     this.searchTypeBtn.PaddingText          = new System.Windows.Forms.Padding(4);
     officeButtonRenderer2.TextColorDisabled = System.Drawing.SystemColors.GrayText;
     this.searchTypeBtn.Renderer             = officeButtonRenderer2;
     this.searchTypeBtn.RenderType           = CG.Controls.Common.EnRenderType.Office2007;
     this.searchTypeBtn.Size                 = new System.Drawing.Size(25, 24);
     this.searchTypeBtn.SplitButtonWidth     = 20;
     this.searchTypeBtn.TabIndex             = 2;
     this.searchTypeBtn.Click               += new System.EventHandler(this.searchTypeBtn_Click_1);
     //
     // WorkerListCtrl
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.objectListView1);
     this.Controls.Add(this.panel2);
     this.Controls.Add(this.panel1);
     this.Name  = "WorkerListCtrl";
     this.Size  = new System.Drawing.Size(647, 343);
     this.Load += new System.EventHandler(this.WorkerListCtrl_Load);
     ((System.ComponentModel.ISupportInitialize)(this.objectListView1)).EndInit();
     this.contextMenuStrip1.ResumeLayout(false);
     this.panel1.ResumeLayout(false);
     this.panel1.PerformLayout();
     this.panel3.ResumeLayout(false);
     this.panel2.ResumeLayout(false);
     this.splitContainer2.Panel1.ResumeLayout(false);
     this.splitContainer2.Panel2.ResumeLayout(false);
     this.splitContainer2.ResumeLayout(false);
     this.splitContainer1.Panel1.ResumeLayout(false);
     this.splitContainer1.Panel2.ResumeLayout(false);
     this.splitContainer1.ResumeLayout(false);
     this.ResumeLayout(false);
 }
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            CG.Controls.Grid.Buttons.OfficeButtonRenderer  officeButtonRenderer1 = new CG.Controls.Grid.Buttons.OfficeButtonRenderer();
            System.ComponentModel.ComponentResourceManager resources             = new System.ComponentModel.ComponentResourceManager(typeof(ErrorMsgFrm));
            this.exButton1       = new CG.Controls.Grid.Buttons.ExButton();
            this.pictureBox2     = new System.Windows.Forms.PictureBox();
            this.label1          = new System.Windows.Forms.Label();
            this.splitContainer1 = new System.Windows.Forms.SplitContainer();
            this.showdetailslbl  = new System.Windows.Forms.Label();
            this.detailsTxt      = new System.Windows.Forms.TextBox();
            this.errTxt          = new System.Windows.Forms.TextBox();
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
            this.splitContainer1.Panel1.SuspendLayout();
            this.splitContainer1.Panel2.SuspendLayout();
            this.splitContainer1.SuspendLayout();
            this.SuspendLayout();
            //
            // exButton1
            //
            this.exButton1.Anchor                   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.exButton1.BackColor                = System.Drawing.Color.Transparent;
            this.exButton1.CornerRadius             = 3;
            this.exButton1.DialogResult             = System.Windows.Forms.DialogResult.OK;
            this.exButton1.DrawFocusRect            = true;
            this.exButton1.ImageOffset              = new System.Drawing.Point(4, 0);
            this.exButton1.ImageSize                = new System.Drawing.Size(16, 16);
            this.exButton1.IsSplitButton            = false;
            this.exButton1.Location                 = new System.Drawing.Point(522, 156);
            this.exButton1.MetroColorScheme         = CG.Controls.Grid.Render.MetroScheme.Orange;
            this.exButton1.Name                     = "exButton1";
            this.exButton1.PaddingText              = new System.Windows.Forms.Padding(4);
            officeButtonRenderer1.TextColorDisabled = System.Drawing.SystemColors.GrayText;
            this.exButton1.Renderer                 = officeButtonRenderer1;
            this.exButton1.RenderType               = CG.Controls.Common.EnRenderType.Office2007;
            this.exButton1.Size                     = new System.Drawing.Size(101, 25);
            this.exButton1.SplitButtonWidth         = 20;
            this.exButton1.TabIndex                 = 5;
            this.exButton1.Text                     = "Ok";
            //
            // pictureBox2
            //
            this.pictureBox2.Anchor                = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.pictureBox2.BackgroundImage       = global::Cura.Properties.Resources.ohnoman_128;
            this.pictureBox2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
            this.pictureBox2.Location              = new System.Drawing.Point(4, 42);
            this.pictureBox2.Name     = "pictureBox2";
            this.pictureBox2.Size     = new System.Drawing.Size(135, 131);
            this.pictureBox2.TabIndex = 14;
            this.pictureBox2.TabStop  = false;
            //
            // label1
            //
            this.label1.AutoSize = true;
            this.label1.Font     = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.label1.Location = new System.Drawing.Point(8, 6);
            this.label1.Name     = "label1";
            this.label1.Size     = new System.Drawing.Size(320, 23);
            this.label1.TabIndex = 15;
            this.label1.Text     = "Oh No! Something Went Wrong!";
            //
            // splitContainer1
            //
            this.splitContainer1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.splitContainer1.Location    = new System.Drawing.Point(143, 36);
            this.splitContainer1.Name        = "splitContainer1";
            this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
            //
            // splitContainer1.Panel1
            //
            this.splitContainer1.Panel1.Controls.Add(this.errTxt);
            //
            // splitContainer1.Panel2
            //
            this.splitContainer1.Panel2.Controls.Add(this.detailsTxt);
            this.splitContainer1.Panel2Collapsed  = true;
            this.splitContainer1.Size             = new System.Drawing.Size(481, 114);
            this.splitContainer1.SplitterDistance = 57;
            this.splitContainer1.TabIndex         = 16;
            //
            // showdetailslbl
            //
            this.showdetailslbl.AutoSize    = true;
            this.showdetailslbl.Font        = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Underline, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.showdetailslbl.ForeColor   = System.Drawing.Color.Blue;
            this.showdetailslbl.Location    = new System.Drawing.Point(143, 154);
            this.showdetailslbl.Name        = "showdetailslbl";
            this.showdetailslbl.Size        = new System.Drawing.Size(69, 13);
            this.showdetailslbl.TabIndex    = 17;
            this.showdetailslbl.Text        = "Show Details";
            this.showdetailslbl.Click      += new System.EventHandler(this.showdetailslbl_Click);
            this.showdetailslbl.MouseEnter += new System.EventHandler(this.showdetailslbl_MouseEnter);
            this.showdetailslbl.MouseLeave += new System.EventHandler(this.showdetailslbl_MouseLeave);
            //
            // detailsTxt
            //
            this.detailsTxt.Dock      = System.Windows.Forms.DockStyle.Fill;
            this.detailsTxt.Location  = new System.Drawing.Point(0, 0);
            this.detailsTxt.Multiline = true;
            this.detailsTxt.Name      = "detailsTxt";
            this.detailsTxt.Size      = new System.Drawing.Size(479, 51);
            this.detailsTxt.TabIndex  = 0;
            //
            // errTxt
            //
            this.errTxt.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(224)))), ((int)(((byte)(192)))));
            this.errTxt.Dock      = System.Windows.Forms.DockStyle.Fill;
            this.errTxt.Location  = new System.Drawing.Point(0, 0);
            this.errTxt.Multiline = true;
            this.errTxt.Name      = "errTxt";
            this.errTxt.ReadOnly  = true;
            this.errTxt.Size      = new System.Drawing.Size(479, 112);
            this.errTxt.TabIndex  = 1;
            //
            // ErrorMsgFrm
            //
            this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
            this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
            this.BackColor           = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
            this.ClientSize          = new System.Drawing.Size(638, 193);
            this.Controls.Add(this.showdetailslbl);
            this.Controls.Add(this.splitContainer1);
            this.Controls.Add(this.label1);
            this.Controls.Add(this.pictureBox2);
            this.Controls.Add(this.exButton1);
            this.Font            = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
            this.Icon            = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.Name            = "ErrorMsgFrm";
            this.Text            = "Error ";

            ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
            this.splitContainer1.Panel1.ResumeLayout(false);
            this.splitContainer1.Panel1.PerformLayout();
            this.splitContainer1.Panel2.ResumeLayout(false);
            this.splitContainer1.Panel2.PerformLayout();
            this.splitContainer1.ResumeLayout(false);
            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()
 {
     CG.Controls.Grid.Buttons.OfficeButtonRenderer  officeButtonRenderer1 = new CG.Controls.Grid.Buttons.OfficeButtonRenderer();
     System.ComponentModel.ComponentResourceManager resources             = new System.ComponentModel.ComponentResourceManager(typeof(BackupRestoreFrm));
     this.backupRadio     = new System.Windows.Forms.RadioButton();
     this.restoreRadio    = new System.Windows.Forms.RadioButton();
     this.backupTxt       = new System.Windows.Forms.TextBox();
     this.button1         = new System.Windows.Forms.Button();
     this.restoreTxt      = new System.Windows.Forms.TextBox();
     this.button2         = new System.Windows.Forms.Button();
     this.exButton1       = new CG.Controls.Grid.Buttons.ExButton();
     this.label2          = new System.Windows.Forms.Label();
     this.backuperrorpic  = new System.Windows.Forms.PictureBox();
     this.restoreerrorpic = new System.Windows.Forms.PictureBox();
     this.label3          = new System.Windows.Forms.Label();
     this.backuppanel     = new System.Windows.Forms.Panel();
     this.restorepanel    = new System.Windows.Forms.Panel();
     this.label4          = new System.Windows.Forms.Label();
     ((System.ComponentModel.ISupportInitialize)(this.backuperrorpic)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.restoreerrorpic)).BeginInit();
     this.backuppanel.SuspendLayout();
     this.restorepanel.SuspendLayout();
     this.SuspendLayout();
     //
     // backupRadio
     //
     this.backupRadio.AutoSize = true;
     this.backupRadio.Font     = new System.Drawing.Font("Tahoma", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.backupRadio.Location = new System.Drawing.Point(10, 131);
     this.backupRadio.Name     = "backupRadio";
     this.backupRadio.Size     = new System.Drawing.Size(80, 22);
     this.backupRadio.TabIndex = 1;
     this.backupRadio.TabStop  = true;
     this.backupRadio.Text     = "Backup";
     this.backupRadio.UseVisualStyleBackColor = true;
     this.backupRadio.CheckedChanged         += new System.EventHandler(this.backupRadio_CheckedChanged);
     //
     // restoreRadio
     //
     this.restoreRadio.AutoSize = true;
     this.restoreRadio.Font     = new System.Drawing.Font("Tahoma", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.restoreRadio.Location = new System.Drawing.Point(10, 272);
     this.restoreRadio.Name     = "restoreRadio";
     this.restoreRadio.Size     = new System.Drawing.Size(85, 22);
     this.restoreRadio.TabIndex = 1;
     this.restoreRadio.TabStop  = true;
     this.restoreRadio.Text     = "Restore";
     this.restoreRadio.UseVisualStyleBackColor = true;
     this.restoreRadio.CheckedChanged         += new System.EventHandler(this.restoreRadio_CheckedChanged);
     //
     // backupTxt
     //
     this.backupTxt.Location     = new System.Drawing.Point(22, 44);
     this.backupTxt.Name         = "backupTxt";
     this.backupTxt.Size         = new System.Drawing.Size(278, 22);
     this.backupTxt.TabIndex     = 2;
     this.backupTxt.TextChanged += new System.EventHandler(this.textBox1_TextChanged);
     //
     // button1
     //
     this.button1.Location = new System.Drawing.Point(306, 43);
     this.button1.Name     = "button1";
     this.button1.Size     = new System.Drawing.Size(33, 23);
     this.button1.TabIndex = 3;
     this.button1.Text     = "...";
     this.button1.UseVisualStyleBackColor = true;
     this.button1.Click += new System.EventHandler(this.button1_Click);
     //
     // restoreTxt
     //
     this.restoreTxt.Location     = new System.Drawing.Point(22, 48);
     this.restoreTxt.Name         = "restoreTxt";
     this.restoreTxt.Size         = new System.Drawing.Size(278, 22);
     this.restoreTxt.TabIndex     = 2;
     this.restoreTxt.TextChanged += new System.EventHandler(this.textBox2_TextChanged);
     //
     // button2
     //
     this.button2.Location = new System.Drawing.Point(306, 48);
     this.button2.Name     = "button2";
     this.button2.Size     = new System.Drawing.Size(33, 23);
     this.button2.TabIndex = 3;
     this.button2.Text     = "...";
     this.button2.UseVisualStyleBackColor = true;
     this.button2.Click += new System.EventHandler(this.button2_Click);
     //
     // exButton1
     //
     this.exButton1.Anchor                   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.exButton1.BackColor                = System.Drawing.Color.Transparent;
     this.exButton1.CornerRadius             = 3;
     this.exButton1.DialogResult             = System.Windows.Forms.DialogResult.None;
     this.exButton1.DrawFocusRect            = true;
     this.exButton1.Enabled                  = false;
     this.exButton1.ImageOffset              = new System.Drawing.Point(4, 0);
     this.exButton1.ImageSize                = new System.Drawing.Size(16, 16);
     this.exButton1.IsSplitButton            = false;
     this.exButton1.Location                 = new System.Drawing.Point(334, 423);
     this.exButton1.MetroColorScheme         = CG.Controls.Grid.Render.MetroScheme.Orange;
     this.exButton1.Name                     = "exButton1";
     this.exButton1.PaddingText              = new System.Windows.Forms.Padding(4);
     officeButtonRenderer1.TextColorDisabled = System.Drawing.SystemColors.GrayText;
     this.exButton1.Renderer                 = officeButtonRenderer1;
     this.exButton1.RenderType               = CG.Controls.Common.EnRenderType.Office2007;
     this.exButton1.Size                     = new System.Drawing.Size(87, 23);
     this.exButton1.SplitButtonWidth         = 20;
     this.exButton1.TabIndex                 = 6;
     this.exButton1.Text                     = "Begin";
     this.exButton1.Click                   += new System.EventHandler(this.exButton1_Click);
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(19, 14);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(246, 14);
     this.label2.TabIndex = 7;
     this.label2.Text     = "Specify the location you wish to backup to.";
     //
     // backuperrorpic
     //
     this.backuperrorpic.Anchor                = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.backuperrorpic.BackgroundImage       = global::Cura.Properties.Resources.exclamation;
     this.backuperrorpic.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.backuperrorpic.Location              = new System.Drawing.Point(347, 47);
     this.backuperrorpic.Name     = "backuperrorpic";
     this.backuperrorpic.Size     = new System.Drawing.Size(16, 15);
     this.backuperrorpic.TabIndex = 13;
     this.backuperrorpic.TabStop  = false;
     //
     // restoreerrorpic
     //
     this.restoreerrorpic.Anchor                = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.restoreerrorpic.BackgroundImage       = global::Cura.Properties.Resources.exclamation;
     this.restoreerrorpic.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.restoreerrorpic.Location              = new System.Drawing.Point(346, 52);
     this.restoreerrorpic.Name     = "restoreerrorpic";
     this.restoreerrorpic.Size     = new System.Drawing.Size(16, 15);
     this.restoreerrorpic.TabIndex = 13;
     this.restoreerrorpic.TabStop  = false;
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Location = new System.Drawing.Point(19, 17);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(175, 14);
     this.label3.TabIndex = 7;
     this.label3.Text     = "Select the file to restore from.";
     //
     // backuppanel
     //
     this.backuppanel.Controls.Add(this.backupTxt);
     this.backuppanel.Controls.Add(this.button1);
     this.backuppanel.Controls.Add(this.label2);
     this.backuppanel.Controls.Add(this.backuperrorpic);
     this.backuppanel.Enabled  = false;
     this.backuppanel.Location = new System.Drawing.Point(28, 159);
     this.backuppanel.Name     = "backuppanel";
     this.backuppanel.Size     = new System.Drawing.Size(390, 90);
     this.backuppanel.TabIndex = 14;
     //
     // restorepanel
     //
     this.restorepanel.Controls.Add(this.restoreTxt);
     this.restorepanel.Controls.Add(this.button2);
     this.restorepanel.Controls.Add(this.restoreerrorpic);
     this.restorepanel.Controls.Add(this.label3);
     this.restorepanel.Enabled  = false;
     this.restorepanel.Location = new System.Drawing.Point(28, 300);
     this.restorepanel.Name     = "restorepanel";
     this.restorepanel.Size     = new System.Drawing.Size(390, 90);
     this.restorepanel.TabIndex = 15;
     //
     // label4
     //
     this.label4.Location = new System.Drawing.Point(12, 49);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(409, 62);
     this.label4.TabIndex = 16;
     this.label4.Text     = "Please select whether you want to backup or restore. \r\n\r\nWARNING: Restoring will " +
                            "override the current data file. It is recommended that you back the current one " +
                            "up first.";
     //
     // BackupRestoreFrm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(433, 458);
     this.Controls.Add(this.label4);
     this.Controls.Add(this.restorepanel);
     this.Controls.Add(this.backuppanel);
     this.Controls.Add(this.exButton1);
     this.Controls.Add(this.restoreRadio);
     this.Controls.Add(this.backupRadio);
     this.Font          = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.Icon          = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Image         = global::Cura.Properties.Resources.site_backup_and_restore_icon;
     this.Name          = "BackupRestoreFrm";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text          = "Backup / Restore";
     this.Title         = "Backup / Restore";
     this.Load         += new System.EventHandler(this.BackupRestoreFrm_Load);
     this.Controls.SetChildIndex(this.backupRadio, 0);
     this.Controls.SetChildIndex(this.restoreRadio, 0);
     this.Controls.SetChildIndex(this.exButton1, 0);
     this.Controls.SetChildIndex(this.backuppanel, 0);
     this.Controls.SetChildIndex(this.restorepanel, 0);
     this.Controls.SetChildIndex(this.label4, 0);
     ((System.ComponentModel.ISupportInitialize)(this.backuperrorpic)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.restoreerrorpic)).EndInit();
     this.backuppanel.ResumeLayout(false);
     this.backuppanel.PerformLayout();
     this.restorepanel.ResumeLayout(false);
     this.restorepanel.PerformLayout();
     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();
     CG.Controls.Grid.Buttons.OfficeButtonRenderer officeButtonRenderer1 = new CG.Controls.Grid.Buttons.OfficeButtonRenderer();
     CG.Controls.Grid.Buttons.OfficeButtonRenderer officeButtonRenderer2 = new CG.Controls.Grid.Buttons.OfficeButtonRenderer();
     this.objectListView1                      = new BrightIdeasSoftware.ObjectListView();
     this.olvColumn1                           = ((BrightIdeasSoftware.OLVColumn)(new BrightIdeasSoftware.OLVColumn()));
     this.olvColumn3                           = ((BrightIdeasSoftware.OLVColumn)(new BrightIdeasSoftware.OLVColumn()));
     this.olvColumn2                           = ((BrightIdeasSoftware.OLVColumn)(new BrightIdeasSoftware.OLVColumn()));
     this.contextMenuStrip1                    = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.editToolStripMenuItem                = new System.Windows.Forms.ToolStripMenuItem();
     this.duplicateToolStripMenuItem           = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator1                  = new System.Windows.Forms.ToolStripSeparator();
     this.deleteToolStripMenuItem              = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator2                  = new System.Windows.Forms.ToolStripSeparator();
     this.viewUnassignedCallsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.splitContainer1                      = new System.Windows.Forms.SplitContainer();
     this.addServiceUserBtn                    = new CG.Controls.Grid.Buttons.ExButton();
     this.filter2             = new Cura.Controls.Common.Filter();
     this.panel1              = new System.Windows.Forms.Panel();
     this.hideEmptyChk        = new System.Windows.Forms.CheckBox();
     this.hideFullAssignedChk = new System.Windows.Forms.CheckBox();
     this.splitContainer2     = new System.Windows.Forms.SplitContainer();
     this.searchTypeBtn       = new CG.Controls.Grid.Buttons.ExButton();
     this.panel2              = new System.Windows.Forms.Panel();
     this.panel3              = new System.Windows.Forms.Panel();
     this.helpCtrl1           = new Cura.Controls.HelpCtrl();
     ((System.ComponentModel.ISupportInitialize)(this.objectListView1)).BeginInit();
     this.contextMenuStrip1.SuspendLayout();
     this.splitContainer1.Panel1.SuspendLayout();
     this.splitContainer1.Panel2.SuspendLayout();
     this.splitContainer1.SuspendLayout();
     this.panel1.SuspendLayout();
     this.splitContainer2.Panel1.SuspendLayout();
     this.splitContainer2.Panel2.SuspendLayout();
     this.splitContainer2.SuspendLayout();
     this.panel2.SuspendLayout();
     this.panel3.SuspendLayout();
     this.SuspendLayout();
     //
     // objectListView1
     //
     this.objectListView1.AllColumns.Add(this.olvColumn1);
     this.objectListView1.AllColumns.Add(this.olvColumn3);
     this.objectListView1.AllColumns.Add(this.olvColumn2);
     this.objectListView1.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.olvColumn1,
         this.olvColumn3,
         this.olvColumn2
     });
     this.objectListView1.ContextMenuStrip                = this.contextMenuStrip1;
     this.objectListView1.Dock                            = System.Windows.Forms.DockStyle.Fill;
     this.objectListView1.FullRowSelect                   = true;
     this.objectListView1.HideSelection                   = false;
     this.objectListView1.Location                        = new System.Drawing.Point(0, 24);
     this.objectListView1.MultiSelect                     = false;
     this.objectListView1.Name                            = "objectListView1";
     this.objectListView1.OwnerDraw                       = true;
     this.objectListView1.ShowImagesOnSubItems            = true;
     this.objectListView1.Size                            = new System.Drawing.Size(445, 309);
     this.objectListView1.TabIndex                        = 2;
     this.objectListView1.UseCompatibleStateImageBehavior = false;
     this.objectListView1.UseFiltering                    = true;
     this.objectListView1.View                            = System.Windows.Forms.View.Details;
     this.objectListView1.SelectionChanged               += new System.EventHandler(this.objectListView1_SelectionChanged_1);
     this.objectListView1.MouseDoubleClick               += new System.Windows.Forms.MouseEventHandler(this.objectListView1_MouseDoubleClick);
     //
     // olvColumn1
     //
     this.olvColumn1.AspectName = "Name";
     this.olvColumn1.IsEditable = false;
     this.olvColumn1.Text       = "Name";
     this.olvColumn1.UseInitialLetterForGroup = true;
     this.olvColumn1.Width = 100;
     //
     // olvColumn3
     //
     this.olvColumn3.AspectName = "PNumber";
     this.olvColumn3.Groupable  = false;
     this.olvColumn3.Text       = "PNumber";
     //
     // olvColumn2
     //
     this.olvColumn2.ImageAspectName = "PropertiesImage";
     this.olvColumn2.IsEditable      = false;
     this.olvColumn2.Text            = "";
     //
     // contextMenuStrip1
     //
     this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.editToolStripMenuItem,
         this.duplicateToolStripMenuItem,
         this.toolStripSeparator1,
         this.deleteToolStripMenuItem,
         this.toolStripSeparator2,
         this.viewUnassignedCallsToolStripMenuItem
     });
     this.contextMenuStrip1.Name     = "contextMenuStrip1";
     this.contextMenuStrip1.Size     = new System.Drawing.Size(192, 104);
     this.contextMenuStrip1.Opening += new System.ComponentModel.CancelEventHandler(this.contextMenuStrip1_Opening);
     //
     // editToolStripMenuItem
     //
     this.editToolStripMenuItem.Image  = global::Cura.Properties.Resources.application_edit;
     this.editToolStripMenuItem.Name   = "editToolStripMenuItem";
     this.editToolStripMenuItem.Size   = new System.Drawing.Size(191, 22);
     this.editToolStripMenuItem.Text   = "Edit";
     this.editToolStripMenuItem.Click += new System.EventHandler(this.editToolStripMenuItem_Click);
     //
     // duplicateToolStripMenuItem
     //
     this.duplicateToolStripMenuItem.Image  = global::Cura.Properties.Resources.page_copy_icon;
     this.duplicateToolStripMenuItem.Name   = "duplicateToolStripMenuItem";
     this.duplicateToolStripMenuItem.Size   = new System.Drawing.Size(191, 22);
     this.duplicateToolStripMenuItem.Text   = "Duplicate";
     this.duplicateToolStripMenuItem.Click += new System.EventHandler(this.duplicateToolStripMenuItem_Click);
     //
     // toolStripSeparator1
     //
     this.toolStripSeparator1.Name = "toolStripSeparator1";
     this.toolStripSeparator1.Size = new System.Drawing.Size(188, 6);
     //
     // deleteToolStripMenuItem
     //
     this.deleteToolStripMenuItem.Image  = global::Cura.Properties.Resources.user_delete;
     this.deleteToolStripMenuItem.Name   = "deleteToolStripMenuItem";
     this.deleteToolStripMenuItem.Size   = new System.Drawing.Size(191, 22);
     this.deleteToolStripMenuItem.Text   = "Delete";
     this.deleteToolStripMenuItem.Click += new System.EventHandler(this.deleteToolStripMenuItem_Click);
     //
     // toolStripSeparator2
     //
     this.toolStripSeparator2.Name = "toolStripSeparator2";
     this.toolStripSeparator2.Size = new System.Drawing.Size(188, 6);
     //
     // viewUnassignedCallsToolStripMenuItem
     //
     this.viewUnassignedCallsToolStripMenuItem.Enabled = false;
     this.viewUnassignedCallsToolStripMenuItem.Name    = "viewUnassignedCallsToolStripMenuItem";
     this.viewUnassignedCallsToolStripMenuItem.Size    = new System.Drawing.Size(191, 22);
     this.viewUnassignedCallsToolStripMenuItem.Text    = "View Unassigned Calls";
     //
     // 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";
     //
     // splitContainer1.Panel1
     //
     this.splitContainer1.Panel1.Controls.Add(this.addServiceUserBtn);
     this.splitContainer1.Panel1MinSize = 24;
     //
     // splitContainer1.Panel2
     //
     this.splitContainer1.Panel2.Controls.Add(this.filter2);
     this.splitContainer1.Size             = new System.Drawing.Size(400, 24);
     this.splitContainer1.SplitterDistance = 25;
     this.splitContainer1.TabIndex         = 6;
     //
     // addServiceUserBtn
     //
     this.addServiceUserBtn.BackColor        = System.Drawing.Color.Transparent;
     this.addServiceUserBtn.CornerRadius     = 3;
     this.addServiceUserBtn.DialogResult     = System.Windows.Forms.DialogResult.None;
     this.addServiceUserBtn.Dock             = System.Windows.Forms.DockStyle.Fill;
     this.addServiceUserBtn.DrawFocusRect    = true;
     this.addServiceUserBtn.Image            = global::Cura.Properties.Resources.s_user_add;
     this.addServiceUserBtn.ImageOffset      = new System.Drawing.Point(4, 0);
     this.addServiceUserBtn.ImageSize        = new System.Drawing.Size(16, 16);
     this.addServiceUserBtn.IsSplitButton    = false;
     this.addServiceUserBtn.Location         = new System.Drawing.Point(0, 0);
     this.addServiceUserBtn.MetroColorScheme = CG.Controls.Grid.Render.MetroScheme.Orange;
     this.addServiceUserBtn.Name             = "addServiceUserBtn";
     this.addServiceUserBtn.PaddingText      = new System.Windows.Forms.Padding(4);
     officeButtonRenderer1.TextColorDisabled = System.Drawing.SystemColors.GrayText;
     this.addServiceUserBtn.Renderer         = officeButtonRenderer1;
     this.addServiceUserBtn.RenderType       = CG.Controls.Common.EnRenderType.Office2007;
     this.addServiceUserBtn.Size             = new System.Drawing.Size(25, 24);
     this.addServiceUserBtn.SplitButtonWidth = 20;
     this.addServiceUserBtn.TabIndex         = 0;
     this.addServiceUserBtn.Click           += new System.EventHandler(this.addServiceUserBtn_Click);
     //
     // filter2
     //
     this.filter2.BackColor    = System.Drawing.Color.White;
     this.filter2.Dock         = System.Windows.Forms.DockStyle.Fill;
     this.filter2.Location     = new System.Drawing.Point(0, 0);
     this.filter2.Name         = "filter2";
     this.filter2.Padding      = new System.Windows.Forms.Padding(0, 2, 0, 0);
     this.filter2.Size         = new System.Drawing.Size(371, 24);
     this.filter2.TabIndex     = 0;
     this.filter2.TextChanged += new System.EventHandler(this.filter1_TextChanged);
     //
     // panel1
     //
     this.panel1.Controls.Add(this.hideEmptyChk);
     this.panel1.Controls.Add(this.hideFullAssignedChk);
     this.panel1.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.panel1.Location = new System.Drawing.Point(0, 333);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(445, 25);
     this.panel1.TabIndex = 7;
     //
     // hideEmptyChk
     //
     this.hideEmptyChk.AutoSize = true;
     this.hideEmptyChk.Location = new System.Drawing.Point(130, 5);
     this.hideEmptyChk.Name     = "hideEmptyChk";
     this.hideEmptyChk.Size     = new System.Drawing.Size(90, 17);
     this.hideEmptyChk.TabIndex = 0;
     this.hideEmptyChk.Text     = "Hide No Calls";
     this.hideEmptyChk.UseVisualStyleBackColor = true;
     this.hideEmptyChk.CheckedChanged         += new System.EventHandler(this.checkBox1_CheckedChanged);
     //
     // hideFullAssignedChk
     //
     this.hideFullAssignedChk.AutoSize = true;
     this.hideFullAssignedChk.Location = new System.Drawing.Point(6, 6);
     this.hideFullAssignedChk.Name     = "hideFullAssignedChk";
     this.hideFullAssignedChk.Size     = new System.Drawing.Size(118, 17);
     this.hideFullAssignedChk.TabIndex = 0;
     this.hideFullAssignedChk.Text     = "Hide Fully Assigned";
     this.hideFullAssignedChk.UseVisualStyleBackColor = true;
     this.hideFullAssignedChk.CheckedChanged         += new System.EventHandler(this.hideFullAssignedChk_CheckedChanged);
     //
     // splitContainer2
     //
     this.splitContainer2.Dock            = System.Windows.Forms.DockStyle.Fill;
     this.splitContainer2.FixedPanel      = System.Windows.Forms.FixedPanel.Panel2;
     this.splitContainer2.IsSplitterFixed = true;
     this.splitContainer2.Location        = new System.Drawing.Point(0, 0);
     this.splitContainer2.Name            = "splitContainer2";
     //
     // splitContainer2.Panel1
     //
     this.splitContainer2.Panel1.Controls.Add(this.splitContainer1);
     //
     // splitContainer2.Panel2
     //
     this.splitContainer2.Panel2.Controls.Add(this.searchTypeBtn);
     this.splitContainer2.Panel2MinSize    = 24;
     this.splitContainer2.Size             = new System.Drawing.Size(429, 24);
     this.splitContainer2.SplitterDistance = 400;
     this.splitContainer2.TabIndex         = 8;
     //
     // searchTypeBtn
     //
     this.searchTypeBtn.BackColor            = System.Drawing.Color.Transparent;
     this.searchTypeBtn.CornerRadius         = 3;
     this.searchTypeBtn.DialogResult         = System.Windows.Forms.DialogResult.None;
     this.searchTypeBtn.Dock                 = System.Windows.Forms.DockStyle.Fill;
     this.searchTypeBtn.DrawFocusRect        = true;
     this.searchTypeBtn.Image                = global::Cura.Properties.Resources.font;
     this.searchTypeBtn.ImageOffset          = new System.Drawing.Point(4, 0);
     this.searchTypeBtn.ImageSize            = new System.Drawing.Size(16, 16);
     this.searchTypeBtn.IsSplitButton        = false;
     this.searchTypeBtn.Location             = new System.Drawing.Point(0, 0);
     this.searchTypeBtn.MetroColorScheme     = CG.Controls.Grid.Render.MetroScheme.Orange;
     this.searchTypeBtn.Name                 = "searchTypeBtn";
     this.searchTypeBtn.PaddingText          = new System.Windows.Forms.Padding(4);
     officeButtonRenderer2.TextColorDisabled = System.Drawing.SystemColors.GrayText;
     this.searchTypeBtn.Renderer             = officeButtonRenderer2;
     this.searchTypeBtn.RenderType           = CG.Controls.Common.EnRenderType.Office2007;
     this.searchTypeBtn.Size                 = new System.Drawing.Size(25, 24);
     this.searchTypeBtn.SplitButtonWidth     = 20;
     this.searchTypeBtn.TabIndex             = 1;
     this.searchTypeBtn.Click               += new System.EventHandler(this.searchTypeBtn_Click);
     //
     // panel2
     //
     this.panel2.Controls.Add(this.splitContainer2);
     this.panel2.Controls.Add(this.panel3);
     this.panel2.Dock     = System.Windows.Forms.DockStyle.Top;
     this.panel2.Location = new System.Drawing.Point(0, 0);
     this.panel2.Name     = "panel2";
     this.panel2.Size     = new System.Drawing.Size(445, 24);
     this.panel2.TabIndex = 9;
     //
     // panel3
     //
     this.panel3.Controls.Add(this.helpCtrl1);
     this.panel3.Dock     = System.Windows.Forms.DockStyle.Right;
     this.panel3.Location = new System.Drawing.Point(429, 0);
     this.panel3.Name     = "panel3";
     this.panel3.Padding  = new System.Windows.Forms.Padding(0, 4, 0, 0);
     this.panel3.Size     = new System.Drawing.Size(16, 24);
     this.panel3.TabIndex = 12;
     //
     // helpCtrl1
     //
     this.helpCtrl1.BackColor = System.Drawing.Color.Transparent;
     this.helpCtrl1.Caption   = null;
     this.helpCtrl1.Dock      = System.Windows.Forms.DockStyle.Fill;
     this.helpCtrl1.Location  = new System.Drawing.Point(0, 4);
     this.helpCtrl1.Message   = "This area is for searching for service users. You can use the button to the right" +
                                " of filter to specify by name or PNumber.\r\n\r\nA list of the service user icons ca" +
                                "n be seen in the help library.\r\n";
     this.helpCtrl1.Name     = "helpCtrl1";
     this.helpCtrl1.OpenLeft = false;
     this.helpCtrl1.OpenUp   = false;
     this.helpCtrl1.Size     = new System.Drawing.Size(16, 20);
     this.helpCtrl1.TabIndex = 0;
     //
     // ServiceUserListCtrl
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.objectListView1);
     this.Controls.Add(this.panel2);
     this.Controls.Add(this.panel1);
     this.Name  = "ServiceUserListCtrl";
     this.Size  = new System.Drawing.Size(445, 358);
     this.Load += new System.EventHandler(this.ServiceUserListCtrl_Load);
     ((System.ComponentModel.ISupportInitialize)(this.objectListView1)).EndInit();
     this.contextMenuStrip1.ResumeLayout(false);
     this.splitContainer1.Panel1.ResumeLayout(false);
     this.splitContainer1.Panel2.ResumeLayout(false);
     this.splitContainer1.ResumeLayout(false);
     this.panel1.ResumeLayout(false);
     this.panel1.PerformLayout();
     this.splitContainer2.Panel1.ResumeLayout(false);
     this.splitContainer2.Panel2.ResumeLayout(false);
     this.splitContainer2.ResumeLayout(false);
     this.panel2.ResumeLayout(false);
     this.panel3.ResumeLayout(false);
     this.ResumeLayout(false);
 }
示例#9
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     CG.Controls.Grid.Buttons.OfficeButtonRenderer  officeButtonRenderer1 = new CG.Controls.Grid.Buttons.OfficeButtonRenderer();
     System.ComponentModel.ComponentResourceManager resources             = new System.ComponentModel.ComponentResourceManager(typeof(SettingsFrm));
     this.helpCtrl1           = new Cura.Controls.HelpCtrl();
     this.label2              = new System.Windows.Forms.Label();
     this.dataPathTxt         = new System.Windows.Forms.TextBox();
     this.button1             = new System.Windows.Forms.Button();
     this.exButton1           = new CG.Controls.Grid.Buttons.ExButton();
     this.securitykeyTxt      = new System.Windows.Forms.TextBox();
     this.securitykeyerrorpic = new System.Windows.Forms.PictureBox();
     this.fileerrorpic        = new System.Windows.Forms.PictureBox();
     this.dateTimePicker1     = new System.Windows.Forms.DateTimePicker();
     this.rotaRangeNUm        = new System.Windows.Forms.NumericUpDown();
     this.helpCtrl2           = new Cura.Controls.HelpCtrl();
     this.helpCtrl3           = new Cura.Controls.HelpCtrl();
     this.rotaWeekCount       = new System.Windows.Forms.NumericUpDown();
     this.showtraveltime      = new System.Windows.Forms.CheckBox();
     this.helpCtrl4           = new Cura.Controls.HelpCtrl();
     this.helpCtrl5           = new Cura.Controls.HelpCtrl();
     this.label3              = new System.Windows.Forms.Label();
     this.label6              = new System.Windows.Forms.Label();
     this.label4              = new System.Windows.Forms.Label();
     this.label5              = new System.Windows.Forms.Label();
     this.label8              = new System.Windows.Forms.Label();
     this.groupBox1           = new System.Windows.Forms.GroupBox();
     this.remaining           = new System.Windows.Forms.Label();
     ((System.ComponentModel.ISupportInitialize)(this.securitykeyerrorpic)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.fileerrorpic)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.rotaRangeNUm)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.rotaWeekCount)).BeginInit();
     this.groupBox1.SuspendLayout();
     this.SuspendLayout();
     //
     // helpCtrl1
     //
     this.helpCtrl1.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.helpCtrl1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(224)))), ((int)(((byte)(192)))));
     this.helpCtrl1.Caption   = null;
     this.helpCtrl1.Font      = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.helpCtrl1.Location  = new System.Drawing.Point(708, 8);
     this.helpCtrl1.Message   = "This is the settings menu, and should only be edited if you know what you\'re doin" +
                                "g. \r\n\r\nIf unsure you may want to consult your nearest IT wizz.";
     this.helpCtrl1.Name     = "helpCtrl1";
     this.helpCtrl1.OpenLeft = true;
     this.helpCtrl1.OpenUp   = false;
     this.helpCtrl1.Size     = new System.Drawing.Size(16, 16);
     this.helpCtrl1.TabIndex = 1;
     //
     // label2
     //
     this.label2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(208)))), ((int)(((byte)(225)))), ((int)(((byte)(234)))));
     this.label2.Location  = new System.Drawing.Point(29, 22);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(126, 22);
     this.label2.TabIndex  = 2;
     this.label2.Text      = "Data File Path";
     this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.label2.Click    += new System.EventHandler(this.label2_Click);
     //
     // dataPathTxt
     //
     this.dataPathTxt.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                     | System.Windows.Forms.AnchorStyles.Right)));
     this.dataPathTxt.Location = new System.Drawing.Point(164, 21);
     this.dataPathTxt.Name     = "dataPathTxt";
     this.dataPathTxt.ReadOnly = true;
     this.dataPathTxt.Size     = new System.Drawing.Size(481, 22);
     this.dataPathTxt.TabIndex = 3;
     //
     // button1
     //
     this.button1.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.button1.Location = new System.Drawing.Point(660, 22);
     this.button1.Name     = "button1";
     this.button1.Size     = new System.Drawing.Size(30, 22);
     this.button1.TabIndex = 4;
     this.button1.Text     = "...";
     this.button1.UseVisualStyleBackColor = true;
     this.button1.Click += new System.EventHandler(this.button1_Click);
     //
     // exButton1
     //
     this.exButton1.Anchor                   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.exButton1.BackColor                = System.Drawing.Color.Transparent;
     this.exButton1.CornerRadius             = 3;
     this.exButton1.DialogResult             = System.Windows.Forms.DialogResult.OK;
     this.exButton1.DrawFocusRect            = true;
     this.exButton1.ImageOffset              = new System.Drawing.Point(4, 0);
     this.exButton1.ImageSize                = new System.Drawing.Size(16, 16);
     this.exButton1.IsSplitButton            = false;
     this.exButton1.Location                 = new System.Drawing.Point(632, 279);
     this.exButton1.MetroColorScheme         = CG.Controls.Grid.Render.MetroScheme.Orange;
     this.exButton1.Name                     = "exButton1";
     this.exButton1.PaddingText              = new System.Windows.Forms.Padding(4);
     officeButtonRenderer1.TextColorDisabled = System.Drawing.SystemColors.GrayText;
     this.exButton1.Renderer                 = officeButtonRenderer1;
     this.exButton1.RenderType               = CG.Controls.Common.EnRenderType.Office2007;
     this.exButton1.Size                     = new System.Drawing.Size(87, 23);
     this.exButton1.SplitButtonWidth         = 20;
     this.exButton1.TabIndex                 = 5;
     this.exButton1.Text                     = "Ok";
     //
     // securitykeyTxt
     //
     this.securitykeyTxt.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                        | System.Windows.Forms.AnchorStyles.Right)));
     this.securitykeyTxt.Location     = new System.Drawing.Point(164, 52);
     this.securitykeyTxt.Name         = "securitykeyTxt";
     this.securitykeyTxt.Size         = new System.Drawing.Size(481, 22);
     this.securitykeyTxt.TabIndex     = 3;
     this.securitykeyTxt.TextChanged += new System.EventHandler(this.securitykeyTxt_TextChanged);
     //
     // securitykeyerrorpic
     //
     this.securitykeyerrorpic.Anchor                = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.securitykeyerrorpic.BackgroundImage       = global::Cura.Properties.Resources.exclamation;
     this.securitykeyerrorpic.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.securitykeyerrorpic.Location              = new System.Drawing.Point(660, 63);
     this.securitykeyerrorpic.Name     = "securitykeyerrorpic";
     this.securitykeyerrorpic.Size     = new System.Drawing.Size(16, 15);
     this.securitykeyerrorpic.TabIndex = 12;
     this.securitykeyerrorpic.TabStop  = false;
     //
     // fileerrorpic
     //
     this.fileerrorpic.Anchor                = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.fileerrorpic.BackgroundImage       = global::Cura.Properties.Resources.exclamation;
     this.fileerrorpic.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.fileerrorpic.Location              = new System.Drawing.Point(696, 25);
     this.fileerrorpic.Name     = "fileerrorpic";
     this.fileerrorpic.Size     = new System.Drawing.Size(16, 15);
     this.fileerrorpic.TabIndex = 12;
     this.fileerrorpic.TabStop  = false;
     //
     // dateTimePicker1
     //
     this.dateTimePicker1.Location = new System.Drawing.Point(164, 133);
     this.dateTimePicker1.Name     = "dateTimePicker1";
     this.dateTimePicker1.Size     = new System.Drawing.Size(199, 22);
     this.dateTimePicker1.TabIndex = 14;
     //
     // rotaRangeNUm
     //
     this.rotaRangeNUm.Location = new System.Drawing.Point(164, 167);
     this.rotaRangeNUm.Maximum  = new decimal(new int[] {
         10,
         0,
         0,
         0
     });
     this.rotaRangeNUm.Minimum = new decimal(new int[] {
         1,
         0,
         0,
         0
     });
     this.rotaRangeNUm.Name     = "rotaRangeNUm";
     this.rotaRangeNUm.Size     = new System.Drawing.Size(82, 22);
     this.rotaRangeNUm.TabIndex = 15;
     this.rotaRangeNUm.Value    = new decimal(new int[] {
         5,
         0,
         0,
         0
     });
     //
     // helpCtrl2
     //
     this.helpCtrl2.BackColor = System.Drawing.Color.Transparent;
     this.helpCtrl2.Caption   = null;
     this.helpCtrl2.Font      = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.helpCtrl2.Location  = new System.Drawing.Point(8, 169);
     this.helpCtrl2.Message   = "The rota period range defines how many rota periods appear in the drop down list " +
                                "on the main screen additional to the current one.\r\n\r\nMin :1 / Max: 10";
     this.helpCtrl2.Name     = "helpCtrl2";
     this.helpCtrl2.OpenLeft = false;
     this.helpCtrl2.OpenUp   = false;
     this.helpCtrl2.Size     = new System.Drawing.Size(16, 16);
     this.helpCtrl2.TabIndex = 1;
     //
     // helpCtrl3
     //
     this.helpCtrl3.BackColor = System.Drawing.Color.Transparent;
     this.helpCtrl3.Caption   = null;
     this.helpCtrl3.Font      = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.helpCtrl3.Location  = new System.Drawing.Point(8, 104);
     this.helpCtrl3.Message   = "The rota period range defines how many rota periods appear in the drop down list " +
                                "on the main screen additional to the current one.\r\n\r\nMin :1 / Max: 10";
     this.helpCtrl3.Name     = "helpCtrl3";
     this.helpCtrl3.OpenLeft = false;
     this.helpCtrl3.OpenUp   = false;
     this.helpCtrl3.Size     = new System.Drawing.Size(16, 16);
     this.helpCtrl3.TabIndex = 1;
     //
     // rotaWeekCount
     //
     this.rotaWeekCount.Location = new System.Drawing.Point(164, 99);
     this.rotaWeekCount.Maximum  = new decimal(new int[] {
         20,
         0,
         0,
         0
     });
     this.rotaWeekCount.Minimum = new decimal(new int[] {
         1,
         0,
         0,
         0
     });
     this.rotaWeekCount.Name     = "rotaWeekCount";
     this.rotaWeekCount.Size     = new System.Drawing.Size(82, 22);
     this.rotaWeekCount.TabIndex = 15;
     this.rotaWeekCount.Value    = new decimal(new int[] {
         6,
         0,
         0,
         0
     });
     //
     // showtraveltime
     //
     this.showtraveltime.AutoSize = true;
     this.showtraveltime.Location = new System.Drawing.Point(205, 204);
     this.showtraveltime.Name     = "showtraveltime";
     this.showtraveltime.Size     = new System.Drawing.Size(15, 14);
     this.showtraveltime.TabIndex = 16;
     this.showtraveltime.UseVisualStyleBackColor = true;
     //
     // helpCtrl4
     //
     this.helpCtrl4.BackColor = System.Drawing.Color.Transparent;
     this.helpCtrl4.Caption   = null;
     this.helpCtrl4.Font      = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.helpCtrl4.Location  = new System.Drawing.Point(8, 24);
     this.helpCtrl4.Message   = "The data file contains all the data for use with Cura. To load a data file you ne" +
                                "ed to find a valid .db file.\r\n\r\nClick the elipse to the right to search for a da" +
                                "ta file.";
     this.helpCtrl4.Name     = "helpCtrl4";
     this.helpCtrl4.OpenLeft = false;
     this.helpCtrl4.OpenUp   = false;
     this.helpCtrl4.Size     = new System.Drawing.Size(16, 16);
     this.helpCtrl4.TabIndex = 1;
     //
     // helpCtrl5
     //
     this.helpCtrl5.BackColor = System.Drawing.Color.Transparent;
     this.helpCtrl5.Caption   = null;
     this.helpCtrl5.Font      = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.helpCtrl5.Location  = new System.Drawing.Point(8, 202);
     this.helpCtrl5.Message   = "Checking this option will mean that Cura includes travel time when displaying cal" +
                                "ls on the worker calendar.";
     this.helpCtrl5.Name     = "helpCtrl5";
     this.helpCtrl5.OpenLeft = false;
     this.helpCtrl5.OpenUp   = false;
     this.helpCtrl5.Size     = new System.Drawing.Size(16, 16);
     this.helpCtrl5.TabIndex = 1;
     //
     // label3
     //
     this.label3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(208)))), ((int)(((byte)(225)))), ((int)(((byte)(234)))));
     this.label3.Location  = new System.Drawing.Point(29, 53);
     this.label3.Name      = "label3";
     this.label3.Size      = new System.Drawing.Size(126, 22);
     this.label3.TabIndex  = 17;
     this.label3.Text      = "Security Key";
     this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // label6
     //
     this.label6.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(208)))), ((int)(((byte)(225)))), ((int)(((byte)(234)))));
     this.label6.Location  = new System.Drawing.Point(29, 102);
     this.label6.Name      = "label6";
     this.label6.Size      = new System.Drawing.Size(126, 22);
     this.label6.TabIndex  = 18;
     this.label6.Text      = "Weeks In Rota Period";
     this.label6.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // label4
     //
     this.label4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(208)))), ((int)(((byte)(225)))), ((int)(((byte)(234)))));
     this.label4.Location  = new System.Drawing.Point(29, 134);
     this.label4.Name      = "label4";
     this.label4.Size      = new System.Drawing.Size(126, 22);
     this.label4.TabIndex  = 19;
     this.label4.Text      = "Initial Week ";
     this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // label5
     //
     this.label5.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(208)))), ((int)(((byte)(225)))), ((int)(((byte)(234)))));
     this.label5.Location  = new System.Drawing.Point(29, 166);
     this.label5.Name      = "label5";
     this.label5.Size      = new System.Drawing.Size(126, 22);
     this.label5.TabIndex  = 20;
     this.label5.Text      = "Rota Period Range";
     this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // label8
     //
     this.label8.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(208)))), ((int)(((byte)(225)))), ((int)(((byte)(234)))));
     this.label8.Location  = new System.Drawing.Point(29, 199);
     this.label8.Name      = "label8";
     this.label8.Size      = new System.Drawing.Size(169, 22);
     this.label8.TabIndex  = 21;
     this.label8.Text      = "Display Calls With Travel Time";
     this.label8.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.remaining);
     this.groupBox1.Controls.Add(this.dataPathTxt);
     this.groupBox1.Controls.Add(this.label8);
     this.groupBox1.Controls.Add(this.helpCtrl2);
     this.groupBox1.Controls.Add(this.label5);
     this.groupBox1.Controls.Add(this.helpCtrl5);
     this.groupBox1.Controls.Add(this.label4);
     this.groupBox1.Controls.Add(this.label2);
     this.groupBox1.Controls.Add(this.label6);
     this.groupBox1.Controls.Add(this.helpCtrl3);
     this.groupBox1.Controls.Add(this.label3);
     this.groupBox1.Controls.Add(this.helpCtrl4);
     this.groupBox1.Controls.Add(this.showtraveltime);
     this.groupBox1.Controls.Add(this.securitykeyTxt);
     this.groupBox1.Controls.Add(this.rotaWeekCount);
     this.groupBox1.Controls.Add(this.button1);
     this.groupBox1.Controls.Add(this.rotaRangeNUm);
     this.groupBox1.Controls.Add(this.securitykeyerrorpic);
     this.groupBox1.Controls.Add(this.dateTimePicker1);
     this.groupBox1.Controls.Add(this.fileerrorpic);
     this.groupBox1.Location = new System.Drawing.Point(10, 33);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(714, 230);
     this.groupBox1.TabIndex = 22;
     this.groupBox1.TabStop  = false;
     //
     // remaining
     //
     this.remaining.AutoSize  = true;
     this.remaining.Font      = new System.Drawing.Font("Tahoma", 8F);
     this.remaining.ForeColor = System.Drawing.Color.DarkRed;
     this.remaining.Location  = new System.Drawing.Point(173, 75);
     this.remaining.Name      = "remaining";
     this.remaining.Size      = new System.Drawing.Size(13, 13);
     this.remaining.TabIndex  = 22;
     this.remaining.Text      = "_";
     this.remaining.Click    += new System.EventHandler(this.remaining_Click);
     //
     // SettingsFrm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(731, 314);
     this.Controls.Add(this.groupBox1);
     this.Controls.Add(this.exButton1);
     this.Controls.Add(this.helpCtrl1);
     this.Font          = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.Icon          = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Image         = global::Cura.Properties.Resources.settings;
     this.ImageLayout   = System.Windows.Forms.ImageLayout.Stretch;
     this.Name          = "SettingsFrm";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text          = "Settings";
     this.Title         = "Settings";
     this.FormClosing  += new System.Windows.Forms.FormClosingEventHandler(this.SettingsFrm_FormClosing);
     this.Load         += new System.EventHandler(this.SettingsFrm_Load);
     this.Controls.SetChildIndex(this.helpCtrl1, 0);
     this.Controls.SetChildIndex(this.exButton1, 0);
     this.Controls.SetChildIndex(this.groupBox1, 0);
     ((System.ComponentModel.ISupportInitialize)(this.securitykeyerrorpic)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.fileerrorpic)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.rotaRangeNUm)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.rotaWeekCount)).EndInit();
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     CG.Controls.Grid.Buttons.OfficeButtonRenderer officeButtonRenderer1 = new CG.Controls.Grid.Buttons.OfficeButtonRenderer();
     this.addRadio         = new System.Windows.Forms.RadioButton();
     this.picknchooseradio = new System.Windows.Forms.RadioButton();
     this.sametimechk      = new System.Windows.Forms.CheckBox();
     this.samedaychk       = new System.Windows.Forms.CheckBox();
     this.otherdayschk     = new System.Windows.Forms.CheckBox();
     this.othertimeschk    = new System.Windows.Forms.CheckBox();
     this.exButton1        = new CG.Controls.Grid.Buttons.ExButton();
     this.helpCtrl1        = new Cura.Controls.HelpCtrl();
     this.SuspendLayout();
     //
     // addRadio
     //
     this.addRadio.AutoSize = true;
     this.addRadio.Checked  = true;
     this.addRadio.Location = new System.Drawing.Point(22, 14);
     this.addRadio.Name     = "addRadio";
     this.addRadio.Size     = new System.Drawing.Size(37, 18);
     this.addRadio.TabIndex = 0;
     this.addRadio.TabStop  = true;
     this.addRadio.Text     = "All";
     this.addRadio.UseVisualStyleBackColor = true;
     this.addRadio.CheckedChanged         += new System.EventHandler(this.addRadio_CheckedChanged);
     //
     // picknchooseradio
     //
     this.picknchooseradio.AutoSize = true;
     this.picknchooseradio.Location = new System.Drawing.Point(22, 42);
     this.picknchooseradio.Name     = "picknchooseradio";
     this.picknchooseradio.Size     = new System.Drawing.Size(107, 18);
     this.picknchooseradio.TabIndex = 0;
     this.picknchooseradio.Text     = "Pick \'n\' Choose";
     this.picknchooseradio.UseVisualStyleBackColor = true;
     this.picknchooseradio.CheckedChanged         += new System.EventHandler(this.picknchooseradio_CheckedChanged);
     //
     // sametimechk
     //
     this.sametimechk.AutoSize   = true;
     this.sametimechk.Checked    = true;
     this.sametimechk.CheckState = System.Windows.Forms.CheckState.Checked;
     this.sametimechk.Enabled    = false;
     this.sametimechk.Location   = new System.Drawing.Point(58, 71);
     this.sametimechk.Name       = "sametimechk";
     this.sametimechk.Size       = new System.Drawing.Size(87, 18);
     this.sametimechk.TabIndex   = 1;
     this.sametimechk.Text       = "Same Time";
     this.sametimechk.UseVisualStyleBackColor = true;
     //
     // samedaychk
     //
     this.samedaychk.AutoSize   = true;
     this.samedaychk.Checked    = true;
     this.samedaychk.CheckState = System.Windows.Forms.CheckState.Checked;
     this.samedaychk.Enabled    = false;
     this.samedaychk.Location   = new System.Drawing.Point(158, 71);
     this.samedaychk.Name       = "samedaychk";
     this.samedaychk.Size       = new System.Drawing.Size(80, 18);
     this.samedaychk.TabIndex   = 1;
     this.samedaychk.Text       = "Same Day";
     this.samedaychk.UseVisualStyleBackColor = true;
     //
     // otherdayschk
     //
     this.otherdayschk.AutoSize = true;
     this.otherdayschk.Enabled  = false;
     this.otherdayschk.Location = new System.Drawing.Point(158, 96);
     this.otherdayschk.Name     = "otherdayschk";
     this.otherdayschk.Size     = new System.Drawing.Size(87, 18);
     this.otherdayschk.TabIndex = 1;
     this.otherdayschk.Text     = "Other Days";
     this.otherdayschk.UseVisualStyleBackColor = true;
     //
     // othertimeschk
     //
     this.othertimeschk.AutoSize = true;
     this.othertimeschk.Enabled  = false;
     this.othertimeschk.Location = new System.Drawing.Point(58, 96);
     this.othertimeschk.Name     = "othertimeschk";
     this.othertimeschk.Size     = new System.Drawing.Size(94, 18);
     this.othertimeschk.TabIndex = 1;
     this.othertimeschk.Text     = "Other Times";
     this.othertimeschk.UseVisualStyleBackColor = true;
     //
     // exButton1
     //
     this.exButton1.Anchor                   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.exButton1.BackColor                = System.Drawing.Color.Transparent;
     this.exButton1.CornerRadius             = 3;
     this.exButton1.DialogResult             = System.Windows.Forms.DialogResult.OK;
     this.exButton1.DrawFocusRect            = true;
     this.exButton1.ImageOffset              = new System.Drawing.Point(4, 0);
     this.exButton1.ImageSize                = new System.Drawing.Size(16, 16);
     this.exButton1.IsSplitButton            = false;
     this.exButton1.Location                 = new System.Drawing.Point(185, 130);
     this.exButton1.MetroColorScheme         = CG.Controls.Grid.Render.MetroScheme.Orange;
     this.exButton1.Name                     = "exButton1";
     this.exButton1.PaddingText              = new System.Windows.Forms.Padding(4);
     officeButtonRenderer1.TextColorDisabled = System.Drawing.SystemColors.GrayText;
     this.exButton1.Renderer                 = officeButtonRenderer1;
     this.exButton1.RenderType               = CG.Controls.Common.EnRenderType.Office2007;
     this.exButton1.Size                     = new System.Drawing.Size(100, 25);
     this.exButton1.SplitButtonWidth         = 20;
     this.exButton1.TabIndex                 = 12;
     this.exButton1.Text                     = "Ok";
     //
     // helpCtrl1
     //
     this.helpCtrl1.BackColor = System.Drawing.Color.Transparent;
     this.helpCtrl1.Caption   = null;
     this.helpCtrl1.Font      = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.helpCtrl1.Location  = new System.Drawing.Point(271, 12);
     this.helpCtrl1.Message   = "Here you can select which future calls you want to delete.\r\n\r\nUse Pick \'n\' Choose" +
                                " to select specific future calls.";
     this.helpCtrl1.Name     = "helpCtrl1";
     this.helpCtrl1.OpenLeft = true;
     this.helpCtrl1.OpenUp   = false;
     this.helpCtrl1.Size     = new System.Drawing.Size(16, 16);
     this.helpCtrl1.TabIndex = 13;
     //
     // FutureCallDeletionFrm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(297, 167);
     this.Controls.Add(this.helpCtrl1);
     this.Controls.Add(this.exButton1);
     this.Controls.Add(this.othertimeschk);
     this.Controls.Add(this.otherdayschk);
     this.Controls.Add(this.samedaychk);
     this.Controls.Add(this.sametimechk);
     this.Controls.Add(this.picknchooseradio);
     this.Controls.Add(this.addRadio);
     this.Font            = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
     this.Name            = "FutureCallDeletionFrm";
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text            = "Future Call Deletion";
     this.ResumeLayout(false);
     this.PerformLayout();
 }
示例#11
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     CG.Controls.Grid.Buttons.OfficeButtonRenderer officeButtonRenderer1 = new CG.Controls.Grid.Buttons.OfficeButtonRenderer();
     this.groupBox1          = new System.Windows.Forms.GroupBox();
     this.label1             = new System.Windows.Forms.Label();
     this.helpCtrl1          = new Cura.Controls.HelpCtrl();
     this.excludeweekendCk   = new System.Windows.Forms.CheckBox();
     this.duplicateWeekradio = new System.Windows.Forms.RadioButton();
     this.duplicateDayRadio  = new System.Windows.Forms.RadioButton();
     this.label5             = new System.Windows.Forms.Label();
     this.label4             = new System.Windows.Forms.Label();
     this.duplicateWeekNum   = new System.Windows.Forms.NumericUpDown();
     this.dupliateDayNum     = new System.Windows.Forms.NumericUpDown();
     this.exButton1          = new CG.Controls.Grid.Buttons.ExButton();
     this.groupBox1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.duplicateWeekNum)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dupliateDayNum)).BeginInit();
     this.SuspendLayout();
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.label1);
     this.groupBox1.Controls.Add(this.helpCtrl1);
     this.groupBox1.Controls.Add(this.excludeweekendCk);
     this.groupBox1.Controls.Add(this.duplicateWeekradio);
     this.groupBox1.Controls.Add(this.duplicateDayRadio);
     this.groupBox1.Controls.Add(this.label5);
     this.groupBox1.Controls.Add(this.label4);
     this.groupBox1.Controls.Add(this.duplicateWeekNum);
     this.groupBox1.Controls.Add(this.dupliateDayNum);
     this.groupBox1.Location = new System.Drawing.Point(12, 12);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(343, 200);
     this.groupBox1.TabIndex = 12;
     this.groupBox1.TabStop  = false;
     this.groupBox1.Text     = "Duplication";
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(17, 34);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(189, 14);
     this.label1.TabIndex = 12;
     this.label1.Text     = "I would like to duplicate this call :";
     //
     // helpCtrl1
     //
     this.helpCtrl1.BackColor = System.Drawing.Color.Transparent;
     this.helpCtrl1.Caption   = null;
     this.helpCtrl1.Font      = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.helpCtrl1.Location  = new System.Drawing.Point(320, 14);
     this.helpCtrl1.Message   = null;
     this.helpCtrl1.Name      = "helpCtrl1";
     this.helpCtrl1.OpenLeft  = true;
     this.helpCtrl1.OpenUp    = false;
     this.helpCtrl1.Size      = new System.Drawing.Size(16, 16);
     this.helpCtrl1.TabIndex  = 11;
     //
     // excludeweekendCk
     //
     this.excludeweekendCk.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.excludeweekendCk.AutoSize = true;
     this.excludeweekendCk.Enabled  = false;
     this.excludeweekendCk.Location = new System.Drawing.Point(201, 176);
     this.excludeweekendCk.Name     = "excludeweekendCk";
     this.excludeweekendCk.Size     = new System.Drawing.Size(136, 18);
     this.excludeweekendCk.TabIndex = 10;
     this.excludeweekendCk.Text     = "Exclude Weekends?";
     this.excludeweekendCk.UseVisualStyleBackColor = true;
     //
     // duplicateWeekradio
     //
     this.duplicateWeekradio.AutoSize = true;
     this.duplicateWeekradio.Location = new System.Drawing.Point(17, 121);
     this.duplicateWeekradio.Name     = "duplicateWeekradio";
     this.duplicateWeekradio.Size     = new System.Drawing.Size(133, 18);
     this.duplicateWeekradio.TabIndex = 9;
     this.duplicateWeekradio.Text     = "The Same Time For";
     this.duplicateWeekradio.UseVisualStyleBackColor = true;
     this.duplicateWeekradio.CheckedChanged         += new System.EventHandler(this.duplicateWeekradio_CheckedChanged);
     //
     // duplicateDayRadio
     //
     this.duplicateDayRadio.AutoSize = true;
     this.duplicateDayRadio.Location = new System.Drawing.Point(17, 80);
     this.duplicateDayRadio.Name     = "duplicateDayRadio";
     this.duplicateDayRadio.Size     = new System.Drawing.Size(133, 18);
     this.duplicateDayRadio.TabIndex = 9;
     this.duplicateDayRadio.Text     = "The Same Time For";
     this.duplicateDayRadio.UseVisualStyleBackColor = true;
     this.duplicateDayRadio.CheckedChanged         += new System.EventHandler(this.duplicateDayRadio_CheckedChanged);
     //
     // label5
     //
     this.label5.AutoSize = true;
     this.label5.Location = new System.Drawing.Point(236, 125);
     this.label5.Name     = "label5";
     this.label5.Size     = new System.Drawing.Size(54, 14);
     this.label5.TabIndex = 6;
     this.label5.Text     = "Week(s)";
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Location = new System.Drawing.Point(236, 80);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(42, 14);
     this.label4.TabIndex = 6;
     this.label4.Text     = "Day(s)";
     //
     // duplicateWeekNum
     //
     this.duplicateWeekNum.Enabled  = false;
     this.duplicateWeekNum.Location = new System.Drawing.Point(156, 120);
     this.duplicateWeekNum.Maximum  = new decimal(new int[] {
         9999,
         0,
         0,
         0
     });
     this.duplicateWeekNum.Minimum = new decimal(new int[] {
         1,
         0,
         0,
         0
     });
     this.duplicateWeekNum.Name     = "duplicateWeekNum";
     this.duplicateWeekNum.Size     = new System.Drawing.Size(73, 22);
     this.duplicateWeekNum.TabIndex = 3;
     this.duplicateWeekNum.Value    = new decimal(new int[] {
         1,
         0,
         0,
         0
     });
     //
     // dupliateDayNum
     //
     this.dupliateDayNum.Enabled  = false;
     this.dupliateDayNum.Location = new System.Drawing.Point(156, 76);
     this.dupliateDayNum.Maximum  = new decimal(new int[] {
         9999,
         0,
         0,
         0
     });
     this.dupliateDayNum.Minimum = new decimal(new int[] {
         1,
         0,
         0,
         0
     });
     this.dupliateDayNum.Name     = "dupliateDayNum";
     this.dupliateDayNum.Size     = new System.Drawing.Size(73, 22);
     this.dupliateDayNum.TabIndex = 3;
     this.dupliateDayNum.Value    = new decimal(new int[] {
         1,
         0,
         0,
         0
     });
     //
     // exButton1
     //
     this.exButton1.Anchor                   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.exButton1.BackColor                = System.Drawing.Color.Transparent;
     this.exButton1.CornerRadius             = 3;
     this.exButton1.DialogResult             = System.Windows.Forms.DialogResult.OK;
     this.exButton1.DrawFocusRect            = true;
     this.exButton1.ImageOffset              = new System.Drawing.Point(4, 0);
     this.exButton1.ImageSize                = new System.Drawing.Size(16, 16);
     this.exButton1.IsSplitButton            = false;
     this.exButton1.Location                 = new System.Drawing.Point(242, 229);
     this.exButton1.MetroColorScheme         = CG.Controls.Grid.Render.MetroScheme.Orange;
     this.exButton1.Name                     = "exButton1";
     this.exButton1.PaddingText              = new System.Windows.Forms.Padding(4);
     officeButtonRenderer1.TextColorDisabled = System.Drawing.SystemColors.GrayText;
     this.exButton1.Renderer                 = officeButtonRenderer1;
     this.exButton1.RenderType               = CG.Controls.Common.EnRenderType.Office2007;
     this.exButton1.Size                     = new System.Drawing.Size(117, 27);
     this.exButton1.SplitButtonWidth         = 20;
     this.exButton1.TabIndex                 = 13;
     this.exButton1.Text                     = "Ok";
     //
     // DuplicateCallFrm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(366, 265);
     this.Controls.Add(this.exButton1);
     this.Controls.Add(this.groupBox1);
     this.Font            = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
     this.Name            = "DuplicateCallFrm";
     this.Text            = "Call Duplication";
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.duplicateWeekNum)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dupliateDayNum)).EndInit();
     this.ResumeLayout(false);
 }
示例#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();
     CG.Controls.Grid.Buttons.OfficeButtonRenderer officeButtonRenderer1 = new CG.Controls.Grid.Buttons.OfficeButtonRenderer();
     CG.Controls.Grid.Buttons.OfficeButtonRenderer officeButtonRenderer2 = new CG.Controls.Grid.Buttons.OfficeButtonRenderer();
     CG.Controls.Grid.Buttons.OfficeButtonRenderer officeButtonRenderer3 = new CG.Controls.Grid.Buttons.OfficeButtonRenderer();
     this.label21          = new System.Windows.Forms.Label();
     this.panel1           = new System.Windows.Forms.Panel();
     this.button1          = new System.Windows.Forms.Button();
     this.label3           = new System.Windows.Forms.Label();
     this.label2           = new System.Windows.Forms.Label();
     this.label1           = new System.Windows.Forms.Label();
     this.reportType       = new System.Windows.Forms.ComboBox();
     this.reportCmbo       = new System.Windows.Forms.ComboBox();
     this.typeCombo        = new System.Windows.Forms.ComboBox();
     this.periodcallsrpt   = new CG.Controls.Grid.Buttons.ExButton();
     this.exportbtn        = new CG.Controls.Grid.Buttons.ExButton();
     this.panel2           = new System.Windows.Forms.Panel();
     this.exportOutBtn     = new CG.Controls.Grid.Buttons.ExButton();
     this.zedGraphControl1 = new ZedGraph.ZedGraphControl();
     this.splitContainer1  = new System.Windows.Forms.SplitContainer();
     this.helpCtrl3        = new Cura.Controls.HelpCtrl();
     this.helpCtrl2        = new Cura.Controls.HelpCtrl();
     this.helpCtrl1        = new Cura.Controls.HelpCtrl();
     this.panel1.SuspendLayout();
     this.panel2.SuspendLayout();
     this.splitContainer1.Panel2.SuspendLayout();
     this.splitContainer1.SuspendLayout();
     this.SuspendLayout();
     //
     // label21
     //
     this.label21.AutoSize = true;
     this.label21.Font     = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label21.Location = new System.Drawing.Point(-149, 161);
     this.label21.Name     = "label21";
     this.label21.Size     = new System.Drawing.Size(111, 14);
     this.label21.TabIndex = 23;
     this.label21.Text     = "Total Service Users";
     //
     // panel1
     //
     this.panel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(227)))), ((int)(((byte)(238)))), ((int)(((byte)(252)))));
     this.panel1.Controls.Add(this.button1);
     this.panel1.Controls.Add(this.label3);
     this.panel1.Controls.Add(this.label2);
     this.panel1.Controls.Add(this.label1);
     this.panel1.Controls.Add(this.reportType);
     this.panel1.Controls.Add(this.reportCmbo);
     this.panel1.Controls.Add(this.typeCombo);
     this.panel1.Dock     = System.Windows.Forms.DockStyle.Top;
     this.panel1.Location = new System.Drawing.Point(0, 0);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(841, 32);
     this.panel1.TabIndex = 33;
     //
     // button1
     //
     this.button1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.button1.FlatAppearance.BorderSize = 0;
     this.button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.button1.Image     = global::Cura.Properties.Resources.arrow_refresh;
     this.button1.Location  = new System.Drawing.Point(811, 3);
     this.button1.Name      = "button1";
     this.button1.Size      = new System.Drawing.Size(24, 24);
     this.button1.TabIndex  = 2;
     this.button1.UseVisualStyleBackColor = true;
     this.button1.Click += new System.EventHandler(this.button1_Click);
     //
     // label3
     //
     this.label3.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.label3.AutoSize  = true;
     this.label3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(42)))), ((int)(((byte)(83)))), ((int)(((byte)(145)))));
     this.label3.Location  = new System.Drawing.Point(606, 9);
     this.label3.Name      = "label3";
     this.label3.Size      = new System.Drawing.Size(35, 14);
     this.label3.TabIndex  = 1;
     this.label3.Text      = "Type";
     //
     // label2
     //
     this.label2.AutoSize  = true;
     this.label2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(42)))), ((int)(((byte)(83)))), ((int)(((byte)(145)))));
     this.label2.Location  = new System.Drawing.Point(248, 8);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(44, 14);
     this.label2.TabIndex  = 1;
     this.label2.Text      = "Report";
     //
     // label1
     //
     this.label1.AutoSize  = true;
     this.label1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(42)))), ((int)(((byte)(83)))), ((int)(((byte)(145)))));
     this.label1.Location  = new System.Drawing.Point(4, 8);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(52, 14);
     this.label1.TabIndex  = 1;
     this.label1.Text      = "Measure";
     //
     // reportType
     //
     this.reportType.Anchor            = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.reportType.BackColor         = System.Drawing.Color.FromArgb(((int)(((byte)(239)))), ((int)(((byte)(245)))), ((int)(((byte)(252)))));
     this.reportType.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.reportType.FlatStyle         = System.Windows.Forms.FlatStyle.Flat;
     this.reportType.FormattingEnabled = true;
     this.reportType.Location          = new System.Drawing.Point(650, 5);
     this.reportType.Name                  = "reportType";
     this.reportType.Size                  = new System.Drawing.Size(137, 22);
     this.reportType.TabIndex              = 0;
     this.reportType.SelectedIndexChanged += new System.EventHandler(this.reportType_SelectedIndexChanged);
     //
     // reportCmbo
     //
     this.reportCmbo.BackColor         = System.Drawing.Color.FromArgb(((int)(((byte)(239)))), ((int)(((byte)(245)))), ((int)(((byte)(252)))));
     this.reportCmbo.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.reportCmbo.FlatStyle         = System.Windows.Forms.FlatStyle.Flat;
     this.reportCmbo.FormattingEnabled = true;
     this.reportCmbo.Location          = new System.Drawing.Point(296, 5);
     this.reportCmbo.Name                  = "reportCmbo";
     this.reportCmbo.Size                  = new System.Drawing.Size(189, 22);
     this.reportCmbo.TabIndex              = 0;
     this.reportCmbo.SelectedIndexChanged += new System.EventHandler(this.reportCmbo_SelectedIndexChanged);
     //
     // typeCombo
     //
     this.typeCombo.BackColor         = System.Drawing.Color.FromArgb(((int)(((byte)(239)))), ((int)(((byte)(245)))), ((int)(((byte)(252)))));
     this.typeCombo.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.typeCombo.FlatStyle         = System.Windows.Forms.FlatStyle.Flat;
     this.typeCombo.FormattingEnabled = true;
     this.typeCombo.Location          = new System.Drawing.Point(57, 5);
     this.typeCombo.Name                  = "typeCombo";
     this.typeCombo.Size                  = new System.Drawing.Size(189, 22);
     this.typeCombo.TabIndex              = 0;
     this.typeCombo.SelectedIndexChanged += new System.EventHandler(this.typeCombo_SelectedIndexChanged);
     //
     // periodcallsrpt
     //
     this.periodcallsrpt.BackColor           = System.Drawing.Color.Transparent;
     this.periodcallsrpt.CornerRadius        = 3;
     this.periodcallsrpt.DialogResult        = System.Windows.Forms.DialogResult.None;
     this.periodcallsrpt.DrawFocusRect       = true;
     this.periodcallsrpt.Font                = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.periodcallsrpt.Image               = global::Cura.Properties.Resources.table_excel_icon;
     this.periodcallsrpt.ImageOffset         = new System.Drawing.Point(4, 0);
     this.periodcallsrpt.ImageSize           = new System.Drawing.Size(16, 16);
     this.periodcallsrpt.IsSplitButton       = false;
     this.periodcallsrpt.Location            = new System.Drawing.Point(472, 7);
     this.periodcallsrpt.MetroColorScheme    = CG.Controls.Grid.Render.MetroScheme.Orange;
     this.periodcallsrpt.Name                = "periodcallsrpt";
     this.periodcallsrpt.PaddingText         = new System.Windows.Forms.Padding(4);
     officeButtonRenderer1.TextColorDisabled = System.Drawing.SystemColors.GrayText;
     this.periodcallsrpt.Renderer            = officeButtonRenderer1;
     this.periodcallsrpt.RenderType          = CG.Controls.Common.EnRenderType.Office2007;
     this.periodcallsrpt.Size                = new System.Drawing.Size(130, 28);
     this.periodcallsrpt.SplitButtonWidth    = 20;
     this.periodcallsrpt.TabIndex            = 26;
     this.periodcallsrpt.Text                = "Period Call Report";
     this.periodcallsrpt.TextAlign           = System.Drawing.ContentAlignment.MiddleRight;
     this.periodcallsrpt.Visible             = false;
     this.periodcallsrpt.Click              += new System.EventHandler(this.periodcallsrpt_Click);
     //
     // exportbtn
     //
     this.exportbtn.BackColor                = System.Drawing.Color.Transparent;
     this.exportbtn.CornerRadius             = 3;
     this.exportbtn.DialogResult             = System.Windows.Forms.DialogResult.None;
     this.exportbtn.DrawFocusRect            = true;
     this.exportbtn.Font                     = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.exportbtn.Image                    = global::Cura.Properties.Resources.table_excel_icon;
     this.exportbtn.ImageOffset              = new System.Drawing.Point(4, 0);
     this.exportbtn.ImageSize                = new System.Drawing.Size(16, 16);
     this.exportbtn.IsSplitButton            = false;
     this.exportbtn.Location                 = new System.Drawing.Point(322, 6);
     this.exportbtn.MetroColorScheme         = CG.Controls.Grid.Render.MetroScheme.Orange;
     this.exportbtn.Name                     = "exportbtn";
     this.exportbtn.PaddingText              = new System.Windows.Forms.Padding(4);
     officeButtonRenderer2.TextColorDisabled = System.Drawing.SystemColors.GrayText;
     this.exportbtn.Renderer                 = officeButtonRenderer2;
     this.exportbtn.RenderType               = CG.Controls.Common.EnRenderType.Office2007;
     this.exportbtn.Size                     = new System.Drawing.Size(99, 28);
     this.exportbtn.SplitButtonWidth         = 20;
     this.exportbtn.TabIndex                 = 26;
     this.exportbtn.Text                     = "Stats Report ";
     this.exportbtn.TextAlign                = System.Drawing.ContentAlignment.MiddleRight;
     this.exportbtn.Visible                  = false;
     this.exportbtn.Click                   += new System.EventHandler(this.exportbtn_Click);
     //
     // panel2
     //
     this.panel2.Controls.Add(this.periodcallsrpt);
     this.panel2.Controls.Add(this.exportOutBtn);
     this.panel2.Controls.Add(this.exportbtn);
     this.panel2.Controls.Add(this.helpCtrl3);
     this.panel2.Controls.Add(this.helpCtrl2);
     this.panel2.Controls.Add(this.helpCtrl1);
     this.panel2.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.panel2.Location = new System.Drawing.Point(0, 435);
     this.panel2.Name     = "panel2";
     this.panel2.Size     = new System.Drawing.Size(841, 38);
     this.panel2.TabIndex = 34;
     //
     // exportOutBtn
     //
     this.exportOutBtn.BackColor             = System.Drawing.Color.Transparent;
     this.exportOutBtn.CornerRadius          = 3;
     this.exportOutBtn.DialogResult          = System.Windows.Forms.DialogResult.None;
     this.exportOutBtn.DrawFocusRect         = true;
     this.exportOutBtn.Font                  = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.exportOutBtn.Image                 = global::Cura.Properties.Resources.table_excel_icon;
     this.exportOutBtn.ImageOffset           = new System.Drawing.Point(4, 0);
     this.exportOutBtn.ImageSize             = new System.Drawing.Size(16, 16);
     this.exportOutBtn.IsSplitButton         = false;
     this.exportOutBtn.Location              = new System.Drawing.Point(3, 3);
     this.exportOutBtn.MetroColorScheme      = CG.Controls.Grid.Render.MetroScheme.Orange;
     this.exportOutBtn.Name                  = "exportOutBtn";
     this.exportOutBtn.PaddingText           = new System.Windows.Forms.Padding(4);
     officeButtonRenderer3.TextColorDisabled = System.Drawing.SystemColors.GrayText;
     this.exportOutBtn.Renderer              = officeButtonRenderer3;
     this.exportOutBtn.RenderType            = CG.Controls.Common.EnRenderType.Office2007;
     this.exportOutBtn.Size                  = new System.Drawing.Size(76, 28);
     this.exportOutBtn.SplitButtonWidth      = 20;
     this.exportOutBtn.TabIndex              = 26;
     this.exportOutBtn.Text                  = "Export";
     this.exportOutBtn.TextAlign             = System.Drawing.ContentAlignment.MiddleLeft;
     this.exportOutBtn.Click                += new System.EventHandler(this.exportOutBtn_Click);
     //
     // zedGraphControl1
     //
     this.zedGraphControl1.Dock        = System.Windows.Forms.DockStyle.Fill;
     this.zedGraphControl1.Font        = new System.Drawing.Font("Times New Roman", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.zedGraphControl1.Location    = new System.Drawing.Point(0, 0);
     this.zedGraphControl1.Name        = "zedGraphControl1";
     this.zedGraphControl1.ScrollGrace = 0D;
     this.zedGraphControl1.ScrollMaxX  = 0D;
     this.zedGraphControl1.ScrollMaxY  = 0D;
     this.zedGraphControl1.ScrollMaxY2 = 0D;
     this.zedGraphControl1.ScrollMinX  = 0D;
     this.zedGraphControl1.ScrollMinY  = 0D;
     this.zedGraphControl1.ScrollMinY2 = 0D;
     this.zedGraphControl1.Size        = new System.Drawing.Size(557, 403);
     this.zedGraphControl1.TabIndex    = 35;
     //
     // splitContainer1
     //
     this.splitContainer1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.splitContainer1.Location = new System.Drawing.Point(0, 32);
     this.splitContainer1.Name     = "splitContainer1";
     //
     // splitContainer1.Panel2
     //
     this.splitContainer1.Panel2.Controls.Add(this.zedGraphControl1);
     this.splitContainer1.Size             = new System.Drawing.Size(841, 403);
     this.splitContainer1.SplitterDistance = 280;
     this.splitContainer1.TabIndex         = 36;
     //
     // helpCtrl3
     //
     this.helpCtrl3.BackColor = System.Drawing.Color.Transparent;
     this.helpCtrl3.Caption   = null;
     this.helpCtrl3.Font      = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.helpCtrl3.Location  = new System.Drawing.Point(82, 6);
     this.helpCtrl3.Message   = "Export Current Data";
     this.helpCtrl3.Name      = "helpCtrl3";
     this.helpCtrl3.OpenLeft  = false;
     this.helpCtrl3.OpenUp    = false;
     this.helpCtrl3.Size      = new System.Drawing.Size(16, 16);
     this.helpCtrl3.TabIndex  = 31;
     //
     // helpCtrl2
     //
     this.helpCtrl2.BackColor = System.Drawing.Color.Transparent;
     this.helpCtrl2.Caption   = null;
     this.helpCtrl2.Font      = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.helpCtrl2.Location  = new System.Drawing.Point(605, 8);
     this.helpCtrl2.Message   = "This report will contain a break down of each call over this rota period. ";
     this.helpCtrl2.Name      = "helpCtrl2";
     this.helpCtrl2.OpenLeft  = false;
     this.helpCtrl2.OpenUp    = false;
     this.helpCtrl2.Size      = new System.Drawing.Size(16, 16);
     this.helpCtrl2.TabIndex  = 32;
     this.helpCtrl2.Visible   = false;
     //
     // helpCtrl1
     //
     this.helpCtrl1.BackColor = System.Drawing.Color.Transparent;
     this.helpCtrl1.Caption   = null;
     this.helpCtrl1.Font      = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.helpCtrl1.Location  = new System.Drawing.Point(423, 7);
     this.helpCtrl1.Message   = "This report will just contain the figures shown on the overview tab.";
     this.helpCtrl1.Name      = "helpCtrl1";
     this.helpCtrl1.OpenLeft  = false;
     this.helpCtrl1.OpenUp    = false;
     this.helpCtrl1.Size      = new System.Drawing.Size(16, 16);
     this.helpCtrl1.TabIndex  = 31;
     this.helpCtrl1.Visible   = false;
     //
     // PeriodOverviewCtrl
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.splitContainer1);
     this.Controls.Add(this.panel2);
     this.Controls.Add(this.panel1);
     this.Controls.Add(this.label21);
     this.Font  = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.Name  = "PeriodOverviewCtrl";
     this.Size  = new System.Drawing.Size(841, 473);
     this.Load += new System.EventHandler(this.PeriodOverviewCtrl_Load);
     this.panel1.ResumeLayout(false);
     this.panel1.PerformLayout();
     this.panel2.ResumeLayout(false);
     this.splitContainer1.Panel2.ResumeLayout(false);
     this.splitContainer1.ResumeLayout(false);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
示例#13
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     CG.Controls.Grid.Buttons.OfficeButtonRenderer  officeButtonRenderer1 = new CG.Controls.Grid.Buttons.OfficeButtonRenderer();
     CG.Controls.Grid.Buttons.OfficeButtonRenderer  officeButtonRenderer2 = new CG.Controls.Grid.Buttons.OfficeButtonRenderer();
     System.ComponentModel.ComponentResourceManager resources             = new System.ComponentModel.ComponentResourceManager(typeof(PendingChangesFrm));
     this.toolStrip1      = new System.Windows.Forms.ToolStrip();
     this.undoTSbtn       = new System.Windows.Forms.ToolStripButton();
     this.saveTSbtn       = new System.Windows.Forms.ToolStripButton();
     this.objectListView1 = new BrightIdeasSoftware.FastObjectListView();
     this.olvColumn7      = ((BrightIdeasSoftware.OLVColumn)(new BrightIdeasSoftware.OLVColumn()));
     this.olvColumn4      = ((BrightIdeasSoftware.OLVColumn)(new BrightIdeasSoftware.OLVColumn()));
     this.olvColumn5      = ((BrightIdeasSoftware.OLVColumn)(new BrightIdeasSoftware.OLVColumn()));
     this.olvColumn1      = ((BrightIdeasSoftware.OLVColumn)(new BrightIdeasSoftware.OLVColumn()));
     this.olvColumn2      = ((BrightIdeasSoftware.OLVColumn)(new BrightIdeasSoftware.OLVColumn()));
     this.olvColumn3      = ((BrightIdeasSoftware.OLVColumn)(new BrightIdeasSoftware.OLVColumn()));
     this.panel2          = new System.Windows.Forms.Panel();
     this.helpCtrl1       = new Cura.Controls.HelpCtrl();
     this.selectAllbtn    = new CG.Controls.Grid.Buttons.ExButton();
     this.unselectallbtn  = new CG.Controls.Grid.Buttons.ExButton();
     this.toolStrip1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.objectListView1)).BeginInit();
     this.panel2.SuspendLayout();
     this.SuspendLayout();
     //
     // toolStrip1
     //
     this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.undoTSbtn,
         this.saveTSbtn
     });
     this.toolStrip1.Location = new System.Drawing.Point(0, 32);
     this.toolStrip1.Name     = "toolStrip1";
     this.toolStrip1.Size     = new System.Drawing.Size(708, 25);
     this.toolStrip1.TabIndex = 1;
     this.toolStrip1.Text     = "toolStrip1";
     //
     // undoTSbtn
     //
     this.undoTSbtn.Enabled = false;
     this.undoTSbtn.Image   = global::Cura.Properties.Resources.arrow_undo_red;
     this.undoTSbtn.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.undoTSbtn.Name   = "undoTSbtn";
     this.undoTSbtn.Size   = new System.Drawing.Size(113, 22);
     this.undoTSbtn.Text   = "Undo Change(s)";
     this.undoTSbtn.Click += new System.EventHandler(this.undoTSbtn_Click);
     //
     // saveTSbtn
     //
     this.saveTSbtn.Alignment             = System.Windows.Forms.ToolStripItemAlignment.Right;
     this.saveTSbtn.Enabled               = false;
     this.saveTSbtn.Image                 = global::Cura.Properties.Resources.disk;
     this.saveTSbtn.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.saveTSbtn.Name   = "saveTSbtn";
     this.saveTSbtn.Size   = new System.Drawing.Size(108, 22);
     this.saveTSbtn.Text   = "Save Change(s)";
     this.saveTSbtn.Click += new System.EventHandler(this.saveTSbtn_Click);
     //
     // objectListView1
     //
     this.objectListView1.AllColumns.Add(this.olvColumn7);
     this.objectListView1.CheckBoxes = true;
     this.objectListView1.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.olvColumn7
     });
     this.objectListView1.Dock                            = System.Windows.Forms.DockStyle.Fill;
     this.objectListView1.FullRowSelect                   = true;
     this.objectListView1.HideSelection                   = false;
     this.objectListView1.Location                        = new System.Drawing.Point(0, 57);
     this.objectListView1.Name                            = "objectListView1";
     this.objectListView1.OwnerDraw                       = true;
     this.objectListView1.ShowGroups                      = false;
     this.objectListView1.ShowImagesOnSubItems            = true;
     this.objectListView1.Size                            = new System.Drawing.Size(708, 337);
     this.objectListView1.TabIndex                        = 3;
     this.objectListView1.UseCompatibleStateImageBehavior = false;
     this.objectListView1.UseFiltering                    = true;
     this.objectListView1.View                            = System.Windows.Forms.View.Details;
     this.objectListView1.VirtualMode                     = true;
     this.objectListView1.ItemChecked                    += new System.Windows.Forms.ItemCheckedEventHandler(this.objectListView1_ItemChecked);
     //
     // olvColumn7
     //
     this.olvColumn7.AspectName = "Changes";
     this.olvColumn7.Groupable  = false;
     this.olvColumn7.Text       = "Changes";
     this.olvColumn7.Width      = 500;
     //
     // olvColumn4
     //
     this.olvColumn4.AspectName   = "DateUpdate";
     this.olvColumn4.DisplayIndex = 0;
     this.olvColumn4.Text         = "Date Update";
     this.olvColumn4.Width        = 96;
     //
     // olvColumn5
     //
     this.olvColumn5.AspectName   = "UID";
     this.olvColumn5.DisplayIndex = 1;
     this.olvColumn5.Text         = "User";
     //
     // olvColumn1
     //
     this.olvColumn1.AspectName   = "FieldName";
     this.olvColumn1.DisplayIndex = 2;
     this.olvColumn1.Text         = "FieldName";
     this.olvColumn1.Width        = 96;
     //
     // olvColumn2
     //
     this.olvColumn2.AspectName   = "OldValue";
     this.olvColumn2.DisplayIndex = 3;
     this.olvColumn2.Text         = "OldValue";
     this.olvColumn2.Width        = 90;
     //
     // olvColumn3
     //
     this.olvColumn3.AspectName   = "NewValue";
     this.olvColumn3.DisplayIndex = 4;
     this.olvColumn3.Text         = "NewValue";
     this.olvColumn3.Width        = 94;
     //
     // panel2
     //
     this.panel2.Controls.Add(this.helpCtrl1);
     this.panel2.Controls.Add(this.selectAllbtn);
     this.panel2.Controls.Add(this.unselectallbtn);
     this.panel2.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.panel2.Location = new System.Drawing.Point(0, 394);
     this.panel2.Name     = "panel2";
     this.panel2.Size     = new System.Drawing.Size(708, 26);
     this.panel2.TabIndex = 4;
     //
     // helpCtrl1
     //
     this.helpCtrl1.BackColor = System.Drawing.Color.Transparent;
     this.helpCtrl1.Caption   = null;
     this.helpCtrl1.Font      = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.helpCtrl1.Location  = new System.Drawing.Point(688, 5);
     this.helpCtrl1.Message   = "The pending changes allows you to view changes you have made and select which cha" +
                                "nges you wish to save and which you wish to undo. \r\n\r\nNote: If you close Cura wi" +
                                "thout saving changes they\'ll be lost.";
     this.helpCtrl1.Name     = "helpCtrl1";
     this.helpCtrl1.OpenLeft = true;
     this.helpCtrl1.OpenUp   = true;
     this.helpCtrl1.Size     = new System.Drawing.Size(16, 16);
     this.helpCtrl1.TabIndex = 12;
     //
     // selectAllbtn
     //
     this.selectAllbtn.Anchor                = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.selectAllbtn.BackColor             = System.Drawing.Color.Transparent;
     this.selectAllbtn.CornerRadius          = 3;
     this.selectAllbtn.DialogResult          = System.Windows.Forms.DialogResult.None;
     this.selectAllbtn.DrawFocusRect         = true;
     this.selectAllbtn.ImageOffset           = new System.Drawing.Point(4, 0);
     this.selectAllbtn.ImageSize             = new System.Drawing.Size(16, 16);
     this.selectAllbtn.IsSplitButton         = false;
     this.selectAllbtn.Location              = new System.Drawing.Point(1, 1);
     this.selectAllbtn.MetroColorScheme      = CG.Controls.Grid.Render.MetroScheme.Orange;
     this.selectAllbtn.Name                  = "selectAllbtn";
     this.selectAllbtn.PaddingText           = new System.Windows.Forms.Padding(4);
     officeButtonRenderer1.TextColorDisabled = System.Drawing.SystemColors.GrayText;
     this.selectAllbtn.Renderer              = officeButtonRenderer1;
     this.selectAllbtn.RenderType            = CG.Controls.Common.EnRenderType.Office2007;
     this.selectAllbtn.Size                  = new System.Drawing.Size(94, 24);
     this.selectAllbtn.SplitButtonWidth      = 20;
     this.selectAllbtn.TabIndex              = 11;
     this.selectAllbtn.Text                  = "Select All";
     this.selectAllbtn.Click                += new System.EventHandler(this.selectAllbtn_Click);
     //
     // unselectallbtn
     //
     this.unselectallbtn.Anchor              = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.unselectallbtn.BackColor           = System.Drawing.Color.Transparent;
     this.unselectallbtn.CornerRadius        = 3;
     this.unselectallbtn.DialogResult        = System.Windows.Forms.DialogResult.None;
     this.unselectallbtn.DrawFocusRect       = true;
     this.unselectallbtn.ImageOffset         = new System.Drawing.Point(4, 0);
     this.unselectallbtn.ImageSize           = new System.Drawing.Size(16, 16);
     this.unselectallbtn.IsSplitButton       = false;
     this.unselectallbtn.Location            = new System.Drawing.Point(100, 1);
     this.unselectallbtn.MetroColorScheme    = CG.Controls.Grid.Render.MetroScheme.Orange;
     this.unselectallbtn.Name                = "unselectallbtn";
     this.unselectallbtn.PaddingText         = new System.Windows.Forms.Padding(4);
     officeButtonRenderer2.TextColorDisabled = System.Drawing.SystemColors.GrayText;
     this.unselectallbtn.Renderer            = officeButtonRenderer2;
     this.unselectallbtn.RenderType          = CG.Controls.Common.EnRenderType.Office2007;
     this.unselectallbtn.Size                = new System.Drawing.Size(94, 24);
     this.unselectallbtn.SplitButtonWidth    = 20;
     this.unselectallbtn.TabIndex            = 11;
     this.unselectallbtn.Text                = "Unselect All";
     this.unselectallbtn.Click              += new System.EventHandler(this.unselectallbtn_Click);
     //
     // PendingChangesFrm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(708, 420);
     this.Controls.Add(this.objectListView1);
     this.Controls.Add(this.panel2);
     this.Controls.Add(this.toolStrip1);
     this.Icon  = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Image = global::Cura.Properties.Resources.star_16;
     this.Name  = "PendingChangesFrm";
     this.Text  = "Pending Changes";
     this.Title = "Pending Changes";
     this.Load += new System.EventHandler(this.PendingChangesFrm_Load);
     this.Controls.SetChildIndex(this.toolStrip1, 0);
     this.Controls.SetChildIndex(this.panel2, 0);
     this.Controls.SetChildIndex(this.objectListView1, 0);
     this.toolStrip1.ResumeLayout(false);
     this.toolStrip1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.objectListView1)).EndInit();
     this.panel2.ResumeLayout(false);
     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()
 {
     CG.Controls.Grid.Buttons.OfficeButtonRenderer  officeButtonRenderer1 = new CG.Controls.Grid.Buttons.OfficeButtonRenderer();
     System.ComponentModel.ComponentResourceManager resources             = new System.ComponentModel.ComponentResourceManager(typeof(RotaPrintMenuFrm));
     this.allweekradio       = new System.Windows.Forms.RadioButton();
     this.selectionweekradio = new System.Windows.Forms.RadioButton();
     this.weekstxt           = new System.Windows.Forms.TextBox();
     this.exButton1          = new CG.Controls.Grid.Buttons.ExButton();
     this.label1             = new System.Windows.Forms.Label();
     this.helpCtrl1          = new Cura.Controls.HelpCtrl();
     this.SuspendLayout();
     //
     // allweekradio
     //
     this.allweekradio.AutoSize = true;
     this.allweekradio.Checked  = true;
     this.allweekradio.Location = new System.Drawing.Point(14, 17);
     this.allweekradio.Name     = "allweekradio";
     this.allweekradio.Size     = new System.Drawing.Size(78, 18);
     this.allweekradio.TabIndex = 0;
     this.allweekradio.TabStop  = true;
     this.allweekradio.Text     = "All Weeks";
     this.allweekradio.UseVisualStyleBackColor = true;
     this.allweekradio.CheckedChanged         += new System.EventHandler(this.allweekradio_CheckedChanged);
     //
     // selectionweekradio
     //
     this.selectionweekradio.AutoSize = true;
     this.selectionweekradio.Location = new System.Drawing.Point(14, 44);
     this.selectionweekradio.Name     = "selectionweekradio";
     this.selectionweekradio.Size     = new System.Drawing.Size(111, 18);
     this.selectionweekradio.TabIndex = 0;
     this.selectionweekradio.Text     = "Week Selection";
     this.selectionweekradio.UseVisualStyleBackColor = true;
     this.selectionweekradio.CheckedChanged         += new System.EventHandler(this.selectionweekradio_CheckedChanged);
     //
     // weekstxt
     //
     this.weekstxt.Enabled      = false;
     this.weekstxt.Location     = new System.Drawing.Point(133, 42);
     this.weekstxt.Name         = "weekstxt";
     this.weekstxt.Size         = new System.Drawing.Size(184, 22);
     this.weekstxt.TabIndex     = 1;
     this.weekstxt.TextChanged += new System.EventHandler(this.weekstxt_TextChanged);
     //
     // exButton1
     //
     this.exButton1.Anchor                   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.exButton1.BackColor                = System.Drawing.Color.Transparent;
     this.exButton1.CornerRadius             = 3;
     this.exButton1.DialogResult             = System.Windows.Forms.DialogResult.OK;
     this.exButton1.DrawFocusRect            = true;
     this.exButton1.ImageOffset              = new System.Drawing.Point(4, 0);
     this.exButton1.ImageSize                = new System.Drawing.Size(16, 16);
     this.exButton1.IsSplitButton            = false;
     this.exButton1.Location                 = new System.Drawing.Point(247, 92);
     this.exButton1.MetroColorScheme         = CG.Controls.Grid.Render.MetroScheme.Orange;
     this.exButton1.Name                     = "exButton1";
     this.exButton1.PaddingText              = new System.Windows.Forms.Padding(4);
     officeButtonRenderer1.TextColorDisabled = System.Drawing.SystemColors.GrayText;
     this.exButton1.Renderer                 = officeButtonRenderer1;
     this.exButton1.RenderType               = CG.Controls.Common.EnRenderType.Office2007;
     this.exButton1.Size                     = new System.Drawing.Size(101, 25);
     this.exButton1.SplitButtonWidth         = 20;
     this.exButton1.TabIndex                 = 5;
     this.exButton1.Text                     = "Ok";
     //
     // label1
     //
     this.label1.AutoSize  = true;
     this.label1.Font      = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label1.ForeColor = System.Drawing.Color.DimGray;
     this.label1.Location  = new System.Drawing.Point(130, 67);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(76, 13);
     this.label1.TabIndex  = 6;
     this.label1.Text      = "(1, 3, 4, 5, etc)";
     //
     // helpCtrl1
     //
     this.helpCtrl1.BackColor = System.Drawing.Color.Transparent;
     this.helpCtrl1.Caption   = null;
     this.helpCtrl1.Font      = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.helpCtrl1.Location  = new System.Drawing.Point(341, 8);
     this.helpCtrl1.Message   = resources.GetString("helpCtrl1.Message");
     this.helpCtrl1.Name      = "helpCtrl1";
     this.helpCtrl1.OpenLeft  = false;
     this.helpCtrl1.OpenUp    = false;
     this.helpCtrl1.Size      = new System.Drawing.Size(16, 16);
     this.helpCtrl1.TabIndex  = 7;
     //
     // RotaPrintMenuFrm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(363, 130);
     this.Controls.Add(this.helpCtrl1);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.exButton1);
     this.Controls.Add(this.weekstxt);
     this.Controls.Add(this.selectionweekradio);
     this.Controls.Add(this.allweekradio);
     this.Font            = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
     this.Name            = "RotaPrintMenuFrm";
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text            = "Rota Week Selection";
     this.Load           += new System.EventHandler(this.RotaPrintMenuFrm_Load);
     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()
 {
     CG.Controls.Grid.Buttons.OfficeButtonRenderer  officeButtonRenderer1 = new CG.Controls.Grid.Buttons.OfficeButtonRenderer();
     CG.Controls.Grid.Buttons.OfficeButtonRenderer  officeButtonRenderer2 = new CG.Controls.Grid.Buttons.OfficeButtonRenderer();
     System.ComponentModel.ComponentResourceManager resources             = new System.ComponentModel.ComponentResourceManager(typeof(HolidayRotaFrm));
     this.holiday_calendar = new System.Windows.Forms.Calendar.Calendar();
     this.panel2           = new System.Windows.Forms.Panel();
     this.splitContainer2  = new System.Windows.Forms.SplitContainer();
     this.helpCtrl1        = new Cura.Controls.HelpCtrl();
     this.dateLbl          = new System.Windows.Forms.Label();
     this.decMonthBtn      = new CG.Controls.Grid.Buttons.ExButton();
     this.incMonthBtn      = new CG.Controls.Grid.Buttons.ExButton();
     this.panel3           = new System.Windows.Forms.Panel();
     this.splitContainer3  = new System.Windows.Forms.SplitContainer();
     this.label2           = new System.Windows.Forms.Label();
     this.label3           = new System.Windows.Forms.Label();
     this.panel2.SuspendLayout();
     this.splitContainer2.Panel1.SuspendLayout();
     this.splitContainer2.Panel2.SuspendLayout();
     this.splitContainer2.SuspendLayout();
     this.panel3.SuspendLayout();
     this.splitContainer3.Panel1.SuspendLayout();
     this.splitContainer3.Panel2.SuspendLayout();
     this.splitContainer3.SuspendLayout();
     this.SuspendLayout();
     //
     // holiday_calendar
     //
     this.holiday_calendar.AllowItemEdit     = false;
     this.holiday_calendar.AllowItemResize   = false;
     this.holiday_calendar.AllowNew          = false;
     this.holiday_calendar.AutoScroll        = true;
     this.holiday_calendar.ColorScheme       = 4;
     this.holiday_calendar.Dock              = System.Windows.Forms.DockStyle.Fill;
     this.holiday_calendar.Font              = new System.Drawing.Font("Segoe UI", 9F);
     this.holiday_calendar.HighlightRanges   = new System.Windows.Forms.Calendar.CalendarHighlightRange[0];
     this.holiday_calendar.ItemIndent        = false;
     this.holiday_calendar.Location          = new System.Drawing.Point(0, 0);
     this.holiday_calendar.Name              = "holiday_calendar";
     this.holiday_calendar.Size              = new System.Drawing.Size(1089, 422);
     this.holiday_calendar.TabIndex          = 2;
     this.holiday_calendar.TimeScale         = System.Windows.Forms.Calendar.CalendarTimeScale.SixtyMinutes;
     this.holiday_calendar.TimeUnitOffSetMax = -16;
     this.holiday_calendar.TimeUnitOffSetMin = -4;
     this.holiday_calendar.TimeUnitsVisible  = 8;
     this.holiday_calendar.ItemDoubleClick  += new System.Windows.Forms.Calendar.Calendar.CalendarItemEventHandler(this.holiday_calendar_ItemDoubleClick);
     //
     // panel2
     //
     this.panel2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
     this.panel2.Controls.Add(this.splitContainer2);
     this.panel2.Dock     = System.Windows.Forms.DockStyle.Top;
     this.panel2.Location = new System.Drawing.Point(0, 32);
     this.panel2.Name     = "panel2";
     this.panel2.Size     = new System.Drawing.Size(1091, 81);
     this.panel2.TabIndex = 3;
     //
     // splitContainer2
     //
     this.splitContainer2.BackColor       = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
     this.splitContainer2.Dock            = System.Windows.Forms.DockStyle.Fill;
     this.splitContainer2.IsSplitterFixed = true;
     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.helpCtrl1);
     //
     // splitContainer2.Panel2
     //
     this.splitContainer2.Panel2.BackColor = System.Drawing.Color.LightGreen;
     this.splitContainer2.Panel2.Controls.Add(this.dateLbl);
     this.splitContainer2.Panel2.Controls.Add(this.decMonthBtn);
     this.splitContainer2.Panel2.Controls.Add(this.incMonthBtn);
     this.splitContainer2.Size             = new System.Drawing.Size(1091, 81);
     this.splitContainer2.SplitterDistance = 35;
     this.splitContainer2.TabIndex         = 1;
     //
     // helpCtrl1
     //
     this.helpCtrl1.BackColor = System.Drawing.Color.Transparent;
     this.helpCtrl1.Caption   = null;
     this.helpCtrl1.Font      = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.helpCtrl1.Location  = new System.Drawing.Point(3, 6);
     this.helpCtrl1.Message   = null;
     this.helpCtrl1.Name      = "helpCtrl1";
     this.helpCtrl1.OpenLeft  = false;
     this.helpCtrl1.OpenUp    = false;
     this.helpCtrl1.Size      = new System.Drawing.Size(16, 16);
     this.helpCtrl1.TabIndex  = 0;
     //
     // dateLbl
     //
     this.dateLbl.Dock      = System.Windows.Forms.DockStyle.Fill;
     this.dateLbl.Font      = new System.Drawing.Font("Trebuchet MS", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.dateLbl.Location  = new System.Drawing.Point(300, 0);
     this.dateLbl.Name      = "dateLbl";
     this.dateLbl.Size      = new System.Drawing.Size(491, 42);
     this.dateLbl.TabIndex  = 17;
     this.dateLbl.Text      = "Dat eHERE";
     this.dateLbl.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // decMonthBtn
     //
     this.decMonthBtn.BackColor              = System.Drawing.Color.Transparent;
     this.decMonthBtn.CornerRadius           = 3;
     this.decMonthBtn.DialogResult           = System.Windows.Forms.DialogResult.None;
     this.decMonthBtn.Dock                   = System.Windows.Forms.DockStyle.Left;
     this.decMonthBtn.DrawFocusRect          = true;
     this.decMonthBtn.ImageOffset            = new System.Drawing.Point(4, 0);
     this.decMonthBtn.ImageSize              = new System.Drawing.Size(16, 16);
     this.decMonthBtn.IsSplitButton          = false;
     this.decMonthBtn.Location               = new System.Drawing.Point(0, 0);
     this.decMonthBtn.MetroColorScheme       = CG.Controls.Grid.Render.MetroScheme.Orange;
     this.decMonthBtn.Name                   = "decMonthBtn";
     this.decMonthBtn.PaddingText            = new System.Windows.Forms.Padding(4);
     officeButtonRenderer1.TextColorDisabled = System.Drawing.SystemColors.GrayText;
     this.decMonthBtn.Renderer               = officeButtonRenderer1;
     this.decMonthBtn.RenderType             = CG.Controls.Common.EnRenderType.Office2007;
     this.decMonthBtn.Size                   = new System.Drawing.Size(300, 42);
     this.decMonthBtn.SplitButtonWidth       = 20;
     this.decMonthBtn.TabIndex               = 16;
     this.decMonthBtn.Text                   = "<";
     this.decMonthBtn.Click                 += new System.EventHandler(this.decMonthBtn_Click);
     //
     // incMonthBtn
     //
     this.incMonthBtn.BackColor              = System.Drawing.Color.Transparent;
     this.incMonthBtn.CornerRadius           = 3;
     this.incMonthBtn.DialogResult           = System.Windows.Forms.DialogResult.None;
     this.incMonthBtn.Dock                   = System.Windows.Forms.DockStyle.Right;
     this.incMonthBtn.DrawFocusRect          = true;
     this.incMonthBtn.ImageOffset            = new System.Drawing.Point(4, 0);
     this.incMonthBtn.ImageSize              = new System.Drawing.Size(16, 16);
     this.incMonthBtn.IsSplitButton          = false;
     this.incMonthBtn.Location               = new System.Drawing.Point(791, 0);
     this.incMonthBtn.MetroColorScheme       = CG.Controls.Grid.Render.MetroScheme.Orange;
     this.incMonthBtn.Name                   = "incMonthBtn";
     this.incMonthBtn.PaddingText            = new System.Windows.Forms.Padding(4);
     officeButtonRenderer2.TextColorDisabled = System.Drawing.SystemColors.GrayText;
     this.incMonthBtn.Renderer               = officeButtonRenderer2;
     this.incMonthBtn.RenderType             = CG.Controls.Common.EnRenderType.Office2007;
     this.incMonthBtn.Size                   = new System.Drawing.Size(300, 42);
     this.incMonthBtn.SplitButtonWidth       = 20;
     this.incMonthBtn.TabIndex               = 15;
     this.incMonthBtn.Text                   = ">";
     this.incMonthBtn.Click                 += new System.EventHandler(this.incMonthBtn_Click);
     //
     // panel3
     //
     this.panel3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.panel3.Controls.Add(this.holiday_calendar);
     this.panel3.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panel3.Location = new System.Drawing.Point(0, 0);
     this.panel3.Name     = "panel3";
     this.panel3.Size     = new System.Drawing.Size(1091, 424);
     this.panel3.TabIndex = 4;
     //
     // splitContainer3
     //
     this.splitContainer3.Dock        = System.Windows.Forms.DockStyle.Fill;
     this.splitContainer3.Location    = new System.Drawing.Point(0, 113);
     this.splitContainer3.Name        = "splitContainer3";
     this.splitContainer3.Orientation = System.Windows.Forms.Orientation.Horizontal;
     //
     // splitContainer3.Panel1
     //
     this.splitContainer3.Panel1.Controls.Add(this.label3);
     this.splitContainer3.Panel1.Controls.Add(this.label2);
     //
     // splitContainer3.Panel2
     //
     this.splitContainer3.Panel2.Controls.Add(this.panel3);
     this.splitContainer3.Size             = new System.Drawing.Size(1091, 453);
     this.splitContainer3.SplitterDistance = 25;
     this.splitContainer3.TabIndex         = 5;
     //
     // label2
     //
     this.label2.BackColor = System.Drawing.Color.Blue;
     this.label2.Dock      = System.Windows.Forms.DockStyle.Left;
     this.label2.Location  = new System.Drawing.Point(0, 0);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(125, 25);
     this.label2.TabIndex  = 0;
     this.label2.Text      = "Holidays";
     this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // label3
     //
     this.label3.BackColor = System.Drawing.Color.Green;
     this.label3.Dock      = System.Windows.Forms.DockStyle.Left;
     this.label3.Location  = new System.Drawing.Point(125, 0);
     this.label3.Name      = "label3";
     this.label3.Size      = new System.Drawing.Size(125, 25);
     this.label3.TabIndex  = 1;
     this.label3.Text      = "Day Offs";
     this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // HolidayRotaFrm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(1091, 566);
     this.Controls.Add(this.splitContainer3);
     this.Controls.Add(this.panel2);
     this.Font          = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.Icon          = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Image         = global::Cura.Properties.Resources.transmit_go;
     this.Name          = "HolidayRotaFrm";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text          = "Holiday Rota";
     this.Title         = "Holiday Rota";
     this.Load         += new System.EventHandler(this.HolidayRotaFrm_Load);
     this.Controls.SetChildIndex(this.panel2, 0);
     this.Controls.SetChildIndex(this.splitContainer3, 0);
     this.panel2.ResumeLayout(false);
     this.splitContainer2.Panel1.ResumeLayout(false);
     this.splitContainer2.Panel2.ResumeLayout(false);
     this.splitContainer2.ResumeLayout(false);
     this.panel3.ResumeLayout(false);
     this.splitContainer3.Panel1.ResumeLayout(false);
     this.splitContainer3.Panel2.ResumeLayout(false);
     this.splitContainer3.ResumeLayout(false);
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     CG.Controls.Grid.Buttons.OfficeButtonRenderer officeButtonRenderer2 = new CG.Controls.Grid.Buttons.OfficeButtonRenderer();
     this.exButton1         = new CG.Controls.Grid.Buttons.ExButton();
     this.label2            = new System.Windows.Forms.Label();
     this.dayCountTxt       = new System.Windows.Forms.NumericUpDown();
     this.excludeweekendChk = new System.Windows.Forms.CheckBox();
     ((System.ComponentModel.ISupportInitialize)(this.dayCountTxt)).BeginInit();
     this.SuspendLayout();
     //
     // exButton1
     //
     this.exButton1.Anchor                   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.exButton1.BackColor                = System.Drawing.Color.Transparent;
     this.exButton1.CornerRadius             = 3;
     this.exButton1.DialogResult             = System.Windows.Forms.DialogResult.OK;
     this.exButton1.DrawFocusRect            = true;
     this.exButton1.ImageOffset              = new System.Drawing.Point(4, 0);
     this.exButton1.ImageSize                = new System.Drawing.Size(16, 16);
     this.exButton1.IsSplitButton            = false;
     this.exButton1.Location                 = new System.Drawing.Point(102, 88);
     this.exButton1.MetroColorScheme         = CG.Controls.Grid.Render.MetroScheme.Orange;
     this.exButton1.Name                     = "exButton1";
     this.exButton1.PaddingText              = new System.Windows.Forms.Padding(4);
     officeButtonRenderer2.TextColorDisabled = System.Drawing.SystemColors.GrayText;
     this.exButton1.Renderer                 = officeButtonRenderer2;
     this.exButton1.RenderType               = CG.Controls.Common.EnRenderType.Office2007;
     this.exButton1.Size                     = new System.Drawing.Size(78, 25);
     this.exButton1.SplitButtonWidth         = 20;
     this.exButton1.TabIndex                 = 10;
     this.exButton1.Text                     = "Ok";
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(11, 17);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(64, 14);
     this.label2.TabIndex = 13;
     this.label2.Text     = "Day Count";
     //
     // dayCountTxt
     //
     this.dayCountTxt.Location = new System.Drawing.Point(87, 14);
     this.dayCountTxt.Name     = "dayCountTxt";
     this.dayCountTxt.Size     = new System.Drawing.Size(92, 22);
     this.dayCountTxt.TabIndex = 14;
     //
     // excludeweekendChk
     //
     this.excludeweekendChk.AutoSize = true;
     this.excludeweekendChk.Location = new System.Drawing.Point(12, 54);
     this.excludeweekendChk.Name     = "excludeweekendChk";
     this.excludeweekendChk.Size     = new System.Drawing.Size(130, 18);
     this.excludeweekendChk.TabIndex = 15;
     this.excludeweekendChk.Text     = "Exclude Weekends";
     this.excludeweekendChk.UseVisualStyleBackColor = true;
     //
     // DayCountFrm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(194, 126);
     this.Controls.Add(this.excludeweekendChk);
     this.Controls.Add(this.dayCountTxt);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.exButton1);
     this.Font            = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
     this.Name            = "DayCountFrm";
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text            = "Day Count";
     this.Load           += new System.EventHandler(this.DayCountFrm_Load);
     ((System.ComponentModel.ISupportInitialize)(this.dayCountTxt)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }