/// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 protected void InitializeComponent()
 {
     this.smPanel1 = new LlamaCarbonCopy.Controls.BaseControls.SMPanel();
     this.panelEx1 = new DevComponents.DotNetBar.PanelEx();
     this.rtxtMessage = new System.Windows.Forms.RichTextBox();
     this.OK_smButton = new LlamaCarbonCopy.Controls.BaseControls.SMButton();
     this.Cancel_smButton = new LlamaCarbonCopy.Controls.BaseControls.SMButton();
     this.pictureBox1 = new System.Windows.Forms.PictureBox();
     this.smPanel1.SuspendLayout();
     this.panelEx1.SuspendLayout();
     this.SuspendLayout();
     //
     // smPanel1
     //
     this.smPanel1.BackColor = System.Drawing.Color.Transparent;
     this.smPanel1.Controls.Add(this.panelEx1);
     this.smPanel1.DataSource = null;
     this.smPanel1.DataSourceProperty = null;
     this.smPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.smPanel1.Font = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.smPanel1.LocalProperty = null;
     this.smPanel1.Location = new System.Drawing.Point(0, 0);
     this.smPanel1.Name = "smPanel1";
     this.smPanel1.Size = new System.Drawing.Size(392, 200);
     this.smPanel1.TabIndex = 0;
     //
     // panelEx1
     //
     this.panelEx1.CanvasColor = System.Drawing.SystemColors.Control;
     this.panelEx1.Controls.Add(this.rtxtMessage);
     this.panelEx1.Controls.Add(this.OK_smButton);
     this.panelEx1.Controls.Add(this.Cancel_smButton);
     this.panelEx1.Controls.Add(this.pictureBox1);
     this.panelEx1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.panelEx1.Location = new System.Drawing.Point(0, 0);
     this.panelEx1.Name = "panelEx1";
     this.panelEx1.Size = new System.Drawing.Size(392, 200);
     this.panelEx1.Style.Alignment = System.Drawing.StringAlignment.Center;
     this.panelEx1.Style.BackColor1.Color = System.Drawing.Color.FromArgb(((System.Byte)(142)), ((System.Byte)(179)), ((System.Byte)(231)));
     this.panelEx1.Style.BackColor2.Color = System.Drawing.Color.FromArgb(((System.Byte)(223)), ((System.Byte)(237)), ((System.Byte)(254)));
     this.panelEx1.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
     this.panelEx1.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
     this.panelEx1.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
     this.panelEx1.Style.GradientAngle = 90;
     this.panelEx1.TabIndex = 4;
     //
     // rtxtMessage
     //
     this.rtxtMessage.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.rtxtMessage.Location = new System.Drawing.Point(126, 10);
     this.rtxtMessage.Name = "rtxtMessage";
     this.rtxtMessage.ReadOnly = true;
     this.rtxtMessage.Size = new System.Drawing.Size(256, 142);
     this.rtxtMessage.TabIndex = 4;
     this.rtxtMessage.Text = "";
     //
     // OK_smButton
     //
     this.OK_smButton.BackColor = System.Drawing.Color.White;
     this.OK_smButton.DataSource = null;
     this.OK_smButton.DataSourceProperty = null;
     this.OK_smButton.Font = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.OK_smButton.LocalProperty = null;
     this.OK_smButton.Location = new System.Drawing.Point(12, 164);
     this.OK_smButton.Name = "OK_smButton";
     this.OK_smButton.Size = new System.Drawing.Size(102, 27);
     this.OK_smButton.TabIndex = 0;
     this.OK_smButton.Text = "Ok";
     this.OK_smButton.Click += new System.EventHandler(this.OK_smButton_Click);
     //
     // Cancel_smButton
     //
     this.Cancel_smButton.BackColor = System.Drawing.Color.White;
     this.Cancel_smButton.DataSource = null;
     this.Cancel_smButton.DataSourceProperty = null;
     this.Cancel_smButton.Font = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.Cancel_smButton.LocalProperty = null;
     this.Cancel_smButton.Location = new System.Drawing.Point(286, 164);
     this.Cancel_smButton.Name = "Cancel_smButton";
     this.Cancel_smButton.Size = new System.Drawing.Size(94, 27);
     this.Cancel_smButton.TabIndex = 1;
     this.Cancel_smButton.Text = "Cancel";
     this.Cancel_smButton.Click += new System.EventHandler(this.Cancel_smButton_Click);
     //
     // pictureBox1
     //
     this.pictureBox1.Location = new System.Drawing.Point(12, 10);
     this.pictureBox1.Name = "pictureBox1";
     this.pictureBox1.Size = new System.Drawing.Size(100, 90);
     this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     this.pictureBox1.TabIndex = 3;
     this.pictureBox1.TabStop = false;
     //
     // BaseMessageForm
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(6, 16);
     this.BackColor = System.Drawing.Color.White;
     this.ClientSize = new System.Drawing.Size(392, 200);
     this.Controls.Add(this.smPanel1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
     this.MaximizeBox = false;
     this.MinimizeBox = false;
     this.Name = "BaseMessageForm";
     this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide;
     this.smPanel1.ResumeLayout(false);
     this.panelEx1.ResumeLayout(false);
     this.ResumeLayout(false);
 }
示例#2
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(NewEntityForm));
     this.OK_smButton     = new LlamaCarbonCopy.Controls.BaseControls.SMButton();
     this.Cancel_smButton = new LlamaCarbonCopy.Controls.BaseControls.SMButton();
     this.smLabel1        = new LlamaCarbonCopy.Controls.BaseControls.SMLabel();
     this.smTextBox1      = new LlamaCarbonCopy.Controls.BaseControls.SMTextBox();
     this.panelEx1        = new DevComponents.DotNetBar.PanelEx();
     this.panelEx1.SuspendLayout();
     this.SuspendLayout();
     //
     // OK_smButton
     //
     this.OK_smButton.BackColor          = System.Drawing.Color.White;
     this.OK_smButton.DataSource         = null;
     this.OK_smButton.DataSourceProperty = null;
     this.OK_smButton.Font          = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.OK_smButton.LocalProperty = null;
     this.OK_smButton.Location      = new System.Drawing.Point(28, 82);
     this.OK_smButton.Name          = "OK_smButton";
     this.OK_smButton.Size          = new System.Drawing.Size(106, 26);
     this.OK_smButton.TabIndex      = 1;
     this.OK_smButton.Text          = "&Ok";
     this.OK_smButton.Click        += new System.EventHandler(this.OK_smButton_Click);
     //
     // Cancel_smButton
     //
     this.Cancel_smButton.BackColor          = System.Drawing.Color.White;
     this.Cancel_smButton.DataSource         = null;
     this.Cancel_smButton.DataSourceProperty = null;
     this.Cancel_smButton.DialogResult       = System.Windows.Forms.DialogResult.Cancel;
     this.Cancel_smButton.Font          = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.Cancel_smButton.LocalProperty = null;
     this.Cancel_smButton.Location      = new System.Drawing.Point(140, 82);
     this.Cancel_smButton.Name          = "Cancel_smButton";
     this.Cancel_smButton.Size          = new System.Drawing.Size(104, 26);
     this.Cancel_smButton.TabIndex      = 2;
     this.Cancel_smButton.Text          = "&Cancel";
     this.Cancel_smButton.Click        += new System.EventHandler(this.Cancel_smButton_Click);
     //
     // smLabel1
     //
     this.smLabel1.BackColor          = System.Drawing.Color.Transparent;
     this.smLabel1.DataSource         = null;
     this.smLabel1.DataSourceProperty = null;
     this.smLabel1.Font          = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.smLabel1.ForeColor     = System.Drawing.Color.Black;
     this.smLabel1.LocalProperty = null;
     this.smLabel1.Location      = new System.Drawing.Point(28, 8);
     this.smLabel1.Name          = "smLabel1";
     this.smLabel1.Size          = new System.Drawing.Size(200, 20);
     this.smLabel1.TabIndex      = 2;
     this.smLabel1.Text          = "Enter a name for the new item.";
     this.smLabel1.TextAlign     = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // smTextBox1
     //
     this.smTextBox1.BackColor          = System.Drawing.Color.White;
     this.smTextBox1.BorderStyle        = System.Windows.Forms.BorderStyle.FixedSingle;
     this.smTextBox1.DataSource         = null;
     this.smTextBox1.DataSourceProperty = null;
     this.smTextBox1.Font          = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.smTextBox1.ForeColor     = System.Drawing.Color.Black;
     this.smTextBox1.LocalProperty = null;
     this.smTextBox1.Location      = new System.Drawing.Point(28, 40);
     this.smTextBox1.Name          = "smTextBox1";
     this.smTextBox1.Size          = new System.Drawing.Size(216, 23);
     this.smTextBox1.TabIndex      = 0;
     this.smTextBox1.Text          = "";
     //
     // panelEx1
     //
     this.panelEx1.CanvasColor = System.Drawing.SystemColors.Control;
     this.panelEx1.Controls.Add(this.OK_smButton);
     this.panelEx1.Controls.Add(this.Cancel_smButton);
     this.panelEx1.Controls.Add(this.smLabel1);
     this.panelEx1.Controls.Add(this.smTextBox1);
     this.panelEx1.Dock                              = System.Windows.Forms.DockStyle.Fill;
     this.panelEx1.Location                          = new System.Drawing.Point(0, 0);
     this.panelEx1.Name                              = "panelEx1";
     this.panelEx1.Size                              = new System.Drawing.Size(282, 126);
     this.panelEx1.Style.Alignment                   = System.Drawing.StringAlignment.Center;
     this.panelEx1.Style.BackColor1.Color            = System.Drawing.Color.FromArgb(((System.Byte)(142)), ((System.Byte)(179)), ((System.Byte)(231)));
     this.panelEx1.Style.BackColor2.Color            = System.Drawing.Color.FromArgb(((System.Byte)(223)), ((System.Byte)(237)), ((System.Byte)(254)));
     this.panelEx1.Style.Border                      = DevComponents.DotNetBar.eBorderType.SingleLine;
     this.panelEx1.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
     this.panelEx1.Style.ForeColor.ColorSchemePart   = DevComponents.DotNetBar.eColorSchemePart.PanelText;
     this.panelEx1.Style.GradientAngle               = 90;
     this.panelEx1.TabIndex                          = 3;
     //
     // NewEntityForm
     //
     this.AcceptButton      = this.OK_smButton;
     this.AutoScaleBaseSize = new System.Drawing.Size(6, 16);
     this.BackColor         = System.Drawing.Color.White;
     this.CancelButton      = this.Cancel_smButton;
     this.ClientSize        = new System.Drawing.Size(282, 126);
     this.Controls.Add(this.panelEx1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
     this.Icon            = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "NewEntityForm";
     this.SizeGripStyle   = System.Windows.Forms.SizeGripStyle.Hide;
     this.Text            = "New";
     this.Load           += new System.EventHandler(this.NewEntityForm_Load);
     this.Closed         += new System.EventHandler(this.NewEntityForm_Closed);
     this.panelEx1.ResumeLayout(false);
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 protected void InitializeComponent()
 {
     this.smPanel1        = new LlamaCarbonCopy.Controls.BaseControls.SMPanel();
     this.panelEx1        = new DevComponents.DotNetBar.PanelEx();
     this.rtxtMessage     = new System.Windows.Forms.RichTextBox();
     this.OK_smButton     = new LlamaCarbonCopy.Controls.BaseControls.SMButton();
     this.Cancel_smButton = new LlamaCarbonCopy.Controls.BaseControls.SMButton();
     this.pictureBox1     = new System.Windows.Forms.PictureBox();
     this.smPanel1.SuspendLayout();
     this.panelEx1.SuspendLayout();
     this.SuspendLayout();
     //
     // smPanel1
     //
     this.smPanel1.BackColor = System.Drawing.Color.Transparent;
     this.smPanel1.Controls.Add(this.panelEx1);
     this.smPanel1.DataSource         = null;
     this.smPanel1.DataSourceProperty = null;
     this.smPanel1.Dock          = System.Windows.Forms.DockStyle.Fill;
     this.smPanel1.Font          = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.smPanel1.LocalProperty = null;
     this.smPanel1.Location      = new System.Drawing.Point(0, 0);
     this.smPanel1.Name          = "smPanel1";
     this.smPanel1.Size          = new System.Drawing.Size(392, 200);
     this.smPanel1.TabIndex      = 0;
     //
     // panelEx1
     //
     this.panelEx1.CanvasColor = System.Drawing.SystemColors.Control;
     this.panelEx1.Controls.Add(this.rtxtMessage);
     this.panelEx1.Controls.Add(this.OK_smButton);
     this.panelEx1.Controls.Add(this.Cancel_smButton);
     this.panelEx1.Controls.Add(this.pictureBox1);
     this.panelEx1.Dock                              = System.Windows.Forms.DockStyle.Fill;
     this.panelEx1.Location                          = new System.Drawing.Point(0, 0);
     this.panelEx1.Name                              = "panelEx1";
     this.panelEx1.Size                              = new System.Drawing.Size(392, 200);
     this.panelEx1.Style.Alignment                   = System.Drawing.StringAlignment.Center;
     this.panelEx1.Style.BackColor1.Color            = System.Drawing.Color.FromArgb(((System.Byte)(142)), ((System.Byte)(179)), ((System.Byte)(231)));
     this.panelEx1.Style.BackColor2.Color            = System.Drawing.Color.FromArgb(((System.Byte)(223)), ((System.Byte)(237)), ((System.Byte)(254)));
     this.panelEx1.Style.Border                      = DevComponents.DotNetBar.eBorderType.SingleLine;
     this.panelEx1.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
     this.panelEx1.Style.ForeColor.ColorSchemePart   = DevComponents.DotNetBar.eColorSchemePart.PanelText;
     this.panelEx1.Style.GradientAngle               = 90;
     this.panelEx1.TabIndex                          = 4;
     //
     // rtxtMessage
     //
     this.rtxtMessage.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.rtxtMessage.Location    = new System.Drawing.Point(126, 10);
     this.rtxtMessage.Name        = "rtxtMessage";
     this.rtxtMessage.ReadOnly    = true;
     this.rtxtMessage.Size        = new System.Drawing.Size(256, 142);
     this.rtxtMessage.TabIndex    = 4;
     this.rtxtMessage.Text        = "";
     //
     // OK_smButton
     //
     this.OK_smButton.BackColor          = System.Drawing.Color.White;
     this.OK_smButton.DataSource         = null;
     this.OK_smButton.DataSourceProperty = null;
     this.OK_smButton.Font          = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.OK_smButton.LocalProperty = null;
     this.OK_smButton.Location      = new System.Drawing.Point(12, 164);
     this.OK_smButton.Name          = "OK_smButton";
     this.OK_smButton.Size          = new System.Drawing.Size(102, 27);
     this.OK_smButton.TabIndex      = 0;
     this.OK_smButton.Text          = "Ok";
     this.OK_smButton.Click        += new System.EventHandler(this.OK_smButton_Click);
     //
     // Cancel_smButton
     //
     this.Cancel_smButton.BackColor          = System.Drawing.Color.White;
     this.Cancel_smButton.DataSource         = null;
     this.Cancel_smButton.DataSourceProperty = null;
     this.Cancel_smButton.Font          = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.Cancel_smButton.LocalProperty = null;
     this.Cancel_smButton.Location      = new System.Drawing.Point(286, 164);
     this.Cancel_smButton.Name          = "Cancel_smButton";
     this.Cancel_smButton.Size          = new System.Drawing.Size(94, 27);
     this.Cancel_smButton.TabIndex      = 1;
     this.Cancel_smButton.Text          = "Cancel";
     this.Cancel_smButton.Click        += new System.EventHandler(this.Cancel_smButton_Click);
     //
     // pictureBox1
     //
     this.pictureBox1.Location = new System.Drawing.Point(12, 10);
     this.pictureBox1.Name     = "pictureBox1";
     this.pictureBox1.Size     = new System.Drawing.Size(100, 90);
     this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     this.pictureBox1.TabIndex = 3;
     this.pictureBox1.TabStop  = false;
     //
     // BaseMessageForm
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(6, 16);
     this.BackColor         = System.Drawing.Color.White;
     this.ClientSize        = new System.Drawing.Size(392, 200);
     this.Controls.Add(this.smPanel1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "BaseMessageForm";
     this.SizeGripStyle   = System.Windows.Forms.SizeGripStyle.Hide;
     this.smPanel1.ResumeLayout(false);
     this.panelEx1.ResumeLayout(false);
     this.ResumeLayout(false);
 }
示例#4
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.panelEx1             = new DevComponents.DotNetBar.PanelEx();
     this.smLabel5             = new LlamaCarbonCopy.Controls.BaseControls.SMLabel();
     this.smLabel4             = new LlamaCarbonCopy.Controls.BaseControls.SMLabel();
     this.smLabel3             = new LlamaCarbonCopy.Controls.BaseControls.SMLabel();
     this.smLabel2             = new LlamaCarbonCopy.Controls.BaseControls.SMLabel();
     this.smLabel1             = new LlamaCarbonCopy.Controls.BaseControls.SMLabel();
     this.txtMaximumRetryCount = new LlamaCarbonCopy.Controls.BaseControls.SMTextBox();
     this.txtTimerLength       = new LlamaCarbonCopy.Controls.BaseControls.SMTextBox();
     this.cboxAutoStart        = new LlamaCarbonCopy.Controls.BaseControls.SMCheckBox();
     this.btnCancel            = new LlamaCarbonCopy.Controls.BaseControls.SMButton();
     this.btnOk = new LlamaCarbonCopy.Controls.BaseControls.SMButton();
     this.panelEx1.SuspendLayout();
     this.SuspendLayout();
     //
     // panelEx1
     //
     this.panelEx1.CanvasColor = System.Drawing.SystemColors.Control;
     this.panelEx1.Controls.Add(this.smLabel5);
     this.panelEx1.Controls.Add(this.smLabel4);
     this.panelEx1.Controls.Add(this.smLabel3);
     this.panelEx1.Controls.Add(this.smLabel2);
     this.panelEx1.Controls.Add(this.smLabel1);
     this.panelEx1.Controls.Add(this.txtMaximumRetryCount);
     this.panelEx1.Controls.Add(this.txtTimerLength);
     this.panelEx1.Controls.Add(this.cboxAutoStart);
     this.panelEx1.Controls.Add(this.btnCancel);
     this.panelEx1.Controls.Add(this.btnOk);
     this.panelEx1.Dock                              = System.Windows.Forms.DockStyle.Fill;
     this.panelEx1.Location                          = new System.Drawing.Point(0, 0);
     this.panelEx1.Name                              = "panelEx1";
     this.panelEx1.Size                              = new System.Drawing.Size(692, 588);
     this.panelEx1.Style.Alignment                   = System.Drawing.StringAlignment.Center;
     this.panelEx1.Style.BackColor1.Color            = System.Drawing.Color.FromArgb(((System.Byte)(142)), ((System.Byte)(179)), ((System.Byte)(231)));
     this.panelEx1.Style.BackColor2.Color            = System.Drawing.Color.FromArgb(((System.Byte)(223)), ((System.Byte)(237)), ((System.Byte)(254)));
     this.panelEx1.Style.Border                      = DevComponents.DotNetBar.eBorderType.SingleLine;
     this.panelEx1.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
     this.panelEx1.Style.ForeColor.ColorSchemePart   = DevComponents.DotNetBar.eColorSchemePart.PanelText;
     this.panelEx1.Style.GradientAngle               = 90;
     this.panelEx1.TabIndex                          = 0;
     //
     // smLabel5
     //
     this.smLabel5.BackColor          = System.Drawing.Color.Transparent;
     this.smLabel5.DataSource         = null;
     this.smLabel5.DataSourceProperty = null;
     this.smLabel5.Font          = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.smLabel5.ForeColor     = System.Drawing.Color.Black;
     this.smLabel5.LocalProperty = null;
     this.smLabel5.Location      = new System.Drawing.Point(482, 404);
     this.smLabel5.Name          = "smLabel5";
     this.smLabel5.Size          = new System.Drawing.Size(180, 16);
     this.smLabel5.TabIndex      = 13;
     this.smLabel5.Text          = "Maximum Retry Count";
     this.smLabel5.TextAlign     = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // smLabel4
     //
     this.smLabel4.BackColor          = System.Drawing.Color.Transparent;
     this.smLabel4.DataSource         = null;
     this.smLabel4.DataSourceProperty = null;
     this.smLabel4.Font          = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.smLabel4.ForeColor     = System.Drawing.Color.Black;
     this.smLabel4.LocalProperty = null;
     this.smLabel4.Location      = new System.Drawing.Point(482, 172);
     this.smLabel4.Name          = "smLabel4";
     this.smLabel4.Size          = new System.Drawing.Size(192, 16);
     this.smLabel4.TabIndex      = 12;
     this.smLabel4.Text          = "Timer Length (in milliseconds)";
     this.smLabel4.TextAlign     = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // smLabel3
     //
     this.smLabel3.BackColor          = System.Drawing.Color.Transparent;
     this.smLabel3.DataSource         = null;
     this.smLabel3.DataSourceProperty = null;
     this.smLabel3.Font          = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.smLabel3.ForeColor     = System.Drawing.Color.Black;
     this.smLabel3.LocalProperty = null;
     this.smLabel3.Location      = new System.Drawing.Point(24, 400);
     this.smLabel3.Name          = "smLabel3";
     this.smLabel3.Size          = new System.Drawing.Size(212, 140);
     this.smLabel3.TabIndex      = 11;
     this.smLabel3.Text          = "Each time a file changes an attempt to copy that file is made (after waiting the " +
                                   "appropriate time as marked above).  If that copy fails for some reason, attempts" +
                                   " will be made repeatedly until the file is either copied or the limit entered he" +
                                   "re is reached.";
     this.smLabel3.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // smLabel2
     //
     this.smLabel2.BackColor          = System.Drawing.Color.Transparent;
     this.smLabel2.DataSource         = null;
     this.smLabel2.DataSourceProperty = null;
     this.smLabel2.Font          = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.smLabel2.ForeColor     = System.Drawing.Color.Black;
     this.smLabel2.LocalProperty = null;
     this.smLabel2.Location      = new System.Drawing.Point(24, 170);
     this.smLabel2.Name          = "smLabel2";
     this.smLabel2.Size          = new System.Drawing.Size(212, 218);
     this.smLabel2.TabIndex      = 10;
     this.smLabel2.Text          = @"As your computer changes files it goes through several steps.  Each of those steps can trigger the copying mechanism.  For efficiency purposes, it is better to wait some time before attempting to copy a file, just in case it is about to be changed again.  If you are mostly changing small files, testing has shown 3 seconds to be the best.  Alternatively, If you are changing large files a longer wait period is highly recommended.";
     this.smLabel2.TextAlign     = System.Drawing.ContentAlignment.MiddleRight;
     //
     // smLabel1
     //
     this.smLabel1.BackColor          = System.Drawing.Color.Transparent;
     this.smLabel1.DataSource         = null;
     this.smLabel1.DataSourceProperty = null;
     this.smLabel1.Font          = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.smLabel1.ForeColor     = System.Drawing.Color.Black;
     this.smLabel1.LocalProperty = null;
     this.smLabel1.Location      = new System.Drawing.Point(24, 28);
     this.smLabel1.Name          = "smLabel1";
     this.smLabel1.Size          = new System.Drawing.Size(212, 144);
     this.smLabel1.TabIndex      = 9;
     this.smLabel1.Text          = "If you check this feature then the program will start watching the directories th" +
                                   "at you already have entered in the program immediately following the program sta" +
                                   "rting.  If it is unchecked, then the program waits for you to start it manually." +
                                   "";
     this.smLabel1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // txtMaximumRetryCount
     //
     this.txtMaximumRetryCount.BackColor          = System.Drawing.Color.White;
     this.txtMaximumRetryCount.BorderStyle        = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtMaximumRetryCount.DataSource         = null;
     this.txtMaximumRetryCount.DataSourceProperty = null;
     this.txtMaximumRetryCount.Font          = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.txtMaximumRetryCount.ForeColor     = System.Drawing.Color.Black;
     this.txtMaximumRetryCount.LocalProperty = null;
     this.txtMaximumRetryCount.Location      = new System.Drawing.Point(252, 400);
     this.txtMaximumRetryCount.Name          = "txtMaximumRetryCount";
     this.txtMaximumRetryCount.Size          = new System.Drawing.Size(224, 23);
     this.txtMaximumRetryCount.TabIndex      = 8;
     this.txtMaximumRetryCount.Text          = "";
     //
     // txtTimerLength
     //
     this.txtTimerLength.BackColor          = System.Drawing.Color.White;
     this.txtTimerLength.BorderStyle        = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtTimerLength.DataSource         = null;
     this.txtTimerLength.DataSourceProperty = null;
     this.txtTimerLength.Font          = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.txtTimerLength.ForeColor     = System.Drawing.Color.Black;
     this.txtTimerLength.LocalProperty = null;
     this.txtTimerLength.Location      = new System.Drawing.Point(252, 170);
     this.txtTimerLength.Name          = "txtTimerLength";
     this.txtTimerLength.Size          = new System.Drawing.Size(224, 23);
     this.txtTimerLength.TabIndex      = 7;
     this.txtTimerLength.Text          = "";
     //
     // cboxAutoStart
     //
     this.cboxAutoStart.BackColor          = System.Drawing.Color.Transparent;
     this.cboxAutoStart.DataSource         = null;
     this.cboxAutoStart.DataSourceProperty = null;
     this.cboxAutoStart.ForeColor          = System.Drawing.Color.Black;
     this.cboxAutoStart.LocalProperty      = null;
     this.cboxAutoStart.Location           = new System.Drawing.Point(252, 28);
     this.cboxAutoStart.Name     = "cboxAutoStart";
     this.cboxAutoStart.Size     = new System.Drawing.Size(224, 24);
     this.cboxAutoStart.TabIndex = 6;
     this.cboxAutoStart.Text     = "Automatically Start Copying Files";
     //
     // btnCancel
     //
     this.btnCancel.BackColor          = System.Drawing.Color.White;
     this.btnCancel.DataSource         = null;
     this.btnCancel.DataSourceProperty = null;
     this.btnCancel.DialogResult       = System.Windows.Forms.DialogResult.Cancel;
     this.btnCancel.Font          = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.btnCancel.ForeColor     = System.Drawing.Color.Black;
     this.btnCancel.LocalProperty = null;
     this.btnCancel.Location      = new System.Drawing.Point(588, 556);
     this.btnCancel.Name          = "btnCancel";
     this.btnCancel.Size          = new System.Drawing.Size(100, 26);
     this.btnCancel.TabIndex      = 5;
     this.btnCancel.Text          = "&Cancel";
     this.btnCancel.Click        += new System.EventHandler(this.btnCancel_Click);
     //
     // btnOk
     //
     this.btnOk.BackColor          = System.Drawing.Color.White;
     this.btnOk.DataSource         = null;
     this.btnOk.DataSourceProperty = null;
     this.btnOk.Font          = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.btnOk.ForeColor     = System.Drawing.Color.Black;
     this.btnOk.LocalProperty = null;
     this.btnOk.Location      = new System.Drawing.Point(4, 556);
     this.btnOk.Name          = "btnOk";
     this.btnOk.Size          = new System.Drawing.Size(100, 26);
     this.btnOk.TabIndex      = 4;
     this.btnOk.Text          = "&Ok";
     this.btnOk.Click        += new System.EventHandler(this.btnOk_Click);
     //
     // AdvancedConfigurationForm
     //
     this.AcceptButton      = this.btnOk;
     this.AutoScaleBaseSize = new System.Drawing.Size(6, 16);
     this.BackColor         = System.Drawing.Color.White;
     this.CancelButton      = this.btnCancel;
     this.ClientSize        = new System.Drawing.Size(692, 588);
     this.Controls.Add(this.panelEx1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
     this.Name            = "AdvancedConfigurationForm";
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "Advanced Configuration";
     this.Load           += new System.EventHandler(this.AdvancedConfigurationForm_Load);
     this.panelEx1.ResumeLayout(false);
     this.ResumeLayout(false);
 }
示例#5
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(NewEntityForm));
     this.OK_smButton = new LlamaCarbonCopy.Controls.BaseControls.SMButton();
     this.Cancel_smButton = new LlamaCarbonCopy.Controls.BaseControls.SMButton();
     this.smLabel1 = new LlamaCarbonCopy.Controls.BaseControls.SMLabel();
     this.smTextBox1 = new LlamaCarbonCopy.Controls.BaseControls.SMTextBox();
     this.panelEx1 = new DevComponents.DotNetBar.PanelEx();
     this.panelEx1.SuspendLayout();
     this.SuspendLayout();
     //
     // OK_smButton
     //
     this.OK_smButton.BackColor = System.Drawing.Color.White;
     this.OK_smButton.DataSource = null;
     this.OK_smButton.DataSourceProperty = null;
     this.OK_smButton.Font = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.OK_smButton.LocalProperty = null;
     this.OK_smButton.Location = new System.Drawing.Point(28, 82);
     this.OK_smButton.Name = "OK_smButton";
     this.OK_smButton.Size = new System.Drawing.Size(106, 26);
     this.OK_smButton.TabIndex = 1;
     this.OK_smButton.Text = "&Ok";
     this.OK_smButton.Click += new System.EventHandler(this.OK_smButton_Click);
     //
     // Cancel_smButton
     //
     this.Cancel_smButton.BackColor = System.Drawing.Color.White;
     this.Cancel_smButton.DataSource = null;
     this.Cancel_smButton.DataSourceProperty = null;
     this.Cancel_smButton.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.Cancel_smButton.Font = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.Cancel_smButton.LocalProperty = null;
     this.Cancel_smButton.Location = new System.Drawing.Point(140, 82);
     this.Cancel_smButton.Name = "Cancel_smButton";
     this.Cancel_smButton.Size = new System.Drawing.Size(104, 26);
     this.Cancel_smButton.TabIndex = 2;
     this.Cancel_smButton.Text = "&Cancel";
     this.Cancel_smButton.Click += new System.EventHandler(this.Cancel_smButton_Click);
     //
     // smLabel1
     //
     this.smLabel1.BackColor = System.Drawing.Color.Transparent;
     this.smLabel1.DataSource = null;
     this.smLabel1.DataSourceProperty = null;
     this.smLabel1.Font = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.smLabel1.ForeColor = System.Drawing.Color.Black;
     this.smLabel1.LocalProperty = null;
     this.smLabel1.Location = new System.Drawing.Point(28, 8);
     this.smLabel1.Name = "smLabel1";
     this.smLabel1.Size = new System.Drawing.Size(200, 20);
     this.smLabel1.TabIndex = 2;
     this.smLabel1.Text = "Enter a name for the new item.";
     this.smLabel1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // smTextBox1
     //
     this.smTextBox1.BackColor = System.Drawing.Color.White;
     this.smTextBox1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.smTextBox1.DataSource = null;
     this.smTextBox1.DataSourceProperty = null;
     this.smTextBox1.Font = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.smTextBox1.ForeColor = System.Drawing.Color.Black;
     this.smTextBox1.LocalProperty = null;
     this.smTextBox1.Location = new System.Drawing.Point(28, 40);
     this.smTextBox1.Name = "smTextBox1";
     this.smTextBox1.Size = new System.Drawing.Size(216, 23);
     this.smTextBox1.TabIndex = 0;
     this.smTextBox1.Text = "";
     //
     // panelEx1
     //
     this.panelEx1.CanvasColor = System.Drawing.SystemColors.Control;
     this.panelEx1.Controls.Add(this.OK_smButton);
     this.panelEx1.Controls.Add(this.Cancel_smButton);
     this.panelEx1.Controls.Add(this.smLabel1);
     this.panelEx1.Controls.Add(this.smTextBox1);
     this.panelEx1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.panelEx1.Location = new System.Drawing.Point(0, 0);
     this.panelEx1.Name = "panelEx1";
     this.panelEx1.Size = new System.Drawing.Size(282, 126);
     this.panelEx1.Style.Alignment = System.Drawing.StringAlignment.Center;
     this.panelEx1.Style.BackColor1.Color = System.Drawing.Color.FromArgb(((System.Byte)(142)), ((System.Byte)(179)), ((System.Byte)(231)));
     this.panelEx1.Style.BackColor2.Color = System.Drawing.Color.FromArgb(((System.Byte)(223)), ((System.Byte)(237)), ((System.Byte)(254)));
     this.panelEx1.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
     this.panelEx1.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
     this.panelEx1.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
     this.panelEx1.Style.GradientAngle = 90;
     this.panelEx1.TabIndex = 3;
     //
     // NewEntityForm
     //
     this.AcceptButton = this.OK_smButton;
     this.AutoScaleBaseSize = new System.Drawing.Size(6, 16);
     this.BackColor = System.Drawing.Color.White;
     this.CancelButton = this.Cancel_smButton;
     this.ClientSize = new System.Drawing.Size(282, 126);
     this.Controls.Add(this.panelEx1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox = false;
     this.MinimizeBox = false;
     this.Name = "NewEntityForm";
     this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide;
     this.Text = "New";
     this.Load += new System.EventHandler(this.NewEntityForm_Load);
     this.Closed += new System.EventHandler(this.NewEntityForm_Closed);
     this.panelEx1.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();
     this.timerCheckReporter     = new System.Windows.Forms.Timer(this.components);
     this.dgHistory              = new System.Windows.Forms.DataGrid();
     this.dataGridTableStyle1    = new System.Windows.Forms.DataGridTableStyle();
     this.dataGridTextBoxColumn1 = new System.Windows.Forms.DataGridTextBoxColumn();
     this.dataGridTextBoxColumn6 = new System.Windows.Forms.DataGridTextBoxColumn();
     this.dataGridTextBoxColumn2 = new System.Windows.Forms.DataGridTextBoxColumn();
     this.dataGridTextBoxColumn3 = new System.Windows.Forms.DataGridTextBoxColumn();
     this.dataGridTextBoxColumn4 = new System.Windows.Forms.DataGridTextBoxColumn();
     this.dataGridTextBoxColumn5 = new System.Windows.Forms.DataGridTextBoxColumn();
     this.btnClose         = new LlamaCarbonCopy.Controls.BaseControls.SMButton();
     this.smLabel1         = new LlamaCarbonCopy.Controls.BaseControls.SMLabel();
     this.timerProcessing  = new System.Windows.Forms.Timer(this.components);
     this.purchaseControl1 = new LlamaCarbonCopy.Controls.PurchaseControl();
     ((System.ComponentModel.ISupportInitialize)(this.dgHistory)).BeginInit();
     this.SuspendLayout();
     //
     // timerCheckReporter
     //
     this.timerCheckReporter.Interval = 1000;
     this.timerCheckReporter.Tick    += new System.EventHandler(this.timerCheckReporter_Tick);
     //
     // dgHistory
     //
     this.dgHistory.AlternatingBackColor = System.Drawing.Color.LemonChiffon;
     this.dgHistory.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.dgHistory.BackgroundColor     = System.Drawing.Color.White;
     this.dgHistory.BorderStyle         = System.Windows.Forms.BorderStyle.FixedSingle;
     this.dgHistory.CaptionBackColor    = System.Drawing.Color.FromArgb(((System.Byte)(255)), ((System.Byte)(220)), ((System.Byte)(143)));
     this.dgHistory.CaptionForeColor    = System.Drawing.Color.Black;
     this.dgHistory.CaptionText         = "Synchronization Results";
     this.dgHistory.DataMember          = "";
     this.dgHistory.Font                = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.dgHistory.ForeColor           = System.Drawing.Color.Black;
     this.dgHistory.HeaderBackColor     = System.Drawing.Color.FromArgb(((System.Byte)(223)), ((System.Byte)(237)), ((System.Byte)(254)));
     this.dgHistory.HeaderForeColor     = System.Drawing.SystemColors.ControlText;
     this.dgHistory.Location            = new System.Drawing.Point(14, 10);
     this.dgHistory.Name                = "dgHistory";
     this.dgHistory.ParentRowsBackColor = System.Drawing.Color.FromArgb(((System.Byte)(223)), ((System.Byte)(237)), ((System.Byte)(254)));
     this.dgHistory.ReadOnly            = true;
     this.dgHistory.SelectionBackColor  = System.Drawing.Color.Honeydew;
     this.dgHistory.Size                = new System.Drawing.Size(768, 420);
     this.dgHistory.TabIndex            = 2;
     this.dgHistory.TableStyles.AddRange(new System.Windows.Forms.DataGridTableStyle[] {
         this.dataGridTableStyle1
     });
     this.dgHistory.CurrentCellChanged += new System.EventHandler(this.dgHistory_CurrentCellChanged);
     //
     // dataGridTableStyle1
     //
     this.dataGridTableStyle1.AlternatingBackColor = System.Drawing.Color.FromArgb(((System.Byte)(246)), ((System.Byte)(231)), ((System.Byte)(134)));
     this.dataGridTableStyle1.BackColor            = System.Drawing.Color.White;
     this.dataGridTableStyle1.DataGrid             = this.dgHistory;
     this.dataGridTableStyle1.ForeColor            = System.Drawing.Color.Black;
     this.dataGridTableStyle1.GridColumnStyles.AddRange(new System.Windows.Forms.DataGridColumnStyle[] {
         this.dataGridTextBoxColumn1,
         this.dataGridTextBoxColumn6,
         this.dataGridTextBoxColumn2,
         this.dataGridTextBoxColumn3,
         this.dataGridTextBoxColumn4,
         this.dataGridTextBoxColumn5
     });
     this.dataGridTableStyle1.GridLineColor      = System.Drawing.Color.Black;
     this.dataGridTableStyle1.HeaderBackColor    = System.Drawing.Color.FromArgb(((System.Byte)(255)), ((System.Byte)(248)), ((System.Byte)(235)));
     this.dataGridTableStyle1.HeaderForeColor    = System.Drawing.Color.Black;
     this.dataGridTableStyle1.MappingName        = "results";
     this.dataGridTableStyle1.RowHeaderWidth     = 25;
     this.dataGridTableStyle1.SelectionBackColor = System.Drawing.Color.FromArgb(((System.Byte)(120)), ((System.Byte)(143)), ((System.Byte)(119)));
     this.dataGridTableStyle1.SelectionForeColor = System.Drawing.Color.White;
     //
     // dataGridTextBoxColumn1
     //
     this.dataGridTextBoxColumn1.Format      = "";
     this.dataGridTextBoxColumn1.FormatInfo  = null;
     this.dataGridTextBoxColumn1.HeaderText  = "Action";
     this.dataGridTextBoxColumn1.MappingName = "Action";
     this.dataGridTextBoxColumn1.ReadOnly    = true;
     this.dataGridTextBoxColumn1.Width       = 75;
     //
     // dataGridTextBoxColumn6
     //
     this.dataGridTextBoxColumn6.Format      = "g";
     this.dataGridTextBoxColumn6.FormatInfo  = null;
     this.dataGridTextBoxColumn6.HeaderText  = "Date";
     this.dataGridTextBoxColumn6.MappingName = "OccuredAt";
     this.dataGridTextBoxColumn6.ReadOnly    = true;
     this.dataGridTextBoxColumn6.Width       = 115;
     //
     // dataGridTextBoxColumn2
     //
     this.dataGridTextBoxColumn2.Format      = "";
     this.dataGridTextBoxColumn2.FormatInfo  = null;
     this.dataGridTextBoxColumn2.HeaderText  = "Source";
     this.dataGridTextBoxColumn2.MappingName = "OriginalPath";
     this.dataGridTextBoxColumn2.ReadOnly    = true;
     this.dataGridTextBoxColumn2.Width       = 200;
     //
     // dataGridTextBoxColumn3
     //
     this.dataGridTextBoxColumn3.Format      = "";
     this.dataGridTextBoxColumn3.FormatInfo  = null;
     this.dataGridTextBoxColumn3.HeaderText  = "Destination";
     this.dataGridTextBoxColumn3.MappingName = "CopyPath";
     this.dataGridTextBoxColumn3.ReadOnly    = true;
     this.dataGridTextBoxColumn3.Width       = 200;
     //
     // dataGridTextBoxColumn4
     //
     this.dataGridTextBoxColumn4.Format      = "";
     this.dataGridTextBoxColumn4.FormatInfo  = null;
     this.dataGridTextBoxColumn4.HeaderText  = "Result";
     this.dataGridTextBoxColumn4.MappingName = "ActionResult";
     this.dataGridTextBoxColumn4.ReadOnly    = true;
     this.dataGridTextBoxColumn4.Width       = 75;
     //
     // dataGridTextBoxColumn5
     //
     this.dataGridTextBoxColumn5.Format      = "";
     this.dataGridTextBoxColumn5.FormatInfo  = null;
     this.dataGridTextBoxColumn5.HeaderText  = "Description";
     this.dataGridTextBoxColumn5.MappingName = "ActionResultDescription";
     this.dataGridTextBoxColumn5.ReadOnly    = true;
     this.dataGridTextBoxColumn5.Width       = 200;
     //
     // btnClose
     //
     this.btnClose.Anchor             = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnClose.BackColor          = System.Drawing.Color.White;
     this.btnClose.DataSource         = null;
     this.btnClose.DataSourceProperty = null;
     this.btnClose.DialogResult       = System.Windows.Forms.DialogResult.Cancel;
     this.btnClose.Font          = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.btnClose.LocalProperty = null;
     this.btnClose.Location      = new System.Drawing.Point(682, 442);
     this.btnClose.Name          = "btnClose";
     this.btnClose.Size          = new System.Drawing.Size(100, 26);
     this.btnClose.TabIndex      = 0;
     this.btnClose.Text          = "&Close";
     //
     // smLabel1
     //
     this.smLabel1.Anchor             = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.smLabel1.BackColor          = System.Drawing.Color.Transparent;
     this.smLabel1.DataSource         = null;
     this.smLabel1.DataSourceProperty = null;
     this.smLabel1.Font          = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.smLabel1.ForeColor     = System.Drawing.Color.Black;
     this.smLabel1.LocalProperty = null;
     this.smLabel1.Location      = new System.Drawing.Point(532, 442);
     this.smLabel1.Name          = "smLabel1";
     this.smLabel1.Size          = new System.Drawing.Size(144, 26);
     this.smLabel1.TabIndex      = 3;
     this.smLabel1.TextAlign     = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // timerProcessing
     //
     this.timerProcessing.Enabled  = true;
     this.timerProcessing.Interval = 500;
     this.timerProcessing.Tick    += new System.EventHandler(this.timerProcessing_Tick);
     //
     // purchaseControl1
     //
     this.purchaseControl1.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.purchaseControl1.Location = new System.Drawing.Point(14, 443);
     this.purchaseControl1.Name     = "purchaseControl1";
     this.purchaseControl1.Size     = new System.Drawing.Size(110, 24);
     this.purchaseControl1.TabIndex = 4;
     //
     // SynchronizeForm
     //
     this.AcceptButton      = this.btnClose;
     this.AutoScaleBaseSize = new System.Drawing.Size(6, 16);
     this.CancelButton      = this.btnClose;
     this.ClientSize        = new System.Drawing.Size(802, 474);
     this.Controls.Add(this.purchaseControl1);
     this.Controls.Add(this.smLabel1);
     this.Controls.Add(this.btnClose);
     this.Controls.Add(this.dgHistory);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
     this.Name            = "SynchronizeForm";
     this.SizeGripStyle   = System.Windows.Forms.SizeGripStyle.Hide;
     this.Text            = "Synchronization Results";
     this.Load           += new System.EventHandler(this.SynchronizeForm_Load);
     ((System.ComponentModel.ISupportInitialize)(this.dgHistory)).EndInit();
     this.ResumeLayout(false);
 }