コード例 #1
0
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            AnimatorNS.Animation animation1 = new AnimatorNS.Animation();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(AnimatedTabsSample));
            this.animatedTabs1 = new AnimatorNS.TabControlEx();
            this.tabPage1 = new System.Windows.Forms.TabPage();
            this.checkedListBox1 = new System.Windows.Forms.CheckedListBox();
            this.button1 = new System.Windows.Forms.Button();
            this.label1 = new System.Windows.Forms.Label();
            this.tabPage2 = new System.Windows.Forms.TabPage();
            this.radioButton1 = new System.Windows.Forms.RadioButton();
            this.progressBar1 = new System.Windows.Forms.ProgressBar();
            this.button2 = new System.Windows.Forms.Button();
            this.label2 = new System.Windows.Forms.Label();
            this.animatedTabs1.SuspendLayout();
            this.tabPage1.SuspendLayout();
            this.tabPage2.SuspendLayout();
            this.SuspendLayout();
            // 
            // animatedTabs1
            // 
            animation1.AnimateOnlyDifferences = false;
            animation1.BlindCoeff = ((System.Drawing.PointF)(resources.GetObject("animation1.BlindCoeff")));
            animation1.LeafCoeff = 0F;
            animation1.MaxTime = 1F;
            animation1.MinTime = 0F;
            animation1.MosaicCoeff = ((System.Drawing.PointF)(resources.GetObject("animation1.MosaicCoeff")));
            animation1.MosaicShift = ((System.Drawing.PointF)(resources.GetObject("animation1.MosaicShift")));
            animation1.MosaicSize = 0;
            animation1.Padding = new System.Windows.Forms.Padding(0);
            animation1.RotateCoeff = 0F;
            animation1.RotateLimit = 0F;
            animation1.ScaleCoeff = ((System.Drawing.PointF)(resources.GetObject("animation1.ScaleCoeff")));
            animation1.SlideCoeff = ((System.Drawing.PointF)(resources.GetObject("animation1.SlideCoeff")));
            animation1.TimeCoeff = 1F;
            animation1.TransparencyCoeff = 0F;
            this.animatedTabs1.Animation = animation1;
            this.animatedTabs1.Controls.Add(this.tabPage1);
            this.animatedTabs1.Controls.Add(this.tabPage2);
            this.animatedTabs1.Location = new System.Drawing.Point(24, 22);
            this.animatedTabs1.Name = "animatedTabs1";
            this.animatedTabs1.SelectedIndex = 0;
            this.animatedTabs1.Size = new System.Drawing.Size(343, 220);
            this.animatedTabs1.TabIndex = 0;
            // 
            // tabPage1
            // 
            this.tabPage1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.tabPage1.Controls.Add(this.checkedListBox1);
            this.tabPage1.Controls.Add(this.button1);
            this.tabPage1.Controls.Add(this.label1);
            this.tabPage1.Location = new System.Drawing.Point(4, 22);
            this.tabPage1.Name = "tabPage1";
            this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
            this.tabPage1.Size = new System.Drawing.Size(335, 194);
            this.tabPage1.TabIndex = 0;
            this.tabPage1.Text = "tabPage1";
            this.tabPage1.UseVisualStyleBackColor = true;
            // 
            // checkedListBox1
            // 
            this.checkedListBox1.FormattingEnabled = true;
            this.checkedListBox1.Items.AddRange(new object[] {
            "bla bla",
            "bla bla",
            "bla bla",
            "bla bla"});
            this.checkedListBox1.Location = new System.Drawing.Point(156, 18);
            this.checkedListBox1.Name = "checkedListBox1";
            this.checkedListBox1.Size = new System.Drawing.Size(120, 94);
            this.checkedListBox1.TabIndex = 2;
            // 
            // button1
            // 
            this.button1.Location = new System.Drawing.Point(39, 75);
            this.button1.Name = "button1";
            this.button1.Size = new System.Drawing.Size(75, 23);
            this.button1.TabIndex = 1;
            this.button1.Text = "button1";
            this.button1.UseVisualStyleBackColor = true;
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
            this.label1.Location = new System.Drawing.Point(34, 32);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(67, 25);
            this.label1.TabIndex = 0;
            this.label1.Text = "Tab 1";
            // 
            // tabPage2
            // 
            this.tabPage2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.tabPage2.Controls.Add(this.radioButton1);
            this.tabPage2.Controls.Add(this.progressBar1);
            this.tabPage2.Controls.Add(this.button2);
            this.tabPage2.Controls.Add(this.label2);
            this.tabPage2.Location = new System.Drawing.Point(4, 22);
            this.tabPage2.Name = "tabPage2";
            this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
            this.tabPage2.Size = new System.Drawing.Size(335, 194);
            this.tabPage2.TabIndex = 1;
            this.tabPage2.Text = "tabPage2";
            this.tabPage2.UseVisualStyleBackColor = true;
            // 
            // radioButton1
            // 
            this.radioButton1.AutoSize = true;
            this.radioButton1.Location = new System.Drawing.Point(42, 96);
            this.radioButton1.Name = "radioButton1";
            this.radioButton1.Size = new System.Drawing.Size(85, 17);
            this.radioButton1.TabIndex = 4;
            this.radioButton1.TabStop = true;
            this.radioButton1.Text = "radioButton1";
            this.radioButton1.UseVisualStyleBackColor = true;
            // 
            // progressBar1
            // 
            this.progressBar1.Location = new System.Drawing.Point(147, 90);
            this.progressBar1.Name = "progressBar1";
            this.progressBar1.Size = new System.Drawing.Size(100, 23);
            this.progressBar1.TabIndex = 3;
            this.progressBar1.Value = 60;
            // 
            // button2
            // 
            this.button2.Location = new System.Drawing.Point(172, 33);
            this.button2.Name = "button2";
            this.button2.Size = new System.Drawing.Size(75, 23);
            this.button2.TabIndex = 2;
            this.button2.Text = "button2";
            this.button2.UseVisualStyleBackColor = true;
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
            this.label2.Location = new System.Drawing.Point(33, 33);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(67, 25);
            this.label2.TabIndex = 1;
            this.label2.Text = "Tab 2";
            // 
            // AnimatedTabsSample
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(402, 285);
            this.Controls.Add(this.animatedTabs1);
            this.Name = "AnimatedTabsSample";
            this.Text = "AnimatedTabsSample";
            this.animatedTabs1.ResumeLayout(false);
            this.tabPage1.ResumeLayout(false);
            this.tabPage1.PerformLayout();
            this.tabPage2.ResumeLayout(false);
            this.tabPage2.PerformLayout();
            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()
 {
     this.components = new System.ComponentModel.Container();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
     AnimatorNS.Animation animation2 = new AnimatorNS.Animation();
     AnimatorNS.Animation animation1 = new AnimatorNS.Animation();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Facture_Detail));
     this.pnlContainer       = new System.Windows.Forms.Panel();
     this.bunifuFlatButton1  = new Bunifu.Framework.UI.BunifuFlatButton();
     this.dataGridView1      = new System.Windows.Forms.DataGridView();
     this.comboBoxClient     = new System.Windows.Forms.ComboBox();
     this.txtNumFact         = new System.Windows.Forms.TextBox();
     this.label24            = new System.Windows.Forms.Label();
     this.label25            = new System.Windows.Forms.Label();
     this.lblRestPayer       = new System.Windows.Forms.Label();
     this.label28            = new System.Windows.Forms.Label();
     this.lblMontant         = new System.Windows.Forms.Label();
     this.label33            = new System.Windows.Forms.Label();
     this.pnlLogo            = new System.Windows.Forms.Panel();
     this.lblDate            = new System.Windows.Forms.Label();
     this.lblTime            = new System.Windows.Forms.Label();
     this.label1             = new System.Windows.Forms.Label();
     this.pnlExit            = new System.Windows.Forms.Panel();
     this.bunifuImageButton2 = new Bunifu.Framework.UI.BunifuImageButton();
     this.bunifuImageButton1 = new Bunifu.Framework.UI.BunifuImageButton();
     this.pnlHeader          = new System.Windows.Forms.Panel();
     this.animator2          = new AnimatorNS.Animator(this.components);
     this.bunifuDragControl1 = new Bunifu.Framework.UI.BunifuDragControl(this.components);
     this.bunifuDragControl2 = new Bunifu.Framework.UI.BunifuDragControl(this.components);
     this.bunifuElipse2      = new Bunifu.Framework.UI.BunifuElipse(this.components);
     this.animator1          = new AnimatorNS.Animator(this.components);
     this.pnlContainer.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
     this.pnlLogo.SuspendLayout();
     this.pnlExit.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.bunifuImageButton2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.bunifuImageButton1)).BeginInit();
     this.SuspendLayout();
     //
     // pnlContainer
     //
     this.pnlContainer.Controls.Add(this.bunifuFlatButton1);
     this.pnlContainer.Controls.Add(this.dataGridView1);
     this.pnlContainer.Controls.Add(this.comboBoxClient);
     this.pnlContainer.Controls.Add(this.txtNumFact);
     this.pnlContainer.Controls.Add(this.label24);
     this.pnlContainer.Controls.Add(this.label25);
     this.pnlContainer.Controls.Add(this.lblRestPayer);
     this.pnlContainer.Controls.Add(this.label28);
     this.pnlContainer.Controls.Add(this.lblMontant);
     this.pnlContainer.Controls.Add(this.label33);
     this.animator1.SetDecoration(this.pnlContainer, AnimatorNS.DecorationType.None);
     this.animator2.SetDecoration(this.pnlContainer, AnimatorNS.DecorationType.None);
     this.pnlContainer.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.pnlContainer.Location = new System.Drawing.Point(0, 127);
     this.pnlContainer.Name     = "pnlContainer";
     this.pnlContainer.Size     = new System.Drawing.Size(792, 364);
     this.pnlContainer.TabIndex = 30;
     //
     // bunifuFlatButton1
     //
     this.bunifuFlatButton1.Activecolor           = System.Drawing.Color.FromArgb(((int)(((byte)(46)))), ((int)(((byte)(139)))), ((int)(((byte)(87)))));
     this.bunifuFlatButton1.BackColor             = System.Drawing.Color.FromArgb(((int)(((byte)(46)))), ((int)(((byte)(139)))), ((int)(((byte)(87)))));
     this.bunifuFlatButton1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.bunifuFlatButton1.BorderRadius          = 0;
     this.bunifuFlatButton1.ButtonText            = "   Modifier";
     this.bunifuFlatButton1.Cursor = System.Windows.Forms.Cursors.Hand;
     this.animator1.SetDecoration(this.bunifuFlatButton1, AnimatorNS.DecorationType.None);
     this.animator2.SetDecoration(this.bunifuFlatButton1, AnimatorNS.DecorationType.None);
     this.bunifuFlatButton1.DisabledColor            = System.Drawing.Color.Gray;
     this.bunifuFlatButton1.Iconcolor                = System.Drawing.Color.Transparent;
     this.bunifuFlatButton1.Iconimage                = global::Gestion_de_Stock_.Properties.Resources.icons8_Edit_96px;
     this.bunifuFlatButton1.Iconimage_right          = null;
     this.bunifuFlatButton1.Iconimage_right_Selected = null;
     this.bunifuFlatButton1.Iconimage_Selected       = null;
     this.bunifuFlatButton1.IconMarginLeft           = 0;
     this.bunifuFlatButton1.IconMarginRight          = 0;
     this.bunifuFlatButton1.IconRightVisible         = true;
     this.bunifuFlatButton1.IconRightZoom            = 0D;
     this.bunifuFlatButton1.IconVisible              = true;
     this.bunifuFlatButton1.IconZoom         = 70D;
     this.bunifuFlatButton1.IsTab            = false;
     this.bunifuFlatButton1.Location         = new System.Drawing.Point(648, 329);
     this.bunifuFlatButton1.Name             = "bunifuFlatButton1";
     this.bunifuFlatButton1.Normalcolor      = System.Drawing.Color.FromArgb(((int)(((byte)(46)))), ((int)(((byte)(139)))), ((int)(((byte)(87)))));
     this.bunifuFlatButton1.OnHovercolor     = System.Drawing.Color.FromArgb(((int)(((byte)(36)))), ((int)(((byte)(129)))), ((int)(((byte)(77)))));
     this.bunifuFlatButton1.OnHoverTextColor = System.Drawing.Color.White;
     this.bunifuFlatButton1.selected         = false;
     this.bunifuFlatButton1.Size             = new System.Drawing.Size(125, 32);
     this.bunifuFlatButton1.TabIndex         = 75;
     this.bunifuFlatButton1.Text             = "   Modifier";
     this.bunifuFlatButton1.TextAlign        = System.Drawing.ContentAlignment.MiddleLeft;
     this.bunifuFlatButton1.Textcolor        = System.Drawing.Color.White;
     this.bunifuFlatButton1.TextFont         = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.bunifuFlatButton1.Click           += new System.EventHandler(this.bunifuFlatButton1_Click);
     //
     // dataGridView1
     //
     this.dataGridView1.AllowUserToAddRows    = false;
     this.dataGridView1.AllowUserToDeleteRows = false;
     this.dataGridView1.AutoSizeColumnsMode   = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
     this.dataGridView1.BorderStyle           = System.Windows.Forms.BorderStyle.None;
     dataGridViewCellStyle1.Alignment         = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
     dataGridViewCellStyle1.BackColor         = System.Drawing.SystemColors.Control;
     dataGridViewCellStyle1.Font                      = new System.Drawing.Font("Century Gothic", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     dataGridViewCellStyle1.ForeColor                 = System.Drawing.SystemColors.WindowText;
     dataGridViewCellStyle1.SelectionBackColor        = System.Drawing.SystemColors.Highlight;
     dataGridViewCellStyle1.SelectionForeColor        = System.Drawing.SystemColors.HighlightText;
     dataGridViewCellStyle1.WrapMode                  = System.Windows.Forms.DataGridViewTriState.True;
     this.dataGridView1.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
     this.dataGridView1.ColumnHeadersHeightSizeMode   = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.animator1.SetDecoration(this.dataGridView1, AnimatorNS.DecorationType.None);
     this.animator2.SetDecoration(this.dataGridView1, AnimatorNS.DecorationType.None);
     dataGridViewCellStyle2.Alignment          = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
     dataGridViewCellStyle2.BackColor          = System.Drawing.SystemColors.Window;
     dataGridViewCellStyle2.Font               = new System.Drawing.Font("Century Gothic", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     dataGridViewCellStyle2.ForeColor          = System.Drawing.SystemColors.ControlText;
     dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
     dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
     dataGridViewCellStyle2.WrapMode           = System.Windows.Forms.DataGridViewTriState.False;
     this.dataGridView1.DefaultCellStyle       = dataGridViewCellStyle2;
     this.dataGridView1.Location               = new System.Drawing.Point(13, 93);
     this.dataGridView1.Name            = "dataGridView1";
     this.dataGridView1.ReadOnly        = true;
     this.dataGridView1.RowHeadersWidth = 5;
     this.dataGridView1.Size            = new System.Drawing.Size(760, 227);
     this.dataGridView1.TabIndex        = 73;
     //
     // comboBoxClient
     //
     this.animator1.SetDecoration(this.comboBoxClient, AnimatorNS.DecorationType.None);
     this.animator2.SetDecoration(this.comboBoxClient, AnimatorNS.DecorationType.None);
     this.comboBoxClient.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboBoxClient.FlatStyle         = System.Windows.Forms.FlatStyle.Flat;
     this.comboBoxClient.Font              = new System.Drawing.Font("Century Gothic", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.comboBoxClient.FormattingEnabled = true;
     this.comboBoxClient.Location          = new System.Drawing.Point(451, 9);
     this.comboBoxClient.Name              = "comboBoxClient";
     this.comboBoxClient.Size              = new System.Drawing.Size(166, 25);
     this.comboBoxClient.TabIndex          = 72;
     //
     // txtNumFact
     //
     this.animator2.SetDecoration(this.txtNumFact, AnimatorNS.DecorationType.None);
     this.animator1.SetDecoration(this.txtNumFact, AnimatorNS.DecorationType.None);
     this.txtNumFact.Font     = new System.Drawing.Font("Century Gothic", 9.75F);
     this.txtNumFact.Location = new System.Drawing.Point(194, 9);
     this.txtNumFact.Name     = "txtNumFact";
     this.txtNumFact.ReadOnly = true;
     this.txtNumFact.Size     = new System.Drawing.Size(166, 23);
     this.txtNumFact.TabIndex = 71;
     //
     // label24
     //
     this.label24.AutoSize = true;
     this.animator2.SetDecoration(this.label24, AnimatorNS.DecorationType.None);
     this.animator1.SetDecoration(this.label24, AnimatorNS.DecorationType.None);
     this.label24.Font     = new System.Drawing.Font("Century Gothic", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label24.Location = new System.Drawing.Point(394, 9);
     this.label24.Name     = "label24";
     this.label24.Size     = new System.Drawing.Size(51, 20);
     this.label24.TabIndex = 61;
     this.label24.Text     = "Client";
     //
     // label25
     //
     this.label25.AutoSize = true;
     this.animator2.SetDecoration(this.label25, AnimatorNS.DecorationType.None);
     this.animator1.SetDecoration(this.label25, AnimatorNS.DecorationType.None);
     this.label25.Font     = new System.Drawing.Font("Century Gothic", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label25.Location = new System.Drawing.Point(423, 50);
     this.label25.Name     = "label25";
     this.label25.Size     = new System.Drawing.Size(117, 20);
     this.label25.TabIndex = 62;
     this.label25.Text     = "Reste à Payer :";
     //
     // lblRestPayer
     //
     this.lblRestPayer.AutoSize = true;
     this.animator2.SetDecoration(this.lblRestPayer, AnimatorNS.DecorationType.None);
     this.animator1.SetDecoration(this.lblRestPayer, AnimatorNS.DecorationType.None);
     this.lblRestPayer.Font      = new System.Drawing.Font("Century Gothic", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblRestPayer.ForeColor = System.Drawing.Color.Peru;
     this.lblRestPayer.Location  = new System.Drawing.Point(541, 51);
     this.lblRestPayer.Name      = "lblRestPayer";
     this.lblRestPayer.Size      = new System.Drawing.Size(45, 19);
     this.lblRestPayer.TabIndex  = 64;
     this.lblRestPayer.Text      = "0000";
     //
     // label28
     //
     this.label28.AutoSize = true;
     this.animator2.SetDecoration(this.label28, AnimatorNS.DecorationType.None);
     this.animator1.SetDecoration(this.label28, AnimatorNS.DecorationType.None);
     this.label28.Font     = new System.Drawing.Font("Century Gothic", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label28.Location = new System.Drawing.Point(167, 51);
     this.label28.Name     = "label28";
     this.label28.Size     = new System.Drawing.Size(84, 20);
     this.label28.TabIndex = 65;
     this.label28.Text     = "Montant  :";
     //
     // lblMontant
     //
     this.lblMontant.AutoSize = true;
     this.animator2.SetDecoration(this.lblMontant, AnimatorNS.DecorationType.None);
     this.animator1.SetDecoration(this.lblMontant, AnimatorNS.DecorationType.None);
     this.lblMontant.Font      = new System.Drawing.Font("Century Gothic", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblMontant.ForeColor = System.Drawing.Color.Peru;
     this.lblMontant.Location  = new System.Drawing.Point(251, 52);
     this.lblMontant.Name      = "lblMontant";
     this.lblMontant.Size      = new System.Drawing.Size(45, 19);
     this.lblMontant.TabIndex  = 68;
     this.lblMontant.Text      = "0000";
     //
     // label33
     //
     this.label33.AutoSize = true;
     this.animator2.SetDecoration(this.label33, AnimatorNS.DecorationType.None);
     this.animator1.SetDecoration(this.label33, AnimatorNS.DecorationType.None);
     this.label33.Font     = new System.Drawing.Font("Century Gothic", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label33.Location = new System.Drawing.Point(110, 9);
     this.label33.Name     = "label33";
     this.label33.Size     = new System.Drawing.Size(78, 20);
     this.label33.TabIndex = 70;
     this.label33.Text     = "Num Fact";
     //
     // pnlLogo
     //
     this.pnlLogo.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(232)))), ((int)(((byte)(234)))), ((int)(((byte)(236)))));
     this.pnlLogo.Controls.Add(this.lblDate);
     this.pnlLogo.Controls.Add(this.lblTime);
     this.pnlLogo.Controls.Add(this.label1);
     this.animator1.SetDecoration(this.pnlLogo, AnimatorNS.DecorationType.None);
     this.animator2.SetDecoration(this.pnlLogo, AnimatorNS.DecorationType.None);
     this.pnlLogo.Dock     = System.Windows.Forms.DockStyle.Top;
     this.pnlLogo.Location = new System.Drawing.Point(0, 20);
     this.pnlLogo.Name     = "pnlLogo";
     this.pnlLogo.Size     = new System.Drawing.Size(792, 107);
     this.pnlLogo.TabIndex = 29;
     //
     // lblDate
     //
     this.lblDate.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.lblDate.AutoSize = true;
     this.animator2.SetDecoration(this.lblDate, AnimatorNS.DecorationType.None);
     this.animator1.SetDecoration(this.lblDate, AnimatorNS.DecorationType.None);
     this.lblDate.Font      = new System.Drawing.Font("Lane - Upper", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblDate.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(34)))), ((int)(((byte)(50)))), ((int)(((byte)(74)))));
     this.lblDate.Location  = new System.Drawing.Point(662, 64);
     this.lblDate.Name      = "lblDate";
     this.lblDate.Size      = new System.Drawing.Size(133, 29);
     this.lblDate.TabIndex  = 0;
     this.lblDate.Text      = "Fiver House";
     //
     // lblTime
     //
     this.lblTime.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.lblTime.AutoSize = true;
     this.animator2.SetDecoration(this.lblTime, AnimatorNS.DecorationType.None);
     this.animator1.SetDecoration(this.lblTime, AnimatorNS.DecorationType.None);
     this.lblTime.Font      = new System.Drawing.Font("Lane - Upper", 36F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblTime.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(34)))), ((int)(((byte)(50)))), ((int)(((byte)(74)))));
     this.lblTime.Location  = new System.Drawing.Point(592, 7);
     this.lblTime.Name      = "lblTime";
     this.lblTime.Size      = new System.Drawing.Size(203, 57);
     this.lblTime.TabIndex  = 0;
     this.lblTime.Text      = "14:23:55";
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.animator2.SetDecoration(this.label1, AnimatorNS.DecorationType.None);
     this.animator1.SetDecoration(this.label1, AnimatorNS.DecorationType.None);
     this.label1.Font      = new System.Drawing.Font("Lane - Upper", 36F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(34)))), ((int)(((byte)(50)))), ((int)(((byte)(74)))));
     this.label1.Location  = new System.Drawing.Point(3, 7);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(263, 57);
     this.label1.TabIndex  = 0;
     this.label1.Text      = "Fiver House";
     //
     // pnlExit
     //
     this.pnlExit.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(107)))), ((int)(((byte)(107)))), ((int)(((byte)(107)))));
     this.pnlExit.Controls.Add(this.bunifuImageButton2);
     this.pnlExit.Controls.Add(this.bunifuImageButton1);
     this.animator1.SetDecoration(this.pnlExit, AnimatorNS.DecorationType.None);
     this.animator2.SetDecoration(this.pnlExit, AnimatorNS.DecorationType.None);
     this.pnlExit.Dock     = System.Windows.Forms.DockStyle.Right;
     this.pnlExit.Location = new System.Drawing.Point(792, 20);
     this.pnlExit.Name     = "pnlExit";
     this.pnlExit.Size     = new System.Drawing.Size(40, 471);
     this.pnlExit.TabIndex = 28;
     //
     // bunifuImageButton2
     //
     this.bunifuImageButton2.BackColor = System.Drawing.Color.Transparent;
     this.animator1.SetDecoration(this.bunifuImageButton2, AnimatorNS.DecorationType.None);
     this.animator2.SetDecoration(this.bunifuImageButton2, AnimatorNS.DecorationType.None);
     this.bunifuImageButton2.Image       = global::Gestion_de_Stock_.Properties.Resources.Minus_96px;
     this.bunifuImageButton2.ImageActive = null;
     this.bunifuImageButton2.Location    = new System.Drawing.Point(-2, 51);
     this.bunifuImageButton2.Name        = "bunifuImageButton2";
     this.bunifuImageButton2.Size        = new System.Drawing.Size(48, 48);
     this.bunifuImageButton2.SizeMode    = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     this.bunifuImageButton2.TabIndex    = 1;
     this.bunifuImageButton2.TabStop     = false;
     this.bunifuImageButton2.Zoom        = 10;
     //
     // bunifuImageButton1
     //
     this.bunifuImageButton1.BackColor = System.Drawing.Color.Transparent;
     this.animator1.SetDecoration(this.bunifuImageButton1, AnimatorNS.DecorationType.None);
     this.animator2.SetDecoration(this.bunifuImageButton1, AnimatorNS.DecorationType.None);
     this.bunifuImageButton1.Image       = global::Gestion_de_Stock_.Properties.Resources.Back_Arrow_96px;
     this.bunifuImageButton1.ImageActive = null;
     this.bunifuImageButton1.Location    = new System.Drawing.Point(-2, 5);
     this.bunifuImageButton1.Name        = "bunifuImageButton1";
     this.bunifuImageButton1.Size        = new System.Drawing.Size(46, 46);
     this.bunifuImageButton1.SizeMode    = System.Windows.Forms.PictureBoxSizeMode.Zoom;
     this.bunifuImageButton1.TabIndex    = 0;
     this.bunifuImageButton1.TabStop     = false;
     this.bunifuImageButton1.Zoom        = 10;
     this.bunifuImageButton1.Click      += new System.EventHandler(this.bunifuImageButton1_Click);
     //
     // pnlHeader
     //
     this.pnlHeader.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(107)))), ((int)(((byte)(107)))), ((int)(((byte)(107)))));
     this.animator1.SetDecoration(this.pnlHeader, AnimatorNS.DecorationType.None);
     this.animator2.SetDecoration(this.pnlHeader, AnimatorNS.DecorationType.None);
     this.pnlHeader.Dock     = System.Windows.Forms.DockStyle.Top;
     this.pnlHeader.Location = new System.Drawing.Point(0, 0);
     this.pnlHeader.Name     = "pnlHeader";
     this.pnlHeader.Size     = new System.Drawing.Size(832, 20);
     this.pnlHeader.TabIndex = 27;
     //
     // animator2
     //
     this.animator2.AnimationType      = AnimatorNS.AnimationType.VertSlide;
     this.animator2.Cursor             = null;
     animation2.AnimateOnlyDifferences = true;
     animation2.BlindCoeff             = ((System.Drawing.PointF)(resources.GetObject("animation2.BlindCoeff")));
     animation2.LeafCoeff            = 0F;
     animation2.MaxTime              = 1F;
     animation2.MinTime              = 0F;
     animation2.MosaicCoeff          = ((System.Drawing.PointF)(resources.GetObject("animation2.MosaicCoeff")));
     animation2.MosaicShift          = ((System.Drawing.PointF)(resources.GetObject("animation2.MosaicShift")));
     animation2.MosaicSize           = 0;
     animation2.Padding              = new System.Windows.Forms.Padding(0);
     animation2.RotateCoeff          = 0F;
     animation2.RotateLimit          = 0F;
     animation2.ScaleCoeff           = ((System.Drawing.PointF)(resources.GetObject("animation2.ScaleCoeff")));
     animation2.SlideCoeff           = ((System.Drawing.PointF)(resources.GetObject("animation2.SlideCoeff")));
     animation2.TimeCoeff            = 0F;
     animation2.TransparencyCoeff    = 0F;
     this.animator2.DefaultAnimation = animation2;
     this.animator2.Interval         = 15;
     //
     // bunifuDragControl1
     //
     this.bunifuDragControl1.Fixed         = true;
     this.bunifuDragControl1.Horizontal    = true;
     this.bunifuDragControl1.TargetControl = this.pnlHeader;
     this.bunifuDragControl1.Vertical      = true;
     //
     // bunifuDragControl2
     //
     this.bunifuDragControl2.Fixed         = true;
     this.bunifuDragControl2.Horizontal    = true;
     this.bunifuDragControl2.TargetControl = this.pnlExit;
     this.bunifuDragControl2.Vertical      = true;
     //
     // bunifuElipse2
     //
     this.bunifuElipse2.ElipseRadius  = 10;
     this.bunifuElipse2.TargetControl = this;
     //
     // animator1
     //
     this.animator1.AnimationType      = AnimatorNS.AnimationType.Transparent;
     this.animator1.Cursor             = null;
     animation1.AnimateOnlyDifferences = true;
     animation1.BlindCoeff             = ((System.Drawing.PointF)(resources.GetObject("animation1.BlindCoeff")));
     animation1.LeafCoeff            = 0F;
     animation1.MaxTime              = 1F;
     animation1.MinTime              = 0F;
     animation1.MosaicCoeff          = ((System.Drawing.PointF)(resources.GetObject("animation1.MosaicCoeff")));
     animation1.MosaicShift          = ((System.Drawing.PointF)(resources.GetObject("animation1.MosaicShift")));
     animation1.MosaicSize           = 0;
     animation1.Padding              = new System.Windows.Forms.Padding(0);
     animation1.RotateCoeff          = 0F;
     animation1.RotateLimit          = 0F;
     animation1.ScaleCoeff           = ((System.Drawing.PointF)(resources.GetObject("animation1.ScaleCoeff")));
     animation1.SlideCoeff           = ((System.Drawing.PointF)(resources.GetObject("animation1.SlideCoeff")));
     animation1.TimeCoeff            = 0F;
     animation1.TransparencyCoeff    = 1F;
     this.animator1.DefaultAnimation = animation1;
     //
     // Facture_Detail
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(832, 491);
     this.Controls.Add(this.pnlContainer);
     this.Controls.Add(this.pnlLogo);
     this.Controls.Add(this.pnlExit);
     this.Controls.Add(this.pnlHeader);
     this.animator2.SetDecoration(this, AnimatorNS.DecorationType.None);
     this.animator1.SetDecoration(this, AnimatorNS.DecorationType.None);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.Name            = "Facture_Detail";
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "Facture_Detail";
     this.pnlContainer.ResumeLayout(false);
     this.pnlContainer.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
     this.pnlLogo.ResumeLayout(false);
     this.pnlLogo.PerformLayout();
     this.pnlExit.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.bunifuImageButton2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.bunifuImageButton1)).EndInit();
     this.ResumeLayout(false);
 }
コード例 #3
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     AnimatorNS.Animation animation1 = new AnimatorNS.Animation();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Frm_Login));
     this.Animator              = new AnimatorNS.Animator(this.components);
     this.XR_Container          = new XRails.Controls.XRails_Container();
     this.XR_RightPanel         = new XRails.Controls.XRails_Panel();
     this.xRails_Button1        = new XRails.Controls.XRails_Button();
     this.XR_Button_Login       = new XRails.Controls.XRails_Button();
     this.XR_Label_LoggingIn    = new XRails.Controls.XRails_Label();
     this.XR_TitleLabel_LoginTo = new XRails.Controls.XRails_TitleLabel();
     this.XR_TextBox_Pass       = new XRails.Controls.XRails_TextBox();
     this.XR_TextBox_User       = new XRails.Controls.XRails_TextBox();
     this.XR_LinkLabel_Email    = new XRails.Controls.XRails_LinkLabel();
     this.XR_Label_Contact      = new XRails.Controls.XRails_Label();
     this.XR_Label_Support      = new XRails.Controls.XRails_Label();
     this.XR_LeftPanel          = new XRails.Controls.XRails_Panel();
     this.XR_TitleLabel_Welcome = new XRails.Controls.XRails_TitleLabel();
     this.XR_ControlBox         = new XRails.Controls.XRails_ControlBox();
     this.XR_Container.SuspendLayout();
     this.XR_RightPanel.SuspendLayout();
     this.XR_LeftPanel.SuspendLayout();
     this.SuspendLayout();
     //
     // Animator
     //
     this.Animator.AnimationType       = AnimatorNS.AnimationType.Custom;
     this.Animator.Cursor              = null;
     animation1.AnimateOnlyDifferences = true;
     animation1.BlindCoeff             = ((System.Drawing.PointF)(resources.GetObject("animation1.BlindCoeff")));
     animation1.LeafCoeff              = 0F;
     animation1.MaxTime             = 1F;
     animation1.MinTime             = 0F;
     animation1.MosaicCoeff         = ((System.Drawing.PointF)(resources.GetObject("animation1.MosaicCoeff")));
     animation1.MosaicShift         = ((System.Drawing.PointF)(resources.GetObject("animation1.MosaicShift")));
     animation1.MosaicSize          = 0;
     animation1.Padding             = new System.Windows.Forms.Padding(0);
     animation1.RotateCoeff         = 0F;
     animation1.RotateLimit         = 0F;
     animation1.ScaleCoeff          = ((System.Drawing.PointF)(resources.GetObject("animation1.ScaleCoeff")));
     animation1.SlideCoeff          = ((System.Drawing.PointF)(resources.GetObject("animation1.SlideCoeff")));
     animation1.TimeCoeff           = 0F;
     animation1.TransparencyCoeff   = 0F;
     this.Animator.DefaultAnimation = animation1;
     //
     // XR_Container
     //
     this.XR_Container.Controls.Add(this.XR_RightPanel);
     this.XR_Container.Controls.Add(this.XR_LeftPanel);
     this.XR_Container.Controls.Add(this.XR_ControlBox);
     this.XR_Container.Cursor = System.Windows.Forms.Cursors.Arrow;
     this.Animator.SetDecoration(this.XR_Container, AnimatorNS.DecorationType.None);
     this.XR_Container.Dock              = System.Windows.Forms.DockStyle.Fill;
     this.XR_Container.DrawIcon          = false;
     this.XR_Container.Font              = new System.Drawing.Font("Segoe UI", 9F);
     this.XR_Container.Location          = new System.Drawing.Point(0, 0);
     this.XR_Container.MinimumSize       = new System.Drawing.Size(100, 39);
     this.XR_Container.Name              = "XR_Container";
     this.XR_Container.Padding           = new System.Windows.Forms.Padding(0, 29, 0, 0);
     this.XR_Container.Size              = new System.Drawing.Size(700, 475);
     this.XR_Container.TabIndex          = 0;
     this.XR_Container.Text              = "登录";
     this.XR_Container.TextAlignment     = XRails.Controls.XRails_Container.Alignment.Left;
     this.XR_Container.TitleBarTextColor = System.Drawing.Color.Gainsboro;
     //
     // XR_RightPanel
     //
     this.XR_RightPanel.Controls.Add(this.xRails_Button1);
     this.XR_RightPanel.Controls.Add(this.XR_Button_Login);
     this.XR_RightPanel.Controls.Add(this.XR_Label_LoggingIn);
     this.XR_RightPanel.Controls.Add(this.XR_TitleLabel_LoginTo);
     this.XR_RightPanel.Controls.Add(this.XR_TextBox_Pass);
     this.XR_RightPanel.Controls.Add(this.XR_TextBox_User);
     this.XR_RightPanel.Controls.Add(this.XR_LinkLabel_Email);
     this.XR_RightPanel.Controls.Add(this.XR_Label_Contact);
     this.XR_RightPanel.Controls.Add(this.XR_Label_Support);
     this.XR_RightPanel.Cursor = System.Windows.Forms.Cursors.Arrow;
     this.Animator.SetDecoration(this.XR_RightPanel, AnimatorNS.DecorationType.None);
     this.XR_RightPanel.Dock      = System.Windows.Forms.DockStyle.Fill;
     this.XR_RightPanel.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(250)))), ((int)(((byte)(250)))), ((int)(((byte)(250)))));
     this.XR_RightPanel.Location  = new System.Drawing.Point(350, 29);
     this.XR_RightPanel.Name      = "XR_RightPanel";
     this.XR_RightPanel.Side      = XRails.Controls.XRails_Panel.PanelSide.Right;
     this.XR_RightPanel.Size      = new System.Drawing.Size(350, 446);
     this.XR_RightPanel.TabIndex  = 2;
     //
     // xRails_Button1
     //
     this.xRails_Button1.BackColor = System.Drawing.Color.Transparent;
     this.Animator.SetDecoration(this.xRails_Button1, AnimatorNS.DecorationType.None);
     this.xRails_Button1.DialogResult = System.Windows.Forms.DialogResult.None;
     this.xRails_Button1.Font         = new System.Drawing.Font("Segoe UI", 10F);
     this.xRails_Button1.Location     = new System.Drawing.Point(-7, 346);
     this.xRails_Button1.MinimumSize  = new System.Drawing.Size(144, 43);
     this.xRails_Button1.Name         = "xRails_Button1";
     this.xRails_Button1.Radius       = 20;
     this.xRails_Button1.Size         = new System.Drawing.Size(144, 43);
     this.xRails_Button1.TabIndex     = 9;
     this.xRails_Button1.Text         = "注  册";
     this.xRails_Button1.Click       += new System.EventHandler(this.xRails_Button1_Click);
     //
     // XR_Button_Login
     //
     this.XR_Button_Login.BackColor = System.Drawing.Color.Transparent;
     this.Animator.SetDecoration(this.XR_Button_Login, AnimatorNS.DecorationType.None);
     this.XR_Button_Login.DialogResult = System.Windows.Forms.DialogResult.None;
     this.XR_Button_Login.Enabled      = false;
     this.XR_Button_Login.Font         = new System.Drawing.Font("Segoe UI", 10F);
     this.XR_Button_Login.Location     = new System.Drawing.Point(-7, 293);
     this.XR_Button_Login.MinimumSize  = new System.Drawing.Size(144, 43);
     this.XR_Button_Login.Name         = "XR_Button_Login";
     this.XR_Button_Login.Radius       = 20;
     this.XR_Button_Login.Size         = new System.Drawing.Size(144, 43);
     this.XR_Button_Login.TabIndex     = 0;
     this.XR_Button_Login.Text         = "登  录";
     this.XR_Button_Login.Click       += new System.EventHandler(this.XR_Button_Login_Click);
     //
     // XR_Label_LoggingIn
     //
     this.XR_Label_LoggingIn.BackColor = System.Drawing.Color.Transparent;
     this.XR_Label_LoggingIn.Cursor    = System.Windows.Forms.Cursors.Arrow;
     this.Animator.SetDecoration(this.XR_Label_LoggingIn, AnimatorNS.DecorationType.None);
     this.XR_Label_LoggingIn.Font       = new System.Drawing.Font("Segoe UI", 9F);
     this.XR_Label_LoggingIn.ForeColor  = System.Drawing.Color.FromArgb(((int)(((byte)(114)))), ((int)(((byte)(118)))), ((int)(((byte)(127)))));
     this.XR_Label_LoggingIn.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.XR_Label_LoggingIn.Location   = new System.Drawing.Point(17, 304);
     this.XR_Label_LoggingIn.Name       = "XR_Label_LoggingIn";
     this.XR_Label_LoggingIn.Size       = new System.Drawing.Size(96, 20);
     this.XR_Label_LoggingIn.TabIndex   = 8;
     this.XR_Label_LoggingIn.Text       = "登陆中...";
     this.XR_Label_LoggingIn.TextAlign  = System.Drawing.ContentAlignment.MiddleRight;
     this.XR_Label_LoggingIn.Visible    = false;
     //
     // XR_TitleLabel_LoginTo
     //
     this.XR_TitleLabel_LoginTo.AutoSize  = true;
     this.XR_TitleLabel_LoginTo.BackColor = System.Drawing.Color.Transparent;
     this.XR_TitleLabel_LoginTo.Cursor    = System.Windows.Forms.Cursors.Arrow;
     this.Animator.SetDecoration(this.XR_TitleLabel_LoginTo, AnimatorNS.DecorationType.None);
     this.XR_TitleLabel_LoginTo.Font                       = new System.Drawing.Font("Microsoft Sans Serif", 22F);
     this.XR_TitleLabel_LoginTo.ForeColor                  = System.Drawing.Color.FromArgb(((int)(((byte)(170)))), ((int)(((byte)(171)))), ((int)(((byte)(176)))));
     this.XR_TitleLabel_LoginTo.Location                   = new System.Drawing.Point(20, 126);
     this.XR_TitleLabel_LoginTo.Name                       = "XR_TitleLabel_LoginTo";
     this.XR_TitleLabel_LoginTo.Side                       = XRails.Controls.XRails_TitleLabel.PanelSide.RightPanel;
     this.XR_TitleLabel_LoginTo.Size                       = new System.Drawing.Size(0, 39);
     this.XR_TitleLabel_LoginTo.TabIndex                   = 7;
     this.XR_TitleLabel_LoginTo.TextAlign                  = System.Drawing.ContentAlignment.MiddleCenter;
     this.XR_TitleLabel_LoginTo.TextRenderingHint          = System.Drawing.Text.TextRenderingHint.AntiAliasGridFit;
     this.XR_TitleLabel_LoginTo.UseCompatibleTextRendering = true;
     this.XR_TitleLabel_LoginTo.Visible                    = false;
     //
     // XR_TextBox_Pass
     //
     this.XR_TextBox_Pass.BackColor           = System.Drawing.Color.FromArgb(((int)(((byte)(43)))), ((int)(((byte)(48)))), ((int)(((byte)(67)))));
     this.XR_TextBox_Pass.ColorBordersOnEnter = true;
     this.Animator.SetDecoration(this.XR_TextBox_Pass, AnimatorNS.DecorationType.None);
     this.XR_TextBox_Pass.Font                  = new System.Drawing.Font("Segoe UI", 10F);
     this.XR_TextBox_Pass.ForeColor             = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(131)))), ((int)(((byte)(140)))));
     this.XR_TextBox_Pass.Image                 = null;
     this.XR_TextBox_Pass.Location              = new System.Drawing.Point(0, 228);
     this.XR_TextBox_Pass.MaxLength             = 30;
     this.XR_TextBox_Pass.Multiline             = false;
     this.XR_TextBox_Pass.Name                  = "XR_TextBox_Pass";
     this.XR_TextBox_Pass.ReadOnly              = false;
     this.XR_TextBox_Pass.ShortcutsEnabled      = true;
     this.XR_TextBox_Pass.ShowBottomBorder      = true;
     this.XR_TextBox_Pass.ShowTopBorder         = false;
     this.XR_TextBox_Pass.Size                  = new System.Drawing.Size(350, 50);
     this.XR_TextBox_Pass.TabIndex              = 6;
     this.XR_TextBox_Pass.TextAlignment         = System.Windows.Forms.HorizontalAlignment.Left;
     this.XR_TextBox_Pass.UseSystemPasswordChar = true;
     this.XR_TextBox_Pass.Watermark             = "密  码";
     this.XR_TextBox_Pass.WatermarkColor        = System.Drawing.Color.FromArgb(((int)(((byte)(116)))), ((int)(((byte)(120)))), ((int)(((byte)(129)))));
     //
     // XR_TextBox_User
     //
     this.XR_TextBox_User.BackColor           = System.Drawing.Color.FromArgb(((int)(((byte)(43)))), ((int)(((byte)(48)))), ((int)(((byte)(67)))));
     this.XR_TextBox_User.ColorBordersOnEnter = true;
     this.Animator.SetDecoration(this.XR_TextBox_User, AnimatorNS.DecorationType.None);
     this.XR_TextBox_User.Font                  = new System.Drawing.Font("Segoe UI", 10F);
     this.XR_TextBox_User.ForeColor             = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(131)))), ((int)(((byte)(140)))));
     this.XR_TextBox_User.Image                 = null;
     this.XR_TextBox_User.Location              = new System.Drawing.Point(0, 182);
     this.XR_TextBox_User.MaxLength             = 64;
     this.XR_TextBox_User.Multiline             = false;
     this.XR_TextBox_User.Name                  = "XR_TextBox_User";
     this.XR_TextBox_User.ReadOnly              = false;
     this.XR_TextBox_User.ShortcutsEnabled      = true;
     this.XR_TextBox_User.ShowBottomBorder      = false;
     this.XR_TextBox_User.ShowTopBorder         = true;
     this.XR_TextBox_User.Size                  = new System.Drawing.Size(350, 50);
     this.XR_TextBox_User.TabIndex              = 5;
     this.XR_TextBox_User.TextAlignment         = System.Windows.Forms.HorizontalAlignment.Left;
     this.XR_TextBox_User.UseSystemPasswordChar = false;
     this.XR_TextBox_User.Watermark             = "邮  箱";
     this.XR_TextBox_User.WatermarkColor        = System.Drawing.Color.FromArgb(((int)(((byte)(116)))), ((int)(((byte)(120)))), ((int)(((byte)(129)))));
     //
     // XR_LinkLabel_Email
     //
     this.XR_LinkLabel_Email.ActiveLinkColor = System.Drawing.Color.FromArgb(((int)(((byte)(222)))), ((int)(((byte)(89)))), ((int)(((byte)(84)))));
     this.XR_LinkLabel_Email.AutoSize        = true;
     this.XR_LinkLabel_Email.BackColor       = System.Drawing.Color.Transparent;
     this.XR_LinkLabel_Email.Cursor          = System.Windows.Forms.Cursors.Arrow;
     this.Animator.SetDecoration(this.XR_LinkLabel_Email, AnimatorNS.DecorationType.None);
     this.XR_LinkLabel_Email.Font             = new System.Drawing.Font("Segoe UI", 9F);
     this.XR_LinkLabel_Email.LinkBehavior     = System.Windows.Forms.LinkBehavior.NeverUnderline;
     this.XR_LinkLabel_Email.LinkColor        = System.Drawing.Color.FromArgb(((int)(((byte)(242)))), ((int)(((byte)(93)))), ((int)(((byte)(89)))));
     this.XR_LinkLabel_Email.Location         = new System.Drawing.Point(217, 410);
     this.XR_LinkLabel_Email.Name             = "XR_LinkLabel_Email";
     this.XR_LinkLabel_Email.Size             = new System.Drawing.Size(0, 15);
     this.XR_LinkLabel_Email.TabIndex         = 4;
     this.XR_LinkLabel_Email.Visible          = false;
     this.XR_LinkLabel_Email.VisitedLinkColor = System.Drawing.Color.FromArgb(((int)(((byte)(222)))), ((int)(((byte)(89)))), ((int)(((byte)(84)))));
     //
     // XR_Label_Contact
     //
     this.XR_Label_Contact.AutoSize  = true;
     this.XR_Label_Contact.BackColor = System.Drawing.Color.Transparent;
     this.XR_Label_Contact.Cursor    = System.Windows.Forms.Cursors.Arrow;
     this.Animator.SetDecoration(this.XR_Label_Contact, AnimatorNS.DecorationType.None);
     this.XR_Label_Contact.Font      = new System.Drawing.Font("Segoe UI", 9F);
     this.XR_Label_Contact.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(114)))), ((int)(((byte)(118)))), ((int)(((byte)(127)))));
     this.XR_Label_Contact.Location  = new System.Drawing.Point(42, 396);
     this.XR_Label_Contact.Name      = "XR_Label_Contact";
     this.XR_Label_Contact.Size      = new System.Drawing.Size(0, 15);
     this.XR_Label_Contact.TabIndex  = 3;
     this.XR_Label_Contact.Visible   = false;
     //
     // XR_Label_Support
     //
     this.XR_Label_Support.AutoSize  = true;
     this.XR_Label_Support.BackColor = System.Drawing.Color.Transparent;
     this.XR_Label_Support.Cursor    = System.Windows.Forms.Cursors.Arrow;
     this.Animator.SetDecoration(this.XR_Label_Support, AnimatorNS.DecorationType.None);
     this.XR_Label_Support.Font      = new System.Drawing.Font("Segoe UI Semibold", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.XR_Label_Support.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(114)))), ((int)(((byte)(118)))), ((int)(((byte)(127)))));
     this.XR_Label_Support.Location  = new System.Drawing.Point(42, 378);
     this.XR_Label_Support.Name      = "XR_Label_Support";
     this.XR_Label_Support.Size      = new System.Drawing.Size(0, 15);
     this.XR_Label_Support.TabIndex  = 2;
     this.XR_Label_Support.Visible   = false;
     //
     // XR_LeftPanel
     //
     this.XR_LeftPanel.Controls.Add(this.XR_TitleLabel_Welcome);
     this.XR_LeftPanel.Cursor = System.Windows.Forms.Cursors.Arrow;
     this.Animator.SetDecoration(this.XR_LeftPanel, AnimatorNS.DecorationType.None);
     this.XR_LeftPanel.Dock      = System.Windows.Forms.DockStyle.Left;
     this.XR_LeftPanel.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(250)))), ((int)(((byte)(250)))), ((int)(((byte)(250)))));
     this.XR_LeftPanel.Location  = new System.Drawing.Point(0, 29);
     this.XR_LeftPanel.Name      = "XR_LeftPanel";
     this.XR_LeftPanel.Side      = XRails.Controls.XRails_Panel.PanelSide.Left;
     this.XR_LeftPanel.Size      = new System.Drawing.Size(350, 446);
     this.XR_LeftPanel.TabIndex  = 1;
     //
     // XR_TitleLabel_Welcome
     //
     this.XR_TitleLabel_Welcome.AutoSize  = true;
     this.XR_TitleLabel_Welcome.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(242)))), ((int)(((byte)(93)))), ((int)(((byte)(89)))));
     this.XR_TitleLabel_Welcome.Cursor    = System.Windows.Forms.Cursors.Arrow;
     this.Animator.SetDecoration(this.XR_TitleLabel_Welcome, AnimatorNS.DecorationType.None);
     this.XR_TitleLabel_Welcome.Font                       = new System.Drawing.Font("Microsoft Sans Serif", 22F);
     this.XR_TitleLabel_Welcome.ForeColor                  = System.Drawing.Color.FromArgb(((int)(((byte)(250)))), ((int)(((byte)(250)))), ((int)(((byte)(250)))));
     this.XR_TitleLabel_Welcome.Location                   = new System.Drawing.Point(63, 126);
     this.XR_TitleLabel_Welcome.Name                       = "XR_TitleLabel_Welcome";
     this.XR_TitleLabel_Welcome.Side                       = XRails.Controls.XRails_TitleLabel.PanelSide.LeftPanel;
     this.XR_TitleLabel_Welcome.Size                       = new System.Drawing.Size(212, 40);
     this.XR_TitleLabel_Welcome.TabIndex                   = 7;
     this.XR_TitleLabel_Welcome.Text                       = "IBSE模拟系统";
     this.XR_TitleLabel_Welcome.TextAlign                  = System.Drawing.ContentAlignment.MiddleCenter;
     this.XR_TitleLabel_Welcome.TextRenderingHint          = System.Drawing.Text.TextRenderingHint.AntiAliasGridFit;
     this.XR_TitleLabel_Welcome.UseCompatibleTextRendering = true;
     //
     // XR_ControlBox
     //
     this.XR_ControlBox.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.XR_ControlBox.BackColor = System.Drawing.Color.Transparent;
     this.XR_ControlBox.Cursor    = System.Windows.Forms.Cursors.Arrow;
     this.Animator.SetDecoration(this.XR_ControlBox, AnimatorNS.DecorationType.None);
     this.XR_ControlBox.EnableMaximizeButton = false;
     this.XR_ControlBox.EnableMinimizeButton = true;
     this.XR_ControlBox.Location             = new System.Drawing.Point(561, 0);
     this.XR_ControlBox.Name     = "XR_ControlBox";
     this.XR_ControlBox.Size     = new System.Drawing.Size(139, 31);
     this.XR_ControlBox.TabIndex = 0;
     //
     // Frm_Login
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(700, 475);
     this.Controls.Add(this.XR_Container);
     this.Animator.SetDecoration(this, AnimatorNS.DecorationType.None);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.MaximizeBox     = false;
     this.MaximumSize     = new System.Drawing.Size(1920, 960);
     this.Name            = "Frm_Login";
     this.Opacity         = 0D;
     this.ShowIcon        = false;
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "XRails Login";
     this.TransparencyKey = System.Drawing.Color.Fuchsia;
     this.FormClosing    += new System.Windows.Forms.FormClosingEventHandler(this.Frm_Login_FormClosing);
     this.Shown          += new System.EventHandler(this.Frm_Login_Shown);
     this.XR_Container.ResumeLayout(false);
     this.XR_RightPanel.ResumeLayout(false);
     this.XR_RightPanel.PerformLayout();
     this.XR_LeftPanel.ResumeLayout(false);
     this.XR_LeftPanel.PerformLayout();
     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.components = new System.ComponentModel.Container();
     AnimatorNS.Animation animation2 = new AnimatorNS.Animation();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Frm_Login));
     this.Animator                = new AnimatorNS.Animator(this.components);
     this.XR_Container            = new XRails.Controls.XRails_Container();
     this.XR_RightPanel           = new XRails.Controls.XRails_Panel();
     this.XR_Button_Login         = new XRails.Controls.XRails_Button();
     this.XR_Label_LoggingIn      = new XRails.Controls.XRails_Label();
     this.XR_TitleLabel_LoginTo   = new XRails.Controls.XRails_TitleLabel();
     this.XR_TextBox_Pass         = new XRails.Controls.XRails_TextBox();
     this.XR_TextBox_User         = new XRails.Controls.XRails_TextBox();
     this.XR_LinkLabel_Email      = new XRails.Controls.XRails_LinkLabel();
     this.XR_Label_Contact        = new XRails.Controls.XRails_Label();
     this.XR_Label_Support        = new XRails.Controls.XRails_Label();
     this.XR_LinkLabel_ForgotPass = new XRails.Controls.XRails_LinkLabel();
     this.XR_LeftPanel            = new XRails.Controls.XRails_Panel();
     this.XR_TitleLabel_Welcome   = new XRails.Controls.XRails_TitleLabel();
     this.PB_Logo       = new System.Windows.Forms.PictureBox();
     this.XR_LogoBox    = new XRails.Controls.XRails_LogoBox();
     this.XR_ControlBox = new XRails.Controls.XRails_ControlBox();
     this.XR_Container.SuspendLayout();
     this.XR_RightPanel.SuspendLayout();
     this.XR_LeftPanel.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.PB_Logo)).BeginInit();
     this.SuspendLayout();
     //
     // Animator
     //
     this.Animator.AnimationType       = AnimatorNS.AnimationType.Custom;
     this.Animator.Cursor              = null;
     animation2.AnimateOnlyDifferences = true;
     animation2.BlindCoeff             = ((System.Drawing.PointF)(resources.GetObject("animation2.BlindCoeff")));
     animation2.LeafCoeff              = 0F;
     animation2.MaxTime             = 1F;
     animation2.MinTime             = 0F;
     animation2.MosaicCoeff         = ((System.Drawing.PointF)(resources.GetObject("animation2.MosaicCoeff")));
     animation2.MosaicShift         = ((System.Drawing.PointF)(resources.GetObject("animation2.MosaicShift")));
     animation2.MosaicSize          = 0;
     animation2.Padding             = new System.Windows.Forms.Padding(0);
     animation2.RotateCoeff         = 0F;
     animation2.RotateLimit         = 0F;
     animation2.ScaleCoeff          = ((System.Drawing.PointF)(resources.GetObject("animation2.ScaleCoeff")));
     animation2.SlideCoeff          = ((System.Drawing.PointF)(resources.GetObject("animation2.SlideCoeff")));
     animation2.TimeCoeff           = 0F;
     animation2.TransparencyCoeff   = 0F;
     this.Animator.DefaultAnimation = animation2;
     //
     // XR_Container
     //
     this.XR_Container.Controls.Add(this.XR_RightPanel);
     this.XR_Container.Controls.Add(this.XR_LeftPanel);
     this.XR_Container.Controls.Add(this.XR_ControlBox);
     this.XR_Container.Cursor = System.Windows.Forms.Cursors.Arrow;
     this.Animator.SetDecoration(this.XR_Container, AnimatorNS.DecorationType.None);
     this.XR_Container.Dock              = System.Windows.Forms.DockStyle.Fill;
     this.XR_Container.DrawIcon          = false;
     this.XR_Container.Font              = new System.Drawing.Font("Segoe UI", 9F);
     this.XR_Container.Location          = new System.Drawing.Point(0, 0);
     this.XR_Container.MinimumSize       = new System.Drawing.Size(100, 42);
     this.XR_Container.Name              = "XR_Container";
     this.XR_Container.Padding           = new System.Windows.Forms.Padding(0, 31, 0, 0);
     this.XR_Container.Size              = new System.Drawing.Size(700, 515);
     this.XR_Container.TabIndex          = 0;
     this.XR_Container.Text              = "XRails Login";
     this.XR_Container.TextAlignment     = XRails.Controls.XRails_Container.Alignment.Left;
     this.XR_Container.TitleBarTextColor = System.Drawing.Color.Gainsboro;
     //
     // XR_RightPanel
     //
     this.XR_RightPanel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(41)))), ((int)(((byte)(44)))), ((int)(((byte)(61)))));
     this.XR_RightPanel.Controls.Add(this.XR_Button_Login);
     this.XR_RightPanel.Controls.Add(this.XR_Label_LoggingIn);
     this.XR_RightPanel.Controls.Add(this.XR_TitleLabel_LoginTo);
     this.XR_RightPanel.Controls.Add(this.XR_TextBox_Pass);
     this.XR_RightPanel.Controls.Add(this.XR_TextBox_User);
     this.XR_RightPanel.Controls.Add(this.XR_LinkLabel_Email);
     this.XR_RightPanel.Controls.Add(this.XR_Label_Contact);
     this.XR_RightPanel.Controls.Add(this.XR_Label_Support);
     this.XR_RightPanel.Controls.Add(this.XR_LinkLabel_ForgotPass);
     this.XR_RightPanel.Cursor = System.Windows.Forms.Cursors.Arrow;
     this.Animator.SetDecoration(this.XR_RightPanel, AnimatorNS.DecorationType.None);
     this.XR_RightPanel.Dock      = System.Windows.Forms.DockStyle.Fill;
     this.XR_RightPanel.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(250)))), ((int)(((byte)(250)))), ((int)(((byte)(250)))));
     this.XR_RightPanel.Location  = new System.Drawing.Point(350, 31);
     this.XR_RightPanel.Name      = "XR_RightPanel";
     this.XR_RightPanel.Side      = XRails.Controls.XRails_Panel.PanelSide.Right;
     this.XR_RightPanel.Size      = new System.Drawing.Size(350, 484);
     this.XR_RightPanel.TabIndex  = 2;
     //
     // XR_Button_Login
     //
     this.XR_Button_Login.BackColor = System.Drawing.Color.Transparent;
     this.Animator.SetDecoration(this.XR_Button_Login, AnimatorNS.DecorationType.None);
     this.XR_Button_Login.DialogResult = System.Windows.Forms.DialogResult.None;
     this.XR_Button_Login.Enabled      = false;
     this.XR_Button_Login.Font         = new System.Drawing.Font("Segoe UI", 10F);
     this.XR_Button_Login.Location     = new System.Drawing.Point(-7, 317);
     this.XR_Button_Login.MinimumSize  = new System.Drawing.Size(144, 47);
     this.XR_Button_Login.Name         = "XR_Button_Login";
     this.XR_Button_Login.Radius       = 20;
     this.XR_Button_Login.Size         = new System.Drawing.Size(144, 47);
     this.XR_Button_Login.TabIndex     = 0;
     this.XR_Button_Login.Text         = "LOGIN";
     this.XR_Button_Login.Click       += new System.EventHandler(this.XR_Button_Login_Click);
     //
     // XR_Label_LoggingIn
     //
     this.XR_Label_LoggingIn.BackColor = System.Drawing.Color.Transparent;
     this.XR_Label_LoggingIn.Cursor    = System.Windows.Forms.Cursors.Arrow;
     this.Animator.SetDecoration(this.XR_Label_LoggingIn, AnimatorNS.DecorationType.None);
     this.XR_Label_LoggingIn.Font       = new System.Drawing.Font("Segoe UI", 9F);
     this.XR_Label_LoggingIn.ForeColor  = System.Drawing.Color.FromArgb(((int)(((byte)(114)))), ((int)(((byte)(118)))), ((int)(((byte)(127)))));
     this.XR_Label_LoggingIn.Image      = ((System.Drawing.Image)(resources.GetObject("XR_Label_LoggingIn.Image")));
     this.XR_Label_LoggingIn.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.XR_Label_LoggingIn.Location   = new System.Drawing.Point(17, 329);
     this.XR_Label_LoggingIn.Name       = "XR_Label_LoggingIn";
     this.XR_Label_LoggingIn.Size       = new System.Drawing.Size(96, 22);
     this.XR_Label_LoggingIn.TabIndex   = 8;
     this.XR_Label_LoggingIn.Text       = "Logging in...";
     this.XR_Label_LoggingIn.TextAlign  = System.Drawing.ContentAlignment.MiddleRight;
     this.XR_Label_LoggingIn.Visible    = false;
     //
     // XR_TitleLabel_LoginTo
     //
     this.XR_TitleLabel_LoginTo.AutoSize  = true;
     this.XR_TitleLabel_LoginTo.BackColor = System.Drawing.Color.Transparent;
     this.XR_TitleLabel_LoginTo.Cursor    = System.Windows.Forms.Cursors.Arrow;
     this.Animator.SetDecoration(this.XR_TitleLabel_LoginTo, AnimatorNS.DecorationType.None);
     this.XR_TitleLabel_LoginTo.Font                       = new System.Drawing.Font("Microsoft Sans Serif", 22F);
     this.XR_TitleLabel_LoginTo.ForeColor                  = System.Drawing.Color.FromArgb(((int)(((byte)(170)))), ((int)(((byte)(171)))), ((int)(((byte)(176)))));
     this.XR_TitleLabel_LoginTo.Location                   = new System.Drawing.Point(20, 136);
     this.XR_TitleLabel_LoginTo.Name                       = "XR_TitleLabel_LoginTo";
     this.XR_TitleLabel_LoginTo.Side                       = XRails.Controls.XRails_TitleLabel.PanelSide.RightPanel;
     this.XR_TitleLabel_LoginTo.Size                       = new System.Drawing.Size(298, 40);
     this.XR_TitleLabel_LoginTo.TabIndex                   = 7;
     this.XR_TitleLabel_LoginTo.Text                       = "Login to your account";
     this.XR_TitleLabel_LoginTo.TextAlign                  = System.Drawing.ContentAlignment.MiddleCenter;
     this.XR_TitleLabel_LoginTo.TextRenderingHint          = System.Drawing.Text.TextRenderingHint.AntiAliasGridFit;
     this.XR_TitleLabel_LoginTo.UseCompatibleTextRendering = true;
     this.XR_TitleLabel_LoginTo.Visible                    = false;
     //
     // XR_TextBox_Pass
     //
     this.XR_TextBox_Pass.BackColor           = System.Drawing.Color.FromArgb(((int)(((byte)(43)))), ((int)(((byte)(48)))), ((int)(((byte)(67)))));
     this.XR_TextBox_Pass.ColorBordersOnEnter = true;
     this.Animator.SetDecoration(this.XR_TextBox_Pass, AnimatorNS.DecorationType.None);
     this.XR_TextBox_Pass.Font                  = new System.Drawing.Font("Segoe UI", 10F);
     this.XR_TextBox_Pass.ForeColor             = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(131)))), ((int)(((byte)(140)))));
     this.XR_TextBox_Pass.Image                 = ((System.Drawing.Image)(resources.GetObject("XR_TextBox_Pass.Image")));
     this.XR_TextBox_Pass.Location              = new System.Drawing.Point(0, 247);
     this.XR_TextBox_Pass.MaxLength             = 30;
     this.XR_TextBox_Pass.Multiline             = false;
     this.XR_TextBox_Pass.Name                  = "XR_TextBox_Pass";
     this.XR_TextBox_Pass.ReadOnly              = false;
     this.XR_TextBox_Pass.ShortcutsEnabled      = true;
     this.XR_TextBox_Pass.ShowBottomBorder      = true;
     this.XR_TextBox_Pass.ShowTopBorder         = false;
     this.XR_TextBox_Pass.Size                  = new System.Drawing.Size(350, 50);
     this.XR_TextBox_Pass.TabIndex              = 6;
     this.XR_TextBox_Pass.TextAlignment         = System.Windows.Forms.HorizontalAlignment.Left;
     this.XR_TextBox_Pass.UseSystemPasswordChar = true;
     this.XR_TextBox_Pass.Watermark             = "Password";
     this.XR_TextBox_Pass.WatermarkColor        = System.Drawing.Color.FromArgb(((int)(((byte)(116)))), ((int)(((byte)(120)))), ((int)(((byte)(129)))));
     //
     // XR_TextBox_User
     //
     this.XR_TextBox_User.BackColor           = System.Drawing.Color.FromArgb(((int)(((byte)(43)))), ((int)(((byte)(48)))), ((int)(((byte)(67)))));
     this.XR_TextBox_User.ColorBordersOnEnter = true;
     this.Animator.SetDecoration(this.XR_TextBox_User, AnimatorNS.DecorationType.None);
     this.XR_TextBox_User.Font                  = new System.Drawing.Font("Segoe UI", 10F);
     this.XR_TextBox_User.ForeColor             = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(131)))), ((int)(((byte)(140)))));
     this.XR_TextBox_User.Image                 = ((System.Drawing.Image)(resources.GetObject("XR_TextBox_User.Image")));
     this.XR_TextBox_User.Location              = new System.Drawing.Point(0, 197);
     this.XR_TextBox_User.MaxLength             = 64;
     this.XR_TextBox_User.Multiline             = false;
     this.XR_TextBox_User.Name                  = "XR_TextBox_User";
     this.XR_TextBox_User.ReadOnly              = false;
     this.XR_TextBox_User.ShortcutsEnabled      = true;
     this.XR_TextBox_User.ShowBottomBorder      = false;
     this.XR_TextBox_User.ShowTopBorder         = true;
     this.XR_TextBox_User.Size                  = new System.Drawing.Size(350, 50);
     this.XR_TextBox_User.TabIndex              = 5;
     this.XR_TextBox_User.TextAlignment         = System.Windows.Forms.HorizontalAlignment.Left;
     this.XR_TextBox_User.UseSystemPasswordChar = false;
     this.XR_TextBox_User.Watermark             = "Username or Email";
     this.XR_TextBox_User.WatermarkColor        = System.Drawing.Color.FromArgb(((int)(((byte)(116)))), ((int)(((byte)(120)))), ((int)(((byte)(129)))));
     //
     // XR_LinkLabel_Email
     //
     this.XR_LinkLabel_Email.ActiveLinkColor = System.Drawing.Color.FromArgb(((int)(((byte)(222)))), ((int)(((byte)(89)))), ((int)(((byte)(84)))));
     this.XR_LinkLabel_Email.AutoSize        = true;
     this.XR_LinkLabel_Email.BackColor       = System.Drawing.Color.Transparent;
     this.XR_LinkLabel_Email.Cursor          = System.Windows.Forms.Cursors.Arrow;
     this.Animator.SetDecoration(this.XR_LinkLabel_Email, AnimatorNS.DecorationType.None);
     this.XR_LinkLabel_Email.Font             = new System.Drawing.Font("Segoe UI", 9F);
     this.XR_LinkLabel_Email.LinkBehavior     = System.Windows.Forms.LinkBehavior.NeverUnderline;
     this.XR_LinkLabel_Email.LinkColor        = System.Drawing.Color.FromArgb(((int)(((byte)(242)))), ((int)(((byte)(93)))), ((int)(((byte)(89)))));
     this.XR_LinkLabel_Email.Location         = new System.Drawing.Point(217, 444);
     this.XR_LinkLabel_Email.Name             = "XR_LinkLabel_Email";
     this.XR_LinkLabel_Email.Size             = new System.Drawing.Size(91, 15);
     this.XR_LinkLabel_Email.TabIndex         = 4;
     this.XR_LinkLabel_Email.TabStop          = true;
     this.XR_LinkLabel_Email.Text             = "*****@*****.**";
     this.XR_LinkLabel_Email.Visible          = false;
     this.XR_LinkLabel_Email.VisitedLinkColor = System.Drawing.Color.FromArgb(((int)(((byte)(222)))), ((int)(((byte)(89)))), ((int)(((byte)(84)))));
     //
     // XR_Label_Contact
     //
     this.XR_Label_Contact.AutoSize  = true;
     this.XR_Label_Contact.BackColor = System.Drawing.Color.Transparent;
     this.XR_Label_Contact.Cursor    = System.Windows.Forms.Cursors.Arrow;
     this.Animator.SetDecoration(this.XR_Label_Contact, AnimatorNS.DecorationType.None);
     this.XR_Label_Contact.Font      = new System.Drawing.Font("Segoe UI", 9F);
     this.XR_Label_Contact.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(114)))), ((int)(((byte)(118)))), ((int)(((byte)(127)))));
     this.XR_Label_Contact.Location  = new System.Drawing.Point(42, 429);
     this.XR_Label_Contact.Name      = "XR_Label_Contact";
     this.XR_Label_Contact.Size      = new System.Drawing.Size(261, 30);
     this.XR_Label_Contact.TabIndex  = 3;
     this.XR_Label_Contact.Text      = "To obtain access to this app or for any questions\r\nabout its use, submit an email" +
                                       " to\r\n";
     this.XR_Label_Contact.Visible = false;
     //
     // XR_Label_Support
     //
     this.XR_Label_Support.AutoSize  = true;
     this.XR_Label_Support.BackColor = System.Drawing.Color.Transparent;
     this.XR_Label_Support.Cursor    = System.Windows.Forms.Cursors.Arrow;
     this.Animator.SetDecoration(this.XR_Label_Support, AnimatorNS.DecorationType.None);
     this.XR_Label_Support.Font      = new System.Drawing.Font("Segoe UI Semibold", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.XR_Label_Support.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(114)))), ((int)(((byte)(118)))), ((int)(((byte)(127)))));
     this.XR_Label_Support.Location  = new System.Drawing.Point(42, 409);
     this.XR_Label_Support.Name      = "XR_Label_Support";
     this.XR_Label_Support.Size      = new System.Drawing.Size(50, 15);
     this.XR_Label_Support.TabIndex  = 2;
     this.XR_Label_Support.Text      = "Support";
     this.XR_Label_Support.Visible   = false;
     //
     // XR_LinkLabel_ForgotPass
     //
     this.XR_LinkLabel_ForgotPass.ActiveLinkColor = System.Drawing.Color.FromArgb(((int)(((byte)(222)))), ((int)(((byte)(89)))), ((int)(((byte)(84)))));
     this.XR_LinkLabel_ForgotPass.AutoSize        = true;
     this.XR_LinkLabel_ForgotPass.BackColor       = System.Drawing.Color.Transparent;
     this.XR_LinkLabel_ForgotPass.Cursor          = System.Windows.Forms.Cursors.Arrow;
     this.Animator.SetDecoration(this.XR_LinkLabel_ForgotPass, AnimatorNS.DecorationType.None);
     this.XR_LinkLabel_ForgotPass.Font             = new System.Drawing.Font("Segoe UI", 9F);
     this.XR_LinkLabel_ForgotPass.LinkBehavior     = System.Windows.Forms.LinkBehavior.NeverUnderline;
     this.XR_LinkLabel_ForgotPass.LinkColor        = System.Drawing.Color.FromArgb(((int)(((byte)(116)))), ((int)(((byte)(120)))), ((int)(((byte)(129)))));
     this.XR_LinkLabel_ForgotPass.Location         = new System.Drawing.Point(147, 333);
     this.XR_LinkLabel_ForgotPass.Name             = "XR_LinkLabel_ForgotPass";
     this.XR_LinkLabel_ForgotPass.Size             = new System.Drawing.Size(100, 15);
     this.XR_LinkLabel_ForgotPass.TabIndex         = 1;
     this.XR_LinkLabel_ForgotPass.TabStop          = true;
     this.XR_LinkLabel_ForgotPass.Text             = "Forgot password?";
     this.XR_LinkLabel_ForgotPass.Visible          = false;
     this.XR_LinkLabel_ForgotPass.VisitedLinkColor = System.Drawing.Color.FromArgb(((int)(((byte)(222)))), ((int)(((byte)(89)))), ((int)(((byte)(84)))));
     //
     // XR_LeftPanel
     //
     this.XR_LeftPanel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(242)))), ((int)(((byte)(93)))), ((int)(((byte)(89)))));
     this.XR_LeftPanel.Controls.Add(this.XR_TitleLabel_Welcome);
     this.XR_LeftPanel.Controls.Add(this.PB_Logo);
     this.XR_LeftPanel.Controls.Add(this.XR_LogoBox);
     this.XR_LeftPanel.Cursor = System.Windows.Forms.Cursors.Arrow;
     this.Animator.SetDecoration(this.XR_LeftPanel, AnimatorNS.DecorationType.None);
     this.XR_LeftPanel.Dock      = System.Windows.Forms.DockStyle.Left;
     this.XR_LeftPanel.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(250)))), ((int)(((byte)(250)))), ((int)(((byte)(250)))));
     this.XR_LeftPanel.Location  = new System.Drawing.Point(0, 31);
     this.XR_LeftPanel.Name      = "XR_LeftPanel";
     this.XR_LeftPanel.Side      = XRails.Controls.XRails_Panel.PanelSide.Left;
     this.XR_LeftPanel.Size      = new System.Drawing.Size(350, 484);
     this.XR_LeftPanel.TabIndex  = 1;
     //
     // XR_TitleLabel_Welcome
     //
     this.XR_TitleLabel_Welcome.AutoSize  = true;
     this.XR_TitleLabel_Welcome.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(242)))), ((int)(((byte)(93)))), ((int)(((byte)(89)))));
     this.XR_TitleLabel_Welcome.Cursor    = System.Windows.Forms.Cursors.Arrow;
     this.Animator.SetDecoration(this.XR_TitleLabel_Welcome, AnimatorNS.DecorationType.None);
     this.XR_TitleLabel_Welcome.Font                       = new System.Drawing.Font("Microsoft Sans Serif", 22F);
     this.XR_TitleLabel_Welcome.ForeColor                  = System.Drawing.Color.FromArgb(((int)(((byte)(250)))), ((int)(((byte)(250)))), ((int)(((byte)(250)))));
     this.XR_TitleLabel_Welcome.Location                   = new System.Drawing.Point(33, 209);
     this.XR_TitleLabel_Welcome.Name                       = "XR_TitleLabel_Welcome";
     this.XR_TitleLabel_Welcome.Side                       = XRails.Controls.XRails_TitleLabel.PanelSide.LeftPanel;
     this.XR_TitleLabel_Welcome.Size                       = new System.Drawing.Size(284, 74);
     this.XR_TitleLabel_Welcome.TabIndex                   = 7;
     this.XR_TitleLabel_Welcome.Text                       = "Welcome to the\r\nXRails access portal";
     this.XR_TitleLabel_Welcome.TextAlign                  = System.Drawing.ContentAlignment.MiddleCenter;
     this.XR_TitleLabel_Welcome.TextRenderingHint          = System.Drawing.Text.TextRenderingHint.AntiAliasGridFit;
     this.XR_TitleLabel_Welcome.UseCompatibleTextRendering = true;
     //
     // PB_Logo
     //
     this.PB_Logo.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(244)))), ((int)(((byte)(102)))), ((int)(((byte)(98)))));
     this.Animator.SetDecoration(this.PB_Logo, AnimatorNS.DecorationType.None);
     this.PB_Logo.Image    = ((System.Drawing.Image)(resources.GetObject("PB_Logo.Image")));
     this.PB_Logo.Location = new System.Drawing.Point(143, 34);
     this.PB_Logo.Name     = "PB_Logo";
     this.PB_Logo.Size     = new System.Drawing.Size(64, 64);
     this.PB_Logo.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
     this.PB_Logo.TabIndex = 0;
     this.PB_Logo.TabStop  = false;
     //
     // XR_LogoBox
     //
     this.XR_LogoBox.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(244)))), ((int)(((byte)(102)))), ((int)(((byte)(98)))));
     this.Animator.SetDecoration(this.XR_LogoBox, AnimatorNS.DecorationType.None);
     this.XR_LogoBox.Location    = new System.Drawing.Point(33, 0);
     this.XR_LogoBox.MinimumSize = new System.Drawing.Size(100, 42);
     this.XR_LogoBox.Name        = "XR_LogoBox";
     this.XR_LogoBox.Size        = new System.Drawing.Size(317, 146);
     this.XR_LogoBox.TabIndex    = 0;
     this.XR_LogoBox.Text        = "xRails_TopLeftBox1";
     //
     // XR_ControlBox
     //
     this.XR_ControlBox.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.XR_ControlBox.BackColor = System.Drawing.Color.Transparent;
     this.XR_ControlBox.Cursor    = System.Windows.Forms.Cursors.Arrow;
     this.Animator.SetDecoration(this.XR_ControlBox, AnimatorNS.DecorationType.None);
     this.XR_ControlBox.EnableMaximizeButton = false;
     this.XR_ControlBox.EnableMinimizeButton = true;
     this.XR_ControlBox.Location             = new System.Drawing.Point(561, 0);
     this.XR_ControlBox.Name     = "XR_ControlBox";
     this.XR_ControlBox.Size     = new System.Drawing.Size(139, 31);
     this.XR_ControlBox.TabIndex = 0;
     //
     // Frm_Login
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(700, 515);
     this.Controls.Add(this.XR_Container);
     this.Animator.SetDecoration(this, AnimatorNS.DecorationType.None);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.MaximizeBox     = false;
     this.MaximumSize     = new System.Drawing.Size(1920, 1040);
     this.Name            = "Frm_Login";
     this.Opacity         = 0D;
     this.ShowIcon        = false;
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "XRails Login";
     this.TransparencyKey = System.Drawing.Color.Fuchsia;
     this.FormClosing    += new System.Windows.Forms.FormClosingEventHandler(this.Frm_Login_FormClosing);
     this.Shown          += new System.EventHandler(this.Frm_Login_Shown);
     this.XR_Container.ResumeLayout(false);
     this.XR_RightPanel.ResumeLayout(false);
     this.XR_RightPanel.PerformLayout();
     this.XR_LeftPanel.ResumeLayout(false);
     this.XR_LeftPanel.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.PB_Logo)).EndInit();
     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()
 {
     this.components = new System.ComponentModel.Container();
     AnimatorNS.Animation animation1 = new AnimatorNS.Animation();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form_Login));
     this.animator1          = new AnimatorNS.Animator(this.components);
     this.xRails_RightPanel1 = new XRails.XRails_RightPanel();
     this.TB_Password        = new XRails.XRails_TextBox();
     this.TB_Username        = new XRails.XRails_TextBox();
     this.xRails_LinkLabel1  = new XRails.XRails_LinkLabel();
     this.xRails_Label2      = new XRails.XRails_Label();
     this.xRails_Label1      = new XRails.XRails_Label();
     this.TitleLabel_LoginTo = new XRails.XRails_TitleLabel();
     this.BTN_Login          = new XRails.XRails_Button();
     this.Label_LoggingIn    = new XRails.XRails_Label();
     this.xRails_LeftPanel1  = new XRails.XRails_LeftPanel();
     this.pictureBox1        = new System.Windows.Forms.PictureBox();
     this.xRails_TopLeftBox1 = new XRails.XRails_TopLeftBox();
     this.TitleLabel_Welcome = new XRails.XRails_TitleLabel();
     this.xRails_RightPanel1.SuspendLayout();
     this.xRails_LeftPanel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
     this.SuspendLayout();
     //
     // animator1
     //
     this.animator1.AnimationType      = AnimatorNS.AnimationType.Custom;
     this.animator1.Cursor             = null;
     animation1.AnimateOnlyDifferences = true;
     animation1.BlindCoeff             = ((System.Drawing.PointF)(resources.GetObject("animation1.BlindCoeff")));
     animation1.LeafCoeff            = 0F;
     animation1.MaxTime              = 1F;
     animation1.MinTime              = 0F;
     animation1.MosaicCoeff          = ((System.Drawing.PointF)(resources.GetObject("animation1.MosaicCoeff")));
     animation1.MosaicShift          = ((System.Drawing.PointF)(resources.GetObject("animation1.MosaicShift")));
     animation1.MosaicSize           = 0;
     animation1.Padding              = new System.Windows.Forms.Padding(0);
     animation1.RotateCoeff          = 0F;
     animation1.RotateLimit          = 0F;
     animation1.ScaleCoeff           = ((System.Drawing.PointF)(resources.GetObject("animation1.ScaleCoeff")));
     animation1.SlideCoeff           = ((System.Drawing.PointF)(resources.GetObject("animation1.SlideCoeff")));
     animation1.TimeCoeff            = 0F;
     animation1.TransparencyCoeff    = 0F;
     this.animator1.DefaultAnimation = animation1;
     //
     // xRails_RightPanel1
     //
     this.xRails_RightPanel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(41)))), ((int)(((byte)(44)))), ((int)(((byte)(59)))));
     this.xRails_RightPanel1.Controls.Add(this.TB_Password);
     this.xRails_RightPanel1.Controls.Add(this.TB_Username);
     this.xRails_RightPanel1.Controls.Add(this.xRails_LinkLabel1);
     this.xRails_RightPanel1.Controls.Add(this.xRails_Label2);
     this.xRails_RightPanel1.Controls.Add(this.xRails_Label1);
     this.xRails_RightPanel1.Controls.Add(this.TitleLabel_LoginTo);
     this.xRails_RightPanel1.Controls.Add(this.BTN_Login);
     this.xRails_RightPanel1.Controls.Add(this.Label_LoggingIn);
     this.xRails_RightPanel1.Cursor = System.Windows.Forms.Cursors.Arrow;
     this.animator1.SetDecoration(this.xRails_RightPanel1, AnimatorNS.DecorationType.None);
     this.xRails_RightPanel1.Dock      = System.Windows.Forms.DockStyle.Fill;
     this.xRails_RightPanel1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(250)))), ((int)(((byte)(250)))), ((int)(((byte)(250)))));
     this.xRails_RightPanel1.Location  = new System.Drawing.Point(335, 0);
     this.xRails_RightPanel1.Name      = "xRails_RightPanel1";
     this.xRails_RightPanel1.Size      = new System.Drawing.Size(337, 480);
     this.xRails_RightPanel1.TabIndex  = 1;
     //
     // TB_Password
     //
     this.TB_Password.BackColor           = System.Drawing.Color.FromArgb(((int)(((byte)(43)))), ((int)(((byte)(48)))), ((int)(((byte)(67)))));
     this.TB_Password.ColorBordersOnEnter = true;
     this.animator1.SetDecoration(this.TB_Password, AnimatorNS.DecorationType.None);
     this.TB_Password.Font                  = new System.Drawing.Font("Segoe UI", 10F);
     this.TB_Password.ForeColor             = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(131)))), ((int)(((byte)(140)))));
     this.TB_Password.Image                 = ((System.Drawing.Image)(resources.GetObject("TB_Password.Image")));
     this.TB_Password.Location              = new System.Drawing.Point(-1, 247);
     this.TB_Password.MaxLength             = 32767;
     this.TB_Password.Multiline             = false;
     this.TB_Password.Name                  = "TB_Password";
     this.TB_Password.ReadOnly              = false;
     this.TB_Password.ShortcutsEnabled      = true;
     this.TB_Password.ShowBottomBorder      = true;
     this.TB_Password.ShowTopBorder         = false;
     this.TB_Password.Size                  = new System.Drawing.Size(339, 50);
     this.TB_Password.TabIndex              = 6;
     this.TB_Password.TextAlignment         = System.Windows.Forms.HorizontalAlignment.Left;
     this.TB_Password.UseSystemPasswordChar = true;
     this.TB_Password.Watermark             = "Password";
     this.TB_Password.WatermarkColor        = System.Drawing.Color.FromArgb(((int)(((byte)(116)))), ((int)(((byte)(120)))), ((int)(((byte)(129)))));
     //
     // TB_Username
     //
     this.TB_Username.BackColor           = System.Drawing.Color.FromArgb(((int)(((byte)(43)))), ((int)(((byte)(48)))), ((int)(((byte)(67)))));
     this.TB_Username.ColorBordersOnEnter = true;
     this.animator1.SetDecoration(this.TB_Username, AnimatorNS.DecorationType.None);
     this.TB_Username.Font                  = new System.Drawing.Font("Segoe UI", 10F);
     this.TB_Username.ForeColor             = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(131)))), ((int)(((byte)(140)))));
     this.TB_Username.Image                 = ((System.Drawing.Image)(resources.GetObject("TB_Username.Image")));
     this.TB_Username.Location              = new System.Drawing.Point(-1, 197);
     this.TB_Username.MaxLength             = 32767;
     this.TB_Username.Multiline             = false;
     this.TB_Username.Name                  = "TB_Username";
     this.TB_Username.ReadOnly              = false;
     this.TB_Username.ShortcutsEnabled      = true;
     this.TB_Username.ShowBottomBorder      = false;
     this.TB_Username.ShowTopBorder         = true;
     this.TB_Username.Size                  = new System.Drawing.Size(339, 50);
     this.TB_Username.TabIndex              = 5;
     this.TB_Username.TextAlignment         = System.Windows.Forms.HorizontalAlignment.Left;
     this.TB_Username.UseSystemPasswordChar = false;
     this.TB_Username.Watermark             = "Username or Email";
     this.TB_Username.WatermarkColor        = System.Drawing.Color.FromArgb(((int)(((byte)(116)))), ((int)(((byte)(120)))), ((int)(((byte)(129)))));
     //
     // xRails_LinkLabel1
     //
     this.xRails_LinkLabel1.ActiveLinkColor = System.Drawing.Color.FromArgb(((int)(((byte)(222)))), ((int)(((byte)(89)))), ((int)(((byte)(84)))));
     this.xRails_LinkLabel1.AutoSize        = true;
     this.xRails_LinkLabel1.BackColor       = System.Drawing.Color.Transparent;
     this.xRails_LinkLabel1.Cursor          = System.Windows.Forms.Cursors.Arrow;
     this.animator1.SetDecoration(this.xRails_LinkLabel1, AnimatorNS.DecorationType.None);
     this.xRails_LinkLabel1.Font             = new System.Drawing.Font("Segoe UI", 9F);
     this.xRails_LinkLabel1.LinkBehavior     = System.Windows.Forms.LinkBehavior.NeverUnderline;
     this.xRails_LinkLabel1.LinkColor        = System.Drawing.Color.FromArgb(((int)(((byte)(242)))), ((int)(((byte)(93)))), ((int)(((byte)(89)))));
     this.xRails_LinkLabel1.Location         = new System.Drawing.Point(200, 443);
     this.xRails_LinkLabel1.Name             = "xRails_LinkLabel1";
     this.xRails_LinkLabel1.Size             = new System.Drawing.Size(91, 15);
     this.xRails_LinkLabel1.TabIndex         = 4;
     this.xRails_LinkLabel1.TabStop          = true;
     this.xRails_LinkLabel1.Text             = "*****@*****.**";
     this.xRails_LinkLabel1.Visible          = false;
     this.xRails_LinkLabel1.VisitedLinkColor = System.Drawing.Color.FromArgb(((int)(((byte)(222)))), ((int)(((byte)(89)))), ((int)(((byte)(84)))));
     //
     // xRails_Label2
     //
     this.xRails_Label2.AutoSize  = true;
     this.xRails_Label2.BackColor = System.Drawing.Color.Transparent;
     this.xRails_Label2.Cursor    = System.Windows.Forms.Cursors.Arrow;
     this.animator1.SetDecoration(this.xRails_Label2, AnimatorNS.DecorationType.None);
     this.xRails_Label2.Font      = new System.Drawing.Font("Segoe UI", 9F);
     this.xRails_Label2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(114)))), ((int)(((byte)(118)))), ((int)(((byte)(127)))));
     this.xRails_Label2.Location  = new System.Drawing.Point(25, 428);
     this.xRails_Label2.Name      = "xRails_Label2";
     this.xRails_Label2.Size      = new System.Drawing.Size(261, 30);
     this.xRails_Label2.TabIndex  = 3;
     this.xRails_Label2.Text      = "To obtain access to this app or for any questions\r\nabout its use, submit an email" +
                                    " to";
     this.xRails_Label2.Visible = false;
     //
     // xRails_Label1
     //
     this.xRails_Label1.AutoSize  = true;
     this.xRails_Label1.BackColor = System.Drawing.Color.Transparent;
     this.xRails_Label1.Cursor    = System.Windows.Forms.Cursors.Arrow;
     this.animator1.SetDecoration(this.xRails_Label1, AnimatorNS.DecorationType.None);
     this.xRails_Label1.Font      = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xRails_Label1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(114)))), ((int)(((byte)(118)))), ((int)(((byte)(127)))));
     this.xRails_Label1.Location  = new System.Drawing.Point(25, 410);
     this.xRails_Label1.Name      = "xRails_Label1";
     this.xRails_Label1.Size      = new System.Drawing.Size(52, 15);
     this.xRails_Label1.TabIndex  = 2;
     this.xRails_Label1.Text      = "Support";
     this.xRails_Label1.Visible   = false;
     //
     // TitleLabel_LoginTo
     //
     this.TitleLabel_LoginTo.AutoSize  = true;
     this.TitleLabel_LoginTo.BackColor = System.Drawing.Color.Transparent;
     this.TitleLabel_LoginTo.Cursor    = System.Windows.Forms.Cursors.Arrow;
     this.animator1.SetDecoration(this.TitleLabel_LoginTo, AnimatorNS.DecorationType.None);
     this.TitleLabel_LoginTo.Font                       = new System.Drawing.Font("Microsoft Sans Serif", 22F);
     this.TitleLabel_LoginTo.ForeColor                  = System.Drawing.Color.FromArgb(((int)(((byte)(170)))), ((int)(((byte)(171)))), ((int)(((byte)(176)))));
     this.TitleLabel_LoginTo.Location                   = new System.Drawing.Point(12, 143);
     this.TitleLabel_LoginTo.Name                       = "TitleLabel_LoginTo";
     this.TitleLabel_LoginTo.Side                       = XRails.XRails_TitleLabel.PanelSide.RightPanel;
     this.TitleLabel_LoginTo.Size                       = new System.Drawing.Size(298, 40);
     this.TitleLabel_LoginTo.TabIndex                   = 1;
     this.TitleLabel_LoginTo.Text                       = "Login to your account";
     this.TitleLabel_LoginTo.TextAlign                  = System.Drawing.ContentAlignment.MiddleCenter;
     this.TitleLabel_LoginTo.TextRenderingHint          = System.Drawing.Text.TextRenderingHint.AntiAliasGridFit;
     this.TitleLabel_LoginTo.UseCompatibleTextRendering = true;
     this.TitleLabel_LoginTo.Visible                    = false;
     //
     // BTN_Login
     //
     this.BTN_Login.BackColor = System.Drawing.Color.Transparent;
     this.animator1.SetDecoration(this.BTN_Login, AnimatorNS.DecorationType.None);
     this.BTN_Login.DialogResult = System.Windows.Forms.DialogResult.None;
     this.BTN_Login.Font         = new System.Drawing.Font("Segoe UI", 10F);
     this.BTN_Login.Location     = new System.Drawing.Point(-4, 317);
     this.BTN_Login.MinimumSize  = new System.Drawing.Size(144, 47);
     this.BTN_Login.Name         = "BTN_Login";
     this.BTN_Login.Radius       = 20;
     this.BTN_Login.Size         = new System.Drawing.Size(144, 47);
     this.BTN_Login.TabIndex     = 7;
     this.BTN_Login.Text         = "LOGIN";
     this.BTN_Login.Click       += new System.EventHandler(this.BTN_Login_Click);
     //
     // Label_LoggingIn
     //
     this.Label_LoggingIn.BackColor = System.Drawing.Color.Transparent;
     this.Label_LoggingIn.Cursor    = System.Windows.Forms.Cursors.Arrow;
     this.animator1.SetDecoration(this.Label_LoggingIn, AnimatorNS.DecorationType.None);
     this.Label_LoggingIn.Font       = new System.Drawing.Font("Segoe UI", 9F);
     this.Label_LoggingIn.ForeColor  = System.Drawing.Color.FromArgb(((int)(((byte)(114)))), ((int)(((byte)(118)))), ((int)(((byte)(127)))));
     this.Label_LoggingIn.Image      = ((System.Drawing.Image)(resources.GetObject("Label_LoggingIn.Image")));
     this.Label_LoggingIn.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.Label_LoggingIn.Location   = new System.Drawing.Point(18, 329);
     this.Label_LoggingIn.Name       = "Label_LoggingIn";
     this.Label_LoggingIn.Size       = new System.Drawing.Size(104, 25);
     this.Label_LoggingIn.TabIndex   = 8;
     this.Label_LoggingIn.Text       = "      Logging in...";
     this.Label_LoggingIn.TextAlign  = System.Drawing.ContentAlignment.MiddleCenter;
     this.Label_LoggingIn.Visible    = false;
     //
     // xRails_LeftPanel1
     //
     this.xRails_LeftPanel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(242)))), ((int)(((byte)(93)))), ((int)(((byte)(89)))));
     this.xRails_LeftPanel1.Controls.Add(this.pictureBox1);
     this.xRails_LeftPanel1.Controls.Add(this.xRails_TopLeftBox1);
     this.xRails_LeftPanel1.Controls.Add(this.TitleLabel_Welcome);
     this.xRails_LeftPanel1.Cursor = System.Windows.Forms.Cursors.Arrow;
     this.animator1.SetDecoration(this.xRails_LeftPanel1, AnimatorNS.DecorationType.None);
     this.xRails_LeftPanel1.Dock      = System.Windows.Forms.DockStyle.Left;
     this.xRails_LeftPanel1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(250)))), ((int)(((byte)(250)))), ((int)(((byte)(250)))));
     this.xRails_LeftPanel1.Location  = new System.Drawing.Point(0, 0);
     this.xRails_LeftPanel1.Name      = "xRails_LeftPanel1";
     this.xRails_LeftPanel1.Size      = new System.Drawing.Size(335, 480);
     this.xRails_LeftPanel1.TabIndex  = 0;
     //
     // pictureBox1
     //
     this.pictureBox1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(244)))), ((int)(((byte)(102)))), ((int)(((byte)(98)))));
     this.animator1.SetDecoration(this.pictureBox1, AnimatorNS.DecorationType.None);
     this.pictureBox1.Image    = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
     this.pictureBox1.Location = new System.Drawing.Point(135, 34);
     this.pictureBox1.Name     = "pictureBox1";
     this.pictureBox1.Size     = new System.Drawing.Size(64, 64);
     this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
     this.pictureBox1.TabIndex = 2;
     this.pictureBox1.TabStop  = false;
     //
     // xRails_TopLeftBox1
     //
     this.xRails_TopLeftBox1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(244)))), ((int)(((byte)(102)))), ((int)(((byte)(98)))));
     this.animator1.SetDecoration(this.xRails_TopLeftBox1, AnimatorNS.DecorationType.None);
     this.xRails_TopLeftBox1.Location    = new System.Drawing.Point(25, 0);
     this.xRails_TopLeftBox1.MinimumSize = new System.Drawing.Size(100, 42);
     this.xRails_TopLeftBox1.Name        = "xRails_TopLeftBox1";
     this.xRails_TopLeftBox1.Size        = new System.Drawing.Size(310, 146);
     this.xRails_TopLeftBox1.TabIndex    = 1;
     this.xRails_TopLeftBox1.Text        = "xRails_TopLeftBox1";
     //
     // TitleLabel_Welcome
     //
     this.TitleLabel_Welcome.AutoSize  = true;
     this.TitleLabel_Welcome.BackColor = System.Drawing.Color.Transparent;
     this.TitleLabel_Welcome.Cursor    = System.Windows.Forms.Cursors.Arrow;
     this.animator1.SetDecoration(this.TitleLabel_Welcome, AnimatorNS.DecorationType.None);
     this.TitleLabel_Welcome.Font                       = new System.Drawing.Font("Microsoft Sans Serif", 22F);
     this.TitleLabel_Welcome.ForeColor                  = System.Drawing.Color.FromArgb(((int)(((byte)(250)))), ((int)(((byte)(250)))), ((int)(((byte)(250)))));
     this.TitleLabel_Welcome.Location                   = new System.Drawing.Point(25, 221);
     this.TitleLabel_Welcome.Name                       = "TitleLabel_Welcome";
     this.TitleLabel_Welcome.Side                       = XRails.XRails_TitleLabel.PanelSide.LeftPanel;
     this.TitleLabel_Welcome.Size                       = new System.Drawing.Size(284, 74);
     this.TitleLabel_Welcome.TabIndex                   = 0;
     this.TitleLabel_Welcome.Text                       = "Welcome to the\r\nXRails access portal";
     this.TitleLabel_Welcome.TextAlign                  = System.Drawing.ContentAlignment.MiddleCenter;
     this.TitleLabel_Welcome.TextRenderingHint          = System.Drawing.Text.TextRenderingHint.AntiAliasGridFit;
     this.TitleLabel_Welcome.UseCompatibleTextRendering = true;
     //
     // Form_Login
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(672, 480);
     this.Controls.Add(this.xRails_RightPanel1);
     this.Controls.Add(this.xRails_LeftPanel1);
     this.animator1.SetDecoration(this, AnimatorNS.DecorationType.None);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.MaximizeBox     = false;
     this.Name            = "Form_Login";
     this.ShowIcon        = false;
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "XRails";
     this.FormClosing    += new System.Windows.Forms.FormClosingEventHandler(this.Form_Login_FormClosing);
     this.Shown          += new System.EventHandler(this.Form_Login_Shown);
     this.xRails_RightPanel1.ResumeLayout(false);
     this.xRails_RightPanel1.PerformLayout();
     this.xRails_LeftPanel1.ResumeLayout(false);
     this.xRails_LeftPanel1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
     this.ResumeLayout(false);
 }
コード例 #6
0
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(StartPageForm));
            AnimatorNS.Animation animation1 = new AnimatorNS.Animation();
            this.panel1 = new System.Windows.Forms.Panel();
            this.linkLabel4 = new System.Windows.Forms.LinkLabel();
            this.label2 = new System.Windows.Forms.Label();
            this.linkLabel3 = new System.Windows.Forms.LinkLabel();
            this.label1 = new System.Windows.Forms.Label();
            this.LinkLabel02OpenProject = new System.Windows.Forms.LinkLabel();
            this.LinkLabel01NewPaint = new System.Windows.Forms.LinkLabel();
            this.panel2 = new System.Windows.Forms.Panel();
            this.linkLabel1 = new System.Windows.Forms.LinkLabel();
            this.label11 = new System.Windows.Forms.Label();
            this.label10 = new System.Windows.Forms.Label();
            this.label9 = new System.Windows.Forms.Label();
            this.label8 = new System.Windows.Forms.Label();
            this.label7 = new System.Windows.Forms.Label();
            this.label6 = new System.Windows.Forms.Label();
            this.label5 = new System.Windows.Forms.Label();
            this.label4 = new System.Windows.Forms.Label();
            this.label3 = new System.Windows.Forms.Label();
            this.animator1 = new AnimatorNS.Animator(this.components);
            this.panel1.SuspendLayout();
            this.panel2.SuspendLayout();
            this.SuspendLayout();
            // 
            // panel1
            // 
            this.panel1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
            | System.Windows.Forms.AnchorStyles.Left)));
            this.panel1.AutoScroll = true;
            this.panel1.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
            this.panel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(45)))), ((int)(((byte)(45)))), ((int)(((byte)(48)))));
            this.panel1.BackgroundImage = global::PhotoBrushProject.Properties.Resources.Pb_2013_Logo;
            this.panel1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
            this.panel1.Controls.Add(this.linkLabel4);
            this.panel1.Controls.Add(this.label2);
            this.panel1.Controls.Add(this.linkLabel3);
            this.panel1.Controls.Add(this.label1);
            this.panel1.Controls.Add(this.LinkLabel02OpenProject);
            this.panel1.Controls.Add(this.LinkLabel01NewPaint);
            this.panel1.Location = new System.Drawing.Point(12, 12);
            this.panel1.Name = "panel1";
            this.panel1.Size = new System.Drawing.Size(300, 551);
            this.panel1.TabIndex = 0;
            // 
            // linkLabel4
            // 
            this.linkLabel4.ActiveLinkColor = System.Drawing.Color.BlueViolet;
            this.linkLabel4.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.linkLabel4.AutoSize = true;
            this.linkLabel4.Font = new System.Drawing.Font("Segoe UI", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.linkLabel4.LinkBehavior = System.Windows.Forms.LinkBehavior.HoverUnderline;
            this.linkLabel4.LinkColor = System.Drawing.Color.RoyalBlue;
            this.linkLabel4.Location = new System.Drawing.Point(59, 475);
            this.linkLabel4.Name = "linkLabel4";
            this.linkLabel4.Size = new System.Drawing.Size(48, 17);
            this.linkLabel4.TabIndex = 5;
            this.linkLabel4.TabStop = true;
            this.linkLabel4.Text = "Option";
            // 
            // label2
            // 
            this.label2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.label2.AutoSize = true;
            this.label2.ForeColor = System.Drawing.SystemColors.ControlDarkDark;
            this.label2.Location = new System.Drawing.Point(56, 450);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(193, 13);
            this.label2.TabIndex = 4;
            this.label2.Text = "_______________________________";
            // 
            // linkLabel3
            // 
            this.linkLabel3.ActiveLinkColor = System.Drawing.Color.BlueViolet;
            this.linkLabel3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.linkLabel3.AutoSize = true;
            this.linkLabel3.Font = new System.Drawing.Font("Segoe UI", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.linkLabel3.LinkBehavior = System.Windows.Forms.LinkBehavior.HoverUnderline;
            this.linkLabel3.LinkColor = System.Drawing.Color.RoyalBlue;
            this.linkLabel3.Location = new System.Drawing.Point(59, 499);
            this.linkLabel3.Name = "linkLabel3";
            this.linkLabel3.Size = new System.Drawing.Size(35, 17);
            this.linkLabel3.TabIndex = 3;
            this.linkLabel3.TabStop = true;
            this.linkLabel3.Text = "Help";
            this.linkLabel3.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel3_LinkClicked);
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.ForeColor = System.Drawing.SystemColors.ControlDarkDark;
            this.label1.Location = new System.Drawing.Point(56, 206);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(193, 13);
            this.label1.TabIndex = 2;
            this.label1.Text = "_______________________________";
            // 
            // LinkLabel02OpenProject
            // 
            this.LinkLabel02OpenProject.ActiveLinkColor = System.Drawing.Color.BlueViolet;
            this.LinkLabel02OpenProject.AutoSize = true;
            this.LinkLabel02OpenProject.Font = new System.Drawing.Font("Segoe UI", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.LinkLabel02OpenProject.LinkBehavior = System.Windows.Forms.LinkBehavior.HoverUnderline;
            this.LinkLabel02OpenProject.LinkColor = System.Drawing.Color.RoyalBlue;
            this.LinkLabel02OpenProject.Location = new System.Drawing.Point(59, 261);
            this.LinkLabel02OpenProject.Name = "LinkLabel02OpenProject";
            this.LinkLabel02OpenProject.Size = new System.Drawing.Size(84, 17);
            this.LinkLabel02OpenProject.TabIndex = 1;
            this.LinkLabel02OpenProject.TabStop = true;
            this.LinkLabel02OpenProject.Text = "Open Project";
            this.LinkLabel02OpenProject.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.LinkLabel02OpenProject_LinkClicked);
            // 
            // LinkLabel01NewPaint
            // 
            this.LinkLabel01NewPaint.ActiveLinkColor = System.Drawing.Color.BlueViolet;
            this.LinkLabel01NewPaint.AutoSize = true;
            this.LinkLabel01NewPaint.Font = new System.Drawing.Font("Segoe UI", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.LinkLabel01NewPaint.LinkBehavior = System.Windows.Forms.LinkBehavior.HoverUnderline;
            this.LinkLabel01NewPaint.LinkColor = System.Drawing.Color.RoyalBlue;
            this.LinkLabel01NewPaint.Location = new System.Drawing.Point(59, 235);
            this.LinkLabel01NewPaint.Name = "LinkLabel01NewPaint";
            this.LinkLabel01NewPaint.Size = new System.Drawing.Size(78, 17);
            this.LinkLabel01NewPaint.TabIndex = 0;
            this.LinkLabel01NewPaint.TabStop = true;
            this.LinkLabel01NewPaint.Text = "New Project";
            this.LinkLabel01NewPaint.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.LinkLabel01NewPaint_LinkClicked);
            // 
            // 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.AutoScroll = true;
            this.panel2.BackColor = System.Drawing.SystemColors.Window;
            this.panel2.Controls.Add(this.linkLabel1);
            this.panel2.Controls.Add(this.label11);
            this.panel2.Controls.Add(this.label10);
            this.panel2.Controls.Add(this.label9);
            this.panel2.Controls.Add(this.label8);
            this.panel2.Controls.Add(this.label7);
            this.panel2.Controls.Add(this.label6);
            this.panel2.Controls.Add(this.label5);
            this.panel2.Controls.Add(this.label4);
            this.panel2.Controls.Add(this.label3);
            this.panel2.Location = new System.Drawing.Point(319, 12);
            this.panel2.Name = "panel2";
            this.panel2.Size = new System.Drawing.Size(542, 551);
            this.panel2.TabIndex = 1;
            // 
            // linkLabel1
            // 
            this.linkLabel1.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.linkLabel1.AutoSize = true;
            this.linkLabel1.LinkBehavior = System.Windows.Forms.LinkBehavior.HoverUnderline;
            this.linkLabel1.LinkColor = System.Drawing.Color.RoyalBlue;
            this.linkLabel1.Location = new System.Drawing.Point(277, 421);
            this.linkLabel1.Name = "linkLabel1";
            this.linkLabel1.Size = new System.Drawing.Size(133, 13);
            this.linkLabel1.TabIndex = 9;
            this.linkLabel1.TabStop = true;
            this.linkLabel1.Text = "www.tarek-aec.webs.com";
            // 
            // label11
            // 
            this.label11.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.label11.AutoSize = true;
            this.label11.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.label11.ForeColor = System.Drawing.SystemColors.WindowFrame;
            this.label11.Location = new System.Drawing.Point(76, 497);
            this.label11.Name = "label11";
            this.label11.Size = new System.Drawing.Size(406, 15);
            this.label11.TabIndex = 8;
            this.label11.Text = "Join us at youtube, facebook, twitter.com, and have new learning resources.";
            // 
            // label10
            // 
            this.label10.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.label10.AutoSize = true;
            this.label10.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.label10.ForeColor = System.Drawing.SystemColors.WindowFrame;
            this.label10.Location = new System.Drawing.Point(76, 419);
            this.label10.Name = "label10";
            this.label10.Size = new System.Drawing.Size(198, 15);
            this.label10.TabIndex = 7;
            this.label10.Text = "Sign up now and visit our web page:";
            // 
            // label9
            // 
            this.label9.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.label9.AutoSize = true;
            this.label9.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.label9.ForeColor = System.Drawing.SystemColors.WindowFrame;
            this.label9.Location = new System.Drawing.Point(76, 249);
            this.label9.Name = "label9";
            this.label9.Size = new System.Drawing.Size(429, 105);
            this.label9.TabIndex = 6;
            this.label9.Text = resources.GetString("label9.Text");
            // 
            // label8
            // 
            this.label8.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.label8.AutoSize = true;
            this.label8.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.label8.ForeColor = System.Drawing.SystemColors.WindowFrame;
            this.label8.Location = new System.Drawing.Point(76, 132);
            this.label8.Name = "label8";
            this.label8.Size = new System.Drawing.Size(448, 60);
            this.label8.TabIndex = 5;
            this.label8.Text = resources.GetString("label8.Text");
            // 
            // label7
            // 
            this.label7.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.label7.AutoSize = true;
            this.label7.Font = new System.Drawing.Font("Segoe UI", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.label7.ForeColor = System.Drawing.Color.DimGray;
            this.label7.Location = new System.Drawing.Point(67, 476);
            this.label7.Name = "label7";
            this.label7.Size = new System.Drawing.Size(136, 20);
            this.label7.TabIndex = 4;
            this.label7.Text = "Learning Resources";
            // 
            // label6
            // 
            this.label6.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.label6.AutoSize = true;
            this.label6.Font = new System.Drawing.Font("Segoe UI", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.label6.ForeColor = System.Drawing.Color.DimGray;
            this.label6.Location = new System.Drawing.Point(67, 396);
            this.label6.Name = "label6";
            this.label6.Size = new System.Drawing.Size(224, 20);
            this.label6.TabIndex = 3;
            this.label6.Text = "Upload your project in the cloud";
            // 
            // label5
            // 
            this.label5.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.label5.AutoSize = true;
            this.label5.Font = new System.Drawing.Font("Segoe UI", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.label5.ForeColor = System.Drawing.Color.DimGray;
            this.label5.Location = new System.Drawing.Point(67, 227);
            this.label5.Name = "label5";
            this.label5.Size = new System.Drawing.Size(110, 20);
            this.label5.TabIndex = 2;
            this.label5.Text = "Getting Started";
            // 
            // label4
            // 
            this.label4.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.label4.AutoSize = true;
            this.label4.Font = new System.Drawing.Font("Segoe UI", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.label4.ForeColor = System.Drawing.Color.DimGray;
            this.label4.Location = new System.Drawing.Point(67, 112);
            this.label4.Name = "label4";
            this.label4.Size = new System.Drawing.Size(87, 20);
            this.label4.TabIndex = 1;
            this.label4.Text = "What\'s New";
            // 
            // label3
            // 
            this.label3.AutoSize = true;
            this.label3.Font = new System.Drawing.Font("Segoe UI Light", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.label3.ForeColor = System.Drawing.Color.DimGray;
            this.label3.Location = new System.Drawing.Point(32, 36);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(406, 30);
            this.label3.TabIndex = 0;
            this.label3.Text = "Getting Started with Photo Brush Studio 2013";
            // 
            // animator1
            // 
            this.animator1.AnimationType = AnimatorNS.AnimationType.Custom;
            this.animator1.Cursor = null;
            animation1.AnimateOnlyDifferences = true;
            animation1.BlindCoeff = ((System.Drawing.PointF)(resources.GetObject("animation1.BlindCoeff")));
            animation1.LeafCoeff = 0F;
            animation1.MaxTime = 1F;
            animation1.MinTime = 0F;
            animation1.MosaicCoeff = ((System.Drawing.PointF)(resources.GetObject("animation1.MosaicCoeff")));
            animation1.MosaicShift = ((System.Drawing.PointF)(resources.GetObject("animation1.MosaicShift")));
            animation1.MosaicSize = 0;
            animation1.Padding = new System.Windows.Forms.Padding(0);
            animation1.RotateCoeff = 0F;
            animation1.RotateLimit = 0F;
            animation1.ScaleCoeff = ((System.Drawing.PointF)(resources.GetObject("animation1.ScaleCoeff")));
            animation1.SlideCoeff = ((System.Drawing.PointF)(resources.GetObject("animation1.SlideCoeff")));
            animation1.TimeCoeff = 0F;
            animation1.TransparencyCoeff = 0F;
            this.animator1.DefaultAnimation = animation1;
            // 
            // StartPageForm
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.AutoScroll = true;
            this.BackColor = System.Drawing.SystemColors.Window;
            this.ClientSize = new System.Drawing.Size(873, 575);
            this.Controls.Add(this.panel2);
            this.Controls.Add(this.panel1);
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.MinimumSize = new System.Drawing.Size(700, 400);
            this.Name = "StartPageForm";
            this.Text = "Start Page";
            this.MouseEnter += new System.EventHandler(this.StartPageForm_Activated);
            this.panel1.ResumeLayout(false);
            this.panel1.PerformLayout();
            this.panel2.ResumeLayout(false);
            this.panel2.PerformLayout();
            this.ResumeLayout(false);

        }
コード例 #7
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     AnimatorNS.Animation animation1 = new AnimatorNS.Animation();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Modifier_Client));
     this.animator1          = new AnimatorNS.Animator(this.components);
     this.bunifuFlatButton2  = new Bunifu.Framework.UI.BunifuFlatButton();
     this.bunifuFlatButton1  = new Bunifu.Framework.UI.BunifuFlatButton();
     this.txtVille           = new System.Windows.Forms.TextBox();
     this.label8             = new System.Windows.Forms.Label();
     this.txtTele            = new System.Windows.Forms.TextBox();
     this.txtAdress          = new System.Windows.Forms.TextBox();
     this.label6             = new System.Windows.Forms.Label();
     this.txtRS              = new System.Windows.Forms.TextBox();
     this.label5             = new System.Windows.Forms.Label();
     this.lblID              = new System.Windows.Forms.Label();
     this.label4             = new System.Windows.Forms.Label();
     this.label3             = new System.Windows.Forms.Label();
     this.panel3             = new System.Windows.Forms.Panel();
     this.panel2             = new System.Windows.Forms.Panel();
     this.panel1             = new System.Windows.Forms.Panel();
     this.pnlHeader          = new System.Windows.Forms.Panel();
     this.bunifuDragControl1 = new Bunifu.Framework.UI.BunifuDragControl(this.components);
     this.SuspendLayout();
     //
     // animator1
     //
     this.animator1.AnimationType      = AnimatorNS.AnimationType.VertSlide;
     this.animator1.Cursor             = null;
     animation1.AnimateOnlyDifferences = true;
     animation1.BlindCoeff             = ((System.Drawing.PointF)(resources.GetObject("animation1.BlindCoeff")));
     animation1.LeafCoeff            = 0F;
     animation1.MaxTime              = 1F;
     animation1.MinTime              = 0F;
     animation1.MosaicCoeff          = ((System.Drawing.PointF)(resources.GetObject("animation1.MosaicCoeff")));
     animation1.MosaicShift          = ((System.Drawing.PointF)(resources.GetObject("animation1.MosaicShift")));
     animation1.MosaicSize           = 0;
     animation1.Padding              = new System.Windows.Forms.Padding(0);
     animation1.RotateCoeff          = 0F;
     animation1.RotateLimit          = 0F;
     animation1.ScaleCoeff           = ((System.Drawing.PointF)(resources.GetObject("animation1.ScaleCoeff")));
     animation1.SlideCoeff           = ((System.Drawing.PointF)(resources.GetObject("animation1.SlideCoeff")));
     animation1.TimeCoeff            = 0F;
     animation1.TransparencyCoeff    = 0F;
     this.animator1.DefaultAnimation = animation1;
     //
     // bunifuFlatButton2
     //
     this.bunifuFlatButton2.Activecolor           = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(81)))), ((int)(((byte)(69)))));
     this.bunifuFlatButton2.BackColor             = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(81)))), ((int)(((byte)(69)))));
     this.bunifuFlatButton2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.bunifuFlatButton2.BorderRadius          = 0;
     this.bunifuFlatButton2.ButtonText            = "Cancel";
     this.bunifuFlatButton2.Cursor = System.Windows.Forms.Cursors.Hand;
     this.animator1.SetDecoration(this.bunifuFlatButton2, AnimatorNS.DecorationType.None);
     this.bunifuFlatButton2.DisabledColor            = System.Drawing.Color.Gray;
     this.bunifuFlatButton2.Font                     = new System.Drawing.Font("Century Gothic", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.bunifuFlatButton2.Iconcolor                = System.Drawing.Color.Transparent;
     this.bunifuFlatButton2.Iconimage                = global::Gestion_de_Stock_.Properties.Resources.icons8_Cancel_64px_1;
     this.bunifuFlatButton2.Iconimage_right          = null;
     this.bunifuFlatButton2.Iconimage_right_Selected = null;
     this.bunifuFlatButton2.Iconimage_Selected       = null;
     this.bunifuFlatButton2.IconMarginLeft           = 0;
     this.bunifuFlatButton2.IconMarginRight          = 0;
     this.bunifuFlatButton2.IconRightVisible         = true;
     this.bunifuFlatButton2.IconRightZoom            = 0D;
     this.bunifuFlatButton2.IconVisible              = true;
     this.bunifuFlatButton2.IconZoom                 = 80D;
     this.bunifuFlatButton2.IsTab                    = false;
     this.bunifuFlatButton2.Location                 = new System.Drawing.Point(214, 439);
     this.bunifuFlatButton2.Margin                   = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.bunifuFlatButton2.Name                     = "bunifuFlatButton2";
     this.bunifuFlatButton2.Normalcolor              = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(81)))), ((int)(((byte)(69)))));
     this.bunifuFlatButton2.OnHovercolor             = System.Drawing.Color.FromArgb(((int)(((byte)(232)))), ((int)(((byte)(139)))), ((int)(((byte)(131)))));
     this.bunifuFlatButton2.OnHoverTextColor         = System.Drawing.Color.White;
     this.bunifuFlatButton2.selected                 = false;
     this.bunifuFlatButton2.Size                     = new System.Drawing.Size(118, 42);
     this.bunifuFlatButton2.TabIndex                 = 68;
     this.bunifuFlatButton2.Text                     = "Cancel";
     this.bunifuFlatButton2.TextAlign                = System.Drawing.ContentAlignment.MiddleLeft;
     this.bunifuFlatButton2.Textcolor                = System.Drawing.Color.White;
     this.bunifuFlatButton2.TextFont                 = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.bunifuFlatButton2.Click                   += new System.EventHandler(this.bunifuFlatButton2_Click);
     //
     // bunifuFlatButton1
     //
     this.bunifuFlatButton1.Activecolor           = System.Drawing.Color.FromArgb(((int)(((byte)(46)))), ((int)(((byte)(139)))), ((int)(((byte)(87)))));
     this.bunifuFlatButton1.BackColor             = System.Drawing.Color.FromArgb(((int)(((byte)(46)))), ((int)(((byte)(139)))), ((int)(((byte)(87)))));
     this.bunifuFlatButton1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.bunifuFlatButton1.BorderRadius          = 0;
     this.bunifuFlatButton1.ButtonText            = "Save";
     this.bunifuFlatButton1.Cursor = System.Windows.Forms.Cursors.Hand;
     this.animator1.SetDecoration(this.bunifuFlatButton1, AnimatorNS.DecorationType.None);
     this.bunifuFlatButton1.DisabledColor            = System.Drawing.Color.Gray;
     this.bunifuFlatButton1.Font                     = new System.Drawing.Font("Century Gothic", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.bunifuFlatButton1.Iconcolor                = System.Drawing.Color.Transparent;
     this.bunifuFlatButton1.Iconimage                = ((System.Drawing.Image)(resources.GetObject("bunifuFlatButton1.Iconimage")));
     this.bunifuFlatButton1.Iconimage_right          = null;
     this.bunifuFlatButton1.Iconimage_right_Selected = null;
     this.bunifuFlatButton1.Iconimage_Selected       = null;
     this.bunifuFlatButton1.IconMarginLeft           = 0;
     this.bunifuFlatButton1.IconMarginRight          = 0;
     this.bunifuFlatButton1.IconRightVisible         = true;
     this.bunifuFlatButton1.IconRightZoom            = 0D;
     this.bunifuFlatButton1.IconVisible              = true;
     this.bunifuFlatButton1.IconZoom                 = 90D;
     this.bunifuFlatButton1.IsTab                    = false;
     this.bunifuFlatButton1.Location                 = new System.Drawing.Point(45, 439);
     this.bunifuFlatButton1.Margin                   = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.bunifuFlatButton1.Name                     = "bunifuFlatButton1";
     this.bunifuFlatButton1.Normalcolor              = System.Drawing.Color.FromArgb(((int)(((byte)(46)))), ((int)(((byte)(139)))), ((int)(((byte)(87)))));
     this.bunifuFlatButton1.OnHovercolor             = System.Drawing.Color.FromArgb(((int)(((byte)(36)))), ((int)(((byte)(129)))), ((int)(((byte)(77)))));
     this.bunifuFlatButton1.OnHoverTextColor         = System.Drawing.Color.White;
     this.bunifuFlatButton1.selected                 = false;
     this.bunifuFlatButton1.Size                     = new System.Drawing.Size(118, 42);
     this.bunifuFlatButton1.TabIndex                 = 67;
     this.bunifuFlatButton1.Text                     = "Save";
     this.bunifuFlatButton1.TextAlign                = System.Drawing.ContentAlignment.MiddleLeft;
     this.bunifuFlatButton1.Textcolor                = System.Drawing.Color.White;
     this.bunifuFlatButton1.TextFont                 = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.bunifuFlatButton1.Click                   += new System.EventHandler(this.bunifuFlatButton1_Click);
     //
     // txtVille
     //
     this.animator1.SetDecoration(this.txtVille, AnimatorNS.DecorationType.None);
     this.txtVille.Font     = new System.Drawing.Font("Century Gothic", 9.75F);
     this.txtVille.Location = new System.Drawing.Point(196, 271);
     this.txtVille.Name     = "txtVille";
     this.txtVille.Size     = new System.Drawing.Size(166, 23);
     this.txtVille.TabIndex = 66;
     //
     // label8
     //
     this.label8.AutoSize = true;
     this.animator1.SetDecoration(this.label8, AnimatorNS.DecorationType.None);
     this.label8.Font     = new System.Drawing.Font("Century Gothic", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label8.Location = new System.Drawing.Point(100, 274);
     this.label8.Name     = "label8";
     this.label8.Size     = new System.Drawing.Size(39, 20);
     this.label8.TabIndex = 64;
     this.label8.Text     = "Ville";
     //
     // txtTele
     //
     this.animator1.SetDecoration(this.txtTele, AnimatorNS.DecorationType.None);
     this.txtTele.Font     = new System.Drawing.Font("Century Gothic", 9.75F);
     this.txtTele.Location = new System.Drawing.Point(196, 340);
     this.txtTele.Name     = "txtTele";
     this.txtTele.Size     = new System.Drawing.Size(166, 23);
     this.txtTele.TabIndex = 62;
     //
     // txtAdress
     //
     this.animator1.SetDecoration(this.txtAdress, AnimatorNS.DecorationType.None);
     this.txtAdress.Font      = new System.Drawing.Font("Century Gothic", 9.75F);
     this.txtAdress.Location  = new System.Drawing.Point(196, 170);
     this.txtAdress.Multiline = true;
     this.txtAdress.Name      = "txtAdress";
     this.txtAdress.Size      = new System.Drawing.Size(166, 62);
     this.txtAdress.TabIndex  = 63;
     //
     // label6
     //
     this.label6.AutoSize = true;
     this.animator1.SetDecoration(this.label6, AnimatorNS.DecorationType.None);
     this.label6.Font     = new System.Drawing.Font("Century Gothic", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label6.Location = new System.Drawing.Point(82, 170);
     this.label6.Name     = "label6";
     this.label6.Size     = new System.Drawing.Size(57, 20);
     this.label6.TabIndex = 61;
     this.label6.Text     = "Adress";
     //
     // txtRS
     //
     this.animator1.SetDecoration(this.txtRS, AnimatorNS.DecorationType.None);
     this.txtRS.Font     = new System.Drawing.Font("Century Gothic", 9.75F);
     this.txtRS.Location = new System.Drawing.Point(196, 114);
     this.txtRS.Name     = "txtRS";
     this.txtRS.Size     = new System.Drawing.Size(166, 23);
     this.txtRS.TabIndex = 59;
     //
     // label5
     //
     this.label5.AutoSize = true;
     this.animator1.SetDecoration(this.label5, AnimatorNS.DecorationType.None);
     this.label5.Font     = new System.Drawing.Font("Century Gothic", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label5.Location = new System.Drawing.Point(36, 117);
     this.label5.Name     = "label5";
     this.label5.Size     = new System.Drawing.Size(103, 20);
     this.label5.TabIndex = 58;
     this.label5.Text     = "Raison Social";
     //
     // lblID
     //
     this.lblID.AutoSize = true;
     this.animator1.SetDecoration(this.lblID, AnimatorNS.DecorationType.None);
     this.lblID.Font      = new System.Drawing.Font("Century Gothic", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblID.ForeColor = System.Drawing.Color.DarkGoldenrod;
     this.lblID.Location  = new System.Drawing.Point(252, 55);
     this.lblID.Name      = "lblID";
     this.lblID.Size      = new System.Drawing.Size(18, 19);
     this.lblID.TabIndex  = 54;
     this.lblID.Text      = "1";
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.animator1.SetDecoration(this.label4, AnimatorNS.DecorationType.None);
     this.label4.Font     = new System.Drawing.Font("Century Gothic", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label4.Location = new System.Drawing.Point(102, 340);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(37, 20);
     this.label4.TabIndex = 53;
     this.label4.Text     = "Tele";
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.animator1.SetDecoration(this.label3, AnimatorNS.DecorationType.None);
     this.label3.Font     = new System.Drawing.Font("Century Gothic", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label3.Location = new System.Drawing.Point(44, 55);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(95, 20);
     this.label3.TabIndex = 55;
     this.label3.Text     = "ID de Client";
     //
     // panel3
     //
     this.panel3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(107)))), ((int)(((byte)(107)))), ((int)(((byte)(107)))));
     this.animator1.SetDecoration(this.panel3, AnimatorNS.DecorationType.None);
     this.panel3.Dock      = System.Windows.Forms.DockStyle.Left;
     this.panel3.ForeColor = System.Drawing.Color.CornflowerBlue;
     this.panel3.Location  = new System.Drawing.Point(0, 5);
     this.panel3.Name      = "panel3";
     this.panel3.Size      = new System.Drawing.Size(5, 507);
     this.panel3.TabIndex  = 52;
     //
     // panel2
     //
     this.panel2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(107)))), ((int)(((byte)(107)))), ((int)(((byte)(107)))));
     this.animator1.SetDecoration(this.panel2, AnimatorNS.DecorationType.None);
     this.panel2.Dock      = System.Windows.Forms.DockStyle.Bottom;
     this.panel2.ForeColor = System.Drawing.Color.CornflowerBlue;
     this.panel2.Location  = new System.Drawing.Point(0, 512);
     this.panel2.Name      = "panel2";
     this.panel2.Size      = new System.Drawing.Size(386, 5);
     this.panel2.TabIndex  = 51;
     //
     // panel1
     //
     this.panel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(107)))), ((int)(((byte)(107)))), ((int)(((byte)(107)))));
     this.animator1.SetDecoration(this.panel1, AnimatorNS.DecorationType.None);
     this.panel1.Dock      = System.Windows.Forms.DockStyle.Right;
     this.panel1.ForeColor = System.Drawing.Color.CornflowerBlue;
     this.panel1.Location  = new System.Drawing.Point(386, 5);
     this.panel1.Name      = "panel1";
     this.panel1.Size      = new System.Drawing.Size(5, 512);
     this.panel1.TabIndex  = 50;
     //
     // pnlHeader
     //
     this.pnlHeader.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(107)))), ((int)(((byte)(107)))), ((int)(((byte)(107)))));
     this.animator1.SetDecoration(this.pnlHeader, AnimatorNS.DecorationType.None);
     this.pnlHeader.Dock      = System.Windows.Forms.DockStyle.Top;
     this.pnlHeader.ForeColor = System.Drawing.Color.CornflowerBlue;
     this.pnlHeader.Location  = new System.Drawing.Point(0, 0);
     this.pnlHeader.Name      = "pnlHeader";
     this.pnlHeader.Size      = new System.Drawing.Size(391, 5);
     this.pnlHeader.TabIndex  = 49;
     //
     // bunifuDragControl1
     //
     this.bunifuDragControl1.Fixed         = true;
     this.bunifuDragControl1.Horizontal    = true;
     this.bunifuDragControl1.TargetControl = this;
     this.bunifuDragControl1.Vertical      = true;
     //
     // Modifier_Client
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(391, 517);
     this.Controls.Add(this.bunifuFlatButton2);
     this.Controls.Add(this.bunifuFlatButton1);
     this.Controls.Add(this.txtVille);
     this.Controls.Add(this.label8);
     this.Controls.Add(this.txtTele);
     this.Controls.Add(this.txtAdress);
     this.Controls.Add(this.label6);
     this.Controls.Add(this.txtRS);
     this.Controls.Add(this.label5);
     this.Controls.Add(this.lblID);
     this.Controls.Add(this.label4);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.panel3);
     this.Controls.Add(this.panel2);
     this.Controls.Add(this.panel1);
     this.Controls.Add(this.pnlHeader);
     this.animator1.SetDecoration(this, AnimatorNS.DecorationType.None);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.Name            = "Modifier_Client";
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "Modifier_Client";
     this.Load           += new System.EventHandler(this.Modifier_Client_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()
 {
     this.components = new System.ComponentModel.Container();
     AnimatorNS.Animation animation1 = new AnimatorNS.Animation();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(DecorationSample));
     this.button1              = new System.Windows.Forms.Button();
     this.animator             = new AnimatorNS.Animator(this.components);
     this.checkBox2            = new System.Windows.Forms.CheckBox();
     this.panel1               = new System.Windows.Forms.Panel();
     this.textBox1             = new System.Windows.Forms.TextBox();
     this.label1               = new System.Windows.Forms.Label();
     this.progressBar1         = new System.Windows.Forms.ProgressBar();
     this.toolStrip1           = new System.Windows.Forms.ToolStrip();
     this.newToolStripButton   = new System.Windows.Forms.ToolStripButton();
     this.openToolStripButton  = new System.Windows.Forms.ToolStripButton();
     this.saveToolStripButton  = new System.Windows.Forms.ToolStripButton();
     this.printToolStripButton = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator   = new System.Windows.Forms.ToolStripSeparator();
     this.cutToolStripButton   = new System.Windows.Forms.ToolStripButton();
     this.copyToolStripButton  = new System.Windows.Forms.ToolStripButton();
     this.pasteToolStripButton = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator1  = new System.Windows.Forms.ToolStripSeparator();
     this.helpToolStripButton  = new System.Windows.Forms.ToolStripButton();
     this.linkLabel1           = new System.Windows.Forms.LinkLabel();
     this.comboBox1            = new System.Windows.Forms.ComboBox();
     this.panel1.SuspendLayout();
     this.toolStrip1.SuspendLayout();
     this.SuspendLayout();
     //
     // button1
     //
     this.animator.SetDecoration(this.button1, AnimatorNS.DecorationType.BottomMirror);
     this.button1.Location = new System.Drawing.Point(179, 75);
     this.button1.Name     = "button1";
     this.button1.Size     = new System.Drawing.Size(107, 31);
     this.button1.TabIndex = 0;
     this.button1.Text     = "Button";
     this.button1.UseVisualStyleBackColor = true;
     //
     // animator
     //
     this.animator.AnimationType       = AnimatorNS.AnimationType.Custom;
     this.animator.Cursor              = null;
     animation1.AnimateOnlyDifferences = true;
     animation1.BlindCoeff             = ((System.Drawing.PointF)(resources.GetObject("animation1.BlindCoeff")));
     animation1.LeafCoeff              = 0F;
     animation1.MaxTime             = 1F;
     animation1.MinTime             = 0F;
     animation1.MosaicCoeff         = ((System.Drawing.PointF)(resources.GetObject("animation1.MosaicCoeff")));
     animation1.MosaicShift         = ((System.Drawing.PointF)(resources.GetObject("animation1.MosaicShift")));
     animation1.MosaicSize          = 0;
     animation1.Padding             = new System.Windows.Forms.Padding(0);
     animation1.RotateCoeff         = 0F;
     animation1.RotateLimit         = 0F;
     animation1.ScaleCoeff          = ((System.Drawing.PointF)(resources.GetObject("animation1.ScaleCoeff")));
     animation1.SlideCoeff          = ((System.Drawing.PointF)(resources.GetObject("animation1.SlideCoeff")));
     animation1.TimeCoeff           = 0F;
     animation1.TransparencyCoeff   = 0F;
     this.animator.DefaultAnimation = animation1;
     //
     // checkBox2
     //
     this.checkBox2.AutoSize = true;
     this.animator.SetDecoration(this.checkBox2, AnimatorNS.DecorationType.BottomMirror);
     this.checkBox2.ForeColor = System.Drawing.Color.White;
     this.checkBox2.Location  = new System.Drawing.Point(33, 37);
     this.checkBox2.Name      = "checkBox2";
     this.checkBox2.Size      = new System.Drawing.Size(74, 17);
     this.checkBox2.TabIndex  = 6;
     this.checkBox2.Text      = "Checkbox";
     this.checkBox2.UseVisualStyleBackColor = true;
     //
     // panel1
     //
     this.panel1.BackColor = System.Drawing.Color.Maroon;
     this.panel1.Controls.Add(this.checkBox2);
     this.panel1.Controls.Add(this.textBox1);
     this.animator.SetDecoration(this.panel1, AnimatorNS.DecorationType.BottomMirror);
     this.panel1.Location = new System.Drawing.Point(35, 147);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(251, 131);
     this.panel1.TabIndex = 13;
     //
     // textBox1
     //
     this.animator.SetDecoration(this.textBox1, AnimatorNS.DecorationType.BottomMirror);
     this.textBox1.Location = new System.Drawing.Point(113, 34);
     this.textBox1.Name     = "textBox1";
     this.textBox1.Size     = new System.Drawing.Size(99, 20);
     this.textBox1.TabIndex = 1;
     this.textBox1.Text     = "This is textbox";
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.animator.SetDecoration(this.label1, AnimatorNS.DecorationType.BottomMirror);
     this.label1.Font     = new System.Drawing.Font("Microsoft Sans Serif", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.label1.Location = new System.Drawing.Point(30, 75);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(143, 29);
     this.label1.TabIndex = 17;
     this.label1.Text     = "This is label";
     //
     // progressBar1
     //
     this.animator.SetDecoration(this.progressBar1, AnimatorNS.DecorationType.BottomMirror);
     this.progressBar1.Location = new System.Drawing.Point(313, 81);
     this.progressBar1.Name     = "progressBar1";
     this.progressBar1.Size     = new System.Drawing.Size(126, 23);
     this.progressBar1.TabIndex = 19;
     this.progressBar1.Value    = 70;
     //
     // toolStrip1
     //
     this.animator.SetDecoration(this.toolStrip1, AnimatorNS.DecorationType.BottomMirror);
     this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.newToolStripButton,
         this.openToolStripButton,
         this.saveToolStripButton,
         this.printToolStripButton,
         this.toolStripSeparator,
         this.cutToolStripButton,
         this.copyToolStripButton,
         this.pasteToolStripButton,
         this.toolStripSeparator1,
         this.helpToolStripButton
     });
     this.toolStrip1.Location = new System.Drawing.Point(0, 0);
     this.toolStrip1.Name     = "toolStrip1";
     this.toolStrip1.Size     = new System.Drawing.Size(496, 25);
     this.toolStrip1.TabIndex = 23;
     this.toolStrip1.Text     = "toolStrip1";
     //
     // newToolStripButton
     //
     this.newToolStripButton.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.newToolStripButton.Image                 = ((System.Drawing.Image)(resources.GetObject("newToolStripButton.Image")));
     this.newToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.newToolStripButton.Name = "newToolStripButton";
     this.newToolStripButton.Size = new System.Drawing.Size(23, 22);
     this.newToolStripButton.Text = "&New";
     //
     // openToolStripButton
     //
     this.openToolStripButton.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.openToolStripButton.Image                 = ((System.Drawing.Image)(resources.GetObject("openToolStripButton.Image")));
     this.openToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.openToolStripButton.Name = "openToolStripButton";
     this.openToolStripButton.Size = new System.Drawing.Size(23, 22);
     this.openToolStripButton.Text = "&Open";
     //
     // saveToolStripButton
     //
     this.saveToolStripButton.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.saveToolStripButton.Image                 = ((System.Drawing.Image)(resources.GetObject("saveToolStripButton.Image")));
     this.saveToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.saveToolStripButton.Name = "saveToolStripButton";
     this.saveToolStripButton.Size = new System.Drawing.Size(23, 22);
     this.saveToolStripButton.Text = "&Save";
     //
     // printToolStripButton
     //
     this.printToolStripButton.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.printToolStripButton.Image                 = ((System.Drawing.Image)(resources.GetObject("printToolStripButton.Image")));
     this.printToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.printToolStripButton.Name = "printToolStripButton";
     this.printToolStripButton.Size = new System.Drawing.Size(23, 22);
     this.printToolStripButton.Text = "&Print";
     //
     // toolStripSeparator
     //
     this.toolStripSeparator.Name = "toolStripSeparator";
     this.toolStripSeparator.Size = new System.Drawing.Size(6, 25);
     //
     // cutToolStripButton
     //
     this.cutToolStripButton.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.cutToolStripButton.Image                 = ((System.Drawing.Image)(resources.GetObject("cutToolStripButton.Image")));
     this.cutToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.cutToolStripButton.Name = "cutToolStripButton";
     this.cutToolStripButton.Size = new System.Drawing.Size(23, 22);
     this.cutToolStripButton.Text = "C&ut";
     //
     // copyToolStripButton
     //
     this.copyToolStripButton.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.copyToolStripButton.Image                 = ((System.Drawing.Image)(resources.GetObject("copyToolStripButton.Image")));
     this.copyToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.copyToolStripButton.Name = "copyToolStripButton";
     this.copyToolStripButton.Size = new System.Drawing.Size(23, 22);
     this.copyToolStripButton.Text = "&Copy";
     //
     // pasteToolStripButton
     //
     this.pasteToolStripButton.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.pasteToolStripButton.Image                 = ((System.Drawing.Image)(resources.GetObject("pasteToolStripButton.Image")));
     this.pasteToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.pasteToolStripButton.Name = "pasteToolStripButton";
     this.pasteToolStripButton.Size = new System.Drawing.Size(23, 22);
     this.pasteToolStripButton.Text = "&Paste";
     //
     // toolStripSeparator1
     //
     this.toolStripSeparator1.Name = "toolStripSeparator1";
     this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25);
     //
     // helpToolStripButton
     //
     this.helpToolStripButton.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.helpToolStripButton.Image                 = ((System.Drawing.Image)(resources.GetObject("helpToolStripButton.Image")));
     this.helpToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.helpToolStripButton.Name = "helpToolStripButton";
     this.helpToolStripButton.Size = new System.Drawing.Size(23, 22);
     this.helpToolStripButton.Text = "He&lp";
     //
     // linkLabel1
     //
     this.linkLabel1.AutoSize = true;
     this.animator.SetDecoration(this.linkLabel1, AnimatorNS.DecorationType.BottomMirror);
     this.linkLabel1.Font     = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.linkLabel1.Location = new System.Drawing.Point(319, 251);
     this.linkLabel1.Name     = "linkLabel1";
     this.linkLabel1.Size     = new System.Drawing.Size(70, 18);
     this.linkLabel1.TabIndex = 0;
     this.linkLabel1.TabStop  = true;
     this.linkLabel1.Text     = "LinkLabel";
     //
     // comboBox1
     //
     this.comboBox1.BackColor = System.Drawing.Color.Maroon;
     this.animator.SetDecoration(this.comboBox1, AnimatorNS.DecorationType.BottomMirror);
     this.comboBox1.Font              = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.comboBox1.ForeColor         = System.Drawing.Color.White;
     this.comboBox1.FormattingEnabled = true;
     this.comboBox1.Location          = new System.Drawing.Point(313, 171);
     this.comboBox1.Name              = "comboBox1";
     this.comboBox1.Size              = new System.Drawing.Size(139, 24);
     this.comboBox1.TabIndex          = 1;
     this.comboBox1.Text              = "ComboBox";
     //
     // DecorationSample
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(496, 329);
     this.Controls.Add(this.comboBox1);
     this.Controls.Add(this.linkLabel1);
     this.Controls.Add(this.toolStrip1);
     this.Controls.Add(this.progressBar1);
     this.Controls.Add(this.button1);
     this.Controls.Add(this.panel1);
     this.Controls.Add(this.label1);
     this.animator.SetDecoration(this, AnimatorNS.DecorationType.None);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.Name            = "DecorationSample";
     this.Text            = "DecorationSample";
     this.panel1.ResumeLayout(false);
     this.panel1.PerformLayout();
     this.toolStrip1.ResumeLayout(false);
     this.toolStrip1.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
コード例 #9
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     DevExpress.XtraSplashScreen.SplashScreenManager splashScreenManager1 = new DevExpress.XtraSplashScreen.SplashScreenManager(this, typeof(global::DACN_UD_Hoc_KHo_CTK37.GUI.WaitForm), true, true);
     AnimatorNS.Animation animation5 = new AnimatorNS.Animation();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmBaiHocChiTiet));
     this.panelControl1          = new DevExpress.XtraEditors.PanelControl();
     this.splitContainerControl1 = new DevExpress.XtraEditors.SplitContainerControl();
     this.panelControl3          = new DevExpress.XtraEditors.PanelControl();
     this.lbcMucLuc     = new DevExpress.XtraEditors.ListBoxControl();
     this.lbDanhMuc     = new DevExpress.XtraEditors.LabelControl();
     this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
     this.pnBaiHoc      = new DevExpress.XtraEditors.PanelControl();
     this.pnPicChude    = new System.Windows.Forms.Panel();
     this.picBai        = new System.Windows.Forms.PictureBox();
     this.picChuDe      = new System.Windows.Forms.PictureBox();
     this.recBaiHoc     = new DevExpress.XtraRichEdit.RichEditControl();
     this.pnPic         = new System.Windows.Forms.Panel();
     this.pictureBox1   = new System.Windows.Forms.PictureBox();
     this.btnAudio      = new DevExpress.XtraEditors.SimpleButton();
     this.btnDictionary = new DevExpress.XtraEditors.SimpleButton();
     this.btnRefresh    = new DevExpress.XtraEditors.SimpleButton();
     this.btnBack       = new DevExpress.XtraEditors.SimpleButton();
     this.btnClose      = new DevExpress.XtraEditors.SimpleButton();
     this.btnNext       = new DevExpress.XtraEditors.SimpleButton();
     this.lbLHViet      = new DevExpress.XtraEditors.LabelControl();
     this.lbMucLuc      = new DevExpress.XtraEditors.LabelControl();
     this.lbKhoHay      = new DevExpress.XtraEditors.LabelControl();
     this.lbViet        = new DevExpress.XtraEditors.LabelControl();
     this.lbTenBai      = new DevExpress.XtraEditors.LabelControl();
     this.picAnimator   = new AnimatorNS.Animator(this.components);
     this.recTiengViet  = new DevExpress.XtraRichEdit.RichEditControl();
     this.lbTiengViet   = new DevExpress.XtraEditors.LabelControl();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
     this.panelControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).BeginInit();
     this.splitContainerControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl3)).BeginInit();
     this.panelControl3.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.lbcMucLuc)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pnBaiHoc)).BeginInit();
     this.pnBaiHoc.SuspendLayout();
     this.pnPicChude.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.picBai)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.picChuDe)).BeginInit();
     this.pnPic.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
     this.SuspendLayout();
     //
     // panelControl1
     //
     this.panelControl1.Controls.Add(this.splitContainerControl1);
     this.picAnimator.SetDecoration(this.panelControl1, AnimatorNS.DecorationType.None);
     this.panelControl1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panelControl1.Location = new System.Drawing.Point(0, 0);
     this.panelControl1.Name     = "panelControl1";
     this.panelControl1.Size     = new System.Drawing.Size(1120, 526);
     this.panelControl1.TabIndex = 0;
     //
     // splitContainerControl1
     //
     this.splitContainerControl1.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.picAnimator.SetDecoration(this.splitContainerControl1, AnimatorNS.DecorationType.None);
     this.splitContainerControl1.Location = new System.Drawing.Point(5, 5);
     this.splitContainerControl1.Name     = "splitContainerControl1";
     this.splitContainerControl1.Panel1.Controls.Add(this.panelControl3);
     this.splitContainerControl1.Panel1.Text       = "Panel1";
     this.splitContainerControl1.Panel2.AutoScroll = true;
     this.splitContainerControl1.Panel2.Controls.Add(this.pnBaiHoc);
     this.splitContainerControl1.Panel2.Text      = "Panel2";
     this.splitContainerControl1.Size             = new System.Drawing.Size(1110, 516);
     this.splitContainerControl1.SplitterPosition = 214;
     this.splitContainerControl1.TabIndex         = 0;
     this.splitContainerControl1.Text             = "splitContainerControl1";
     //
     // panelControl3
     //
     this.panelControl3.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.panelControl3.Controls.Add(this.lbcMucLuc);
     this.panelControl3.Controls.Add(this.lbDanhMuc);
     this.panelControl3.Controls.Add(this.labelControl1);
     this.picAnimator.SetDecoration(this.panelControl3, AnimatorNS.DecorationType.None);
     this.panelControl3.Location = new System.Drawing.Point(3, 4);
     this.panelControl3.Name     = "panelControl3";
     this.panelControl3.Size     = new System.Drawing.Size(210, 509);
     this.panelControl3.TabIndex = 1;
     //
     // lbcMucLuc
     //
     this.lbcMucLuc.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.lbcMucLuc.Appearance.Font            = new System.Drawing.Font("TNKeyUni-Arial", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lbcMucLuc.Appearance.Options.UseFont = true;
     this.lbcMucLuc.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.picAnimator.SetDecoration(this.lbcMucLuc, AnimatorNS.DecorationType.None);
     this.lbcMucLuc.Location = new System.Drawing.Point(5, 56);
     this.lbcMucLuc.Name     = "lbcMucLuc";
     this.lbcMucLuc.Size     = new System.Drawing.Size(200, 448);
     this.lbcMucLuc.TabIndex = 2;
     this.lbcMucLuc.ToolTip  = "Nhấp vào để xem";
     this.lbcMucLuc.Click   += new System.EventHandler(this.lbcMucLuc_Click);
     //
     // lbDanhMuc
     //
     this.lbDanhMuc.Appearance.Font = new System.Drawing.Font("TNKeyUni-Arial", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.picAnimator.SetDecoration(this.lbDanhMuc, AnimatorNS.DecorationType.None);
     this.lbDanhMuc.Location = new System.Drawing.Point(5, 32);
     this.lbDanhMuc.Name     = "lbDanhMuc";
     this.lbDanhMuc.Size     = new System.Drawing.Size(0, 17);
     this.lbDanhMuc.TabIndex = 0;
     //
     // labelControl1
     //
     this.labelControl1.Appearance.Font = new System.Drawing.Font("TNKeyUni-Arial", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.picAnimator.SetDecoration(this.labelControl1, AnimatorNS.DecorationType.None);
     this.labelControl1.Location = new System.Drawing.Point(5, 30);
     this.labelControl1.Name     = "labelControl1";
     this.labelControl1.Size     = new System.Drawing.Size(59, 17);
     this.labelControl1.TabIndex = 0;
     this.labelControl1.Text     = "Mục lục";
     //
     // pnBaiHoc
     //
     this.pnBaiHoc.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.pnBaiHoc.Appearance.BackColor            = System.Drawing.Color.White;
     this.pnBaiHoc.Appearance.Options.UseBackColor = true;
     this.pnBaiHoc.Controls.Add(this.pnPicChude);
     this.pnBaiHoc.Controls.Add(this.pnPic);
     this.pnBaiHoc.Controls.Add(this.btnAudio);
     this.pnBaiHoc.Controls.Add(this.btnDictionary);
     this.pnBaiHoc.Controls.Add(this.btnRefresh);
     this.pnBaiHoc.Controls.Add(this.btnBack);
     this.pnBaiHoc.Controls.Add(this.btnClose);
     this.pnBaiHoc.Controls.Add(this.btnNext);
     this.pnBaiHoc.Controls.Add(this.lbLHViet);
     this.pnBaiHoc.Controls.Add(this.lbMucLuc);
     this.pnBaiHoc.Controls.Add(this.lbKhoHay);
     this.pnBaiHoc.Controls.Add(this.lbViet);
     this.pnBaiHoc.Controls.Add(this.lbTenBai);
     this.picAnimator.SetDecoration(this.pnBaiHoc, AnimatorNS.DecorationType.None);
     this.pnBaiHoc.Location = new System.Drawing.Point(0, 4);
     this.pnBaiHoc.Name     = "pnBaiHoc";
     this.pnBaiHoc.Size     = new System.Drawing.Size(884, 509);
     this.pnBaiHoc.TabIndex = 1;
     //
     // pnPicChude
     //
     this.pnPicChude.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.pnPicChude.BackColor = System.Drawing.Color.Transparent;
     this.pnPicChude.Controls.Add(this.picBai);
     this.pnPicChude.Controls.Add(this.picChuDe);
     this.pnPicChude.Controls.Add(this.recBaiHoc);
     this.pnPicChude.Controls.Add(this.recTiengViet);
     this.pnPicChude.Controls.Add(this.lbTiengViet);
     this.picAnimator.SetDecoration(this.pnPicChude, AnimatorNS.DecorationType.None);
     this.pnPicChude.Location = new System.Drawing.Point(6, 78);
     this.pnPicChude.Name     = "pnPicChude";
     this.pnPicChude.Size     = new System.Drawing.Size(546, 374);
     this.pnPicChude.TabIndex = 9;
     //
     // picBai
     //
     this.picAnimator.SetDecoration(this.picBai, AnimatorNS.DecorationType.None);
     this.picBai.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.picBai.Location = new System.Drawing.Point(0, 0);
     this.picBai.Name     = "picBai";
     this.picBai.Size     = new System.Drawing.Size(546, 374);
     this.picBai.TabIndex = 8;
     this.picBai.TabStop  = false;
     this.picBai.Visible  = false;
     //
     // picChuDe
     //
     this.picAnimator.SetDecoration(this.picChuDe, AnimatorNS.DecorationType.None);
     this.picChuDe.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.picChuDe.Location = new System.Drawing.Point(0, 0);
     this.picChuDe.Name     = "picChuDe";
     this.picChuDe.Size     = new System.Drawing.Size(546, 374);
     this.picChuDe.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     this.picChuDe.TabIndex = 7;
     this.picChuDe.TabStop  = false;
     //
     // recBaiHoc
     //
     this.recBaiHoc.ActiveViewType = DevExpress.XtraRichEdit.RichEditViewType.Simple;
     this.recBaiHoc.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.recBaiHoc.Appearance.Text.BackColor              = System.Drawing.Color.Transparent;
     this.recBaiHoc.Appearance.Text.BackColor2             = System.Drawing.Color.Transparent;
     this.recBaiHoc.Appearance.Text.BorderColor            = System.Drawing.Color.Transparent;
     this.recBaiHoc.Appearance.Text.Options.UseBackColor   = true;
     this.recBaiHoc.Appearance.Text.Options.UseBorderColor = true;
     this.recBaiHoc.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.picAnimator.SetDecoration(this.recBaiHoc, AnimatorNS.DecorationType.None);
     this.recBaiHoc.EnableToolTips = true;
     this.recBaiHoc.Location       = new System.Drawing.Point(0, 0);
     this.recBaiHoc.Name           = "recBaiHoc";
     this.recBaiHoc.Options.CopyPaste.MaintainDocumentSectionSettings = false;
     this.recBaiHoc.Options.Fields.UseCurrentCultureDateTimeFormat    = false;
     this.recBaiHoc.Options.MailMerge.KeepLastParagraph = false;
     this.recBaiHoc.ReadOnly = true;
     this.recBaiHoc.Size     = new System.Drawing.Size(546, 165);
     this.recBaiHoc.TabIndex = 0;
     //
     // pnPic
     //
     this.pnPic.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                               | System.Windows.Forms.AnchorStyles.Right)));
     this.pnPic.BackColor = System.Drawing.Color.Transparent;
     this.pnPic.Controls.Add(this.pictureBox1);
     this.picAnimator.SetDecoration(this.pnPic, AnimatorNS.DecorationType.None);
     this.pnPic.Location = new System.Drawing.Point(558, 199);
     this.pnPic.Name     = "pnPic";
     this.pnPic.Size     = new System.Drawing.Size(321, 253);
     this.pnPic.TabIndex = 8;
     //
     // pictureBox1
     //
     this.picAnimator.SetDecoration(this.pictureBox1, AnimatorNS.DecorationType.None);
     this.pictureBox1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.pictureBox1.Image    = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
     this.pictureBox1.Location = new System.Drawing.Point(0, 0);
     this.pictureBox1.Name     = "pictureBox1";
     this.pictureBox1.Size     = new System.Drawing.Size(321, 253);
     this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     this.pictureBox1.TabIndex = 0;
     this.pictureBox1.TabStop  = false;
     //
     // btnAudio
     //
     this.btnAudio.Anchor                     = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.btnAudio.Appearance.Font            = new System.Drawing.Font("TNKeyUni-Arial", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnAudio.Appearance.Options.UseFont = true;
     this.picAnimator.SetDecoration(this.btnAudio, AnimatorNS.DecorationType.None);
     this.btnAudio.Enabled  = false;
     this.btnAudio.Image    = ((System.Drawing.Image)(resources.GetObject("btnAudio.Image")));
     this.btnAudio.Location = new System.Drawing.Point(558, 119);
     this.btnAudio.Name     = "btnAudio";
     this.btnAudio.Size     = new System.Drawing.Size(103, 35);
     this.btnAudio.TabIndex = 6;
     this.btnAudio.Text     = "Nghe";
     this.btnAudio.ToolTip  = "Nhấn để nghe";
     this.btnAudio.Click   += new System.EventHandler(this.btnAudio_Click);
     //
     // btnDictionary
     //
     this.btnDictionary.Anchor                     = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.btnDictionary.Appearance.Font            = new System.Drawing.Font("TNKeyUni-Arial", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnDictionary.Appearance.Options.UseFont = true;
     this.picAnimator.SetDecoration(this.btnDictionary, AnimatorNS.DecorationType.None);
     this.btnDictionary.Image    = ((System.Drawing.Image)(resources.GetObject("btnDictionary.Image")));
     this.btnDictionary.Location = new System.Drawing.Point(667, 119);
     this.btnDictionary.Name     = "btnDictionary";
     this.btnDictionary.Size     = new System.Drawing.Size(103, 35);
     this.btnDictionary.TabIndex = 1;
     this.btnDictionary.Text     = "Từ điển";
     this.btnDictionary.ToolTip  = "Nhấn để tra từ điển";
     this.btnDictionary.Click   += new System.EventHandler(this.btnDictionary_Click);
     //
     // btnRefresh
     //
     this.btnRefresh.Anchor                     = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.btnRefresh.Appearance.Font            = new System.Drawing.Font("TNKeyUni-Arial", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnRefresh.Appearance.Options.UseFont = true;
     this.picAnimator.SetDecoration(this.btnRefresh, AnimatorNS.DecorationType.None);
     this.btnRefresh.Image    = ((System.Drawing.Image)(resources.GetObject("btnRefresh.Image")));
     this.btnRefresh.Location = new System.Drawing.Point(558, 78);
     this.btnRefresh.Name     = "btnRefresh";
     this.btnRefresh.Size     = new System.Drawing.Size(103, 35);
     this.btnRefresh.TabIndex = 1;
     this.btnRefresh.Text     = "Toàn bài";
     this.btnRefresh.ToolTip  = "Nhấn để load lại bài học";
     this.btnRefresh.Click   += new System.EventHandler(this.btnRefresh_Click);
     //
     // btnBack
     //
     this.btnBack.Anchor                     = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.btnBack.Appearance.Font            = new System.Drawing.Font("TNKeyUni-Arial", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnBack.Appearance.Options.UseFont = true;
     this.picAnimator.SetDecoration(this.btnBack, AnimatorNS.DecorationType.None);
     this.btnBack.Image    = ((System.Drawing.Image)(resources.GetObject("btnBack.Image")));
     this.btnBack.Location = new System.Drawing.Point(667, 78);
     this.btnBack.Name     = "btnBack";
     this.btnBack.Size     = new System.Drawing.Size(103, 35);
     this.btnBack.TabIndex = 1;
     this.btnBack.Text     = "Bài trước";
     this.btnBack.ToolTip  = "Nhấn để quay về bài trước";
     this.btnBack.Click   += new System.EventHandler(this.btnBack_Click);
     //
     // btnClose
     //
     this.btnClose.Anchor                     = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.btnClose.Appearance.Font            = new System.Drawing.Font("TNKeyUni-Arial", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnClose.Appearance.Options.UseFont = true;
     this.picAnimator.SetDecoration(this.btnClose, AnimatorNS.DecorationType.None);
     this.btnClose.Image    = ((System.Drawing.Image)(resources.GetObject("btnClose.Image")));
     this.btnClose.Location = new System.Drawing.Point(776, 119);
     this.btnClose.Name     = "btnClose";
     this.btnClose.Size     = new System.Drawing.Size(103, 35);
     this.btnClose.TabIndex = 1;
     this.btnClose.Text     = "Đóng";
     this.btnClose.ToolTip  = "Nhấn để đóng bài học";
     this.btnClose.Click   += new System.EventHandler(this.btnClose_Click);
     //
     // btnNext
     //
     this.btnNext.Anchor                     = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.btnNext.Appearance.Font            = new System.Drawing.Font("TNKeyUni-Arial", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnNext.Appearance.Options.UseFont = true;
     this.picAnimator.SetDecoration(this.btnNext, AnimatorNS.DecorationType.None);
     this.btnNext.Image    = ((System.Drawing.Image)(resources.GetObject("btnNext.Image")));
     this.btnNext.Location = new System.Drawing.Point(776, 78);
     this.btnNext.Name     = "btnNext";
     this.btnNext.Size     = new System.Drawing.Size(103, 35);
     this.btnNext.TabIndex = 1;
     this.btnNext.Text     = "Bài tiếp";
     this.btnNext.ToolTip  = "Nhấn để sang bài tiếp theo";
     this.btnNext.Click   += new System.EventHandler(this.btnNext_Click);
     //
     // lbLHViet
     //
     this.lbLHViet.Anchor          = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.lbLHViet.Appearance.Font = new System.Drawing.Font("TNKeyUni-Arial", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.picAnimator.SetDecoration(this.lbLHViet, AnimatorNS.DecorationType.None);
     this.lbLHViet.Location = new System.Drawing.Point(6, 481);
     this.lbLHViet.Name     = "lbLHViet";
     this.lbLHViet.Size     = new System.Drawing.Size(30, 17);
     this.lbLHViet.TabIndex = 4;
     this.lbLHViet.Text     = "Viet";
     //
     // lbMucLuc
     //
     this.lbMucLuc.Appearance.Font = new System.Drawing.Font("TNKeyUni-Arial", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.picAnimator.SetDecoration(this.lbMucLuc, AnimatorNS.DecorationType.None);
     this.lbMucLuc.Location = new System.Drawing.Point(6, 55);
     this.lbMucLuc.Name     = "lbMucLuc";
     this.lbMucLuc.Size     = new System.Drawing.Size(65, 17);
     this.lbMucLuc.TabIndex = 4;
     this.lbMucLuc.Text     = "Muc Luc";
     //
     // lbKhoHay
     //
     this.lbKhoHay.Anchor          = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.lbKhoHay.Appearance.Font = new System.Drawing.Font("TNKeyUni-Arial", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.picAnimator.SetDecoration(this.lbKhoHay, AnimatorNS.DecorationType.None);
     this.lbKhoHay.Location = new System.Drawing.Point(6, 458);
     this.lbKhoHay.Name     = "lbKhoHay";
     this.lbKhoHay.Size     = new System.Drawing.Size(34, 17);
     this.lbKhoHay.TabIndex = 4;
     this.lbKhoHay.Text     = "KHo";
     //
     // lbViet
     //
     this.lbViet.Anchor          = System.Windows.Forms.AnchorStyles.Top;
     this.lbViet.Appearance.Font = new System.Drawing.Font("TNKeyUni-Arial", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.picAnimator.SetDecoration(this.lbViet, AnimatorNS.DecorationType.None);
     this.lbViet.Location = new System.Drawing.Point(350, 34);
     this.lbViet.Name     = "lbViet";
     this.lbViet.Size     = new System.Drawing.Size(7, 15);
     this.lbViet.TabIndex = 0;
     this.lbViet.Text     = "0";
     //
     // lbTenBai
     //
     this.lbTenBai.Anchor          = System.Windows.Forms.AnchorStyles.Top;
     this.lbTenBai.Appearance.Font = new System.Drawing.Font("TNKeyUni-Arial", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.picAnimator.SetDecoration(this.lbTenBai, AnimatorNS.DecorationType.None);
     this.lbTenBai.ImageAlignToText = DevExpress.XtraEditors.ImageAlignToText.TopCenter;
     this.lbTenBai.Location         = new System.Drawing.Point(300, 5);
     this.lbTenBai.Name             = "lbTenBai";
     this.lbTenBai.Size             = new System.Drawing.Size(25, 17);
     this.lbTenBai.TabIndex         = 0;
     this.lbTenBai.Text             = "Bài";
     //
     // picAnimator
     //
     this.picAnimator.AnimationType    = AnimatorNS.AnimationType.HorizSlideAndRotate;
     this.picAnimator.Cursor           = null;
     animation5.AnimateOnlyDifferences = true;
     animation5.BlindCoeff             = ((System.Drawing.PointF)(resources.GetObject("animation5.BlindCoeff")));
     animation5.LeafCoeff              = 0F;
     animation5.MaxTime                = 1F;
     animation5.MinTime                = 0F;
     animation5.MosaicCoeff            = ((System.Drawing.PointF)(resources.GetObject("animation5.MosaicCoeff")));
     animation5.MosaicShift            = ((System.Drawing.PointF)(resources.GetObject("animation5.MosaicShift")));
     animation5.MosaicSize             = 0;
     animation5.Padding                = new System.Windows.Forms.Padding(50);
     animation5.RotateCoeff            = 0.3F;
     animation5.RotateLimit            = 0.2F;
     animation5.ScaleCoeff             = ((System.Drawing.PointF)(resources.GetObject("animation5.ScaleCoeff")));
     animation5.SlideCoeff             = ((System.Drawing.PointF)(resources.GetObject("animation5.SlideCoeff")));
     animation5.TimeCoeff              = 0F;
     animation5.TransparencyCoeff      = 0F;
     this.picAnimator.DefaultAnimation = animation5;
     //
     // recTiengViet
     //
     this.recTiengViet.ActiveViewType = DevExpress.XtraRichEdit.RichEditViewType.Simple;
     this.recTiengViet.Anchor         = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                                                                              | System.Windows.Forms.AnchorStyles.Right)));
     this.recTiengViet.Appearance.Text.BackColor              = System.Drawing.Color.Transparent;
     this.recTiengViet.Appearance.Text.BackColor2             = System.Drawing.Color.Transparent;
     this.recTiengViet.Appearance.Text.BorderColor            = System.Drawing.Color.Transparent;
     this.recTiengViet.Appearance.Text.Options.UseBackColor   = true;
     this.recTiengViet.Appearance.Text.Options.UseBorderColor = true;
     this.recTiengViet.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.picAnimator.SetDecoration(this.recTiengViet, AnimatorNS.DecorationType.None);
     this.recTiengViet.EnableToolTips = true;
     this.recTiengViet.Location       = new System.Drawing.Point(0, 194);
     this.recTiengViet.Name           = "recTiengViet";
     this.recTiengViet.Options.CopyPaste.MaintainDocumentSectionSettings = false;
     this.recTiengViet.Options.Fields.UseCurrentCultureDateTimeFormat    = false;
     this.recTiengViet.Options.MailMerge.KeepLastParagraph = false;
     this.recTiengViet.ReadOnly = true;
     this.recTiengViet.Size     = new System.Drawing.Size(546, 180);
     this.recTiengViet.TabIndex = 9;
     //
     // lbTiengViet
     //
     this.lbTiengViet.Anchor          = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.lbTiengViet.Appearance.Font = new System.Drawing.Font("TNKeyUni-Arial", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.picAnimator.SetDecoration(this.lbTiengViet, AnimatorNS.DecorationType.None);
     this.lbTiengViet.Location = new System.Drawing.Point(3, 171);
     this.lbTiengViet.Name     = "lbTiengViet";
     this.lbTiengViet.Size     = new System.Drawing.Size(76, 17);
     this.lbTiengViet.TabIndex = 4;
     this.lbTiengViet.Text     = "Tiếng Việt";
     //
     // FrmBaiHocChiTiet
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(1120, 526);
     this.Controls.Add(this.panelControl1);
     this.picAnimator.SetDecoration(this, AnimatorNS.DecorationType.None);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.Icon            = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name            = "FrmBaiHocChiTiet";
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "Bài học";
     this.WindowState     = System.Windows.Forms.FormWindowState.Maximized;
     this.FormClosing    += new System.Windows.Forms.FormClosingEventHandler(this.FrmBaiHocChiTiet_FormClosing);
     ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
     this.panelControl1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).EndInit();
     this.splitContainerControl1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.panelControl3)).EndInit();
     this.panelControl3.ResumeLayout(false);
     this.panelControl3.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.lbcMucLuc)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.pnBaiHoc)).EndInit();
     this.pnBaiHoc.ResumeLayout(false);
     this.pnBaiHoc.PerformLayout();
     this.pnPicChude.ResumeLayout(false);
     this.pnPicChude.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.picBai)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.picChuDe)).EndInit();
     this.pnPic.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
     this.ResumeLayout(false);
 }
コード例 #10
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(StartPageForm));
     AnimatorNS.Animation animation1 = new AnimatorNS.Animation();
     this.panel1                 = new System.Windows.Forms.Panel();
     this.linkLabel4             = new System.Windows.Forms.LinkLabel();
     this.label2                 = new System.Windows.Forms.Label();
     this.linkLabel3             = new System.Windows.Forms.LinkLabel();
     this.label1                 = new System.Windows.Forms.Label();
     this.LinkLabel02OpenProject = new System.Windows.Forms.LinkLabel();
     this.LinkLabel01NewPaint    = new System.Windows.Forms.LinkLabel();
     this.panel2                 = new System.Windows.Forms.Panel();
     this.linkLabel1             = new System.Windows.Forms.LinkLabel();
     this.label11                = new System.Windows.Forms.Label();
     this.label10                = new System.Windows.Forms.Label();
     this.label9                 = new System.Windows.Forms.Label();
     this.label8                 = new System.Windows.Forms.Label();
     this.label7                 = new System.Windows.Forms.Label();
     this.label6                 = new System.Windows.Forms.Label();
     this.label5                 = new System.Windows.Forms.Label();
     this.label4                 = new System.Windows.Forms.Label();
     this.label3                 = new System.Windows.Forms.Label();
     this.animator1              = new AnimatorNS.Animator(this.components);
     this.panel1.SuspendLayout();
     this.panel2.SuspendLayout();
     this.SuspendLayout();
     //
     // panel1
     //
     this.panel1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                | System.Windows.Forms.AnchorStyles.Left)));
     this.panel1.AutoScroll            = true;
     this.panel1.AutoSizeMode          = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     this.panel1.BackColor             = System.Drawing.Color.FromArgb(((int)(((byte)(45)))), ((int)(((byte)(45)))), ((int)(((byte)(48)))));
     this.panel1.BackgroundImage       = global::PhotoBrushProject.Properties.Resources.Pb_2013_Logo;
     this.panel1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
     this.panel1.Controls.Add(this.linkLabel4);
     this.panel1.Controls.Add(this.label2);
     this.panel1.Controls.Add(this.linkLabel3);
     this.panel1.Controls.Add(this.label1);
     this.panel1.Controls.Add(this.LinkLabel02OpenProject);
     this.panel1.Controls.Add(this.LinkLabel01NewPaint);
     this.panel1.Location = new System.Drawing.Point(12, 12);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(300, 551);
     this.panel1.TabIndex = 0;
     //
     // linkLabel4
     //
     this.linkLabel4.ActiveLinkColor = System.Drawing.Color.BlueViolet;
     this.linkLabel4.Anchor          = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.linkLabel4.AutoSize        = true;
     this.linkLabel4.Font            = new System.Drawing.Font("Segoe UI", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.linkLabel4.LinkBehavior    = System.Windows.Forms.LinkBehavior.HoverUnderline;
     this.linkLabel4.LinkColor       = System.Drawing.Color.RoyalBlue;
     this.linkLabel4.Location        = new System.Drawing.Point(59, 475);
     this.linkLabel4.Name            = "linkLabel4";
     this.linkLabel4.Size            = new System.Drawing.Size(48, 17);
     this.linkLabel4.TabIndex        = 5;
     this.linkLabel4.TabStop         = true;
     this.linkLabel4.Text            = "Option";
     //
     // label2
     //
     this.label2.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.label2.AutoSize  = true;
     this.label2.ForeColor = System.Drawing.SystemColors.ControlDarkDark;
     this.label2.Location  = new System.Drawing.Point(56, 450);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(193, 13);
     this.label2.TabIndex  = 4;
     this.label2.Text      = "_______________________________";
     //
     // linkLabel3
     //
     this.linkLabel3.ActiveLinkColor = System.Drawing.Color.BlueViolet;
     this.linkLabel3.Anchor          = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.linkLabel3.AutoSize        = true;
     this.linkLabel3.Font            = new System.Drawing.Font("Segoe UI", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.linkLabel3.LinkBehavior    = System.Windows.Forms.LinkBehavior.HoverUnderline;
     this.linkLabel3.LinkColor       = System.Drawing.Color.RoyalBlue;
     this.linkLabel3.Location        = new System.Drawing.Point(59, 499);
     this.linkLabel3.Name            = "linkLabel3";
     this.linkLabel3.Size            = new System.Drawing.Size(35, 17);
     this.linkLabel3.TabIndex        = 3;
     this.linkLabel3.TabStop         = true;
     this.linkLabel3.Text            = "Help";
     this.linkLabel3.LinkClicked    += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel3_LinkClicked);
     //
     // label1
     //
     this.label1.AutoSize  = true;
     this.label1.ForeColor = System.Drawing.SystemColors.ControlDarkDark;
     this.label1.Location  = new System.Drawing.Point(56, 206);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(193, 13);
     this.label1.TabIndex  = 2;
     this.label1.Text      = "_______________________________";
     //
     // LinkLabel02OpenProject
     //
     this.LinkLabel02OpenProject.ActiveLinkColor = System.Drawing.Color.BlueViolet;
     this.LinkLabel02OpenProject.AutoSize        = true;
     this.LinkLabel02OpenProject.Font            = new System.Drawing.Font("Segoe UI", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.LinkLabel02OpenProject.LinkBehavior    = System.Windows.Forms.LinkBehavior.HoverUnderline;
     this.LinkLabel02OpenProject.LinkColor       = System.Drawing.Color.RoyalBlue;
     this.LinkLabel02OpenProject.Location        = new System.Drawing.Point(59, 261);
     this.LinkLabel02OpenProject.Name            = "LinkLabel02OpenProject";
     this.LinkLabel02OpenProject.Size            = new System.Drawing.Size(84, 17);
     this.LinkLabel02OpenProject.TabIndex        = 1;
     this.LinkLabel02OpenProject.TabStop         = true;
     this.LinkLabel02OpenProject.Text            = "Open Project";
     this.LinkLabel02OpenProject.LinkClicked    += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.LinkLabel02OpenProject_LinkClicked);
     //
     // LinkLabel01NewPaint
     //
     this.LinkLabel01NewPaint.ActiveLinkColor = System.Drawing.Color.BlueViolet;
     this.LinkLabel01NewPaint.AutoSize        = true;
     this.LinkLabel01NewPaint.Font            = new System.Drawing.Font("Segoe UI", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.LinkLabel01NewPaint.LinkBehavior    = System.Windows.Forms.LinkBehavior.HoverUnderline;
     this.LinkLabel01NewPaint.LinkColor       = System.Drawing.Color.RoyalBlue;
     this.LinkLabel01NewPaint.Location        = new System.Drawing.Point(59, 235);
     this.LinkLabel01NewPaint.Name            = "LinkLabel01NewPaint";
     this.LinkLabel01NewPaint.Size            = new System.Drawing.Size(78, 17);
     this.LinkLabel01NewPaint.TabIndex        = 0;
     this.LinkLabel01NewPaint.TabStop         = true;
     this.LinkLabel01NewPaint.Text            = "New Project";
     this.LinkLabel01NewPaint.LinkClicked    += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.LinkLabel01NewPaint_LinkClicked);
     //
     // 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.AutoScroll = true;
     this.panel2.BackColor  = System.Drawing.SystemColors.Window;
     this.panel2.Controls.Add(this.linkLabel1);
     this.panel2.Controls.Add(this.label11);
     this.panel2.Controls.Add(this.label10);
     this.panel2.Controls.Add(this.label9);
     this.panel2.Controls.Add(this.label8);
     this.panel2.Controls.Add(this.label7);
     this.panel2.Controls.Add(this.label6);
     this.panel2.Controls.Add(this.label5);
     this.panel2.Controls.Add(this.label4);
     this.panel2.Controls.Add(this.label3);
     this.panel2.Location = new System.Drawing.Point(319, 12);
     this.panel2.Name     = "panel2";
     this.panel2.Size     = new System.Drawing.Size(542, 551);
     this.panel2.TabIndex = 1;
     //
     // linkLabel1
     //
     this.linkLabel1.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.linkLabel1.AutoSize     = true;
     this.linkLabel1.LinkBehavior = System.Windows.Forms.LinkBehavior.HoverUnderline;
     this.linkLabel1.LinkColor    = System.Drawing.Color.RoyalBlue;
     this.linkLabel1.Location     = new System.Drawing.Point(277, 421);
     this.linkLabel1.Name         = "linkLabel1";
     this.linkLabel1.Size         = new System.Drawing.Size(133, 13);
     this.linkLabel1.TabIndex     = 9;
     this.linkLabel1.TabStop      = true;
     this.linkLabel1.Text         = "www.tarek-aec.webs.com";
     //
     // label11
     //
     this.label11.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.label11.AutoSize  = true;
     this.label11.Font      = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label11.ForeColor = System.Drawing.SystemColors.WindowFrame;
     this.label11.Location  = new System.Drawing.Point(76, 497);
     this.label11.Name      = "label11";
     this.label11.Size      = new System.Drawing.Size(406, 15);
     this.label11.TabIndex  = 8;
     this.label11.Text      = "Join us at youtube, facebook, twitter.com, and have new learning resources.";
     //
     // label10
     //
     this.label10.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.label10.AutoSize  = true;
     this.label10.Font      = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label10.ForeColor = System.Drawing.SystemColors.WindowFrame;
     this.label10.Location  = new System.Drawing.Point(76, 419);
     this.label10.Name      = "label10";
     this.label10.Size      = new System.Drawing.Size(198, 15);
     this.label10.TabIndex  = 7;
     this.label10.Text      = "Sign up now and visit our web page:";
     //
     // label9
     //
     this.label9.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.label9.AutoSize  = true;
     this.label9.Font      = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label9.ForeColor = System.Drawing.SystemColors.WindowFrame;
     this.label9.Location  = new System.Drawing.Point(76, 249);
     this.label9.Name      = "label9";
     this.label9.Size      = new System.Drawing.Size(429, 105);
     this.label9.TabIndex  = 6;
     this.label9.Text      = resources.GetString("label9.Text");
     //
     // label8
     //
     this.label8.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.label8.AutoSize  = true;
     this.label8.Font      = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label8.ForeColor = System.Drawing.SystemColors.WindowFrame;
     this.label8.Location  = new System.Drawing.Point(76, 132);
     this.label8.Name      = "label8";
     this.label8.Size      = new System.Drawing.Size(448, 60);
     this.label8.TabIndex  = 5;
     this.label8.Text      = resources.GetString("label8.Text");
     //
     // label7
     //
     this.label7.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.label7.AutoSize  = true;
     this.label7.Font      = new System.Drawing.Font("Segoe UI", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label7.ForeColor = System.Drawing.Color.DimGray;
     this.label7.Location  = new System.Drawing.Point(67, 476);
     this.label7.Name      = "label7";
     this.label7.Size      = new System.Drawing.Size(136, 20);
     this.label7.TabIndex  = 4;
     this.label7.Text      = "Learning Resources";
     //
     // label6
     //
     this.label6.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.label6.AutoSize  = true;
     this.label6.Font      = new System.Drawing.Font("Segoe UI", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label6.ForeColor = System.Drawing.Color.DimGray;
     this.label6.Location  = new System.Drawing.Point(67, 396);
     this.label6.Name      = "label6";
     this.label6.Size      = new System.Drawing.Size(224, 20);
     this.label6.TabIndex  = 3;
     this.label6.Text      = "Upload your project in the cloud";
     //
     // label5
     //
     this.label5.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.label5.AutoSize  = true;
     this.label5.Font      = new System.Drawing.Font("Segoe UI", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label5.ForeColor = System.Drawing.Color.DimGray;
     this.label5.Location  = new System.Drawing.Point(67, 227);
     this.label5.Name      = "label5";
     this.label5.Size      = new System.Drawing.Size(110, 20);
     this.label5.TabIndex  = 2;
     this.label5.Text      = "Getting Started";
     //
     // label4
     //
     this.label4.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.label4.AutoSize  = true;
     this.label4.Font      = new System.Drawing.Font("Segoe UI", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label4.ForeColor = System.Drawing.Color.DimGray;
     this.label4.Location  = new System.Drawing.Point(67, 112);
     this.label4.Name      = "label4";
     this.label4.Size      = new System.Drawing.Size(87, 20);
     this.label4.TabIndex  = 1;
     this.label4.Text      = "What\'s New";
     //
     // label3
     //
     this.label3.AutoSize  = true;
     this.label3.Font      = new System.Drawing.Font("Segoe UI Light", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label3.ForeColor = System.Drawing.Color.DimGray;
     this.label3.Location  = new System.Drawing.Point(32, 36);
     this.label3.Name      = "label3";
     this.label3.Size      = new System.Drawing.Size(406, 30);
     this.label3.TabIndex  = 0;
     this.label3.Text      = "Getting Started with Photo Brush Studio 2013";
     //
     // animator1
     //
     this.animator1.AnimationType      = AnimatorNS.AnimationType.Custom;
     this.animator1.Cursor             = null;
     animation1.AnimateOnlyDifferences = true;
     animation1.BlindCoeff             = ((System.Drawing.PointF)(resources.GetObject("animation1.BlindCoeff")));
     animation1.LeafCoeff            = 0F;
     animation1.MaxTime              = 1F;
     animation1.MinTime              = 0F;
     animation1.MosaicCoeff          = ((System.Drawing.PointF)(resources.GetObject("animation1.MosaicCoeff")));
     animation1.MosaicShift          = ((System.Drawing.PointF)(resources.GetObject("animation1.MosaicShift")));
     animation1.MosaicSize           = 0;
     animation1.Padding              = new System.Windows.Forms.Padding(0);
     animation1.RotateCoeff          = 0F;
     animation1.RotateLimit          = 0F;
     animation1.ScaleCoeff           = ((System.Drawing.PointF)(resources.GetObject("animation1.ScaleCoeff")));
     animation1.SlideCoeff           = ((System.Drawing.PointF)(resources.GetObject("animation1.SlideCoeff")));
     animation1.TimeCoeff            = 0F;
     animation1.TransparencyCoeff    = 0F;
     this.animator1.DefaultAnimation = animation1;
     //
     // StartPageForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.AutoScroll          = true;
     this.BackColor           = System.Drawing.SystemColors.Window;
     this.ClientSize          = new System.Drawing.Size(873, 575);
     this.Controls.Add(this.panel2);
     this.Controls.Add(this.panel1);
     this.Icon        = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MinimumSize = new System.Drawing.Size(700, 400);
     this.Name        = "StartPageForm";
     this.Text        = "Start Page";
     this.MouseEnter += new System.EventHandler(this.StartPageForm_Activated);
     this.panel1.ResumeLayout(false);
     this.panel1.PerformLayout();
     this.panel2.ResumeLayout(false);
     this.panel2.PerformLayout();
     this.ResumeLayout(false);
 }
コード例 #11
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
     AnimatorNS.Animation animation2 = new AnimatorNS.Animation();
     AnimatorNS.Animation animation1 = new AnimatorNS.Animation();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Ajouter_BL));
     this.pnlContainer       = new System.Windows.Forms.Panel();
     this.groupBox3          = new System.Windows.Forms.GroupBox();
     this.btnSearch          = new Bunifu.Framework.UI.BunifuFlatButton();
     this.bunifuCheckbox1    = new Bunifu.Framework.UI.BunifuCheckbox();
     this.txtDevis           = new System.Windows.Forms.TextBox();
     this.label4             = new System.Windows.Forms.Label();
     this.lblCheck           = new System.Windows.Forms.Label();
     this.groupBox2          = new System.Windows.Forms.GroupBox();
     this.dataGridView1      = new System.Windows.Forms.DataGridView();
     this.Ref                = new System.Windows.Forms.DataGridViewComboBoxColumn();
     this.Prix_vente         = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Qte                = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.TXREMISE           = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.PU_HT              = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.PU_TTC             = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.BTN                = new System.Windows.Forms.DataGridViewButtonColumn();
     this.groupBox1          = new System.Windows.Forms.GroupBox();
     this.bunifuSeparator2   = new Bunifu.Framework.UI.BunifuSeparator();
     this.bunifuSeparator1   = new Bunifu.Framework.UI.BunifuSeparator();
     this.ComboClient        = new System.Windows.Forms.ComboBox();
     this.txtObserv          = new System.Windows.Forms.TextBox();
     this.label5             = new System.Windows.Forms.Label();
     this.txtNumBL           = new System.Windows.Forms.TextBox();
     this.label2             = new System.Windows.Forms.Label();
     this.label3             = new System.Windows.Forms.Label();
     this.bunifuFlatButton2  = new Bunifu.Framework.UI.BunifuFlatButton();
     this.bunifuFlatButton1  = new Bunifu.Framework.UI.BunifuFlatButton();
     this.pnlLogo            = new System.Windows.Forms.Panel();
     this.lblDate            = new System.Windows.Forms.Label();
     this.lblTime            = new System.Windows.Forms.Label();
     this.label1             = new System.Windows.Forms.Label();
     this.pnlExit            = new System.Windows.Forms.Panel();
     this.bunifuImageButton2 = new Bunifu.Framework.UI.BunifuImageButton();
     this.bunifuImageButton1 = new Bunifu.Framework.UI.BunifuImageButton();
     this.pnlHeader          = new System.Windows.Forms.Panel();
     this.bunifuElipse2      = new Bunifu.Framework.UI.BunifuElipse(this.components);
     this.bunifuDragControl1 = new Bunifu.Framework.UI.BunifuDragControl(this.components);
     this.bunifuDragControl2 = new Bunifu.Framework.UI.BunifuDragControl(this.components);
     this.animator1          = new AnimatorNS.Animator(this.components);
     this.animator2          = new AnimatorNS.Animator(this.components);
     this.pnlContainer.SuspendLayout();
     this.groupBox3.SuspendLayout();
     this.groupBox2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
     this.groupBox1.SuspendLayout();
     this.pnlLogo.SuspendLayout();
     this.pnlExit.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.bunifuImageButton2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.bunifuImageButton1)).BeginInit();
     this.SuspendLayout();
     //
     // pnlContainer
     //
     this.pnlContainer.Controls.Add(this.groupBox3);
     this.pnlContainer.Controls.Add(this.groupBox2);
     this.pnlContainer.Controls.Add(this.groupBox1);
     this.pnlContainer.Controls.Add(this.bunifuFlatButton2);
     this.pnlContainer.Controls.Add(this.bunifuFlatButton1);
     this.animator2.SetDecoration(this.pnlContainer, AnimatorNS.DecorationType.None);
     this.animator1.SetDecoration(this.pnlContainer, AnimatorNS.DecorationType.None);
     this.pnlContainer.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.pnlContainer.Location = new System.Drawing.Point(0, 127);
     this.pnlContainer.Name     = "pnlContainer";
     this.pnlContainer.Size     = new System.Drawing.Size(792, 364);
     this.pnlContainer.TabIndex = 18;
     //
     // groupBox3
     //
     this.groupBox3.Controls.Add(this.btnSearch);
     this.groupBox3.Controls.Add(this.bunifuCheckbox1);
     this.groupBox3.Controls.Add(this.txtDevis);
     this.groupBox3.Controls.Add(this.label4);
     this.groupBox3.Controls.Add(this.lblCheck);
     this.animator2.SetDecoration(this.groupBox3, AnimatorNS.DecorationType.None);
     this.animator1.SetDecoration(this.groupBox3, AnimatorNS.DecorationType.None);
     this.groupBox3.Font     = new System.Drawing.Font("Century Gothic", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.groupBox3.Location = new System.Drawing.Point(13, 4);
     this.groupBox3.Name     = "groupBox3";
     this.groupBox3.Size     = new System.Drawing.Size(772, 42);
     this.groupBox3.TabIndex = 44;
     this.groupBox3.TabStop  = false;
     this.groupBox3.Text     = "Ajouter Par un Devis";
     //
     // btnSearch
     //
     this.btnSearch.Activecolor           = System.Drawing.Color.FromArgb(((int)(((byte)(46)))), ((int)(((byte)(139)))), ((int)(((byte)(87)))));
     this.btnSearch.BackColor             = System.Drawing.Color.FromArgb(((int)(((byte)(46)))), ((int)(((byte)(139)))), ((int)(((byte)(87)))));
     this.btnSearch.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.btnSearch.BorderRadius          = 0;
     this.btnSearch.ButtonText            = "Recherche";
     this.btnSearch.Cursor = System.Windows.Forms.Cursors.Hand;
     this.animator2.SetDecoration(this.btnSearch, AnimatorNS.DecorationType.None);
     this.animator1.SetDecoration(this.btnSearch, AnimatorNS.DecorationType.None);
     this.btnSearch.DisabledColor            = System.Drawing.Color.Gray;
     this.btnSearch.Enabled                  = false;
     this.btnSearch.Iconcolor                = System.Drawing.Color.Transparent;
     this.btnSearch.Iconimage                = null;
     this.btnSearch.Iconimage_right          = null;
     this.btnSearch.Iconimage_right_Selected = null;
     this.btnSearch.Iconimage_Selected       = null;
     this.btnSearch.IconMarginLeft           = 0;
     this.btnSearch.IconMarginRight          = 0;
     this.btnSearch.IconRightVisible         = true;
     this.btnSearch.IconRightZoom            = 0D;
     this.btnSearch.IconVisible              = true;
     this.btnSearch.IconZoom                 = 90D;
     this.btnSearch.IsTab            = false;
     this.btnSearch.Location         = new System.Drawing.Point(667, 14);
     this.btnSearch.Margin           = new System.Windows.Forms.Padding(4, 5, 4, 5);
     this.btnSearch.Name             = "btnSearch";
     this.btnSearch.Normalcolor      = System.Drawing.Color.FromArgb(((int)(((byte)(46)))), ((int)(((byte)(139)))), ((int)(((byte)(87)))));
     this.btnSearch.OnHovercolor     = System.Drawing.Color.FromArgb(((int)(((byte)(36)))), ((int)(((byte)(129)))), ((int)(((byte)(77)))));
     this.btnSearch.OnHoverTextColor = System.Drawing.Color.White;
     this.btnSearch.selected         = false;
     this.btnSearch.Size             = new System.Drawing.Size(79, 24);
     this.btnSearch.TabIndex         = 43;
     this.btnSearch.Text             = "Recherche";
     this.btnSearch.TextAlign        = System.Drawing.ContentAlignment.MiddleCenter;
     this.btnSearch.Textcolor        = System.Drawing.Color.White;
     this.btnSearch.TextFont         = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnSearch.Click           += new System.EventHandler(this.bunifuFlatButton3_Click);
     //
     // bunifuCheckbox1
     //
     this.bunifuCheckbox1.BackColor       = System.Drawing.Color.FromArgb(((int)(((byte)(132)))), ((int)(((byte)(135)))), ((int)(((byte)(140)))));
     this.bunifuCheckbox1.ChechedOffColor = System.Drawing.Color.FromArgb(((int)(((byte)(132)))), ((int)(((byte)(135)))), ((int)(((byte)(140)))));
     this.bunifuCheckbox1.Checked         = false;
     this.bunifuCheckbox1.CheckedOnColor  = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(205)))), ((int)(((byte)(117)))));
     this.animator1.SetDecoration(this.bunifuCheckbox1, AnimatorNS.DecorationType.None);
     this.animator2.SetDecoration(this.bunifuCheckbox1, AnimatorNS.DecorationType.None);
     this.bunifuCheckbox1.ForeColor = System.Drawing.Color.White;
     this.bunifuCheckbox1.Location  = new System.Drawing.Point(175, 15);
     this.bunifuCheckbox1.Margin    = new System.Windows.Forms.Padding(4, 5, 4, 5);
     this.bunifuCheckbox1.Name      = "bunifuCheckbox1";
     this.bunifuCheckbox1.Size      = new System.Drawing.Size(20, 20);
     this.bunifuCheckbox1.TabIndex  = 42;
     this.bunifuCheckbox1.OnChange += new System.EventHandler(this.bunifuCheckbox1_OnChange);
     //
     // txtDevis
     //
     this.animator1.SetDecoration(this.txtDevis, AnimatorNS.DecorationType.None);
     this.animator2.SetDecoration(this.txtDevis, AnimatorNS.DecorationType.None);
     this.txtDevis.Enabled  = false;
     this.txtDevis.Font     = new System.Drawing.Font("Century Gothic", 9.75F);
     this.txtDevis.Location = new System.Drawing.Point(476, 15);
     this.txtDevis.Name     = "txtDevis";
     this.txtDevis.Size     = new System.Drawing.Size(166, 23);
     this.txtDevis.TabIndex = 41;
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.animator1.SetDecoration(this.label4, AnimatorNS.DecorationType.None);
     this.animator2.SetDecoration(this.label4, AnimatorNS.DecorationType.None);
     this.label4.Font     = new System.Drawing.Font("Century Gothic", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label4.Location = new System.Drawing.Point(380, 15);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(86, 20);
     this.label4.TabIndex = 40;
     this.label4.Text     = "Num Devis";
     //
     // lblCheck
     //
     this.lblCheck.AutoSize = true;
     this.animator1.SetDecoration(this.lblCheck, AnimatorNS.DecorationType.None);
     this.animator2.SetDecoration(this.lblCheck, AnimatorNS.DecorationType.None);
     this.lblCheck.Font     = new System.Drawing.Font("Century Gothic", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblCheck.Location = new System.Drawing.Point(197, 15);
     this.lblCheck.Name     = "lblCheck";
     this.lblCheck.Size     = new System.Drawing.Size(36, 20);
     this.lblCheck.TabIndex = 37;
     this.lblCheck.Text     = "OFF";
     //
     // groupBox2
     //
     this.groupBox2.Controls.Add(this.dataGridView1);
     this.animator2.SetDecoration(this.groupBox2, AnimatorNS.DecorationType.None);
     this.animator1.SetDecoration(this.groupBox2, AnimatorNS.DecorationType.None);
     this.groupBox2.Font     = new System.Drawing.Font("Century Gothic", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.groupBox2.Location = new System.Drawing.Point(13, 126);
     this.groupBox2.Name     = "groupBox2";
     this.groupBox2.Size     = new System.Drawing.Size(772, 192);
     this.groupBox2.TabIndex = 38;
     this.groupBox2.TabStop  = false;
     this.groupBox2.Text     = "Detail BL";
     //
     // dataGridView1
     //
     this.dataGridView1.AllowUserToDeleteRows = false;
     this.dataGridView1.AutoSizeColumnsMode   = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
     this.dataGridView1.BorderStyle           = System.Windows.Forms.BorderStyle.None;
     dataGridViewCellStyle1.Alignment         = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
     dataGridViewCellStyle1.BackColor         = System.Drawing.SystemColors.Control;
     dataGridViewCellStyle1.Font                      = new System.Drawing.Font("Century Gothic", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     dataGridViewCellStyle1.ForeColor                 = System.Drawing.SystemColors.WindowText;
     dataGridViewCellStyle1.SelectionBackColor        = System.Drawing.SystemColors.Highlight;
     dataGridViewCellStyle1.SelectionForeColor        = System.Drawing.SystemColors.HighlightText;
     dataGridViewCellStyle1.WrapMode                  = System.Windows.Forms.DataGridViewTriState.True;
     this.dataGridView1.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
     this.dataGridView1.ColumnHeadersHeightSizeMode   = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
         this.Ref,
         this.Prix_vente,
         this.Qte,
         this.TXREMISE,
         this.PU_HT,
         this.PU_TTC,
         this.BTN
     });
     this.animator2.SetDecoration(this.dataGridView1, AnimatorNS.DecorationType.None);
     this.animator1.SetDecoration(this.dataGridView1, AnimatorNS.DecorationType.None);
     dataGridViewCellStyle2.Alignment          = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
     dataGridViewCellStyle2.BackColor          = System.Drawing.SystemColors.Window;
     dataGridViewCellStyle2.Font               = new System.Drawing.Font("Century Gothic", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     dataGridViewCellStyle2.ForeColor          = System.Drawing.SystemColors.ControlText;
     dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
     dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
     dataGridViewCellStyle2.WrapMode           = System.Windows.Forms.DataGridViewTriState.False;
     this.dataGridView1.DefaultCellStyle       = dataGridViewCellStyle2;
     this.dataGridView1.Location               = new System.Drawing.Point(6, 22);
     this.dataGridView1.Name                   = "dataGridView1";
     this.dataGridView1.RowHeadersWidth        = 5;
     this.dataGridView1.Size                   = new System.Drawing.Size(760, 164);
     this.dataGridView1.TabIndex               = 0;
     this.dataGridView1.CellEndEdit           += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView1_CellEndEdit);
     this.dataGridView1.CellValueChanged      += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView1_CellValueChanged);
     this.dataGridView1.EditingControlShowing += new System.Windows.Forms.DataGridViewEditingControlShowingEventHandler(this.dataGridView1_EditingControlShowing);
     //
     // Ref
     //
     this.Ref.DropDownWidth = 300;
     this.Ref.FillWeight    = 200F;
     this.Ref.HeaderText    = "Articles";
     this.Ref.Name          = "Ref";
     //
     // Prix_vente
     //
     this.Prix_vente.FillWeight = 45F;
     this.Prix_vente.HeaderText = "Prix Vente";
     this.Prix_vente.Name       = "Prix_vente";
     this.Prix_vente.ReadOnly   = true;
     //
     // Qte
     //
     this.Qte.FillWeight = 25F;
     this.Qte.HeaderText = "Qte";
     this.Qte.Name       = "Qte";
     //
     // TXREMISE
     //
     this.TXREMISE.FillWeight = 35F;
     this.TXREMISE.HeaderText = "% Remise";
     this.TXREMISE.Name       = "TXREMISE";
     //
     // PU_HT
     //
     this.PU_HT.FillWeight = 47.19006F;
     this.PU_HT.HeaderText = "Prix HT";
     this.PU_HT.Name       = "PU_HT";
     this.PU_HT.ReadOnly   = true;
     //
     // PU_TTC
     //
     this.PU_TTC.FillWeight = 41.77816F;
     this.PU_TTC.HeaderText = "Prix TTC";
     this.PU_TTC.Name       = "PU_TTC";
     this.PU_TTC.ReadOnly   = true;
     //
     // BTN
     //
     this.BTN.FillWeight = 33F;
     this.BTN.HeaderText = "Delete";
     this.BTN.Name       = "BTN";
     this.BTN.Text       = "Delete";
     this.BTN.UseColumnTextForButtonValue = true;
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.bunifuSeparator2);
     this.groupBox1.Controls.Add(this.bunifuSeparator1);
     this.groupBox1.Controls.Add(this.ComboClient);
     this.groupBox1.Controls.Add(this.txtObserv);
     this.groupBox1.Controls.Add(this.label5);
     this.groupBox1.Controls.Add(this.txtNumBL);
     this.groupBox1.Controls.Add(this.label2);
     this.groupBox1.Controls.Add(this.label3);
     this.animator2.SetDecoration(this.groupBox1, AnimatorNS.DecorationType.None);
     this.animator1.SetDecoration(this.groupBox1, AnimatorNS.DecorationType.None);
     this.groupBox1.Font     = new System.Drawing.Font("Century Gothic", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.groupBox1.Location = new System.Drawing.Point(13, 44);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(772, 83);
     this.groupBox1.TabIndex = 37;
     this.groupBox1.TabStop  = false;
     this.groupBox1.Text     = "BL";
     //
     // bunifuSeparator2
     //
     this.bunifuSeparator2.BackColor = System.Drawing.Color.Transparent;
     this.animator2.SetDecoration(this.bunifuSeparator2, AnimatorNS.DecorationType.None);
     this.animator1.SetDecoration(this.bunifuSeparator2, AnimatorNS.DecorationType.None);
     this.bunifuSeparator2.LineColor     = System.Drawing.Color.FromArgb(((int)(((byte)(105)))), ((int)(((byte)(105)))), ((int)(((byte)(105)))));
     this.bunifuSeparator2.LineThickness = 21;
     this.bunifuSeparator2.Location      = new System.Drawing.Point(507, 17);
     this.bunifuSeparator2.Margin        = new System.Windows.Forms.Padding(6, 8, 6, 8);
     this.bunifuSeparator2.Name          = "bunifuSeparator2";
     this.bunifuSeparator2.Size          = new System.Drawing.Size(5, 35);
     this.bunifuSeparator2.TabIndex      = 43;
     this.bunifuSeparator2.Transparency  = 255;
     this.bunifuSeparator2.Vertical      = true;
     //
     // bunifuSeparator1
     //
     this.bunifuSeparator1.BackColor = System.Drawing.Color.Transparent;
     this.animator2.SetDecoration(this.bunifuSeparator1, AnimatorNS.DecorationType.None);
     this.animator1.SetDecoration(this.bunifuSeparator1, AnimatorNS.DecorationType.None);
     this.bunifuSeparator1.LineColor     = System.Drawing.Color.FromArgb(((int)(((byte)(105)))), ((int)(((byte)(105)))), ((int)(((byte)(105)))));
     this.bunifuSeparator1.LineThickness = 21;
     this.bunifuSeparator1.Location      = new System.Drawing.Point(258, 17);
     this.bunifuSeparator1.Margin        = new System.Windows.Forms.Padding(4, 5, 4, 5);
     this.bunifuSeparator1.Name          = "bunifuSeparator1";
     this.bunifuSeparator1.Size          = new System.Drawing.Size(5, 35);
     this.bunifuSeparator1.TabIndex      = 43;
     this.bunifuSeparator1.Transparency  = 255;
     this.bunifuSeparator1.Vertical      = true;
     //
     // ComboClient
     //
     this.animator2.SetDecoration(this.ComboClient, AnimatorNS.DecorationType.None);
     this.animator1.SetDecoration(this.ComboClient, AnimatorNS.DecorationType.None);
     this.ComboClient.FlatStyle         = System.Windows.Forms.FlatStyle.Popup;
     this.ComboClient.Font              = new System.Drawing.Font("Century Gothic", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.ComboClient.FormattingEnabled = true;
     this.ComboClient.Location          = new System.Drawing.Point(338, 20);
     this.ComboClient.Name              = "ComboClient";
     this.ComboClient.Size              = new System.Drawing.Size(166, 25);
     this.ComboClient.TabIndex          = 42;
     //
     // txtObserv
     //
     this.animator1.SetDecoration(this.txtObserv, AnimatorNS.DecorationType.None);
     this.animator2.SetDecoration(this.txtObserv, AnimatorNS.DecorationType.None);
     this.txtObserv.Font      = new System.Drawing.Font("Century Gothic", 9.75F);
     this.txtObserv.Location  = new System.Drawing.Point(616, 20);
     this.txtObserv.Multiline = true;
     this.txtObserv.Name      = "txtObserv";
     this.txtObserv.Size      = new System.Drawing.Size(152, 62);
     this.txtObserv.TabIndex  = 41;
     //
     // label5
     //
     this.label5.AutoSize = true;
     this.animator1.SetDecoration(this.label5, AnimatorNS.DecorationType.None);
     this.animator2.SetDecoration(this.label5, AnimatorNS.DecorationType.None);
     this.label5.Font     = new System.Drawing.Font("Century Gothic", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label5.Location = new System.Drawing.Point(510, 17);
     this.label5.Name     = "label5";
     this.label5.Size     = new System.Drawing.Size(100, 20);
     this.label5.TabIndex = 40;
     this.label5.Text     = "Observation";
     //
     // txtNumBL
     //
     this.animator1.SetDecoration(this.txtNumBL, AnimatorNS.DecorationType.None);
     this.animator2.SetDecoration(this.txtNumBL, AnimatorNS.DecorationType.None);
     this.txtNumBL.Font     = new System.Drawing.Font("Century Gothic", 9.75F);
     this.txtNumBL.Location = new System.Drawing.Point(88, 22);
     this.txtNumBL.Name     = "txtNumBL";
     this.txtNumBL.ReadOnly = true;
     this.txtNumBL.Size     = new System.Drawing.Size(166, 23);
     this.txtNumBL.TabIndex = 39;
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.animator1.SetDecoration(this.label2, AnimatorNS.DecorationType.None);
     this.animator2.SetDecoration(this.label2, AnimatorNS.DecorationType.None);
     this.label2.Font     = new System.Drawing.Font("Century Gothic", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label2.Location = new System.Drawing.Point(263, 22);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(71, 20);
     this.label2.TabIndex = 38;
     this.label2.Text     = "ID Client";
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.animator1.SetDecoration(this.label3, AnimatorNS.DecorationType.None);
     this.animator2.SetDecoration(this.label3, AnimatorNS.DecorationType.None);
     this.label3.Font     = new System.Drawing.Font("Century Gothic", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label3.Location = new System.Drawing.Point(10, 22);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(62, 20);
     this.label3.TabIndex = 37;
     this.label3.Text     = "Num BL";
     //
     // bunifuFlatButton2
     //
     this.bunifuFlatButton2.Activecolor           = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(81)))), ((int)(((byte)(69)))));
     this.bunifuFlatButton2.BackColor             = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(81)))), ((int)(((byte)(69)))));
     this.bunifuFlatButton2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.bunifuFlatButton2.BorderRadius          = 0;
     this.bunifuFlatButton2.ButtonText            = "   Effacer les Champs";
     this.bunifuFlatButton2.Cursor = System.Windows.Forms.Cursors.Hand;
     this.animator2.SetDecoration(this.bunifuFlatButton2, AnimatorNS.DecorationType.None);
     this.animator1.SetDecoration(this.bunifuFlatButton2, AnimatorNS.DecorationType.None);
     this.bunifuFlatButton2.DisabledColor            = System.Drawing.Color.Gray;
     this.bunifuFlatButton2.Font                     = new System.Drawing.Font("Century Gothic", 9F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.bunifuFlatButton2.Iconcolor                = System.Drawing.Color.Transparent;
     this.bunifuFlatButton2.Iconimage                = global::Gestion_de_Stock_.Properties.Resources.icons8_Clear_Symbol_96px_1;
     this.bunifuFlatButton2.Iconimage_right          = null;
     this.bunifuFlatButton2.Iconimage_right_Selected = null;
     this.bunifuFlatButton2.Iconimage_Selected       = null;
     this.bunifuFlatButton2.IconMarginLeft           = 0;
     this.bunifuFlatButton2.IconMarginRight          = 0;
     this.bunifuFlatButton2.IconRightVisible         = true;
     this.bunifuFlatButton2.IconRightZoom            = 0D;
     this.bunifuFlatButton2.IconVisible              = true;
     this.bunifuFlatButton2.IconZoom                 = 70D;
     this.bunifuFlatButton2.IsTab                    = false;
     this.bunifuFlatButton2.Location                 = new System.Drawing.Point(601, 320);
     this.bunifuFlatButton2.Margin                   = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.bunifuFlatButton2.Name                     = "bunifuFlatButton2";
     this.bunifuFlatButton2.Normalcolor              = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(81)))), ((int)(((byte)(69)))));
     this.bunifuFlatButton2.OnHovercolor             = System.Drawing.Color.FromArgb(((int)(((byte)(232)))), ((int)(((byte)(139)))), ((int)(((byte)(131)))));
     this.bunifuFlatButton2.OnHoverTextColor         = System.Drawing.Color.White;
     this.bunifuFlatButton2.selected                 = false;
     this.bunifuFlatButton2.Size                     = new System.Drawing.Size(184, 44);
     this.bunifuFlatButton2.TabIndex                 = 34;
     this.bunifuFlatButton2.Text                     = "   Effacer les Champs";
     this.bunifuFlatButton2.TextAlign                = System.Drawing.ContentAlignment.MiddleLeft;
     this.bunifuFlatButton2.Textcolor                = System.Drawing.Color.White;
     this.bunifuFlatButton2.TextFont                 = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     //
     // bunifuFlatButton1
     //
     this.bunifuFlatButton1.Activecolor           = System.Drawing.Color.FromArgb(((int)(((byte)(46)))), ((int)(((byte)(139)))), ((int)(((byte)(87)))));
     this.bunifuFlatButton1.BackColor             = System.Drawing.Color.FromArgb(((int)(((byte)(46)))), ((int)(((byte)(139)))), ((int)(((byte)(87)))));
     this.bunifuFlatButton1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.bunifuFlatButton1.BorderRadius          = 0;
     this.bunifuFlatButton1.ButtonText            = "    Ajouter";
     this.bunifuFlatButton1.Cursor = System.Windows.Forms.Cursors.Hand;
     this.animator2.SetDecoration(this.bunifuFlatButton1, AnimatorNS.DecorationType.None);
     this.animator1.SetDecoration(this.bunifuFlatButton1, AnimatorNS.DecorationType.None);
     this.bunifuFlatButton1.DisabledColor            = System.Drawing.Color.Gray;
     this.bunifuFlatButton1.Font                     = new System.Drawing.Font("Century Gothic", 9F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.bunifuFlatButton1.Iconcolor                = System.Drawing.Color.Transparent;
     this.bunifuFlatButton1.Iconimage                = global::Gestion_de_Stock_.Properties.Resources.icons8_Plus_96px;
     this.bunifuFlatButton1.Iconimage_right          = null;
     this.bunifuFlatButton1.Iconimage_right_Selected = null;
     this.bunifuFlatButton1.Iconimage_Selected       = null;
     this.bunifuFlatButton1.IconMarginLeft           = 0;
     this.bunifuFlatButton1.IconMarginRight          = 0;
     this.bunifuFlatButton1.IconRightVisible         = true;
     this.bunifuFlatButton1.IconRightZoom            = 0D;
     this.bunifuFlatButton1.IconVisible              = true;
     this.bunifuFlatButton1.IconZoom                 = 70D;
     this.bunifuFlatButton1.IsTab                    = false;
     this.bunifuFlatButton1.Location                 = new System.Drawing.Point(428, 320);
     this.bunifuFlatButton1.Margin                   = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.bunifuFlatButton1.Name                     = "bunifuFlatButton1";
     this.bunifuFlatButton1.Normalcolor              = System.Drawing.Color.FromArgb(((int)(((byte)(46)))), ((int)(((byte)(139)))), ((int)(((byte)(87)))));
     this.bunifuFlatButton1.OnHovercolor             = System.Drawing.Color.FromArgb(((int)(((byte)(36)))), ((int)(((byte)(129)))), ((int)(((byte)(77)))));
     this.bunifuFlatButton1.OnHoverTextColor         = System.Drawing.Color.White;
     this.bunifuFlatButton1.selected                 = false;
     this.bunifuFlatButton1.Size                     = new System.Drawing.Size(141, 44);
     this.bunifuFlatButton1.TabIndex                 = 35;
     this.bunifuFlatButton1.Text                     = "    Ajouter";
     this.bunifuFlatButton1.TextAlign                = System.Drawing.ContentAlignment.MiddleLeft;
     this.bunifuFlatButton1.Textcolor                = System.Drawing.Color.White;
     this.bunifuFlatButton1.TextFont                 = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     //
     // pnlLogo
     //
     this.pnlLogo.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(232)))), ((int)(((byte)(234)))), ((int)(((byte)(236)))));
     this.pnlLogo.Controls.Add(this.lblDate);
     this.pnlLogo.Controls.Add(this.lblTime);
     this.pnlLogo.Controls.Add(this.label1);
     this.animator2.SetDecoration(this.pnlLogo, AnimatorNS.DecorationType.None);
     this.animator1.SetDecoration(this.pnlLogo, AnimatorNS.DecorationType.None);
     this.pnlLogo.Dock     = System.Windows.Forms.DockStyle.Top;
     this.pnlLogo.Location = new System.Drawing.Point(0, 20);
     this.pnlLogo.Name     = "pnlLogo";
     this.pnlLogo.Size     = new System.Drawing.Size(792, 107);
     this.pnlLogo.TabIndex = 17;
     //
     // lblDate
     //
     this.lblDate.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.lblDate.AutoSize = true;
     this.animator1.SetDecoration(this.lblDate, AnimatorNS.DecorationType.None);
     this.animator2.SetDecoration(this.lblDate, AnimatorNS.DecorationType.None);
     this.lblDate.Font      = new System.Drawing.Font("Lane - Upper", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblDate.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(34)))), ((int)(((byte)(50)))), ((int)(((byte)(74)))));
     this.lblDate.Location  = new System.Drawing.Point(662, 64);
     this.lblDate.Name      = "lblDate";
     this.lblDate.Size      = new System.Drawing.Size(133, 29);
     this.lblDate.TabIndex  = 0;
     this.lblDate.Text      = "Fiver House";
     //
     // lblTime
     //
     this.lblTime.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.lblTime.AutoSize = true;
     this.animator1.SetDecoration(this.lblTime, AnimatorNS.DecorationType.None);
     this.animator2.SetDecoration(this.lblTime, AnimatorNS.DecorationType.None);
     this.lblTime.Font      = new System.Drawing.Font("Lane - Upper", 36F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblTime.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(34)))), ((int)(((byte)(50)))), ((int)(((byte)(74)))));
     this.lblTime.Location  = new System.Drawing.Point(592, 7);
     this.lblTime.Name      = "lblTime";
     this.lblTime.Size      = new System.Drawing.Size(203, 57);
     this.lblTime.TabIndex  = 0;
     this.lblTime.Text      = "14:23:55";
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.animator1.SetDecoration(this.label1, AnimatorNS.DecorationType.None);
     this.animator2.SetDecoration(this.label1, AnimatorNS.DecorationType.None);
     this.label1.Font      = new System.Drawing.Font("Lane - Upper", 36F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(34)))), ((int)(((byte)(50)))), ((int)(((byte)(74)))));
     this.label1.Location  = new System.Drawing.Point(3, 7);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(263, 57);
     this.label1.TabIndex  = 0;
     this.label1.Text      = "Fiver House";
     //
     // pnlExit
     //
     this.pnlExit.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(107)))), ((int)(((byte)(107)))), ((int)(((byte)(107)))));
     this.pnlExit.Controls.Add(this.bunifuImageButton2);
     this.pnlExit.Controls.Add(this.bunifuImageButton1);
     this.animator2.SetDecoration(this.pnlExit, AnimatorNS.DecorationType.None);
     this.animator1.SetDecoration(this.pnlExit, AnimatorNS.DecorationType.None);
     this.pnlExit.Dock     = System.Windows.Forms.DockStyle.Right;
     this.pnlExit.Location = new System.Drawing.Point(792, 20);
     this.pnlExit.Name     = "pnlExit";
     this.pnlExit.Size     = new System.Drawing.Size(40, 471);
     this.pnlExit.TabIndex = 16;
     //
     // bunifuImageButton2
     //
     this.bunifuImageButton2.BackColor = System.Drawing.Color.Transparent;
     this.animator2.SetDecoration(this.bunifuImageButton2, AnimatorNS.DecorationType.None);
     this.animator1.SetDecoration(this.bunifuImageButton2, AnimatorNS.DecorationType.None);
     this.bunifuImageButton2.Image       = global::Gestion_de_Stock_.Properties.Resources.Minus_96px;
     this.bunifuImageButton2.ImageActive = null;
     this.bunifuImageButton2.Location    = new System.Drawing.Point(-2, 51);
     this.bunifuImageButton2.Name        = "bunifuImageButton2";
     this.bunifuImageButton2.Size        = new System.Drawing.Size(48, 48);
     this.bunifuImageButton2.SizeMode    = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     this.bunifuImageButton2.TabIndex    = 1;
     this.bunifuImageButton2.TabStop     = false;
     this.bunifuImageButton2.Zoom        = 10;
     //
     // bunifuImageButton1
     //
     this.bunifuImageButton1.BackColor = System.Drawing.Color.Transparent;
     this.animator2.SetDecoration(this.bunifuImageButton1, AnimatorNS.DecorationType.None);
     this.animator1.SetDecoration(this.bunifuImageButton1, AnimatorNS.DecorationType.None);
     this.bunifuImageButton1.Image       = global::Gestion_de_Stock_.Properties.Resources.Back_Arrow_96px;
     this.bunifuImageButton1.ImageActive = null;
     this.bunifuImageButton1.Location    = new System.Drawing.Point(-2, 5);
     this.bunifuImageButton1.Name        = "bunifuImageButton1";
     this.bunifuImageButton1.Size        = new System.Drawing.Size(46, 46);
     this.bunifuImageButton1.SizeMode    = System.Windows.Forms.PictureBoxSizeMode.Zoom;
     this.bunifuImageButton1.TabIndex    = 0;
     this.bunifuImageButton1.TabStop     = false;
     this.bunifuImageButton1.Zoom        = 10;
     //
     // pnlHeader
     //
     this.pnlHeader.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(107)))), ((int)(((byte)(107)))), ((int)(((byte)(107)))));
     this.animator2.SetDecoration(this.pnlHeader, AnimatorNS.DecorationType.None);
     this.animator1.SetDecoration(this.pnlHeader, AnimatorNS.DecorationType.None);
     this.pnlHeader.Dock     = System.Windows.Forms.DockStyle.Top;
     this.pnlHeader.Location = new System.Drawing.Point(0, 0);
     this.pnlHeader.Name     = "pnlHeader";
     this.pnlHeader.Size     = new System.Drawing.Size(832, 20);
     this.pnlHeader.TabIndex = 15;
     //
     // bunifuElipse2
     //
     this.bunifuElipse2.ElipseRadius  = 10;
     this.bunifuElipse2.TargetControl = this;
     //
     // bunifuDragControl1
     //
     this.bunifuDragControl1.Fixed         = true;
     this.bunifuDragControl1.Horizontal    = true;
     this.bunifuDragControl1.TargetControl = this.pnlHeader;
     this.bunifuDragControl1.Vertical      = true;
     //
     // bunifuDragControl2
     //
     this.bunifuDragControl2.Fixed         = true;
     this.bunifuDragControl2.Horizontal    = true;
     this.bunifuDragControl2.TargetControl = this.pnlExit;
     this.bunifuDragControl2.Vertical      = true;
     //
     // animator1
     //
     this.animator1.AnimationType      = AnimatorNS.AnimationType.VertSlide;
     this.animator1.Cursor             = null;
     animation2.AnimateOnlyDifferences = true;
     animation2.BlindCoeff             = ((System.Drawing.PointF)(resources.GetObject("animation2.BlindCoeff")));
     animation2.LeafCoeff            = 0F;
     animation2.MaxTime              = 1F;
     animation2.MinTime              = 0F;
     animation2.MosaicCoeff          = ((System.Drawing.PointF)(resources.GetObject("animation2.MosaicCoeff")));
     animation2.MosaicShift          = ((System.Drawing.PointF)(resources.GetObject("animation2.MosaicShift")));
     animation2.MosaicSize           = 0;
     animation2.Padding              = new System.Windows.Forms.Padding(0);
     animation2.RotateCoeff          = 0F;
     animation2.RotateLimit          = 0F;
     animation2.ScaleCoeff           = ((System.Drawing.PointF)(resources.GetObject("animation2.ScaleCoeff")));
     animation2.SlideCoeff           = ((System.Drawing.PointF)(resources.GetObject("animation2.SlideCoeff")));
     animation2.TimeCoeff            = 0F;
     animation2.TransparencyCoeff    = 0F;
     this.animator1.DefaultAnimation = animation2;
     //
     // animator2
     //
     this.animator2.AnimationType      = AnimatorNS.AnimationType.VertSlide;
     this.animator2.Cursor             = null;
     animation1.AnimateOnlyDifferences = true;
     animation1.BlindCoeff             = ((System.Drawing.PointF)(resources.GetObject("animation1.BlindCoeff")));
     animation1.LeafCoeff            = 0F;
     animation1.MaxTime              = 1F;
     animation1.MinTime              = 0F;
     animation1.MosaicCoeff          = ((System.Drawing.PointF)(resources.GetObject("animation1.MosaicCoeff")));
     animation1.MosaicShift          = ((System.Drawing.PointF)(resources.GetObject("animation1.MosaicShift")));
     animation1.MosaicSize           = 0;
     animation1.Padding              = new System.Windows.Forms.Padding(0);
     animation1.RotateCoeff          = 0F;
     animation1.RotateLimit          = 0F;
     animation1.ScaleCoeff           = ((System.Drawing.PointF)(resources.GetObject("animation1.ScaleCoeff")));
     animation1.SlideCoeff           = ((System.Drawing.PointF)(resources.GetObject("animation1.SlideCoeff")));
     animation1.TimeCoeff            = 0F;
     animation1.TransparencyCoeff    = 0F;
     this.animator2.DefaultAnimation = animation1;
     this.animator2.Interval         = 15;
     //
     // Ajouter_BL
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(832, 491);
     this.Controls.Add(this.pnlContainer);
     this.Controls.Add(this.pnlLogo);
     this.Controls.Add(this.pnlExit);
     this.Controls.Add(this.pnlHeader);
     this.animator1.SetDecoration(this, AnimatorNS.DecorationType.None);
     this.animator2.SetDecoration(this, AnimatorNS.DecorationType.None);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.Name            = "Ajouter_BL";
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "Ajouter_BL";
     this.Load           += new System.EventHandler(this.Ajouter_BL_Load);
     this.pnlContainer.ResumeLayout(false);
     this.groupBox3.ResumeLayout(false);
     this.groupBox3.PerformLayout();
     this.groupBox2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     this.pnlLogo.ResumeLayout(false);
     this.pnlLogo.PerformLayout();
     this.pnlExit.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.bunifuImageButton2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.bunifuImageButton1)).EndInit();
     this.ResumeLayout(false);
 }
コード例 #12
0
 /// <summary>
 /// Método necessário para suporte ao Designer - não modifique
 /// o conteúdo deste método com o editor de código.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     AnimatorNS.Animation animation4 = new AnimatorNS.Animation();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(login));
     this.bunifuElipse1       = new Bunifu.Framework.UI.BunifuElipse(this.components);
     this.bunifuThinButton21  = new Bunifu.Framework.UI.BunifuThinButton2();
     this.bunifuThinButton22  = new Bunifu.Framework.UI.BunifuThinButton2();
     this.slideA              = new System.Windows.Forms.Panel();
     this.label5              = new System.Windows.Forms.Label();
     this.label2              = new System.Windows.Forms.Label();
     this.SignUp              = new Bunifu.Framework.UI.BunifuThinButton2();
     this.Username            = new Bunifu.Framework.UI.BunifuMetroTextbox();
     this.bunifuMetroTextbox4 = new Bunifu.Framework.UI.BunifuMetroTextbox();
     this.Password            = new Bunifu.Framework.UI.BunifuMetroTextbox();
     this.LastName            = new Bunifu.Framework.UI.BunifuMetroTextbox();
     this.FirstName           = new Bunifu.Framework.UI.BunifuMetroTextbox();
     this.bunifuCustomLabel4  = new Bunifu.Framework.UI.BunifuCustomLabel();
     this.bunifuCustomLabel2  = new Bunifu.Framework.UI.BunifuCustomLabel();
     this.bunifuCustomLabel5  = new Bunifu.Framework.UI.BunifuCustomLabel();
     this.bunifuCustomLabel3  = new Bunifu.Framework.UI.BunifuCustomLabel();
     this.bunifuCustomLabel1  = new Bunifu.Framework.UI.BunifuCustomLabel();
     this.slideB              = new System.Windows.Forms.Panel();
     this.label3              = new System.Windows.Forms.Label();
     this.label4              = new System.Windows.Forms.Label();
     this.SignIn              = new Bunifu.Framework.UI.BunifuThinButton2();
     this.Username2           = new Bunifu.Framework.UI.BunifuMetroTextbox();
     this.Password2           = new Bunifu.Framework.UI.BunifuMetroTextbox();
     this.bunifuCustomLabel6  = new Bunifu.Framework.UI.BunifuCustomLabel();
     this.bunifuCustomLabel8  = new Bunifu.Framework.UI.BunifuCustomLabel();
     this.animator1           = new AnimatorNS.Animator(this.components);
     this.bunifuSeparator1    = new Bunifu.Framework.UI.BunifuSeparator();
     this.bunifuThinButton27  = new Bunifu.Framework.UI.BunifuThinButton2();
     this.bunifuThinButton28  = new Bunifu.Framework.UI.BunifuThinButton2();
     this.label1              = new System.Windows.Forms.Label();
     this.slideC              = new System.Windows.Forms.Panel();
     this.label6              = new System.Windows.Forms.Label();
     this.pictureBox1         = new System.Windows.Forms.PictureBox();
     this.slideA.SuspendLayout();
     this.slideB.SuspendLayout();
     this.slideC.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
     this.SuspendLayout();
     //
     // bunifuElipse1
     //
     this.bunifuElipse1.ElipseRadius  = 5;
     this.bunifuElipse1.TargetControl = this;
     //
     // bunifuThinButton21
     //
     this.bunifuThinButton21.ActiveBorderThickness = 1;
     this.bunifuThinButton21.ActiveCornerRadius    = 1;
     this.bunifuThinButton21.ActiveFillColor       = System.Drawing.Color.FromArgb(((int)(((byte)(36)))), ((int)(((byte)(49)))), ((int)(((byte)(60)))));
     this.bunifuThinButton21.ActiveForecolor       = System.Drawing.Color.White;
     this.bunifuThinButton21.ActiveLineColor       = System.Drawing.Color.FromArgb(((int)(((byte)(36)))), ((int)(((byte)(49)))), ((int)(((byte)(60)))));
     this.bunifuThinButton21.BackColor             = System.Drawing.Color.FromArgb(((int)(((byte)(36)))), ((int)(((byte)(49)))), ((int)(((byte)(60)))));
     this.bunifuThinButton21.BackgroundImage       = ((System.Drawing.Image)(resources.GetObject("bunifuThinButton21.BackgroundImage")));
     this.bunifuThinButton21.ButtonText            = "Sign Up";
     this.bunifuThinButton21.Cursor = System.Windows.Forms.Cursors.Hand;
     this.animator1.SetDecoration(this.bunifuThinButton21, AnimatorNS.DecorationType.None);
     this.bunifuThinButton21.Font                = new System.Drawing.Font("Century Gothic", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.bunifuThinButton21.ForeColor           = System.Drawing.Color.SeaGreen;
     this.bunifuThinButton21.IdleBorderThickness = 1;
     this.bunifuThinButton21.IdleCornerRadius    = 1;
     this.bunifuThinButton21.IdleFillColor       = System.Drawing.Color.FromArgb(((int)(((byte)(36)))), ((int)(((byte)(49)))), ((int)(((byte)(60)))));
     this.bunifuThinButton21.IdleForecolor       = System.Drawing.Color.White;
     this.bunifuThinButton21.IdleLineColor       = System.Drawing.Color.FromArgb(((int)(((byte)(36)))), ((int)(((byte)(49)))), ((int)(((byte)(60)))));
     this.bunifuThinButton21.Location            = new System.Drawing.Point(64, 36);
     this.bunifuThinButton21.Margin              = new System.Windows.Forms.Padding(5);
     this.bunifuThinButton21.Name                = "bunifuThinButton21";
     this.bunifuThinButton21.Size                = new System.Drawing.Size(191, 71);
     this.bunifuThinButton21.TabIndex            = 0;
     this.bunifuThinButton21.TextAlign           = System.Drawing.ContentAlignment.MiddleCenter;
     this.bunifuThinButton21.Click              += new System.EventHandler(this.bunifuThinButton21_Click);
     //
     // bunifuThinButton22
     //
     this.bunifuThinButton22.ActiveBorderThickness = 1;
     this.bunifuThinButton22.ActiveCornerRadius    = 1;
     this.bunifuThinButton22.ActiveFillColor       = System.Drawing.Color.FromArgb(((int)(((byte)(36)))), ((int)(((byte)(49)))), ((int)(((byte)(60)))));
     this.bunifuThinButton22.ActiveForecolor       = System.Drawing.Color.White;
     this.bunifuThinButton22.ActiveLineColor       = System.Drawing.Color.FromArgb(((int)(((byte)(36)))), ((int)(((byte)(49)))), ((int)(((byte)(60)))));
     this.bunifuThinButton22.BackColor             = System.Drawing.Color.FromArgb(((int)(((byte)(36)))), ((int)(((byte)(49)))), ((int)(((byte)(60)))));
     this.bunifuThinButton22.BackgroundImage       = ((System.Drawing.Image)(resources.GetObject("bunifuThinButton22.BackgroundImage")));
     this.bunifuThinButton22.ButtonText            = "Sign In";
     this.bunifuThinButton22.Cursor = System.Windows.Forms.Cursors.Hand;
     this.animator1.SetDecoration(this.bunifuThinButton22, AnimatorNS.DecorationType.None);
     this.bunifuThinButton22.Font                = new System.Drawing.Font("Century Gothic", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.bunifuThinButton22.ForeColor           = System.Drawing.Color.SeaGreen;
     this.bunifuThinButton22.IdleBorderThickness = 1;
     this.bunifuThinButton22.IdleCornerRadius    = 1;
     this.bunifuThinButton22.IdleFillColor       = System.Drawing.Color.FromArgb(((int)(((byte)(36)))), ((int)(((byte)(49)))), ((int)(((byte)(60)))));
     this.bunifuThinButton22.IdleForecolor       = System.Drawing.Color.White;
     this.bunifuThinButton22.IdleLineColor       = System.Drawing.Color.FromArgb(((int)(((byte)(36)))), ((int)(((byte)(49)))), ((int)(((byte)(60)))));
     this.bunifuThinButton22.Location            = new System.Drawing.Point(249, 36);
     this.bunifuThinButton22.Margin              = new System.Windows.Forms.Padding(5);
     this.bunifuThinButton22.Name                = "bunifuThinButton22";
     this.bunifuThinButton22.Size                = new System.Drawing.Size(193, 71);
     this.bunifuThinButton22.TabIndex            = 1;
     this.bunifuThinButton22.TextAlign           = System.Drawing.ContentAlignment.MiddleCenter;
     this.bunifuThinButton22.Click              += new System.EventHandler(this.bunifuThinButton22_Click);
     //
     // slideA
     //
     this.slideA.Controls.Add(this.label5);
     this.slideA.Controls.Add(this.label2);
     this.slideA.Controls.Add(this.SignUp);
     this.slideA.Controls.Add(this.Username);
     this.slideA.Controls.Add(this.bunifuMetroTextbox4);
     this.slideA.Controls.Add(this.Password);
     this.slideA.Controls.Add(this.LastName);
     this.slideA.Controls.Add(this.FirstName);
     this.slideA.Controls.Add(this.bunifuCustomLabel4);
     this.slideA.Controls.Add(this.bunifuCustomLabel2);
     this.slideA.Controls.Add(this.bunifuCustomLabel5);
     this.slideA.Controls.Add(this.bunifuCustomLabel3);
     this.slideA.Controls.Add(this.bunifuCustomLabel1);
     this.animator1.SetDecoration(this.slideA, AnimatorNS.DecorationType.None);
     this.slideA.Location = new System.Drawing.Point(46, 115);
     this.slideA.Name     = "slideA";
     this.slideA.Size     = new System.Drawing.Size(414, 437);
     this.slideA.TabIndex = 3;
     //
     // label5
     //
     this.label5.AutoSize = true;
     this.animator1.SetDecoration(this.label5, AnimatorNS.DecorationType.None);
     this.label5.Font      = new System.Drawing.Font("Century Gothic", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label5.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(0)))), ((int)(((byte)(19)))));
     this.label5.Location  = new System.Drawing.Point(31, 294);
     this.label5.Name      = "label5";
     this.label5.Size      = new System.Drawing.Size(143, 17);
     this.label5.TabIndex  = 14;
     this.label5.Text      = "Passwords don\'t match";
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.animator1.SetDecoration(this.label2, AnimatorNS.DecorationType.None);
     this.label2.Font      = new System.Drawing.Font("Century Gothic", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(0)))), ((int)(((byte)(19)))));
     this.label2.Location  = new System.Drawing.Point(31, 191);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(152, 17);
     this.label2.TabIndex  = 13;
     this.label2.Text      = "Username already taken";
     //
     // SignUp
     //
     this.SignUp.ActiveBorderThickness = 1;
     this.SignUp.ActiveCornerRadius    = 1;
     this.SignUp.ActiveFillColor       = System.Drawing.Color.FromArgb(((int)(((byte)(26)))), ((int)(((byte)(177)))), ((int)(((byte)(136)))));
     this.SignUp.ActiveForecolor       = System.Drawing.Color.White;
     this.SignUp.ActiveLineColor       = System.Drawing.Color.SeaGreen;
     this.SignUp.BackColor             = System.Drawing.Color.FromArgb(((int)(((byte)(36)))), ((int)(((byte)(49)))), ((int)(((byte)(60)))));
     this.SignUp.BackgroundImage       = ((System.Drawing.Image)(resources.GetObject("SignUp.BackgroundImage")));
     this.SignUp.ButtonText            = "Sign Up";
     this.SignUp.Cursor = System.Windows.Forms.Cursors.Hand;
     this.animator1.SetDecoration(this.SignUp, AnimatorNS.DecorationType.None);
     this.SignUp.Font                = new System.Drawing.Font("Century Gothic", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.SignUp.ForeColor           = System.Drawing.Color.SeaGreen;
     this.SignUp.IdleBorderThickness = 1;
     this.SignUp.IdleCornerRadius    = 1;
     this.SignUp.IdleFillColor       = System.Drawing.Color.FromArgb(((int)(((byte)(26)))), ((int)(((byte)(177)))), ((int)(((byte)(136)))));
     this.SignUp.IdleForecolor       = System.Drawing.Color.White;
     this.SignUp.IdleLineColor       = System.Drawing.Color.FromArgb(((int)(((byte)(26)))), ((int)(((byte)(177)))), ((int)(((byte)(136)))));
     this.SignUp.Location            = new System.Drawing.Point(34, 341);
     this.SignUp.Margin              = new System.Windows.Forms.Padding(5);
     this.SignUp.Name                = "SignUp";
     this.SignUp.Size                = new System.Drawing.Size(345, 71);
     this.SignUp.TabIndex            = 12;
     this.SignUp.TextAlign           = System.Drawing.ContentAlignment.MiddleCenter;
     this.SignUp.Click              += new System.EventHandler(this.bunifuThinButton23_Click);
     //
     // Username
     //
     this.Username.BorderColorFocused    = System.Drawing.Color.FromArgb(((int)(((byte)(26)))), ((int)(((byte)(177)))), ((int)(((byte)(136)))));
     this.Username.BorderColorIdle       = System.Drawing.Color.Silver;
     this.Username.BorderColorMouseHover = System.Drawing.Color.FromArgb(((int)(((byte)(26)))), ((int)(((byte)(177)))), ((int)(((byte)(136)))));
     this.Username.BorderThickness       = 2;
     this.Username.Cursor = System.Windows.Forms.Cursors.IBeam;
     this.animator1.SetDecoration(this.Username, AnimatorNS.DecorationType.None);
     this.Username.Font       = new System.Drawing.Font("Century Gothic", 9.75F);
     this.Username.ForeColor  = System.Drawing.Color.Silver;
     this.Username.isPassword = false;
     this.Username.Location   = new System.Drawing.Point(34, 143);
     this.Username.Margin     = new System.Windows.Forms.Padding(4);
     this.Username.Name       = "Username";
     this.Username.Size       = new System.Drawing.Size(345, 44);
     this.Username.TabIndex   = 11;
     this.Username.TextAlign  = System.Windows.Forms.HorizontalAlignment.Left;
     //
     // bunifuMetroTextbox4
     //
     this.bunifuMetroTextbox4.BorderColorFocused    = System.Drawing.Color.FromArgb(((int)(((byte)(26)))), ((int)(((byte)(177)))), ((int)(((byte)(136)))));
     this.bunifuMetroTextbox4.BorderColorIdle       = System.Drawing.Color.Silver;
     this.bunifuMetroTextbox4.BorderColorMouseHover = System.Drawing.Color.FromArgb(((int)(((byte)(26)))), ((int)(((byte)(177)))), ((int)(((byte)(136)))));
     this.bunifuMetroTextbox4.BorderThickness       = 2;
     this.bunifuMetroTextbox4.Cursor = System.Windows.Forms.Cursors.IBeam;
     this.animator1.SetDecoration(this.bunifuMetroTextbox4, AnimatorNS.DecorationType.None);
     this.bunifuMetroTextbox4.Font       = new System.Drawing.Font("Century Gothic", 9.75F);
     this.bunifuMetroTextbox4.ForeColor  = System.Drawing.Color.Silver;
     this.bunifuMetroTextbox4.isPassword = true;
     this.bunifuMetroTextbox4.Location   = new System.Drawing.Point(203, 246);
     this.bunifuMetroTextbox4.Margin     = new System.Windows.Forms.Padding(4);
     this.bunifuMetroTextbox4.Name       = "bunifuMetroTextbox4";
     this.bunifuMetroTextbox4.Size       = new System.Drawing.Size(176, 44);
     this.bunifuMetroTextbox4.TabIndex   = 10;
     this.bunifuMetroTextbox4.TextAlign  = System.Windows.Forms.HorizontalAlignment.Left;
     //
     // Password
     //
     this.Password.BorderColorFocused    = System.Drawing.Color.FromArgb(((int)(((byte)(26)))), ((int)(((byte)(177)))), ((int)(((byte)(136)))));
     this.Password.BorderColorIdle       = System.Drawing.Color.Silver;
     this.Password.BorderColorMouseHover = System.Drawing.Color.FromArgb(((int)(((byte)(26)))), ((int)(((byte)(177)))), ((int)(((byte)(136)))));
     this.Password.BorderThickness       = 2;
     this.Password.Cursor = System.Windows.Forms.Cursors.IBeam;
     this.animator1.SetDecoration(this.Password, AnimatorNS.DecorationType.None);
     this.Password.Font       = new System.Drawing.Font("Century Gothic", 9.75F);
     this.Password.ForeColor  = System.Drawing.Color.Silver;
     this.Password.isPassword = true;
     this.Password.Location   = new System.Drawing.Point(34, 246);
     this.Password.Margin     = new System.Windows.Forms.Padding(4);
     this.Password.Name       = "Password";
     this.Password.Size       = new System.Drawing.Size(147, 44);
     this.Password.TabIndex   = 9;
     this.Password.TextAlign  = System.Windows.Forms.HorizontalAlignment.Left;
     //
     // LastName
     //
     this.LastName.BorderColorFocused    = System.Drawing.Color.FromArgb(((int)(((byte)(26)))), ((int)(((byte)(177)))), ((int)(((byte)(136)))));
     this.LastName.BorderColorIdle       = System.Drawing.Color.Silver;
     this.LastName.BorderColorMouseHover = System.Drawing.Color.FromArgb(((int)(((byte)(26)))), ((int)(((byte)(177)))), ((int)(((byte)(136)))));
     this.LastName.BorderThickness       = 2;
     this.LastName.Cursor = System.Windows.Forms.Cursors.IBeam;
     this.animator1.SetDecoration(this.LastName, AnimatorNS.DecorationType.None);
     this.LastName.Font       = new System.Drawing.Font("Century Gothic", 9.75F);
     this.LastName.ForeColor  = System.Drawing.Color.Silver;
     this.LastName.isPassword = false;
     this.LastName.Location   = new System.Drawing.Point(203, 42);
     this.LastName.Margin     = new System.Windows.Forms.Padding(4);
     this.LastName.Name       = "LastName";
     this.LastName.Size       = new System.Drawing.Size(176, 44);
     this.LastName.TabIndex   = 8;
     this.LastName.TextAlign  = System.Windows.Forms.HorizontalAlignment.Left;
     //
     // FirstName
     //
     this.FirstName.BorderColorFocused    = System.Drawing.Color.FromArgb(((int)(((byte)(26)))), ((int)(((byte)(177)))), ((int)(((byte)(136)))));
     this.FirstName.BorderColorIdle       = System.Drawing.Color.Silver;
     this.FirstName.BorderColorMouseHover = System.Drawing.Color.FromArgb(((int)(((byte)(26)))), ((int)(((byte)(177)))), ((int)(((byte)(136)))));
     this.FirstName.BorderThickness       = 2;
     this.FirstName.Cursor = System.Windows.Forms.Cursors.IBeam;
     this.animator1.SetDecoration(this.FirstName, AnimatorNS.DecorationType.None);
     this.FirstName.Font       = new System.Drawing.Font("Century Gothic", 9.75F);
     this.FirstName.ForeColor  = System.Drawing.Color.Silver;
     this.FirstName.isPassword = false;
     this.FirstName.Location   = new System.Drawing.Point(34, 42);
     this.FirstName.Margin     = new System.Windows.Forms.Padding(4);
     this.FirstName.Name       = "FirstName";
     this.FirstName.Size       = new System.Drawing.Size(147, 44);
     this.FirstName.TabIndex   = 7;
     this.FirstName.TextAlign  = System.Windows.Forms.HorizontalAlignment.Left;
     //
     // bunifuCustomLabel4
     //
     this.bunifuCustomLabel4.AutoSize = true;
     this.animator1.SetDecoration(this.bunifuCustomLabel4, AnimatorNS.DecorationType.None);
     this.bunifuCustomLabel4.Font      = new System.Drawing.Font("Century Gothic", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.bunifuCustomLabel4.ForeColor = System.Drawing.Color.Silver;
     this.bunifuCustomLabel4.Location  = new System.Drawing.Point(31, 225);
     this.bunifuCustomLabel4.Name      = "bunifuCustomLabel4";
     this.bunifuCustomLabel4.Size      = new System.Drawing.Size(69, 17);
     this.bunifuCustomLabel4.TabIndex  = 6;
     this.bunifuCustomLabel4.Text      = "Password";
     //
     // bunifuCustomLabel2
     //
     this.bunifuCustomLabel2.AutoSize = true;
     this.animator1.SetDecoration(this.bunifuCustomLabel2, AnimatorNS.DecorationType.None);
     this.bunifuCustomLabel2.Font      = new System.Drawing.Font("Century Gothic", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.bunifuCustomLabel2.ForeColor = System.Drawing.Color.Silver;
     this.bunifuCustomLabel2.Location  = new System.Drawing.Point(200, 225);
     this.bunifuCustomLabel2.Name      = "bunifuCustomLabel2";
     this.bunifuCustomLabel2.Size      = new System.Drawing.Size(125, 17);
     this.bunifuCustomLabel2.TabIndex  = 5;
     this.bunifuCustomLabel2.Text      = "Confirm Password";
     //
     // bunifuCustomLabel5
     //
     this.bunifuCustomLabel5.AutoSize = true;
     this.animator1.SetDecoration(this.bunifuCustomLabel5, AnimatorNS.DecorationType.None);
     this.bunifuCustomLabel5.Font      = new System.Drawing.Font("Century Gothic", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.bunifuCustomLabel5.ForeColor = System.Drawing.Color.Silver;
     this.bunifuCustomLabel5.Location  = new System.Drawing.Point(31, 122);
     this.bunifuCustomLabel5.Name      = "bunifuCustomLabel5";
     this.bunifuCustomLabel5.Size      = new System.Drawing.Size(71, 17);
     this.bunifuCustomLabel5.TabIndex  = 4;
     this.bunifuCustomLabel5.Text      = "Username";
     //
     // bunifuCustomLabel3
     //
     this.bunifuCustomLabel3.AutoSize = true;
     this.animator1.SetDecoration(this.bunifuCustomLabel3, AnimatorNS.DecorationType.None);
     this.bunifuCustomLabel3.Font      = new System.Drawing.Font("Century Gothic", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.bunifuCustomLabel3.ForeColor = System.Drawing.Color.Silver;
     this.bunifuCustomLabel3.Location  = new System.Drawing.Point(200, 19);
     this.bunifuCustomLabel3.Name      = "bunifuCustomLabel3";
     this.bunifuCustomLabel3.Size      = new System.Drawing.Size(77, 17);
     this.bunifuCustomLabel3.TabIndex  = 2;
     this.bunifuCustomLabel3.Text      = "Last Name";
     //
     // bunifuCustomLabel1
     //
     this.bunifuCustomLabel1.AutoSize = true;
     this.animator1.SetDecoration(this.bunifuCustomLabel1, AnimatorNS.DecorationType.None);
     this.bunifuCustomLabel1.Font      = new System.Drawing.Font("Century Gothic", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.bunifuCustomLabel1.ForeColor = System.Drawing.Color.Silver;
     this.bunifuCustomLabel1.Location  = new System.Drawing.Point(31, 19);
     this.bunifuCustomLabel1.Name      = "bunifuCustomLabel1";
     this.bunifuCustomLabel1.Size      = new System.Drawing.Size(75, 17);
     this.bunifuCustomLabel1.TabIndex  = 0;
     this.bunifuCustomLabel1.Text      = "First Name";
     //
     // slideB
     //
     this.slideB.Controls.Add(this.label3);
     this.slideB.Controls.Add(this.label4);
     this.slideB.Controls.Add(this.SignIn);
     this.slideB.Controls.Add(this.Username2);
     this.slideB.Controls.Add(this.Password2);
     this.slideB.Controls.Add(this.bunifuCustomLabel6);
     this.slideB.Controls.Add(this.bunifuCustomLabel8);
     this.animator1.SetDecoration(this.slideB, AnimatorNS.DecorationType.None);
     this.slideB.Location = new System.Drawing.Point(574, 115);
     this.slideB.Name     = "slideB";
     this.slideB.Size     = new System.Drawing.Size(414, 437);
     this.slideB.TabIndex = 13;
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.animator1.SetDecoration(this.label3, AnimatorNS.DecorationType.None);
     this.label3.Font      = new System.Drawing.Font("Century Gothic", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(0)))), ((int)(((byte)(19)))));
     this.label3.Location  = new System.Drawing.Point(31, 156);
     this.label3.Name      = "label3";
     this.label3.Size      = new System.Drawing.Size(143, 17);
     this.label3.TabIndex  = 14;
     this.label3.Text      = "Username doesn\'t exist";
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.animator1.SetDecoration(this.label4, AnimatorNS.DecorationType.None);
     this.label4.Font      = new System.Drawing.Font("Century Gothic", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label4.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(0)))), ((int)(((byte)(19)))));
     this.label4.Location  = new System.Drawing.Point(31, 288);
     this.label4.Name      = "label4";
     this.label4.Size      = new System.Drawing.Size(122, 17);
     this.label4.TabIndex  = 15;
     this.label4.Text      = "Incorrect password";
     //
     // SignIn
     //
     this.SignIn.ActiveBorderThickness = 1;
     this.SignIn.ActiveCornerRadius    = 1;
     this.SignIn.ActiveFillColor       = System.Drawing.Color.FromArgb(((int)(((byte)(26)))), ((int)(((byte)(177)))), ((int)(((byte)(136)))));
     this.SignIn.ActiveForecolor       = System.Drawing.Color.White;
     this.SignIn.ActiveLineColor       = System.Drawing.Color.SeaGreen;
     this.SignIn.BackColor             = System.Drawing.Color.FromArgb(((int)(((byte)(36)))), ((int)(((byte)(49)))), ((int)(((byte)(60)))));
     this.SignIn.BackgroundImage       = ((System.Drawing.Image)(resources.GetObject("SignIn.BackgroundImage")));
     this.SignIn.ButtonText            = "Sign In";
     this.SignIn.Cursor = System.Windows.Forms.Cursors.Hand;
     this.animator1.SetDecoration(this.SignIn, AnimatorNS.DecorationType.None);
     this.SignIn.Font                = new System.Drawing.Font("Century Gothic", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.SignIn.ForeColor           = System.Drawing.Color.SeaGreen;
     this.SignIn.IdleBorderThickness = 1;
     this.SignIn.IdleCornerRadius    = 1;
     this.SignIn.IdleFillColor       = System.Drawing.Color.FromArgb(((int)(((byte)(26)))), ((int)(((byte)(177)))), ((int)(((byte)(136)))));
     this.SignIn.IdleForecolor       = System.Drawing.Color.White;
     this.SignIn.IdleLineColor       = System.Drawing.Color.FromArgb(((int)(((byte)(26)))), ((int)(((byte)(177)))), ((int)(((byte)(136)))));
     this.SignIn.Location            = new System.Drawing.Point(34, 341);
     this.SignIn.Margin              = new System.Windows.Forms.Padding(5);
     this.SignIn.Name                = "SignIn";
     this.SignIn.Size                = new System.Drawing.Size(344, 71);
     this.SignIn.TabIndex            = 12;
     this.SignIn.TextAlign           = System.Drawing.ContentAlignment.MiddleCenter;
     this.SignIn.Click              += new System.EventHandler(this.bunifuThinButton24_Click);
     //
     // Username2
     //
     this.Username2.BorderColorFocused    = System.Drawing.Color.FromArgb(((int)(((byte)(26)))), ((int)(((byte)(177)))), ((int)(((byte)(136)))));
     this.Username2.BorderColorIdle       = System.Drawing.Color.Silver;
     this.Username2.BorderColorMouseHover = System.Drawing.Color.FromArgb(((int)(((byte)(26)))), ((int)(((byte)(177)))), ((int)(((byte)(136)))));
     this.Username2.BorderThickness       = 2;
     this.Username2.Cursor = System.Windows.Forms.Cursors.IBeam;
     this.animator1.SetDecoration(this.Username2, AnimatorNS.DecorationType.None);
     this.Username2.Font       = new System.Drawing.Font("Century Gothic", 9.75F);
     this.Username2.ForeColor  = System.Drawing.Color.Silver;
     this.Username2.isPassword = false;
     this.Username2.Location   = new System.Drawing.Point(34, 108);
     this.Username2.Margin     = new System.Windows.Forms.Padding(4);
     this.Username2.Name       = "Username2";
     this.Username2.Size       = new System.Drawing.Size(344, 44);
     this.Username2.TabIndex   = 11;
     this.Username2.TextAlign  = System.Windows.Forms.HorizontalAlignment.Left;
     //
     // Password2
     //
     this.Password2.BorderColorFocused    = System.Drawing.Color.FromArgb(((int)(((byte)(26)))), ((int)(((byte)(177)))), ((int)(((byte)(136)))));
     this.Password2.BorderColorIdle       = System.Drawing.Color.Silver;
     this.Password2.BorderColorMouseHover = System.Drawing.Color.FromArgb(((int)(((byte)(26)))), ((int)(((byte)(177)))), ((int)(((byte)(136)))));
     this.Password2.BorderThickness       = 2;
     this.Password2.Cursor = System.Windows.Forms.Cursors.IBeam;
     this.animator1.SetDecoration(this.Password2, AnimatorNS.DecorationType.None);
     this.Password2.Font            = new System.Drawing.Font("Century Gothic", 9.75F);
     this.Password2.ForeColor       = System.Drawing.Color.Silver;
     this.Password2.isPassword      = true;
     this.Password2.Location        = new System.Drawing.Point(34, 240);
     this.Password2.Margin          = new System.Windows.Forms.Padding(4);
     this.Password2.Name            = "Password2";
     this.Password2.Size            = new System.Drawing.Size(344, 44);
     this.Password2.TabIndex        = 9;
     this.Password2.TextAlign       = System.Windows.Forms.HorizontalAlignment.Left;
     this.Password2.OnValueChanged += new System.EventHandler(this.bunifuMetroTextbox8_OnValueChanged);
     //
     // bunifuCustomLabel6
     //
     this.bunifuCustomLabel6.AutoSize = true;
     this.animator1.SetDecoration(this.bunifuCustomLabel6, AnimatorNS.DecorationType.None);
     this.bunifuCustomLabel6.Font      = new System.Drawing.Font("Century Gothic", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.bunifuCustomLabel6.ForeColor = System.Drawing.Color.Silver;
     this.bunifuCustomLabel6.Location  = new System.Drawing.Point(41, 195);
     this.bunifuCustomLabel6.Name      = "bunifuCustomLabel6";
     this.bunifuCustomLabel6.Size      = new System.Drawing.Size(69, 17);
     this.bunifuCustomLabel6.TabIndex  = 6;
     this.bunifuCustomLabel6.Text      = "Password";
     this.bunifuCustomLabel6.Click    += new System.EventHandler(this.bunifuCustomLabel6_Click);
     //
     // bunifuCustomLabel8
     //
     this.bunifuCustomLabel8.AutoSize = true;
     this.animator1.SetDecoration(this.bunifuCustomLabel8, AnimatorNS.DecorationType.None);
     this.bunifuCustomLabel8.Font      = new System.Drawing.Font("Century Gothic", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.bunifuCustomLabel8.ForeColor = System.Drawing.Color.Silver;
     this.bunifuCustomLabel8.Location  = new System.Drawing.Point(41, 69);
     this.bunifuCustomLabel8.Name      = "bunifuCustomLabel8";
     this.bunifuCustomLabel8.Size      = new System.Drawing.Size(71, 17);
     this.bunifuCustomLabel8.TabIndex  = 4;
     this.bunifuCustomLabel8.Text      = "Username";
     //
     // animator1
     //
     this.animator1.AnimationType      = AnimatorNS.AnimationType.VertSlide;
     this.animator1.Cursor             = null;
     animation4.AnimateOnlyDifferences = true;
     animation4.BlindCoeff             = ((System.Drawing.PointF)(resources.GetObject("animation4.BlindCoeff")));
     animation4.LeafCoeff            = 0F;
     animation4.MaxTime              = 1F;
     animation4.MinTime              = 0F;
     animation4.MosaicCoeff          = ((System.Drawing.PointF)(resources.GetObject("animation4.MosaicCoeff")));
     animation4.MosaicShift          = ((System.Drawing.PointF)(resources.GetObject("animation4.MosaicShift")));
     animation4.MosaicSize           = 0;
     animation4.Padding              = new System.Windows.Forms.Padding(0);
     animation4.RotateCoeff          = 0F;
     animation4.RotateLimit          = 0F;
     animation4.ScaleCoeff           = ((System.Drawing.PointF)(resources.GetObject("animation4.ScaleCoeff")));
     animation4.SlideCoeff           = ((System.Drawing.PointF)(resources.GetObject("animation4.SlideCoeff")));
     animation4.TimeCoeff            = 0F;
     animation4.TransparencyCoeff    = 0F;
     this.animator1.DefaultAnimation = animation4;
     //
     // bunifuSeparator1
     //
     this.bunifuSeparator1.BackColor = System.Drawing.Color.Transparent;
     this.animator1.SetDecoration(this.bunifuSeparator1, AnimatorNS.DecorationType.None);
     this.bunifuSeparator1.LineColor     = System.Drawing.Color.FromArgb(((int)(((byte)(26)))), ((int)(((byte)(177)))), ((int)(((byte)(136)))));
     this.bunifuSeparator1.LineThickness = 5;
     this.bunifuSeparator1.Location      = new System.Drawing.Point(64, 97);
     this.bunifuSeparator1.Name          = "bunifuSeparator1";
     this.bunifuSeparator1.Size          = new System.Drawing.Size(186, 10);
     this.bunifuSeparator1.TabIndex      = 14;
     this.bunifuSeparator1.Transparency  = 255;
     this.bunifuSeparator1.Vertical      = false;
     //
     // bunifuThinButton27
     //
     this.bunifuThinButton27.ActiveBorderThickness = 1;
     this.bunifuThinButton27.ActiveCornerRadius    = 1;
     this.bunifuThinButton27.ActiveFillColor       = System.Drawing.Color.FromArgb(((int)(((byte)(36)))), ((int)(((byte)(49)))), ((int)(((byte)(60)))));
     this.bunifuThinButton27.ActiveForecolor       = System.Drawing.Color.FromArgb(((int)(((byte)(26)))), ((int)(((byte)(177)))), ((int)(((byte)(136)))));
     this.bunifuThinButton27.ActiveLineColor       = System.Drawing.Color.FromArgb(((int)(((byte)(36)))), ((int)(((byte)(49)))), ((int)(((byte)(60)))));
     this.bunifuThinButton27.BackColor             = System.Drawing.Color.FromArgb(((int)(((byte)(36)))), ((int)(((byte)(49)))), ((int)(((byte)(60)))));
     this.bunifuThinButton27.BackgroundImage       = ((System.Drawing.Image)(resources.GetObject("bunifuThinButton27.BackgroundImage")));
     this.bunifuThinButton27.ButtonText            = "X";
     this.bunifuThinButton27.Cursor = System.Windows.Forms.Cursors.Hand;
     this.animator1.SetDecoration(this.bunifuThinButton27, AnimatorNS.DecorationType.None);
     this.bunifuThinButton27.Font                = new System.Drawing.Font("Century Gothic", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.bunifuThinButton27.ForeColor           = System.Drawing.Color.SeaGreen;
     this.bunifuThinButton27.IdleBorderThickness = 1;
     this.bunifuThinButton27.IdleCornerRadius    = 1;
     this.bunifuThinButton27.IdleFillColor       = System.Drawing.Color.FromArgb(((int)(((byte)(36)))), ((int)(((byte)(49)))), ((int)(((byte)(60)))));
     this.bunifuThinButton27.IdleForecolor       = System.Drawing.Color.White;
     this.bunifuThinButton27.IdleLineColor       = System.Drawing.Color.FromArgb(((int)(((byte)(36)))), ((int)(((byte)(49)))), ((int)(((byte)(60)))));
     this.bunifuThinButton27.Location            = new System.Drawing.Point(491, 5);
     this.bunifuThinButton27.Margin              = new System.Windows.Forms.Padding(4, 5, 4, 5);
     this.bunifuThinButton27.Name                = "bunifuThinButton27";
     this.bunifuThinButton27.Size                = new System.Drawing.Size(21, 19);
     this.bunifuThinButton27.TabIndex            = 15;
     this.bunifuThinButton27.TextAlign           = System.Drawing.ContentAlignment.MiddleCenter;
     this.bunifuThinButton27.Click              += new System.EventHandler(this.bunifuThinButton27_Click);
     //
     // bunifuThinButton28
     //
     this.bunifuThinButton28.ActiveBorderThickness = 1;
     this.bunifuThinButton28.ActiveCornerRadius    = 1;
     this.bunifuThinButton28.ActiveFillColor       = System.Drawing.Color.FromArgb(((int)(((byte)(36)))), ((int)(((byte)(49)))), ((int)(((byte)(60)))));
     this.bunifuThinButton28.ActiveForecolor       = System.Drawing.Color.FromArgb(((int)(((byte)(26)))), ((int)(((byte)(177)))), ((int)(((byte)(136)))));
     this.bunifuThinButton28.ActiveLineColor       = System.Drawing.Color.FromArgb(((int)(((byte)(36)))), ((int)(((byte)(49)))), ((int)(((byte)(60)))));
     this.bunifuThinButton28.BackColor             = System.Drawing.Color.FromArgb(((int)(((byte)(36)))), ((int)(((byte)(49)))), ((int)(((byte)(60)))));
     this.bunifuThinButton28.BackgroundImage       = ((System.Drawing.Image)(resources.GetObject("bunifuThinButton28.BackgroundImage")));
     this.bunifuThinButton28.ButtonText            = "_";
     this.bunifuThinButton28.Cursor = System.Windows.Forms.Cursors.Hand;
     this.animator1.SetDecoration(this.bunifuThinButton28, AnimatorNS.DecorationType.None);
     this.bunifuThinButton28.Font                = new System.Drawing.Font("Century Gothic", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.bunifuThinButton28.ForeColor           = System.Drawing.Color.SeaGreen;
     this.bunifuThinButton28.IdleBorderThickness = 1;
     this.bunifuThinButton28.IdleCornerRadius    = 1;
     this.bunifuThinButton28.IdleFillColor       = System.Drawing.Color.FromArgb(((int)(((byte)(36)))), ((int)(((byte)(49)))), ((int)(((byte)(60)))));
     this.bunifuThinButton28.IdleForecolor       = System.Drawing.Color.White;
     this.bunifuThinButton28.IdleLineColor       = System.Drawing.Color.FromArgb(((int)(((byte)(36)))), ((int)(((byte)(49)))), ((int)(((byte)(60)))));
     this.bunifuThinButton28.Location            = new System.Drawing.Point(471, 5);
     this.bunifuThinButton28.Margin              = new System.Windows.Forms.Padding(4, 5, 4, 5);
     this.bunifuThinButton28.Name                = "bunifuThinButton28";
     this.bunifuThinButton28.Size                = new System.Drawing.Size(21, 19);
     this.bunifuThinButton28.TabIndex            = 16;
     this.bunifuThinButton28.TextAlign           = System.Drawing.ContentAlignment.MiddleCenter;
     this.bunifuThinButton28.Click              += new System.EventHandler(this.bunifuThinButton28_Click);
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.animator1.SetDecoration(this.label1, AnimatorNS.DecorationType.None);
     this.label1.Font      = new System.Drawing.Font("Century Gothic", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(26)))), ((int)(((byte)(177)))), ((int)(((byte)(136)))));
     this.label1.Location  = new System.Drawing.Point(12, 566);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(168, 17);
     this.label1.TabIndex  = 17;
     this.label1.Text      = "© 2017 ProgrammingSquad";
     //
     // slideC
     //
     this.slideC.Controls.Add(this.label6);
     this.slideC.Controls.Add(this.pictureBox1);
     this.animator1.SetDecoration(this.slideC, AnimatorNS.DecorationType.None);
     this.slideC.Location = new System.Drawing.Point(994, 5);
     this.slideC.Name     = "slideC";
     this.slideC.Size     = new System.Drawing.Size(530, 586);
     this.slideC.TabIndex = 18;
     //
     // label6
     //
     this.label6.AutoSize = true;
     this.animator1.SetDecoration(this.label6, AnimatorNS.DecorationType.None);
     this.label6.Font      = new System.Drawing.Font("Century Gothic", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label6.ForeColor = System.Drawing.Color.White;
     this.label6.Location  = new System.Drawing.Point(75, 394);
     this.label6.Name      = "label6";
     this.label6.Size      = new System.Drawing.Size(288, 42);
     this.label6.TabIndex  = 1;
     this.label6.Text      = "This fine label thinks you should wait \r\n          for the program to load...\r\n";
     //
     // pictureBox1
     //
     this.pictureBox1.BackColor = System.Drawing.Color.Transparent;
     this.animator1.SetDecoration(this.pictureBox1, AnimatorNS.DecorationType.None);
     this.pictureBox1.Image    = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
     this.pictureBox1.Location = new System.Drawing.Point(125, 149);
     this.pictureBox1.Name     = "pictureBox1";
     this.pictureBox1.Size     = new System.Drawing.Size(200, 200);
     this.pictureBox1.TabIndex = 0;
     this.pictureBox1.TabStop  = false;
     //
     // login
     //
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
     this.BackColor     = System.Drawing.Color.FromArgb(((int)(((byte)(36)))), ((int)(((byte)(49)))), ((int)(((byte)(60)))));
     this.ClientSize    = new System.Drawing.Size(515, 592);
     this.Controls.Add(this.slideC);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.bunifuThinButton28);
     this.Controls.Add(this.bunifuThinButton27);
     this.Controls.Add(this.bunifuSeparator1);
     this.Controls.Add(this.slideB);
     this.Controls.Add(this.slideA);
     this.Controls.Add(this.bunifuThinButton22);
     this.Controls.Add(this.bunifuThinButton21);
     this.animator1.SetDecoration(this, AnimatorNS.DecorationType.None);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.Name            = "login";
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "Form1";
     this.Load           += new System.EventHandler(this.login_Load);
     this.slideA.ResumeLayout(false);
     this.slideA.PerformLayout();
     this.slideB.ResumeLayout(false);
     this.slideB.PerformLayout();
     this.slideC.ResumeLayout(false);
     this.slideC.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
コード例 #13
0
ファイル: UCForWaitingForm.cs プロジェクト: whuacn/CJia
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     AnimatorNS.Animation animation1 = new AnimatorNS.Animation();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(UCForWaitingForm));
     this.cJiaLoadingBar1 = new CJia.Controls.CJiaLoadingBar();
     this.cJiaPanel1      = new CJia.Controls.CJiaPanel();
     this.cJiaLabel1      = new CJia.Controls.CJiaLabel();
     this.animator1       = new AnimatorNS.Animator(this.components);
     this.cJiaLabel2      = new CJia.Controls.CJiaLabel();
     ((System.ComponentModel.ISupportInitialize)(this.cJiaLoadingBar1.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.cJiaPanel1)).BeginInit();
     this.cJiaPanel1.SuspendLayout();
     this.SuspendLayout();
     //
     // cJiaLoadingBar1
     //
     this.animator1.SetDecoration(this.cJiaLoadingBar1, AnimatorNS.DecorationType.BottomMirror);
     this.cJiaLoadingBar1.Location = new System.Drawing.Point(27, 87);
     this.cJiaLoadingBar1.Name     = "cJiaLoadingBar1";
     this.cJiaLoadingBar1.Properties.LookAndFeel.SkinName = "Office 2010 Blue";
     this.cJiaLoadingBar1.Properties.LookAndFeel.UseDefaultLookAndFeel = false;
     this.cJiaLoadingBar1.Properties.ShowTitle = true;
     this.cJiaLoadingBar1.Size     = new System.Drawing.Size(483, 29);
     this.cJiaLoadingBar1.TabIndex = 0;
     //
     // cJiaPanel1
     //
     this.cJiaPanel1.Appearance.BackColor            = System.Drawing.Color.FromArgb(((int)(((byte)(102)))), ((int)(((byte)(180)))), ((int)(((byte)(228)))));
     this.cJiaPanel1.Appearance.Options.UseBackColor = true;
     this.cJiaPanel1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.cJiaPanel1.Controls.Add(this.cJiaLabel1);
     this.animator1.SetDecoration(this.cJiaPanel1, AnimatorNS.DecorationType.None);
     this.cJiaPanel1.Dock     = System.Windows.Forms.DockStyle.Top;
     this.cJiaPanel1.Location = new System.Drawing.Point(0, 0);
     this.cJiaPanel1.LookAndFeel.UseDefaultLookAndFeel = false;
     this.cJiaPanel1.Name     = "cJiaPanel1";
     this.cJiaPanel1.Size     = new System.Drawing.Size(537, 41);
     this.cJiaPanel1.TabIndex = 1;
     //
     // cJiaLabel1
     //
     this.cJiaLabel1.Appearance.Font      = new System.Drawing.Font("Tahoma", 10F, System.Drawing.FontStyle.Bold);
     this.cJiaLabel1.Appearance.ForeColor = System.Drawing.Color.White;
     this.animator1.SetDecoration(this.cJiaLabel1, AnimatorNS.DecorationType.None);
     this.cJiaLabel1.Location = new System.Drawing.Point(6, 13);
     this.cJiaLabel1.Name     = "cJiaLabel1";
     this.cJiaLabel1.Size     = new System.Drawing.Size(92, 16);
     this.cJiaLabel1.TabIndex = 2;
     this.cJiaLabel1.Text     = "正在加载中...";
     //
     // animator1
     //
     this.animator1.AnimationType      = AnimatorNS.AnimationType.Custom;
     this.animator1.Cursor             = null;
     animation1.AnimateOnlyDifferences = true;
     animation1.BlindCoeff             = ((System.Drawing.PointF)(resources.GetObject("animation1.BlindCoeff")));
     animation1.LeafCoeff            = 0F;
     animation1.MaxTime              = 1F;
     animation1.MinTime              = 0F;
     animation1.MosaicCoeff          = ((System.Drawing.PointF)(resources.GetObject("animation1.MosaicCoeff")));
     animation1.MosaicShift          = ((System.Drawing.PointF)(resources.GetObject("animation1.MosaicShift")));
     animation1.MosaicSize           = 0;
     animation1.Padding              = new System.Windows.Forms.Padding(0);
     animation1.RotateCoeff          = 0F;
     animation1.RotateLimit          = 0F;
     animation1.ScaleCoeff           = ((System.Drawing.PointF)(resources.GetObject("animation1.ScaleCoeff")));
     animation1.SlideCoeff           = ((System.Drawing.PointF)(resources.GetObject("animation1.SlideCoeff")));
     animation1.TimeCoeff            = 0F;
     animation1.TransparencyCoeff    = 0F;
     this.animator1.DefaultAnimation = animation1;
     //
     // cJiaLabel2
     //
     this.cJiaLabel2.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
     this.animator1.SetDecoration(this.cJiaLabel2, AnimatorNS.DecorationType.None);
     this.cJiaLabel2.Location = new System.Drawing.Point(27, 63);
     this.cJiaLabel2.Name     = "cJiaLabel2";
     this.cJiaLabel2.Size     = new System.Drawing.Size(20, 16);
     this.cJiaLabel2.TabIndex = 3;
     this.cJiaLabel2.Text     = "     ";
     //
     // UCForWaitingForm
     //
     this.Appearance.BackColor            = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     this.Appearance.Options.UseBackColor = true;
     this.AutoScaleDimensions             = new System.Drawing.SizeF(7F, 14F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.cJiaLabel2);
     this.Controls.Add(this.cJiaPanel1);
     this.Controls.Add(this.cJiaLoadingBar1);
     this.animator1.SetDecoration(this, AnimatorNS.DecorationType.None);
     this.Name = "UCForWaitingForm";
     this.Size = new System.Drawing.Size(537, 175);
     ((System.ComponentModel.ISupportInitialize)(this.cJiaLoadingBar1.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.cJiaPanel1)).EndInit();
     this.cJiaPanel1.ResumeLayout(false);
     this.cJiaPanel1.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
コード例 #14
0
ファイル: MainForm.Designer.cs プロジェクト: whuacn/CJia
 /// <summary>
 /// 设计器支持所需的方法 - 不要
 /// 使用代码编辑器修改此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     AnimatorNS.Animation animation1 = new AnimatorNS.Animation();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm));
     this.cJiaPanel1            = new CJia.Controls.CJiaPanel();
     this.cJiaLabel3            = new CJia.Controls.CJiaLabel();
     this.lblUserName           = new CJia.Controls.CJiaLabel();
     this.cJiaPicture2          = new CJia.Controls.CJiaPicture();
     this.lblLoginTime          = new CJia.Controls.CJiaLabel();
     this.cJiaPicture1          = new CJia.Controls.CJiaPicture();
     this.menuStrip1            = new System.Windows.Forms.MenuStrip();
     this.系统ToolStripMenuItem   = new System.Windows.Forms.ToolStripMenuItem();
     this.修改密码ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.btnAdminHandel        = new System.Windows.Forms.ToolStripMenuItem();
     this.注销ToolStripMenuItem   = new System.Windows.Forms.ToolStripMenuItem();
     this.退出ToolStripMenuItem   = new System.Windows.Forms.ToolStripMenuItem();
     this.体检登记ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.体检工作ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.体检报告ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.设置ToolStripMenuItem   = new System.Windows.Forms.ToolStripMenuItem();
     this.MIAssTemMan           = new System.Windows.Forms.ToolStripMenuItem();
     this.MIInteAssMan          = new System.Windows.Forms.ToolStripMenuItem();
     this.btnDeptHandel         = new System.Windows.Forms.ToolStripMenuItem();
     this.btnProHandle          = new System.Windows.Forms.ToolStripMenuItem();
     this.btnGroupPro           = new System.Windows.Forms.ToolStripMenuItem();
     this.数据处理ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.查询统计ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.报表统计ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.短信ToolStripMenuItem   = new System.Windows.Forms.ToolStripMenuItem();
     this.cJiaPanel2            = new CJia.Controls.CJiaPanel();
     this.cJiaToolStripPanel9   = new CJia.Controls.CJiaToolStripPanel();
     this.cJiaToolStripPanel8   = new CJia.Controls.CJiaToolStripPanel();
     this.cJiaToolStripPanel7   = new CJia.Controls.CJiaToolStripPanel();
     this.cJiaToolStripPanel6   = new CJia.Controls.CJiaToolStripPanel();
     this.cJiaToolStripPanel5   = new CJia.Controls.CJiaToolStripPanel();
     this.cJiaToolStripPanel4   = new CJia.Controls.CJiaToolStripPanel();
     this.cJiaToolStripPanel3   = new CJia.Controls.CJiaToolStripPanel();
     this.cJiaToolStripPanel2   = new CJia.Controls.CJiaToolStripPanel();
     this.PnlHome              = new CJia.Controls.CJiaToolStripPanel();
     this.homePanel            = new CJia.Controls.CJiaPanel();
     this.tabMain              = new CJia.Controls.CJiaTabControl();
     this.xtraTabPage1         = new DevExpress.XtraTab.XtraTabPage();
     this.xtraTabPage2         = new DevExpress.XtraTab.XtraTabPage();
     this.xtraTabPage3         = new DevExpress.XtraTab.XtraTabPage();
     this.xtraTabPage4         = new DevExpress.XtraTab.XtraTabPage();
     this.xtraTabPage5         = new DevExpress.XtraTab.XtraTabPage();
     this.xtraTabPage6         = new DevExpress.XtraTab.XtraTabPage();
     this.xtraTabPage7         = new DevExpress.XtraTab.XtraTabPage();
     this.animator1            = new AnimatorNS.Animator(this.components);
     this.btnInstitutionHandle = new System.Windows.Forms.ToolStripMenuItem();
     ((System.ComponentModel.ISupportInitialize)(this.cJiaPanel1)).BeginInit();
     this.cJiaPanel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.cJiaPicture2.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.cJiaPicture1.Properties)).BeginInit();
     this.menuStrip1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.cJiaPanel2)).BeginInit();
     this.cJiaPanel2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.cJiaToolStripPanel9)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.cJiaToolStripPanel8)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.cJiaToolStripPanel7)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.cJiaToolStripPanel6)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.cJiaToolStripPanel5)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.cJiaToolStripPanel4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.cJiaToolStripPanel3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.cJiaToolStripPanel2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.PnlHome)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.homePanel)).BeginInit();
     this.homePanel.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.tabMain)).BeginInit();
     this.tabMain.SuspendLayout();
     this.SuspendLayout();
     //
     // cJiaPanel1
     //
     this.cJiaPanel1.Appearance.BackColor            = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(168)))), ((int)(((byte)(236)))));
     this.cJiaPanel1.Appearance.Options.UseBackColor = true;
     this.cJiaPanel1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.cJiaPanel1.Controls.Add(this.cJiaLabel3);
     this.cJiaPanel1.Controls.Add(this.lblUserName);
     this.cJiaPanel1.Controls.Add(this.cJiaPicture2);
     this.cJiaPanel1.Controls.Add(this.lblLoginTime);
     this.cJiaPanel1.Controls.Add(this.cJiaPicture1);
     this.animator1.SetDecoration(this.cJiaPanel1, AnimatorNS.DecorationType.None);
     this.cJiaPanel1.Dock                 = System.Windows.Forms.DockStyle.Bottom;
     this.cJiaPanel1.Location             = new System.Drawing.Point(0, 572);
     this.cJiaPanel1.LookAndFeel.SkinName = "Office 2010 Silver";
     this.cJiaPanel1.LookAndFeel.Style    = DevExpress.LookAndFeel.LookAndFeelStyle.UltraFlat;
     this.cJiaPanel1.LookAndFeel.UseDefaultLookAndFeel = false;
     this.cJiaPanel1.Margin   = new System.Windows.Forms.Padding(0);
     this.cJiaPanel1.Name     = "cJiaPanel1";
     this.cJiaPanel1.Size     = new System.Drawing.Size(1167, 30);
     this.cJiaPanel1.TabIndex = 0;
     //
     // cJiaLabel3
     //
     this.cJiaLabel3.Anchor               = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.cJiaLabel3.Appearance.Font      = new System.Drawing.Font("Tahoma", 10F);
     this.cJiaLabel3.Appearance.ForeColor = System.Drawing.Color.White;
     this.animator1.SetDecoration(this.cJiaLabel3, AnimatorNS.DecorationType.None);
     this.cJiaLabel3.Location = new System.Drawing.Point(975, 8);
     this.cJiaLabel3.Name     = "cJiaLabel3";
     this.cJiaLabel3.Size     = new System.Drawing.Size(180, 16);
     this.cJiaLabel3.TabIndex = 5;
     this.cJiaLabel3.Text     = "欢迎登录创佳健康体检系统";
     //
     // lblUserName
     //
     this.lblUserName.Appearance.Font      = new System.Drawing.Font("Tahoma", 10F);
     this.lblUserName.Appearance.ForeColor = System.Drawing.Color.White;
     this.animator1.SetDecoration(this.lblUserName, AnimatorNS.DecorationType.None);
     this.lblUserName.Location = new System.Drawing.Point(268, 10);
     this.lblUserName.Name     = "lblUserName";
     this.lblUserName.Size     = new System.Drawing.Size(30, 16);
     this.lblUserName.TabIndex = 4;
     this.lblUserName.Text     = "邓华";
     //
     // cJiaPicture2
     //
     this.animator1.SetDecoration(this.cJiaPicture2, AnimatorNS.DecorationType.None);
     this.cJiaPicture2.EditValue = ((object)(resources.GetObject("cJiaPicture2.EditValue")));
     this.cJiaPicture2.Location  = new System.Drawing.Point(227, 0);
     this.cJiaPicture2.Name      = "cJiaPicture2";
     this.cJiaPicture2.Properties.Appearance.BackColor            = System.Drawing.Color.Transparent;
     this.cJiaPicture2.Properties.Appearance.Options.UseBackColor = true;
     this.cJiaPicture2.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.cJiaPicture2.Size     = new System.Drawing.Size(30, 30);
     this.cJiaPicture2.TabIndex = 2;
     //
     // lblLoginTime
     //
     this.lblLoginTime.Appearance.Font      = new System.Drawing.Font("Tahoma", 10F);
     this.lblLoginTime.Appearance.ForeColor = System.Drawing.Color.White;
     this.animator1.SetDecoration(this.lblLoginTime, AnimatorNS.DecorationType.None);
     this.lblLoginTime.Location = new System.Drawing.Point(56, 8);
     this.lblLoginTime.Name     = "lblLoginTime";
     this.lblLoginTime.Size     = new System.Drawing.Size(122, 16);
     this.lblLoginTime.TabIndex = 3;
     this.lblLoginTime.Text     = "2012-12-12 12:12:12";
     //
     // cJiaPicture1
     //
     this.animator1.SetDecoration(this.cJiaPicture1, AnimatorNS.DecorationType.None);
     this.cJiaPicture1.EditValue = ((object)(resources.GetObject("cJiaPicture1.EditValue")));
     this.cJiaPicture1.Location  = new System.Drawing.Point(15, 0);
     this.cJiaPicture1.Name      = "cJiaPicture1";
     this.cJiaPicture1.Properties.Appearance.BackColor            = System.Drawing.Color.Transparent;
     this.cJiaPicture1.Properties.Appearance.Options.UseBackColor = true;
     this.cJiaPicture1.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.cJiaPicture1.Properties.SizeMode    = DevExpress.XtraEditors.Controls.PictureSizeMode.Stretch;
     this.cJiaPicture1.Size     = new System.Drawing.Size(30, 30);
     this.cJiaPicture1.TabIndex = 2;
     //
     // menuStrip1
     //
     this.menuStrip1.BackColor = System.Drawing.SystemColors.GradientInactiveCaption;
     this.animator1.SetDecoration(this.menuStrip1, AnimatorNS.DecorationType.None);
     this.menuStrip1.Font = new System.Drawing.Font("微软雅黑", 10F);
     this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.系统ToolStripMenuItem,
         this.体检登记ToolStripMenuItem,
         this.体检工作ToolStripMenuItem,
         this.体检报告ToolStripMenuItem,
         this.设置ToolStripMenuItem,
         this.数据处理ToolStripMenuItem,
         this.查询统计ToolStripMenuItem,
         this.报表统计ToolStripMenuItem,
         this.短信ToolStripMenuItem
     });
     this.menuStrip1.Location = new System.Drawing.Point(0, 0);
     this.menuStrip1.Name     = "menuStrip1";
     this.menuStrip1.Size     = new System.Drawing.Size(1167, 28);
     this.menuStrip1.TabIndex = 1;
     this.menuStrip1.Text     = "menuStrip1";
     //
     // 系统ToolStripMenuItem
     //
     this.系统ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.修改密码ToolStripMenuItem,
         this.btnAdminHandel,
         this.注销ToolStripMenuItem,
         this.退出ToolStripMenuItem
     });
     this.系统ToolStripMenuItem.Name = "系统ToolStripMenuItem";
     this.系统ToolStripMenuItem.Size = new System.Drawing.Size(49, 24);
     this.系统ToolStripMenuItem.Text = "文件";
     //
     // 修改密码ToolStripMenuItem
     //
     this.修改密码ToolStripMenuItem.Name = "修改密码ToolStripMenuItem";
     this.修改密码ToolStripMenuItem.Size = new System.Drawing.Size(148, 24);
     this.修改密码ToolStripMenuItem.Text = "修改密码";
     //
     // btnAdminHandel
     //
     this.btnAdminHandel.Name   = "btnAdminHandel";
     this.btnAdminHandel.Size   = new System.Drawing.Size(148, 24);
     this.btnAdminHandel.Text   = "操作员管理";
     this.btnAdminHandel.Click += new System.EventHandler(this.btnAdminHandel_Click);
     //
     // 注销ToolStripMenuItem
     //
     this.注销ToolStripMenuItem.Name = "注销ToolStripMenuItem";
     this.注销ToolStripMenuItem.Size = new System.Drawing.Size(148, 24);
     this.注销ToolStripMenuItem.Text = "注销";
     //
     // 退出ToolStripMenuItem
     //
     this.退出ToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("退出ToolStripMenuItem.Image")));
     this.退出ToolStripMenuItem.Name  = "退出ToolStripMenuItem";
     this.退出ToolStripMenuItem.Size  = new System.Drawing.Size(148, 24);
     this.退出ToolStripMenuItem.Text  = "退出";
     //
     // 体检登记ToolStripMenuItem
     //
     this.体检登记ToolStripMenuItem.Name = "体检登记ToolStripMenuItem";
     this.体检登记ToolStripMenuItem.Size = new System.Drawing.Size(77, 24);
     this.体检登记ToolStripMenuItem.Text = "体检登记";
     //
     // 体检工作ToolStripMenuItem
     //
     this.体检工作ToolStripMenuItem.Name = "体检工作ToolStripMenuItem";
     this.体检工作ToolStripMenuItem.Size = new System.Drawing.Size(77, 24);
     this.体检工作ToolStripMenuItem.Text = "体检工作";
     //
     // 体检报告ToolStripMenuItem
     //
     this.体检报告ToolStripMenuItem.Name = "体检报告ToolStripMenuItem";
     this.体检报告ToolStripMenuItem.Size = new System.Drawing.Size(77, 24);
     this.体检报告ToolStripMenuItem.Text = "体检报告";
     //
     // 设置ToolStripMenuItem
     //
     this.设置ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.MIAssTemMan,
         this.MIInteAssMan,
         this.btnDeptHandel,
         this.btnProHandle,
         this.btnGroupPro,
         this.btnInstitutionHandle
     });
     this.设置ToolStripMenuItem.Name = "设置ToolStripMenuItem";
     this.设置ToolStripMenuItem.Size = new System.Drawing.Size(77, 24);
     this.设置ToolStripMenuItem.Text = "系统设置";
     //
     // MIAssTemMan
     //
     this.MIAssTemMan.Name   = "MIAssTemMan";
     this.MIAssTemMan.Size   = new System.Drawing.Size(162, 24);
     this.MIAssTemMan.Text   = "结论模板维护";
     this.MIAssTemMan.Click += new System.EventHandler(this.btnAssTemMan_Click);
     //
     // MIInteAssMan
     //
     this.MIInteAssMan.Name   = "MIInteAssMan";
     this.MIInteAssMan.Size   = new System.Drawing.Size(162, 24);
     this.MIInteAssMan.Text   = "智能评估";
     this.MIInteAssMan.Click += new System.EventHandler(this.btnInteAssMan_Click);
     //
     // btnDeptHandel
     //
     this.btnDeptHandel.Name   = "btnDeptHandel";
     this.btnDeptHandel.Size   = new System.Drawing.Size(162, 24);
     this.btnDeptHandel.Text   = "体检科室设置";
     this.btnDeptHandel.Click += new System.EventHandler(this.btnDeptHandel_Click);
     //
     // btnProHandle
     //
     this.btnProHandle.Name   = "btnProHandle";
     this.btnProHandle.Size   = new System.Drawing.Size(162, 24);
     this.btnProHandle.Text   = "体检项目设置";
     this.btnProHandle.Click += new System.EventHandler(this.btnProHandle_Click);
     //
     // btnGroupPro
     //
     this.btnGroupPro.Name   = "btnGroupPro";
     this.btnGroupPro.Size   = new System.Drawing.Size(162, 24);
     this.btnGroupPro.Text   = "组合项目设置";
     this.btnGroupPro.Click += new System.EventHandler(this.btnGroupPro_Click);
     //
     // 数据处理ToolStripMenuItem
     //
     this.数据处理ToolStripMenuItem.Name = "数据处理ToolStripMenuItem";
     this.数据处理ToolStripMenuItem.Size = new System.Drawing.Size(77, 24);
     this.数据处理ToolStripMenuItem.Text = "数据处理";
     //
     // 查询统计ToolStripMenuItem
     //
     this.查询统计ToolStripMenuItem.Name = "查询统计ToolStripMenuItem";
     this.查询统计ToolStripMenuItem.Size = new System.Drawing.Size(77, 24);
     this.查询统计ToolStripMenuItem.Text = "查询统计";
     //
     // 报表统计ToolStripMenuItem
     //
     this.报表统计ToolStripMenuItem.Name = "报表统计ToolStripMenuItem";
     this.报表统计ToolStripMenuItem.Size = new System.Drawing.Size(77, 24);
     this.报表统计ToolStripMenuItem.Text = "报表统计";
     //
     // 短信ToolStripMenuItem
     //
     this.短信ToolStripMenuItem.Name = "短信ToolStripMenuItem";
     this.短信ToolStripMenuItem.Size = new System.Drawing.Size(49, 24);
     this.短信ToolStripMenuItem.Text = "短信";
     //
     // cJiaPanel2
     //
     this.cJiaPanel2.Appearance.BackColor              = System.Drawing.Color.White;
     this.cJiaPanel2.Appearance.BorderColor            = System.Drawing.Color.White;
     this.cJiaPanel2.Appearance.GradientMode           = System.Drawing.Drawing2D.LinearGradientMode.Vertical;
     this.cJiaPanel2.Appearance.Options.UseBackColor   = true;
     this.cJiaPanel2.Appearance.Options.UseBorderColor = true;
     this.cJiaPanel2.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple;
     this.cJiaPanel2.Controls.Add(this.cJiaToolStripPanel9);
     this.cJiaPanel2.Controls.Add(this.cJiaToolStripPanel8);
     this.cJiaPanel2.Controls.Add(this.cJiaToolStripPanel7);
     this.cJiaPanel2.Controls.Add(this.cJiaToolStripPanel6);
     this.cJiaPanel2.Controls.Add(this.cJiaToolStripPanel5);
     this.cJiaPanel2.Controls.Add(this.cJiaToolStripPanel4);
     this.cJiaPanel2.Controls.Add(this.cJiaToolStripPanel3);
     this.cJiaPanel2.Controls.Add(this.cJiaToolStripPanel2);
     this.cJiaPanel2.Controls.Add(this.PnlHome);
     this.animator1.SetDecoration(this.cJiaPanel2, AnimatorNS.DecorationType.None);
     this.cJiaPanel2.Dock                 = System.Windows.Forms.DockStyle.Top;
     this.cJiaPanel2.Location             = new System.Drawing.Point(0, 28);
     this.cJiaPanel2.LookAndFeel.SkinName = "Office 2010 Silver";
     this.cJiaPanel2.LookAndFeel.Style    = DevExpress.LookAndFeel.LookAndFeelStyle.UltraFlat;
     this.cJiaPanel2.LookAndFeel.UseDefaultLookAndFeel = false;
     this.cJiaPanel2.Margin   = new System.Windows.Forms.Padding(0);
     this.cJiaPanel2.Name     = "cJiaPanel2";
     this.cJiaPanel2.Size     = new System.Drawing.Size(1167, 77);
     this.cJiaPanel2.TabIndex = 2;
     //
     // cJiaToolStripPanel9
     //
     this.cJiaToolStripPanel9.Appearance.BackColor            = System.Drawing.Color.FromArgb(((int)(((byte)(223)))), ((int)(((byte)(0)))), ((int)(((byte)(36)))));
     this.cJiaToolStripPanel9.Appearance.Options.UseBackColor = true;
     this.cJiaToolStripPanel9.BorderStyle           = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.cJiaToolStripPanel9.ContentImage          = ((System.Drawing.Image)(resources.GetObject("cJiaToolStripPanel9.ContentImage")));
     this.cJiaToolStripPanel9.ContentImageAlignment = System.Drawing.ContentAlignment.MiddleLeft;
     this.cJiaToolStripPanel9.Cursor     = System.Windows.Forms.Cursors.Hand;
     this.cJiaToolStripPanel9.CustomText = "报表打印";
     this.animator1.SetDecoration(this.cJiaToolStripPanel9, AnimatorNS.DecorationType.BottomMirror);
     this.cJiaToolStripPanel9.Location          = new System.Drawing.Point(1015, 8);
     this.cJiaToolStripPanel9.LookAndFeel.Style = DevExpress.LookAndFeel.LookAndFeelStyle.UltraFlat;
     this.cJiaToolStripPanel9.LookAndFeel.UseDefaultLookAndFeel = false;
     this.cJiaToolStripPanel9.Margin   = new System.Windows.Forms.Padding(10, 5, 5, 5);
     this.cJiaToolStripPanel9.Name     = "cJiaToolStripPanel9";
     this.cJiaToolStripPanel9.Size     = new System.Drawing.Size(110, 60);
     this.cJiaToolStripPanel9.TabIndex = 8;
     //
     // cJiaToolStripPanel8
     //
     this.cJiaToolStripPanel8.Appearance.BackColor            = System.Drawing.Color.FromArgb(((int)(((byte)(140)))), ((int)(((byte)(4)))), ((int)(((byte)(150)))));
     this.cJiaToolStripPanel8.Appearance.Options.UseBackColor = true;
     this.cJiaToolStripPanel8.BorderStyle           = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.cJiaToolStripPanel8.ContentImage          = ((System.Drawing.Image)(resources.GetObject("cJiaToolStripPanel8.ContentImage")));
     this.cJiaToolStripPanel8.ContentImageAlignment = System.Drawing.ContentAlignment.MiddleLeft;
     this.cJiaToolStripPanel8.Cursor     = System.Windows.Forms.Cursors.Hand;
     this.cJiaToolStripPanel8.CustomText = "短信通知";
     this.animator1.SetDecoration(this.cJiaToolStripPanel8, AnimatorNS.DecorationType.BottomMirror);
     this.cJiaToolStripPanel8.Location          = new System.Drawing.Point(890, 8);
     this.cJiaToolStripPanel8.LookAndFeel.Style = DevExpress.LookAndFeel.LookAndFeelStyle.UltraFlat;
     this.cJiaToolStripPanel8.LookAndFeel.UseDefaultLookAndFeel = false;
     this.cJiaToolStripPanel8.Margin   = new System.Windows.Forms.Padding(10, 5, 5, 5);
     this.cJiaToolStripPanel8.Name     = "cJiaToolStripPanel8";
     this.cJiaToolStripPanel8.Size     = new System.Drawing.Size(110, 60);
     this.cJiaToolStripPanel8.TabIndex = 7;
     //
     // cJiaToolStripPanel7
     //
     this.cJiaToolStripPanel7.Appearance.BackColor            = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(168)))), ((int)(((byte)(236)))));
     this.cJiaToolStripPanel7.Appearance.Options.UseBackColor = true;
     this.cJiaToolStripPanel7.BorderStyle           = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.cJiaToolStripPanel7.ContentImage          = ((System.Drawing.Image)(resources.GetObject("cJiaToolStripPanel7.ContentImage")));
     this.cJiaToolStripPanel7.ContentImageAlignment = System.Drawing.ContentAlignment.MiddleLeft;
     this.cJiaToolStripPanel7.Cursor     = System.Windows.Forms.Cursors.Hand;
     this.cJiaToolStripPanel7.CustomText = "体检报告";
     this.animator1.SetDecoration(this.cJiaToolStripPanel7, AnimatorNS.DecorationType.BottomMirror);
     this.cJiaToolStripPanel7.Location          = new System.Drawing.Point(765, 8);
     this.cJiaToolStripPanel7.LookAndFeel.Style = DevExpress.LookAndFeel.LookAndFeelStyle.UltraFlat;
     this.cJiaToolStripPanel7.LookAndFeel.UseDefaultLookAndFeel = false;
     this.cJiaToolStripPanel7.Margin   = new System.Windows.Forms.Padding(10, 5, 5, 5);
     this.cJiaToolStripPanel7.Name     = "cJiaToolStripPanel7";
     this.cJiaToolStripPanel7.Size     = new System.Drawing.Size(110, 60);
     this.cJiaToolStripPanel7.TabIndex = 6;
     //
     // cJiaToolStripPanel6
     //
     this.cJiaToolStripPanel6.Appearance.BackColor            = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(181)))), ((int)(((byte)(0)))));
     this.cJiaToolStripPanel6.Appearance.Options.UseBackColor = true;
     this.cJiaToolStripPanel6.BorderStyle           = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.cJiaToolStripPanel6.ContentImage          = ((System.Drawing.Image)(resources.GetObject("cJiaToolStripPanel6.ContentImage")));
     this.cJiaToolStripPanel6.ContentImageAlignment = System.Drawing.ContentAlignment.MiddleLeft;
     this.cJiaToolStripPanel6.Cursor     = System.Windows.Forms.Cursors.Hand;
     this.cJiaToolStripPanel6.CustomText = "评估意见";
     this.animator1.SetDecoration(this.cJiaToolStripPanel6, AnimatorNS.DecorationType.BottomMirror);
     this.cJiaToolStripPanel6.Location          = new System.Drawing.Point(637, 8);
     this.cJiaToolStripPanel6.LookAndFeel.Style = DevExpress.LookAndFeel.LookAndFeelStyle.UltraFlat;
     this.cJiaToolStripPanel6.LookAndFeel.UseDefaultLookAndFeel = false;
     this.cJiaToolStripPanel6.Margin   = new System.Windows.Forms.Padding(10, 5, 5, 5);
     this.cJiaToolStripPanel6.Name     = "cJiaToolStripPanel6";
     this.cJiaToolStripPanel6.Size     = new System.Drawing.Size(110, 60);
     this.cJiaToolStripPanel6.TabIndex = 5;
     //
     // cJiaToolStripPanel5
     //
     this.cJiaToolStripPanel5.Appearance.BackColor            = System.Drawing.Color.FromArgb(((int)(((byte)(4)))), ((int)(((byte)(174)))), ((int)(((byte)(217)))));
     this.cJiaToolStripPanel5.Appearance.Options.UseBackColor = true;
     this.cJiaToolStripPanel5.BorderStyle           = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.cJiaToolStripPanel5.ContentImage          = ((System.Drawing.Image)(resources.GetObject("cJiaToolStripPanel5.ContentImage")));
     this.cJiaToolStripPanel5.ContentImageAlignment = System.Drawing.ContentAlignment.MiddleLeft;
     this.cJiaToolStripPanel5.Cursor     = System.Windows.Forms.Cursors.Hand;
     this.cJiaToolStripPanel5.CustomText = "结果录入";
     this.animator1.SetDecoration(this.cJiaToolStripPanel5, AnimatorNS.DecorationType.BottomMirror);
     this.cJiaToolStripPanel5.Location          = new System.Drawing.Point(512, 8);
     this.cJiaToolStripPanel5.LookAndFeel.Style = DevExpress.LookAndFeel.LookAndFeelStyle.UltraFlat;
     this.cJiaToolStripPanel5.LookAndFeel.UseDefaultLookAndFeel = false;
     this.cJiaToolStripPanel5.Margin   = new System.Windows.Forms.Padding(10, 5, 5, 5);
     this.cJiaToolStripPanel5.Name     = "cJiaToolStripPanel5";
     this.cJiaToolStripPanel5.Size     = new System.Drawing.Size(110, 60);
     this.cJiaToolStripPanel5.TabIndex = 4;
     //
     // cJiaToolStripPanel4
     //
     this.cJiaToolStripPanel4.Appearance.BackColor            = System.Drawing.Color.FromArgb(((int)(((byte)(132)))), ((int)(((byte)(181)))), ((int)(((byte)(27)))));
     this.cJiaToolStripPanel4.Appearance.Options.UseBackColor = true;
     this.cJiaToolStripPanel4.BorderStyle           = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.cJiaToolStripPanel4.ContentImage          = ((System.Drawing.Image)(resources.GetObject("cJiaToolStripPanel4.ContentImage")));
     this.cJiaToolStripPanel4.ContentImageAlignment = System.Drawing.ContentAlignment.MiddleLeft;
     this.cJiaToolStripPanel4.Cursor     = System.Windows.Forms.Cursors.Hand;
     this.cJiaToolStripPanel4.CustomText = "体检收费";
     this.animator1.SetDecoration(this.cJiaToolStripPanel4, AnimatorNS.DecorationType.BottomMirror);
     this.cJiaToolStripPanel4.Location          = new System.Drawing.Point(387, 8);
     this.cJiaToolStripPanel4.LookAndFeel.Style = DevExpress.LookAndFeel.LookAndFeelStyle.UltraFlat;
     this.cJiaToolStripPanel4.LookAndFeel.UseDefaultLookAndFeel = false;
     this.cJiaToolStripPanel4.Margin   = new System.Windows.Forms.Padding(10, 5, 5, 5);
     this.cJiaToolStripPanel4.Name     = "cJiaToolStripPanel4";
     this.cJiaToolStripPanel4.Size     = new System.Drawing.Size(110, 60);
     this.cJiaToolStripPanel4.TabIndex = 3;
     //
     // cJiaToolStripPanel3
     //
     this.cJiaToolStripPanel3.Appearance.BackColor            = System.Drawing.Color.FromArgb(((int)(((byte)(4)))), ((int)(((byte)(174)))), ((int)(((byte)(217)))));
     this.cJiaToolStripPanel3.Appearance.Options.UseBackColor = true;
     this.cJiaToolStripPanel3.BorderStyle           = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.cJiaToolStripPanel3.ContentImage          = ((System.Drawing.Image)(resources.GetObject("cJiaToolStripPanel3.ContentImage")));
     this.cJiaToolStripPanel3.ContentImageAlignment = System.Drawing.ContentAlignment.MiddleLeft;
     this.cJiaToolStripPanel3.Cursor     = System.Windows.Forms.Cursors.Hand;
     this.cJiaToolStripPanel3.CustomText = "团体登记";
     this.animator1.SetDecoration(this.cJiaToolStripPanel3, AnimatorNS.DecorationType.BottomMirror);
     this.cJiaToolStripPanel3.Location          = new System.Drawing.Point(265, 8);
     this.cJiaToolStripPanel3.LookAndFeel.Style = DevExpress.LookAndFeel.LookAndFeelStyle.UltraFlat;
     this.cJiaToolStripPanel3.LookAndFeel.UseDefaultLookAndFeel = false;
     this.cJiaToolStripPanel3.Margin   = new System.Windows.Forms.Padding(10, 5, 5, 5);
     this.cJiaToolStripPanel3.Name     = "cJiaToolStripPanel3";
     this.cJiaToolStripPanel3.Size     = new System.Drawing.Size(110, 60);
     this.cJiaToolStripPanel3.TabIndex = 2;
     //
     // cJiaToolStripPanel2
     //
     this.cJiaToolStripPanel2.Appearance.BackColor            = System.Drawing.Color.FromArgb(((int)(((byte)(14)))), ((int)(((byte)(93)))), ((int)(((byte)(48)))));
     this.cJiaToolStripPanel2.Appearance.Options.UseBackColor = true;
     this.cJiaToolStripPanel2.BorderStyle           = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.cJiaToolStripPanel2.ContentImage          = ((System.Drawing.Image)(resources.GetObject("cJiaToolStripPanel2.ContentImage")));
     this.cJiaToolStripPanel2.ContentImageAlignment = System.Drawing.ContentAlignment.MiddleLeft;
     this.cJiaToolStripPanel2.Cursor     = System.Windows.Forms.Cursors.Hand;
     this.cJiaToolStripPanel2.CustomText = "个人登记";
     this.animator1.SetDecoration(this.cJiaToolStripPanel2, AnimatorNS.DecorationType.BottomMirror);
     this.cJiaToolStripPanel2.Location          = new System.Drawing.Point(138, 8);
     this.cJiaToolStripPanel2.LookAndFeel.Style = DevExpress.LookAndFeel.LookAndFeelStyle.UltraFlat;
     this.cJiaToolStripPanel2.LookAndFeel.UseDefaultLookAndFeel = false;
     this.cJiaToolStripPanel2.Margin   = new System.Windows.Forms.Padding(10, 5, 5, 5);
     this.cJiaToolStripPanel2.Name     = "cJiaToolStripPanel2";
     this.cJiaToolStripPanel2.Size     = new System.Drawing.Size(110, 60);
     this.cJiaToolStripPanel2.TabIndex = 1;
     //
     // PnlHome
     //
     this.PnlHome.Appearance.BackColor            = System.Drawing.Color.FromArgb(((int)(((byte)(163)))), ((int)(((byte)(98)))), ((int)(((byte)(10)))));
     this.PnlHome.Appearance.Options.UseBackColor = true;
     this.PnlHome.BorderStyle           = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.PnlHome.ContentImage          = ((System.Drawing.Image)(resources.GetObject("PnlHome.ContentImage")));
     this.PnlHome.ContentImageAlignment = System.Drawing.ContentAlignment.MiddleLeft;
     this.PnlHome.Cursor     = System.Windows.Forms.Cursors.Hand;
     this.PnlHome.CustomText = "起始页";
     this.animator1.SetDecoration(this.PnlHome, AnimatorNS.DecorationType.BottomMirror);
     this.PnlHome.Location          = new System.Drawing.Point(15, 8);
     this.PnlHome.LookAndFeel.Style = DevExpress.LookAndFeel.LookAndFeelStyle.UltraFlat;
     this.PnlHome.LookAndFeel.UseDefaultLookAndFeel = false;
     this.PnlHome.Margin   = new System.Windows.Forms.Padding(10, 5, 5, 5);
     this.PnlHome.Name     = "PnlHome";
     this.PnlHome.Size     = new System.Drawing.Size(110, 60);
     this.PnlHome.TabIndex = 0;
     this.PnlHome.Click   += new System.EventHandler(this.PnlHome_Click);
     //
     // homePanel
     //
     this.homePanel.Appearance.BackColor            = System.Drawing.SystemColors.GradientInactiveCaption;
     this.homePanel.Appearance.Options.UseBackColor = true;
     this.homePanel.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.homePanel.Controls.Add(this.tabMain);
     this.animator1.SetDecoration(this.homePanel, AnimatorNS.DecorationType.None);
     this.homePanel.Dock              = System.Windows.Forms.DockStyle.Fill;
     this.homePanel.Location          = new System.Drawing.Point(0, 105);
     this.homePanel.LookAndFeel.Style = DevExpress.LookAndFeel.LookAndFeelStyle.UltraFlat;
     this.homePanel.LookAndFeel.UseDefaultLookAndFeel = false;
     this.homePanel.Name     = "homePanel";
     this.homePanel.Size     = new System.Drawing.Size(1167, 467);
     this.homePanel.TabIndex = 3;
     //
     // tabMain
     //
     this.tabMain.Appearance.BackColor                             = System.Drawing.Color.FromArgb(((int)(((byte)(28)))), ((int)(((byte)(169)))), ((int)(((byte)(102)))));
     this.tabMain.Appearance.Options.UseBackColor                  = true;
     this.tabMain.AppearancePage.Header.BackColor                  = System.Drawing.Color.FromArgb(((int)(((byte)(28)))), ((int)(((byte)(169)))), ((int)(((byte)(102)))));
     this.tabMain.AppearancePage.Header.BorderColor                = System.Drawing.Color.Transparent;
     this.tabMain.AppearancePage.Header.Font                       = new System.Drawing.Font("Tahoma", 14F, System.Drawing.FontStyle.Bold);
     this.tabMain.AppearancePage.Header.ForeColor                  = System.Drawing.Color.White;
     this.tabMain.AppearancePage.Header.Options.UseBackColor       = true;
     this.tabMain.AppearancePage.Header.Options.UseBorderColor     = true;
     this.tabMain.AppearancePage.Header.Options.UseFont            = true;
     this.tabMain.AppearancePage.Header.Options.UseForeColor       = true;
     this.tabMain.AppearancePage.HeaderActive.BackColor            = System.Drawing.Color.White;
     this.tabMain.AppearancePage.HeaderActive.ForeColor            = System.Drawing.Color.FromArgb(((int)(((byte)(28)))), ((int)(((byte)(169)))), ((int)(((byte)(102)))));
     this.tabMain.AppearancePage.HeaderActive.Options.UseBackColor = true;
     this.tabMain.AppearancePage.HeaderActive.Options.UseForeColor = true;
     this.tabMain.AppearancePage.PageClient.BackColor              = System.Drawing.Color.White;
     this.tabMain.AppearancePage.PageClient.Options.UseBackColor   = true;
     this.tabMain.BorderStyle             = DevExpress.XtraEditors.Controls.BorderStyles.UltraFlat;
     this.tabMain.ClosePageButtonShowMode = DevExpress.XtraTab.ClosePageButtonShowMode.InActiveTabPageHeaderAndOnMouseHover;
     this.animator1.SetDecoration(this.tabMain, AnimatorNS.DecorationType.None);
     this.tabMain.Dock          = System.Windows.Forms.DockStyle.Fill;
     this.tabMain.HeaderButtons = ((DevExpress.XtraTab.TabButtons)((((DevExpress.XtraTab.TabButtons.Prev | DevExpress.XtraTab.TabButtons.Next)
                                                                     | DevExpress.XtraTab.TabButtons.Close)
                                                                    | DevExpress.XtraTab.TabButtons.Default)));
     this.tabMain.Location          = new System.Drawing.Point(0, 0);
     this.tabMain.LookAndFeel.Style = DevExpress.LookAndFeel.LookAndFeelStyle.UltraFlat;
     this.tabMain.LookAndFeel.UseDefaultLookAndFeel = false;
     this.tabMain.Name            = "tabMain";
     this.tabMain.SelectedTabPage = this.xtraTabPage1;
     this.tabMain.Size            = new System.Drawing.Size(1167, 467);
     this.tabMain.TabIndex        = 0;
     this.tabMain.TabPages.AddRange(new DevExpress.XtraTab.XtraTabPage[] {
         this.xtraTabPage1,
         this.xtraTabPage2,
         this.xtraTabPage3,
         this.xtraTabPage4,
         this.xtraTabPage5,
         this.xtraTabPage6,
         this.xtraTabPage7
     });
     //
     // xtraTabPage1
     //
     this.xtraTabPage1.Appearance.PageClient.BackColor            = System.Drawing.SystemColors.GradientInactiveCaption;
     this.xtraTabPage1.Appearance.PageClient.Options.UseBackColor = true;
     this.animator1.SetDecoration(this.xtraTabPage1, AnimatorNS.DecorationType.None);
     this.xtraTabPage1.Name = "xtraTabPage1";
     this.xtraTabPage1.Size = new System.Drawing.Size(1165, 433);
     this.xtraTabPage1.Text = "个人登记";
     //
     // xtraTabPage2
     //
     this.animator1.SetDecoration(this.xtraTabPage2, AnimatorNS.DecorationType.None);
     this.xtraTabPage2.Name = "xtraTabPage2";
     this.xtraTabPage2.Size = new System.Drawing.Size(1165, 433);
     this.xtraTabPage2.Text = "团体登记";
     //
     // xtraTabPage3
     //
     this.xtraTabPage3.Appearance.PageClient.BackColor            = System.Drawing.SystemColors.GradientActiveCaption;
     this.xtraTabPage3.Appearance.PageClient.Options.UseBackColor = true;
     this.animator1.SetDecoration(this.xtraTabPage3, AnimatorNS.DecorationType.None);
     this.xtraTabPage3.Name = "xtraTabPage3";
     this.xtraTabPage3.Size = new System.Drawing.Size(1165, 433);
     this.xtraTabPage3.Text = "体检收费";
     //
     // xtraTabPage4
     //
     this.animator1.SetDecoration(this.xtraTabPage4, AnimatorNS.DecorationType.None);
     this.xtraTabPage4.Name = "xtraTabPage4";
     this.xtraTabPage4.Size = new System.Drawing.Size(1165, 433);
     this.xtraTabPage4.Text = "结果录入";
     //
     // xtraTabPage5
     //
     this.animator1.SetDecoration(this.xtraTabPage5, AnimatorNS.DecorationType.None);
     this.xtraTabPage5.Name = "xtraTabPage5";
     this.xtraTabPage5.Size = new System.Drawing.Size(1165, 433);
     this.xtraTabPage5.Text = "评估意见";
     //
     // xtraTabPage6
     //
     this.animator1.SetDecoration(this.xtraTabPage6, AnimatorNS.DecorationType.None);
     this.xtraTabPage6.Name = "xtraTabPage6";
     this.xtraTabPage6.Size = new System.Drawing.Size(1165, 433);
     this.xtraTabPage6.Text = "体检报告";
     //
     // xtraTabPage7
     //
     this.animator1.SetDecoration(this.xtraTabPage7, AnimatorNS.DecorationType.None);
     this.xtraTabPage7.Name = "xtraTabPage7";
     this.xtraTabPage7.Size = new System.Drawing.Size(1165, 433);
     this.xtraTabPage7.Text = "系统设置";
     //
     // animator1
     //
     this.animator1.AnimationType      = AnimatorNS.AnimationType.Custom;
     this.animator1.Cursor             = null;
     animation1.AnimateOnlyDifferences = true;
     animation1.BlindCoeff             = ((System.Drawing.PointF)(resources.GetObject("animation1.BlindCoeff")));
     animation1.LeafCoeff            = 0F;
     animation1.MaxTime              = 1F;
     animation1.MinTime              = 0F;
     animation1.MosaicCoeff          = ((System.Drawing.PointF)(resources.GetObject("animation1.MosaicCoeff")));
     animation1.MosaicShift          = ((System.Drawing.PointF)(resources.GetObject("animation1.MosaicShift")));
     animation1.MosaicSize           = 0;
     animation1.Padding              = new System.Windows.Forms.Padding(0);
     animation1.RotateCoeff          = 0F;
     animation1.RotateLimit          = 0F;
     animation1.ScaleCoeff           = ((System.Drawing.PointF)(resources.GetObject("animation1.ScaleCoeff")));
     animation1.SlideCoeff           = ((System.Drawing.PointF)(resources.GetObject("animation1.SlideCoeff")));
     animation1.TimeCoeff            = 0F;
     animation1.TransparencyCoeff    = 0F;
     this.animator1.DefaultAnimation = animation1;
     //
     // btnInstitutionHandle
     //
     this.btnInstitutionHandle.Name   = "btnInstitutionHandle";
     this.btnInstitutionHandle.Size   = new System.Drawing.Size(162, 24);
     this.btnInstitutionHandle.Text   = "单位维护";
     this.btnInstitutionHandle.Click += new System.EventHandler(this.btnInstitutionHandle_Click);
     //
     // MainForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(1167, 602);
     this.Controls.Add(this.homePanel);
     this.Controls.Add(this.cJiaPanel2);
     this.Controls.Add(this.cJiaPanel1);
     this.Controls.Add(this.menuStrip1);
     this.animator1.SetDecoration(this, AnimatorNS.DecorationType.None);
     this.Name          = "MainForm";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "健康体检系统";
     this.WindowState   = System.Windows.Forms.FormWindowState.Maximized;
     ((System.ComponentModel.ISupportInitialize)(this.cJiaPanel1)).EndInit();
     this.cJiaPanel1.ResumeLayout(false);
     this.cJiaPanel1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.cJiaPicture2.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.cJiaPicture1.Properties)).EndInit();
     this.menuStrip1.ResumeLayout(false);
     this.menuStrip1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.cJiaPanel2)).EndInit();
     this.cJiaPanel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.cJiaToolStripPanel9)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.cJiaToolStripPanel8)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.cJiaToolStripPanel7)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.cJiaToolStripPanel6)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.cJiaToolStripPanel5)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.cJiaToolStripPanel4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.cJiaToolStripPanel3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.cJiaToolStripPanel2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.PnlHome)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.homePanel)).EndInit();
     this.homePanel.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.tabMain)).EndInit();
     this.tabMain.ResumeLayout(false);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
コード例 #15
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();
            AnimatorNS.Animation animation1 = new AnimatorNS.Animation();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(SimplestSample));
            this.pb1 = new System.Windows.Forms.PictureBox();
            this.btHide = new System.Windows.Forms.Button();
            this.btShow = new System.Windows.Forms.Button();
            this.animator = new AnimatorNS.Animator(this.components);
            ((System.ComponentModel.ISupportInitialize)(this.pb1)).BeginInit();
            this.SuspendLayout();
            // 
            // pb1
            // 
            this.pb1.Image = global::Tester.Properties.Resources.cat_and_flowers;
            this.pb1.Location = new System.Drawing.Point(46, 32);
            this.pb1.Name = "pb1";
            this.pb1.Size = new System.Drawing.Size(200, 150);
            this.pb1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
            this.pb1.TabIndex = 0;
            this.pb1.TabStop = false;
            // 
            // btHide
            // 
            this.btHide.Location = new System.Drawing.Point(49, 217);
            this.btHide.Name = "btHide";
            this.btHide.Size = new System.Drawing.Size(75, 23);
            this.btHide.TabIndex = 1;
            this.btHide.Text = "Hide";
            this.btHide.UseVisualStyleBackColor = true;
            this.btHide.Click += new System.EventHandler(this.btHide_Click);
            // 
            // btShow
            // 
            this.btShow.Location = new System.Drawing.Point(160, 217);
            this.btShow.Name = "btShow";
            this.btShow.Size = new System.Drawing.Size(75, 23);
            this.btShow.TabIndex = 2;
            this.btShow.Text = "Show";
            this.btShow.UseVisualStyleBackColor = true;
            this.btShow.Click += new System.EventHandler(this.btShow_Click);
            // 
            // animator
            // 
            this.animator.AnimationType = AnimatorNS.AnimationType.Mosaic;
            this.animator.Cursor = null;
            animation1.AnimateOnlyDifferences = true;
            animation1.BlindCoeff = ((System.Drawing.PointF)(resources.GetObject("animation1.BlindCoeff")));
            animation1.LeafCoeff = 0F;
            animation1.MaxTime = 1F;
            animation1.MinTime = 0F;
            animation1.MosaicCoeff = ((System.Drawing.PointF)(resources.GetObject("animation1.MosaicCoeff")));
            animation1.MosaicShift = ((System.Drawing.PointF)(resources.GetObject("animation1.MosaicShift")));
            animation1.MosaicSize = 20;
            animation1.Padding = new System.Windows.Forms.Padding(30);
            animation1.RotateCoeff = 0F;
            animation1.RotateLimit = 0F;
            animation1.ScaleCoeff = ((System.Drawing.PointF)(resources.GetObject("animation1.ScaleCoeff")));
            animation1.SlideCoeff = ((System.Drawing.PointF)(resources.GetObject("animation1.SlideCoeff")));
            animation1.TimeCoeff = 0F;
            animation1.TransparencyCoeff = 0F;
            this.animator.DefaultAnimation = animation1;
            // 
            // SimplestSample
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(301, 275);
            this.Controls.Add(this.btShow);
            this.Controls.Add(this.btHide);
            this.Controls.Add(this.pb1);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
            this.Name = "SimplestSample";
            this.Text = "SimplestSample";
            ((System.ComponentModel.ISupportInitialize)(this.pb1)).EndInit();
            this.ResumeLayout(false);
            this.PerformLayout();

        }
コード例 #16
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     AnimatorNS.Animation animation1 = new AnimatorNS.Animation();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Modifier_Article));
     this.pnlHeader          = new System.Windows.Forms.Panel();
     this.panel1             = new System.Windows.Forms.Panel();
     this.panel2             = new System.Windows.Forms.Panel();
     this.panel3             = new System.Windows.Forms.Panel();
     this.txtTVA             = new System.Windows.Forms.TextBox();
     this.txtQte             = new System.Windows.Forms.TextBox();
     this.label8             = new System.Windows.Forms.Label();
     this.txtPrixVente       = new System.Windows.Forms.TextBox();
     this.label7             = new System.Windows.Forms.Label();
     this.txtdesc            = new System.Windows.Forms.TextBox();
     this.label6             = new System.Windows.Forms.Label();
     this.txtPrixAchat       = new System.Windows.Forms.TextBox();
     this.label5             = new System.Windows.Forms.Label();
     this.label2             = new System.Windows.Forms.Label();
     this.ComboFamille       = new System.Windows.Forms.ComboBox();
     this.lblRef             = new System.Windows.Forms.Label();
     this.label4             = new System.Windows.Forms.Label();
     this.label3             = new System.Windows.Forms.Label();
     this.bunifuFlatButton2  = new Bunifu.Framework.UI.BunifuFlatButton();
     this.bunifuFlatButton1  = new Bunifu.Framework.UI.BunifuFlatButton();
     this.bunifuDragControl1 = new Bunifu.Framework.UI.BunifuDragControl(this.components);
     this.animator1          = new AnimatorNS.Animator(this.components);
     this.SuspendLayout();
     //
     // pnlHeader
     //
     this.pnlHeader.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(107)))), ((int)(((byte)(107)))), ((int)(((byte)(107)))));
     this.animator1.SetDecoration(this.pnlHeader, AnimatorNS.DecorationType.None);
     this.pnlHeader.Dock      = System.Windows.Forms.DockStyle.Top;
     this.pnlHeader.ForeColor = System.Drawing.Color.CornflowerBlue;
     this.pnlHeader.Location  = new System.Drawing.Point(0, 0);
     this.pnlHeader.Name      = "pnlHeader";
     this.pnlHeader.Size      = new System.Drawing.Size(391, 5);
     this.pnlHeader.TabIndex  = 24;
     //
     // panel1
     //
     this.panel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(107)))), ((int)(((byte)(107)))), ((int)(((byte)(107)))));
     this.animator1.SetDecoration(this.panel1, AnimatorNS.DecorationType.None);
     this.panel1.Dock      = System.Windows.Forms.DockStyle.Right;
     this.panel1.ForeColor = System.Drawing.Color.CornflowerBlue;
     this.panel1.Location  = new System.Drawing.Point(386, 5);
     this.panel1.Name      = "panel1";
     this.panel1.Size      = new System.Drawing.Size(5, 512);
     this.panel1.TabIndex  = 25;
     //
     // panel2
     //
     this.panel2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(107)))), ((int)(((byte)(107)))), ((int)(((byte)(107)))));
     this.animator1.SetDecoration(this.panel2, AnimatorNS.DecorationType.None);
     this.panel2.Dock      = System.Windows.Forms.DockStyle.Bottom;
     this.panel2.ForeColor = System.Drawing.Color.CornflowerBlue;
     this.panel2.Location  = new System.Drawing.Point(0, 512);
     this.panel2.Name      = "panel2";
     this.panel2.Size      = new System.Drawing.Size(386, 5);
     this.panel2.TabIndex  = 26;
     //
     // panel3
     //
     this.panel3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(107)))), ((int)(((byte)(107)))), ((int)(((byte)(107)))));
     this.animator1.SetDecoration(this.panel3, AnimatorNS.DecorationType.None);
     this.panel3.Dock      = System.Windows.Forms.DockStyle.Left;
     this.panel3.ForeColor = System.Drawing.Color.CornflowerBlue;
     this.panel3.Location  = new System.Drawing.Point(0, 5);
     this.panel3.Name      = "panel3";
     this.panel3.Size      = new System.Drawing.Size(5, 507);
     this.panel3.TabIndex  = 27;
     //
     // txtTVA
     //
     this.animator1.SetDecoration(this.txtTVA, AnimatorNS.DecorationType.None);
     this.txtTVA.Font     = new System.Drawing.Font("Century Gothic", 9.75F);
     this.txtTVA.Location = new System.Drawing.Point(196, 202);
     this.txtTVA.Name     = "txtTVA";
     this.txtTVA.Size     = new System.Drawing.Size(166, 23);
     this.txtTVA.TabIndex = 47;
     //
     // txtQte
     //
     this.animator1.SetDecoration(this.txtQte, AnimatorNS.DecorationType.None);
     this.txtQte.Font     = new System.Drawing.Font("Century Gothic", 9.75F);
     this.txtQte.Location = new System.Drawing.Point(196, 405);
     this.txtQte.Name     = "txtQte";
     this.txtQte.Size     = new System.Drawing.Size(166, 23);
     this.txtQte.TabIndex = 46;
     //
     // label8
     //
     this.label8.AutoSize = true;
     this.animator1.SetDecoration(this.label8, AnimatorNS.DecorationType.None);
     this.label8.Font     = new System.Drawing.Font("Century Gothic", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label8.Location = new System.Drawing.Point(83, 202);
     this.label8.Name     = "label8";
     this.label8.Size     = new System.Drawing.Size(71, 20);
     this.label8.TabIndex = 45;
     this.label8.Text     = "Taux TVA";
     //
     // txtPrixVente
     //
     this.animator1.SetDecoration(this.txtPrixVente, AnimatorNS.DecorationType.None);
     this.txtPrixVente.Font     = new System.Drawing.Font("Century Gothic", 9.75F);
     this.txtPrixVente.Location = new System.Drawing.Point(196, 143);
     this.txtPrixVente.Name     = "txtPrixVente";
     this.txtPrixVente.Size     = new System.Drawing.Size(166, 23);
     this.txtPrixVente.TabIndex = 43;
     //
     // label7
     //
     this.label7.AutoSize = true;
     this.animator1.SetDecoration(this.label7, AnimatorNS.DecorationType.None);
     this.label7.Font     = new System.Drawing.Font("Century Gothic", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label7.Location = new System.Drawing.Point(81, 405);
     this.label7.Name     = "label7";
     this.label7.Size     = new System.Drawing.Size(73, 20);
     this.label7.TabIndex = 41;
     this.label7.Text     = "Quantité";
     //
     // txtdesc
     //
     this.animator1.SetDecoration(this.txtdesc, AnimatorNS.DecorationType.None);
     this.txtdesc.Font      = new System.Drawing.Font("Century Gothic", 9.75F);
     this.txtdesc.Location  = new System.Drawing.Point(196, 320);
     this.txtdesc.Multiline = true;
     this.txtdesc.Name      = "txtdesc";
     this.txtdesc.Size      = new System.Drawing.Size(166, 62);
     this.txtdesc.TabIndex  = 44;
     //
     // label6
     //
     this.label6.AutoSize = true;
     this.animator1.SetDecoration(this.label6, AnimatorNS.DecorationType.None);
     this.label6.Font     = new System.Drawing.Font("Century Gothic", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label6.Location = new System.Drawing.Point(72, 143);
     this.label6.Name     = "label6";
     this.label6.Size     = new System.Drawing.Size(82, 20);
     this.label6.TabIndex = 42;
     this.label6.Text     = "Prix Vente";
     //
     // txtPrixAchat
     //
     this.animator1.SetDecoration(this.txtPrixAchat, AnimatorNS.DecorationType.None);
     this.txtPrixAchat.Font     = new System.Drawing.Font("Century Gothic", 9.75F);
     this.txtPrixAchat.Location = new System.Drawing.Point(196, 84);
     this.txtPrixAchat.Name     = "txtPrixAchat";
     this.txtPrixAchat.Size     = new System.Drawing.Size(166, 23);
     this.txtPrixAchat.TabIndex = 40;
     //
     // label5
     //
     this.label5.AutoSize = true;
     this.animator1.SetDecoration(this.label5, AnimatorNS.DecorationType.None);
     this.label5.Font     = new System.Drawing.Font("Century Gothic", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label5.Location = new System.Drawing.Point(72, 84);
     this.label5.Name     = "label5";
     this.label5.Size     = new System.Drawing.Size(82, 20);
     this.label5.TabIndex = 39;
     this.label5.Text     = "Prix Achat";
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.animator1.SetDecoration(this.label2, AnimatorNS.DecorationType.None);
     this.label2.Font     = new System.Drawing.Font("Century Gothic", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label2.Location = new System.Drawing.Point(32, 261);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(122, 20);
     this.label2.TabIndex = 38;
     this.label2.Text     = "Famille d\'Article";
     //
     // ComboFamille
     //
     this.animator1.SetDecoration(this.ComboFamille, AnimatorNS.DecorationType.None);
     this.ComboFamille.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.ComboFamille.FlatStyle         = System.Windows.Forms.FlatStyle.System;
     this.ComboFamille.Font              = new System.Drawing.Font("Century Gothic", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.ComboFamille.FormattingEnabled = true;
     this.ComboFamille.Location          = new System.Drawing.Point(196, 261);
     this.ComboFamille.Name              = "ComboFamille";
     this.ComboFamille.Size              = new System.Drawing.Size(166, 25);
     this.ComboFamille.TabIndex          = 37;
     //
     // lblRef
     //
     this.lblRef.AutoSize = true;
     this.animator1.SetDecoration(this.lblRef, AnimatorNS.DecorationType.None);
     this.lblRef.Font      = new System.Drawing.Font("Century Gothic", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblRef.ForeColor = System.Drawing.Color.DarkGoldenrod;
     this.lblRef.Location  = new System.Drawing.Point(234, 26);
     this.lblRef.Name      = "lblRef";
     this.lblRef.Size      = new System.Drawing.Size(86, 19);
     this.lblRef.TabIndex  = 35;
     this.lblRef.Text      = "REF-00000";
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.animator1.SetDecoration(this.label4, AnimatorNS.DecorationType.None);
     this.label4.Font     = new System.Drawing.Font("Century Gothic", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label4.Location = new System.Drawing.Point(63, 320);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(91, 20);
     this.label4.TabIndex = 34;
     this.label4.Text     = "Description";
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.animator1.SetDecoration(this.label3, AnimatorNS.DecorationType.None);
     this.label3.Font     = new System.Drawing.Font("Century Gothic", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label3.Location = new System.Drawing.Point(16, 25);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(138, 20);
     this.label3.TabIndex = 36;
     this.label3.Text     = "Article Réference";
     //
     // bunifuFlatButton2
     //
     this.bunifuFlatButton2.Activecolor           = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(81)))), ((int)(((byte)(69)))));
     this.bunifuFlatButton2.BackColor             = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(81)))), ((int)(((byte)(69)))));
     this.bunifuFlatButton2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.bunifuFlatButton2.BorderRadius          = 0;
     this.bunifuFlatButton2.ButtonText            = "Cancel";
     this.bunifuFlatButton2.Cursor = System.Windows.Forms.Cursors.Hand;
     this.animator1.SetDecoration(this.bunifuFlatButton2, AnimatorNS.DecorationType.None);
     this.bunifuFlatButton2.DisabledColor            = System.Drawing.Color.Gray;
     this.bunifuFlatButton2.Font                     = new System.Drawing.Font("Century Gothic", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.bunifuFlatButton2.Iconcolor                = System.Drawing.Color.Transparent;
     this.bunifuFlatButton2.Iconimage                = global::Gestion_de_Stock_.Properties.Resources.icons8_Cancel_64px_1;
     this.bunifuFlatButton2.Iconimage_right          = null;
     this.bunifuFlatButton2.Iconimage_right_Selected = null;
     this.bunifuFlatButton2.Iconimage_Selected       = null;
     this.bunifuFlatButton2.IconMarginLeft           = 0;
     this.bunifuFlatButton2.IconMarginRight          = 0;
     this.bunifuFlatButton2.IconRightVisible         = true;
     this.bunifuFlatButton2.IconRightZoom            = 0D;
     this.bunifuFlatButton2.IconVisible              = true;
     this.bunifuFlatButton2.IconZoom                 = 80D;
     this.bunifuFlatButton2.IsTab                    = false;
     this.bunifuFlatButton2.Location                 = new System.Drawing.Point(214, 463);
     this.bunifuFlatButton2.Margin                   = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.bunifuFlatButton2.Name                     = "bunifuFlatButton2";
     this.bunifuFlatButton2.Normalcolor              = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(81)))), ((int)(((byte)(69)))));
     this.bunifuFlatButton2.OnHovercolor             = System.Drawing.Color.FromArgb(((int)(((byte)(232)))), ((int)(((byte)(139)))), ((int)(((byte)(131)))));
     this.bunifuFlatButton2.OnHoverTextColor         = System.Drawing.Color.White;
     this.bunifuFlatButton2.selected                 = false;
     this.bunifuFlatButton2.Size                     = new System.Drawing.Size(118, 42);
     this.bunifuFlatButton2.TabIndex                 = 48;
     this.bunifuFlatButton2.Text                     = "Cancel";
     this.bunifuFlatButton2.TextAlign                = System.Drawing.ContentAlignment.MiddleLeft;
     this.bunifuFlatButton2.Textcolor                = System.Drawing.Color.White;
     this.bunifuFlatButton2.TextFont                 = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.bunifuFlatButton2.Click                   += new System.EventHandler(this.bunifuFlatButton2_Click);
     //
     // bunifuFlatButton1
     //
     this.bunifuFlatButton1.Activecolor           = System.Drawing.Color.FromArgb(((int)(((byte)(46)))), ((int)(((byte)(139)))), ((int)(((byte)(87)))));
     this.bunifuFlatButton1.BackColor             = System.Drawing.Color.FromArgb(((int)(((byte)(46)))), ((int)(((byte)(139)))), ((int)(((byte)(87)))));
     this.bunifuFlatButton1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.bunifuFlatButton1.BorderRadius          = 0;
     this.bunifuFlatButton1.ButtonText            = "Save";
     this.bunifuFlatButton1.Cursor = System.Windows.Forms.Cursors.Hand;
     this.animator1.SetDecoration(this.bunifuFlatButton1, AnimatorNS.DecorationType.None);
     this.bunifuFlatButton1.DisabledColor            = System.Drawing.Color.Gray;
     this.bunifuFlatButton1.Font                     = new System.Drawing.Font("Century Gothic", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.bunifuFlatButton1.Iconcolor                = System.Drawing.Color.Transparent;
     this.bunifuFlatButton1.Iconimage                = ((System.Drawing.Image)(resources.GetObject("bunifuFlatButton1.Iconimage")));
     this.bunifuFlatButton1.Iconimage_right          = null;
     this.bunifuFlatButton1.Iconimage_right_Selected = null;
     this.bunifuFlatButton1.Iconimage_Selected       = null;
     this.bunifuFlatButton1.IconMarginLeft           = 0;
     this.bunifuFlatButton1.IconMarginRight          = 0;
     this.bunifuFlatButton1.IconRightVisible         = true;
     this.bunifuFlatButton1.IconRightZoom            = 0D;
     this.bunifuFlatButton1.IconVisible              = true;
     this.bunifuFlatButton1.IconZoom                 = 90D;
     this.bunifuFlatButton1.IsTab                    = false;
     this.bunifuFlatButton1.Location                 = new System.Drawing.Point(45, 463);
     this.bunifuFlatButton1.Margin                   = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.bunifuFlatButton1.Name                     = "bunifuFlatButton1";
     this.bunifuFlatButton1.Normalcolor              = System.Drawing.Color.FromArgb(((int)(((byte)(46)))), ((int)(((byte)(139)))), ((int)(((byte)(87)))));
     this.bunifuFlatButton1.OnHovercolor             = System.Drawing.Color.FromArgb(((int)(((byte)(36)))), ((int)(((byte)(129)))), ((int)(((byte)(77)))));
     this.bunifuFlatButton1.OnHoverTextColor         = System.Drawing.Color.White;
     this.bunifuFlatButton1.selected                 = false;
     this.bunifuFlatButton1.Size                     = new System.Drawing.Size(118, 42);
     this.bunifuFlatButton1.TabIndex                 = 48;
     this.bunifuFlatButton1.Text                     = "Save";
     this.bunifuFlatButton1.TextAlign                = System.Drawing.ContentAlignment.MiddleLeft;
     this.bunifuFlatButton1.Textcolor                = System.Drawing.Color.White;
     this.bunifuFlatButton1.TextFont                 = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.bunifuFlatButton1.Click                   += new System.EventHandler(this.bunifuFlatButton1_Click);
     //
     // bunifuDragControl1
     //
     this.bunifuDragControl1.Fixed         = true;
     this.bunifuDragControl1.Horizontal    = true;
     this.bunifuDragControl1.TargetControl = this;
     this.bunifuDragControl1.Vertical      = true;
     //
     // animator1
     //
     this.animator1.AnimationType      = AnimatorNS.AnimationType.VertSlide;
     this.animator1.Cursor             = null;
     animation1.AnimateOnlyDifferences = true;
     animation1.BlindCoeff             = ((System.Drawing.PointF)(resources.GetObject("animation1.BlindCoeff")));
     animation1.LeafCoeff            = 0F;
     animation1.MaxTime              = 1F;
     animation1.MinTime              = 0F;
     animation1.MosaicCoeff          = ((System.Drawing.PointF)(resources.GetObject("animation1.MosaicCoeff")));
     animation1.MosaicShift          = ((System.Drawing.PointF)(resources.GetObject("animation1.MosaicShift")));
     animation1.MosaicSize           = 0;
     animation1.Padding              = new System.Windows.Forms.Padding(0);
     animation1.RotateCoeff          = 0F;
     animation1.RotateLimit          = 0F;
     animation1.ScaleCoeff           = ((System.Drawing.PointF)(resources.GetObject("animation1.ScaleCoeff")));
     animation1.SlideCoeff           = ((System.Drawing.PointF)(resources.GetObject("animation1.SlideCoeff")));
     animation1.TimeCoeff            = 0F;
     animation1.TransparencyCoeff    = 0F;
     this.animator1.DefaultAnimation = animation1;
     //
     // Modifier_Article
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(391, 517);
     this.Controls.Add(this.bunifuFlatButton2);
     this.Controls.Add(this.bunifuFlatButton1);
     this.Controls.Add(this.txtTVA);
     this.Controls.Add(this.txtQte);
     this.Controls.Add(this.label8);
     this.Controls.Add(this.txtPrixVente);
     this.Controls.Add(this.label7);
     this.Controls.Add(this.txtdesc);
     this.Controls.Add(this.label6);
     this.Controls.Add(this.txtPrixAchat);
     this.Controls.Add(this.label5);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.ComboFamille);
     this.Controls.Add(this.lblRef);
     this.Controls.Add(this.label4);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.panel3);
     this.Controls.Add(this.panel2);
     this.Controls.Add(this.panel1);
     this.Controls.Add(this.pnlHeader);
     this.animator1.SetDecoration(this, AnimatorNS.DecorationType.None);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.Name            = "Modifier_Article";
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "Modifier_Article";
     this.Load           += new System.EventHandler(this.Modifier_Article_Load);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
コード例 #17
0
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
            AnimatorNS.Animation animation1 = new AnimatorNS.Animation();
            this.menuStrip1 = new System.Windows.Forms.MenuStrip();
            this.fileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.newToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.openToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripSeparator = new System.Windows.Forms.ToolStripSeparator();
            this.saveToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.saveAsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
            this.printToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.printPreviewToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
            this.newInstanceToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.restartToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.exitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.editToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.undoToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.redoToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
            this.cutToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.copyToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.pasteToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator();
            this.selectAllToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.toolsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.customizeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.optionsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.driverHelperToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.helpToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.contentsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.indexToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.searchToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripSeparator5 = new System.Windows.Forms.ToolStripSeparator();
            this.aboutToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.tabControlEx1 = new AnimatorNS.TabControlEx();
            this.tabPage1 = new System.Windows.Forms.TabPage();
            this.uart1 = new UART_Perfect.UART();
            this.tabPage2 = new System.Windows.Forms.TabPage();
            this.uart2 = new UART_Perfect.UART();
            this.tabPage3 = new System.Windows.Forms.TabPage();
            this.uart3 = new UART_Perfect.UART();
            this.tabPage4 = new System.Windows.Forms.TabPage();
            this.uart4 = new UART_Perfect.UART();
            this.tabPage5 = new System.Windows.Forms.TabPage();
            this.uart5 = new UART_Perfect.UART();
            this.tabPage6 = new System.Windows.Forms.TabPage();
            this.uart6 = new UART_Perfect.UART();
            this.menuStrip1.SuspendLayout();
            this.tabControlEx1.SuspendLayout();
            this.tabPage1.SuspendLayout();
            this.tabPage2.SuspendLayout();
            this.tabPage3.SuspendLayout();
            this.tabPage4.SuspendLayout();
            this.tabPage5.SuspendLayout();
            this.tabPage6.SuspendLayout();
            this.SuspendLayout();
            // 
            // menuStrip1
            // 
            this.menuStrip1.BackColor = System.Drawing.Color.White;
            this.menuStrip1.ImageScalingSize = new System.Drawing.Size(20, 20);
            this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.fileToolStripMenuItem,
            this.editToolStripMenuItem,
            this.toolsToolStripMenuItem,
            this.helpToolStripMenuItem});
            this.menuStrip1.Location = new System.Drawing.Point(0, 0);
            this.menuStrip1.Name = "menuStrip1";
            this.menuStrip1.Padding = new System.Windows.Forms.Padding(8, 2, 0, 2);
            this.menuStrip1.RenderMode = System.Windows.Forms.ToolStripRenderMode.Professional;
            this.menuStrip1.Size = new System.Drawing.Size(1160, 28);
            this.menuStrip1.TabIndex = 0;
            this.menuStrip1.Text = "menuStrip1";
            // 
            // fileToolStripMenuItem
            // 
            this.fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.newToolStripMenuItem,
            this.openToolStripMenuItem,
            this.toolStripSeparator,
            this.saveToolStripMenuItem,
            this.saveAsToolStripMenuItem,
            this.toolStripSeparator1,
            this.printToolStripMenuItem,
            this.printPreviewToolStripMenuItem,
            this.toolStripSeparator2,
            this.newInstanceToolStripMenuItem,
            this.restartToolStripMenuItem,
            this.exitToolStripMenuItem});
            this.fileToolStripMenuItem.Name = "fileToolStripMenuItem";
            this.fileToolStripMenuItem.Size = new System.Drawing.Size(44, 24);
            this.fileToolStripMenuItem.Text = "&File";
            // 
            // newToolStripMenuItem
            // 
            this.newToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("newToolStripMenuItem.Image")));
            this.newToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.newToolStripMenuItem.Name = "newToolStripMenuItem";
            this.newToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.N)));
            this.newToolStripMenuItem.Size = new System.Drawing.Size(173, 26);
            this.newToolStripMenuItem.Text = "&New";
            // 
            // openToolStripMenuItem
            // 
            this.openToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("openToolStripMenuItem.Image")));
            this.openToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.openToolStripMenuItem.Name = "openToolStripMenuItem";
            this.openToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.O)));
            this.openToolStripMenuItem.Size = new System.Drawing.Size(173, 26);
            this.openToolStripMenuItem.Text = "&Open";
            // 
            // toolStripSeparator
            // 
            this.toolStripSeparator.Name = "toolStripSeparator";
            this.toolStripSeparator.Size = new System.Drawing.Size(170, 6);
            // 
            // saveToolStripMenuItem
            // 
            this.saveToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("saveToolStripMenuItem.Image")));
            this.saveToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.saveToolStripMenuItem.Name = "saveToolStripMenuItem";
            this.saveToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.S)));
            this.saveToolStripMenuItem.Size = new System.Drawing.Size(173, 26);
            this.saveToolStripMenuItem.Text = "&Save";
            // 
            // saveAsToolStripMenuItem
            // 
            this.saveAsToolStripMenuItem.Name = "saveAsToolStripMenuItem";
            this.saveAsToolStripMenuItem.Size = new System.Drawing.Size(173, 26);
            this.saveAsToolStripMenuItem.Text = "Save &As";
            // 
            // toolStripSeparator1
            // 
            this.toolStripSeparator1.Name = "toolStripSeparator1";
            this.toolStripSeparator1.Size = new System.Drawing.Size(170, 6);
            // 
            // printToolStripMenuItem
            // 
            this.printToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("printToolStripMenuItem.Image")));
            this.printToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.printToolStripMenuItem.Name = "printToolStripMenuItem";
            this.printToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.P)));
            this.printToolStripMenuItem.Size = new System.Drawing.Size(173, 26);
            this.printToolStripMenuItem.Text = "&Print";
            // 
            // printPreviewToolStripMenuItem
            // 
            this.printPreviewToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("printPreviewToolStripMenuItem.Image")));
            this.printPreviewToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.printPreviewToolStripMenuItem.Name = "printPreviewToolStripMenuItem";
            this.printPreviewToolStripMenuItem.Size = new System.Drawing.Size(173, 26);
            this.printPreviewToolStripMenuItem.Text = "Print Pre&view";
            // 
            // toolStripSeparator2
            // 
            this.toolStripSeparator2.Name = "toolStripSeparator2";
            this.toolStripSeparator2.Size = new System.Drawing.Size(170, 6);
            // 
            // newInstanceToolStripMenuItem
            // 
            this.newInstanceToolStripMenuItem.Name = "newInstanceToolStripMenuItem";
            this.newInstanceToolStripMenuItem.Size = new System.Drawing.Size(173, 26);
            this.newInstanceToolStripMenuItem.Text = "&New Instance";
            // 
            // restartToolStripMenuItem
            // 
            this.restartToolStripMenuItem.Name = "restartToolStripMenuItem";
            this.restartToolStripMenuItem.Size = new System.Drawing.Size(173, 26);
            this.restartToolStripMenuItem.Text = "&Restart";
            this.restartToolStripMenuItem.Click += new System.EventHandler(this.restartToolStripMenuItem_Click);
            // 
            // exitToolStripMenuItem
            // 
            this.exitToolStripMenuItem.Name = "exitToolStripMenuItem";
            this.exitToolStripMenuItem.Size = new System.Drawing.Size(173, 26);
            this.exitToolStripMenuItem.Text = "E&xit";
            this.exitToolStripMenuItem.Click += new System.EventHandler(this.exitToolStripMenuItem_Click);
            // 
            // editToolStripMenuItem
            // 
            this.editToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.undoToolStripMenuItem,
            this.redoToolStripMenuItem,
            this.toolStripSeparator3,
            this.cutToolStripMenuItem,
            this.copyToolStripMenuItem,
            this.pasteToolStripMenuItem,
            this.toolStripSeparator4,
            this.selectAllToolStripMenuItem});
            this.editToolStripMenuItem.Name = "editToolStripMenuItem";
            this.editToolStripMenuItem.Size = new System.Drawing.Size(47, 24);
            this.editToolStripMenuItem.Text = "&Edit";
            // 
            // undoToolStripMenuItem
            // 
            this.undoToolStripMenuItem.Name = "undoToolStripMenuItem";
            this.undoToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Z)));
            this.undoToolStripMenuItem.Size = new System.Drawing.Size(171, 26);
            this.undoToolStripMenuItem.Text = "&Undo";
            // 
            // redoToolStripMenuItem
            // 
            this.redoToolStripMenuItem.Name = "redoToolStripMenuItem";
            this.redoToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Y)));
            this.redoToolStripMenuItem.Size = new System.Drawing.Size(171, 26);
            this.redoToolStripMenuItem.Text = "&Redo";
            // 
            // toolStripSeparator3
            // 
            this.toolStripSeparator3.Name = "toolStripSeparator3";
            this.toolStripSeparator3.Size = new System.Drawing.Size(168, 6);
            // 
            // cutToolStripMenuItem
            // 
            this.cutToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("cutToolStripMenuItem.Image")));
            this.cutToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.cutToolStripMenuItem.Name = "cutToolStripMenuItem";
            this.cutToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.X)));
            this.cutToolStripMenuItem.Size = new System.Drawing.Size(171, 26);
            this.cutToolStripMenuItem.Text = "Cu&t";
            // 
            // copyToolStripMenuItem
            // 
            this.copyToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("copyToolStripMenuItem.Image")));
            this.copyToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.copyToolStripMenuItem.Name = "copyToolStripMenuItem";
            this.copyToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.C)));
            this.copyToolStripMenuItem.Size = new System.Drawing.Size(171, 26);
            this.copyToolStripMenuItem.Text = "&Copy";
            // 
            // pasteToolStripMenuItem
            // 
            this.pasteToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("pasteToolStripMenuItem.Image")));
            this.pasteToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.pasteToolStripMenuItem.Name = "pasteToolStripMenuItem";
            this.pasteToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.V)));
            this.pasteToolStripMenuItem.Size = new System.Drawing.Size(171, 26);
            this.pasteToolStripMenuItem.Text = "&Paste";
            // 
            // toolStripSeparator4
            // 
            this.toolStripSeparator4.Name = "toolStripSeparator4";
            this.toolStripSeparator4.Size = new System.Drawing.Size(168, 6);
            // 
            // selectAllToolStripMenuItem
            // 
            this.selectAllToolStripMenuItem.Name = "selectAllToolStripMenuItem";
            this.selectAllToolStripMenuItem.Size = new System.Drawing.Size(171, 26);
            this.selectAllToolStripMenuItem.Text = "Select &All";
            // 
            // toolsToolStripMenuItem
            // 
            this.toolsToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.customizeToolStripMenuItem,
            this.optionsToolStripMenuItem,
            this.driverHelperToolStripMenuItem});
            this.toolsToolStripMenuItem.Name = "toolsToolStripMenuItem";
            this.toolsToolStripMenuItem.Size = new System.Drawing.Size(56, 24);
            this.toolsToolStripMenuItem.Text = "&Tools";
            // 
            // customizeToolStripMenuItem
            // 
            this.customizeToolStripMenuItem.Name = "customizeToolStripMenuItem";
            this.customizeToolStripMenuItem.Size = new System.Drawing.Size(173, 26);
            this.customizeToolStripMenuItem.Text = "&Customize";
            // 
            // optionsToolStripMenuItem
            // 
            this.optionsToolStripMenuItem.Name = "optionsToolStripMenuItem";
            this.optionsToolStripMenuItem.Size = new System.Drawing.Size(173, 26);
            this.optionsToolStripMenuItem.Text = "&Options";
            // 
            // driverHelperToolStripMenuItem
            // 
            this.driverHelperToolStripMenuItem.Name = "driverHelperToolStripMenuItem";
            this.driverHelperToolStripMenuItem.Size = new System.Drawing.Size(173, 26);
            this.driverHelperToolStripMenuItem.Text = "&Driver Helper";
            // 
            // helpToolStripMenuItem
            // 
            this.helpToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.contentsToolStripMenuItem,
            this.indexToolStripMenuItem,
            this.searchToolStripMenuItem,
            this.toolStripSeparator5,
            this.aboutToolStripMenuItem});
            this.helpToolStripMenuItem.Name = "helpToolStripMenuItem";
            this.helpToolStripMenuItem.Size = new System.Drawing.Size(53, 24);
            this.helpToolStripMenuItem.Text = "&Help";
            // 
            // contentsToolStripMenuItem
            // 
            this.contentsToolStripMenuItem.Name = "contentsToolStripMenuItem";
            this.contentsToolStripMenuItem.Size = new System.Drawing.Size(142, 26);
            this.contentsToolStripMenuItem.Text = "&Contents";
            // 
            // indexToolStripMenuItem
            // 
            this.indexToolStripMenuItem.Name = "indexToolStripMenuItem";
            this.indexToolStripMenuItem.Size = new System.Drawing.Size(142, 26);
            this.indexToolStripMenuItem.Text = "&Index";
            // 
            // searchToolStripMenuItem
            // 
            this.searchToolStripMenuItem.Name = "searchToolStripMenuItem";
            this.searchToolStripMenuItem.Size = new System.Drawing.Size(142, 26);
            this.searchToolStripMenuItem.Text = "&Search";
            // 
            // toolStripSeparator5
            // 
            this.toolStripSeparator5.Name = "toolStripSeparator5";
            this.toolStripSeparator5.Size = new System.Drawing.Size(139, 6);
            // 
            // aboutToolStripMenuItem
            // 
            this.aboutToolStripMenuItem.Name = "aboutToolStripMenuItem";
            this.aboutToolStripMenuItem.Size = new System.Drawing.Size(142, 26);
            this.aboutToolStripMenuItem.Text = "&About...";
            this.aboutToolStripMenuItem.Click += new System.EventHandler(this.aboutToolStripMenuItem_Click);
            // 
            // tabControlEx1
            // 
            animation1.AnimateOnlyDifferences = false;
            animation1.BlindCoeff = ((System.Drawing.PointF)(resources.GetObject("animation1.BlindCoeff")));
            animation1.LeafCoeff = 0F;
            animation1.MaxTime = 1F;
            animation1.MinTime = 0F;
            animation1.MosaicCoeff = ((System.Drawing.PointF)(resources.GetObject("animation1.MosaicCoeff")));
            animation1.MosaicShift = ((System.Drawing.PointF)(resources.GetObject("animation1.MosaicShift")));
            animation1.MosaicSize = 0;
            animation1.Padding = new System.Windows.Forms.Padding(0);
            animation1.RotateCoeff = 0F;
            animation1.RotateLimit = 0F;
            animation1.ScaleCoeff = ((System.Drawing.PointF)(resources.GetObject("animation1.ScaleCoeff")));
            animation1.SlideCoeff = ((System.Drawing.PointF)(resources.GetObject("animation1.SlideCoeff")));
            animation1.TimeCoeff = 1F;
            animation1.TransparencyCoeff = 0F;
            this.tabControlEx1.Animation = animation1;
            this.tabControlEx1.Controls.Add(this.tabPage1);
            this.tabControlEx1.Controls.Add(this.tabPage2);
            this.tabControlEx1.Controls.Add(this.tabPage3);
            this.tabControlEx1.Controls.Add(this.tabPage4);
            this.tabControlEx1.Controls.Add(this.tabPage5);
            this.tabControlEx1.Controls.Add(this.tabPage6);
            this.tabControlEx1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tabControlEx1.Location = new System.Drawing.Point(0, 28);
            this.tabControlEx1.Name = "tabControlEx1";
            this.tabControlEx1.SelectedIndex = 0;
            this.tabControlEx1.Size = new System.Drawing.Size(1160, 655);
            this.tabControlEx1.TabIndex = 1;
            // 
            // tabPage1
            // 
            this.tabPage1.BackColor = System.Drawing.Color.White;
            this.tabPage1.Controls.Add(this.uart1);
            this.tabPage1.Location = new System.Drawing.Point(4, 25);
            this.tabPage1.Name = "tabPage1";
            this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
            this.tabPage1.Size = new System.Drawing.Size(1152, 626);
            this.tabPage1.TabIndex = 0;
            this.tabPage1.Text = "UART 01";
            // 
            // uart1
            // 
            this.uart1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.uart1.Location = new System.Drawing.Point(3, 3);
            this.uart1.Margin = new System.Windows.Forms.Padding(4);
            this.uart1.Name = "uart1";
            this.uart1.Size = new System.Drawing.Size(1146, 620);
            this.uart1.TabIndex = 0;
            // 
            // tabPage2
            // 
            this.tabPage2.BackColor = System.Drawing.SystemColors.ActiveCaption;
            this.tabPage2.Controls.Add(this.uart2);
            this.tabPage2.Location = new System.Drawing.Point(4, 25);
            this.tabPage2.Name = "tabPage2";
            this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
            this.tabPage2.Size = new System.Drawing.Size(1152, 626);
            this.tabPage2.TabIndex = 1;
            this.tabPage2.Text = "UART 02";
            // 
            // uart2
            // 
            this.uart2.Dock = System.Windows.Forms.DockStyle.Fill;
            this.uart2.Location = new System.Drawing.Point(3, 3);
            this.uart2.Margin = new System.Windows.Forms.Padding(4);
            this.uart2.Name = "uart2";
            this.uart2.Size = new System.Drawing.Size(1146, 620);
            this.uart2.TabIndex = 0;
            // 
            // tabPage3
            // 
            this.tabPage3.BackColor = System.Drawing.Color.PaleGreen;
            this.tabPage3.Controls.Add(this.uart3);
            this.tabPage3.Location = new System.Drawing.Point(4, 25);
            this.tabPage3.Name = "tabPage3";
            this.tabPage3.Padding = new System.Windows.Forms.Padding(3);
            this.tabPage3.Size = new System.Drawing.Size(1152, 626);
            this.tabPage3.TabIndex = 2;
            this.tabPage3.Text = "UART 03";
            // 
            // uart3
            // 
            this.uart3.Dock = System.Windows.Forms.DockStyle.Fill;
            this.uart3.Location = new System.Drawing.Point(3, 3);
            this.uart3.Margin = new System.Windows.Forms.Padding(4);
            this.uart3.Name = "uart3";
            this.uart3.Size = new System.Drawing.Size(1146, 620);
            this.uart3.TabIndex = 0;
            // 
            // tabPage4
            // 
            this.tabPage4.BackColor = System.Drawing.Color.LightGray;
            this.tabPage4.Controls.Add(this.uart4);
            this.tabPage4.Location = new System.Drawing.Point(4, 25);
            this.tabPage4.Name = "tabPage4";
            this.tabPage4.Padding = new System.Windows.Forms.Padding(3);
            this.tabPage4.Size = new System.Drawing.Size(1152, 626);
            this.tabPage4.TabIndex = 3;
            this.tabPage4.Text = "UART 04";
            // 
            // uart4
            // 
            this.uart4.Dock = System.Windows.Forms.DockStyle.Fill;
            this.uart4.Location = new System.Drawing.Point(3, 3);
            this.uart4.Margin = new System.Windows.Forms.Padding(4);
            this.uart4.Name = "uart4";
            this.uart4.Size = new System.Drawing.Size(1146, 620);
            this.uart4.TabIndex = 0;
            // 
            // tabPage5
            // 
            this.tabPage5.BackColor = System.Drawing.Color.MediumPurple;
            this.tabPage5.Controls.Add(this.uart5);
            this.tabPage5.Location = new System.Drawing.Point(4, 25);
            this.tabPage5.Name = "tabPage5";
            this.tabPage5.Padding = new System.Windows.Forms.Padding(3);
            this.tabPage5.Size = new System.Drawing.Size(1152, 626);
            this.tabPage5.TabIndex = 4;
            this.tabPage5.Text = "UART 05";
            // 
            // uart5
            // 
            this.uart5.Dock = System.Windows.Forms.DockStyle.Fill;
            this.uart5.Location = new System.Drawing.Point(3, 3);
            this.uart5.Margin = new System.Windows.Forms.Padding(4);
            this.uart5.Name = "uart5";
            this.uart5.Size = new System.Drawing.Size(1146, 620);
            this.uart5.TabIndex = 0;
            // 
            // tabPage6
            // 
            this.tabPage6.BackColor = System.Drawing.Color.Wheat;
            this.tabPage6.Controls.Add(this.uart6);
            this.tabPage6.Location = new System.Drawing.Point(4, 25);
            this.tabPage6.Name = "tabPage6";
            this.tabPage6.Padding = new System.Windows.Forms.Padding(3);
            this.tabPage6.Size = new System.Drawing.Size(1152, 626);
            this.tabPage6.TabIndex = 5;
            this.tabPage6.Text = "UART 06";
            // 
            // uart6
            // 
            this.uart6.BackColor = System.Drawing.Color.Transparent;
            this.uart6.Dock = System.Windows.Forms.DockStyle.Fill;
            this.uart6.Location = new System.Drawing.Point(3, 3);
            this.uart6.Margin = new System.Windows.Forms.Padding(4);
            this.uart6.Name = "uart6";
            this.uart6.Size = new System.Drawing.Size(1146, 620);
            this.uart6.TabIndex = 0;
            // 
            // Form1
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.BackColor = System.Drawing.Color.White;
            this.BackgroundImage = global::UART_Perfect.Properties.Resources.Image1;
            this.ClientSize = new System.Drawing.Size(1160, 683);
            this.Controls.Add(this.tabControlEx1);
            this.Controls.Add(this.menuStrip1);
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.MainMenuStrip = this.menuStrip1;
            this.Margin = new System.Windows.Forms.Padding(4);
            this.Name = "Form1";
            this.Text = "UART Perfect by V I N C E N T";
            this.menuStrip1.ResumeLayout(false);
            this.menuStrip1.PerformLayout();
            this.tabControlEx1.ResumeLayout(false);
            this.tabPage1.ResumeLayout(false);
            this.tabPage2.ResumeLayout(false);
            this.tabPage3.ResumeLayout(false);
            this.tabPage4.ResumeLayout(false);
            this.tabPage5.ResumeLayout(false);
            this.tabPage6.ResumeLayout(false);
            this.ResumeLayout(false);
            this.PerformLayout();

        }
コード例 #18
0
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            System.Windows.Forms.TreeNode treeNode1 = new System.Windows.Forms.TreeNode("Node1");
            System.Windows.Forms.TreeNode treeNode2 = new System.Windows.Forms.TreeNode("Node0", new System.Windows.Forms.TreeNode[] {
            treeNode1});
            System.Windows.Forms.TreeNode treeNode3 = new System.Windows.Forms.TreeNode("Node5");
            System.Windows.Forms.TreeNode treeNode4 = new System.Windows.Forms.TreeNode("Node2", new System.Windows.Forms.TreeNode[] {
            treeNode3});
            System.Windows.Forms.TreeNode treeNode5 = new System.Windows.Forms.TreeNode("Node3");
            System.Windows.Forms.TreeNode treeNode6 = new System.Windows.Forms.TreeNode("Node4");
            System.Windows.Forms.TreeNode treeNode7 = new System.Windows.Forms.TreeNode("Node6");
            System.Windows.Forms.TreeNode treeNode8 = new System.Windows.Forms.TreeNode("Node7");
            System.Windows.Forms.TreeNode treeNode9 = new System.Windows.Forms.TreeNode("Node8");
            AnimatorNS.Animation animation1 = new AnimatorNS.Animation();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm));
            this.pnTop = new System.Windows.Forms.Panel();
            this.label4 = new System.Windows.Forms.Label();
            this.btDecoration = new System.Windows.Forms.Button();
            this.label3 = new System.Windows.Forms.Label();
            this.btAnimatedTabs = new System.Windows.Forms.Button();
            this.label1 = new System.Windows.Forms.Label();
            this.btExample1 = new System.Windows.Forms.Button();
            this.rbCustom = new System.Windows.Forms.RadioButton();
            this.rbAdjusted = new System.Windows.Forms.RadioButton();
            this.rbCombination = new System.Windows.Forms.RadioButton();
            this.rbPredefined = new System.Windows.Forms.RadioButton();
            this.groupBox1 = new System.Windows.Forms.GroupBox();
            this.radioButton2 = new System.Windows.Forms.RadioButton();
            this.radioButton1 = new System.Windows.Forms.RadioButton();
            this.tcMain = new System.Windows.Forms.TabControl();
            this.tpImage = new System.Windows.Forms.TabPage();
            this.tpSimpleControls = new System.Windows.Forms.TabPage();
            this.tpDataGrid = new System.Windows.Forms.TabPage();
            this.tpTabPages = new System.Windows.Forms.TabPage();
            this.tpUpdateMode = new System.Windows.Forms.TabPage();
            this.pnMain = new System.Windows.Forms.Panel();
            this.lb = new System.Windows.Forms.Label();
            this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel();
            this.button1 = new System.Windows.Forms.Button();
            this.button2 = new System.Windows.Forms.Button();
            this.button3 = new System.Windows.Forms.Button();
            this.button4 = new System.Windows.Forms.Button();
            this.button5 = new System.Windows.Forms.Button();
            this.dataGridView2 = new System.Windows.Forms.DataGridView();
            this.Column7 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.Column8 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.Column9 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.listBox1 = new System.Windows.Forms.ListBox();
            this.comboBox1 = new System.Windows.Forms.ComboBox();
            this.treeView1 = new System.Windows.Forms.TreeView();
            this.statusStrip1 = new System.Windows.Forms.StatusStrip();
            this.toolStripStatusLabel1 = new System.Windows.Forms.ToolStripStatusLabel();
            this.toolStripProgressBar1 = new System.Windows.Forms.ToolStripProgressBar();
            this.toolStripDropDownButton1 = new System.Windows.Forms.ToolStripDropDownButton();
            this.toolStrip1 = new System.Windows.Forms.ToolStrip();
            this.newToolStripButton = new System.Windows.Forms.ToolStripButton();
            this.openToolStripButton = new System.Windows.Forms.ToolStripButton();
            this.saveToolStripButton = new System.Windows.Forms.ToolStripButton();
            this.printToolStripButton = new System.Windows.Forms.ToolStripButton();
            this.toolStripSeparator = new System.Windows.Forms.ToolStripSeparator();
            this.cutToolStripButton = new System.Windows.Forms.ToolStripButton();
            this.copyToolStripButton = new System.Windows.Forms.ToolStripButton();
            this.pasteToolStripButton = new System.Windows.Forms.ToolStripButton();
            this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
            this.helpToolStripButton = new System.Windows.Forms.ToolStripButton();
            this.checkBox1 = new System.Windows.Forms.CheckBox();
            this.pictureBox1 = new System.Windows.Forms.PictureBox();
            this.bt = new System.Windows.Forms.Button();
            this.dataGridView1 = new System.Windows.Forms.DataGridView();
            this.Column1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.Column2 = new System.Windows.Forms.DataGridViewComboBoxColumn();
            this.Column3 = new System.Windows.Forms.DataGridViewCheckBoxColumn();
            this.Column4 = new System.Windows.Forms.DataGridViewButtonColumn();
            this.Column5 = new System.Windows.Forms.DataGridViewLinkColumn();
            this.Column6 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.textBox1 = new System.Windows.Forms.TextBox();
            this.menuStrip1 = new System.Windows.Forms.MenuStrip();
            this.fileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.newToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.openToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
            this.saveToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.saveAsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
            this.printToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.printPreviewToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator();
            this.exitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.editToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.undoToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.redoToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripSeparator5 = new System.Windows.Forms.ToolStripSeparator();
            this.cutToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.copyToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.pasteToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripSeparator6 = new System.Windows.Forms.ToolStripSeparator();
            this.selectAllToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.toolsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.customizeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.optionsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.helpToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.contentsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.indexToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.searchToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripSeparator7 = new System.Windows.Forms.ToolStripSeparator();
            this.aboutToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.progressBar1 = new System.Windows.Forms.ProgressBar();
            this.lbUpdate = new System.Windows.Forms.Label();
            this.pnLeft = new System.Windows.Forms.Panel();
            this.label2 = new System.Windows.Forms.Label();
            this.predefinedList2 = new Tester.Controls.PredefinedList2();
            this.tbCode = new System.Windows.Forms.TextBox();
            this.pg = new System.Windows.Forms.PropertyGrid();
            this.predefinedList1 = new Tester.Controls.PredefinedList();
            this.btAnimate = new System.Windows.Forms.Button();
            this.btShow = new System.Windows.Forms.Button();
            this.btHide = new System.Windows.Forms.Button();
            this.timer1 = new System.Windows.Forms.Timer(this.components);
            this.animator = new AnimatorNS.Animator(this.components);
            this.pnTop.SuspendLayout();
            this.groupBox1.SuspendLayout();
            this.tcMain.SuspendLayout();
            this.pnMain.SuspendLayout();
            this.flowLayoutPanel1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.dataGridView2)).BeginInit();
            this.statusStrip1.SuspendLayout();
            this.toolStrip1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
            this.menuStrip1.SuspendLayout();
            this.pnLeft.SuspendLayout();
            this.SuspendLayout();
            // 
            // pnTop
            // 
            this.pnTop.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.pnTop.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.pnTop.Controls.Add(this.label4);
            this.pnTop.Controls.Add(this.btDecoration);
            this.pnTop.Controls.Add(this.label3);
            this.pnTop.Controls.Add(this.btAnimatedTabs);
            this.pnTop.Controls.Add(this.label1);
            this.pnTop.Controls.Add(this.btExample1);
            this.animator.SetDecoration(this.pnTop, AnimatorNS.DecorationType.None);
            this.pnTop.Location = new System.Drawing.Point(218, 11);
            this.pnTop.Name = "pnTop";
            this.pnTop.Size = new System.Drawing.Size(645, 84);
            this.pnTop.TabIndex = 0;
            // 
            // label4
            // 
            this.animator.SetDecoration(this.label4, AnimatorNS.DecorationType.None);
            this.label4.Location = new System.Drawing.Point(248, 10);
            this.label4.Name = "label4";
            this.label4.Size = new System.Drawing.Size(147, 24);
            this.label4.TabIndex = 9;
            this.label4.Text = "Decoration sample";
            this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // btDecoration
            // 
            this.animator.SetDecoration(this.btDecoration, AnimatorNS.DecorationType.None);
            this.btDecoration.Location = new System.Drawing.Point(401, 10);
            this.btDecoration.Name = "btDecoration";
            this.btDecoration.Size = new System.Drawing.Size(75, 23);
            this.btDecoration.TabIndex = 8;
            this.btDecoration.Text = "Show";
            this.btDecoration.UseVisualStyleBackColor = true;
            this.btDecoration.Click += new System.EventHandler(this.btDecoration_Click);
            // 
            // label3
            // 
            this.animator.SetDecoration(this.label3, AnimatorNS.DecorationType.None);
            this.label3.Location = new System.Drawing.Point(3, 40);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(147, 24);
            this.label3.TabIndex = 7;
            this.label3.Text = "Animated tabs sample";
            this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // btAnimatedTabs
            // 
            this.animator.SetDecoration(this.btAnimatedTabs, AnimatorNS.DecorationType.None);
            this.btAnimatedTabs.Location = new System.Drawing.Point(156, 41);
            this.btAnimatedTabs.Name = "btAnimatedTabs";
            this.btAnimatedTabs.Size = new System.Drawing.Size(75, 23);
            this.btAnimatedTabs.TabIndex = 6;
            this.btAnimatedTabs.Text = "Show";
            this.btAnimatedTabs.UseVisualStyleBackColor = true;
            this.btAnimatedTabs.Click += new System.EventHandler(this.btAnimatedTabs_Click);
            // 
            // label1
            // 
            this.animator.SetDecoration(this.label1, AnimatorNS.DecorationType.None);
            this.label1.Location = new System.Drawing.Point(6, 9);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(147, 24);
            this.label1.TabIndex = 5;
            this.label1.Text = "Simplest examples of usage";
            this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // btExample1
            // 
            this.animator.SetDecoration(this.btExample1, AnimatorNS.DecorationType.None);
            this.btExample1.Location = new System.Drawing.Point(156, 10);
            this.btExample1.Name = "btExample1";
            this.btExample1.Size = new System.Drawing.Size(75, 23);
            this.btExample1.TabIndex = 4;
            this.btExample1.Text = "Show";
            this.btExample1.UseVisualStyleBackColor = true;
            this.btExample1.Click += new System.EventHandler(this.btExample1_Click);
            // 
            // rbCustom
            // 
            this.rbCustom.AutoSize = true;
            this.animator.SetDecoration(this.rbCustom, AnimatorNS.DecorationType.None);
            this.rbCustom.Location = new System.Drawing.Point(5, 101);
            this.rbCustom.Name = "rbCustom";
            this.rbCustom.Size = new System.Drawing.Size(108, 17);
            this.rbCustom.TabIndex = 3;
            this.rbCustom.TabStop = true;
            this.rbCustom.Text = "Custom animation";
            this.rbCustom.UseVisualStyleBackColor = true;
            this.rbCustom.CheckedChanged += new System.EventHandler(this.rbPredefined_CheckedChanged);
            // 
            // rbAdjusted
            // 
            this.rbAdjusted.AutoSize = true;
            this.animator.SetDecoration(this.rbAdjusted, AnimatorNS.DecorationType.None);
            this.rbAdjusted.Location = new System.Drawing.Point(5, 78);
            this.rbAdjusted.Name = "rbAdjusted";
            this.rbAdjusted.Size = new System.Drawing.Size(122, 17);
            this.rbAdjusted.TabIndex = 2;
            this.rbAdjusted.TabStop = true;
            this.rbAdjusted.Text = "Adjustable animation";
            this.rbAdjusted.UseVisualStyleBackColor = true;
            this.rbAdjusted.CheckedChanged += new System.EventHandler(this.rbPredefined_CheckedChanged);
            // 
            // rbCombination
            // 
            this.rbCombination.AutoSize = true;
            this.animator.SetDecoration(this.rbCombination, AnimatorNS.DecorationType.None);
            this.rbCombination.Location = new System.Drawing.Point(5, 55);
            this.rbCombination.Name = "rbCombination";
            this.rbCombination.Size = new System.Drawing.Size(201, 17);
            this.rbCombination.TabIndex = 1;
            this.rbCombination.TabStop = true;
            this.rbCombination.Text = "Combination of predefined animations";
            this.rbCombination.UseVisualStyleBackColor = true;
            this.rbCombination.CheckedChanged += new System.EventHandler(this.rbPredefined_CheckedChanged);
            // 
            // rbPredefined
            // 
            this.rbPredefined.AutoSize = true;
            this.animator.SetDecoration(this.rbPredefined, AnimatorNS.DecorationType.None);
            this.rbPredefined.Location = new System.Drawing.Point(5, 32);
            this.rbPredefined.Name = "rbPredefined";
            this.rbPredefined.Size = new System.Drawing.Size(129, 17);
            this.rbPredefined.TabIndex = 0;
            this.rbPredefined.TabStop = true;
            this.rbPredefined.Text = "Predefined animations";
            this.rbPredefined.UseVisualStyleBackColor = true;
            this.rbPredefined.CheckedChanged += new System.EventHandler(this.rbPredefined_CheckedChanged);
            // 
            // groupBox1
            // 
            this.groupBox1.Controls.Add(this.radioButton2);
            this.groupBox1.Controls.Add(this.radioButton1);
            this.animator.SetDecoration(this.groupBox1, AnimatorNS.DecorationType.None);
            this.groupBox1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
            this.groupBox1.Location = new System.Drawing.Point(9, 129);
            this.groupBox1.Name = "groupBox1";
            this.groupBox1.Size = new System.Drawing.Size(158, 125);
            this.groupBox1.TabIndex = 12;
            this.groupBox1.TabStop = false;
            this.groupBox1.Text = "GroupBox";
            this.groupBox1.Visible = false;
            // 
            // radioButton2
            // 
            this.radioButton2.AutoSize = true;
            this.animator.SetDecoration(this.radioButton2, AnimatorNS.DecorationType.None);
            this.radioButton2.Location = new System.Drawing.Point(19, 68);
            this.radioButton2.Name = "radioButton2";
            this.radioButton2.Size = new System.Drawing.Size(90, 17);
            this.radioButton2.TabIndex = 1;
            this.radioButton2.TabStop = true;
            this.radioButton2.Text = "RadioButton2";
            this.radioButton2.UseVisualStyleBackColor = true;
            // 
            // radioButton1
            // 
            this.radioButton1.AutoSize = true;
            this.animator.SetDecoration(this.radioButton1, AnimatorNS.DecorationType.None);
            this.radioButton1.Location = new System.Drawing.Point(19, 36);
            this.radioButton1.Name = "radioButton1";
            this.radioButton1.Size = new System.Drawing.Size(90, 17);
            this.radioButton1.TabIndex = 0;
            this.radioButton1.TabStop = true;
            this.radioButton1.Text = "RadioButton1";
            this.radioButton1.UseVisualStyleBackColor = true;
            // 
            // tcMain
            // 
            this.tcMain.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.tcMain.Controls.Add(this.tpImage);
            this.tcMain.Controls.Add(this.tpSimpleControls);
            this.tcMain.Controls.Add(this.tpDataGrid);
            this.tcMain.Controls.Add(this.tpTabPages);
            this.tcMain.Controls.Add(this.tpUpdateMode);
            this.animator.SetDecoration(this.tcMain, AnimatorNS.DecorationType.None);
            this.tcMain.Location = new System.Drawing.Point(218, 113);
            this.tcMain.Name = "tcMain";
            this.tcMain.SelectedIndex = 0;
            this.tcMain.Size = new System.Drawing.Size(633, 22);
            this.tcMain.TabIndex = 1;
            this.tcMain.SelectedIndexChanged += new System.EventHandler(this.tcMain_SelectedIndexChanged);
            // 
            // tpImage
            // 
            this.animator.SetDecoration(this.tpImage, AnimatorNS.DecorationType.None);
            this.tpImage.Location = new System.Drawing.Point(4, 22);
            this.tpImage.Name = "tpImage";
            this.tpImage.Padding = new System.Windows.Forms.Padding(3);
            this.tpImage.Size = new System.Drawing.Size(625, 0);
            this.tpImage.TabIndex = 0;
            this.tpImage.Text = "PictureBox";
            this.tpImage.UseVisualStyleBackColor = true;
            // 
            // tpSimpleControls
            // 
            this.animator.SetDecoration(this.tpSimpleControls, AnimatorNS.DecorationType.None);
            this.tpSimpleControls.Location = new System.Drawing.Point(4, 22);
            this.tpSimpleControls.Name = "tpSimpleControls";
            this.tpSimpleControls.Padding = new System.Windows.Forms.Padding(3);
            this.tpSimpleControls.Size = new System.Drawing.Size(625, 0);
            this.tpSimpleControls.TabIndex = 1;
            this.tpSimpleControls.Text = "Standard simple controls";
            this.tpSimpleControls.UseVisualStyleBackColor = true;
            // 
            // tpDataGrid
            // 
            this.animator.SetDecoration(this.tpDataGrid, AnimatorNS.DecorationType.None);
            this.tpDataGrid.Location = new System.Drawing.Point(4, 22);
            this.tpDataGrid.Name = "tpDataGrid";
            this.tpDataGrid.Size = new System.Drawing.Size(625, 0);
            this.tpDataGrid.TabIndex = 2;
            this.tpDataGrid.Text = "DataGridView";
            this.tpDataGrid.UseVisualStyleBackColor = true;
            // 
            // tpTabPages
            // 
            this.animator.SetDecoration(this.tpTabPages, AnimatorNS.DecorationType.None);
            this.tpTabPages.Location = new System.Drawing.Point(4, 22);
            this.tpTabPages.Name = "tpTabPages";
            this.tpTabPages.Size = new System.Drawing.Size(625, 0);
            this.tpTabPages.TabIndex = 5;
            this.tpTabPages.Text = "Containers, menus, toolbars";
            this.tpTabPages.UseVisualStyleBackColor = true;
            // 
            // tpUpdateMode
            // 
            this.animator.SetDecoration(this.tpUpdateMode, AnimatorNS.DecorationType.None);
            this.tpUpdateMode.Location = new System.Drawing.Point(4, 22);
            this.tpUpdateMode.Name = "tpUpdateMode";
            this.tpUpdateMode.Padding = new System.Windows.Forms.Padding(3);
            this.tpUpdateMode.Size = new System.Drawing.Size(625, 0);
            this.tpUpdateMode.TabIndex = 4;
            this.tpUpdateMode.Text = "Update mode";
            this.tpUpdateMode.UseVisualStyleBackColor = true;
            // 
            // pnMain
            // 
            this.pnMain.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.pnMain.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.pnMain.Controls.Add(this.lb);
            this.pnMain.Controls.Add(this.flowLayoutPanel1);
            this.pnMain.Controls.Add(this.dataGridView2);
            this.pnMain.Controls.Add(this.listBox1);
            this.pnMain.Controls.Add(this.comboBox1);
            this.pnMain.Controls.Add(this.treeView1);
            this.pnMain.Controls.Add(this.statusStrip1);
            this.pnMain.Controls.Add(this.toolStrip1);
            this.pnMain.Controls.Add(this.checkBox1);
            this.pnMain.Controls.Add(this.pictureBox1);
            this.pnMain.Controls.Add(this.bt);
            this.pnMain.Controls.Add(this.groupBox1);
            this.pnMain.Controls.Add(this.dataGridView1);
            this.pnMain.Controls.Add(this.textBox1);
            this.pnMain.Controls.Add(this.menuStrip1);
            this.pnMain.Controls.Add(this.progressBar1);
            this.pnMain.Controls.Add(this.lbUpdate);
            this.animator.SetDecoration(this.pnMain, AnimatorNS.DecorationType.None);
            this.pnMain.Location = new System.Drawing.Point(218, 135);
            this.pnMain.Name = "pnMain";
            this.pnMain.Size = new System.Drawing.Size(633, 382);
            this.pnMain.TabIndex = 2;
            // 
            // lb
            // 
            this.lb.AutoSize = true;
            this.animator.SetDecoration(this.lb, AnimatorNS.DecorationType.None);
            this.lb.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
            this.lb.Location = new System.Drawing.Point(282, 280);
            this.lb.Name = "lb";
            this.lb.Size = new System.Drawing.Size(96, 20);
            this.lb.TabIndex = 21;
            this.lb.Text = "This is Label";
            this.lb.Visible = false;
            // 
            // flowLayoutPanel1
            // 
            this.flowLayoutPanel1.AutoScroll = true;
            this.flowLayoutPanel1.Controls.Add(this.button1);
            this.flowLayoutPanel1.Controls.Add(this.button2);
            this.flowLayoutPanel1.Controls.Add(this.button3);
            this.flowLayoutPanel1.Controls.Add(this.button4);
            this.flowLayoutPanel1.Controls.Add(this.button5);
            this.animator.SetDecoration(this.flowLayoutPanel1, AnimatorNS.DecorationType.None);
            this.flowLayoutPanel1.Location = new System.Drawing.Point(440, 108);
            this.flowLayoutPanel1.Name = "flowLayoutPanel1";
            this.flowLayoutPanel1.Size = new System.Drawing.Size(188, 181);
            this.flowLayoutPanel1.TabIndex = 36;
            this.flowLayoutPanel1.Visible = false;
            // 
            // button1
            // 
            this.animator.SetDecoration(this.button1, AnimatorNS.DecorationType.None);
            this.button1.Location = new System.Drawing.Point(3, 3);
            this.button1.Name = "button1";
            this.button1.Size = new System.Drawing.Size(75, 23);
            this.button1.TabIndex = 0;
            this.button1.Text = "button1";
            this.button1.UseVisualStyleBackColor = true;
            // 
            // button2
            // 
            this.animator.SetDecoration(this.button2, AnimatorNS.DecorationType.None);
            this.button2.Location = new System.Drawing.Point(84, 3);
            this.button2.Name = "button2";
            this.button2.Size = new System.Drawing.Size(75, 23);
            this.button2.TabIndex = 1;
            this.button2.Text = "button2";
            this.button2.UseVisualStyleBackColor = true;
            // 
            // button3
            // 
            this.animator.SetDecoration(this.button3, AnimatorNS.DecorationType.None);
            this.button3.Location = new System.Drawing.Point(3, 32);
            this.button3.Name = "button3";
            this.button3.Size = new System.Drawing.Size(75, 23);
            this.button3.TabIndex = 2;
            this.button3.Text = "button3";
            this.button3.UseVisualStyleBackColor = true;
            // 
            // button4
            // 
            this.animator.SetDecoration(this.button4, AnimatorNS.DecorationType.None);
            this.button4.Location = new System.Drawing.Point(84, 32);
            this.button4.Name = "button4";
            this.button4.Size = new System.Drawing.Size(75, 23);
            this.button4.TabIndex = 3;
            this.button4.Text = "button4";
            this.button4.UseVisualStyleBackColor = true;
            // 
            // button5
            // 
            this.animator.SetDecoration(this.button5, AnimatorNS.DecorationType.None);
            this.button5.Location = new System.Drawing.Point(3, 61);
            this.button5.Name = "button5";
            this.button5.Size = new System.Drawing.Size(75, 23);
            this.button5.TabIndex = 4;
            this.button5.Text = "button5";
            this.button5.UseVisualStyleBackColor = true;
            // 
            // dataGridView2
            // 
            this.dataGridView2.BackgroundColor = System.Drawing.SystemColors.Control;
            this.dataGridView2.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.dataGridView2.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
            this.Column7,
            this.Column8,
            this.Column9});
            this.animator.SetDecoration(this.dataGridView2, AnimatorNS.DecorationType.None);
            this.dataGridView2.Location = new System.Drawing.Point(28, 110);
            this.dataGridView2.Name = "dataGridView2";
            this.dataGridView2.RowHeadersVisible = false;
            this.dataGridView2.Size = new System.Drawing.Size(303, 179);
            this.dataGridView2.TabIndex = 35;
            this.dataGridView2.Visible = false;
            // 
            // Column7
            // 
            this.Column7.HeaderText = "Column A";
            this.Column7.Name = "Column7";
            // 
            // Column8
            // 
            this.Column8.HeaderText = "Column B";
            this.Column8.Name = "Column8";
            // 
            // Column9
            // 
            this.Column9.HeaderText = "Column C";
            this.Column9.Name = "Column9";
            // 
            // listBox1
            // 
            this.animator.SetDecoration(this.listBox1, AnimatorNS.DecorationType.None);
            this.listBox1.FormattingEnabled = true;
            this.listBox1.Items.AddRange(new object[] {
            "ListBox Item 1",
            "ListBox Item 2",
            "ListBox Item 3",
            "ListBox Item 4",
            "ListBox Item 5",
            "ListBox Item 6",
            "ListBox Item 7",
            "ListBox Item 8"});
            this.listBox1.Location = new System.Drawing.Point(453, 102);
            this.listBox1.Name = "listBox1";
            this.listBox1.Size = new System.Drawing.Size(168, 186);
            this.listBox1.TabIndex = 33;
            this.listBox1.Visible = false;
            // 
            // comboBox1
            // 
            this.animator.SetDecoration(this.comboBox1, AnimatorNS.DecorationType.None);
            this.comboBox1.FormattingEnabled = true;
            this.comboBox1.Location = new System.Drawing.Point(408, 140);
            this.comboBox1.Name = "comboBox1";
            this.comboBox1.Size = new System.Drawing.Size(121, 21);
            this.comboBox1.TabIndex = 32;
            this.comboBox1.Text = "Combobox";
            this.comboBox1.Visible = false;
            // 
            // treeView1
            // 
            this.animator.SetDecoration(this.treeView1, AnimatorNS.DecorationType.None);
            this.treeView1.Location = new System.Drawing.Point(226, 101);
            this.treeView1.Name = "treeView1";
            treeNode1.Name = "Node1";
            treeNode1.Text = "Node1";
            treeNode2.Name = "Node0";
            treeNode2.Text = "Node0";
            treeNode3.Name = "Node5";
            treeNode3.Text = "Node5";
            treeNode4.Name = "Node2";
            treeNode4.Text = "Node2";
            treeNode5.Name = "Node3";
            treeNode5.Text = "Node3";
            treeNode6.Name = "Node4";
            treeNode6.Text = "Node4";
            treeNode7.Name = "Node6";
            treeNode7.Text = "Node6";
            treeNode8.Name = "Node7";
            treeNode8.Text = "Node7";
            treeNode9.Name = "Node8";
            treeNode9.Text = "Node8";
            this.treeView1.Nodes.AddRange(new System.Windows.Forms.TreeNode[] {
            treeNode2,
            treeNode4,
            treeNode5,
            treeNode6,
            treeNode7,
            treeNode8,
            treeNode9});
            this.treeView1.Size = new System.Drawing.Size(172, 187);
            this.treeView1.TabIndex = 31;
            this.treeView1.Visible = false;
            // 
            // statusStrip1
            // 
            this.animator.SetDecoration(this.statusStrip1, AnimatorNS.DecorationType.None);
            this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.toolStripStatusLabel1,
            this.toolStripProgressBar1,
            this.toolStripDropDownButton1});
            this.statusStrip1.Location = new System.Drawing.Point(0, 358);
            this.statusStrip1.Name = "statusStrip1";
            this.statusStrip1.Size = new System.Drawing.Size(631, 22);
            this.statusStrip1.TabIndex = 29;
            this.statusStrip1.Text = "statusStrip1";
            this.statusStrip1.Visible = false;
            // 
            // toolStripStatusLabel1
            // 
            this.toolStripStatusLabel1.Name = "toolStripStatusLabel1";
            this.toolStripStatusLabel1.Size = new System.Drawing.Size(118, 17);
            this.toolStripStatusLabel1.Text = "toolStripStatusLabel1";
            // 
            // toolStripProgressBar1
            // 
            this.toolStripProgressBar1.Name = "toolStripProgressBar1";
            this.toolStripProgressBar1.Size = new System.Drawing.Size(100, 16);
            // 
            // toolStripDropDownButton1
            // 
            this.toolStripDropDownButton1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.toolStripDropDownButton1.Image = ((System.Drawing.Image)(resources.GetObject("toolStripDropDownButton1.Image")));
            this.toolStripDropDownButton1.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.toolStripDropDownButton1.Name = "toolStripDropDownButton1";
            this.toolStripDropDownButton1.Size = new System.Drawing.Size(29, 20);
            this.toolStripDropDownButton1.Text = "toolStripDropDownButton1";
            // 
            // toolStrip1
            // 
            this.animator.SetDecoration(this.toolStrip1, AnimatorNS.DecorationType.None);
            this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.newToolStripButton,
            this.openToolStripButton,
            this.saveToolStripButton,
            this.printToolStripButton,
            this.toolStripSeparator,
            this.cutToolStripButton,
            this.copyToolStripButton,
            this.pasteToolStripButton,
            this.toolStripSeparator1,
            this.helpToolStripButton});
            this.toolStrip1.Location = new System.Drawing.Point(0, 0);
            this.toolStrip1.Name = "toolStrip1";
            this.toolStrip1.Size = new System.Drawing.Size(631, 25);
            this.toolStrip1.TabIndex = 30;
            this.toolStrip1.Text = "toolStrip1";
            this.toolStrip1.Visible = false;
            // 
            // newToolStripButton
            // 
            this.newToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.newToolStripButton.Image = ((System.Drawing.Image)(resources.GetObject("newToolStripButton.Image")));
            this.newToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.newToolStripButton.Name = "newToolStripButton";
            this.newToolStripButton.Size = new System.Drawing.Size(23, 22);
            this.newToolStripButton.Text = "&New";
            // 
            // openToolStripButton
            // 
            this.openToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.openToolStripButton.Image = ((System.Drawing.Image)(resources.GetObject("openToolStripButton.Image")));
            this.openToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.openToolStripButton.Name = "openToolStripButton";
            this.openToolStripButton.Size = new System.Drawing.Size(23, 22);
            this.openToolStripButton.Text = "&Open";
            // 
            // saveToolStripButton
            // 
            this.saveToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.saveToolStripButton.Image = ((System.Drawing.Image)(resources.GetObject("saveToolStripButton.Image")));
            this.saveToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.saveToolStripButton.Name = "saveToolStripButton";
            this.saveToolStripButton.Size = new System.Drawing.Size(23, 22);
            this.saveToolStripButton.Text = "&Save";
            // 
            // printToolStripButton
            // 
            this.printToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.printToolStripButton.Image = ((System.Drawing.Image)(resources.GetObject("printToolStripButton.Image")));
            this.printToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.printToolStripButton.Name = "printToolStripButton";
            this.printToolStripButton.Size = new System.Drawing.Size(23, 22);
            this.printToolStripButton.Text = "&Print";
            // 
            // toolStripSeparator
            // 
            this.toolStripSeparator.Name = "toolStripSeparator";
            this.toolStripSeparator.Size = new System.Drawing.Size(6, 25);
            // 
            // cutToolStripButton
            // 
            this.cutToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.cutToolStripButton.Image = ((System.Drawing.Image)(resources.GetObject("cutToolStripButton.Image")));
            this.cutToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.cutToolStripButton.Name = "cutToolStripButton";
            this.cutToolStripButton.Size = new System.Drawing.Size(23, 22);
            this.cutToolStripButton.Text = "C&ut";
            // 
            // copyToolStripButton
            // 
            this.copyToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.copyToolStripButton.Image = ((System.Drawing.Image)(resources.GetObject("copyToolStripButton.Image")));
            this.copyToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.copyToolStripButton.Name = "copyToolStripButton";
            this.copyToolStripButton.Size = new System.Drawing.Size(23, 22);
            this.copyToolStripButton.Text = "&Copy";
            // 
            // pasteToolStripButton
            // 
            this.pasteToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.pasteToolStripButton.Image = ((System.Drawing.Image)(resources.GetObject("pasteToolStripButton.Image")));
            this.pasteToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.pasteToolStripButton.Name = "pasteToolStripButton";
            this.pasteToolStripButton.Size = new System.Drawing.Size(23, 22);
            this.pasteToolStripButton.Text = "&Paste";
            // 
            // toolStripSeparator1
            // 
            this.toolStripSeparator1.Name = "toolStripSeparator1";
            this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25);
            // 
            // helpToolStripButton
            // 
            this.helpToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.helpToolStripButton.Image = ((System.Drawing.Image)(resources.GetObject("helpToolStripButton.Image")));
            this.helpToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.helpToolStripButton.Name = "helpToolStripButton";
            this.helpToolStripButton.Size = new System.Drawing.Size(23, 22);
            this.helpToolStripButton.Text = "He&lp";
            // 
            // checkBox1
            // 
            this.checkBox1.AutoSize = true;
            this.animator.SetDecoration(this.checkBox1, AnimatorNS.DecorationType.None);
            this.checkBox1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
            this.checkBox1.Location = new System.Drawing.Point(408, 31);
            this.checkBox1.Name = "checkBox1";
            this.checkBox1.Size = new System.Drawing.Size(75, 17);
            this.checkBox1.TabIndex = 27;
            this.checkBox1.Text = "CheckBox";
            this.checkBox1.UseVisualStyleBackColor = true;
            this.checkBox1.Visible = false;
            // 
            // pictureBox1
            // 
            this.animator.SetDecoration(this.pictureBox1, AnimatorNS.DecorationType.None);
            this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
            this.pictureBox1.Location = new System.Drawing.Point(202, 102);
            this.pictureBox1.Name = "pictureBox1";
            this.pictureBox1.Size = new System.Drawing.Size(200, 150);
            this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
            this.pictureBox1.TabIndex = 17;
            this.pictureBox1.TabStop = false;
            this.pictureBox1.Visible = false;
            // 
            // bt
            // 
            this.animator.SetDecoration(this.bt, AnimatorNS.DecorationType.None);
            this.bt.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
            this.bt.Location = new System.Drawing.Point(450, 250);
            this.bt.Name = "bt";
            this.bt.Size = new System.Drawing.Size(85, 35);
            this.bt.TabIndex = 22;
            this.bt.Text = "Button";
            this.bt.UseVisualStyleBackColor = true;
            this.bt.Visible = false;
            // 
            // dataGridView1
            // 
            this.dataGridView1.BackgroundColor = System.Drawing.Color.White;
            this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
            this.Column1,
            this.Column2,
            this.Column3,
            this.Column4,
            this.Column5,
            this.Column6});
            this.animator.SetDecoration(this.dataGridView1, AnimatorNS.DecorationType.None);
            this.dataGridView1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.dataGridView1.Location = new System.Drawing.Point(0, 0);
            this.dataGridView1.Name = "dataGridView1";
            this.dataGridView1.Size = new System.Drawing.Size(631, 380);
            this.dataGridView1.TabIndex = 26;
            this.dataGridView1.Visible = false;
            // 
            // Column1
            // 
            this.Column1.HeaderText = "Column1";
            this.Column1.Name = "Column1";
            // 
            // Column2
            // 
            this.Column2.HeaderText = "Column2";
            this.Column2.Name = "Column2";
            // 
            // Column3
            // 
            this.Column3.HeaderText = "Column3";
            this.Column3.Name = "Column3";
            // 
            // Column4
            // 
            this.Column4.HeaderText = "Column4";
            this.Column4.Name = "Column4";
            // 
            // Column5
            // 
            this.Column5.HeaderText = "Column5";
            this.Column5.Name = "Column5";
            // 
            // Column6
            // 
            this.Column6.HeaderText = "Column6";
            this.Column6.Name = "Column6";
            // 
            // textBox1
            // 
            this.animator.SetDecoration(this.textBox1, AnimatorNS.DecorationType.None);
            this.textBox1.Location = new System.Drawing.Point(8, 23);
            this.textBox1.Multiline = true;
            this.textBox1.Name = "textBox1";
            this.textBox1.Size = new System.Drawing.Size(194, 181);
            this.textBox1.TabIndex = 34;
            this.textBox1.Text = "Multiline TextBox\r\nMultiline TextBox\r\nMultiline TextBox\r\nMultiline TextBox\r\nMulti" +
    "line TextBox\r\nMultiline TextBox";
            this.textBox1.Visible = false;
            // 
            // menuStrip1
            // 
            this.animator.SetDecoration(this.menuStrip1, AnimatorNS.DecorationType.None);
            this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.fileToolStripMenuItem,
            this.editToolStripMenuItem,
            this.toolsToolStripMenuItem,
            this.helpToolStripMenuItem});
            this.menuStrip1.Location = new System.Drawing.Point(0, 0);
            this.menuStrip1.Name = "menuStrip1";
            this.menuStrip1.Size = new System.Drawing.Size(631, 24);
            this.menuStrip1.TabIndex = 37;
            this.menuStrip1.Text = "menuStrip1";
            this.menuStrip1.Visible = false;
            // 
            // fileToolStripMenuItem
            // 
            this.fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.newToolStripMenuItem,
            this.openToolStripMenuItem,
            this.toolStripSeparator2,
            this.saveToolStripMenuItem,
            this.saveAsToolStripMenuItem,
            this.toolStripSeparator3,
            this.printToolStripMenuItem,
            this.printPreviewToolStripMenuItem,
            this.toolStripSeparator4,
            this.exitToolStripMenuItem});
            this.fileToolStripMenuItem.Name = "fileToolStripMenuItem";
            this.fileToolStripMenuItem.Size = new System.Drawing.Size(37, 20);
            this.fileToolStripMenuItem.Text = "&File";
            // 
            // newToolStripMenuItem
            // 
            this.newToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("newToolStripMenuItem.Image")));
            this.newToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.newToolStripMenuItem.Name = "newToolStripMenuItem";
            this.newToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.N)));
            this.newToolStripMenuItem.Size = new System.Drawing.Size(146, 22);
            this.newToolStripMenuItem.Text = "&New";
            // 
            // openToolStripMenuItem
            // 
            this.openToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("openToolStripMenuItem.Image")));
            this.openToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.openToolStripMenuItem.Name = "openToolStripMenuItem";
            this.openToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.O)));
            this.openToolStripMenuItem.Size = new System.Drawing.Size(146, 22);
            this.openToolStripMenuItem.Text = "&Open";
            // 
            // toolStripSeparator2
            // 
            this.toolStripSeparator2.Name = "toolStripSeparator2";
            this.toolStripSeparator2.Size = new System.Drawing.Size(143, 6);
            // 
            // saveToolStripMenuItem
            // 
            this.saveToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("saveToolStripMenuItem.Image")));
            this.saveToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.saveToolStripMenuItem.Name = "saveToolStripMenuItem";
            this.saveToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.S)));
            this.saveToolStripMenuItem.Size = new System.Drawing.Size(146, 22);
            this.saveToolStripMenuItem.Text = "&Save";
            // 
            // saveAsToolStripMenuItem
            // 
            this.saveAsToolStripMenuItem.Name = "saveAsToolStripMenuItem";
            this.saveAsToolStripMenuItem.Size = new System.Drawing.Size(146, 22);
            this.saveAsToolStripMenuItem.Text = "Save &As";
            // 
            // toolStripSeparator3
            // 
            this.toolStripSeparator3.Name = "toolStripSeparator3";
            this.toolStripSeparator3.Size = new System.Drawing.Size(143, 6);
            // 
            // printToolStripMenuItem
            // 
            this.printToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("printToolStripMenuItem.Image")));
            this.printToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.printToolStripMenuItem.Name = "printToolStripMenuItem";
            this.printToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.P)));
            this.printToolStripMenuItem.Size = new System.Drawing.Size(146, 22);
            this.printToolStripMenuItem.Text = "&Print";
            // 
            // printPreviewToolStripMenuItem
            // 
            this.printPreviewToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("printPreviewToolStripMenuItem.Image")));
            this.printPreviewToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.printPreviewToolStripMenuItem.Name = "printPreviewToolStripMenuItem";
            this.printPreviewToolStripMenuItem.Size = new System.Drawing.Size(146, 22);
            this.printPreviewToolStripMenuItem.Text = "Print Pre&view";
            // 
            // toolStripSeparator4
            // 
            this.toolStripSeparator4.Name = "toolStripSeparator4";
            this.toolStripSeparator4.Size = new System.Drawing.Size(143, 6);
            // 
            // exitToolStripMenuItem
            // 
            this.exitToolStripMenuItem.Name = "exitToolStripMenuItem";
            this.exitToolStripMenuItem.Size = new System.Drawing.Size(146, 22);
            this.exitToolStripMenuItem.Text = "E&xit";
            // 
            // editToolStripMenuItem
            // 
            this.editToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.undoToolStripMenuItem,
            this.redoToolStripMenuItem,
            this.toolStripSeparator5,
            this.cutToolStripMenuItem,
            this.copyToolStripMenuItem,
            this.pasteToolStripMenuItem,
            this.toolStripSeparator6,
            this.selectAllToolStripMenuItem});
            this.editToolStripMenuItem.Name = "editToolStripMenuItem";
            this.editToolStripMenuItem.Size = new System.Drawing.Size(39, 20);
            this.editToolStripMenuItem.Text = "&Edit";
            // 
            // undoToolStripMenuItem
            // 
            this.undoToolStripMenuItem.Name = "undoToolStripMenuItem";
            this.undoToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Z)));
            this.undoToolStripMenuItem.Size = new System.Drawing.Size(144, 22);
            this.undoToolStripMenuItem.Text = "&Undo";
            // 
            // redoToolStripMenuItem
            // 
            this.redoToolStripMenuItem.Name = "redoToolStripMenuItem";
            this.redoToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Y)));
            this.redoToolStripMenuItem.Size = new System.Drawing.Size(144, 22);
            this.redoToolStripMenuItem.Text = "&Redo";
            // 
            // toolStripSeparator5
            // 
            this.toolStripSeparator5.Name = "toolStripSeparator5";
            this.toolStripSeparator5.Size = new System.Drawing.Size(141, 6);
            // 
            // cutToolStripMenuItem
            // 
            this.cutToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("cutToolStripMenuItem.Image")));
            this.cutToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.cutToolStripMenuItem.Name = "cutToolStripMenuItem";
            this.cutToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.X)));
            this.cutToolStripMenuItem.Size = new System.Drawing.Size(144, 22);
            this.cutToolStripMenuItem.Text = "Cu&t";
            // 
            // copyToolStripMenuItem
            // 
            this.copyToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("copyToolStripMenuItem.Image")));
            this.copyToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.copyToolStripMenuItem.Name = "copyToolStripMenuItem";
            this.copyToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.C)));
            this.copyToolStripMenuItem.Size = new System.Drawing.Size(144, 22);
            this.copyToolStripMenuItem.Text = "&Copy";
            // 
            // pasteToolStripMenuItem
            // 
            this.pasteToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("pasteToolStripMenuItem.Image")));
            this.pasteToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.pasteToolStripMenuItem.Name = "pasteToolStripMenuItem";
            this.pasteToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.V)));
            this.pasteToolStripMenuItem.Size = new System.Drawing.Size(144, 22);
            this.pasteToolStripMenuItem.Text = "&Paste";
            // 
            // toolStripSeparator6
            // 
            this.toolStripSeparator6.Name = "toolStripSeparator6";
            this.toolStripSeparator6.Size = new System.Drawing.Size(141, 6);
            // 
            // selectAllToolStripMenuItem
            // 
            this.selectAllToolStripMenuItem.Name = "selectAllToolStripMenuItem";
            this.selectAllToolStripMenuItem.Size = new System.Drawing.Size(144, 22);
            this.selectAllToolStripMenuItem.Text = "Select &All";
            // 
            // toolsToolStripMenuItem
            // 
            this.toolsToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.customizeToolStripMenuItem,
            this.optionsToolStripMenuItem});
            this.toolsToolStripMenuItem.Name = "toolsToolStripMenuItem";
            this.toolsToolStripMenuItem.Size = new System.Drawing.Size(48, 20);
            this.toolsToolStripMenuItem.Text = "&Tools";
            // 
            // customizeToolStripMenuItem
            // 
            this.customizeToolStripMenuItem.Name = "customizeToolStripMenuItem";
            this.customizeToolStripMenuItem.Size = new System.Drawing.Size(130, 22);
            this.customizeToolStripMenuItem.Text = "&Customize";
            // 
            // optionsToolStripMenuItem
            // 
            this.optionsToolStripMenuItem.Name = "optionsToolStripMenuItem";
            this.optionsToolStripMenuItem.Size = new System.Drawing.Size(130, 22);
            this.optionsToolStripMenuItem.Text = "&Options";
            // 
            // helpToolStripMenuItem
            // 
            this.helpToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.contentsToolStripMenuItem,
            this.indexToolStripMenuItem,
            this.searchToolStripMenuItem,
            this.toolStripSeparator7,
            this.aboutToolStripMenuItem});
            this.helpToolStripMenuItem.Name = "helpToolStripMenuItem";
            this.helpToolStripMenuItem.Size = new System.Drawing.Size(44, 20);
            this.helpToolStripMenuItem.Text = "&Help";
            // 
            // contentsToolStripMenuItem
            // 
            this.contentsToolStripMenuItem.Name = "contentsToolStripMenuItem";
            this.contentsToolStripMenuItem.Size = new System.Drawing.Size(122, 22);
            this.contentsToolStripMenuItem.Text = "&Contents";
            // 
            // indexToolStripMenuItem
            // 
            this.indexToolStripMenuItem.Name = "indexToolStripMenuItem";
            this.indexToolStripMenuItem.Size = new System.Drawing.Size(122, 22);
            this.indexToolStripMenuItem.Text = "&Index";
            // 
            // searchToolStripMenuItem
            // 
            this.searchToolStripMenuItem.Name = "searchToolStripMenuItem";
            this.searchToolStripMenuItem.Size = new System.Drawing.Size(122, 22);
            this.searchToolStripMenuItem.Text = "&Search";
            // 
            // toolStripSeparator7
            // 
            this.toolStripSeparator7.Name = "toolStripSeparator7";
            this.toolStripSeparator7.Size = new System.Drawing.Size(119, 6);
            // 
            // aboutToolStripMenuItem
            // 
            this.aboutToolStripMenuItem.Name = "aboutToolStripMenuItem";
            this.aboutToolStripMenuItem.Size = new System.Drawing.Size(122, 22);
            this.aboutToolStripMenuItem.Text = "&About...";
            // 
            // progressBar1
            // 
            this.animator.SetDecoration(this.progressBar1, AnimatorNS.DecorationType.None);
            this.progressBar1.Location = new System.Drawing.Point(16, 280);
            this.progressBar1.Name = "progressBar1";
            this.progressBar1.Size = new System.Drawing.Size(151, 20);
            this.progressBar1.TabIndex = 28;
            this.progressBar1.Value = 40;
            this.progressBar1.Visible = false;
            // 
            // lbUpdate
            // 
            this.lbUpdate.AutoSize = true;
            this.animator.SetDecoration(this.lbUpdate, AnimatorNS.DecorationType.None);
            this.lbUpdate.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
            this.lbUpdate.Location = new System.Drawing.Point(47, 27);
            this.lbUpdate.Name = "lbUpdate";
            this.lbUpdate.Size = new System.Drawing.Size(190, 20);
            this.lbUpdate.TabIndex = 38;
            this.lbUpdate.Text = "AnimationMode = Update";
            this.lbUpdate.Visible = false;
            // 
            // pnLeft
            // 
            this.pnLeft.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
            | System.Windows.Forms.AnchorStyles.Left)));
            this.pnLeft.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.pnLeft.Controls.Add(this.label2);
            this.pnLeft.Controls.Add(this.rbCustom);
            this.pnLeft.Controls.Add(this.rbCombination);
            this.pnLeft.Controls.Add(this.rbAdjusted);
            this.pnLeft.Controls.Add(this.rbPredefined);
            this.pnLeft.Controls.Add(this.predefinedList2);
            this.pnLeft.Controls.Add(this.tbCode);
            this.pnLeft.Controls.Add(this.pg);
            this.pnLeft.Controls.Add(this.predefinedList1);
            this.animator.SetDecoration(this.pnLeft, AnimatorNS.DecorationType.None);
            this.pnLeft.Location = new System.Drawing.Point(4, 11);
            this.pnLeft.Name = "pnLeft";
            this.pnLeft.Size = new System.Drawing.Size(206, 530);
            this.pnLeft.TabIndex = 3;
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.animator.SetDecoration(this.label2, AnimatorNS.DecorationType.None);
            this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
            this.label2.Location = new System.Drawing.Point(4, 5);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(68, 20);
            this.label2.TabIndex = 14;
            this.label2.Text = "Settings";
            // 
            // predefinedList2
            // 
            this.predefinedList2.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.animator.SetDecoration(this.predefinedList2, AnimatorNS.DecorationType.None);
            this.predefinedList2.Location = new System.Drawing.Point(0, 137);
            this.predefinedList2.Name = "predefinedList2";
            this.predefinedList2.Size = new System.Drawing.Size(204, 387);
            this.predefinedList2.TabIndex = 1;
            this.predefinedList2.Visible = false;
            this.predefinedList2.Changed += new System.EventHandler(this.predefinedList2_Changed);
            // 
            // tbCode
            // 
            this.tbCode.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.animator.SetDecoration(this.tbCode, AnimatorNS.DecorationType.None);
            this.tbCode.Location = new System.Drawing.Point(0, 137);
            this.tbCode.Multiline = true;
            this.tbCode.Name = "tbCode";
            this.tbCode.ReadOnly = true;
            this.tbCode.ScrollBars = System.Windows.Forms.ScrollBars.Horizontal;
            this.tbCode.Size = new System.Drawing.Size(202, 387);
            this.tbCode.TabIndex = 15;
            this.tbCode.Text = resources.GetString("tbCode.Text");
            this.tbCode.Visible = false;
            this.tbCode.WordWrap = false;
            // 
            // pg
            // 
            this.pg.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.animator.SetDecoration(this.pg, AnimatorNS.DecorationType.None);
            this.pg.Location = new System.Drawing.Point(2, 137);
            this.pg.Name = "pg";
            this.pg.Size = new System.Drawing.Size(200, 388);
            this.pg.TabIndex = 2;
            this.pg.Visible = false;
            this.pg.PropertyValueChanged += new System.Windows.Forms.PropertyValueChangedEventHandler(this.pg_PropertyValueChanged);
            // 
            // predefinedList1
            // 
            this.predefinedList1.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.animator.SetDecoration(this.predefinedList1, AnimatorNS.DecorationType.None);
            this.predefinedList1.Location = new System.Drawing.Point(0, 137);
            this.predefinedList1.Name = "predefinedList1";
            this.predefinedList1.Size = new System.Drawing.Size(204, 387);
            this.predefinedList1.TabIndex = 0;
            this.predefinedList1.Visible = false;
            this.predefinedList1.Changed += new System.EventHandler(this.predefinedList2_Changed);
            // 
            // btAnimate
            // 
            this.btAnimate.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.animator.SetDecoration(this.btAnimate, AnimatorNS.DecorationType.None);
            this.btAnimate.Location = new System.Drawing.Point(741, 523);
            this.btAnimate.Name = "btAnimate";
            this.btAnimate.Size = new System.Drawing.Size(106, 23);
            this.btAnimate.TabIndex = 7;
            this.btAnimate.Text = "Hide and Show";
            this.btAnimate.UseVisualStyleBackColor = true;
            this.btAnimate.Click += new System.EventHandler(this.btAnimate_Click);
            // 
            // btShow
            // 
            this.btShow.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.animator.SetDecoration(this.btShow, AnimatorNS.DecorationType.None);
            this.btShow.Location = new System.Drawing.Point(219, 523);
            this.btShow.Name = "btShow";
            this.btShow.Size = new System.Drawing.Size(75, 23);
            this.btShow.TabIndex = 8;
            this.btShow.Text = "Show";
            this.btShow.UseVisualStyleBackColor = true;
            this.btShow.Click += new System.EventHandler(this.btShow_Click);
            // 
            // btHide
            // 
            this.btHide.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.animator.SetDecoration(this.btHide, AnimatorNS.DecorationType.None);
            this.btHide.Location = new System.Drawing.Point(300, 523);
            this.btHide.Name = "btHide";
            this.btHide.Size = new System.Drawing.Size(75, 23);
            this.btHide.TabIndex = 9;
            this.btHide.Text = "Hide";
            this.btHide.UseVisualStyleBackColor = true;
            this.btHide.Click += new System.EventHandler(this.btHide_Click);
            // 
            // timer1
            // 
            this.timer1.Enabled = true;
            this.timer1.Interval = 1000;
            this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
            // 
            // animator
            // 
            this.animator.AnimationType = AnimatorNS.AnimationType.Custom;
            this.animator.Cursor = null;
            animation1.AnimateOnlyDifferences = true;
            animation1.BlindCoeff = ((System.Drawing.PointF)(resources.GetObject("animation1.BlindCoeff")));
            animation1.LeafCoeff = 0F;
            animation1.MaxTime = 1F;
            animation1.MinTime = 0F;
            animation1.MosaicCoeff = ((System.Drawing.PointF)(resources.GetObject("animation1.MosaicCoeff")));
            animation1.MosaicShift = ((System.Drawing.PointF)(resources.GetObject("animation1.MosaicShift")));
            animation1.MosaicSize = 1;
            animation1.Padding = new System.Windows.Forms.Padding(0);
            animation1.RotateCoeff = 0F;
            animation1.RotateLimit = 0F;
            animation1.ScaleCoeff = ((System.Drawing.PointF)(resources.GetObject("animation1.ScaleCoeff")));
            animation1.SlideCoeff = ((System.Drawing.PointF)(resources.GetObject("animation1.SlideCoeff")));
            animation1.TimeCoeff = 0F;
            animation1.TransparencyCoeff = 0F;
            this.animator.DefaultAnimation = animation1;
            this.animator.TransfromNeeded += new System.EventHandler<AnimatorNS.TransfromNeededEventArg>(this.animator_TransfromNeeded);
            // 
            // MainForm
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(863, 556);
            this.Controls.Add(this.btHide);
            this.Controls.Add(this.btShow);
            this.Controls.Add(this.btAnimate);
            this.Controls.Add(this.pnMain);
            this.Controls.Add(this.pnLeft);
            this.Controls.Add(this.tcMain);
            this.Controls.Add(this.pnTop);
            this.animator.SetDecoration(this, AnimatorNS.DecorationType.None);
            this.MainMenuStrip = this.menuStrip1;
            this.Name = "MainForm";
            this.Text = "Animator Demo";
            this.pnTop.ResumeLayout(false);
            this.groupBox1.ResumeLayout(false);
            this.groupBox1.PerformLayout();
            this.tcMain.ResumeLayout(false);
            this.pnMain.ResumeLayout(false);
            this.pnMain.PerformLayout();
            this.flowLayoutPanel1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.dataGridView2)).EndInit();
            this.statusStrip1.ResumeLayout(false);
            this.statusStrip1.PerformLayout();
            this.toolStrip1.ResumeLayout(false);
            this.toolStrip1.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
            this.menuStrip1.ResumeLayout(false);
            this.menuStrip1.PerformLayout();
            this.pnLeft.ResumeLayout(false);
            this.pnLeft.PerformLayout();
            this.ResumeLayout(false);

        }
コード例 #19
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();
     AnimatorNS.Animation animation1 = new AnimatorNS.Animation();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(SimplestSample));
     this.pb1      = new System.Windows.Forms.PictureBox();
     this.btHide   = new System.Windows.Forms.Button();
     this.btShow   = new System.Windows.Forms.Button();
     this.animator = new AnimatorNS.Animator(this.components);
     ((System.ComponentModel.ISupportInitialize)(this.pb1)).BeginInit();
     this.SuspendLayout();
     //
     // pb1
     //
     this.pb1.Image    = global::Tester.Properties.Resources.cat_and_flowers;
     this.pb1.Location = new System.Drawing.Point(46, 32);
     this.pb1.Name     = "pb1";
     this.pb1.Size     = new System.Drawing.Size(200, 150);
     this.pb1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
     this.pb1.TabIndex = 0;
     this.pb1.TabStop  = false;
     //
     // btHide
     //
     this.btHide.Location = new System.Drawing.Point(49, 217);
     this.btHide.Name     = "btHide";
     this.btHide.Size     = new System.Drawing.Size(75, 23);
     this.btHide.TabIndex = 1;
     this.btHide.Text     = "Hide";
     this.btHide.UseVisualStyleBackColor = true;
     this.btHide.Click += new System.EventHandler(this.btHide_Click);
     //
     // btShow
     //
     this.btShow.Location = new System.Drawing.Point(160, 217);
     this.btShow.Name     = "btShow";
     this.btShow.Size     = new System.Drawing.Size(75, 23);
     this.btShow.TabIndex = 2;
     this.btShow.Text     = "Show";
     this.btShow.UseVisualStyleBackColor = true;
     this.btShow.Click += new System.EventHandler(this.btShow_Click);
     //
     // animator
     //
     this.animator.AnimationType       = AnimatorNS.AnimationType.Mosaic;
     this.animator.Cursor              = null;
     animation1.AnimateOnlyDifferences = true;
     animation1.BlindCoeff             = ((System.Drawing.PointF)(resources.GetObject("animation1.BlindCoeff")));
     animation1.LeafCoeff              = 0F;
     animation1.MaxTime             = 1F;
     animation1.MinTime             = 0F;
     animation1.MosaicCoeff         = ((System.Drawing.PointF)(resources.GetObject("animation1.MosaicCoeff")));
     animation1.MosaicShift         = ((System.Drawing.PointF)(resources.GetObject("animation1.MosaicShift")));
     animation1.MosaicSize          = 20;
     animation1.Padding             = new System.Windows.Forms.Padding(30);
     animation1.RotateCoeff         = 0F;
     animation1.RotateLimit         = 0F;
     animation1.ScaleCoeff          = ((System.Drawing.PointF)(resources.GetObject("animation1.ScaleCoeff")));
     animation1.SlideCoeff          = ((System.Drawing.PointF)(resources.GetObject("animation1.SlideCoeff")));
     animation1.TimeCoeff           = 0F;
     animation1.TransparencyCoeff   = 0F;
     this.animator.DefaultAnimation = animation1;
     //
     // SimplestSample
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(301, 275);
     this.Controls.Add(this.btShow);
     this.Controls.Add(this.btHide);
     this.Controls.Add(this.pb1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.Name            = "SimplestSample";
     this.Text            = "SimplestSample";
     ((System.ComponentModel.ISupportInitialize)(this.pb1)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
コード例 #20
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();
            AnimatorNS.Animation animation1 = new AnimatorNS.Animation();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(DecorationSample));
            this.button1 = new System.Windows.Forms.Button();
            this.animator = new AnimatorNS.Animator(this.components);
            this.checkBox2 = new System.Windows.Forms.CheckBox();
            this.panel1 = new System.Windows.Forms.Panel();
            this.textBox1 = new System.Windows.Forms.TextBox();
            this.label1 = new System.Windows.Forms.Label();
            this.progressBar1 = new System.Windows.Forms.ProgressBar();
            this.toolStrip1 = new System.Windows.Forms.ToolStrip();
            this.newToolStripButton = new System.Windows.Forms.ToolStripButton();
            this.openToolStripButton = new System.Windows.Forms.ToolStripButton();
            this.saveToolStripButton = new System.Windows.Forms.ToolStripButton();
            this.printToolStripButton = new System.Windows.Forms.ToolStripButton();
            this.toolStripSeparator = new System.Windows.Forms.ToolStripSeparator();
            this.cutToolStripButton = new System.Windows.Forms.ToolStripButton();
            this.copyToolStripButton = new System.Windows.Forms.ToolStripButton();
            this.pasteToolStripButton = new System.Windows.Forms.ToolStripButton();
            this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
            this.helpToolStripButton = new System.Windows.Forms.ToolStripButton();
            this.linkLabel1 = new System.Windows.Forms.LinkLabel();
            this.comboBox1 = new System.Windows.Forms.ComboBox();
            this.panel1.SuspendLayout();
            this.toolStrip1.SuspendLayout();
            this.SuspendLayout();
            // 
            // button1
            // 
            this.animator.SetDecoration(this.button1, AnimatorNS.DecorationType.BottomMirror);
            this.button1.Location = new System.Drawing.Point(179, 75);
            this.button1.Name = "button1";
            this.button1.Size = new System.Drawing.Size(107, 31);
            this.button1.TabIndex = 0;
            this.button1.Text = "Button";
            this.button1.UseVisualStyleBackColor = true;
            // 
            // animator
            // 
            this.animator.AnimationType = AnimatorNS.AnimationType.Custom;
            this.animator.Cursor = null;
            animation1.AnimateOnlyDifferences = true;
            animation1.BlindCoeff = ((System.Drawing.PointF)(resources.GetObject("animation1.BlindCoeff")));
            animation1.LeafCoeff = 0F;
            animation1.MaxTime = 1F;
            animation1.MinTime = 0F;
            animation1.MosaicCoeff = ((System.Drawing.PointF)(resources.GetObject("animation1.MosaicCoeff")));
            animation1.MosaicShift = ((System.Drawing.PointF)(resources.GetObject("animation1.MosaicShift")));
            animation1.MosaicSize = 0;
            animation1.Padding = new System.Windows.Forms.Padding(0);
            animation1.RotateCoeff = 0F;
            animation1.RotateLimit = 0F;
            animation1.ScaleCoeff = ((System.Drawing.PointF)(resources.GetObject("animation1.ScaleCoeff")));
            animation1.SlideCoeff = ((System.Drawing.PointF)(resources.GetObject("animation1.SlideCoeff")));
            animation1.TimeCoeff = 0F;
            animation1.TransparencyCoeff = 0F;
            this.animator.DefaultAnimation = animation1;
            // 
            // checkBox2
            // 
            this.checkBox2.AutoSize = true;
            this.animator.SetDecoration(this.checkBox2, AnimatorNS.DecorationType.BottomMirror);
            this.checkBox2.ForeColor = System.Drawing.Color.White;
            this.checkBox2.Location = new System.Drawing.Point(33, 37);
            this.checkBox2.Name = "checkBox2";
            this.checkBox2.Size = new System.Drawing.Size(74, 17);
            this.checkBox2.TabIndex = 6;
            this.checkBox2.Text = "Checkbox";
            this.checkBox2.UseVisualStyleBackColor = true;
            // 
            // panel1
            // 
            this.panel1.BackColor = System.Drawing.Color.Maroon;
            this.panel1.Controls.Add(this.checkBox2);
            this.panel1.Controls.Add(this.textBox1);
            this.animator.SetDecoration(this.panel1, AnimatorNS.DecorationType.BottomMirror);
            this.panel1.Location = new System.Drawing.Point(35, 147);
            this.panel1.Name = "panel1";
            this.panel1.Size = new System.Drawing.Size(251, 131);
            this.panel1.TabIndex = 13;
            // 
            // textBox1
            // 
            this.animator.SetDecoration(this.textBox1, AnimatorNS.DecorationType.BottomMirror);
            this.textBox1.Location = new System.Drawing.Point(113, 34);
            this.textBox1.Name = "textBox1";
            this.textBox1.Size = new System.Drawing.Size(99, 20);
            this.textBox1.TabIndex = 1;
            this.textBox1.Text = "This is textbox";
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.animator.SetDecoration(this.label1, AnimatorNS.DecorationType.BottomMirror);
            this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
            this.label1.Location = new System.Drawing.Point(30, 75);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(143, 29);
            this.label1.TabIndex = 17;
            this.label1.Text = "This is label";
            // 
            // progressBar1
            // 
            this.animator.SetDecoration(this.progressBar1, AnimatorNS.DecorationType.BottomMirror);
            this.progressBar1.Location = new System.Drawing.Point(313, 81);
            this.progressBar1.Name = "progressBar1";
            this.progressBar1.Size = new System.Drawing.Size(126, 23);
            this.progressBar1.TabIndex = 19;
            this.progressBar1.Value = 70;
            // 
            // toolStrip1
            // 
            this.animator.SetDecoration(this.toolStrip1, AnimatorNS.DecorationType.BottomMirror);
            this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.newToolStripButton,
            this.openToolStripButton,
            this.saveToolStripButton,
            this.printToolStripButton,
            this.toolStripSeparator,
            this.cutToolStripButton,
            this.copyToolStripButton,
            this.pasteToolStripButton,
            this.toolStripSeparator1,
            this.helpToolStripButton});
            this.toolStrip1.Location = new System.Drawing.Point(0, 0);
            this.toolStrip1.Name = "toolStrip1";
            this.toolStrip1.Size = new System.Drawing.Size(496, 25);
            this.toolStrip1.TabIndex = 23;
            this.toolStrip1.Text = "toolStrip1";
            // 
            // newToolStripButton
            // 
            this.newToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.newToolStripButton.Image = ((System.Drawing.Image)(resources.GetObject("newToolStripButton.Image")));
            this.newToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.newToolStripButton.Name = "newToolStripButton";
            this.newToolStripButton.Size = new System.Drawing.Size(23, 22);
            this.newToolStripButton.Text = "&New";
            // 
            // openToolStripButton
            // 
            this.openToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.openToolStripButton.Image = ((System.Drawing.Image)(resources.GetObject("openToolStripButton.Image")));
            this.openToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.openToolStripButton.Name = "openToolStripButton";
            this.openToolStripButton.Size = new System.Drawing.Size(23, 22);
            this.openToolStripButton.Text = "&Open";
            // 
            // saveToolStripButton
            // 
            this.saveToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.saveToolStripButton.Image = ((System.Drawing.Image)(resources.GetObject("saveToolStripButton.Image")));
            this.saveToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.saveToolStripButton.Name = "saveToolStripButton";
            this.saveToolStripButton.Size = new System.Drawing.Size(23, 22);
            this.saveToolStripButton.Text = "&Save";
            // 
            // printToolStripButton
            // 
            this.printToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.printToolStripButton.Image = ((System.Drawing.Image)(resources.GetObject("printToolStripButton.Image")));
            this.printToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.printToolStripButton.Name = "printToolStripButton";
            this.printToolStripButton.Size = new System.Drawing.Size(23, 22);
            this.printToolStripButton.Text = "&Print";
            // 
            // toolStripSeparator
            // 
            this.toolStripSeparator.Name = "toolStripSeparator";
            this.toolStripSeparator.Size = new System.Drawing.Size(6, 25);
            // 
            // cutToolStripButton
            // 
            this.cutToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.cutToolStripButton.Image = ((System.Drawing.Image)(resources.GetObject("cutToolStripButton.Image")));
            this.cutToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.cutToolStripButton.Name = "cutToolStripButton";
            this.cutToolStripButton.Size = new System.Drawing.Size(23, 22);
            this.cutToolStripButton.Text = "C&ut";
            // 
            // copyToolStripButton
            // 
            this.copyToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.copyToolStripButton.Image = ((System.Drawing.Image)(resources.GetObject("copyToolStripButton.Image")));
            this.copyToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.copyToolStripButton.Name = "copyToolStripButton";
            this.copyToolStripButton.Size = new System.Drawing.Size(23, 22);
            this.copyToolStripButton.Text = "&Copy";
            // 
            // pasteToolStripButton
            // 
            this.pasteToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.pasteToolStripButton.Image = ((System.Drawing.Image)(resources.GetObject("pasteToolStripButton.Image")));
            this.pasteToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.pasteToolStripButton.Name = "pasteToolStripButton";
            this.pasteToolStripButton.Size = new System.Drawing.Size(23, 22);
            this.pasteToolStripButton.Text = "&Paste";
            // 
            // toolStripSeparator1
            // 
            this.toolStripSeparator1.Name = "toolStripSeparator1";
            this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25);
            // 
            // helpToolStripButton
            // 
            this.helpToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.helpToolStripButton.Image = ((System.Drawing.Image)(resources.GetObject("helpToolStripButton.Image")));
            this.helpToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.helpToolStripButton.Name = "helpToolStripButton";
            this.helpToolStripButton.Size = new System.Drawing.Size(23, 22);
            this.helpToolStripButton.Text = "He&lp";
            // 
            // linkLabel1
            // 
            this.linkLabel1.AutoSize = true;
            this.animator.SetDecoration(this.linkLabel1, AnimatorNS.DecorationType.BottomMirror);
            this.linkLabel1.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
            this.linkLabel1.Location = new System.Drawing.Point(319, 251);
            this.linkLabel1.Name = "linkLabel1";
            this.linkLabel1.Size = new System.Drawing.Size(70, 18);
            this.linkLabel1.TabIndex = 0;
            this.linkLabel1.TabStop = true;
            this.linkLabel1.Text = "LinkLabel";
            // 
            // comboBox1
            // 
            this.comboBox1.BackColor = System.Drawing.Color.Maroon;
            this.animator.SetDecoration(this.comboBox1, AnimatorNS.DecorationType.BottomMirror);
            this.comboBox1.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
            this.comboBox1.ForeColor = System.Drawing.Color.White;
            this.comboBox1.FormattingEnabled = true;
            this.comboBox1.Location = new System.Drawing.Point(313, 171);
            this.comboBox1.Name = "comboBox1";
            this.comboBox1.Size = new System.Drawing.Size(139, 24);
            this.comboBox1.TabIndex = 1;
            this.comboBox1.Text = "ComboBox";
            // 
            // DecorationSample
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(496, 329);
            this.Controls.Add(this.comboBox1);
            this.Controls.Add(this.linkLabel1);
            this.Controls.Add(this.toolStrip1);
            this.Controls.Add(this.progressBar1);
            this.Controls.Add(this.button1);
            this.Controls.Add(this.panel1);
            this.Controls.Add(this.label1);
            this.animator.SetDecoration(this, AnimatorNS.DecorationType.None);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
            this.Name = "DecorationSample";
            this.Text = "DecorationSample";
            this.panel1.ResumeLayout(false);
            this.panel1.PerformLayout();
            this.toolStrip1.ResumeLayout(false);
            this.toolStrip1.PerformLayout();
            this.ResumeLayout(false);
            this.PerformLayout();

        }
コード例 #21
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();
     AnimatorNS.Animation animation2 = new AnimatorNS.Animation();
     AnimatorNS.Animation animation1 = new AnimatorNS.Animation();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Ajouter_Client));
     this.pnlContainer       = new System.Windows.Forms.Panel();
     this.bunifuFlatButton2  = new Bunifu.Framework.UI.BunifuFlatButton();
     this.bunifuFlatButton1  = new Bunifu.Framework.UI.BunifuFlatButton();
     this.txtTele            = new System.Windows.Forms.TextBox();
     this.txtVille           = new System.Windows.Forms.TextBox();
     this.txtAdresse         = new System.Windows.Forms.TextBox();
     this.label6             = new System.Windows.Forms.Label();
     this.txtRS              = new System.Windows.Forms.TextBox();
     this.label5             = new System.Windows.Forms.Label();
     this.txtID              = new System.Windows.Forms.TextBox();
     this.label2             = new System.Windows.Forms.Label();
     this.label4             = new System.Windows.Forms.Label();
     this.label3             = new System.Windows.Forms.Label();
     this.pnlLogo            = new System.Windows.Forms.Panel();
     this.lblDate            = new System.Windows.Forms.Label();
     this.lblTime            = new System.Windows.Forms.Label();
     this.label1             = new System.Windows.Forms.Label();
     this.pnlExit            = new System.Windows.Forms.Panel();
     this.bunifuImageButton2 = new Bunifu.Framework.UI.BunifuImageButton();
     this.bunifuImageButton1 = new Bunifu.Framework.UI.BunifuImageButton();
     this.pnlHeader          = new System.Windows.Forms.Panel();
     this.animator1          = new AnimatorNS.Animator(this.components);
     this.animator2          = new AnimatorNS.Animator(this.components);
     this.bunifuElipse2      = new Bunifu.Framework.UI.BunifuElipse(this.components);
     this.bunifuDragControl1 = new Bunifu.Framework.UI.BunifuDragControl(this.components);
     this.bunifuDragControl2 = new Bunifu.Framework.UI.BunifuDragControl(this.components);
     this.pnlContainer.SuspendLayout();
     this.pnlLogo.SuspendLayout();
     this.pnlExit.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.bunifuImageButton2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.bunifuImageButton1)).BeginInit();
     this.SuspendLayout();
     //
     // pnlContainer
     //
     this.pnlContainer.Controls.Add(this.bunifuFlatButton2);
     this.pnlContainer.Controls.Add(this.bunifuFlatButton1);
     this.pnlContainer.Controls.Add(this.txtTele);
     this.pnlContainer.Controls.Add(this.txtVille);
     this.pnlContainer.Controls.Add(this.txtAdresse);
     this.pnlContainer.Controls.Add(this.label6);
     this.pnlContainer.Controls.Add(this.txtRS);
     this.pnlContainer.Controls.Add(this.label5);
     this.pnlContainer.Controls.Add(this.txtID);
     this.pnlContainer.Controls.Add(this.label2);
     this.pnlContainer.Controls.Add(this.label4);
     this.pnlContainer.Controls.Add(this.label3);
     this.animator2.SetDecoration(this.pnlContainer, AnimatorNS.DecorationType.None);
     this.animator1.SetDecoration(this.pnlContainer, AnimatorNS.DecorationType.None);
     this.pnlContainer.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.pnlContainer.Location = new System.Drawing.Point(0, 127);
     this.pnlContainer.Name     = "pnlContainer";
     this.pnlContainer.Size     = new System.Drawing.Size(791, 364);
     this.pnlContainer.TabIndex = 10;
     //
     // bunifuFlatButton2
     //
     this.bunifuFlatButton2.Activecolor           = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(81)))), ((int)(((byte)(69)))));
     this.bunifuFlatButton2.BackColor             = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(81)))), ((int)(((byte)(69)))));
     this.bunifuFlatButton2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.bunifuFlatButton2.BorderRadius          = 0;
     this.bunifuFlatButton2.ButtonText            = "   Effacer les Champs";
     this.bunifuFlatButton2.Cursor = System.Windows.Forms.Cursors.Hand;
     this.animator2.SetDecoration(this.bunifuFlatButton2, AnimatorNS.DecorationType.None);
     this.animator1.SetDecoration(this.bunifuFlatButton2, AnimatorNS.DecorationType.None);
     this.bunifuFlatButton2.DisabledColor            = System.Drawing.Color.Gray;
     this.bunifuFlatButton2.Font                     = new System.Drawing.Font("Century Gothic", 9F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.bunifuFlatButton2.Iconcolor                = System.Drawing.Color.Transparent;
     this.bunifuFlatButton2.Iconimage                = global::Gestion_de_Stock_.Properties.Resources.icons8_Clear_Symbol_96px_1;
     this.bunifuFlatButton2.Iconimage_right          = null;
     this.bunifuFlatButton2.Iconimage_right_Selected = null;
     this.bunifuFlatButton2.Iconimage_Selected       = null;
     this.bunifuFlatButton2.IconMarginLeft           = 0;
     this.bunifuFlatButton2.IconMarginRight          = 0;
     this.bunifuFlatButton2.IconRightVisible         = true;
     this.bunifuFlatButton2.IconRightZoom            = 0D;
     this.bunifuFlatButton2.IconVisible              = true;
     this.bunifuFlatButton2.IconZoom                 = 70D;
     this.bunifuFlatButton2.IsTab                    = false;
     this.bunifuFlatButton2.Location                 = new System.Drawing.Point(572, 298);
     this.bunifuFlatButton2.Margin                   = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.bunifuFlatButton2.Name                     = "bunifuFlatButton2";
     this.bunifuFlatButton2.Normalcolor              = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(81)))), ((int)(((byte)(69)))));
     this.bunifuFlatButton2.OnHovercolor             = System.Drawing.Color.FromArgb(((int)(((byte)(232)))), ((int)(((byte)(139)))), ((int)(((byte)(131)))));
     this.bunifuFlatButton2.OnHoverTextColor         = System.Drawing.Color.White;
     this.bunifuFlatButton2.selected                 = false;
     this.bunifuFlatButton2.Size                     = new System.Drawing.Size(184, 44);
     this.bunifuFlatButton2.TabIndex                 = 34;
     this.bunifuFlatButton2.Text                     = "   Effacer les Champs";
     this.bunifuFlatButton2.TextAlign                = System.Drawing.ContentAlignment.MiddleLeft;
     this.bunifuFlatButton2.Textcolor                = System.Drawing.Color.White;
     this.bunifuFlatButton2.TextFont                 = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.bunifuFlatButton2.Click                   += new System.EventHandler(this.bunifuFlatButton2_Click);
     //
     // bunifuFlatButton1
     //
     this.bunifuFlatButton1.Activecolor           = System.Drawing.Color.FromArgb(((int)(((byte)(46)))), ((int)(((byte)(139)))), ((int)(((byte)(87)))));
     this.bunifuFlatButton1.BackColor             = System.Drawing.Color.FromArgb(((int)(((byte)(46)))), ((int)(((byte)(139)))), ((int)(((byte)(87)))));
     this.bunifuFlatButton1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.bunifuFlatButton1.BorderRadius          = 0;
     this.bunifuFlatButton1.ButtonText            = "    Ajouter";
     this.bunifuFlatButton1.Cursor = System.Windows.Forms.Cursors.Hand;
     this.animator2.SetDecoration(this.bunifuFlatButton1, AnimatorNS.DecorationType.None);
     this.animator1.SetDecoration(this.bunifuFlatButton1, AnimatorNS.DecorationType.None);
     this.bunifuFlatButton1.DisabledColor            = System.Drawing.Color.Gray;
     this.bunifuFlatButton1.Font                     = new System.Drawing.Font("Century Gothic", 9F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.bunifuFlatButton1.Iconcolor                = System.Drawing.Color.Transparent;
     this.bunifuFlatButton1.Iconimage                = global::Gestion_de_Stock_.Properties.Resources.icons8_Plus_96px;
     this.bunifuFlatButton1.Iconimage_right          = null;
     this.bunifuFlatButton1.Iconimage_right_Selected = null;
     this.bunifuFlatButton1.Iconimage_Selected       = null;
     this.bunifuFlatButton1.IconMarginLeft           = 0;
     this.bunifuFlatButton1.IconMarginRight          = 0;
     this.bunifuFlatButton1.IconRightVisible         = true;
     this.bunifuFlatButton1.IconRightZoom            = 0D;
     this.bunifuFlatButton1.IconVisible              = true;
     this.bunifuFlatButton1.IconZoom                 = 70D;
     this.bunifuFlatButton1.IsTab                    = false;
     this.bunifuFlatButton1.Location                 = new System.Drawing.Point(399, 298);
     this.bunifuFlatButton1.Margin                   = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.bunifuFlatButton1.Name                     = "bunifuFlatButton1";
     this.bunifuFlatButton1.Normalcolor              = System.Drawing.Color.FromArgb(((int)(((byte)(46)))), ((int)(((byte)(139)))), ((int)(((byte)(87)))));
     this.bunifuFlatButton1.OnHovercolor             = System.Drawing.Color.FromArgb(((int)(((byte)(36)))), ((int)(((byte)(129)))), ((int)(((byte)(77)))));
     this.bunifuFlatButton1.OnHoverTextColor         = System.Drawing.Color.White;
     this.bunifuFlatButton1.selected                 = false;
     this.bunifuFlatButton1.Size                     = new System.Drawing.Size(141, 44);
     this.bunifuFlatButton1.TabIndex                 = 35;
     this.bunifuFlatButton1.Text                     = "    Ajouter";
     this.bunifuFlatButton1.TextAlign                = System.Drawing.ContentAlignment.MiddleLeft;
     this.bunifuFlatButton1.Textcolor                = System.Drawing.Color.White;
     this.bunifuFlatButton1.TextFont                 = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.bunifuFlatButton1.Click                   += new System.EventHandler(this.bunifuFlatButton1_Click);
     //
     // txtTele
     //
     this.animator1.SetDecoration(this.txtTele, AnimatorNS.DecorationType.None);
     this.animator2.SetDecoration(this.txtTele, AnimatorNS.DecorationType.None);
     this.txtTele.Font     = new System.Drawing.Font("Century Gothic", 9.75F);
     this.txtTele.Location = new System.Drawing.Point(192, 232);
     this.txtTele.Name     = "txtTele";
     this.txtTele.Size     = new System.Drawing.Size(166, 23);
     this.txtTele.TabIndex = 32;
     //
     // txtVille
     //
     this.animator1.SetDecoration(this.txtVille, AnimatorNS.DecorationType.None);
     this.animator2.SetDecoration(this.txtVille, AnimatorNS.DecorationType.None);
     this.txtVille.Font     = new System.Drawing.Font("Century Gothic", 9.75F);
     this.txtVille.Location = new System.Drawing.Point(561, 124);
     this.txtVille.Name     = "txtVille";
     this.txtVille.Size     = new System.Drawing.Size(166, 23);
     this.txtVille.TabIndex = 29;
     //
     // txtAdresse
     //
     this.animator1.SetDecoration(this.txtAdresse, AnimatorNS.DecorationType.None);
     this.animator2.SetDecoration(this.txtAdresse, AnimatorNS.DecorationType.None);
     this.txtAdresse.Font      = new System.Drawing.Font("Century Gothic", 9.75F);
     this.txtAdresse.Location  = new System.Drawing.Point(192, 124);
     this.txtAdresse.Multiline = true;
     this.txtAdresse.Name      = "txtAdresse";
     this.txtAdresse.Size      = new System.Drawing.Size(166, 62);
     this.txtAdresse.TabIndex  = 30;
     //
     // label6
     //
     this.label6.AutoSize = true;
     this.animator1.SetDecoration(this.label6, AnimatorNS.DecorationType.None);
     this.animator2.SetDecoration(this.label6, AnimatorNS.DecorationType.None);
     this.label6.Font     = new System.Drawing.Font("Century Gothic", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label6.Location = new System.Drawing.Point(77, 235);
     this.label6.Name     = "label6";
     this.label6.Size     = new System.Drawing.Size(37, 20);
     this.label6.TabIndex = 28;
     this.label6.Text     = "TELE";
     //
     // txtRS
     //
     this.animator1.SetDecoration(this.txtRS, AnimatorNS.DecorationType.None);
     this.animator2.SetDecoration(this.txtRS, AnimatorNS.DecorationType.None);
     this.txtRS.Font     = new System.Drawing.Font("Century Gothic", 9.75F);
     this.txtRS.Location = new System.Drawing.Point(561, 45);
     this.txtRS.Name     = "txtRS";
     this.txtRS.Size     = new System.Drawing.Size(166, 23);
     this.txtRS.TabIndex = 26;
     //
     // label5
     //
     this.label5.AutoSize = true;
     this.animator1.SetDecoration(this.label5, AnimatorNS.DecorationType.None);
     this.animator2.SetDecoration(this.label5, AnimatorNS.DecorationType.None);
     this.label5.Font     = new System.Drawing.Font("Century Gothic", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label5.Location = new System.Drawing.Point(77, 124);
     this.label5.Name     = "label5";
     this.label5.Size     = new System.Drawing.Size(67, 20);
     this.label5.TabIndex = 25;
     this.label5.Text     = "Adresse";
     //
     // txtID
     //
     this.animator1.SetDecoration(this.txtID, AnimatorNS.DecorationType.None);
     this.animator2.SetDecoration(this.txtID, AnimatorNS.DecorationType.None);
     this.txtID.Font     = new System.Drawing.Font("Century Gothic", 9.75F);
     this.txtID.Location = new System.Drawing.Point(192, 48);
     this.txtID.Name     = "txtID";
     this.txtID.Size     = new System.Drawing.Size(166, 23);
     this.txtID.TabIndex = 24;
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.animator1.SetDecoration(this.label2, AnimatorNS.DecorationType.None);
     this.animator2.SetDecoration(this.label2, AnimatorNS.DecorationType.None);
     this.label2.Font     = new System.Drawing.Font("Century Gothic", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label2.Location = new System.Drawing.Point(422, 48);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(113, 20);
     this.label2.TabIndex = 23;
     this.label2.Text     = "Raison Sociale";
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.animator1.SetDecoration(this.label4, AnimatorNS.DecorationType.None);
     this.animator2.SetDecoration(this.label4, AnimatorNS.DecorationType.None);
     this.label4.Font     = new System.Drawing.Font("Century Gothic", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label4.Location = new System.Drawing.Point(496, 124);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(39, 20);
     this.label4.TabIndex = 20;
     this.label4.Text     = "Ville";
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.animator1.SetDecoration(this.label3, AnimatorNS.DecorationType.None);
     this.animator2.SetDecoration(this.label3, AnimatorNS.DecorationType.None);
     this.label3.Font     = new System.Drawing.Font("Century Gothic", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label3.Location = new System.Drawing.Point(69, 48);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(75, 20);
     this.label3.TabIndex = 21;
     this.label3.Text     = "ID CLient";
     //
     // pnlLogo
     //
     this.pnlLogo.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(232)))), ((int)(((byte)(234)))), ((int)(((byte)(236)))));
     this.pnlLogo.Controls.Add(this.lblDate);
     this.pnlLogo.Controls.Add(this.lblTime);
     this.pnlLogo.Controls.Add(this.label1);
     this.animator2.SetDecoration(this.pnlLogo, AnimatorNS.DecorationType.None);
     this.animator1.SetDecoration(this.pnlLogo, AnimatorNS.DecorationType.None);
     this.pnlLogo.Dock     = System.Windows.Forms.DockStyle.Top;
     this.pnlLogo.Location = new System.Drawing.Point(0, 20);
     this.pnlLogo.Name     = "pnlLogo";
     this.pnlLogo.Size     = new System.Drawing.Size(791, 107);
     this.pnlLogo.TabIndex = 9;
     //
     // lblDate
     //
     this.lblDate.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.lblDate.AutoSize = true;
     this.animator1.SetDecoration(this.lblDate, AnimatorNS.DecorationType.None);
     this.animator2.SetDecoration(this.lblDate, AnimatorNS.DecorationType.None);
     this.lblDate.Font      = new System.Drawing.Font("Lane - Upper", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblDate.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(34)))), ((int)(((byte)(50)))), ((int)(((byte)(74)))));
     this.lblDate.Location  = new System.Drawing.Point(661, 64);
     this.lblDate.Name      = "lblDate";
     this.lblDate.Size      = new System.Drawing.Size(133, 29);
     this.lblDate.TabIndex  = 0;
     this.lblDate.Text      = "Fiver House";
     //
     // lblTime
     //
     this.lblTime.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.lblTime.AutoSize = true;
     this.animator1.SetDecoration(this.lblTime, AnimatorNS.DecorationType.None);
     this.animator2.SetDecoration(this.lblTime, AnimatorNS.DecorationType.None);
     this.lblTime.Font      = new System.Drawing.Font("Lane - Upper", 36F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblTime.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(34)))), ((int)(((byte)(50)))), ((int)(((byte)(74)))));
     this.lblTime.Location  = new System.Drawing.Point(591, 7);
     this.lblTime.Name      = "lblTime";
     this.lblTime.Size      = new System.Drawing.Size(203, 57);
     this.lblTime.TabIndex  = 0;
     this.lblTime.Text      = "14:23:55";
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.animator1.SetDecoration(this.label1, AnimatorNS.DecorationType.None);
     this.animator2.SetDecoration(this.label1, AnimatorNS.DecorationType.None);
     this.label1.Font      = new System.Drawing.Font("Lane - Upper", 36F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(34)))), ((int)(((byte)(50)))), ((int)(((byte)(74)))));
     this.label1.Location  = new System.Drawing.Point(3, 7);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(263, 57);
     this.label1.TabIndex  = 0;
     this.label1.Text      = "Fiver House";
     //
     // pnlExit
     //
     this.pnlExit.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(107)))), ((int)(((byte)(107)))), ((int)(((byte)(107)))));
     this.pnlExit.Controls.Add(this.bunifuImageButton2);
     this.pnlExit.Controls.Add(this.bunifuImageButton1);
     this.animator2.SetDecoration(this.pnlExit, AnimatorNS.DecorationType.None);
     this.animator1.SetDecoration(this.pnlExit, AnimatorNS.DecorationType.None);
     this.pnlExit.Dock     = System.Windows.Forms.DockStyle.Right;
     this.pnlExit.Location = new System.Drawing.Point(791, 20);
     this.pnlExit.Name     = "pnlExit";
     this.pnlExit.Size     = new System.Drawing.Size(41, 471);
     this.pnlExit.TabIndex = 8;
     //
     // bunifuImageButton2
     //
     this.bunifuImageButton2.BackColor = System.Drawing.Color.Transparent;
     this.animator2.SetDecoration(this.bunifuImageButton2, AnimatorNS.DecorationType.None);
     this.animator1.SetDecoration(this.bunifuImageButton2, AnimatorNS.DecorationType.None);
     this.bunifuImageButton2.Image       = global::Gestion_de_Stock_.Properties.Resources.Minus_96px;
     this.bunifuImageButton2.ImageActive = null;
     this.bunifuImageButton2.Location    = new System.Drawing.Point(-2, 51);
     this.bunifuImageButton2.Name        = "bunifuImageButton2";
     this.bunifuImageButton2.Size        = new System.Drawing.Size(48, 48);
     this.bunifuImageButton2.SizeMode    = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     this.bunifuImageButton2.TabIndex    = 1;
     this.bunifuImageButton2.TabStop     = false;
     this.bunifuImageButton2.Zoom        = 10;
     //
     // bunifuImageButton1
     //
     this.bunifuImageButton1.BackColor = System.Drawing.Color.Transparent;
     this.animator2.SetDecoration(this.bunifuImageButton1, AnimatorNS.DecorationType.None);
     this.animator1.SetDecoration(this.bunifuImageButton1, AnimatorNS.DecorationType.None);
     this.bunifuImageButton1.Image       = global::Gestion_de_Stock_.Properties.Resources.Back_Arrow_96px;
     this.bunifuImageButton1.ImageActive = null;
     this.bunifuImageButton1.Location    = new System.Drawing.Point(-2, 5);
     this.bunifuImageButton1.Name        = "bunifuImageButton1";
     this.bunifuImageButton1.Size        = new System.Drawing.Size(46, 46);
     this.bunifuImageButton1.SizeMode    = System.Windows.Forms.PictureBoxSizeMode.Zoom;
     this.bunifuImageButton1.TabIndex    = 0;
     this.bunifuImageButton1.TabStop     = false;
     this.bunifuImageButton1.Zoom        = 10;
     this.bunifuImageButton1.Click      += new System.EventHandler(this.bunifuImageButton1_Click_1);
     //
     // pnlHeader
     //
     this.pnlHeader.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(107)))), ((int)(((byte)(107)))), ((int)(((byte)(107)))));
     this.animator2.SetDecoration(this.pnlHeader, AnimatorNS.DecorationType.None);
     this.animator1.SetDecoration(this.pnlHeader, AnimatorNS.DecorationType.None);
     this.pnlHeader.Dock     = System.Windows.Forms.DockStyle.Top;
     this.pnlHeader.Location = new System.Drawing.Point(0, 0);
     this.pnlHeader.Name     = "pnlHeader";
     this.pnlHeader.Size     = new System.Drawing.Size(832, 20);
     this.pnlHeader.TabIndex = 7;
     //
     // animator1
     //
     this.animator1.AnimationType      = AnimatorNS.AnimationType.VertSlide;
     this.animator1.Cursor             = null;
     animation2.AnimateOnlyDifferences = true;
     animation2.BlindCoeff             = ((System.Drawing.PointF)(resources.GetObject("animation2.BlindCoeff")));
     animation2.LeafCoeff            = 0F;
     animation2.MaxTime              = 1F;
     animation2.MinTime              = 0F;
     animation2.MosaicCoeff          = ((System.Drawing.PointF)(resources.GetObject("animation2.MosaicCoeff")));
     animation2.MosaicShift          = ((System.Drawing.PointF)(resources.GetObject("animation2.MosaicShift")));
     animation2.MosaicSize           = 0;
     animation2.Padding              = new System.Windows.Forms.Padding(0);
     animation2.RotateCoeff          = 0F;
     animation2.RotateLimit          = 0F;
     animation2.ScaleCoeff           = ((System.Drawing.PointF)(resources.GetObject("animation2.ScaleCoeff")));
     animation2.SlideCoeff           = ((System.Drawing.PointF)(resources.GetObject("animation2.SlideCoeff")));
     animation2.TimeCoeff            = 0F;
     animation2.TransparencyCoeff    = 0F;
     this.animator1.DefaultAnimation = animation2;
     //
     // animator2
     //
     this.animator2.AnimationType      = AnimatorNS.AnimationType.VertSlide;
     this.animator2.Cursor             = null;
     animation1.AnimateOnlyDifferences = true;
     animation1.BlindCoeff             = ((System.Drawing.PointF)(resources.GetObject("animation1.BlindCoeff")));
     animation1.LeafCoeff            = 0F;
     animation1.MaxTime              = 1F;
     animation1.MinTime              = 0F;
     animation1.MosaicCoeff          = ((System.Drawing.PointF)(resources.GetObject("animation1.MosaicCoeff")));
     animation1.MosaicShift          = ((System.Drawing.PointF)(resources.GetObject("animation1.MosaicShift")));
     animation1.MosaicSize           = 0;
     animation1.Padding              = new System.Windows.Forms.Padding(0);
     animation1.RotateCoeff          = 0F;
     animation1.RotateLimit          = 0F;
     animation1.ScaleCoeff           = ((System.Drawing.PointF)(resources.GetObject("animation1.ScaleCoeff")));
     animation1.SlideCoeff           = ((System.Drawing.PointF)(resources.GetObject("animation1.SlideCoeff")));
     animation1.TimeCoeff            = 0F;
     animation1.TransparencyCoeff    = 0F;
     this.animator2.DefaultAnimation = animation1;
     //
     // bunifuElipse2
     //
     this.bunifuElipse2.ElipseRadius  = 10;
     this.bunifuElipse2.TargetControl = this;
     //
     // bunifuDragControl1
     //
     this.bunifuDragControl1.Fixed         = true;
     this.bunifuDragControl1.Horizontal    = true;
     this.bunifuDragControl1.TargetControl = this.pnlHeader;
     this.bunifuDragControl1.Vertical      = true;
     //
     // bunifuDragControl2
     //
     this.bunifuDragControl2.Fixed         = true;
     this.bunifuDragControl2.Horizontal    = true;
     this.bunifuDragControl2.TargetControl = this.pnlExit;
     this.bunifuDragControl2.Vertical      = true;
     //
     // Ajouter_Client
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(832, 491);
     this.Controls.Add(this.pnlContainer);
     this.Controls.Add(this.pnlLogo);
     this.Controls.Add(this.pnlExit);
     this.Controls.Add(this.pnlHeader);
     this.animator1.SetDecoration(this, AnimatorNS.DecorationType.None);
     this.animator2.SetDecoration(this, AnimatorNS.DecorationType.None);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.Name            = "Ajouter_Client";
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "Ajouter_Client";
     this.pnlContainer.ResumeLayout(false);
     this.pnlContainer.PerformLayout();
     this.pnlLogo.ResumeLayout(false);
     this.pnlLogo.PerformLayout();
     this.pnlExit.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.bunifuImageButton2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.bunifuImageButton1)).EndInit();
     this.ResumeLayout(false);
 }
コード例 #22
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();
     AnimatorNS.Animation animation1 = new AnimatorNS.Animation();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(CampoBatalla));
     this.panel1                   = new System.Windows.Forms.Panel();
     this.lblNumFuerzaT            = new System.Windows.Forms.Label();
     this.lblNumFuerzaG            = new System.Windows.Forms.Label();
     this.picxTrojan               = new System.Windows.Forms.PictureBox();
     this.picxGreek                = new System.Windows.Forms.PictureBox();
     this.lblMsgStatus             = new System.Windows.Forms.Label();
     this.lblFuerzaTroyano         = new System.Windows.Forms.Label();
     this.progressBarFuerzaTroyano = new System.Windows.Forms.ProgressBar();
     this.lblFuerzaGriego          = new System.Windows.Forms.Label();
     this.progressBarFuerzaGriego  = new System.Windows.Forms.ProgressBar();
     this.lblMsgTroyano            = new System.Windows.Forms.Label();
     this.lblMsgGriego             = new System.Windows.Forms.Label();
     this.label3                   = new System.Windows.Forms.Label();
     this.label2                   = new System.Windows.Forms.Label();
     this.btnIniciarBatalla        = new MaterialSkin.Controls.MaterialRaisedButton();
     this.label1                   = new System.Windows.Forms.Label();
     this.btnMenu                  = new MaterialSkin.Controls.MaterialRaisedButton();
     this.animator1                = new AnimatorNS.Animator(this.components);
     this.picxClose                = new System.Windows.Forms.PictureBox();
     this.panel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.picxTrojan)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.picxGreek)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.picxClose)).BeginInit();
     this.SuspendLayout();
     //
     // panel1
     //
     this.panel1.Controls.Add(this.lblNumFuerzaT);
     this.panel1.Controls.Add(this.lblNumFuerzaG);
     this.panel1.Controls.Add(this.picxTrojan);
     this.panel1.Controls.Add(this.picxGreek);
     this.panel1.Controls.Add(this.lblMsgStatus);
     this.panel1.Controls.Add(this.lblFuerzaTroyano);
     this.panel1.Controls.Add(this.progressBarFuerzaTroyano);
     this.panel1.Controls.Add(this.lblFuerzaGriego);
     this.panel1.Controls.Add(this.progressBarFuerzaGriego);
     this.panel1.Controls.Add(this.lblMsgTroyano);
     this.panel1.Controls.Add(this.lblMsgGriego);
     this.panel1.Controls.Add(this.label3);
     this.panel1.Controls.Add(this.label2);
     this.panel1.Controls.Add(this.btnIniciarBatalla);
     this.panel1.Controls.Add(this.label1);
     this.panel1.Controls.Add(this.btnMenu);
     this.animator1.SetDecoration(this.panel1, AnimatorNS.DecorationType.None);
     this.panel1.Location = new System.Drawing.Point(12, 40);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(709, 501);
     this.panel1.TabIndex = 0;
     //
     // lblNumFuerzaT
     //
     this.lblNumFuerzaT.AutoSize = true;
     this.animator1.SetDecoration(this.lblNumFuerzaT, AnimatorNS.DecorationType.None);
     this.lblNumFuerzaT.Font      = new System.Drawing.Font("Noto Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblNumFuerzaT.ForeColor = System.Drawing.SystemColors.Control;
     this.lblNumFuerzaT.Location  = new System.Drawing.Point(136, 321);
     this.lblNumFuerzaT.Name      = "lblNumFuerzaT";
     this.lblNumFuerzaT.Size      = new System.Drawing.Size(19, 22);
     this.lblNumFuerzaT.TabIndex  = 31;
     this.lblNumFuerzaT.Text      = "#";
     //
     // lblNumFuerzaG
     //
     this.lblNumFuerzaG.AutoSize = true;
     this.animator1.SetDecoration(this.lblNumFuerzaG, AnimatorNS.DecorationType.None);
     this.lblNumFuerzaG.Font      = new System.Drawing.Font("Noto Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblNumFuerzaG.ForeColor = System.Drawing.SystemColors.Control;
     this.lblNumFuerzaG.Location  = new System.Drawing.Point(526, 322);
     this.lblNumFuerzaG.Name      = "lblNumFuerzaG";
     this.lblNumFuerzaG.Size      = new System.Drawing.Size(19, 22);
     this.lblNumFuerzaG.TabIndex  = 30;
     this.lblNumFuerzaG.Text      = "#";
     //
     // picxTrojan
     //
     this.picxTrojan.BackColor             = System.Drawing.Color.Transparent;
     this.picxTrojan.BackgroundImage       = global::SMP_Actividad20_Guerra.Properties.Resources.SoldadoTroyano;
     this.picxTrojan.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.animator1.SetDecoration(this.picxTrojan, AnimatorNS.DecorationType.None);
     this.picxTrojan.Location = new System.Drawing.Point(74, 180);
     this.picxTrojan.Name     = "picxTrojan";
     this.picxTrojan.Size     = new System.Drawing.Size(151, 85);
     this.picxTrojan.TabIndex = 34;
     this.picxTrojan.TabStop  = false;
     //
     // picxGreek
     //
     this.picxGreek.BackColor             = System.Drawing.Color.Transparent;
     this.picxGreek.BackgroundImage       = global::SMP_Actividad20_Guerra.Properties.Resources.SoldadoGriego;
     this.picxGreek.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.animator1.SetDecoration(this.picxGreek, AnimatorNS.DecorationType.None);
     this.picxGreek.Location = new System.Drawing.Point(460, 180);
     this.picxGreek.Name     = "picxGreek";
     this.picxGreek.Size     = new System.Drawing.Size(151, 85);
     this.picxGreek.TabIndex = 33;
     this.picxGreek.TabStop  = false;
     //
     // lblMsgStatus
     //
     this.lblMsgStatus.AutoSize  = true;
     this.lblMsgStatus.BackColor = System.Drawing.Color.Transparent;
     this.animator1.SetDecoration(this.lblMsgStatus, AnimatorNS.DecorationType.None);
     this.lblMsgStatus.Font      = new System.Drawing.Font("Palatino Linotype", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblMsgStatus.ForeColor = System.Drawing.SystemColors.HighlightText;
     this.lblMsgStatus.Location  = new System.Drawing.Point(3, 127);
     this.lblMsgStatus.Name      = "lblMsgStatus";
     this.lblMsgStatus.Size      = new System.Drawing.Size(32, 26);
     this.lblMsgStatus.TabIndex  = 32;
     this.lblMsgStatus.Text      = "....";
     //
     // lblFuerzaTroyano
     //
     this.lblFuerzaTroyano.AutoSize  = true;
     this.lblFuerzaTroyano.BackColor = System.Drawing.Color.Transparent;
     this.animator1.SetDecoration(this.lblFuerzaTroyano, AnimatorNS.DecorationType.None);
     this.lblFuerzaTroyano.Font      = new System.Drawing.Font("Noto Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblFuerzaTroyano.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
     this.lblFuerzaTroyano.Location  = new System.Drawing.Point(126, 298);
     this.lblFuerzaTroyano.Name      = "lblFuerzaTroyano";
     this.lblFuerzaTroyano.Size      = new System.Drawing.Size(47, 17);
     this.lblFuerzaTroyano.TabIndex  = 29;
     this.lblFuerzaTroyano.Text      = "Fuerza";
     //
     // progressBarFuerzaTroyano
     //
     this.animator1.SetDecoration(this.progressBarFuerzaTroyano, AnimatorNS.DecorationType.None);
     this.progressBarFuerzaTroyano.Location = new System.Drawing.Point(74, 318);
     this.progressBarFuerzaTroyano.Name     = "progressBarFuerzaTroyano";
     this.progressBarFuerzaTroyano.Size     = new System.Drawing.Size(151, 29);
     this.progressBarFuerzaTroyano.TabIndex = 28;
     //
     // lblFuerzaGriego
     //
     this.lblFuerzaGriego.AutoSize  = true;
     this.lblFuerzaGriego.BackColor = System.Drawing.Color.Transparent;
     this.animator1.SetDecoration(this.lblFuerzaGriego, AnimatorNS.DecorationType.None);
     this.lblFuerzaGriego.Font      = new System.Drawing.Font("Noto Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblFuerzaGriego.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
     this.lblFuerzaGriego.Location  = new System.Drawing.Point(512, 298);
     this.lblFuerzaGriego.Name      = "lblFuerzaGriego";
     this.lblFuerzaGriego.Size      = new System.Drawing.Size(47, 17);
     this.lblFuerzaGriego.TabIndex  = 27;
     this.lblFuerzaGriego.Text      = "Fuerza";
     //
     // progressBarFuerzaGriego
     //
     this.animator1.SetDecoration(this.progressBarFuerzaGriego, AnimatorNS.DecorationType.None);
     this.progressBarFuerzaGriego.Location = new System.Drawing.Point(460, 318);
     this.progressBarFuerzaGriego.Name     = "progressBarFuerzaGriego";
     this.progressBarFuerzaGriego.Size     = new System.Drawing.Size(151, 29);
     this.progressBarFuerzaGriego.TabIndex = 26;
     //
     // lblMsgTroyano
     //
     this.lblMsgTroyano.AutoSize  = true;
     this.lblMsgTroyano.BackColor = System.Drawing.Color.Transparent;
     this.animator1.SetDecoration(this.lblMsgTroyano, AnimatorNS.DecorationType.None);
     this.lblMsgTroyano.Font      = new System.Drawing.Font("Noto Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblMsgTroyano.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
     this.lblMsgTroyano.Location  = new System.Drawing.Point(70, 350);
     this.lblMsgTroyano.Name      = "lblMsgTroyano";
     this.lblMsgTroyano.Size      = new System.Drawing.Size(107, 22);
     this.lblMsgTroyano.TabIndex  = 25;
     this.lblMsgTroyano.Text      = "msgTroyano";
     //
     // lblMsgGriego
     //
     this.lblMsgGriego.AutoSize  = true;
     this.lblMsgGriego.BackColor = System.Drawing.Color.Transparent;
     this.animator1.SetDecoration(this.lblMsgGriego, AnimatorNS.DecorationType.None);
     this.lblMsgGriego.Font      = new System.Drawing.Font("Noto Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblMsgGriego.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
     this.lblMsgGriego.Location  = new System.Drawing.Point(456, 350);
     this.lblMsgGriego.Name      = "lblMsgGriego";
     this.lblMsgGriego.Size      = new System.Drawing.Size(93, 22);
     this.lblMsgGriego.TabIndex  = 24;
     this.lblMsgGriego.Text      = "msgGriego";
     //
     // label3
     //
     this.label3.AutoSize  = true;
     this.label3.BackColor = System.Drawing.Color.Transparent;
     this.animator1.SetDecoration(this.label3, AnimatorNS.DecorationType.None);
     this.label3.Font      = new System.Drawing.Font("Noto Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label3.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
     this.label3.Location  = new System.Drawing.Point(103, 272);
     this.label3.Name      = "label3";
     this.label3.Size      = new System.Drawing.Size(94, 26);
     this.label3.TabIndex  = 23;
     this.label3.Text      = "Troyano:";
     //
     // label2
     //
     this.label2.AutoSize  = true;
     this.label2.BackColor = System.Drawing.Color.Transparent;
     this.animator1.SetDecoration(this.label2, AnimatorNS.DecorationType.None);
     this.label2.Font      = new System.Drawing.Font("Noto Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label2.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
     this.label2.Location  = new System.Drawing.Point(498, 272);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(77, 26);
     this.label2.TabIndex  = 22;
     this.label2.Text      = "Griego:";
     //
     // btnIniciarBatalla
     //
     this.btnIniciarBatalla.AutoSize     = true;
     this.btnIniciarBatalla.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     this.animator1.SetDecoration(this.btnIniciarBatalla, AnimatorNS.DecorationType.None);
     this.btnIniciarBatalla.Depth      = 0;
     this.btnIniciarBatalla.Icon       = null;
     this.btnIniciarBatalla.Location   = new System.Drawing.Point(271, 63);
     this.btnIniciarBatalla.MouseState = MaterialSkin.MouseState.HOVER;
     this.btnIniciarBatalla.Name       = "btnIniciarBatalla";
     this.btnIniciarBatalla.Primary    = true;
     this.btnIniciarBatalla.Size       = new System.Drawing.Size(132, 36);
     this.btnIniciarBatalla.TabIndex   = 21;
     this.btnIniciarBatalla.Text       = "Iniciar batalla";
     this.btnIniciarBatalla.UseVisualStyleBackColor = true;
     this.btnIniciarBatalla.Click += new System.EventHandler(this.btnIniciarBatalla_Click);
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.animator1.SetDecoration(this.label1, AnimatorNS.DecorationType.None);
     this.label1.Font      = new System.Drawing.Font("Book Antiqua", 21.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label1.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
     this.label1.Location  = new System.Drawing.Point(182, 22);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(329, 33);
     this.label1.TabIndex  = 20;
     this.label1.Text      = "CAMPO DE BATALLA";
     //
     // btnMenu
     //
     this.btnMenu.AutoSize     = true;
     this.btnMenu.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     this.animator1.SetDecoration(this.btnMenu, AnimatorNS.DecorationType.None);
     this.btnMenu.Depth      = 0;
     this.btnMenu.Icon       = null;
     this.btnMenu.Location   = new System.Drawing.Point(3, 3);
     this.btnMenu.MouseState = MaterialSkin.MouseState.HOVER;
     this.btnMenu.Name       = "btnMenu";
     this.btnMenu.Primary    = true;
     this.btnMenu.Size       = new System.Drawing.Size(59, 36);
     this.btnMenu.TabIndex   = 0;
     this.btnMenu.Text       = "Menu";
     this.btnMenu.UseVisualStyleBackColor = true;
     this.btnMenu.Click += new System.EventHandler(this.btnMenu_Click);
     //
     // animator1
     //
     this.animator1.AnimationType      = AnimatorNS.AnimationType.VertSlide;
     this.animator1.Cursor             = null;
     animation1.AnimateOnlyDifferences = true;
     animation1.BlindCoeff             = ((System.Drawing.PointF)(resources.GetObject("animation1.BlindCoeff")));
     animation1.LeafCoeff            = 0F;
     animation1.MaxTime              = 1F;
     animation1.MinTime              = 0F;
     animation1.MosaicCoeff          = ((System.Drawing.PointF)(resources.GetObject("animation1.MosaicCoeff")));
     animation1.MosaicShift          = ((System.Drawing.PointF)(resources.GetObject("animation1.MosaicShift")));
     animation1.MosaicSize           = 0;
     animation1.Padding              = new System.Windows.Forms.Padding(0);
     animation1.RotateCoeff          = 0F;
     animation1.RotateLimit          = 0F;
     animation1.ScaleCoeff           = ((System.Drawing.PointF)(resources.GetObject("animation1.ScaleCoeff")));
     animation1.SlideCoeff           = ((System.Drawing.PointF)(resources.GetObject("animation1.SlideCoeff")));
     animation1.TimeCoeff            = 0F;
     animation1.TransparencyCoeff    = 0F;
     this.animator1.DefaultAnimation = animation1;
     //
     // picxClose
     //
     this.picxClose.BackColor             = System.Drawing.Color.Transparent;
     this.picxClose.BackgroundImage       = global::SMP_Actividad20_Guerra.Properties.Resources.buttonClose;
     this.picxClose.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.animator1.SetDecoration(this.picxClose, AnimatorNS.DecorationType.None);
     this.picxClose.Location = new System.Drawing.Point(688, 1);
     this.picxClose.Name     = "picxClose";
     this.picxClose.Size     = new System.Drawing.Size(45, 30);
     this.picxClose.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
     this.picxClose.TabIndex = 1;
     this.picxClose.TabStop  = false;
     this.picxClose.Click   += new System.EventHandler(this.picxClose_Click);
     //
     // CampoBatalla
     //
     this.AutoScaleDimensions   = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode         = System.Windows.Forms.AutoScaleMode.Font;
     this.BackgroundImage       = global::SMP_Actividad20_Guerra.Properties.Resources.BatallaPrevia;
     this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.ClientSize            = new System.Drawing.Size(742, 574);
     this.Controls.Add(this.picxClose);
     this.Controls.Add(this.panel1);
     this.animator1.SetDecoration(this, AnimatorNS.DecorationType.None);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.Name            = "CampoBatalla";
     this.Text            = "Campo de batalla";
     this.Load           += new System.EventHandler(this.CampoBatalla_LoadAsync);
     this.panel1.ResumeLayout(false);
     this.panel1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.picxTrojan)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.picxGreek)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.picxClose)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
コード例 #23
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
     AnimatorNS.Animation animation1 = new AnimatorNS.Animation();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Client_Consultation));
     AnimatorNS.Animation animation2 = new AnimatorNS.Animation();
     this.pnlContainer       = new System.Windows.Forms.Panel();
     this.groupBox1          = new System.Windows.Forms.GroupBox();
     this.label2             = new System.Windows.Forms.Label();
     this.SearchBtn          = new Bunifu.Framework.UI.BunifuImageButton();
     this.textBox1           = new System.Windows.Forms.TextBox();
     this.comboBox1          = new System.Windows.Forms.ComboBox();
     this.dataGridView1      = new System.Windows.Forms.DataGridView();
     this.pnlLogo            = new System.Windows.Forms.Panel();
     this.lblDate            = new System.Windows.Forms.Label();
     this.lblTime            = new System.Windows.Forms.Label();
     this.label1             = new System.Windows.Forms.Label();
     this.pnlExit            = new System.Windows.Forms.Panel();
     this.bunifuImageButton2 = new Bunifu.Framework.UI.BunifuImageButton();
     this.bunifuImageButton1 = new Bunifu.Framework.UI.BunifuImageButton();
     this.pnlHeader          = new System.Windows.Forms.Panel();
     this.bunifuDragControl1 = new Bunifu.Framework.UI.BunifuDragControl(this.components);
     this.bunifuDragControl2 = new Bunifu.Framework.UI.BunifuDragControl(this.components);
     this.bunifuElipse2      = new Bunifu.Framework.UI.BunifuElipse(this.components);
     this.animator1          = new AnimatorNS.Animator(this.components);
     this.animator2          = new AnimatorNS.Animator(this.components);
     this.pnlContainer.SuspendLayout();
     this.groupBox1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.SearchBtn)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
     this.pnlLogo.SuspendLayout();
     this.pnlExit.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.bunifuImageButton2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.bunifuImageButton1)).BeginInit();
     this.SuspendLayout();
     //
     // pnlContainer
     //
     this.pnlContainer.Controls.Add(this.groupBox1);
     this.pnlContainer.Controls.Add(this.dataGridView1);
     this.animator2.SetDecoration(this.pnlContainer, AnimatorNS.DecorationType.None);
     this.animator1.SetDecoration(this.pnlContainer, AnimatorNS.DecorationType.None);
     this.pnlContainer.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.pnlContainer.Location = new System.Drawing.Point(0, 127);
     this.pnlContainer.Name     = "pnlContainer";
     this.pnlContainer.Size     = new System.Drawing.Size(792, 364);
     this.pnlContainer.TabIndex = 26;
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.label2);
     this.groupBox1.Controls.Add(this.SearchBtn);
     this.groupBox1.Controls.Add(this.textBox1);
     this.groupBox1.Controls.Add(this.comboBox1);
     this.animator2.SetDecoration(this.groupBox1, AnimatorNS.DecorationType.None);
     this.animator1.SetDecoration(this.groupBox1, AnimatorNS.DecorationType.None);
     this.groupBox1.Font     = new System.Drawing.Font("Dank Mono", 9.749999F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.groupBox1.Location = new System.Drawing.Point(12, 0);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(774, 41);
     this.groupBox1.TabIndex = 36;
     this.groupBox1.TabStop  = false;
     this.groupBox1.Text     = "Filtrer par : ";
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.animator1.SetDecoration(this.label2, AnimatorNS.DecorationType.None);
     this.animator2.SetDecoration(this.label2, AnimatorNS.DecorationType.None);
     this.label2.Location = new System.Drawing.Point(346, 15);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(78, 16);
     this.label2.TabIndex = 3;
     this.label2.Text     = "SelectItem";
     this.label2.Visible  = false;
     //
     // SearchBtn
     //
     this.SearchBtn.BackColor = System.Drawing.Color.Transparent;
     this.SearchBtn.Cursor    = System.Windows.Forms.Cursors.Hand;
     this.animator2.SetDecoration(this.SearchBtn, AnimatorNS.DecorationType.None);
     this.animator1.SetDecoration(this.SearchBtn, AnimatorNS.DecorationType.None);
     this.SearchBtn.Enabled     = false;
     this.SearchBtn.Image       = global::Gestion_de_Stock_.Properties.Resources.icons8_Search_96px_1;
     this.SearchBtn.ImageActive = null;
     this.SearchBtn.Location    = new System.Drawing.Point(734, 10);
     this.SearchBtn.Name        = "SearchBtn";
     this.SearchBtn.Size        = new System.Drawing.Size(36, 27);
     this.SearchBtn.SizeMode    = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     this.SearchBtn.TabIndex    = 2;
     this.SearchBtn.TabStop     = false;
     this.SearchBtn.Zoom        = 10;
     this.SearchBtn.Click      += new System.EventHandler(this.SearchBtn_Click);
     //
     // textBox1
     //
     this.textBox1.Cursor = System.Windows.Forms.Cursors.IBeam;
     this.animator1.SetDecoration(this.textBox1, AnimatorNS.DecorationType.None);
     this.animator2.SetDecoration(this.textBox1, AnimatorNS.DecorationType.None);
     this.textBox1.Font     = new System.Drawing.Font("Dank Mono", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.textBox1.Location = new System.Drawing.Point(495, 14);
     this.textBox1.Name     = "textBox1";
     this.textBox1.Size     = new System.Drawing.Size(180, 22);
     this.textBox1.TabIndex = 1;
     this.textBox1.Visible  = false;
     //
     // comboBox1
     //
     this.comboBox1.BackColor = System.Drawing.Color.White;
     this.animator2.SetDecoration(this.comboBox1, AnimatorNS.DecorationType.None);
     this.animator1.SetDecoration(this.comboBox1, AnimatorNS.DecorationType.None);
     this.comboBox1.DropDownHeight    = 100;
     this.comboBox1.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboBox1.DropDownWidth     = 170;
     this.comboBox1.Font              = new System.Drawing.Font("Dank Mono", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.comboBox1.FormattingEnabled = true;
     this.comboBox1.IntegralHeight    = false;
     this.comboBox1.Items.AddRange(new object[] {
         "  Tous",
         "  ID Client",
         "  Raison Social",
         "  Tele"
     });
     this.comboBox1.Location = new System.Drawing.Point(107, 14);
     this.comboBox1.Name     = "comboBox1";
     this.comboBox1.Size     = new System.Drawing.Size(178, 22);
     this.comboBox1.TabIndex = 0;
     this.comboBox1.SelectionChangeCommitted += new System.EventHandler(this.comboBox1_SelectionChangeCommitted);
     //
     // dataGridView1
     //
     this.dataGridView1.AllowUserToAddRows    = false;
     this.dataGridView1.AllowUserToDeleteRows = false;
     this.dataGridView1.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.dataGridView1.AutoSizeColumnsMode           = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
     this.dataGridView1.BorderStyle                   = System.Windows.Forms.BorderStyle.None;
     dataGridViewCellStyle1.Alignment                 = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
     dataGridViewCellStyle1.BackColor                 = System.Drawing.SystemColors.Control;
     dataGridViewCellStyle1.Font                      = new System.Drawing.Font("Century Gothic", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     dataGridViewCellStyle1.ForeColor                 = System.Drawing.SystemColors.WindowText;
     dataGridViewCellStyle1.SelectionBackColor        = System.Drawing.SystemColors.Highlight;
     dataGridViewCellStyle1.SelectionForeColor        = System.Drawing.SystemColors.HighlightText;
     dataGridViewCellStyle1.WrapMode                  = System.Windows.Forms.DataGridViewTriState.True;
     this.dataGridView1.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
     this.dataGridView1.ColumnHeadersHeightSizeMode   = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.animator2.SetDecoration(this.dataGridView1, AnimatorNS.DecorationType.None);
     this.animator1.SetDecoration(this.dataGridView1, AnimatorNS.DecorationType.None);
     dataGridViewCellStyle2.Alignment          = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
     dataGridViewCellStyle2.BackColor          = System.Drawing.SystemColors.Window;
     dataGridViewCellStyle2.Font               = new System.Drawing.Font("Century Gothic", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     dataGridViewCellStyle2.ForeColor          = System.Drawing.SystemColors.ControlText;
     dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
     dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
     dataGridViewCellStyle2.WrapMode           = System.Windows.Forms.DataGridViewTriState.False;
     this.dataGridView1.DefaultCellStyle       = dataGridViewCellStyle2;
     this.dataGridView1.Location               = new System.Drawing.Point(13, 43);
     this.dataGridView1.MultiSelect            = false;
     this.dataGridView1.Name            = "dataGridView1";
     this.dataGridView1.ReadOnly        = true;
     this.dataGridView1.RowHeadersWidth = 5;
     this.dataGridView1.SelectionMode   = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
     this.dataGridView1.Size            = new System.Drawing.Size(767, 318);
     this.dataGridView1.TabIndex        = 1;
     this.dataGridView1.MouseClick     += new System.Windows.Forms.MouseEventHandler(this.dataGridView1_MouseClick);
     //
     // pnlLogo
     //
     this.pnlLogo.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(232)))), ((int)(((byte)(234)))), ((int)(((byte)(236)))));
     this.pnlLogo.Controls.Add(this.lblDate);
     this.pnlLogo.Controls.Add(this.lblTime);
     this.pnlLogo.Controls.Add(this.label1);
     this.animator2.SetDecoration(this.pnlLogo, AnimatorNS.DecorationType.None);
     this.animator1.SetDecoration(this.pnlLogo, AnimatorNS.DecorationType.None);
     this.pnlLogo.Dock     = System.Windows.Forms.DockStyle.Top;
     this.pnlLogo.Location = new System.Drawing.Point(0, 20);
     this.pnlLogo.Name     = "pnlLogo";
     this.pnlLogo.Size     = new System.Drawing.Size(792, 107);
     this.pnlLogo.TabIndex = 25;
     //
     // lblDate
     //
     this.lblDate.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.lblDate.AutoSize = true;
     this.animator1.SetDecoration(this.lblDate, AnimatorNS.DecorationType.None);
     this.animator2.SetDecoration(this.lblDate, AnimatorNS.DecorationType.None);
     this.lblDate.Font      = new System.Drawing.Font("Lane - Upper", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblDate.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(34)))), ((int)(((byte)(50)))), ((int)(((byte)(74)))));
     this.lblDate.Location  = new System.Drawing.Point(662, 64);
     this.lblDate.Name      = "lblDate";
     this.lblDate.Size      = new System.Drawing.Size(133, 29);
     this.lblDate.TabIndex  = 0;
     this.lblDate.Text      = "Fiver House";
     //
     // lblTime
     //
     this.lblTime.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.lblTime.AutoSize = true;
     this.animator1.SetDecoration(this.lblTime, AnimatorNS.DecorationType.None);
     this.animator2.SetDecoration(this.lblTime, AnimatorNS.DecorationType.None);
     this.lblTime.Font      = new System.Drawing.Font("Lane - Upper", 36F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblTime.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(34)))), ((int)(((byte)(50)))), ((int)(((byte)(74)))));
     this.lblTime.Location  = new System.Drawing.Point(592, 7);
     this.lblTime.Name      = "lblTime";
     this.lblTime.Size      = new System.Drawing.Size(203, 57);
     this.lblTime.TabIndex  = 0;
     this.lblTime.Text      = "14:23:55";
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.animator1.SetDecoration(this.label1, AnimatorNS.DecorationType.None);
     this.animator2.SetDecoration(this.label1, AnimatorNS.DecorationType.None);
     this.label1.Font      = new System.Drawing.Font("Lane - Upper", 36F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(34)))), ((int)(((byte)(50)))), ((int)(((byte)(74)))));
     this.label1.Location  = new System.Drawing.Point(3, 7);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(263, 57);
     this.label1.TabIndex  = 0;
     this.label1.Text      = "Fiver House";
     //
     // pnlExit
     //
     this.pnlExit.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(107)))), ((int)(((byte)(107)))), ((int)(((byte)(107)))));
     this.pnlExit.Controls.Add(this.bunifuImageButton2);
     this.pnlExit.Controls.Add(this.bunifuImageButton1);
     this.animator2.SetDecoration(this.pnlExit, AnimatorNS.DecorationType.None);
     this.animator1.SetDecoration(this.pnlExit, AnimatorNS.DecorationType.None);
     this.pnlExit.Dock     = System.Windows.Forms.DockStyle.Right;
     this.pnlExit.Location = new System.Drawing.Point(792, 20);
     this.pnlExit.Name     = "pnlExit";
     this.pnlExit.Size     = new System.Drawing.Size(40, 471);
     this.pnlExit.TabIndex = 24;
     //
     // bunifuImageButton2
     //
     this.bunifuImageButton2.BackColor = System.Drawing.Color.Transparent;
     this.animator2.SetDecoration(this.bunifuImageButton2, AnimatorNS.DecorationType.None);
     this.animator1.SetDecoration(this.bunifuImageButton2, AnimatorNS.DecorationType.None);
     this.bunifuImageButton2.Image       = global::Gestion_de_Stock_.Properties.Resources.Minus_96px;
     this.bunifuImageButton2.ImageActive = null;
     this.bunifuImageButton2.Location    = new System.Drawing.Point(-2, 51);
     this.bunifuImageButton2.Name        = "bunifuImageButton2";
     this.bunifuImageButton2.Size        = new System.Drawing.Size(48, 48);
     this.bunifuImageButton2.SizeMode    = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     this.bunifuImageButton2.TabIndex    = 1;
     this.bunifuImageButton2.TabStop     = false;
     this.bunifuImageButton2.Zoom        = 10;
     //
     // bunifuImageButton1
     //
     this.bunifuImageButton1.BackColor = System.Drawing.Color.Transparent;
     this.animator2.SetDecoration(this.bunifuImageButton1, AnimatorNS.DecorationType.None);
     this.animator1.SetDecoration(this.bunifuImageButton1, AnimatorNS.DecorationType.None);
     this.bunifuImageButton1.Image       = global::Gestion_de_Stock_.Properties.Resources.Back_Arrow_96px;
     this.bunifuImageButton1.ImageActive = null;
     this.bunifuImageButton1.Location    = new System.Drawing.Point(-2, 5);
     this.bunifuImageButton1.Name        = "bunifuImageButton1";
     this.bunifuImageButton1.Size        = new System.Drawing.Size(46, 46);
     this.bunifuImageButton1.SizeMode    = System.Windows.Forms.PictureBoxSizeMode.Zoom;
     this.bunifuImageButton1.TabIndex    = 0;
     this.bunifuImageButton1.TabStop     = false;
     this.bunifuImageButton1.Zoom        = 10;
     this.bunifuImageButton1.Click      += new System.EventHandler(this.bunifuImageButton1_Click);
     //
     // pnlHeader
     //
     this.pnlHeader.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(107)))), ((int)(((byte)(107)))), ((int)(((byte)(107)))));
     this.animator2.SetDecoration(this.pnlHeader, AnimatorNS.DecorationType.None);
     this.animator1.SetDecoration(this.pnlHeader, AnimatorNS.DecorationType.None);
     this.pnlHeader.Dock     = System.Windows.Forms.DockStyle.Top;
     this.pnlHeader.Location = new System.Drawing.Point(0, 0);
     this.pnlHeader.Name     = "pnlHeader";
     this.pnlHeader.Size     = new System.Drawing.Size(832, 20);
     this.pnlHeader.TabIndex = 23;
     //
     // bunifuDragControl1
     //
     this.bunifuDragControl1.Fixed         = true;
     this.bunifuDragControl1.Horizontal    = true;
     this.bunifuDragControl1.TargetControl = this.pnlHeader;
     this.bunifuDragControl1.Vertical      = true;
     //
     // bunifuDragControl2
     //
     this.bunifuDragControl2.Fixed         = true;
     this.bunifuDragControl2.Horizontal    = true;
     this.bunifuDragControl2.TargetControl = this.pnlExit;
     this.bunifuDragControl2.Vertical      = true;
     //
     // bunifuElipse2
     //
     this.bunifuElipse2.ElipseRadius  = 10;
     this.bunifuElipse2.TargetControl = this;
     //
     // animator1
     //
     this.animator1.AnimationType      = AnimatorNS.AnimationType.Transparent;
     this.animator1.Cursor             = null;
     animation1.AnimateOnlyDifferences = true;
     animation1.BlindCoeff             = ((System.Drawing.PointF)(resources.GetObject("animation1.BlindCoeff")));
     animation1.LeafCoeff            = 0F;
     animation1.MaxTime              = 1F;
     animation1.MinTime              = 0F;
     animation1.MosaicCoeff          = ((System.Drawing.PointF)(resources.GetObject("animation1.MosaicCoeff")));
     animation1.MosaicShift          = ((System.Drawing.PointF)(resources.GetObject("animation1.MosaicShift")));
     animation1.MosaicSize           = 0;
     animation1.Padding              = new System.Windows.Forms.Padding(0);
     animation1.RotateCoeff          = 0F;
     animation1.RotateLimit          = 0F;
     animation1.ScaleCoeff           = ((System.Drawing.PointF)(resources.GetObject("animation1.ScaleCoeff")));
     animation1.SlideCoeff           = ((System.Drawing.PointF)(resources.GetObject("animation1.SlideCoeff")));
     animation1.TimeCoeff            = 0F;
     animation1.TransparencyCoeff    = 1F;
     this.animator1.DefaultAnimation = animation1;
     //
     // animator2
     //
     this.animator2.AnimationType      = AnimatorNS.AnimationType.VertSlide;
     this.animator2.Cursor             = null;
     animation2.AnimateOnlyDifferences = true;
     animation2.BlindCoeff             = ((System.Drawing.PointF)(resources.GetObject("animation2.BlindCoeff")));
     animation2.LeafCoeff            = 0F;
     animation2.MaxTime              = 1F;
     animation2.MinTime              = 0F;
     animation2.MosaicCoeff          = ((System.Drawing.PointF)(resources.GetObject("animation2.MosaicCoeff")));
     animation2.MosaicShift          = ((System.Drawing.PointF)(resources.GetObject("animation2.MosaicShift")));
     animation2.MosaicSize           = 0;
     animation2.Padding              = new System.Windows.Forms.Padding(0);
     animation2.RotateCoeff          = 0F;
     animation2.RotateLimit          = 0F;
     animation2.ScaleCoeff           = ((System.Drawing.PointF)(resources.GetObject("animation2.ScaleCoeff")));
     animation2.SlideCoeff           = ((System.Drawing.PointF)(resources.GetObject("animation2.SlideCoeff")));
     animation2.TimeCoeff            = 0F;
     animation2.TransparencyCoeff    = 0F;
     this.animator2.DefaultAnimation = animation2;
     this.animator2.Interval         = 15;
     //
     // Client_Consultation
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(832, 491);
     this.Controls.Add(this.pnlContainer);
     this.Controls.Add(this.pnlLogo);
     this.Controls.Add(this.pnlExit);
     this.Controls.Add(this.pnlHeader);
     this.animator1.SetDecoration(this, AnimatorNS.DecorationType.None);
     this.animator2.SetDecoration(this, AnimatorNS.DecorationType.None);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.Name            = "Client_Consultation";
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "Client_Consultation";
     this.pnlContainer.ResumeLayout(false);
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.SearchBtn)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
     this.pnlLogo.ResumeLayout(false);
     this.pnlLogo.PerformLayout();
     this.pnlExit.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.bunifuImageButton2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.bunifuImageButton1)).EndInit();
     this.ResumeLayout(false);
 }
コード例 #24
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();
     AnimatorNS.Animation animation1 = new AnimatorNS.Animation();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(mainform));
     this.header                  = new System.Windows.Forms.Panel();
     this.bunifuImageButton2      = new Bunifu.Framework.UI.BunifuImageButton();
     this.welcomLabel             = new Bunifu.Framework.UI.BunifuCustomLabel();
     this.bunifuImageButton1      = new Bunifu.Framework.UI.BunifuImageButton();
     this.bunifuDragControl1      = new Bunifu.Framework.UI.BunifuDragControl(this.components);
     this.panelAnimator           = new AnimatorNS.Animator(this.components);
     this.contextMenuStrip1       = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.showUpToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.exitToolStripMenuItem   = new System.Windows.Forms.ToolStripMenuItem();
     this.slidemenu               = new Bunifu.Framework.UI.BunifuGradientPanel();
     this.bunifuFlatButton4       = new Bunifu.Framework.UI.BunifuFlatButton();
     this.btnCarManage            = new Bunifu.Framework.UI.BunifuFlatButton();
     this.btnUserManage           = new Bunifu.Framework.UI.BunifuFlatButton();
     this.bunifuFlatButton1       = new Bunifu.Framework.UI.BunifuFlatButton();
     this.UserAvatar              = new System.Windows.Forms.PictureBox();
     this.BtnMenuIcon             = new Bunifu.Framework.UI.BunifuImageButton();
     this.bunifuElipse1           = new Bunifu.Framework.UI.BunifuElipse(this.components);
     this.notifyIcon1             = new System.Windows.Forms.NotifyIcon(this.components);
     this.header.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.bunifuImageButton2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.bunifuImageButton1)).BeginInit();
     this.contextMenuStrip1.SuspendLayout();
     this.slidemenu.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.UserAvatar)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.BtnMenuIcon)).BeginInit();
     this.SuspendLayout();
     //
     // header
     //
     this.header.BackColor = System.Drawing.Color.Navy;
     this.header.Controls.Add(this.bunifuImageButton2);
     this.header.Controls.Add(this.welcomLabel);
     this.header.Controls.Add(this.bunifuImageButton1);
     this.panelAnimator.SetDecoration(this.header, AnimatorNS.DecorationType.None);
     this.header.Dock     = System.Windows.Forms.DockStyle.Top;
     this.header.Location = new System.Drawing.Point(0, 0);
     this.header.Name     = "header";
     this.header.Size     = new System.Drawing.Size(962, 37);
     this.header.TabIndex = 0;
     //
     // bunifuImageButton2
     //
     this.bunifuImageButton2.BackColor = System.Drawing.Color.Navy;
     this.panelAnimator.SetDecoration(this.bunifuImageButton2, AnimatorNS.DecorationType.None);
     this.bunifuImageButton2.Dock        = System.Windows.Forms.DockStyle.Right;
     this.bunifuImageButton2.Image       = ((System.Drawing.Image)(resources.GetObject("bunifuImageButton2.Image")));
     this.bunifuImageButton2.ImageActive = null;
     this.bunifuImageButton2.Location    = new System.Drawing.Point(915, 0);
     this.bunifuImageButton2.Name        = "bunifuImageButton2";
     this.bunifuImageButton2.Size        = new System.Drawing.Size(47, 37);
     this.bunifuImageButton2.SizeMode    = System.Windows.Forms.PictureBoxSizeMode.Zoom;
     this.bunifuImageButton2.TabIndex    = 2;
     this.bunifuImageButton2.TabStop     = false;
     this.bunifuImageButton2.Zoom        = 10;
     this.bunifuImageButton2.Click      += new System.EventHandler(this.bunifuImageButton2_Click);
     //
     // welcomLabel
     //
     this.welcomLabel.AutoSize = true;
     this.panelAnimator.SetDecoration(this.welcomLabel, AnimatorNS.DecorationType.None);
     this.welcomLabel.Font      = new System.Drawing.Font("Stencil", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.welcomLabel.ForeColor = System.Drawing.SystemColors.ButtonFace;
     this.welcomLabel.Location  = new System.Drawing.Point(56, 9);
     this.welcomLabel.Name      = "welcomLabel";
     this.welcomLabel.Size      = new System.Drawing.Size(335, 47);
     this.welcomLabel.TabIndex  = 1;
     this.welcomLabel.Text      = "Smart Parking";
     //
     // bunifuImageButton1
     //
     this.bunifuImageButton1.BackColor = System.Drawing.Color.AliceBlue;
     this.panelAnimator.SetDecoration(this.bunifuImageButton1, AnimatorNS.DecorationType.None);
     this.bunifuImageButton1.Dock        = System.Windows.Forms.DockStyle.Left;
     this.bunifuImageButton1.Image       = global::winformProject.Properties.Resources.kisspng_logo_brand_font_perfect_car_parking_3d_5b1c609fae30503;
     this.bunifuImageButton1.ImageActive = null;
     this.bunifuImageButton1.Location    = new System.Drawing.Point(0, 0);
     this.bunifuImageButton1.Name        = "bunifuImageButton1";
     this.bunifuImageButton1.Size        = new System.Drawing.Size(50, 37);
     this.bunifuImageButton1.SizeMode    = System.Windows.Forms.PictureBoxSizeMode.Zoom;
     this.bunifuImageButton1.TabIndex    = 1;
     this.bunifuImageButton1.TabStop     = false;
     this.bunifuImageButton1.Zoom        = 10;
     //
     // bunifuDragControl1
     //
     this.bunifuDragControl1.Fixed         = true;
     this.bunifuDragControl1.Horizontal    = true;
     this.bunifuDragControl1.TargetControl = this.header;
     this.bunifuDragControl1.Vertical      = true;
     //
     // panelAnimator
     //
     this.panelAnimator.AnimationType  = AnimatorNS.AnimationType.Custom;
     this.panelAnimator.Cursor         = null;
     animation1.AnimateOnlyDifferences = true;
     animation1.BlindCoeff             = ((System.Drawing.PointF)(resources.GetObject("animation1.BlindCoeff")));
     animation1.LeafCoeff                = 0F;
     animation1.MaxTime                  = 1F;
     animation1.MinTime                  = 0F;
     animation1.MosaicCoeff              = ((System.Drawing.PointF)(resources.GetObject("animation1.MosaicCoeff")));
     animation1.MosaicShift              = ((System.Drawing.PointF)(resources.GetObject("animation1.MosaicShift")));
     animation1.MosaicSize               = 0;
     animation1.Padding                  = new System.Windows.Forms.Padding(0);
     animation1.RotateCoeff              = 0F;
     animation1.RotateLimit              = 0F;
     animation1.ScaleCoeff               = ((System.Drawing.PointF)(resources.GetObject("animation1.ScaleCoeff")));
     animation1.SlideCoeff               = ((System.Drawing.PointF)(resources.GetObject("animation1.SlideCoeff")));
     animation1.TimeCoeff                = 0F;
     animation1.TransparencyCoeff        = 1F;
     this.panelAnimator.DefaultAnimation = animation1;
     //
     // contextMenuStrip1
     //
     this.panelAnimator.SetDecoration(this.contextMenuStrip1, AnimatorNS.DecorationType.None);
     this.contextMenuStrip1.ImageScalingSize = new System.Drawing.Size(40, 40);
     this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.showUpToolStripMenuItem,
         this.exitToolStripMenuItem
     });
     this.contextMenuStrip1.Name = "contextMenuStrip1";
     this.contextMenuStrip1.Size = new System.Drawing.Size(213, 96);
     //
     // showUpToolStripMenuItem
     //
     this.showUpToolStripMenuItem.Name   = "showUpToolStripMenuItem";
     this.showUpToolStripMenuItem.Size   = new System.Drawing.Size(212, 46);
     this.showUpToolStripMenuItem.Text   = "Show up";
     this.showUpToolStripMenuItem.Click += new System.EventHandler(this.showUpToolStripMenuItem_Click);
     //
     // exitToolStripMenuItem
     //
     this.exitToolStripMenuItem.Name   = "exitToolStripMenuItem";
     this.exitToolStripMenuItem.Size   = new System.Drawing.Size(212, 46);
     this.exitToolStripMenuItem.Text   = "Exit";
     this.exitToolStripMenuItem.Click += new System.EventHandler(this.exitToolStripMenuItem_Click);
     //
     // slidemenu
     //
     this.slidemenu.BackColor             = System.Drawing.Color.Transparent;
     this.slidemenu.BackgroundImage       = ((System.Drawing.Image)(resources.GetObject("slidemenu.BackgroundImage")));
     this.slidemenu.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.slidemenu.Controls.Add(this.bunifuFlatButton4);
     this.slidemenu.Controls.Add(this.btnCarManage);
     this.slidemenu.Controls.Add(this.btnUserManage);
     this.slidemenu.Controls.Add(this.bunifuFlatButton1);
     this.slidemenu.Controls.Add(this.UserAvatar);
     this.slidemenu.Controls.Add(this.BtnMenuIcon);
     this.panelAnimator.SetDecoration(this.slidemenu, AnimatorNS.DecorationType.None);
     this.slidemenu.Dock = System.Windows.Forms.DockStyle.Left;
     this.slidemenu.GradientBottomLeft  = System.Drawing.Color.MediumBlue;
     this.slidemenu.GradientBottomRight = System.Drawing.Color.LightSkyBlue;
     this.slidemenu.GradientTopLeft     = System.Drawing.Color.MidnightBlue;
     this.slidemenu.GradientTopRight    = System.Drawing.Color.Lavender;
     this.slidemenu.Location            = new System.Drawing.Point(0, 37);
     this.slidemenu.Name     = "slidemenu";
     this.slidemenu.Quality  = 10;
     this.slidemenu.Size     = new System.Drawing.Size(250, 489);
     this.slidemenu.TabIndex = 1;
     //
     // bunifuFlatButton4
     //
     this.bunifuFlatButton4.Activecolor           = System.Drawing.Color.FromArgb(((int)(((byte)(46)))), ((int)(((byte)(139)))), ((int)(((byte)(87)))));
     this.bunifuFlatButton4.BackColor             = System.Drawing.Color.Transparent;
     this.bunifuFlatButton4.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.bunifuFlatButton4.BorderRadius          = 0;
     this.bunifuFlatButton4.ButtonText            = "PARKING MANAGEMENT";
     this.bunifuFlatButton4.Cursor = System.Windows.Forms.Cursors.Hand;
     this.panelAnimator.SetDecoration(this.bunifuFlatButton4, AnimatorNS.DecorationType.None);
     this.bunifuFlatButton4.DisabledColor            = System.Drawing.Color.Gray;
     this.bunifuFlatButton4.Iconcolor                = System.Drawing.Color.Transparent;
     this.bunifuFlatButton4.Iconimage                = ((System.Drawing.Image)(resources.GetObject("bunifuFlatButton4.Iconimage")));
     this.bunifuFlatButton4.Iconimage_right          = null;
     this.bunifuFlatButton4.Iconimage_right_Selected = null;
     this.bunifuFlatButton4.Iconimage_Selected       = null;
     this.bunifuFlatButton4.IconMarginLeft           = 0;
     this.bunifuFlatButton4.IconMarginRight          = 0;
     this.bunifuFlatButton4.IconRightVisible         = true;
     this.bunifuFlatButton4.IconRightZoom            = 0D;
     this.bunifuFlatButton4.IconVisible              = true;
     this.bunifuFlatButton4.IconZoom         = 90D;
     this.bunifuFlatButton4.IsTab            = false;
     this.bunifuFlatButton4.Location         = new System.Drawing.Point(0, 367);
     this.bunifuFlatButton4.Margin           = new System.Windows.Forms.Padding(8, 7, 8, 7);
     this.bunifuFlatButton4.Name             = "bunifuFlatButton4";
     this.bunifuFlatButton4.Normalcolor      = System.Drawing.Color.Transparent;
     this.bunifuFlatButton4.OnHovercolor     = System.Drawing.Color.RoyalBlue;
     this.bunifuFlatButton4.OnHoverTextColor = System.Drawing.Color.White;
     this.bunifuFlatButton4.selected         = false;
     this.bunifuFlatButton4.Size             = new System.Drawing.Size(250, 48);
     this.bunifuFlatButton4.TabIndex         = 5;
     this.bunifuFlatButton4.Text             = "PARKING MANAGEMENT";
     this.bunifuFlatButton4.TextAlign        = System.Drawing.ContentAlignment.MiddleLeft;
     this.bunifuFlatButton4.Textcolor        = System.Drawing.Color.White;
     this.bunifuFlatButton4.TextFont         = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.bunifuFlatButton4.Click           += new System.EventHandler(this.bunifuFlatButton4_Click);
     //
     // btnCarManage
     //
     this.btnCarManage.Activecolor           = System.Drawing.Color.FromArgb(((int)(((byte)(46)))), ((int)(((byte)(139)))), ((int)(((byte)(87)))));
     this.btnCarManage.BackColor             = System.Drawing.Color.Transparent;
     this.btnCarManage.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.btnCarManage.BorderRadius          = 0;
     this.btnCarManage.ButtonText            = "CAR MANAGEMENT";
     this.btnCarManage.Cursor = System.Windows.Forms.Cursors.Hand;
     this.panelAnimator.SetDecoration(this.btnCarManage, AnimatorNS.DecorationType.None);
     this.btnCarManage.DisabledColor            = System.Drawing.Color.Gray;
     this.btnCarManage.Iconcolor                = System.Drawing.Color.Transparent;
     this.btnCarManage.Iconimage                = ((System.Drawing.Image)(resources.GetObject("btnCarManage.Iconimage")));
     this.btnCarManage.Iconimage_right          = null;
     this.btnCarManage.Iconimage_right_Selected = null;
     this.btnCarManage.Iconimage_Selected       = null;
     this.btnCarManage.IconMarginLeft           = 0;
     this.btnCarManage.IconMarginRight          = 0;
     this.btnCarManage.IconRightVisible         = true;
     this.btnCarManage.IconRightZoom            = 0D;
     this.btnCarManage.IconVisible              = true;
     this.btnCarManage.IconZoom         = 90D;
     this.btnCarManage.IsTab            = false;
     this.btnCarManage.Location         = new System.Drawing.Point(0, 313);
     this.btnCarManage.Margin           = new System.Windows.Forms.Padding(8, 7, 8, 7);
     this.btnCarManage.Name             = "btnCarManage";
     this.btnCarManage.Normalcolor      = System.Drawing.Color.Transparent;
     this.btnCarManage.OnHovercolor     = System.Drawing.Color.RoyalBlue;
     this.btnCarManage.OnHoverTextColor = System.Drawing.Color.White;
     this.btnCarManage.selected         = false;
     this.btnCarManage.Size             = new System.Drawing.Size(250, 48);
     this.btnCarManage.TabIndex         = 4;
     this.btnCarManage.Text             = "CAR MANAGEMENT";
     this.btnCarManage.TextAlign        = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnCarManage.Textcolor        = System.Drawing.Color.White;
     this.btnCarManage.TextFont         = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnCarManage.Click           += new System.EventHandler(this.btnCarManage_Click);
     //
     // btnUserManage
     //
     this.btnUserManage.Activecolor           = System.Drawing.Color.FromArgb(((int)(((byte)(46)))), ((int)(((byte)(139)))), ((int)(((byte)(87)))));
     this.btnUserManage.BackColor             = System.Drawing.Color.Transparent;
     this.btnUserManage.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.btnUserManage.BorderRadius          = 0;
     this.btnUserManage.ButtonText            = "USER MANAGEMENT";
     this.btnUserManage.Cursor = System.Windows.Forms.Cursors.Hand;
     this.panelAnimator.SetDecoration(this.btnUserManage, AnimatorNS.DecorationType.None);
     this.btnUserManage.DisabledColor            = System.Drawing.Color.Gray;
     this.btnUserManage.Iconcolor                = System.Drawing.Color.Transparent;
     this.btnUserManage.Iconimage                = ((System.Drawing.Image)(resources.GetObject("btnUserManage.Iconimage")));
     this.btnUserManage.Iconimage_right          = null;
     this.btnUserManage.Iconimage_right_Selected = null;
     this.btnUserManage.Iconimage_Selected       = null;
     this.btnUserManage.IconMarginLeft           = 0;
     this.btnUserManage.IconMarginRight          = 0;
     this.btnUserManage.IconRightVisible         = true;
     this.btnUserManage.IconRightZoom            = 0D;
     this.btnUserManage.IconVisible              = true;
     this.btnUserManage.IconZoom         = 90D;
     this.btnUserManage.IsTab            = false;
     this.btnUserManage.Location         = new System.Drawing.Point(0, 259);
     this.btnUserManage.Margin           = new System.Windows.Forms.Padding(8, 7, 8, 7);
     this.btnUserManage.Name             = "btnUserManage";
     this.btnUserManage.Normalcolor      = System.Drawing.Color.Transparent;
     this.btnUserManage.OnHovercolor     = System.Drawing.Color.RoyalBlue;
     this.btnUserManage.OnHoverTextColor = System.Drawing.Color.White;
     this.btnUserManage.selected         = false;
     this.btnUserManage.Size             = new System.Drawing.Size(250, 48);
     this.btnUserManage.TabIndex         = 3;
     this.btnUserManage.Text             = "USER MANAGEMENT";
     this.btnUserManage.TextAlign        = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnUserManage.Textcolor        = System.Drawing.Color.White;
     this.btnUserManage.TextFont         = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnUserManage.Click           += new System.EventHandler(this.btnUserManage_Click);
     //
     // bunifuFlatButton1
     //
     this.bunifuFlatButton1.Activecolor           = System.Drawing.Color.FromArgb(((int)(((byte)(46)))), ((int)(((byte)(139)))), ((int)(((byte)(87)))));
     this.bunifuFlatButton1.BackColor             = System.Drawing.Color.Transparent;
     this.bunifuFlatButton1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.bunifuFlatButton1.BorderRadius          = 0;
     this.bunifuFlatButton1.ButtonText            = "VIEW YOUR PROFILE";
     this.bunifuFlatButton1.Cursor = System.Windows.Forms.Cursors.Hand;
     this.panelAnimator.SetDecoration(this.bunifuFlatButton1, AnimatorNS.DecorationType.None);
     this.bunifuFlatButton1.DisabledColor            = System.Drawing.Color.Gray;
     this.bunifuFlatButton1.Iconcolor                = System.Drawing.Color.Transparent;
     this.bunifuFlatButton1.Iconimage                = ((System.Drawing.Image)(resources.GetObject("bunifuFlatButton1.Iconimage")));
     this.bunifuFlatButton1.Iconimage_right          = null;
     this.bunifuFlatButton1.Iconimage_right_Selected = null;
     this.bunifuFlatButton1.Iconimage_Selected       = null;
     this.bunifuFlatButton1.IconMarginLeft           = 0;
     this.bunifuFlatButton1.IconMarginRight          = 0;
     this.bunifuFlatButton1.IconRightVisible         = true;
     this.bunifuFlatButton1.IconRightZoom            = 0D;
     this.bunifuFlatButton1.IconVisible              = true;
     this.bunifuFlatButton1.IconZoom         = 90D;
     this.bunifuFlatButton1.IsTab            = false;
     this.bunifuFlatButton1.Location         = new System.Drawing.Point(0, 205);
     this.bunifuFlatButton1.Margin           = new System.Windows.Forms.Padding(8, 7, 8, 7);
     this.bunifuFlatButton1.Name             = "bunifuFlatButton1";
     this.bunifuFlatButton1.Normalcolor      = System.Drawing.Color.Transparent;
     this.bunifuFlatButton1.OnHovercolor     = System.Drawing.Color.RoyalBlue;
     this.bunifuFlatButton1.OnHoverTextColor = System.Drawing.Color.White;
     this.bunifuFlatButton1.selected         = false;
     this.bunifuFlatButton1.Size             = new System.Drawing.Size(250, 48);
     this.bunifuFlatButton1.TabIndex         = 2;
     this.bunifuFlatButton1.Text             = "VIEW YOUR PROFILE";
     this.bunifuFlatButton1.TextAlign        = System.Drawing.ContentAlignment.MiddleLeft;
     this.bunifuFlatButton1.Textcolor        = System.Drawing.Color.White;
     this.bunifuFlatButton1.TextFont         = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     //
     // UserAvatar
     //
     this.UserAvatar.BackColor = System.Drawing.Color.Transparent;
     this.panelAnimator.SetDecoration(this.UserAvatar, AnimatorNS.DecorationType.None);
     this.UserAvatar.Location = new System.Drawing.Point(56, 6);
     this.UserAvatar.Name     = "UserAvatar";
     this.UserAvatar.Size     = new System.Drawing.Size(135, 135);
     this.UserAvatar.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     this.UserAvatar.TabIndex = 1;
     this.UserAvatar.TabStop  = false;
     //
     // BtnMenuIcon
     //
     this.BtnMenuIcon.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.BtnMenuIcon.BackColor = System.Drawing.Color.Transparent;
     this.panelAnimator.SetDecoration(this.BtnMenuIcon, AnimatorNS.DecorationType.None);
     this.BtnMenuIcon.Image       = global::winformProject.Properties.Resources.menu1;
     this.BtnMenuIcon.ImageActive = null;
     this.BtnMenuIcon.Location    = new System.Drawing.Point(197, 3);
     this.BtnMenuIcon.Name        = "BtnMenuIcon";
     this.BtnMenuIcon.Size        = new System.Drawing.Size(50, 50);
     this.BtnMenuIcon.SizeMode    = System.Windows.Forms.PictureBoxSizeMode.Zoom;
     this.BtnMenuIcon.TabIndex    = 0;
     this.BtnMenuIcon.TabStop     = false;
     this.BtnMenuIcon.Zoom        = 10;
     this.BtnMenuIcon.Click      += new System.EventHandler(this.BtnMenuIcon_Click);
     //
     // bunifuElipse1
     //
     this.bunifuElipse1.ElipseRadius  = 30;
     this.bunifuElipse1.TargetControl = this;
     //
     // notifyIcon1
     //
     this.notifyIcon1.BalloonTipText   = "Run behind";
     this.notifyIcon1.BalloonTipTitle  = "SmartPrking";
     this.notifyIcon1.ContextMenuStrip = this.contextMenuStrip1;
     this.notifyIcon1.Icon             = ((System.Drawing.Icon)(resources.GetObject("notifyIcon1.Icon")));
     this.notifyIcon1.Text             = "Smart Parking";
     this.notifyIcon1.Visible          = true;
     this.notifyIcon1.DoubleClick     += new System.EventHandler(this.notificationIcon_DoubleClick);
     //
     // mainform
     //
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
     this.BackColor     = System.Drawing.Color.White;
     this.ClientSize    = new System.Drawing.Size(962, 526);
     this.Controls.Add(this.slidemenu);
     this.Controls.Add(this.header);
     this.panelAnimator.SetDecoration(this, AnimatorNS.DecorationType.None);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.IsMdiContainer  = true;
     this.Name            = "mainform";
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "mainform";
     this.Load           += new System.EventHandler(this.mainform_Load);
     this.header.ResumeLayout(false);
     this.header.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.bunifuImageButton2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.bunifuImageButton1)).EndInit();
     this.contextMenuStrip1.ResumeLayout(false);
     this.slidemenu.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.UserAvatar)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.BtnMenuIcon)).EndInit();
     this.ResumeLayout(false);
 }
コード例 #25
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     AnimatorNS.Animation animation1 = new AnimatorNS.Animation();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(AnimatedTabsSample));
     this.animatedTabs1   = new AnimatorNS.TabControlEx();
     this.tabPage1        = new System.Windows.Forms.TabPage();
     this.checkedListBox1 = new System.Windows.Forms.CheckedListBox();
     this.button1         = new System.Windows.Forms.Button();
     this.label1          = new System.Windows.Forms.Label();
     this.tabPage2        = new System.Windows.Forms.TabPage();
     this.radioButton1    = new System.Windows.Forms.RadioButton();
     this.progressBar1    = new System.Windows.Forms.ProgressBar();
     this.button2         = new System.Windows.Forms.Button();
     this.label2          = new System.Windows.Forms.Label();
     this.animatedTabs1.SuspendLayout();
     this.tabPage1.SuspendLayout();
     this.tabPage2.SuspendLayout();
     this.SuspendLayout();
     //
     // animatedTabs1
     //
     animation1.AnimateOnlyDifferences = false;
     animation1.BlindCoeff             = ((System.Drawing.PointF)(resources.GetObject("animation1.BlindCoeff")));
     animation1.LeafCoeff         = 0F;
     animation1.MaxTime           = 1F;
     animation1.MinTime           = 0F;
     animation1.MosaicCoeff       = ((System.Drawing.PointF)(resources.GetObject("animation1.MosaicCoeff")));
     animation1.MosaicShift       = ((System.Drawing.PointF)(resources.GetObject("animation1.MosaicShift")));
     animation1.MosaicSize        = 0;
     animation1.Padding           = new System.Windows.Forms.Padding(0);
     animation1.RotateCoeff       = 0F;
     animation1.RotateLimit       = 0F;
     animation1.ScaleCoeff        = ((System.Drawing.PointF)(resources.GetObject("animation1.ScaleCoeff")));
     animation1.SlideCoeff        = ((System.Drawing.PointF)(resources.GetObject("animation1.SlideCoeff")));
     animation1.TimeCoeff         = 1F;
     animation1.TransparencyCoeff = 0F;
     this.animatedTabs1.Animation = animation1;
     this.animatedTabs1.Controls.Add(this.tabPage1);
     this.animatedTabs1.Controls.Add(this.tabPage2);
     this.animatedTabs1.Location      = new System.Drawing.Point(24, 22);
     this.animatedTabs1.Name          = "animatedTabs1";
     this.animatedTabs1.SelectedIndex = 0;
     this.animatedTabs1.Size          = new System.Drawing.Size(343, 220);
     this.animatedTabs1.TabIndex      = 0;
     //
     // tabPage1
     //
     this.tabPage1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.tabPage1.Controls.Add(this.checkedListBox1);
     this.tabPage1.Controls.Add(this.button1);
     this.tabPage1.Controls.Add(this.label1);
     this.tabPage1.Location = new System.Drawing.Point(4, 22);
     this.tabPage1.Name     = "tabPage1";
     this.tabPage1.Padding  = new System.Windows.Forms.Padding(3);
     this.tabPage1.Size     = new System.Drawing.Size(335, 194);
     this.tabPage1.TabIndex = 0;
     this.tabPage1.Text     = "tabPage1";
     this.tabPage1.UseVisualStyleBackColor = true;
     //
     // checkedListBox1
     //
     this.checkedListBox1.FormattingEnabled = true;
     this.checkedListBox1.Items.AddRange(new object[] {
         "bla bla",
         "bla bla",
         "bla bla",
         "bla bla"
     });
     this.checkedListBox1.Location = new System.Drawing.Point(156, 18);
     this.checkedListBox1.Name     = "checkedListBox1";
     this.checkedListBox1.Size     = new System.Drawing.Size(120, 94);
     this.checkedListBox1.TabIndex = 2;
     //
     // button1
     //
     this.button1.Location = new System.Drawing.Point(39, 75);
     this.button1.Name     = "button1";
     this.button1.Size     = new System.Drawing.Size(75, 23);
     this.button1.TabIndex = 1;
     this.button1.Text     = "button1";
     this.button1.UseVisualStyleBackColor = true;
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Font     = new System.Drawing.Font("Microsoft Sans Serif", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.label1.Location = new System.Drawing.Point(34, 32);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(67, 25);
     this.label1.TabIndex = 0;
     this.label1.Text     = "Tab 1";
     //
     // tabPage2
     //
     this.tabPage2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.tabPage2.Controls.Add(this.radioButton1);
     this.tabPage2.Controls.Add(this.progressBar1);
     this.tabPage2.Controls.Add(this.button2);
     this.tabPage2.Controls.Add(this.label2);
     this.tabPage2.Location = new System.Drawing.Point(4, 22);
     this.tabPage2.Name     = "tabPage2";
     this.tabPage2.Padding  = new System.Windows.Forms.Padding(3);
     this.tabPage2.Size     = new System.Drawing.Size(335, 194);
     this.tabPage2.TabIndex = 1;
     this.tabPage2.Text     = "tabPage2";
     this.tabPage2.UseVisualStyleBackColor = true;
     //
     // radioButton1
     //
     this.radioButton1.AutoSize = true;
     this.radioButton1.Location = new System.Drawing.Point(42, 96);
     this.radioButton1.Name     = "radioButton1";
     this.radioButton1.Size     = new System.Drawing.Size(85, 17);
     this.radioButton1.TabIndex = 4;
     this.radioButton1.TabStop  = true;
     this.radioButton1.Text     = "radioButton1";
     this.radioButton1.UseVisualStyleBackColor = true;
     //
     // progressBar1
     //
     this.progressBar1.Location = new System.Drawing.Point(147, 90);
     this.progressBar1.Name     = "progressBar1";
     this.progressBar1.Size     = new System.Drawing.Size(100, 23);
     this.progressBar1.TabIndex = 3;
     this.progressBar1.Value    = 60;
     //
     // button2
     //
     this.button2.Location = new System.Drawing.Point(172, 33);
     this.button2.Name     = "button2";
     this.button2.Size     = new System.Drawing.Size(75, 23);
     this.button2.TabIndex = 2;
     this.button2.Text     = "button2";
     this.button2.UseVisualStyleBackColor = true;
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Font     = new System.Drawing.Font("Microsoft Sans Serif", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.label2.Location = new System.Drawing.Point(33, 33);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(67, 25);
     this.label2.TabIndex = 1;
     this.label2.Text     = "Tab 2";
     //
     // AnimatedTabsSample
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(402, 285);
     this.Controls.Add(this.animatedTabs1);
     this.Name = "AnimatedTabsSample";
     this.Text = "AnimatedTabsSample";
     this.animatedTabs1.ResumeLayout(false);
     this.tabPage1.ResumeLayout(false);
     this.tabPage1.PerformLayout();
     this.tabPage2.ResumeLayout(false);
     this.tabPage2.PerformLayout();
     this.ResumeLayout(false);
 }
コード例 #26
0
 /// <summary>
 /// Erforderliche Methode für die Designerunterstützung.
 /// Der Inhalt der Methode darf nicht mit dem Code-Editor geändert werden.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
     AnimatorNS.Animation animation1 = new AnimatorNS.Animation();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(TopScripts));
     this.panelBrowse                  = new System.Windows.Forms.Panel();
     this.dataGridView1                = new System.Windows.Forms.DataGridView();
     this.contextMenuStrip1            = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.nAMEToolStripMenuItem        = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator1          = new System.Windows.Forms.ToolStripSeparator();
     this.tESTToolStripMenuItem        = new System.Windows.Forms.ToolStripMenuItem();
     this.showDetailsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.tableLayoutPanel1            = new System.Windows.Forms.TableLayoutPanel();
     this.button3        = new System.Windows.Forms.Button();
     this.button2        = new System.Windows.Forms.Button();
     this.label2         = new System.Windows.Forms.Label();
     this.button1        = new System.Windows.Forms.Button();
     this.label3         = new System.Windows.Forms.Label();
     this.metroComboBox1 = new MetroFramework.Controls.MetroComboBox();
     this.metroComboBox2 = new MetroFramework.Controls.MetroComboBox();
     this.label1         = new System.Windows.Forms.Label();
     this.panelScript    = new System.Windows.Forms.Panel();
     this.animatorScript = new AnimatorNS.Animator(this.components);
     this.Column7        = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Column1        = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Column2        = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Column6        = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Column5        = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Column3        = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Column4        = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.panelBrowse.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
     this.contextMenuStrip1.SuspendLayout();
     this.tableLayoutPanel1.SuspendLayout();
     this.SuspendLayout();
     //
     // panelBrowse
     //
     this.panelBrowse.Controls.Add(this.dataGridView1);
     this.panelBrowse.Controls.Add(this.tableLayoutPanel1);
     this.animatorScript.SetDecoration(this.panelBrowse, AnimatorNS.DecorationType.None);
     this.panelBrowse.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panelBrowse.Location = new System.Drawing.Point(0, 0);
     this.panelBrowse.Name     = "panelBrowse";
     this.panelBrowse.Size     = new System.Drawing.Size(620, 402);
     this.panelBrowse.TabIndex = 0;
     //
     // dataGridView1
     //
     this.dataGridView1.AllowUserToAddRows       = false;
     this.dataGridView1.AllowUserToDeleteRows    = false;
     this.dataGridView1.AllowUserToResizeRows    = false;
     this.dataGridView1.AutoSizeRowsMode         = System.Windows.Forms.DataGridViewAutoSizeRowsMode.AllCells;
     this.dataGridView1.BackgroundColor          = System.Drawing.Color.FromArgb(((int)(((byte)(22)))), ((int)(((byte)(36)))), ((int)(((byte)(45)))));
     this.dataGridView1.BorderStyle              = System.Windows.Forms.BorderStyle.None;
     this.dataGridView1.CellBorderStyle          = System.Windows.Forms.DataGridViewCellBorderStyle.None;
     this.dataGridView1.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.None;
     dataGridViewCellStyle1.Alignment            = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     dataGridViewCellStyle1.BackColor            = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(139)))), ((int)(((byte)(118)))));
     dataGridViewCellStyle1.Font                      = new System.Drawing.Font("Arial Rounded MT Bold", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     dataGridViewCellStyle1.ForeColor                 = System.Drawing.Color.White;
     dataGridViewCellStyle1.SelectionBackColor        = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(139)))), ((int)(((byte)(118)))));
     dataGridViewCellStyle1.SelectionForeColor        = System.Drawing.Color.White;
     dataGridViewCellStyle1.WrapMode                  = System.Windows.Forms.DataGridViewTriState.True;
     this.dataGridView1.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
     this.dataGridView1.ColumnHeadersHeightSizeMode   = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
         this.Column7,
         this.Column1,
         this.Column2,
         this.Column6,
         this.Column5,
         this.Column3,
         this.Column4
     });
     this.dataGridView1.ContextMenuStrip = this.contextMenuStrip1;
     this.animatorScript.SetDecoration(this.dataGridView1, AnimatorNS.DecorationType.None);
     dataGridViewCellStyle2.Alignment          = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     dataGridViewCellStyle2.BackColor          = System.Drawing.SystemColors.Window;
     dataGridViewCellStyle2.Font               = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     dataGridViewCellStyle2.ForeColor          = System.Drawing.Color.White;
     dataGridViewCellStyle2.Padding            = new System.Windows.Forms.Padding(0, 5, 0, 5);
     dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
     dataGridViewCellStyle2.SelectionForeColor = System.Drawing.Color.White;
     dataGridViewCellStyle2.WrapMode           = System.Windows.Forms.DataGridViewTriState.False;
     this.dataGridView1.DefaultCellStyle       = dataGridViewCellStyle2;
     this.dataGridView1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.dataGridView1.EnableHeadersVisualStyles = false;
     this.dataGridView1.GridColor               = System.Drawing.Color.White;
     this.dataGridView1.Location                = new System.Drawing.Point(0, 0);
     this.dataGridView1.MultiSelect             = false;
     this.dataGridView1.Name                    = "dataGridView1";
     this.dataGridView1.ReadOnly                = true;
     this.dataGridView1.RowHeadersBorderStyle   = System.Windows.Forms.DataGridViewHeaderBorderStyle.None;
     this.dataGridView1.RowHeadersVisible       = false;
     this.dataGridView1.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
     this.dataGridView1.SelectionMode           = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
     this.dataGridView1.Size                    = new System.Drawing.Size(620, 367);
     this.dataGridView1.TabIndex                = 0;
     this.dataGridView1.CellMouseClick         += new System.Windows.Forms.DataGridViewCellMouseEventHandler(this.dataGridView1_CellMouseClick);
     this.dataGridView1.CellMouseEnter         += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView1_CellMouseEnter);
     this.dataGridView1.RowPrePaint            += new System.Windows.Forms.DataGridViewRowPrePaintEventHandler(this.dataGridView1_RowPrePaint);
     this.dataGridView1.SortCompare            += new System.Windows.Forms.DataGridViewSortCompareEventHandler(this.dataGridView1_SortCompare);
     //
     // contextMenuStrip1
     //
     this.animatorScript.SetDecoration(this.contextMenuStrip1, AnimatorNS.DecorationType.None);
     this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.nAMEToolStripMenuItem,
         this.toolStripSeparator1,
         this.tESTToolStripMenuItem,
         this.showDetailsToolStripMenuItem
     });
     this.contextMenuStrip1.Name            = "contextMenuStrip1";
     this.contextMenuStrip1.ShowImageMargin = false;
     this.contextMenuStrip1.Size            = new System.Drawing.Size(117, 76);
     this.contextMenuStrip1.Opening        += new System.ComponentModel.CancelEventHandler(this.contextMenuStrip1_Opening);
     this.contextMenuStrip1.Opened         += new System.EventHandler(this.contextMenuStrip1_Opened);
     //
     // nAMEToolStripMenuItem
     //
     this.nAMEToolStripMenuItem.Name = "nAMEToolStripMenuItem";
     this.nAMEToolStripMenuItem.Size = new System.Drawing.Size(116, 22);
     this.nAMEToolStripMenuItem.Text = "NAME";
     //
     // toolStripSeparator1
     //
     this.toolStripSeparator1.Name = "toolStripSeparator1";
     this.toolStripSeparator1.Size = new System.Drawing.Size(113, 6);
     //
     // tESTToolStripMenuItem
     //
     this.tESTToolStripMenuItem.Name = "tESTToolStripMenuItem";
     this.tESTToolStripMenuItem.Size = new System.Drawing.Size(116, 22);
     this.tESTToolStripMenuItem.Text = "Install";
     //
     // showDetailsToolStripMenuItem
     //
     this.showDetailsToolStripMenuItem.Name   = "showDetailsToolStripMenuItem";
     this.showDetailsToolStripMenuItem.Size   = new System.Drawing.Size(116, 22);
     this.showDetailsToolStripMenuItem.Text   = "Show Details";
     this.showDetailsToolStripMenuItem.Click += new System.EventHandler(this.showDetailsToolStripMenuItem_Click);
     //
     // tableLayoutPanel1
     //
     this.tableLayoutPanel1.AutoSize    = true;
     this.tableLayoutPanel1.ColumnCount = 9;
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
     this.tableLayoutPanel1.Controls.Add(this.button3, 8, 0);
     this.tableLayoutPanel1.Controls.Add(this.button2, 7, 0);
     this.tableLayoutPanel1.Controls.Add(this.label2, 6, 0);
     this.tableLayoutPanel1.Controls.Add(this.button1, 5, 0);
     this.tableLayoutPanel1.Controls.Add(this.label3, 2, 0);
     this.tableLayoutPanel1.Controls.Add(this.metroComboBox1, 3, 0);
     this.tableLayoutPanel1.Controls.Add(this.metroComboBox2, 1, 0);
     this.tableLayoutPanel1.Controls.Add(this.label1, 0, 0);
     this.animatorScript.SetDecoration(this.tableLayoutPanel1, AnimatorNS.DecorationType.None);
     this.tableLayoutPanel1.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 367);
     this.tableLayoutPanel1.Name     = "tableLayoutPanel1";
     this.tableLayoutPanel1.RowCount = 1;
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanel1.Size     = new System.Drawing.Size(620, 35);
     this.tableLayoutPanel1.TabIndex = 1;
     //
     // button3
     //
     this.button3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(18)))), ((int)(((byte)(25)))), ((int)(((byte)(31)))));
     this.animatorScript.SetDecoration(this.button3, AnimatorNS.DecorationType.None);
     this.button3.FlatAppearance.BorderSize = 0;
     this.button3.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.button3.Font      = new System.Drawing.Font("Bahnschrift", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.button3.ForeColor = System.Drawing.Color.White;
     this.button3.Image     = global::Script_Browser.Properties.Resources.refresh;
     this.button3.Location  = new System.Drawing.Point(590, 3);
     this.button3.Name      = "button3";
     this.button3.Size      = new System.Drawing.Size(27, 27);
     this.button3.TabIndex  = 4;
     this.button3.UseVisualStyleBackColor = false;
     this.button3.Click += new System.EventHandler(this.button3_Click);
     //
     // button2
     //
     this.button2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(18)))), ((int)(((byte)(25)))), ((int)(((byte)(31)))));
     this.animatorScript.SetDecoration(this.button2, AnimatorNS.DecorationType.None);
     this.button2.FlatAppearance.BorderSize = 0;
     this.button2.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.button2.Font      = new System.Drawing.Font("Arial Rounded MT Bold", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.button2.ForeColor = System.Drawing.Color.White;
     this.button2.Location  = new System.Drawing.Point(557, 3);
     this.button2.Name      = "button2";
     this.button2.Size      = new System.Drawing.Size(27, 27);
     this.button2.TabIndex  = 3;
     this.button2.Text      = ">";
     this.button2.UseVisualStyleBackColor = false;
     this.button2.Click += new System.EventHandler(this.button2_Click);
     //
     // label2
     //
     this.label2.Anchor   = System.Windows.Forms.AnchorStyles.None;
     this.label2.AutoSize = true;
     this.animatorScript.SetDecoration(this.label2, AnimatorNS.DecorationType.None);
     this.label2.Font      = new System.Drawing.Font("Arial Rounded MT Bold", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label2.ForeColor = System.Drawing.Color.White;
     this.label2.Location  = new System.Drawing.Point(500, 10);
     this.label2.Margin    = new System.Windows.Forms.Padding(3);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(51, 15);
     this.label2.TabIndex  = 2;
     this.label2.Text      = "Page 1";
     //
     // button1
     //
     this.button1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(18)))), ((int)(((byte)(25)))), ((int)(((byte)(31)))));
     this.animatorScript.SetDecoration(this.button1, AnimatorNS.DecorationType.None);
     this.button1.FlatAppearance.BorderSize = 0;
     this.button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.button1.Font      = new System.Drawing.Font("Arial Rounded MT Bold", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.button1.ForeColor = System.Drawing.Color.White;
     this.button1.Location  = new System.Drawing.Point(467, 3);
     this.button1.Name      = "button1";
     this.button1.Size      = new System.Drawing.Size(27, 27);
     this.button1.TabIndex  = 2;
     this.button1.Text      = "<";
     this.button1.UseVisualStyleBackColor = false;
     this.button1.Click += new System.EventHandler(this.button1_Click);
     //
     // label3
     //
     this.label3.Anchor   = System.Windows.Forms.AnchorStyles.None;
     this.label3.AutoSize = true;
     this.animatorScript.SetDecoration(this.label3, AnimatorNS.DecorationType.None);
     this.label3.Font      = new System.Drawing.Font("Arial Rounded MT Bold", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label3.ForeColor = System.Drawing.Color.White;
     this.label3.Location  = new System.Drawing.Point(179, 10);
     this.label3.Margin    = new System.Windows.Forms.Padding(10, 3, 3, 3);
     this.label3.Name      = "label3";
     this.label3.Size      = new System.Drawing.Size(61, 15);
     this.label3.TabIndex  = 4;
     this.label3.Text      = "Highest:";
     //
     // metroComboBox1
     //
     this.metroComboBox1.Anchor    = System.Windows.Forms.AnchorStyles.None;
     this.metroComboBox1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(18)))), ((int)(((byte)(25)))), ((int)(((byte)(31)))));
     this.animatorScript.SetDecoration(this.metroComboBox1, AnimatorNS.DecorationType.None);
     this.metroComboBox1.FlatStyle         = System.Windows.Forms.FlatStyle.Flat;
     this.metroComboBox1.ForeColor         = System.Drawing.Color.White;
     this.metroComboBox1.FormattingEnabled = true;
     this.metroComboBox1.ItemHeight        = 23;
     this.metroComboBox1.Items.AddRange(new object[] {
         "Rating",
         "Downloads"
     });
     this.metroComboBox1.Location           = new System.Drawing.Point(246, 3);
     this.metroComboBox1.Name               = "metroComboBox1";
     this.metroComboBox1.Size               = new System.Drawing.Size(109, 29);
     this.metroComboBox1.TabIndex           = 1;
     this.metroComboBox1.Tag                = "";
     this.metroComboBox1.Theme              = MetroFramework.MetroThemeStyle.Dark;
     this.metroComboBox1.UseCustomBackColor = true;
     this.metroComboBox1.UseCustomForeColor = true;
     this.metroComboBox1.UseSelectable      = true;
     this.metroComboBox1.TextChanged       += new System.EventHandler(this.metroComboBox_TextChanged);
     //
     // metroComboBox2
     //
     this.metroComboBox2.Anchor    = System.Windows.Forms.AnchorStyles.None;
     this.metroComboBox2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(18)))), ((int)(((byte)(25)))), ((int)(((byte)(31)))));
     this.animatorScript.SetDecoration(this.metroComboBox2, AnimatorNS.DecorationType.None);
     this.metroComboBox2.FlatStyle         = System.Windows.Forms.FlatStyle.Flat;
     this.metroComboBox2.ForeColor         = System.Drawing.Color.White;
     this.metroComboBox2.FormattingEnabled = true;
     this.metroComboBox2.ItemHeight        = 23;
     this.metroComboBox2.Items.AddRange(new object[] {
         "Command",
         "Parameter"
     });
     this.metroComboBox2.Location           = new System.Drawing.Point(61, 3);
     this.metroComboBox2.Name               = "metroComboBox2";
     this.metroComboBox2.Size               = new System.Drawing.Size(105, 29);
     this.metroComboBox2.TabIndex           = 5;
     this.metroComboBox2.Tag                = "";
     this.metroComboBox2.Theme              = MetroFramework.MetroThemeStyle.Dark;
     this.metroComboBox2.UseCustomBackColor = true;
     this.metroComboBox2.UseCustomForeColor = true;
     this.metroComboBox2.UseSelectable      = true;
     this.metroComboBox2.TextChanged       += new System.EventHandler(this.metroComboBox_TextChanged);
     //
     // label1
     //
     this.label1.Anchor   = System.Windows.Forms.AnchorStyles.None;
     this.label1.AutoSize = true;
     this.animatorScript.SetDecoration(this.label1, AnimatorNS.DecorationType.None);
     this.label1.Font      = new System.Drawing.Font("Arial Rounded MT Bold", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label1.ForeColor = System.Drawing.Color.White;
     this.label1.Location  = new System.Drawing.Point(10, 10);
     this.label1.Margin    = new System.Windows.Forms.Padding(10, 3, 3, 3);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(45, 15);
     this.label1.TabIndex  = 0;
     this.label1.Text      = "Type: ";
     //
     // panelScript
     //
     this.animatorScript.SetDecoration(this.panelScript, AnimatorNS.DecorationType.None);
     this.panelScript.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panelScript.Location = new System.Drawing.Point(0, 0);
     this.panelScript.Name     = "panelScript";
     this.panelScript.Size     = new System.Drawing.Size(620, 402);
     this.panelScript.TabIndex = 1;
     this.panelScript.Visible  = false;
     //
     // animatorScript
     //
     this.animatorScript.AnimationType = AnimatorNS.AnimationType.HorizSlide;
     this.animatorScript.Cursor        = null;
     animation1.AnimateOnlyDifferences = true;
     animation1.BlindCoeff             = ((System.Drawing.PointF)(resources.GetObject("animation1.BlindCoeff")));
     animation1.LeafCoeff                 = 0F;
     animation1.MaxTime                   = 1F;
     animation1.MinTime                   = 0F;
     animation1.MosaicCoeff               = ((System.Drawing.PointF)(resources.GetObject("animation1.MosaicCoeff")));
     animation1.MosaicShift               = ((System.Drawing.PointF)(resources.GetObject("animation1.MosaicShift")));
     animation1.MosaicSize                = 0;
     animation1.Padding                   = new System.Windows.Forms.Padding(0);
     animation1.RotateCoeff               = 0F;
     animation1.RotateLimit               = 0F;
     animation1.ScaleCoeff                = ((System.Drawing.PointF)(resources.GetObject("animation1.ScaleCoeff")));
     animation1.SlideCoeff                = ((System.Drawing.PointF)(resources.GetObject("animation1.SlideCoeff")));
     animation1.TimeCoeff                 = 0F;
     animation1.TransparencyCoeff         = 0F;
     this.animatorScript.DefaultAnimation = animation1;
     this.animatorScript.Interval         = 1;
     this.animatorScript.TimeStep         = 0.009F;
     //
     // Column7
     //
     this.Column7.HeaderText = "ID";
     this.Column7.Name       = "Column7";
     this.Column7.ReadOnly   = true;
     this.Column7.Visible    = false;
     //
     // Column1
     //
     this.Column1.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
     this.Column1.HeaderText   = "Name";
     this.Column1.Name         = "Column1";
     this.Column1.ReadOnly     = true;
     this.Column1.Width        = 68;
     //
     // Column2
     //
     this.Column2.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
     this.Column2.HeaderText   = "Description";
     this.Column2.Name         = "Column2";
     this.Column2.ReadOnly     = true;
     //
     // Column6
     //
     this.Column6.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
     this.Column6.HeaderText   = "Rating";
     this.Column6.Name         = "Column6";
     this.Column6.ReadOnly     = true;
     this.Column6.Width        = 72;
     //
     // Column5
     //
     this.Column5.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
     this.Column5.HeaderText   = "Downloads";
     this.Column5.Name         = "Column5";
     this.Column5.ReadOnly     = true;
     this.Column5.Width        = 102;
     //
     // Column3
     //
     this.Column3.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.ColumnHeader;
     this.Column3.HeaderText   = "Version";
     this.Column3.Name         = "Column3";
     this.Column3.ReadOnly     = true;
     this.Column3.Width        = 80;
     //
     // Column4
     //
     this.Column4.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.ColumnHeader;
     this.Column4.HeaderText   = "Author";
     this.Column4.Name         = "Column4";
     this.Column4.ReadOnly     = true;
     this.Column4.Width        = 74;
     //
     // TopScripts
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor           = System.Drawing.Color.FromArgb(((int)(((byte)(22)))), ((int)(((byte)(36)))), ((int)(((byte)(45)))));
     this.Controls.Add(this.panelScript);
     this.Controls.Add(this.panelBrowse);
     this.animatorScript.SetDecoration(this, AnimatorNS.DecorationType.None);
     this.Name  = "TopScripts";
     this.Size  = new System.Drawing.Size(620, 402);
     this.Load += new System.EventHandler(this.TopScripts_Load);
     this.panelBrowse.ResumeLayout(false);
     this.panelBrowse.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
     this.contextMenuStrip1.ResumeLayout(false);
     this.tableLayoutPanel1.ResumeLayout(false);
     this.tableLayoutPanel1.PerformLayout();
     this.ResumeLayout(false);
 }
コード例 #27
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();
     AnimatorNS.Animation animation4 = new AnimatorNS.Animation();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Landing_Page));
     AnimatorNS.Animation animation5 = new AnimatorNS.Animation();
     AnimatorNS.Animation animation6 = new AnimatorNS.Animation();
     this.panel1                   = new System.Windows.Forms.Panel();
     this.pnlSlide                 = new System.Windows.Forms.Panel();
     this.pnlMarked                = new System.Windows.Forms.Panel();
     this.button7                  = new System.Windows.Forms.Button();
     this.button6                  = new System.Windows.Forms.Button();
     this.button4                  = new System.Windows.Forms.Button();
     this.button5                  = new System.Windows.Forms.Button();
     this.button1                  = new System.Windows.Forms.Button();
     this.logo                     = new System.Windows.Forms.PictureBox();
     this.lblExit                  = new System.Windows.Forms.Label();
     this.pnlBorder                = new System.Windows.Forms.Panel();
     this.panelInAnimator          = new AnimatorNS.Animator(this.components);
     this.logoAnimator             = new AnimatorNS.Animator(this.components);
     this.pnlOutAnimator           = new AnimatorNS.Animator(this.components);
     this.homeControl1             = new CRM_Inbound_Tourism_Project.HomeControl();
     this.dayToDayPlanControl1     = new CRM_Inbound_Tourism_Project.dayToDayPlanControl();
     this.hotalControl1            = new CRM_Inbound_Tourism_Project.HotalControl();
     this.addUserControl1          = new CRM_Inbound_Tourism_Project.AddUserControl();
     this.locationControl1         = new CRM_Inbound_Tourism_Project.LocationControl();
     this.itineraryBuilderControl1 = new CRM_Inbound_Tourism_Project.itineraryBuilderControl();
     this.panel1.SuspendLayout();
     this.pnlSlide.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.logo)).BeginInit();
     this.SuspendLayout();
     //
     // panel1
     //
     this.panel1.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.panel1.BackColor = System.Drawing.Color.White;
     this.panel1.Controls.Add(this.homeControl1);
     this.panel1.Controls.Add(this.dayToDayPlanControl1);
     this.panel1.Controls.Add(this.hotalControl1);
     this.panel1.Controls.Add(this.addUserControl1);
     this.panel1.Controls.Add(this.locationControl1);
     this.panel1.Controls.Add(this.itineraryBuilderControl1);
     this.panel1.Controls.Add(this.pnlSlide);
     this.panelInAnimator.SetDecoration(this.panel1, AnimatorNS.DecorationType.None);
     this.logoAnimator.SetDecoration(this.panel1, AnimatorNS.DecorationType.None);
     this.pnlOutAnimator.SetDecoration(this.panel1, AnimatorNS.DecorationType.None);
     this.panel1.Location = new System.Drawing.Point(1, 24);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(924, 629);
     this.panel1.TabIndex = 0;
     //
     // pnlSlide
     //
     this.pnlSlide.BackColor = System.Drawing.Color.White;
     this.pnlSlide.Controls.Add(this.pnlMarked);
     this.pnlSlide.Controls.Add(this.button7);
     this.pnlSlide.Controls.Add(this.button6);
     this.pnlSlide.Controls.Add(this.button4);
     this.pnlSlide.Controls.Add(this.button5);
     this.pnlSlide.Controls.Add(this.button1);
     this.pnlSlide.Controls.Add(this.logo);
     this.panelInAnimator.SetDecoration(this.pnlSlide, AnimatorNS.DecorationType.None);
     this.logoAnimator.SetDecoration(this.pnlSlide, AnimatorNS.DecorationType.None);
     this.pnlOutAnimator.SetDecoration(this.pnlSlide, AnimatorNS.DecorationType.None);
     this.pnlSlide.Dock        = System.Windows.Forms.DockStyle.Left;
     this.pnlSlide.ForeColor   = System.Drawing.Color.Black;
     this.pnlSlide.Location    = new System.Drawing.Point(0, 0);
     this.pnlSlide.Name        = "pnlSlide";
     this.pnlSlide.Size        = new System.Drawing.Size(240, 629);
     this.pnlSlide.TabIndex    = 0;
     this.pnlSlide.MouseLeave += new System.EventHandler(this.SidePanelMouseLevaer);
     this.pnlSlide.MouseHover += new System.EventHandler(this.SidePanelMouseHover);
     //
     // pnlMarked
     //
     this.pnlMarked.BackColor = System.Drawing.Color.Maroon;
     this.panelInAnimator.SetDecoration(this.pnlMarked, AnimatorNS.DecorationType.None);
     this.logoAnimator.SetDecoration(this.pnlMarked, AnimatorNS.DecorationType.None);
     this.pnlOutAnimator.SetDecoration(this.pnlMarked, AnimatorNS.DecorationType.None);
     this.pnlMarked.Location = new System.Drawing.Point(3, 224);
     this.pnlMarked.Name     = "pnlMarked";
     this.pnlMarked.Size     = new System.Drawing.Size(5, 44);
     this.pnlMarked.TabIndex = 2;
     this.pnlMarked.Paint   += new System.Windows.Forms.PaintEventHandler(this.panel4_Paint);
     //
     // button7
     //
     this.pnlOutAnimator.SetDecoration(this.button7, AnimatorNS.DecorationType.None);
     this.logoAnimator.SetDecoration(this.button7, AnimatorNS.DecorationType.None);
     this.panelInAnimator.SetDecoration(this.button7, AnimatorNS.DecorationType.None);
     this.button7.FlatAppearance.BorderSize = 0;
     this.button7.FlatStyle               = System.Windows.Forms.FlatStyle.Flat;
     this.button7.Font                    = new System.Drawing.Font("Arial Narrow", 12.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.button7.ForeColor               = System.Drawing.Color.SaddleBrown;
     this.button7.Image                   = global::CRM_Inbound_Tourism_Project.Properties.Resources.add_user;
     this.button7.ImageAlign              = System.Drawing.ContentAlignment.MiddleLeft;
     this.button7.Location                = new System.Drawing.Point(13, 412);
     this.button7.Name                    = "button7";
     this.button7.Size                    = new System.Drawing.Size(210, 44);
     this.button7.TabIndex                = 8;
     this.button7.Text                    = "      Add User";
     this.button7.TextImageRelation       = System.Windows.Forms.TextImageRelation.ImageBeforeText;
     this.button7.UseVisualStyleBackColor = true;
     this.button7.Click                  += new System.EventHandler(this.button7_Click);
     //
     // button6
     //
     this.pnlOutAnimator.SetDecoration(this.button6, AnimatorNS.DecorationType.None);
     this.logoAnimator.SetDecoration(this.button6, AnimatorNS.DecorationType.None);
     this.panelInAnimator.SetDecoration(this.button6, AnimatorNS.DecorationType.None);
     this.button6.FlatAppearance.BorderSize = 0;
     this.button6.FlatStyle               = System.Windows.Forms.FlatStyle.Flat;
     this.button6.Font                    = new System.Drawing.Font("Arial Narrow", 12.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.button6.ForeColor               = System.Drawing.Color.SaddleBrown;
     this.button6.Image                   = global::CRM_Inbound_Tourism_Project.Properties.Resources.location;
     this.button6.ImageAlign              = System.Drawing.ContentAlignment.MiddleLeft;
     this.button6.Location                = new System.Drawing.Point(13, 364);
     this.button6.Name                    = "button6";
     this.button6.Size                    = new System.Drawing.Size(210, 44);
     this.button6.TabIndex                = 7;
     this.button6.Text                    = "      Locations";
     this.button6.TextImageRelation       = System.Windows.Forms.TextImageRelation.ImageBeforeText;
     this.button6.UseVisualStyleBackColor = true;
     this.button6.Click                  += new System.EventHandler(this.button6_Click);
     //
     // button4
     //
     this.pnlOutAnimator.SetDecoration(this.button4, AnimatorNS.DecorationType.None);
     this.logoAnimator.SetDecoration(this.button4, AnimatorNS.DecorationType.None);
     this.panelInAnimator.SetDecoration(this.button4, AnimatorNS.DecorationType.None);
     this.button4.FlatAppearance.BorderSize = 0;
     this.button4.FlatStyle               = System.Windows.Forms.FlatStyle.Flat;
     this.button4.Font                    = new System.Drawing.Font("Arial Narrow", 12.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.button4.ForeColor               = System.Drawing.Color.SaddleBrown;
     this.button4.Image                   = global::CRM_Inbound_Tourism_Project.Properties.Resources.hotels;
     this.button4.ImageAlign              = System.Drawing.ContentAlignment.MiddleLeft;
     this.button4.Location                = new System.Drawing.Point(13, 318);
     this.button4.Name                    = "button4";
     this.button4.Size                    = new System.Drawing.Size(210, 44);
     this.button4.TabIndex                = 6;
     this.button4.Text                    = "      Hotels";
     this.button4.TextImageRelation       = System.Windows.Forms.TextImageRelation.ImageBeforeText;
     this.button4.UseVisualStyleBackColor = true;
     this.button4.Click                  += new System.EventHandler(this.button4_Click);
     //
     // button5
     //
     this.pnlOutAnimator.SetDecoration(this.button5, AnimatorNS.DecorationType.None);
     this.logoAnimator.SetDecoration(this.button5, AnimatorNS.DecorationType.None);
     this.panelInAnimator.SetDecoration(this.button5, AnimatorNS.DecorationType.None);
     this.button5.FlatAppearance.BorderSize = 0;
     this.button5.FlatStyle               = System.Windows.Forms.FlatStyle.Flat;
     this.button5.Font                    = new System.Drawing.Font("Arial Narrow", 12.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.button5.ForeColor               = System.Drawing.Color.SaddleBrown;
     this.button5.Image                   = ((System.Drawing.Image)(resources.GetObject("button5.Image")));
     this.button5.ImageAlign              = System.Drawing.ContentAlignment.MiddleLeft;
     this.button5.Location                = new System.Drawing.Point(13, 272);
     this.button5.Name                    = "button5";
     this.button5.Size                    = new System.Drawing.Size(210, 44);
     this.button5.TabIndex                = 5;
     this.button5.Text                    = "      Itinerary Builder";
     this.button5.TextImageRelation       = System.Windows.Forms.TextImageRelation.ImageBeforeText;
     this.button5.UseVisualStyleBackColor = true;
     this.button5.Click                  += new System.EventHandler(this.button5_Click);
     //
     // button1
     //
     this.pnlOutAnimator.SetDecoration(this.button1, AnimatorNS.DecorationType.None);
     this.logoAnimator.SetDecoration(this.button1, AnimatorNS.DecorationType.None);
     this.panelInAnimator.SetDecoration(this.button1, AnimatorNS.DecorationType.None);
     this.button1.FlatAppearance.BorderSize = 0;
     this.button1.FlatStyle               = System.Windows.Forms.FlatStyle.Flat;
     this.button1.Font                    = new System.Drawing.Font("Arial Narrow", 12.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.button1.ForeColor               = System.Drawing.Color.SaddleBrown;
     this.button1.Image                   = global::CRM_Inbound_Tourism_Project.Properties.Resources.home;
     this.button1.ImageAlign              = System.Drawing.ContentAlignment.MiddleLeft;
     this.button1.Location                = new System.Drawing.Point(13, 224);
     this.button1.Name                    = "button1";
     this.button1.Size                    = new System.Drawing.Size(210, 44);
     this.button1.TabIndex                = 1;
     this.button1.Text                    = "      Home";
     this.button1.TextImageRelation       = System.Windows.Forms.TextImageRelation.ImageBeforeText;
     this.button1.UseVisualStyleBackColor = true;
     this.button1.Click                  += new System.EventHandler(this.button1_Click);
     //
     // logo
     //
     this.logo.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("logo.BackgroundImage")));
     this.pnlOutAnimator.SetDecoration(this.logo, AnimatorNS.DecorationType.None);
     this.logoAnimator.SetDecoration(this.logo, AnimatorNS.DecorationType.None);
     this.panelInAnimator.SetDecoration(this.logo, AnimatorNS.DecorationType.None);
     this.logo.Location = new System.Drawing.Point(63, 55);
     this.logo.Name     = "logo";
     this.logo.Size     = new System.Drawing.Size(110, 110);
     this.logo.TabIndex = 0;
     this.logo.TabStop  = false;
     //
     // lblExit
     //
     this.lblExit.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.lblExit.AutoSize = true;
     this.lblExit.Cursor   = System.Windows.Forms.Cursors.Hand;
     this.pnlOutAnimator.SetDecoration(this.lblExit, AnimatorNS.DecorationType.None);
     this.logoAnimator.SetDecoration(this.lblExit, AnimatorNS.DecorationType.None);
     this.panelInAnimator.SetDecoration(this.lblExit, AnimatorNS.DecorationType.None);
     this.lblExit.Font      = new System.Drawing.Font("Arial Rounded MT Bold", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblExit.ForeColor = System.Drawing.Color.White;
     this.lblExit.Location  = new System.Drawing.Point(907, 6);
     this.lblExit.Name      = "lblExit";
     this.lblExit.Size      = new System.Drawing.Size(12, 12);
     this.lblExit.TabIndex  = 9;
     this.lblExit.Text      = "X";
     this.lblExit.Click    += new System.EventHandler(this.lblExit_Click);
     //
     // pnlBorder
     //
     this.pnlBorder.BackColor = System.Drawing.Color.SaddleBrown;
     this.panelInAnimator.SetDecoration(this.pnlBorder, AnimatorNS.DecorationType.None);
     this.logoAnimator.SetDecoration(this.pnlBorder, AnimatorNS.DecorationType.None);
     this.pnlOutAnimator.SetDecoration(this.pnlBorder, AnimatorNS.DecorationType.None);
     this.pnlBorder.Location = new System.Drawing.Point(239, 12);
     this.pnlBorder.Name     = "pnlBorder";
     this.pnlBorder.Size     = new System.Drawing.Size(1, 1000);
     this.pnlBorder.TabIndex = 6;
     //
     // panelInAnimator
     //
     this.panelInAnimator.AnimationType = AnimatorNS.AnimationType.Scale;
     this.panelInAnimator.Cursor        = null;
     animation4.AnimateOnlyDifferences  = true;
     animation4.BlindCoeff                 = ((System.Drawing.PointF)(resources.GetObject("animation4.BlindCoeff")));
     animation4.LeafCoeff                  = 0F;
     animation4.MaxTime                    = 1F;
     animation4.MinTime                    = 0F;
     animation4.MosaicCoeff                = ((System.Drawing.PointF)(resources.GetObject("animation4.MosaicCoeff")));
     animation4.MosaicShift                = ((System.Drawing.PointF)(resources.GetObject("animation4.MosaicShift")));
     animation4.MosaicSize                 = 0;
     animation4.Padding                    = new System.Windows.Forms.Padding(0);
     animation4.RotateCoeff                = 0F;
     animation4.RotateLimit                = 0F;
     animation4.ScaleCoeff                 = ((System.Drawing.PointF)(resources.GetObject("animation4.ScaleCoeff")));
     animation4.SlideCoeff                 = ((System.Drawing.PointF)(resources.GetObject("animation4.SlideCoeff")));
     animation4.TimeCoeff                  = 0F;
     animation4.TransparencyCoeff          = 0F;
     this.panelInAnimator.DefaultAnimation = animation4;
     this.panelInAnimator.Interval         = 15;
     //
     // logoAnimator
     //
     this.logoAnimator.AnimationType   = AnimatorNS.AnimationType.ScaleAndRotate;
     this.logoAnimator.Cursor          = null;
     animation5.AnimateOnlyDifferences = true;
     animation5.BlindCoeff             = ((System.Drawing.PointF)(resources.GetObject("animation5.BlindCoeff")));
     animation5.LeafCoeff               = 0F;
     animation5.MaxTime                 = 1F;
     animation5.MinTime                 = 0F;
     animation5.MosaicCoeff             = ((System.Drawing.PointF)(resources.GetObject("animation5.MosaicCoeff")));
     animation5.MosaicShift             = ((System.Drawing.PointF)(resources.GetObject("animation5.MosaicShift")));
     animation5.MosaicSize              = 0;
     animation5.Padding                 = new System.Windows.Forms.Padding(30);
     animation5.RotateCoeff             = 0.5F;
     animation5.RotateLimit             = 0.2F;
     animation5.ScaleCoeff              = ((System.Drawing.PointF)(resources.GetObject("animation5.ScaleCoeff")));
     animation5.SlideCoeff              = ((System.Drawing.PointF)(resources.GetObject("animation5.SlideCoeff")));
     animation5.TimeCoeff               = 0F;
     animation5.TransparencyCoeff       = 0F;
     this.logoAnimator.DefaultAnimation = animation5;
     //
     // pnlOutAnimator
     //
     this.pnlOutAnimator.AnimationType = AnimatorNS.AnimationType.HorizBlind;
     this.pnlOutAnimator.Cursor        = null;
     animation6.AnimateOnlyDifferences = true;
     animation6.BlindCoeff             = ((System.Drawing.PointF)(resources.GetObject("animation6.BlindCoeff")));
     animation6.LeafCoeff                 = 0F;
     animation6.MaxTime                   = 1F;
     animation6.MinTime                   = 0F;
     animation6.MosaicCoeff               = ((System.Drawing.PointF)(resources.GetObject("animation6.MosaicCoeff")));
     animation6.MosaicShift               = ((System.Drawing.PointF)(resources.GetObject("animation6.MosaicShift")));
     animation6.MosaicSize                = 0;
     animation6.Padding                   = new System.Windows.Forms.Padding(0);
     animation6.RotateCoeff               = 0F;
     animation6.RotateLimit               = 0F;
     animation6.ScaleCoeff                = ((System.Drawing.PointF)(resources.GetObject("animation6.ScaleCoeff")));
     animation6.SlideCoeff                = ((System.Drawing.PointF)(resources.GetObject("animation6.SlideCoeff")));
     animation6.TimeCoeff                 = 0F;
     animation6.TransparencyCoeff         = 0F;
     this.pnlOutAnimator.DefaultAnimation = animation6;
     //
     // homeControl1
     //
     this.homeControl1.BackColor = System.Drawing.Color.White;
     this.pnlOutAnimator.SetDecoration(this.homeControl1, AnimatorNS.DecorationType.None);
     this.logoAnimator.SetDecoration(this.homeControl1, AnimatorNS.DecorationType.None);
     this.panelInAnimator.SetDecoration(this.homeControl1, AnimatorNS.DecorationType.None);
     this.homeControl1.Dock        = System.Windows.Forms.DockStyle.Fill;
     this.homeControl1.Location    = new System.Drawing.Point(240, 0);
     this.homeControl1.Name        = "homeControl1";
     this.homeControl1.Size        = new System.Drawing.Size(684, 629);
     this.homeControl1.TabIndex    = 6;
     this.homeControl1.Load       += new System.EventHandler(this.homeControl1_Load);
     this.homeControl1.MouseClick += new System.Windows.Forms.MouseEventHandler(this.HomeMouseClicked);
     //
     // dayToDayPlanControl1
     //
     this.dayToDayPlanControl1.BackColor = System.Drawing.Color.White;
     this.pnlOutAnimator.SetDecoration(this.dayToDayPlanControl1, AnimatorNS.DecorationType.None);
     this.logoAnimator.SetDecoration(this.dayToDayPlanControl1, AnimatorNS.DecorationType.None);
     this.panelInAnimator.SetDecoration(this.dayToDayPlanControl1, AnimatorNS.DecorationType.None);
     this.dayToDayPlanControl1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.dayToDayPlanControl1.Location = new System.Drawing.Point(240, 0);
     this.dayToDayPlanControl1.Name     = "dayToDayPlanControl1";
     this.dayToDayPlanControl1.Size     = new System.Drawing.Size(684, 629);
     this.dayToDayPlanControl1.TabIndex = 5;
     //
     // hotalControl1
     //
     this.hotalControl1.AutoScroll        = true;
     this.hotalControl1.AutoScrollMinSize = new System.Drawing.Size(0, 980);
     this.hotalControl1.BackColor         = System.Drawing.Color.White;
     this.pnlOutAnimator.SetDecoration(this.hotalControl1, AnimatorNS.DecorationType.None);
     this.logoAnimator.SetDecoration(this.hotalControl1, AnimatorNS.DecorationType.None);
     this.panelInAnimator.SetDecoration(this.hotalControl1, AnimatorNS.DecorationType.None);
     this.hotalControl1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.hotalControl1.Location = new System.Drawing.Point(240, 0);
     this.hotalControl1.Name     = "hotalControl1";
     this.hotalControl1.Size     = new System.Drawing.Size(684, 629);
     this.hotalControl1.TabIndex = 4;
     //
     // addUserControl1
     //
     this.addUserControl1.AutoScroll        = true;
     this.addUserControl1.AutoScrollMinSize = new System.Drawing.Size(0, 980);
     this.addUserControl1.BackColor         = System.Drawing.Color.White;
     this.pnlOutAnimator.SetDecoration(this.addUserControl1, AnimatorNS.DecorationType.None);
     this.logoAnimator.SetDecoration(this.addUserControl1, AnimatorNS.DecorationType.None);
     this.panelInAnimator.SetDecoration(this.addUserControl1, AnimatorNS.DecorationType.None);
     this.addUserControl1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.addUserControl1.Location = new System.Drawing.Point(240, 0);
     this.addUserControl1.Name     = "addUserControl1";
     this.addUserControl1.Size     = new System.Drawing.Size(684, 629);
     this.addUserControl1.TabIndex = 3;
     //
     // locationControl1
     //
     this.locationControl1.AutoScroll        = true;
     this.locationControl1.AutoScrollMinSize = new System.Drawing.Size(0, 980);
     this.locationControl1.BackColor         = System.Drawing.Color.White;
     this.pnlOutAnimator.SetDecoration(this.locationControl1, AnimatorNS.DecorationType.None);
     this.logoAnimator.SetDecoration(this.locationControl1, AnimatorNS.DecorationType.None);
     this.panelInAnimator.SetDecoration(this.locationControl1, AnimatorNS.DecorationType.None);
     this.locationControl1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.locationControl1.Location = new System.Drawing.Point(240, 0);
     this.locationControl1.Name     = "locationControl1";
     this.locationControl1.Size     = new System.Drawing.Size(684, 629);
     this.locationControl1.TabIndex = 2;
     //
     // itineraryBuilderControl1
     //
     this.itineraryBuilderControl1.AutoScroll        = true;
     this.itineraryBuilderControl1.AutoScrollMinSize = new System.Drawing.Size(0, 980);
     this.itineraryBuilderControl1.BackColor         = System.Drawing.Color.White;
     this.pnlOutAnimator.SetDecoration(this.itineraryBuilderControl1, AnimatorNS.DecorationType.None);
     this.logoAnimator.SetDecoration(this.itineraryBuilderControl1, AnimatorNS.DecorationType.None);
     this.panelInAnimator.SetDecoration(this.itineraryBuilderControl1, AnimatorNS.DecorationType.None);
     this.itineraryBuilderControl1.Dock        = System.Windows.Forms.DockStyle.Fill;
     this.itineraryBuilderControl1.Location    = new System.Drawing.Point(240, 0);
     this.itineraryBuilderControl1.Name        = "itineraryBuilderControl1";
     this.itineraryBuilderControl1.Size        = new System.Drawing.Size(684, 629);
     this.itineraryBuilderControl1.TabIndex    = 1;
     this.itineraryBuilderControl1.MouseClick += new System.Windows.Forms.MouseEventHandler(this.itinryBuilderMouseClicked);
     //
     // Landing_Page
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor           = System.Drawing.Color.SaddleBrown;
     this.ClientSize          = new System.Drawing.Size(928, 655);
     this.Controls.Add(this.pnlBorder);
     this.Controls.Add(this.lblExit);
     this.Controls.Add(this.panel1);
     this.logoAnimator.SetDecoration(this, AnimatorNS.DecorationType.None);
     this.panelInAnimator.SetDecoration(this, AnimatorNS.DecorationType.None);
     this.pnlOutAnimator.SetDecoration(this, AnimatorNS.DecorationType.None);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.Name            = "Landing_Page";
     this.Text            = "Landing_Page";
     this.WindowState     = System.Windows.Forms.FormWindowState.Maximized;
     this.Load           += new System.EventHandler(this.Landing_Page_Load);
     this.panel1.ResumeLayout(false);
     this.pnlSlide.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.logo)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
コード例 #28
0
ファイル: Form1.Designer.cs プロジェクト: gabilic/Oplan
 /// <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();
     AnimatorNS.Animation animation1 = new AnimatorNS.Animation();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
     this.gMapControl1 = new GMap.NET.WindowsForms.GMapControl();
     this.ime_Mjesta   = new System.Windows.Forms.TextBox();
     this.dodaj        = new System.Windows.Forms.Button();
     this.comboBox1    = new System.Windows.Forms.ComboBox();
     this.izvj         = new System.Windows.Forms.Button();
     this.konacno      = new System.Windows.Forms.RichTextBox();
     this.label1       = new System.Windows.Forms.Label();
     this.label3       = new System.Windows.Forms.Label();
     this.label4       = new System.Windows.Forms.Label();
     this.label5       = new System.Windows.Forms.Label();
     this.OP_Plan      = new System.Windows.Forms.Button();
     this.animator1    = new AnimatorNS.Animator(this.components);
     this.prviLink     = new CodeVendor.Controls.Grouper();
     this.r1           = new System.Windows.Forms.RadioButton();
     this.r2           = new System.Windows.Forms.RadioButton();
     this.drugiLink    = new CodeVendor.Controls.Grouper();
     this.panel1       = new System.Windows.Forms.Panel();
     this.r3           = new System.Windows.Forms.RadioButton();
     this.r4           = new System.Windows.Forms.RadioButton();
     this.MMarkeri     = new System.Windows.Forms.Button();
     this.treciLink    = new CodeVendor.Controls.Grouper();
     this.Clear        = new System.Windows.Forms.Button();
     this.load         = new System.Windows.Forms.Button();
     this.Pause        = new System.Windows.Forms.PictureBox();
     this.save         = new System.Windows.Forms.PictureBox();
     this.delete_mode  = new System.Windows.Forms.PictureBox();
     this.play         = new System.Windows.Forms.PictureBox();
     this.prviLink.SuspendLayout();
     this.drugiLink.SuspendLayout();
     this.panel1.SuspendLayout();
     this.treciLink.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.Pause)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.save)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.delete_mode)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.play)).BeginInit();
     this.SuspendLayout();
     //
     // gMapControl1
     //
     this.gMapControl1.Bearing    = 0F;
     this.gMapControl1.CanDragMap = true;
     this.animator1.SetDecoration(this.gMapControl1, AnimatorNS.DecorationType.None);
     this.gMapControl1.EmptyTileColor        = System.Drawing.Color.Navy;
     this.gMapControl1.GrayScaleMode         = false;
     this.gMapControl1.HelperLineOption      = GMap.NET.WindowsForms.HelperLineOptions.DontShow;
     this.gMapControl1.LevelsKeepInMemmory   = 5;
     this.gMapControl1.Location              = new System.Drawing.Point(0, 1);
     this.gMapControl1.MarkersEnabled        = true;
     this.gMapControl1.MaxZoom               = 2;
     this.gMapControl1.MinZoom               = 2;
     this.gMapControl1.MouseWheelZoomEnabled = true;
     this.gMapControl1.MouseWheelZoomType    = GMap.NET.MouseWheelZoomType.MousePositionAndCenter;
     this.gMapControl1.Name                  = "gMapControl1";
     this.gMapControl1.NegativeMode          = false;
     this.gMapControl1.PolygonsEnabled       = true;
     this.gMapControl1.RetryLoadTile         = 0;
     this.gMapControl1.RoutesEnabled         = true;
     this.gMapControl1.ScaleMode             = GMap.NET.WindowsForms.ScaleModes.Integer;
     this.gMapControl1.SelectedAreaFillColor = System.Drawing.Color.FromArgb(((int)(((byte)(33)))), ((int)(((byte)(65)))), ((int)(((byte)(105)))), ((int)(((byte)(225)))));
     this.gMapControl1.ShowTileGridLines     = false;
     this.gMapControl1.Size                  = new System.Drawing.Size(1256, 504);
     this.gMapControl1.TabIndex              = 0;
     this.gMapControl1.Zoom                  = 0D;
     this.gMapControl1.OnMarkerClick        += new GMap.NET.WindowsForms.MarkerClick(this.gMapControl1_OnMarkerClick);
     this.gMapControl1.OnRouteClick         += new GMap.NET.WindowsForms.RouteClick(this.gMapControl1_OnRouteClick);
     this.gMapControl1.Load                 += new System.EventHandler(this.gMapControl1_Load);
     this.gMapControl1.MouseDoubleClick     += new System.Windows.Forms.MouseEventHandler(this.gMapControl1_MouseDoubleClick);
     //
     // ime_Mjesta
     //
     this.animator1.SetDecoration(this.ime_Mjesta, AnimatorNS.DecorationType.None);
     this.ime_Mjesta.Location = new System.Drawing.Point(115, 59);
     this.ime_Mjesta.Name     = "ime_Mjesta";
     this.ime_Mjesta.Size     = new System.Drawing.Size(100, 20);
     this.ime_Mjesta.TabIndex = 1;
     //
     // dodaj
     //
     this.animator1.SetDecoration(this.dodaj, AnimatorNS.DecorationType.None);
     this.dodaj.Location = new System.Drawing.Point(115, 111);
     this.dodaj.Name     = "dodaj";
     this.dodaj.Size     = new System.Drawing.Size(85, 23);
     this.dodaj.TabIndex = 3;
     this.dodaj.Text     = "Idi";
     this.dodaj.UseVisualStyleBackColor = true;
     this.dodaj.Click += new System.EventHandler(this.dodaj_Click);
     //
     // comboBox1
     //
     this.animator1.SetDecoration(this.comboBox1, AnimatorNS.DecorationType.None);
     this.comboBox1.FormattingEnabled = true;
     this.comboBox1.Location          = new System.Drawing.Point(163, 38);
     this.comboBox1.Name     = "comboBox1";
     this.comboBox1.Size     = new System.Drawing.Size(121, 21);
     this.comboBox1.TabIndex = 4;
     //
     // izvj
     //
     this.animator1.SetDecoration(this.izvj, AnimatorNS.DecorationType.None);
     this.izvj.Location = new System.Drawing.Point(663, 1);
     this.izvj.Name     = "izvj";
     this.izvj.Size     = new System.Drawing.Size(75, 23);
     this.izvj.TabIndex = 7;
     this.izvj.Text     = "izvještaj";
     this.izvj.UseVisualStyleBackColor = true;
     this.izvj.Click += new System.EventHandler(this.izvj_Click);
     //
     // konacno
     //
     this.animator1.SetDecoration(this.konacno, AnimatorNS.DecorationType.None);
     this.konacno.Location = new System.Drawing.Point(47, 40);
     this.konacno.Name     = "konacno";
     this.konacno.Size     = new System.Drawing.Size(328, 171);
     this.konacno.TabIndex = 9;
     this.konacno.Text     = "";
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.animator1.SetDecoration(this.label1, AnimatorNS.DecorationType.None);
     this.label1.Location = new System.Drawing.Point(23, 62);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(68, 13);
     this.label1.TabIndex = 10;
     this.label1.Text     = "Grad/mjesto:";
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.animator1.SetDecoration(this.label3, AnimatorNS.DecorationType.None);
     this.label3.Location = new System.Drawing.Point(36, 40);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(76, 13);
     this.label3.TabIndex = 12;
     this.label3.Text     = "Izaberi marker:";
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.animator1.SetDecoration(this.label4, AnimatorNS.DecorationType.None);
     this.label4.Location = new System.Drawing.Point(97, 89);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(41, 13);
     this.label4.TabIndex = 13;
     this.label4.Text     = "Strana:";
     //
     // label5
     //
     this.label5.AutoSize = true;
     this.animator1.SetDecoration(this.label5, AnimatorNS.DecorationType.None);
     this.label5.Location = new System.Drawing.Point(23, 148);
     this.label5.Name     = "label5";
     this.label5.Size     = new System.Drawing.Size(115, 13);
     this.label5.TabIndex = 14;
     this.label5.Text     = "Postaviti marker ili rutu:";
     //
     // OP_Plan
     //
     this.animator1.SetDecoration(this.OP_Plan, AnimatorNS.DecorationType.None);
     this.OP_Plan.Location = new System.Drawing.Point(136, 1);
     this.OP_Plan.Name     = "OP_Plan";
     this.OP_Plan.Size     = new System.Drawing.Size(75, 23);
     this.OP_Plan.TabIndex = 16;
     this.OP_Plan.Text     = "Mjesto napada";
     this.OP_Plan.UseVisualStyleBackColor = true;
     this.OP_Plan.Click += new System.EventHandler(this.OP_Plan_Click);
     //
     // animator1
     //
     this.animator1.AnimationType      = AnimatorNS.AnimationType.VertSlide;
     this.animator1.Cursor             = null;
     animation1.AnimateOnlyDifferences = true;
     animation1.BlindCoeff             = ((System.Drawing.PointF)(resources.GetObject("animation1.BlindCoeff")));
     animation1.LeafCoeff            = 0F;
     animation1.MaxTime              = 1F;
     animation1.MinTime              = 0F;
     animation1.MosaicCoeff          = ((System.Drawing.PointF)(resources.GetObject("animation1.MosaicCoeff")));
     animation1.MosaicShift          = ((System.Drawing.PointF)(resources.GetObject("animation1.MosaicShift")));
     animation1.MosaicSize           = 0;
     animation1.Padding              = new System.Windows.Forms.Padding(0);
     animation1.RotateCoeff          = 0F;
     animation1.RotateLimit          = 0F;
     animation1.ScaleCoeff           = ((System.Drawing.PointF)(resources.GetObject("animation1.ScaleCoeff")));
     animation1.SlideCoeff           = ((System.Drawing.PointF)(resources.GetObject("animation1.SlideCoeff")));
     animation1.TimeCoeff            = 0F;
     animation1.TransparencyCoeff    = 0F;
     this.animator1.DefaultAnimation = animation1;
     //
     // prviLink
     //
     this.prviLink.BackgroundColor         = System.Drawing.Color.White;
     this.prviLink.BackgroundGradientColor = System.Drawing.Color.White;
     this.prviLink.BackgroundGradientMode  = CodeVendor.Controls.Grouper.GroupBoxGradientMode.None;
     this.prviLink.BorderColor             = System.Drawing.Color.Black;
     this.prviLink.BorderThickness         = 1F;
     this.prviLink.Controls.Add(this.dodaj);
     this.prviLink.Controls.Add(this.ime_Mjesta);
     this.prviLink.Controls.Add(this.label1);
     this.prviLink.CustomGroupBoxColor = System.Drawing.Color.White;
     this.animator1.SetDecoration(this.prviLink, AnimatorNS.DecorationType.None);
     this.prviLink.GroupImage      = null;
     this.prviLink.GroupTitle      = "";
     this.prviLink.Location        = new System.Drawing.Point(136, 71);
     this.prviLink.Margin          = new System.Windows.Forms.Padding(0);
     this.prviLink.Name            = "prviLink";
     this.prviLink.Padding         = new System.Windows.Forms.Padding(20);
     this.prviLink.PaintGroupBox   = false;
     this.prviLink.RoundCorners    = 10;
     this.prviLink.ShadowColor     = System.Drawing.Color.DarkGray;
     this.prviLink.ShadowControl   = false;
     this.prviLink.ShadowThickness = 3;
     this.prviLink.Size            = new System.Drawing.Size(246, 172);
     this.prviLink.TabIndex        = 18;
     this.prviLink.Visible         = false;
     //
     // r1
     //
     this.r1.AutoSize = true;
     this.animator1.SetDecoration(this.r1, AnimatorNS.DecorationType.None);
     this.r1.Location = new System.Drawing.Point(21, 11);
     this.r1.Name     = "r1";
     this.r1.Size     = new System.Drawing.Size(58, 17);
     this.r1.TabIndex = 19;
     this.r1.TabStop  = true;
     this.r1.Text     = "Prijatelj";
     this.r1.UseVisualStyleBackColor = true;
     //
     // r2
     //
     this.r2.AutoSize = true;
     this.animator1.SetDecoration(this.r2, AnimatorNS.DecorationType.None);
     this.r2.Location = new System.Drawing.Point(21, 34);
     this.r2.Name     = "r2";
     this.r2.Size     = new System.Drawing.Size(71, 17);
     this.r2.TabIndex = 20;
     this.r2.TabStop  = true;
     this.r2.Text     = "Neprijatelj";
     this.r2.UseVisualStyleBackColor = true;
     //
     // drugiLink
     //
     this.drugiLink.BackgroundColor         = System.Drawing.Color.White;
     this.drugiLink.BackgroundGradientColor = System.Drawing.Color.White;
     this.drugiLink.BackgroundGradientMode  = CodeVendor.Controls.Grouper.GroupBoxGradientMode.None;
     this.drugiLink.BorderColor             = System.Drawing.Color.Black;
     this.drugiLink.BorderThickness         = 1F;
     this.drugiLink.Controls.Add(this.panel1);
     this.drugiLink.Controls.Add(this.comboBox1);
     this.drugiLink.Controls.Add(this.label3);
     this.drugiLink.Controls.Add(this.r3);
     this.drugiLink.Controls.Add(this.r4);
     this.drugiLink.Controls.Add(this.label4);
     this.drugiLink.Controls.Add(this.label5);
     this.drugiLink.CustomGroupBoxColor = System.Drawing.Color.White;
     this.animator1.SetDecoration(this.drugiLink, AnimatorNS.DecorationType.None);
     this.drugiLink.GroupImage      = null;
     this.drugiLink.GroupTitle      = "";
     this.drugiLink.Location        = new System.Drawing.Point(365, 71);
     this.drugiLink.Margin          = new System.Windows.Forms.Padding(0);
     this.drugiLink.Name            = "drugiLink";
     this.drugiLink.Padding         = new System.Windows.Forms.Padding(20);
     this.drugiLink.PaintGroupBox   = false;
     this.drugiLink.RoundCorners    = 10;
     this.drugiLink.ShadowColor     = System.Drawing.Color.DarkGray;
     this.drugiLink.ShadowControl   = false;
     this.drugiLink.ShadowThickness = 3;
     this.drugiLink.Size            = new System.Drawing.Size(354, 211);
     this.drugiLink.TabIndex        = 21;
     this.drugiLink.Visible         = false;
     //
     // panel1
     //
     this.panel1.Controls.Add(this.r1);
     this.panel1.Controls.Add(this.r2);
     this.animator1.SetDecoration(this.panel1, AnimatorNS.DecorationType.None);
     this.panel1.Location = new System.Drawing.Point(154, 77);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(120, 72);
     this.panel1.TabIndex = 24;
     //
     // r3
     //
     this.r3.AutoSize = true;
     this.animator1.SetDecoration(this.r3, AnimatorNS.DecorationType.None);
     this.r3.Location = new System.Drawing.Point(176, 146);
     this.r3.Name     = "r3";
     this.r3.Size     = new System.Drawing.Size(58, 17);
     this.r3.TabIndex = 22;
     this.r3.TabStop  = true;
     this.r3.Text     = "Marker";
     this.r3.UseVisualStyleBackColor = true;
     //
     // r4
     //
     this.r4.AutoSize = true;
     this.animator1.SetDecoration(this.r4, AnimatorNS.DecorationType.None);
     this.r4.Location = new System.Drawing.Point(176, 169);
     this.r4.Name     = "r4";
     this.r4.Size     = new System.Drawing.Size(48, 17);
     this.r4.TabIndex = 23;
     this.r4.TabStop  = true;
     this.r4.Text     = "Rutu";
     this.r4.UseVisualStyleBackColor = true;
     //
     // MMarkeri
     //
     this.animator1.SetDecoration(this.MMarkeri, AnimatorNS.DecorationType.None);
     this.MMarkeri.Location = new System.Drawing.Point(365, 1);
     this.MMarkeri.Name     = "MMarkeri";
     this.MMarkeri.Size     = new System.Drawing.Size(75, 23);
     this.MMarkeri.TabIndex = 24;
     this.MMarkeri.Text     = "Markeri";
     this.MMarkeri.UseVisualStyleBackColor = true;
     this.MMarkeri.Click += new System.EventHandler(this.button1_Click);
     //
     // treciLink
     //
     this.treciLink.BackgroundColor         = System.Drawing.Color.White;
     this.treciLink.BackgroundGradientColor = System.Drawing.Color.White;
     this.treciLink.BackgroundGradientMode  = CodeVendor.Controls.Grouper.GroupBoxGradientMode.None;
     this.treciLink.BorderColor             = System.Drawing.Color.Black;
     this.treciLink.BorderThickness         = 1F;
     this.treciLink.Controls.Add(this.konacno);
     this.treciLink.CustomGroupBoxColor = System.Drawing.Color.White;
     this.animator1.SetDecoration(this.treciLink, AnimatorNS.DecorationType.None);
     this.treciLink.GroupImage      = null;
     this.treciLink.GroupTitle      = "";
     this.treciLink.Location        = new System.Drawing.Point(665, 71);
     this.treciLink.Margin          = new System.Windows.Forms.Padding(0);
     this.treciLink.Name            = "treciLink";
     this.treciLink.Padding         = new System.Windows.Forms.Padding(20);
     this.treciLink.PaintGroupBox   = false;
     this.treciLink.RoundCorners    = 10;
     this.treciLink.ShadowColor     = System.Drawing.Color.DarkGray;
     this.treciLink.ShadowControl   = false;
     this.treciLink.ShadowThickness = 3;
     this.treciLink.Size            = new System.Drawing.Size(426, 252);
     this.treciLink.TabIndex        = 22;
     this.treciLink.Visible         = false;
     //
     // Clear
     //
     this.animator1.SetDecoration(this.Clear, AnimatorNS.DecorationType.None);
     this.Clear.Location = new System.Drawing.Point(1201, 35);
     this.Clear.Name     = "Clear";
     this.Clear.Size     = new System.Drawing.Size(75, 23);
     this.Clear.TabIndex = 28;
     this.Clear.Text     = "Clear";
     this.Clear.UseVisualStyleBackColor = true;
     this.Clear.Click += new System.EventHandler(this.Clear_Click);
     //
     // load
     //
     this.animator1.SetDecoration(this.load, AnimatorNS.DecorationType.None);
     this.load.Location = new System.Drawing.Point(1201, 1);
     this.load.Name     = "load";
     this.load.Size     = new System.Drawing.Size(75, 23);
     this.load.TabIndex = 29;
     this.load.Text     = "load";
     this.load.UseVisualStyleBackColor = true;
     this.load.Click += new System.EventHandler(this.load_Click);
     //
     // Pause
     //
     this.animator1.SetDecoration(this.Pause, AnimatorNS.DecorationType.None);
     this.Pause.Image    = global::Prototip_OPPlan.Properties.Resources.pause;
     this.Pause.Location = new System.Drawing.Point(1133, 1);
     this.Pause.Name     = "Pause";
     this.Pause.Size     = new System.Drawing.Size(72, 70);
     this.Pause.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
     this.Pause.TabIndex = 30;
     this.Pause.TabStop  = false;
     this.Pause.Click   += new System.EventHandler(this.Pause_Click);
     //
     // save
     //
     this.animator1.SetDecoration(this.save, AnimatorNS.DecorationType.None);
     this.save.Image       = global::Prototip_OPPlan.Properties.Resources.disketica;
     this.save.Location    = new System.Drawing.Point(0, 1);
     this.save.Name        = "save";
     this.save.Size        = new System.Drawing.Size(64, 70);
     this.save.SizeMode    = System.Windows.Forms.PictureBoxSizeMode.Zoom;
     this.save.TabIndex    = 27;
     this.save.TabStop     = false;
     this.save.Click      += new System.EventHandler(this.save_Click);
     this.save.MouseLeave += new System.EventHandler(this.save_MouseLeave);
     this.save.MouseHover += new System.EventHandler(this.save_MouseHover);
     //
     // delete_mode
     //
     this.animator1.SetDecoration(this.delete_mode, AnimatorNS.DecorationType.None);
     this.delete_mode.Image       = global::Prototip_OPPlan.Properties.Resources.kantica;
     this.delete_mode.Location    = new System.Drawing.Point(63, 1);
     this.delete_mode.Name        = "delete_mode";
     this.delete_mode.Size        = new System.Drawing.Size(73, 70);
     this.delete_mode.SizeMode    = System.Windows.Forms.PictureBoxSizeMode.Zoom;
     this.delete_mode.TabIndex    = 26;
     this.delete_mode.TabStop     = false;
     this.delete_mode.Click      += new System.EventHandler(this.delete_mode_Click_1);
     this.delete_mode.MouseLeave += new System.EventHandler(this.delete_mode_MouseLeave);
     this.delete_mode.MouseHover += new System.EventHandler(this.delete_mode_MouseHover);
     //
     // play
     //
     this.play.BackColor = System.Drawing.Color.Transparent;
     this.animator1.SetDecoration(this.play, AnimatorNS.DecorationType.None);
     this.play.Image       = global::Prototip_OPPlan.Properties.Resources.play_flat2;
     this.play.Location    = new System.Drawing.Point(1063, 1);
     this.play.Name        = "play";
     this.play.Size        = new System.Drawing.Size(70, 70);
     this.play.SizeMode    = System.Windows.Forms.PictureBoxSizeMode.Zoom;
     this.play.TabIndex    = 25;
     this.play.TabStop     = false;
     this.play.Click      += new System.EventHandler(this.play_Click_1);
     this.play.MouseLeave += new System.EventHandler(this.play_MouseLeave);
     this.play.MouseHover += new System.EventHandler(this.play_MouseHover);
     //
     // Form1
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(1288, 860);
     this.Controls.Add(this.Pause);
     this.Controls.Add(this.load);
     this.Controls.Add(this.Clear);
     this.Controls.Add(this.save);
     this.Controls.Add(this.delete_mode);
     this.Controls.Add(this.play);
     this.Controls.Add(this.treciLink);
     this.Controls.Add(this.MMarkeri);
     this.Controls.Add(this.drugiLink);
     this.Controls.Add(this.prviLink);
     this.Controls.Add(this.OP_Plan);
     this.Controls.Add(this.izvj);
     this.Controls.Add(this.gMapControl1);
     this.animator1.SetDecoration(this, AnimatorNS.DecorationType.None);
     this.Name  = "Form1";
     this.Text  = "Form1";
     this.Load += new System.EventHandler(this.Form1_Load);
     this.prviLink.ResumeLayout(false);
     this.prviLink.PerformLayout();
     this.drugiLink.ResumeLayout(false);
     this.drugiLink.PerformLayout();
     this.panel1.ResumeLayout(false);
     this.panel1.PerformLayout();
     this.treciLink.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.Pause)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.save)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.delete_mode)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.play)).EndInit();
     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();
     AnimatorNS.Animation animation1 = new AnimatorNS.Animation();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(start_up));
     this.pictureBox1  = new System.Windows.Forms.PictureBox();
     this.timer1       = new System.Windows.Forms.Timer(this.components);
     this.animator1    = new AnimatorNS.Animator(this.components);
     this.progressBar1 = new System.Windows.Forms.ProgressBar();
     this.timer2       = new System.Windows.Forms.Timer(this.components);
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
     this.SuspendLayout();
     //
     // pictureBox1
     //
     this.animator1.SetDecoration(this.pictureBox1, AnimatorNS.DecorationType.None);
     this.pictureBox1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.pictureBox1.Location = new System.Drawing.Point(0, 0);
     this.pictureBox1.Name     = "pictureBox1";
     this.pictureBox1.Size     = new System.Drawing.Size(724, 492);
     this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     this.pictureBox1.TabIndex = 0;
     this.pictureBox1.TabStop  = false;
     //
     // timer1
     //
     this.timer1.Enabled  = true;
     this.timer1.Interval = 3000;
     this.timer1.Tick    += new System.EventHandler(this.timer1_Tick);
     //
     // animator1
     //
     this.animator1.AnimationType      = AnimatorNS.AnimationType.ScaleAndRotate;
     this.animator1.Cursor             = null;
     animation1.AnimateOnlyDifferences = true;
     animation1.BlindCoeff             = ((System.Drawing.PointF)(resources.GetObject("animation1.BlindCoeff")));
     animation1.LeafCoeff            = 0F;
     animation1.MaxTime              = 1F;
     animation1.MinTime              = 0F;
     animation1.MosaicCoeff          = ((System.Drawing.PointF)(resources.GetObject("animation1.MosaicCoeff")));
     animation1.MosaicShift          = ((System.Drawing.PointF)(resources.GetObject("animation1.MosaicShift")));
     animation1.MosaicSize           = 0;
     animation1.Padding              = new System.Windows.Forms.Padding(30);
     animation1.RotateCoeff          = 0.5F;
     animation1.RotateLimit          = 0.2F;
     animation1.ScaleCoeff           = ((System.Drawing.PointF)(resources.GetObject("animation1.ScaleCoeff")));
     animation1.SlideCoeff           = ((System.Drawing.PointF)(resources.GetObject("animation1.SlideCoeff")));
     animation1.TimeCoeff            = 0F;
     animation1.TransparencyCoeff    = 0F;
     this.animator1.DefaultAnimation = animation1;
     //
     // progressBar1
     //
     this.animator1.SetDecoration(this.progressBar1, AnimatorNS.DecorationType.None);
     this.progressBar1.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.progressBar1.Location = new System.Drawing.Point(0, 469);
     this.progressBar1.Name     = "progressBar1";
     this.progressBar1.Size     = new System.Drawing.Size(724, 23);
     this.progressBar1.TabIndex = 1;
     //
     // timer2
     //
     this.timer2.Enabled  = true;
     this.timer2.Interval = 35;
     this.timer2.Tick    += new System.EventHandler(this.timer2_Tick);
     //
     // start_up
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor           = System.Drawing.SystemColors.Window;
     this.ClientSize          = new System.Drawing.Size(724, 492);
     this.ControlBox          = false;
     this.Controls.Add(this.progressBar1);
     this.Controls.Add(this.pictureBox1);
     this.animator1.SetDecoration(this, AnimatorNS.DecorationType.None);
     this.Name          = "start_up";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
     this.ResumeLayout(false);
 }
コード例 #30
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();
     AnimatorNS.Animation animation2 = new AnimatorNS.Animation();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Splash));
     this.panel1             = new System.Windows.Forms.Panel();
     this.pictureBox2        = new System.Windows.Forms.PictureBox();
     this.label1             = new System.Windows.Forms.Label();
     this.pictureBox1        = new System.Windows.Forms.PictureBox();
     this.timer1             = new System.Windows.Forms.Timer(this.components);
     this.bunifuElipse1      = new Bunifu.Framework.UI.BunifuElipse(this.components);
     this.panel2             = new System.Windows.Forms.Panel();
     this.label3             = new System.Windows.Forms.Label();
     this.label2             = new System.Windows.Forms.Label();
     this.bunifuProgressBar1 = new Bunifu.Framework.UI.BunifuProgressBar();
     this.animator1          = new AnimatorNS.Animator(this.components);
     this.panel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
     this.panel2.SuspendLayout();
     this.SuspendLayout();
     //
     // panel1
     //
     this.panel1.BackColor = System.Drawing.Color.Black;
     this.panel1.Controls.Add(this.pictureBox2);
     this.panel1.Controls.Add(this.label1);
     this.animator1.SetDecoration(this.panel1, AnimatorNS.DecorationType.None);
     this.panel1.Dock     = System.Windows.Forms.DockStyle.Top;
     this.panel1.Location = new System.Drawing.Point(0, 0);
     this.panel1.Margin   = new System.Windows.Forms.Padding(2);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(553, 38);
     this.panel1.TabIndex = 4;
     //
     // pictureBox2
     //
     this.pictureBox2.BackgroundImage       = global::PHARMA_Z.Properties.Resources.logo_title;
     this.pictureBox2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
     this.animator1.SetDecoration(this.pictureBox2, AnimatorNS.DecorationType.None);
     this.pictureBox2.Dock     = System.Windows.Forms.DockStyle.Left;
     this.pictureBox2.Location = new System.Drawing.Point(0, 0);
     this.pictureBox2.Name     = "pictureBox2";
     this.pictureBox2.Size     = new System.Drawing.Size(58, 38);
     this.pictureBox2.TabIndex = 1;
     this.pictureBox2.TabStop  = false;
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.animator1.SetDecoration(this.label1, AnimatorNS.DecorationType.None);
     this.label1.Font      = new System.Drawing.Font("Tahoma", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label1.ForeColor = System.Drawing.Color.Lavender;
     this.label1.Location  = new System.Drawing.Point(56, 6);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(126, 25);
     this.label1.TabIndex  = 0;
     this.label1.Text      = "PHARMA-Z";
     //
     // pictureBox1
     //
     this.animator1.SetDecoration(this.pictureBox1, AnimatorNS.DecorationType.None);
     this.pictureBox1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.pictureBox1.Image    = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
     this.pictureBox1.Location = new System.Drawing.Point(0, 0);
     this.pictureBox1.Margin   = new System.Windows.Forms.Padding(2);
     this.pictureBox1.Name     = "pictureBox1";
     this.pictureBox1.Size     = new System.Drawing.Size(553, 234);
     this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage;
     this.pictureBox1.TabIndex = 5;
     this.pictureBox1.TabStop  = false;
     //
     // timer1
     //
     this.timer1.Enabled  = true;
     this.timer1.Interval = 2000;
     this.timer1.Tick    += new System.EventHandler(this.timer1_Tick);
     //
     // bunifuElipse1
     //
     this.bunifuElipse1.ElipseRadius  = 40;
     this.bunifuElipse1.TargetControl = this;
     //
     // panel2
     //
     this.panel2.BackColor = System.Drawing.Color.Black;
     this.panel2.Controls.Add(this.label3);
     this.panel2.Controls.Add(this.label2);
     this.panel2.Controls.Add(this.bunifuProgressBar1);
     this.animator1.SetDecoration(this.panel2, AnimatorNS.DecorationType.None);
     this.panel2.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.panel2.Location = new System.Drawing.Point(0, 234);
     this.panel2.Name     = "panel2";
     this.panel2.Size     = new System.Drawing.Size(553, 33);
     this.panel2.TabIndex = 6;
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.animator1.SetDecoration(this.label3, AnimatorNS.DecorationType.None);
     this.label3.ForeColor = System.Drawing.Color.Lavender;
     this.label3.Location  = new System.Drawing.Point(26, 15);
     this.label3.Name      = "label3";
     this.label3.Size      = new System.Drawing.Size(57, 13);
     this.label3.TabIndex  = 2;
     this.label3.Text      = "Loading ...";
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.animator1.SetDecoration(this.label2, AnimatorNS.DecorationType.None);
     this.label2.ForeColor = System.Drawing.Color.White;
     this.label2.Location  = new System.Drawing.Point(492, 16);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(30, 13);
     this.label2.TabIndex  = 1;
     this.label2.Text      = "50 %";
     //
     // bunifuProgressBar1
     //
     this.bunifuProgressBar1.BackColor    = System.Drawing.Color.FromArgb(((int)(((byte)(31)))), ((int)(((byte)(31)))), ((int)(((byte)(31)))));
     this.bunifuProgressBar1.BorderRadius = 5;
     this.animator1.SetDecoration(this.bunifuProgressBar1, AnimatorNS.DecorationType.None);
     this.bunifuProgressBar1.Location      = new System.Drawing.Point(24, 5);
     this.bunifuProgressBar1.MaximumValue  = 100;
     this.bunifuProgressBar1.Name          = "bunifuProgressBar1";
     this.bunifuProgressBar1.ProgressColor = System.Drawing.Color.Lavender;
     this.bunifuProgressBar1.Size          = new System.Drawing.Size(498, 8);
     this.bunifuProgressBar1.TabIndex      = 0;
     this.bunifuProgressBar1.Value         = 50;
     //
     // animator1
     //
     this.animator1.AnimationType      = AnimatorNS.AnimationType.Particles;
     this.animator1.Cursor             = null;
     animation2.AnimateOnlyDifferences = true;
     animation2.BlindCoeff             = ((System.Drawing.PointF)(resources.GetObject("animation2.BlindCoeff")));
     animation2.LeafCoeff            = 0F;
     animation2.MaxTime              = 1F;
     animation2.MinTime              = 0F;
     animation2.MosaicCoeff          = ((System.Drawing.PointF)(resources.GetObject("animation2.MosaicCoeff")));
     animation2.MosaicShift          = ((System.Drawing.PointF)(resources.GetObject("animation2.MosaicShift")));
     animation2.MosaicSize           = 1;
     animation2.Padding              = new System.Windows.Forms.Padding(100, 50, 100, 150);
     animation2.RotateCoeff          = 0F;
     animation2.RotateLimit          = 0F;
     animation2.ScaleCoeff           = ((System.Drawing.PointF)(resources.GetObject("animation2.ScaleCoeff")));
     animation2.SlideCoeff           = ((System.Drawing.PointF)(resources.GetObject("animation2.SlideCoeff")));
     animation2.TimeCoeff            = 2F;
     animation2.TransparencyCoeff    = 0F;
     this.animator1.DefaultAnimation = animation2;
     //
     // Splash
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(553, 267);
     this.Controls.Add(this.panel1);
     this.Controls.Add(this.pictureBox1);
     this.Controls.Add(this.panel2);
     this.animator1.SetDecoration(this, AnimatorNS.DecorationType.None);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.Name            = "Splash";
     this.ShowIcon        = false;
     this.ShowInTaskbar   = false;
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "Form1";
     this.Load           += new System.EventHandler(this.Splash_Load);
     this.panel1.ResumeLayout(false);
     this.panel1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
     this.panel2.ResumeLayout(false);
     this.panel2.PerformLayout();
     this.ResumeLayout(false);
 }
コード例 #31
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();
     AnimatorNS.Animation animation1 = new AnimatorNS.Animation();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(mainform));
     AnimatorNS.Animation animation2 = new AnimatorNS.Animation();
     AnimatorNS.Animation animation3 = new AnimatorNS.Animation();
     this.bunifuElipse1      = new Bunifu.Framework.UI.BunifuElipse(this.components);
     this.label1             = new System.Windows.Forms.Label();
     this.label2             = new System.Windows.Forms.Label();
     this.label3             = new System.Windows.Forms.Label();
     this.label4             = new System.Windows.Forms.Label();
     this.label5             = new System.Windows.Forms.Label();
     this.animator1          = new AnimatorNS.Animator(this.components);
     this.bunifuImageButton3 = new Bunifu.Framework.UI.BunifuImageButton();
     this.bunifuImageButton4 = new Bunifu.Framework.UI.BunifuImageButton();
     this.bunifuImageButton5 = new Bunifu.Framework.UI.BunifuImageButton();
     this.bunifuImageButton6 = new Bunifu.Framework.UI.BunifuImageButton();
     this.bunifuImageButton7 = new Bunifu.Framework.UI.BunifuImageButton();
     this.bunifuImageButton1 = new Bunifu.Framework.UI.BunifuImageButton();
     this.panelout           = new Bunifu.Framework.UI.BunifuImageButton();
     this.animator2          = new AnimatorNS.Animator(this.components);
     this.animator3          = new AnimatorNS.Animator(this.components);
     this.myDisplay1         = new Hotel_Mater.MyDisplay();
     this.bunifuImageButton2 = new Bunifu.Framework.UI.BunifuImageButton();
     this.bunifuFlatButton4  = new Bunifu.Framework.UI.BunifuFlatButton();
     this.bunifuFlatButton3  = new Bunifu.Framework.UI.BunifuFlatButton();
     this.bunifuFlatButton2  = new Bunifu.Framework.UI.BunifuFlatButton();
     this.bunifuFlatButton1  = new Bunifu.Framework.UI.BunifuFlatButton();
     ((System.ComponentModel.ISupportInitialize)(this.bunifuImageButton3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.bunifuImageButton4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.bunifuImageButton5)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.bunifuImageButton6)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.bunifuImageButton7)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.bunifuImageButton1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelout)).BeginInit();
     this.myDisplay1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.bunifuImageButton2)).BeginInit();
     this.SuspendLayout();
     //
     // bunifuElipse1
     //
     this.bunifuElipse1.ElipseRadius  = 5;
     this.bunifuElipse1.TargetControl = this;
     //
     // label1
     //
     this.label1.AutoSize  = true;
     this.label1.BackColor = System.Drawing.Color.Transparent;
     this.animator3.SetDecoration(this.label1, AnimatorNS.DecorationType.None);
     this.animator2.SetDecoration(this.label1, AnimatorNS.DecorationType.None);
     this.animator1.SetDecoration(this.label1, AnimatorNS.DecorationType.None);
     this.label1.Font      = new System.Drawing.Font("Century Gothic", 48F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label1.ForeColor = System.Drawing.Color.Purple;
     this.label1.Location  = new System.Drawing.Point(104, 28);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(424, 78);
     this.label1.TabIndex  = 0;
     this.label1.Text      = "Hotel Master";
     //
     // label2
     //
     this.label2.AutoSize  = true;
     this.label2.BackColor = System.Drawing.Color.Transparent;
     this.animator3.SetDecoration(this.label2, AnimatorNS.DecorationType.None);
     this.animator2.SetDecoration(this.label2, AnimatorNS.DecorationType.None);
     this.animator1.SetDecoration(this.label2, AnimatorNS.DecorationType.None);
     this.label2.Font     = new System.Drawing.Font("Century Gothic", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label2.Location = new System.Drawing.Point(1348, 3);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(18, 21);
     this.label2.TabIndex = 8;
     this.label2.Text     = "x";
     this.label2.Click   += new System.EventHandler(this.label2_Click);
     //
     // label3
     //
     this.label3.AutoSize  = true;
     this.label3.BackColor = System.Drawing.Color.Transparent;
     this.animator3.SetDecoration(this.label3, AnimatorNS.DecorationType.None);
     this.animator2.SetDecoration(this.label3, AnimatorNS.DecorationType.None);
     this.animator1.SetDecoration(this.label3, AnimatorNS.DecorationType.None);
     this.label3.Font     = new System.Drawing.Font("Century Gothic", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label3.Location = new System.Drawing.Point(1316, 0);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(18, 21);
     this.label3.TabIndex = 9;
     this.label3.Text     = "_";
     this.label3.Click   += new System.EventHandler(this.label3_Click);
     //
     // label4
     //
     this.label4.AutoSize  = true;
     this.label4.BackColor = System.Drawing.Color.Transparent;
     this.animator3.SetDecoration(this.label4, AnimatorNS.DecorationType.None);
     this.animator2.SetDecoration(this.label4, AnimatorNS.DecorationType.None);
     this.animator1.SetDecoration(this.label4, AnimatorNS.DecorationType.None);
     this.label4.Font     = new System.Drawing.Font("Wingdings", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(2)));
     this.label4.Location = new System.Drawing.Point(1280, 8);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(19, 15);
     this.label4.TabIndex = 10;
     this.label4.Text     = "o";
     this.label4.Click   += new System.EventHandler(this.label4_Click);
     //
     // label5
     //
     this.label5.AutoSize  = true;
     this.label5.BackColor = System.Drawing.Color.Transparent;
     this.animator3.SetDecoration(this.label5, AnimatorNS.DecorationType.None);
     this.animator2.SetDecoration(this.label5, AnimatorNS.DecorationType.None);
     this.animator1.SetDecoration(this.label5, AnimatorNS.DecorationType.None);
     this.label5.Font      = new System.Drawing.Font("Century Gothic", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label5.ForeColor = System.Drawing.Color.Purple;
     this.label5.Location  = new System.Drawing.Point(360, 103);
     this.label5.Name      = "label5";
     this.label5.Size      = new System.Drawing.Size(195, 16);
     this.label5.TabIndex  = 11;
     this.label5.Text      = "A Hotel Management System..........";
     this.label5.Click    += new System.EventHandler(this.label5_Click);
     //
     // animator1
     //
     this.animator1.AnimationType      = AnimatorNS.AnimationType.ScaleAndHorizSlide;
     this.animator1.Cursor             = null;
     animation1.AnimateOnlyDifferences = true;
     animation1.BlindCoeff             = ((System.Drawing.PointF)(resources.GetObject("animation1.BlindCoeff")));
     animation1.LeafCoeff            = 0F;
     animation1.MaxTime              = 1F;
     animation1.MinTime              = 0F;
     animation1.MosaicCoeff          = ((System.Drawing.PointF)(resources.GetObject("animation1.MosaicCoeff")));
     animation1.MosaicShift          = ((System.Drawing.PointF)(resources.GetObject("animation1.MosaicShift")));
     animation1.MosaicSize           = 0;
     animation1.Padding              = new System.Windows.Forms.Padding(30, 0, 0, 0);
     animation1.RotateCoeff          = 0F;
     animation1.RotateLimit          = 0F;
     animation1.ScaleCoeff           = ((System.Drawing.PointF)(resources.GetObject("animation1.ScaleCoeff")));
     animation1.SlideCoeff           = ((System.Drawing.PointF)(resources.GetObject("animation1.SlideCoeff")));
     animation1.TimeCoeff            = 0F;
     animation1.TransparencyCoeff    = 0F;
     this.animator1.DefaultAnimation = animation1;
     this.animator1.Interval         = 1;
     this.animator1.MaxAnimationTime = 8000;
     this.animator1.TimeStep         = 0.03F;
     //
     // bunifuImageButton3
     //
     this.bunifuImageButton3.BackColor = System.Drawing.Color.SeaGreen;
     this.animator1.SetDecoration(this.bunifuImageButton3, AnimatorNS.DecorationType.None);
     this.animator2.SetDecoration(this.bunifuImageButton3, AnimatorNS.DecorationType.None);
     this.animator3.SetDecoration(this.bunifuImageButton3, AnimatorNS.DecorationType.None);
     this.bunifuImageButton3.Image       = global::Hotel_Mater.Properties.Resources.PicsArt_03_01_06_52_12;
     this.bunifuImageButton3.ImageActive = null;
     this.bunifuImageButton3.Location    = new System.Drawing.Point(630, 136);
     this.bunifuImageButton3.Name        = "bunifuImageButton3";
     this.bunifuImageButton3.Size        = new System.Drawing.Size(340, 201);
     this.bunifuImageButton3.SizeMode    = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     this.bunifuImageButton3.TabIndex    = 14;
     this.bunifuImageButton3.TabStop     = false;
     this.bunifuImageButton3.Zoom        = 10;
     this.bunifuImageButton3.Click      += new System.EventHandler(this.bunifuImageButton3_Click);
     //
     // bunifuImageButton4
     //
     this.bunifuImageButton4.BackColor = System.Drawing.Color.SeaGreen;
     this.animator1.SetDecoration(this.bunifuImageButton4, AnimatorNS.DecorationType.None);
     this.animator2.SetDecoration(this.bunifuImageButton4, AnimatorNS.DecorationType.None);
     this.animator3.SetDecoration(this.bunifuImageButton4, AnimatorNS.DecorationType.None);
     this.bunifuImageButton4.Image       = global::Hotel_Mater.Properties.Resources.PicsArt_03_01_07_02_51;
     this.bunifuImageButton4.ImageActive = null;
     this.bunifuImageButton4.Location    = new System.Drawing.Point(996, 136);
     this.bunifuImageButton4.Name        = "bunifuImageButton4";
     this.bunifuImageButton4.Size        = new System.Drawing.Size(324, 201);
     this.bunifuImageButton4.SizeMode    = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     this.bunifuImageButton4.TabIndex    = 15;
     this.bunifuImageButton4.TabStop     = false;
     this.bunifuImageButton4.Zoom        = 10;
     this.bunifuImageButton4.Click      += new System.EventHandler(this.bunifuImageButton4_Click);
     //
     // bunifuImageButton5
     //
     this.bunifuImageButton5.BackColor = System.Drawing.Color.SeaGreen;
     this.animator1.SetDecoration(this.bunifuImageButton5, AnimatorNS.DecorationType.None);
     this.animator2.SetDecoration(this.bunifuImageButton5, AnimatorNS.DecorationType.None);
     this.animator3.SetDecoration(this.bunifuImageButton5, AnimatorNS.DecorationType.None);
     this.bunifuImageButton5.Image       = global::Hotel_Mater.Properties.Resources.PicsArt_03_01_06_56_03;
     this.bunifuImageButton5.ImageActive = null;
     this.bunifuImageButton5.Location    = new System.Drawing.Point(203, 137);
     this.bunifuImageButton5.Name        = "bunifuImageButton5";
     this.bunifuImageButton5.Size        = new System.Drawing.Size(394, 225);
     this.bunifuImageButton5.SizeMode    = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     this.bunifuImageButton5.TabIndex    = 16;
     this.bunifuImageButton5.TabStop     = false;
     this.bunifuImageButton5.Zoom        = 10;
     this.bunifuImageButton5.Click      += new System.EventHandler(this.bunifuImageButton5_Click);
     //
     // bunifuImageButton6
     //
     this.bunifuImageButton6.BackColor = System.Drawing.Color.SeaGreen;
     this.animator1.SetDecoration(this.bunifuImageButton6, AnimatorNS.DecorationType.None);
     this.animator2.SetDecoration(this.bunifuImageButton6, AnimatorNS.DecorationType.None);
     this.animator3.SetDecoration(this.bunifuImageButton6, AnimatorNS.DecorationType.None);
     this.bunifuImageButton6.Image       = global::Hotel_Mater.Properties.Resources.PicsArt_03_01_07_12_22;
     this.bunifuImageButton6.ImageActive = null;
     this.bunifuImageButton6.Location    = new System.Drawing.Point(655, 371);
     this.bunifuImageButton6.Name        = "bunifuImageButton6";
     this.bunifuImageButton6.Size        = new System.Drawing.Size(483, 255);
     this.bunifuImageButton6.SizeMode    = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     this.bunifuImageButton6.TabIndex    = 17;
     this.bunifuImageButton6.TabStop     = false;
     this.bunifuImageButton6.Zoom        = 10;
     this.bunifuImageButton6.Click      += new System.EventHandler(this.bunifuImageButton6_Click);
     //
     // bunifuImageButton7
     //
     this.bunifuImageButton7.BackColor = System.Drawing.Color.SeaGreen;
     this.animator1.SetDecoration(this.bunifuImageButton7, AnimatorNS.DecorationType.None);
     this.animator2.SetDecoration(this.bunifuImageButton7, AnimatorNS.DecorationType.None);
     this.animator3.SetDecoration(this.bunifuImageButton7, AnimatorNS.DecorationType.None);
     this.bunifuImageButton7.Image       = global::Hotel_Mater.Properties.Resources.PicsArt_03_01_07_28_39;
     this.bunifuImageButton7.ImageActive = null;
     this.bunifuImageButton7.Location    = new System.Drawing.Point(203, 393);
     this.bunifuImageButton7.Name        = "bunifuImageButton7";
     this.bunifuImageButton7.Size        = new System.Drawing.Size(417, 238);
     this.bunifuImageButton7.SizeMode    = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     this.bunifuImageButton7.TabIndex    = 18;
     this.bunifuImageButton7.TabStop     = false;
     this.bunifuImageButton7.Zoom        = 10;
     this.bunifuImageButton7.Click      += new System.EventHandler(this.bunifuImageButton7_Click);
     //
     // bunifuImageButton1
     //
     this.bunifuImageButton1.BackColor = System.Drawing.Color.SeaGreen;
     this.animator1.SetDecoration(this.bunifuImageButton1, AnimatorNS.DecorationType.None);
     this.animator2.SetDecoration(this.bunifuImageButton1, AnimatorNS.DecorationType.None);
     this.animator3.SetDecoration(this.bunifuImageButton1, AnimatorNS.DecorationType.None);
     this.bunifuImageButton1.Image       = global::Hotel_Mater.Properties.Resources.PicsArt_03_01_08_06_17;
     this.bunifuImageButton1.ImageActive = null;
     this.bunifuImageButton1.Location    = new System.Drawing.Point(1185, 371);
     this.bunifuImageButton1.Name        = "bunifuImageButton1";
     this.bunifuImageButton1.Size        = new System.Drawing.Size(135, 255);
     this.bunifuImageButton1.SizeMode    = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     this.bunifuImageButton1.TabIndex    = 19;
     this.bunifuImageButton1.TabStop     = false;
     this.bunifuImageButton1.Zoom        = 10;
     this.bunifuImageButton1.Click      += new System.EventHandler(this.bunifuImageButton1_Click);
     //
     // panelout
     //
     this.panelout.BackColor = System.Drawing.Color.Transparent;
     this.animator1.SetDecoration(this.panelout, AnimatorNS.DecorationType.None);
     this.animator2.SetDecoration(this.panelout, AnimatorNS.DecorationType.None);
     this.animator3.SetDecoration(this.panelout, AnimatorNS.DecorationType.None);
     this.panelout.Image       = global::Hotel_Mater.Properties.Resources._52152;
     this.panelout.ImageActive = null;
     this.panelout.Location    = new System.Drawing.Point(16, 140);
     this.panelout.Name        = "panelout";
     this.panelout.Size        = new System.Drawing.Size(47, 47);
     this.panelout.SizeMode    = System.Windows.Forms.PictureBoxSizeMode.Zoom;
     this.panelout.TabIndex    = 21;
     this.panelout.TabStop     = false;
     this.panelout.Zoom        = 10;
     this.panelout.Click      += new System.EventHandler(this.bunifuImageButton2_Click);
     //
     // animator2
     //
     this.animator2.AnimationType      = AnimatorNS.AnimationType.HorizSlide;
     this.animator2.Cursor             = null;
     animation2.AnimateOnlyDifferences = true;
     animation2.BlindCoeff             = ((System.Drawing.PointF)(resources.GetObject("animation2.BlindCoeff")));
     animation2.LeafCoeff            = 0F;
     animation2.MaxTime              = 1F;
     animation2.MinTime              = 0F;
     animation2.MosaicCoeff          = ((System.Drawing.PointF)(resources.GetObject("animation2.MosaicCoeff")));
     animation2.MosaicShift          = ((System.Drawing.PointF)(resources.GetObject("animation2.MosaicShift")));
     animation2.MosaicSize           = 0;
     animation2.Padding              = new System.Windows.Forms.Padding(0);
     animation2.RotateCoeff          = 0F;
     animation2.RotateLimit          = 0F;
     animation2.ScaleCoeff           = ((System.Drawing.PointF)(resources.GetObject("animation2.ScaleCoeff")));
     animation2.SlideCoeff           = ((System.Drawing.PointF)(resources.GetObject("animation2.SlideCoeff")));
     animation2.TimeCoeff            = 0F;
     animation2.TransparencyCoeff    = 0F;
     this.animator2.DefaultAnimation = animation2;
     this.animator2.Interval         = 1;
     this.animator2.MaxAnimationTime = 8000;
     this.animator2.TimeStep         = 0.03F;
     //
     // animator3
     //
     this.animator3.AnimationType      = AnimatorNS.AnimationType.HorizSlide;
     this.animator3.Cursor             = null;
     animation3.AnimateOnlyDifferences = true;
     animation3.BlindCoeff             = ((System.Drawing.PointF)(resources.GetObject("animation3.BlindCoeff")));
     animation3.LeafCoeff            = 0F;
     animation3.MaxTime              = 1F;
     animation3.MinTime              = 0F;
     animation3.MosaicCoeff          = ((System.Drawing.PointF)(resources.GetObject("animation3.MosaicCoeff")));
     animation3.MosaicShift          = ((System.Drawing.PointF)(resources.GetObject("animation3.MosaicShift")));
     animation3.MosaicSize           = 0;
     animation3.Padding              = new System.Windows.Forms.Padding(0);
     animation3.RotateCoeff          = 0F;
     animation3.RotateLimit          = 0F;
     animation3.ScaleCoeff           = ((System.Drawing.PointF)(resources.GetObject("animation3.ScaleCoeff")));
     animation3.SlideCoeff           = ((System.Drawing.PointF)(resources.GetObject("animation3.SlideCoeff")));
     animation3.TimeCoeff            = 0F;
     animation3.TransparencyCoeff    = 0F;
     this.animator3.DefaultAnimation = animation3;
     this.animator3.Interval         = 1;
     this.animator3.MaxAnimationTime = 8000;
     this.animator3.TimeStep         = 0.03F;
     //
     // myDisplay1
     //
     this.myDisplay1.BackColor             = System.Drawing.Color.Transparent;
     this.myDisplay1.BackgroundImage       = global::Hotel_Mater.Properties.Resources.blurred_background_11;
     this.myDisplay1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.myDisplay1.Controls.Add(this.bunifuImageButton2);
     this.myDisplay1.Controls.Add(this.bunifuFlatButton4);
     this.myDisplay1.Controls.Add(this.bunifuFlatButton3);
     this.myDisplay1.Controls.Add(this.bunifuFlatButton2);
     this.myDisplay1.Controls.Add(this.bunifuFlatButton1);
     this.animator1.SetDecoration(this.myDisplay1, AnimatorNS.DecorationType.None);
     this.animator2.SetDecoration(this.myDisplay1, AnimatorNS.DecorationType.None);
     this.animator3.SetDecoration(this.myDisplay1, AnimatorNS.DecorationType.None);
     this.myDisplay1.Location = new System.Drawing.Point(-5, 136);
     this.myDisplay1.Name     = "myDisplay1";
     this.myDisplay1.Size     = new System.Drawing.Size(199, 612);
     this.myDisplay1.TabIndex = 20;
     //
     // bunifuImageButton2
     //
     this.bunifuImageButton2.BackColor = System.Drawing.Color.Transparent;
     this.animator1.SetDecoration(this.bunifuImageButton2, AnimatorNS.DecorationType.None);
     this.animator2.SetDecoration(this.bunifuImageButton2, AnimatorNS.DecorationType.None);
     this.animator3.SetDecoration(this.bunifuImageButton2, AnimatorNS.DecorationType.None);
     this.bunifuImageButton2.Image       = global::Hotel_Mater.Properties.Resources.arrow2_left_512;
     this.bunifuImageButton2.ImageActive = null;
     this.bunifuImageButton2.Location    = new System.Drawing.Point(147, 3);
     this.bunifuImageButton2.Name        = "bunifuImageButton2";
     this.bunifuImageButton2.Size        = new System.Drawing.Size(55, 44);
     this.bunifuImageButton2.SizeMode    = System.Windows.Forms.PictureBoxSizeMode.Zoom;
     this.bunifuImageButton2.TabIndex    = 1;
     this.bunifuImageButton2.TabStop     = false;
     this.bunifuImageButton2.Zoom        = 10;
     this.bunifuImageButton2.Click      += new System.EventHandler(this.bunifuImageButton2_Click_1);
     //
     // bunifuFlatButton4
     //
     this.bunifuFlatButton4.Activecolor           = System.Drawing.Color.FromArgb(((int)(((byte)(46)))), ((int)(((byte)(139)))), ((int)(((byte)(87)))));
     this.bunifuFlatButton4.BackColor             = System.Drawing.Color.Transparent;
     this.bunifuFlatButton4.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.bunifuFlatButton4.BorderRadius          = 0;
     this.bunifuFlatButton4.ButtonText            = "  Are You A Developer?";
     this.bunifuFlatButton4.Cursor = System.Windows.Forms.Cursors.Hand;
     this.animator3.SetDecoration(this.bunifuFlatButton4, AnimatorNS.DecorationType.None);
     this.animator1.SetDecoration(this.bunifuFlatButton4, AnimatorNS.DecorationType.None);
     this.animator2.SetDecoration(this.bunifuFlatButton4, AnimatorNS.DecorationType.None);
     this.bunifuFlatButton4.Iconcolor                = System.Drawing.Color.Transparent;
     this.bunifuFlatButton4.Iconimage                = null;
     this.bunifuFlatButton4.Iconimage_right          = null;
     this.bunifuFlatButton4.Iconimage_right_Selected = null;
     this.bunifuFlatButton4.Iconimage_Selected       = null;
     this.bunifuFlatButton4.IconZoom         = 0D;
     this.bunifuFlatButton4.IsTab            = false;
     this.bunifuFlatButton4.Location         = new System.Drawing.Point(10, 246);
     this.bunifuFlatButton4.Name             = "bunifuFlatButton4";
     this.bunifuFlatButton4.Normalcolor      = System.Drawing.Color.Transparent;
     this.bunifuFlatButton4.OnHovercolor     = System.Drawing.Color.SteelBlue;
     this.bunifuFlatButton4.OnHoverTextColor = System.Drawing.Color.White;
     this.bunifuFlatButton4.selected         = false;
     this.bunifuFlatButton4.Size             = new System.Drawing.Size(186, 51);
     this.bunifuFlatButton4.TabIndex         = 0;
     this.bunifuFlatButton4.Textcolor        = System.Drawing.Color.Black;
     this.bunifuFlatButton4.TextFont         = new System.Drawing.Font("Century Gothic", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.bunifuFlatButton4.Click           += new System.EventHandler(this.bunifuFlatButton4_Click_1);
     //
     // bunifuFlatButton3
     //
     this.bunifuFlatButton3.Activecolor           = System.Drawing.Color.FromArgb(((int)(((byte)(46)))), ((int)(((byte)(139)))), ((int)(((byte)(87)))));
     this.bunifuFlatButton3.BackColor             = System.Drawing.Color.Transparent;
     this.bunifuFlatButton3.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.bunifuFlatButton3.BorderRadius          = 0;
     this.bunifuFlatButton3.ButtonText            = "      About";
     this.bunifuFlatButton3.Cursor = System.Windows.Forms.Cursors.Hand;
     this.animator3.SetDecoration(this.bunifuFlatButton3, AnimatorNS.DecorationType.None);
     this.animator1.SetDecoration(this.bunifuFlatButton3, AnimatorNS.DecorationType.None);
     this.animator2.SetDecoration(this.bunifuFlatButton3, AnimatorNS.DecorationType.None);
     this.bunifuFlatButton3.Iconcolor                = System.Drawing.Color.Transparent;
     this.bunifuFlatButton3.Iconimage                = null;
     this.bunifuFlatButton3.Iconimage_right          = null;
     this.bunifuFlatButton3.Iconimage_right_Selected = null;
     this.bunifuFlatButton3.Iconimage_Selected       = null;
     this.bunifuFlatButton3.IconZoom         = 90D;
     this.bunifuFlatButton3.IsTab            = false;
     this.bunifuFlatButton3.Location         = new System.Drawing.Point(6, 189);
     this.bunifuFlatButton3.Name             = "bunifuFlatButton3";
     this.bunifuFlatButton3.Normalcolor      = System.Drawing.Color.Transparent;
     this.bunifuFlatButton3.OnHovercolor     = System.Drawing.Color.SteelBlue;
     this.bunifuFlatButton3.OnHoverTextColor = System.Drawing.Color.White;
     this.bunifuFlatButton3.selected         = false;
     this.bunifuFlatButton3.Size             = new System.Drawing.Size(193, 51);
     this.bunifuFlatButton3.TabIndex         = 0;
     this.bunifuFlatButton3.Textcolor        = System.Drawing.Color.Black;
     this.bunifuFlatButton3.TextFont         = new System.Drawing.Font("Century Gothic", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.bunifuFlatButton3.Click           += new System.EventHandler(this.bunifuFlatButton3_Click_1);
     //
     // bunifuFlatButton2
     //
     this.bunifuFlatButton2.Activecolor           = System.Drawing.Color.FromArgb(((int)(((byte)(46)))), ((int)(((byte)(139)))), ((int)(((byte)(87)))));
     this.bunifuFlatButton2.BackColor             = System.Drawing.Color.Transparent;
     this.bunifuFlatButton2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.bunifuFlatButton2.BorderRadius          = 0;
     this.bunifuFlatButton2.ButtonText            = "        Help";
     this.bunifuFlatButton2.Cursor = System.Windows.Forms.Cursors.Hand;
     this.animator3.SetDecoration(this.bunifuFlatButton2, AnimatorNS.DecorationType.None);
     this.animator1.SetDecoration(this.bunifuFlatButton2, AnimatorNS.DecorationType.None);
     this.animator2.SetDecoration(this.bunifuFlatButton2, AnimatorNS.DecorationType.None);
     this.bunifuFlatButton2.Iconcolor                = System.Drawing.Color.Transparent;
     this.bunifuFlatButton2.Iconimage                = null;
     this.bunifuFlatButton2.Iconimage_right          = null;
     this.bunifuFlatButton2.Iconimage_right_Selected = null;
     this.bunifuFlatButton2.Iconimage_Selected       = null;
     this.bunifuFlatButton2.IconZoom         = 90D;
     this.bunifuFlatButton2.IsTab            = false;
     this.bunifuFlatButton2.Location         = new System.Drawing.Point(3, 132);
     this.bunifuFlatButton2.Name             = "bunifuFlatButton2";
     this.bunifuFlatButton2.Normalcolor      = System.Drawing.Color.Transparent;
     this.bunifuFlatButton2.OnHovercolor     = System.Drawing.Color.SteelBlue;
     this.bunifuFlatButton2.OnHoverTextColor = System.Drawing.Color.White;
     this.bunifuFlatButton2.selected         = false;
     this.bunifuFlatButton2.Size             = new System.Drawing.Size(193, 51);
     this.bunifuFlatButton2.TabIndex         = 0;
     this.bunifuFlatButton2.Textcolor        = System.Drawing.Color.Black;
     this.bunifuFlatButton2.TextFont         = new System.Drawing.Font("Century Gothic", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.bunifuFlatButton2.Click           += new System.EventHandler(this.bunifuFlatButton2_Click_1);
     //
     // bunifuFlatButton1
     //
     this.bunifuFlatButton1.Activecolor           = System.Drawing.Color.FromArgb(((int)(((byte)(46)))), ((int)(((byte)(139)))), ((int)(((byte)(87)))));
     this.bunifuFlatButton1.BackColor             = System.Drawing.Color.Transparent;
     this.bunifuFlatButton1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.bunifuFlatButton1.BorderRadius          = 0;
     this.bunifuFlatButton1.ButtonText            = "      Logout";
     this.bunifuFlatButton1.Cursor = System.Windows.Forms.Cursors.Hand;
     this.animator3.SetDecoration(this.bunifuFlatButton1, AnimatorNS.DecorationType.None);
     this.animator1.SetDecoration(this.bunifuFlatButton1, AnimatorNS.DecorationType.None);
     this.animator2.SetDecoration(this.bunifuFlatButton1, AnimatorNS.DecorationType.None);
     this.bunifuFlatButton1.Iconcolor                = System.Drawing.Color.Transparent;
     this.bunifuFlatButton1.Iconimage                = null;
     this.bunifuFlatButton1.Iconimage_right          = null;
     this.bunifuFlatButton1.Iconimage_right_Selected = null;
     this.bunifuFlatButton1.Iconimage_Selected       = null;
     this.bunifuFlatButton1.IconZoom         = 90D;
     this.bunifuFlatButton1.IsTab            = false;
     this.bunifuFlatButton1.Location         = new System.Drawing.Point(3, 75);
     this.bunifuFlatButton1.Name             = "bunifuFlatButton1";
     this.bunifuFlatButton1.Normalcolor      = System.Drawing.Color.Transparent;
     this.bunifuFlatButton1.OnHovercolor     = System.Drawing.Color.SteelBlue;
     this.bunifuFlatButton1.OnHoverTextColor = System.Drawing.Color.White;
     this.bunifuFlatButton1.selected         = false;
     this.bunifuFlatButton1.Size             = new System.Drawing.Size(193, 51);
     this.bunifuFlatButton1.TabIndex         = 0;
     this.bunifuFlatButton1.Textcolor        = System.Drawing.Color.Black;
     this.bunifuFlatButton1.TextFont         = new System.Drawing.Font("Century Gothic", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.bunifuFlatButton1.Click           += new System.EventHandler(this.bunifuFlatButton1_Click_1);
     //
     // mainform
     //
     this.AutoScaleDimensions   = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode         = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor             = System.Drawing.Color.GhostWhite;
     this.BackgroundImage       = global::Hotel_Mater.Properties.Resources.blurred_hotel_reception_1203_89;
     this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.ClientSize            = new System.Drawing.Size(1370, 720);
     this.Controls.Add(this.panelout);
     this.Controls.Add(this.myDisplay1);
     this.Controls.Add(this.bunifuImageButton1);
     this.Controls.Add(this.bunifuImageButton7);
     this.Controls.Add(this.bunifuImageButton6);
     this.Controls.Add(this.bunifuImageButton5);
     this.Controls.Add(this.bunifuImageButton4);
     this.Controls.Add(this.bunifuImageButton3);
     this.Controls.Add(this.label5);
     this.Controls.Add(this.label4);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.label1);
     this.animator2.SetDecoration(this, AnimatorNS.DecorationType.None);
     this.animator1.SetDecoration(this, AnimatorNS.DecorationType.None);
     this.animator3.SetDecoration(this, AnimatorNS.DecorationType.None);
     this.DoubleBuffered  = true;
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.Icon            = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name            = "mainform";
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "mainform";
     this.Load           += new System.EventHandler(this.mainform_Load);
     ((System.ComponentModel.ISupportInitialize)(this.bunifuImageButton3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.bunifuImageButton4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.bunifuImageButton5)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.bunifuImageButton6)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.bunifuImageButton7)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.bunifuImageButton1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelout)).EndInit();
     this.myDisplay1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.bunifuImageButton2)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
コード例 #32
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();
            AnimatorNS.Animation animation1 = new AnimatorNS.Animation();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm));
            this.MainPanel                = new System.Windows.Forms.Panel();
            this.MainTabControl           = new GhostLib.Gui.NSTabControl();
            this.HomeTab                  = new System.Windows.Forms.TabPage();
            this.recordingbx              = new GhostLib.Gui.NSGroupBox();
            this.RecordingPanelHost       = new System.Windows.Forms.Panel();
            this.svstatbx                 = new GhostLib.Gui.NSGroupBox();
            this.shardInfoControl1        = new Ghostblade.ShardInfoControl();
            this.featuredbx               = new GhostLib.Gui.NSGroupBox();
            this.FeaturedGamesPanel       = new System.Windows.Forms.Panel();
            this.recfeaturedbtn           = new MetroFramework.Controls.MetroButton();
            this.specfeaturedbtn          = new MetroFramework.Controls.MetroButton();
            this.metroComboBox1           = new MetroFramework.Controls.MetroComboBox();
            this.featuredgamespaginator   = new GhostLib.Gui.NSPaginator();
            this.CurrentFeaturedGamePanel = new System.Windows.Forms.Panel();
            this.ginfo             = new MetroFramework.Controls.MetroLabel();
            this.ReplaysTab        = new System.Windows.Forms.TabPage();
            this.replaybx          = new GhostLib.Gui.NSGroupBox();
            this.ReplayPanelHost   = new System.Windows.Forms.Panel();
            this.StreamsTab        = new System.Windows.Forms.TabPage();
            this.streambx          = new GhostLib.Gui.NSGroupBox();
            this.StreamsHostPanel  = new System.Windows.Forms.Panel();
            this.GameInfoTab       = new System.Windows.Forms.TabPage();
            this.gameinfobx        = new GhostLib.Gui.NSGroupBox();
            this.GameInfoPanelHost = new System.Windows.Forms.Panel();
            this.currentGame1      = new Ghostblade.CurrentGame();
            this.gamesearchbx      = new GhostLib.Gui.NSGroupBox();
            this.metroButton1      = new MetroFramework.Controls.MetroButton();
            this.regiontxt         = new MetroFramework.Controls.MetroComboBox();
            this.metroLabel2       = new MetroFramework.Controls.MetroLabel();
            this.metroButton2      = new MetroFramework.Controls.MetroButton();
            this.summonertxt       = new MetroFramework.Controls.MetroTextBox();
            this.EsportsTab        = new System.Windows.Forms.TabPage();
            this.esportsControl1   = new Ghostblade.EsportsControl();
            this.ChampionsTab      = new System.Windows.Forms.TabPage();
            this.championsbx       = new GhostLib.Gui.NSGroupBox();
            this.championCtrl1     = new Ghostblade.ChampionCtrl();
            this.SettingsTab       = new System.Windows.Forms.TabPage();
            this.settingsControl1  = new Ghostblade.SettingsControl();
            this.AboutTab          = new System.Windows.Forms.TabPage();
            this.aboutControl1     = new Ghostblade.AboutControl();

            this.MainTopBanner       = new Ghostblade.TopBanner();
            this.metroStyleManager1  = new MetroFramework.Components.MetroStyleManager(this.components);
            this.animator1           = new AnimatorNS.Animator(this.components);
            this.nsContextMenu1      = new GhostLib.Gui.NSContextMenu();
            this.homeitem            = new System.Windows.Forms.ToolStripMenuItem();
            this.replayitem          = new System.Windows.Forms.ToolStripMenuItem();
            this.settingsitem        = new System.Windows.Forms.ToolStripMenuItem();
            this.Aboutitem           = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
            this.leagueOfLegendsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.playToolStripMenuItem            = new System.Windows.Forms.ToolStripMenuItem();
            this.playPBEToolStripMenuItem         = new System.Windows.Forms.ToolStripMenuItem();
            this.exitmenuitem  = new System.Windows.Forms.ToolStripMenuItem();
            this.featuredtimer = new System.Windows.Forms.Timer(this.components);
            this.followtimer   = new System.Windows.Forms.Timer(this.components);
            this.notifyIcon1   = new System.Windows.Forms.NotifyIcon(this.components);
            this.MainPanel.SuspendLayout();
            this.MainTabControl.SuspendLayout();
            this.HomeTab.SuspendLayout();
            this.recordingbx.SuspendLayout();
            this.svstatbx.SuspendLayout();
            this.featuredbx.SuspendLayout();
            this.FeaturedGamesPanel.SuspendLayout();
            this.CurrentFeaturedGamePanel.SuspendLayout();
            this.ReplaysTab.SuspendLayout();
            this.replaybx.SuspendLayout();
            this.StreamsTab.SuspendLayout();
            this.streambx.SuspendLayout();
            this.GameInfoTab.SuspendLayout();
            this.gameinfobx.SuspendLayout();
            this.GameInfoPanelHost.SuspendLayout();
            this.gamesearchbx.SuspendLayout();
            this.EsportsTab.SuspendLayout();
            this.ChampionsTab.SuspendLayout();
            this.championsbx.SuspendLayout();
            this.SettingsTab.SuspendLayout();
            this.AboutTab.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.metroStyleManager1)).BeginInit();
            this.nsContextMenu1.SuspendLayout();
            this.SuspendLayout();
            //
            // MainPanel
            //
            this.MainPanel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(17)))), ((int)(((byte)(17)))), ((int)(((byte)(17)))));
            this.MainPanel.Controls.Add(this.MainTabControl);
            this.MainPanel.Controls.Add(this.MainTopBanner);
            this.animator1.SetDecoration(this.MainPanel, AnimatorNS.DecorationType.None);
            this.MainPanel.Dock     = System.Windows.Forms.DockStyle.Bottom;
            this.MainPanel.Location = new System.Drawing.Point(8, 50);
            this.MainPanel.Name     = "MainPanel";
            this.MainPanel.Size     = new System.Drawing.Size(1135, 599);
            this.MainPanel.TabIndex = 0;
            //
            // MainTabControl
            //
            this.MainTabControl.Alignment = System.Windows.Forms.TabAlignment.Left;
            this.MainTabControl.Controls.Add(this.HomeTab);
            this.MainTabControl.Controls.Add(this.ReplaysTab);
            this.MainTabControl.Controls.Add(this.StreamsTab);
            this.MainTabControl.Controls.Add(this.GameInfoTab);
            this.MainTabControl.Controls.Add(this.EsportsTab);
            this.MainTabControl.Controls.Add(this.ChampionsTab);
            this.MainTabControl.Controls.Add(this.SettingsTab);
            this.MainTabControl.Controls.Add(this.AboutTab);
            this.animator1.SetDecoration(this.MainTabControl, AnimatorNS.DecorationType.None);
            this.MainTabControl.Dock                  = System.Windows.Forms.DockStyle.Fill;
            this.MainTabControl.DrawMode              = System.Windows.Forms.TabDrawMode.OwnerDrawFixed;
            this.MainTabControl.ItemSize              = new System.Drawing.Size(28, 115);
            this.MainTabControl.Location              = new System.Drawing.Point(0, 86);
            this.MainTabControl.Multiline             = true;
            this.MainTabControl.Name                  = "MainTabControl";
            this.MainTabControl.SelectedIndex         = 0;
            this.MainTabControl.Size                  = new System.Drawing.Size(1135, 513);
            this.MainTabControl.SizeMode              = System.Windows.Forms.TabSizeMode.Fixed;
            this.MainTabControl.TabIndex              = 6;
            this.MainTabControl.SelectedIndexChanged += new System.EventHandler(this.nsTabControl1_SelectedIndexChanged);
            //
            // HomeTab
            //
            this.HomeTab.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(17)))), ((int)(((byte)(17)))), ((int)(((byte)(17)))));
            this.HomeTab.Controls.Add(this.recordingbx);
            this.HomeTab.Controls.Add(this.svstatbx);
            this.HomeTab.Controls.Add(this.featuredbx);
            this.animator1.SetDecoration(this.HomeTab, AnimatorNS.DecorationType.None);
            this.HomeTab.Location = new System.Drawing.Point(119, 4);
            this.HomeTab.Name     = "HomeTab";
            this.HomeTab.Padding  = new System.Windows.Forms.Padding(3);
            this.HomeTab.Size     = new System.Drawing.Size(1012, 505);
            this.HomeTab.TabIndex = 0;
            this.HomeTab.Text     = "Home";
            //
            // recordingbx
            //
            this.recordingbx.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(17)))), ((int)(((byte)(17)))), ((int)(((byte)(17)))));
            this.recordingbx.Controls.Add(this.RecordingPanelHost);
            this.animator1.SetDecoration(this.recordingbx, AnimatorNS.DecorationType.None);
            this.recordingbx.Dock          = System.Windows.Forms.DockStyle.Bottom;
            this.recordingbx.DrawSeperator = true;
            this.recordingbx.Location      = new System.Drawing.Point(3, 268);
            this.recordingbx.Name          = "recordingbx";
            this.recordingbx.Size          = new System.Drawing.Size(1006, 234);
            this.recordingbx.SubTitle      = "0 Games recording";
            this.recordingbx.TabIndex      = 4;
            this.recordingbx.Title         = "Recording";
            //
            // RecordingPanelHost
            //
            this.RecordingPanelHost.AutoScroll = true;
            this.animator1.SetDecoration(this.RecordingPanelHost, AnimatorNS.DecorationType.None);
            this.RecordingPanelHost.Location = new System.Drawing.Point(3, 43);
            this.RecordingPanelHost.Name     = "RecordingPanelHost";
            this.RecordingPanelHost.Size     = new System.Drawing.Size(1000, 188);
            this.RecordingPanelHost.TabIndex = 6;
            //
            // svstatbx
            //
            this.svstatbx.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(17)))), ((int)(((byte)(17)))), ((int)(((byte)(17)))));
            this.svstatbx.Controls.Add(this.shardInfoControl1);
            this.animator1.SetDecoration(this.svstatbx, AnimatorNS.DecorationType.None);
            this.svstatbx.DrawSeperator = false;
            this.svstatbx.Location      = new System.Drawing.Point(471, 6);
            this.svstatbx.Name          = "svstatbx";
            this.svstatbx.Size          = new System.Drawing.Size(533, 256);
            this.svstatbx.SubTitle      = "Server Status";
            this.svstatbx.TabIndex      = 3;
            this.svstatbx.Title         = "Europe West";
            //
            // shardInfoControl1
            //
            this.shardInfoControl1.AutoScroll = true;
            this.shardInfoControl1.BackColor  = System.Drawing.Color.Transparent;
            this.animator1.SetDecoration(this.shardInfoControl1, AnimatorNS.DecorationType.None);
            this.shardInfoControl1.Location = new System.Drawing.Point(3, 49);
            this.shardInfoControl1.Name     = "shardInfoControl1";
            this.shardInfoControl1.Size     = new System.Drawing.Size(525, 204);
            this.shardInfoControl1.TabIndex = 0;
            //
            // featuredbx
            //
            this.featuredbx.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(17)))), ((int)(((byte)(17)))), ((int)(((byte)(17)))));
            this.featuredbx.Controls.Add(this.FeaturedGamesPanel);
            this.animator1.SetDecoration(this.featuredbx, AnimatorNS.DecorationType.None);
            this.featuredbx.DrawSeperator = false;
            this.featuredbx.Location      = new System.Drawing.Point(3, 6);
            this.featuredbx.Name          = "featuredbx";
            this.featuredbx.Size          = new System.Drawing.Size(462, 256);
            this.featuredbx.SubTitle      = "";
            this.featuredbx.TabIndex      = 1;
            this.featuredbx.Title         = "Featured Games";
            //
            // FeaturedGamesPanel
            //
            this.FeaturedGamesPanel.Controls.Add(this.recfeaturedbtn);
            this.FeaturedGamesPanel.Controls.Add(this.specfeaturedbtn);
            this.FeaturedGamesPanel.Controls.Add(this.metroComboBox1);
            this.FeaturedGamesPanel.Controls.Add(this.featuredgamespaginator);
            this.FeaturedGamesPanel.Controls.Add(this.CurrentFeaturedGamePanel);
            this.animator1.SetDecoration(this.FeaturedGamesPanel, AnimatorNS.DecorationType.None);
            this.FeaturedGamesPanel.Location = new System.Drawing.Point(8, 38);
            this.FeaturedGamesPanel.Name     = "FeaturedGamesPanel";
            this.FeaturedGamesPanel.Size     = new System.Drawing.Size(448, 215);
            this.FeaturedGamesPanel.TabIndex = 0;
            //
            // recfeaturedbtn
            //
            this.animator1.SetDecoration(this.recfeaturedbtn, AnimatorNS.DecorationType.None);
            this.recfeaturedbtn.Location      = new System.Drawing.Point(377, 181);
            this.recfeaturedbtn.Name          = "recfeaturedbtn";
            this.recfeaturedbtn.Size          = new System.Drawing.Size(68, 28);
            this.recfeaturedbtn.TabIndex      = 8;
            this.recfeaturedbtn.Text          = "Record";
            this.recfeaturedbtn.Theme         = MetroFramework.MetroThemeStyle.Dark;
            this.recfeaturedbtn.UseSelectable = true;
            this.recfeaturedbtn.Click        += new System.EventHandler(this.recfeaturedbtn_Click);
            //
            // specfeaturedbtn
            //
            this.animator1.SetDecoration(this.specfeaturedbtn, AnimatorNS.DecorationType.None);
            this.specfeaturedbtn.Location      = new System.Drawing.Point(312, 181);
            this.specfeaturedbtn.Name          = "specfeaturedbtn";
            this.specfeaturedbtn.Size          = new System.Drawing.Size(68, 28);
            this.specfeaturedbtn.TabIndex      = 9;
            this.specfeaturedbtn.Text          = "Spectate";
            this.specfeaturedbtn.Theme         = MetroFramework.MetroThemeStyle.Dark;
            this.specfeaturedbtn.UseSelectable = true;
            this.specfeaturedbtn.Click        += new System.EventHandler(this.specfeaturedbtn_Click);
            //
            // metroComboBox1
            //
            this.metroComboBox1.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.CustomSource;
            this.animator1.SetDecoration(this.metroComboBox1, AnimatorNS.DecorationType.None);
            this.metroComboBox1.FormattingEnabled = true;
            this.metroComboBox1.ItemHeight        = 23;
            this.metroComboBox1.Items.AddRange(new object[] {
                "NA",
                "EUW",
                "BR",
                "KR",
                "TR",
                "EUNE",
                "RU",
                "OCE",
                "LAN",
                "LAS",
                "TW",
                "PBE1",
                "VN",
                "PH",
                "TH",
                "ID1",
                "TRSA",
                "TRNA",
                "TRTW",
                "HN1_NEW"
            });
            this.metroComboBox1.Location              = new System.Drawing.Point(3, 180);
            this.metroComboBox1.Name                  = "metroComboBox1";
            this.metroComboBox1.Size                  = new System.Drawing.Size(94, 29);
            this.metroComboBox1.TabIndex              = 7;
            this.metroComboBox1.Theme                 = MetroFramework.MetroThemeStyle.Dark;
            this.metroComboBox1.UseSelectable         = true;
            this.metroComboBox1.SelectedIndexChanged += new System.EventHandler(this.metroComboBox1_SelectedIndexChanged);
            //
            // featuredgamespaginator
            //
            this.animator1.SetDecoration(this.featuredgamespaginator, AnimatorNS.DecorationType.None);
            this.featuredgamespaginator.Location              = new System.Drawing.Point(103, 181);
            this.featuredgamespaginator.Name                  = "featuredgamespaginator";
            this.featuredgamespaginator.NumberOfPages         = 5;
            this.featuredgamespaginator.SelectedIndex         = 0;
            this.featuredgamespaginator.Size                  = new System.Drawing.Size(203, 26);
            this.featuredgamespaginator.TabIndex              = 1;
            this.featuredgamespaginator.Text                  = "Featured Games";
            this.featuredgamespaginator.SelectedIndexChanged += new GhostLib.Gui.NSPaginator.SelectedIndexChangedEventHandler(this.featuredgamespaginator_SelectedIndexChanged);
            //
            // CurrentFeaturedGamePanel
            //
            this.CurrentFeaturedGamePanel.Controls.Add(this.ginfo);
            this.animator1.SetDecoration(this.CurrentFeaturedGamePanel, AnimatorNS.DecorationType.None);
            this.CurrentFeaturedGamePanel.Dock     = System.Windows.Forms.DockStyle.Top;
            this.CurrentFeaturedGamePanel.Location = new System.Drawing.Point(0, 0);
            this.CurrentFeaturedGamePanel.Name     = "CurrentFeaturedGamePanel";
            this.CurrentFeaturedGamePanel.Size     = new System.Drawing.Size(448, 174);
            this.CurrentFeaturedGamePanel.TabIndex = 0;
            //
            // ginfo
            //
            this.ginfo.AutoSize = true;
            this.animator1.SetDecoration(this.ginfo, AnimatorNS.DecorationType.None);
            this.ginfo.Dock       = System.Windows.Forms.DockStyle.Fill;
            this.ginfo.FontSize   = MetroFramework.MetroLabelSize.Tall;
            this.ginfo.FontWeight = MetroFramework.MetroLabelWeight.Bold;
            this.ginfo.Location   = new System.Drawing.Point(0, 0);
            this.ginfo.Name       = "ginfo";
            this.ginfo.Size       = new System.Drawing.Size(0, 0);
            this.ginfo.TabIndex   = 10;
            this.ginfo.TextAlign  = System.Drawing.ContentAlignment.MiddleCenter;
            this.ginfo.Theme      = MetroFramework.MetroThemeStyle.Dark;
            //
            // ReplaysTab
            //
            this.ReplaysTab.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(17)))), ((int)(((byte)(17)))), ((int)(((byte)(17)))));
            this.ReplaysTab.Controls.Add(this.replaybx);
            this.animator1.SetDecoration(this.ReplaysTab, AnimatorNS.DecorationType.None);
            this.ReplaysTab.Location = new System.Drawing.Point(119, 4);
            this.ReplaysTab.Name     = "ReplaysTab";
            this.ReplaysTab.Padding  = new System.Windows.Forms.Padding(3);
            this.ReplaysTab.Size     = new System.Drawing.Size(1012, 505);
            this.ReplaysTab.TabIndex = 1;
            this.ReplaysTab.Text     = "Replays";
            //
            // replaybx
            //
            this.replaybx.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(17)))), ((int)(((byte)(17)))), ((int)(((byte)(17)))));
            this.replaybx.Controls.Add(this.ReplayPanelHost);
            this.animator1.SetDecoration(this.replaybx, AnimatorNS.DecorationType.None);
            this.replaybx.Dock          = System.Windows.Forms.DockStyle.Fill;
            this.replaybx.DrawSeperator = true;
            this.replaybx.Location      = new System.Drawing.Point(3, 3);
            this.replaybx.Name          = "replaybx";
            this.replaybx.Size          = new System.Drawing.Size(1006, 499);
            this.replaybx.SubTitle      = "1 Replay - 1 Win 0 Losses";
            this.replaybx.TabIndex      = 5;
            this.replaybx.Title         = "Replays";
            //
            // ReplayPanelHost
            //
            this.ReplayPanelHost.AutoScroll = true;
            this.animator1.SetDecoration(this.ReplayPanelHost, AnimatorNS.DecorationType.None);
            this.ReplayPanelHost.Location = new System.Drawing.Point(64, 43);
            this.ReplayPanelHost.Name     = "ReplayPanelHost";
            this.ReplayPanelHost.Size     = new System.Drawing.Size(837, 211);
            this.ReplayPanelHost.TabIndex = 6;
            //
            // StreamsTab
            //
            this.StreamsTab.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(17)))), ((int)(((byte)(17)))), ((int)(((byte)(17)))));
            this.StreamsTab.Controls.Add(this.streambx);
            this.animator1.SetDecoration(this.StreamsTab, AnimatorNS.DecorationType.None);
            this.StreamsTab.Location = new System.Drawing.Point(119, 4);
            this.StreamsTab.Name     = "StreamsTab";
            this.StreamsTab.Padding  = new System.Windows.Forms.Padding(3);
            this.StreamsTab.Size     = new System.Drawing.Size(1012, 505);
            this.StreamsTab.TabIndex = 6;
            this.StreamsTab.Text     = "Streams";
            //
            // streambx
            //
            this.streambx.Controls.Add(this.StreamsHostPanel);
            this.animator1.SetDecoration(this.streambx, AnimatorNS.DecorationType.None);
            this.streambx.Dock          = System.Windows.Forms.DockStyle.Fill;
            this.streambx.DrawSeperator = true;
            this.streambx.Location      = new System.Drawing.Point(3, 3);
            this.streambx.Name          = "streambx";
            this.streambx.Size          = new System.Drawing.Size(1006, 499);
            this.streambx.SubTitle      = "0 Streams online";
            this.streambx.TabIndex      = 0;
            this.streambx.Text          = "nsGroupBox1";
            this.streambx.Title         = "Streams";
            //
            // StreamsHostPanel
            //
            this.StreamsHostPanel.AutoScroll = true;
            this.animator1.SetDecoration(this.StreamsHostPanel, AnimatorNS.DecorationType.None);
            this.StreamsHostPanel.Location = new System.Drawing.Point(3, 45);
            this.StreamsHostPanel.Name     = "StreamsHostPanel";
            this.StreamsHostPanel.Size     = new System.Drawing.Size(800, 293);
            this.StreamsHostPanel.TabIndex = 0;
            //
            // GameInfoTab
            //
            this.GameInfoTab.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(17)))), ((int)(((byte)(17)))), ((int)(((byte)(17)))));
            this.GameInfoTab.Controls.Add(this.gameinfobx);
            this.GameInfoTab.Controls.Add(this.gamesearchbx);
            this.animator1.SetDecoration(this.GameInfoTab, AnimatorNS.DecorationType.None);
            this.GameInfoTab.Location = new System.Drawing.Point(119, 4);
            this.GameInfoTab.Name     = "GameInfoTab";
            this.GameInfoTab.Padding  = new System.Windows.Forms.Padding(3);
            this.GameInfoTab.Size     = new System.Drawing.Size(1012, 505);
            this.GameInfoTab.TabIndex = 2;
            this.GameInfoTab.Text     = "Games infos";
            //
            // gameinfobx
            //
            this.gameinfobx.Controls.Add(this.GameInfoPanelHost);
            this.animator1.SetDecoration(this.gameinfobx, AnimatorNS.DecorationType.None);
            this.gameinfobx.Dock          = System.Windows.Forms.DockStyle.Fill;
            this.gameinfobx.DrawSeperator = true;
            this.gameinfobx.Location      = new System.Drawing.Point(3, 100);
            this.gameinfobx.Name          = "gameinfobx";
            this.gameinfobx.Size          = new System.Drawing.Size(1006, 402);
            this.gameinfobx.SubTitle      = "";
            this.gameinfobx.TabIndex      = 1;
            this.gameinfobx.Text          = "nsGroupBox2";
            this.gameinfobx.Title         = "Game Info";
            //
            // GameInfoPanelHost
            //
            this.GameInfoPanelHost.AutoScroll = true;
            this.GameInfoPanelHost.Controls.Add(this.currentGame1);
            this.animator1.SetDecoration(this.GameInfoPanelHost, AnimatorNS.DecorationType.None);
            this.GameInfoPanelHost.Location = new System.Drawing.Point(3, 31);
            this.GameInfoPanelHost.Name     = "GameInfoPanelHost";
            this.GameInfoPanelHost.Size     = new System.Drawing.Size(1000, 368);
            this.GameInfoPanelHost.TabIndex = 0;
            //
            // currentGame1
            //
            this.currentGame1.AutoScroll = true;
            this.currentGame1.BackColor  = System.Drawing.Color.Transparent;
            this.animator1.SetDecoration(this.currentGame1, AnimatorNS.DecorationType.None);
            this.currentGame1.Dock          = System.Windows.Forms.DockStyle.Top;
            this.currentGame1.Location      = new System.Drawing.Point(0, 0);
            this.currentGame1.Name          = "currentGame1";
            this.currentGame1.Size          = new System.Drawing.Size(983, 700);
            this.currentGame1.TabIndex      = 5;
            this.currentGame1.UseSelectable = true;
            //
            // gamesearchbx
            //
            this.gamesearchbx.Controls.Add(this.metroButton1);
            this.gamesearchbx.Controls.Add(this.regiontxt);
            this.gamesearchbx.Controls.Add(this.metroLabel2);
            this.gamesearchbx.Controls.Add(this.metroButton2);
            this.gamesearchbx.Controls.Add(this.summonertxt);
            this.animator1.SetDecoration(this.gamesearchbx, AnimatorNS.DecorationType.None);
            this.gamesearchbx.Dock          = System.Windows.Forms.DockStyle.Top;
            this.gamesearchbx.DrawSeperator = true;
            this.gamesearchbx.Location      = new System.Drawing.Point(3, 3);
            this.gamesearchbx.Name          = "gamesearchbx";
            this.gamesearchbx.Size          = new System.Drawing.Size(1006, 97);
            this.gamesearchbx.SubTitle      = "Find a game using summoner\'s name";
            this.gamesearchbx.TabIndex      = 0;
            this.gamesearchbx.Text          = "nsGroupBox1";
            this.gamesearchbx.Title         = "Game Search";
            //
            // metroButton1
            //
            this.animator1.SetDecoration(this.metroButton1, AnimatorNS.DecorationType.None);
            this.metroButton1.Location      = new System.Drawing.Point(798, 67);
            this.metroButton1.Name          = "metroButton1";
            this.metroButton1.Size          = new System.Drawing.Size(116, 23);
            this.metroButton1.TabIndex      = 8;
            this.metroButton1.Text          = "Record";
            this.metroButton1.Theme         = MetroFramework.MetroThemeStyle.Dark;
            this.metroButton1.UseSelectable = true;
            this.metroButton1.Click        += new System.EventHandler(this.metroButton1_Click);
            //
            // regiontxt
            //
            this.regiontxt.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.CustomSource;
            this.animator1.SetDecoration(this.regiontxt, AnimatorNS.DecorationType.None);
            this.regiontxt.FontSize          = MetroFramework.MetroComboBoxSize.Small;
            this.regiontxt.FormattingEnabled = true;
            this.regiontxt.ItemHeight        = 19;
            this.regiontxt.Items.AddRange(new object[] {
                "NA",
                "EUW",
                "BR",
                "KR",
                "TR",
                "EUNE",
                "RU",
                "OCE",
                "LAN",
                "LAS",
                "PBE",
                "Spectator",
                "Cache"
            });
            this.regiontxt.Location      = new System.Drawing.Point(559, 67);
            this.regiontxt.Name          = "regiontxt";
            this.regiontxt.Size          = new System.Drawing.Size(104, 25);
            this.regiontxt.TabIndex      = 7;
            this.regiontxt.Theme         = MetroFramework.MetroThemeStyle.Dark;
            this.regiontxt.UseSelectable = true;
            //
            // metroLabel2
            //
            this.metroLabel2.AutoSize = true;
            this.animator1.SetDecoration(this.metroLabel2, AnimatorNS.DecorationType.None);
            this.metroLabel2.Location = new System.Drawing.Point(42, 46);
            this.metroLabel2.Name     = "metroLabel2";
            this.metroLabel2.Size     = new System.Drawing.Size(111, 19);
            this.metroLabel2.TabIndex = 6;
            this.metroLabel2.Text     = "Summoner name";
            this.metroLabel2.Theme    = MetroFramework.MetroThemeStyle.Dark;
            //
            // metroButton2
            //
            this.animator1.SetDecoration(this.metroButton2, AnimatorNS.DecorationType.None);
            this.metroButton2.Location      = new System.Drawing.Point(676, 67);
            this.metroButton2.Name          = "metroButton2";
            this.metroButton2.Size          = new System.Drawing.Size(116, 23);
            this.metroButton2.TabIndex      = 5;
            this.metroButton2.Text          = "Find game";
            this.metroButton2.Theme         = MetroFramework.MetroThemeStyle.Dark;
            this.metroButton2.UseSelectable = true;
            this.metroButton2.Click        += new System.EventHandler(this.metroButton2_Click);
            //
            // summonertxt
            //
            this.animator1.SetDecoration(this.summonertxt, AnimatorNS.DecorationType.None);
            this.summonertxt.Lines         = new string[0];
            this.summonertxt.Location      = new System.Drawing.Point(42, 68);
            this.summonertxt.MaxLength     = 32767;
            this.summonertxt.Name          = "summonertxt";
            this.summonertxt.PasswordChar  = '\0';
            this.summonertxt.ScrollBars    = System.Windows.Forms.ScrollBars.None;
            this.summonertxt.SelectedText  = "";
            this.summonertxt.Size          = new System.Drawing.Size(511, 23);
            this.summonertxt.TabIndex      = 4;
            this.summonertxt.Theme         = MetroFramework.MetroThemeStyle.Dark;
            this.summonertxt.UseSelectable = true;
            //
            // EsportsTab
            //
            this.EsportsTab.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(17)))), ((int)(((byte)(17)))), ((int)(((byte)(17)))));
            this.EsportsTab.Controls.Add(this.esportsControl1);
            this.animator1.SetDecoration(this.EsportsTab, AnimatorNS.DecorationType.None);
            this.EsportsTab.Location = new System.Drawing.Point(119, 4);
            this.EsportsTab.Name     = "EsportsTab";
            this.EsportsTab.Padding  = new System.Windows.Forms.Padding(3);
            this.EsportsTab.Size     = new System.Drawing.Size(1012, 505);
            this.EsportsTab.TabIndex = 5;
            this.EsportsTab.Text     = "Esports";
            //
            // esportsControl1
            //
            this.esportsControl1.BackColor = System.Drawing.Color.Transparent;
            this.animator1.SetDecoration(this.esportsControl1, AnimatorNS.DecorationType.None);
            this.esportsControl1.Dock     = System.Windows.Forms.DockStyle.Fill;
            this.esportsControl1.Location = new System.Drawing.Point(3, 3);
            this.esportsControl1.Name     = "esportsControl1";
            this.esportsControl1.Size     = new System.Drawing.Size(1006, 499);
            this.esportsControl1.TabIndex = 0;
            //
            // ChampionsTab
            //
            this.ChampionsTab.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(17)))), ((int)(((byte)(17)))), ((int)(((byte)(17)))));
            this.ChampionsTab.Controls.Add(this.championsbx);
            this.animator1.SetDecoration(this.ChampionsTab, AnimatorNS.DecorationType.None);
            this.ChampionsTab.Location = new System.Drawing.Point(119, 4);
            this.ChampionsTab.Name     = "ChampionsTab";
            this.ChampionsTab.Padding  = new System.Windows.Forms.Padding(3);
            this.ChampionsTab.Size     = new System.Drawing.Size(1012, 505);
            this.ChampionsTab.TabIndex = 3;
            this.ChampionsTab.Text     = "Champions";
            //
            // championsbx
            //
            this.championsbx.Controls.Add(this.championCtrl1);
            this.animator1.SetDecoration(this.championsbx, AnimatorNS.DecorationType.None);
            this.championsbx.Dock          = System.Windows.Forms.DockStyle.Fill;
            this.championsbx.DrawSeperator = true;
            this.championsbx.Location      = new System.Drawing.Point(3, 3);
            this.championsbx.Name          = "championsbx";
            this.championsbx.Size          = new System.Drawing.Size(1006, 499);
            this.championsbx.SubTitle      = "Find all champions stats";
            this.championsbx.TabIndex      = 0;
            this.championsbx.Text          = "nsGroupBox1";
            this.championsbx.Title         = "Champions";
            //
            // championCtrl1
            //
            this.championCtrl1.AutoScroll = true;
            this.championCtrl1.BackColor  = System.Drawing.Color.Transparent;
            this.animator1.SetDecoration(this.championCtrl1, AnimatorNS.DecorationType.None);
            this.championCtrl1.Location      = new System.Drawing.Point(3, 44);
            this.championCtrl1.Name          = "championCtrl1";
            this.championCtrl1.Size          = new System.Drawing.Size(891, 433);
            this.championCtrl1.TabIndex      = 0;
            this.championCtrl1.Theme         = MetroFramework.MetroThemeStyle.Dark;
            this.championCtrl1.UseSelectable = true;
            //
            // SettingsTab
            //
            this.SettingsTab.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(17)))), ((int)(((byte)(17)))), ((int)(((byte)(17)))));
            this.SettingsTab.Controls.Add(this.settingsControl1);
            this.animator1.SetDecoration(this.SettingsTab, AnimatorNS.DecorationType.None);
            this.SettingsTab.Location = new System.Drawing.Point(119, 4);
            this.SettingsTab.Name     = "SettingsTab";
            this.SettingsTab.Padding  = new System.Windows.Forms.Padding(3);
            this.SettingsTab.Size     = new System.Drawing.Size(1012, 505);
            this.SettingsTab.TabIndex = 4;
            this.SettingsTab.Text     = "Settings";
            //
            // settingsControl1
            //
            this.settingsControl1.AutoScroll = true;
            this.settingsControl1.BackColor  = System.Drawing.Color.Transparent;
            this.animator1.SetDecoration(this.settingsControl1, AnimatorNS.DecorationType.None);
            this.settingsControl1.Dock     = System.Windows.Forms.DockStyle.Fill;
            this.settingsControl1.Location = new System.Drawing.Point(3, 3);
            this.settingsControl1.Name     = "settingsControl1";
            this.settingsControl1.Size     = new System.Drawing.Size(1006, 499);
            this.settingsControl1.TabIndex = 1;
            //
            // AboutTab
            //
            this.AboutTab.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(17)))), ((int)(((byte)(17)))), ((int)(((byte)(17)))));
            this.AboutTab.Controls.Add(this.aboutControl1);
            this.animator1.SetDecoration(this.AboutTab, AnimatorNS.DecorationType.None);
            this.AboutTab.Location = new System.Drawing.Point(119, 4);
            this.AboutTab.Name     = "AboutTab";
            this.AboutTab.Padding  = new System.Windows.Forms.Padding(3);
            this.AboutTab.Size     = new System.Drawing.Size(1012, 505);
            this.AboutTab.TabIndex = 5;
            this.AboutTab.Text     = "About";
            //
            // aboutControl1
            //
            this.aboutControl1.BackColor = System.Drawing.Color.Transparent;
            this.animator1.SetDecoration(this.aboutControl1, AnimatorNS.DecorationType.None);
            this.aboutControl1.Dock     = System.Windows.Forms.DockStyle.Fill;
            this.aboutControl1.Location = new System.Drawing.Point(3, 3);
            this.aboutControl1.Name     = "aboutControl1";
            this.aboutControl1.Size     = new System.Drawing.Size(1006, 499);
            this.aboutControl1.TabIndex = 0;
            //
            // MainTopBanner
            //
            this.MainTopBanner.BackColor             = System.Drawing.Color.Transparent;
            this.MainTopBanner.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
            this.animator1.SetDecoration(this.MainTopBanner, AnimatorNS.DecorationType.None);
            this.MainTopBanner.Dock     = System.Windows.Forms.DockStyle.Top;
            this.MainTopBanner.Location = new System.Drawing.Point(0, 0);
            this.MainTopBanner.Name     = "MainTopBanner";
            this.MainTopBanner.Size     = new System.Drawing.Size(1135, 86);
            this.MainTopBanner.TabIndex = 5;
            //
            // metroStyleManager1
            //
            this.metroStyleManager1.Owner = this;
            //
            // animator1
            //
            this.animator1.AnimationType      = AnimatorNS.AnimationType.Particles;
            this.animator1.Cursor             = null;
            animation1.AnimateOnlyDifferences = true;
            animation1.BlindCoeff             = ((System.Drawing.PointF)(resources.GetObject("animation1.BlindCoeff")));
            animation1.LeafCoeff            = 0F;
            animation1.MaxTime              = 1F;
            animation1.MinTime              = 0F;
            animation1.MosaicCoeff          = ((System.Drawing.PointF)(resources.GetObject("animation1.MosaicCoeff")));
            animation1.MosaicShift          = ((System.Drawing.PointF)(resources.GetObject("animation1.MosaicShift")));
            animation1.MosaicSize           = 1;
            animation1.Padding              = new System.Windows.Forms.Padding(100, 50, 100, 150);
            animation1.RotateCoeff          = 0F;
            animation1.RotateLimit          = 0F;
            animation1.ScaleCoeff           = ((System.Drawing.PointF)(resources.GetObject("animation1.ScaleCoeff")));
            animation1.SlideCoeff           = ((System.Drawing.PointF)(resources.GetObject("animation1.SlideCoeff")));
            animation1.TimeCoeff            = 2F;
            animation1.TransparencyCoeff    = 0F;
            this.animator1.DefaultAnimation = animation1;
            this.animator1.HostForm         = this;
            //
            // nsContextMenu1
            //
            this.animator1.SetDecoration(this.nsContextMenu1, AnimatorNS.DecorationType.None);
            this.nsContextMenu1.ForeColor = System.Drawing.Color.White;
            this.nsContextMenu1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
                this.homeitem,
                this.leagueOfLegendsToolStripMenuItem,
                this.replayitem,
                this.settingsitem,
                this.Aboutitem,
                this.toolStripSeparator1,
                this.exitmenuitem
            });
            this.nsContextMenu1.Name     = "nsContextMenu1";
            this.nsContextMenu1.Size     = new System.Drawing.Size(167, 120);
            this.nsContextMenu1.Opening += new  System.ComponentModel.CancelEventHandler(this.nsContextMenu1_Opening);
            //
            // homeitem
            //
            this.homeitem.Name   = "homeitem";
            this.homeitem.Size   = new System.Drawing.Size(166, 22);
            this.homeitem.Text   = "Show Ghostblade";
            this.homeitem.Click += new System.EventHandler(this.homeitem_Click);
            //
            // leagueOfLegendsToolStripMenuItem
            //
            this.leagueOfLegendsToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
                this.playToolStripMenuItem,
                this.playPBEToolStripMenuItem
            });
            this.leagueOfLegendsToolStripMenuItem.Name = "leagueOfLegendsToolStripMenuItem";
            this.leagueOfLegendsToolStripMenuItem.Size = new System.Drawing.Size(173, 22);
            this.leagueOfLegendsToolStripMenuItem.Text = "League of Legends";
            //
            // playToolStripMenuItem
            //
            this.playToolStripMenuItem.Name   = "playToolStripMenuItem";
            this.playToolStripMenuItem.Size   = new System.Drawing.Size(152, 22);
            this.playToolStripMenuItem.Text   = "Play";
            this.playToolStripMenuItem.Click += new System.EventHandler(this.play_Click);
            //
            // playPBEToolStripMenuItem
            //
            this.playPBEToolStripMenuItem.Name   = "playPBEToolStripMenuItem";
            this.playPBEToolStripMenuItem.Size   = new System.Drawing.Size(152, 22);
            this.playPBEToolStripMenuItem.Text   = "Play PBE";
            this.playPBEToolStripMenuItem.Click += new System.EventHandler(this.playpbe_Click);
            //
            // replayitem
            //
            this.replayitem.Name   = "replayitem";
            this.replayitem.Size   = new System.Drawing.Size(166, 22);
            this.replayitem.Text   = "Replays";
            this.replayitem.Click += new System.EventHandler(this.replayitem_Click);
            //
            // settingsitem
            //
            this.settingsitem.Name   = "settingsitem";
            this.settingsitem.Size   = new System.Drawing.Size(166, 22);
            this.settingsitem.Text   = "Settings";
            this.settingsitem.Click += new System.EventHandler(this.settingsitem_Click);
            //
            // Aboutitem
            //
            this.Aboutitem.Name   = "Aboutitem";
            this.Aboutitem.Size   = new System.Drawing.Size(166, 22);
            this.Aboutitem.Text   = "About";
            this.Aboutitem.Click += new System.EventHandler(this.Aboutitem_Click);
            //
            // toolStripSeparator1
            //
            this.toolStripSeparator1.Name = "toolStripSeparator1";
            this.toolStripSeparator1.Size = new System.Drawing.Size(163, 6);
            //
            // exitmenuitem
            //
            this.exitmenuitem.Name   = "exitmenuitem";
            this.exitmenuitem.Size   = new System.Drawing.Size(166, 22);
            this.exitmenuitem.Text   = "Exit";
            this.exitmenuitem.Click += new System.EventHandler(this.exitmenuitem_Click);
            //
            // featuredtimer
            //
            this.featuredtimer.Interval = 10000;
            this.featuredtimer.Tick    += new System.EventHandler(this.featuredtimer_Tick);
            //
            // folow
            //
            this.followtimer.Interval = 10000;
            this.followtimer.Tick    += new System.EventHandler(this.followtimer_Tick);
            //
            // notifyIcon1
            //
            this.notifyIcon1.ContextMenuStrip  = this.nsContextMenu1;
            this.notifyIcon1.Icon              = ((System.Drawing.Icon)(resources.GetObject("notifyIcon1.Icon")));
            this.notifyIcon1.Text              = "Ghostblade Replays";
            this.notifyIcon1.Visible           = true;
            this.notifyIcon1.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.notifyIcon1_MouseDoubleClick);
            //
            // MainForm
            //
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize          = new System.Drawing.Size(1151, 657);
            this.Controls.Add(this.MainPanel);
            this.animator1.SetDecoration(this, AnimatorNS.DecorationType.None);
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.MenuIconInnerBorder = System.Drawing.Color.FromArgb(((int)(((byte)(17)))), ((int)(((byte)(17)))), ((int)(((byte)(17)))));
            this.Name          = "MainForm";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text          = "Form1";
            this.FormClosing  += new System.Windows.Forms.FormClosingEventHandler(this.MainForm_FormClosing);
            this.Shown        += new System.EventHandler(this.MainForm_Shown);
            this.Resize       += new System.EventHandler(this.MainForm_Resize);
            this.MainPanel.ResumeLayout(false);
            this.MainTabControl.ResumeLayout(false);
            this.HomeTab.ResumeLayout(false);
            this.recordingbx.ResumeLayout(false);
            this.svstatbx.ResumeLayout(false);
            this.featuredbx.ResumeLayout(false);
            this.FeaturedGamesPanel.ResumeLayout(false);
            this.CurrentFeaturedGamePanel.ResumeLayout(false);
            this.CurrentFeaturedGamePanel.PerformLayout();
            this.ReplaysTab.ResumeLayout(false);
            this.replaybx.ResumeLayout(false);
            this.StreamsTab.ResumeLayout(false);
            this.streambx.ResumeLayout(false);
            this.GameInfoTab.ResumeLayout(false);
            this.gameinfobx.ResumeLayout(false);
            this.GameInfoPanelHost.ResumeLayout(false);
            this.gamesearchbx.ResumeLayout(false);
            this.gamesearchbx.PerformLayout();
            this.EsportsTab.ResumeLayout(false);
            this.ChampionsTab.ResumeLayout(false);
            this.championsbx.ResumeLayout(false);
            this.SettingsTab.ResumeLayout(false);
            this.AboutTab.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.metroStyleManager1)).EndInit();
            this.nsContextMenu1.ResumeLayout(false);
            this.ResumeLayout(false);
        }
コード例 #33
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();
     AnimatorNS.Animation animation4 = new AnimatorNS.Animation();
     AnimatorNS.Animation animation3 = new AnimatorNS.Animation();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Devis_Report));
     this.pnlContainer         = new System.Windows.Forms.Panel();
     this.crystalReportViewer1 = new CrystalDecisions.Windows.Forms.CrystalReportViewer();
     this.groupBox1            = new System.Windows.Forms.GroupBox();
     this.label3             = new System.Windows.Forms.Label();
     this.label2             = new System.Windows.Forms.Label();
     this.bunifuImageButton3 = new Bunifu.Framework.UI.BunifuImageButton();
     this.textBox1           = new System.Windows.Forms.TextBox();
     this.pnlLogo            = new System.Windows.Forms.Panel();
     this.lblDate            = new System.Windows.Forms.Label();
     this.lblTime            = new System.Windows.Forms.Label();
     this.label1             = new System.Windows.Forms.Label();
     this.pnlExit            = new System.Windows.Forms.Panel();
     this.bunifuImageButton2 = new Bunifu.Framework.UI.BunifuImageButton();
     this.bunifuImageButton1 = new Bunifu.Framework.UI.BunifuImageButton();
     this.pnlHeader          = new System.Windows.Forms.Panel();
     this.bunifuDragControl1 = new Bunifu.Framework.UI.BunifuDragControl(this.components);
     this.bunifuDragControl2 = new Bunifu.Framework.UI.BunifuDragControl(this.components);
     this.animator1          = new AnimatorNS.Animator(this.components);
     this.animator2          = new AnimatorNS.Animator(this.components);
     this.bunifuElipse2      = new Bunifu.Framework.UI.BunifuElipse(this.components);
     this.pnlContainer.SuspendLayout();
     this.groupBox1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.bunifuImageButton3)).BeginInit();
     this.pnlLogo.SuspendLayout();
     this.pnlExit.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.bunifuImageButton2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.bunifuImageButton1)).BeginInit();
     this.SuspendLayout();
     //
     // pnlContainer
     //
     this.pnlContainer.Controls.Add(this.crystalReportViewer1);
     this.pnlContainer.Controls.Add(this.groupBox1);
     this.animator2.SetDecoration(this.pnlContainer, AnimatorNS.DecorationType.None);
     this.animator1.SetDecoration(this.pnlContainer, AnimatorNS.DecorationType.None);
     this.pnlContainer.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.pnlContainer.Location = new System.Drawing.Point(0, 127);
     this.pnlContainer.Name     = "pnlContainer";
     this.pnlContainer.Size     = new System.Drawing.Size(792, 364);
     this.pnlContainer.TabIndex = 42;
     //
     // crystalReportViewer1
     //
     this.crystalReportViewer1.ActiveViewIndex = -1;
     this.crystalReportViewer1.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.crystalReportViewer1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.crystalReportViewer1.Cursor      = System.Windows.Forms.Cursors.Default;
     this.animator2.SetDecoration(this.crystalReportViewer1, AnimatorNS.DecorationType.None);
     this.animator1.SetDecoration(this.crystalReportViewer1, AnimatorNS.DecorationType.None);
     this.crystalReportViewer1.DisplayStatusBar         = false;
     this.crystalReportViewer1.Location                 = new System.Drawing.Point(0, 47);
     this.crystalReportViewer1.Name                     = "crystalReportViewer1";
     this.crystalReportViewer1.ShowCloseButton          = false;
     this.crystalReportViewer1.ShowCopyButton           = false;
     this.crystalReportViewer1.ShowGroupTreeButton      = false;
     this.crystalReportViewer1.ShowLogo                 = false;
     this.crystalReportViewer1.ShowParameterPanelButton = false;
     this.crystalReportViewer1.Size                     = new System.Drawing.Size(792, 317);
     this.crystalReportViewer1.TabIndex                 = 2;
     this.crystalReportViewer1.ToolPanelView            = CrystalDecisions.Windows.Forms.ToolPanelViewType.None;
     //
     // groupBox1
     //
     this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                   | System.Windows.Forms.AnchorStyles.Right)));
     this.groupBox1.Controls.Add(this.label3);
     this.groupBox1.Controls.Add(this.label2);
     this.groupBox1.Controls.Add(this.bunifuImageButton3);
     this.groupBox1.Controls.Add(this.textBox1);
     this.animator2.SetDecoration(this.groupBox1, AnimatorNS.DecorationType.None);
     this.animator1.SetDecoration(this.groupBox1, AnimatorNS.DecorationType.None);
     this.groupBox1.Font     = new System.Drawing.Font("Dank Mono", 9.749999F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.groupBox1.Location = new System.Drawing.Point(6, 3);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(783, 41);
     this.groupBox1.TabIndex = 1;
     this.groupBox1.TabStop  = false;
     this.groupBox1.Text     = "Filtrer par : ";
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.animator1.SetDecoration(this.label3, AnimatorNS.DecorationType.None);
     this.animator2.SetDecoration(this.label3, AnimatorNS.DecorationType.None);
     this.label3.Location = new System.Drawing.Point(248, 15);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(15, 16);
     this.label3.TabIndex = 4;
     this.label3.Text     = ":";
     //
     // label2
     //
     this.label2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                | System.Windows.Forms.AnchorStyles.Right)));
     this.label2.AutoSize = true;
     this.animator1.SetDecoration(this.label2, AnimatorNS.DecorationType.None);
     this.animator2.SetDecoration(this.label2, AnimatorNS.DecorationType.None);
     this.label2.Location = new System.Drawing.Point(161, 16);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(71, 16);
     this.label2.TabIndex = 3;
     this.label2.Text     = "Num Devis";
     //
     // bunifuImageButton3
     //
     this.bunifuImageButton3.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.bunifuImageButton3.BackColor = System.Drawing.Color.Transparent;
     this.animator2.SetDecoration(this.bunifuImageButton3, AnimatorNS.DecorationType.None);
     this.animator1.SetDecoration(this.bunifuImageButton3, AnimatorNS.DecorationType.None);
     this.bunifuImageButton3.Image       = global::Gestion_de_Stock_.Properties.Resources.icons8_Search_96px_1;
     this.bunifuImageButton3.ImageActive = null;
     this.bunifuImageButton3.Location    = new System.Drawing.Point(741, 11);
     this.bunifuImageButton3.Name        = "bunifuImageButton3";
     this.bunifuImageButton3.Size        = new System.Drawing.Size(36, 27);
     this.bunifuImageButton3.SizeMode    = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     this.bunifuImageButton3.TabIndex    = 2;
     this.bunifuImageButton3.TabStop     = false;
     this.bunifuImageButton3.Zoom        = 10;
     this.bunifuImageButton3.Click      += new System.EventHandler(this.bunifuImageButton3_Click);
     //
     // textBox1
     //
     this.textBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                  | System.Windows.Forms.AnchorStyles.Right)));
     this.textBox1.Cursor = System.Windows.Forms.Cursors.IBeam;
     this.animator1.SetDecoration(this.textBox1, AnimatorNS.DecorationType.None);
     this.animator2.SetDecoration(this.textBox1, AnimatorNS.DecorationType.None);
     this.textBox1.Font      = new System.Drawing.Font("Dank Mono", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.textBox1.Location  = new System.Drawing.Point(285, 13);
     this.textBox1.MaxLength = 10;
     this.textBox1.Name      = "textBox1";
     this.textBox1.Size      = new System.Drawing.Size(388, 22);
     this.textBox1.TabIndex  = 1;
     //
     // pnlLogo
     //
     this.pnlLogo.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(232)))), ((int)(((byte)(234)))), ((int)(((byte)(236)))));
     this.pnlLogo.Controls.Add(this.lblDate);
     this.pnlLogo.Controls.Add(this.lblTime);
     this.pnlLogo.Controls.Add(this.label1);
     this.animator2.SetDecoration(this.pnlLogo, AnimatorNS.DecorationType.None);
     this.animator1.SetDecoration(this.pnlLogo, AnimatorNS.DecorationType.None);
     this.pnlLogo.Dock     = System.Windows.Forms.DockStyle.Top;
     this.pnlLogo.Location = new System.Drawing.Point(0, 20);
     this.pnlLogo.Name     = "pnlLogo";
     this.pnlLogo.Size     = new System.Drawing.Size(792, 107);
     this.pnlLogo.TabIndex = 41;
     //
     // lblDate
     //
     this.lblDate.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.lblDate.AutoSize = true;
     this.animator1.SetDecoration(this.lblDate, AnimatorNS.DecorationType.None);
     this.animator2.SetDecoration(this.lblDate, AnimatorNS.DecorationType.None);
     this.lblDate.Font      = new System.Drawing.Font("Lane - Upper", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblDate.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(34)))), ((int)(((byte)(50)))), ((int)(((byte)(74)))));
     this.lblDate.Location  = new System.Drawing.Point(662, 64);
     this.lblDate.Name      = "lblDate";
     this.lblDate.Size      = new System.Drawing.Size(133, 29);
     this.lblDate.TabIndex  = 0;
     this.lblDate.Text      = "Fiver House";
     //
     // lblTime
     //
     this.lblTime.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.lblTime.AutoSize = true;
     this.animator1.SetDecoration(this.lblTime, AnimatorNS.DecorationType.None);
     this.animator2.SetDecoration(this.lblTime, AnimatorNS.DecorationType.None);
     this.lblTime.Font      = new System.Drawing.Font("Lane - Upper", 36F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblTime.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(34)))), ((int)(((byte)(50)))), ((int)(((byte)(74)))));
     this.lblTime.Location  = new System.Drawing.Point(592, 7);
     this.lblTime.Name      = "lblTime";
     this.lblTime.Size      = new System.Drawing.Size(203, 57);
     this.lblTime.TabIndex  = 0;
     this.lblTime.Text      = "14:23:55";
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.animator1.SetDecoration(this.label1, AnimatorNS.DecorationType.None);
     this.animator2.SetDecoration(this.label1, AnimatorNS.DecorationType.None);
     this.label1.Font      = new System.Drawing.Font("Lane - Upper", 36F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(34)))), ((int)(((byte)(50)))), ((int)(((byte)(74)))));
     this.label1.Location  = new System.Drawing.Point(3, 7);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(263, 57);
     this.label1.TabIndex  = 0;
     this.label1.Text      = "Fiver House";
     //
     // pnlExit
     //
     this.pnlExit.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(107)))), ((int)(((byte)(107)))), ((int)(((byte)(107)))));
     this.pnlExit.Controls.Add(this.bunifuImageButton2);
     this.pnlExit.Controls.Add(this.bunifuImageButton1);
     this.animator2.SetDecoration(this.pnlExit, AnimatorNS.DecorationType.None);
     this.animator1.SetDecoration(this.pnlExit, AnimatorNS.DecorationType.None);
     this.pnlExit.Dock     = System.Windows.Forms.DockStyle.Right;
     this.pnlExit.Location = new System.Drawing.Point(792, 20);
     this.pnlExit.Name     = "pnlExit";
     this.pnlExit.Size     = new System.Drawing.Size(40, 471);
     this.pnlExit.TabIndex = 40;
     //
     // bunifuImageButton2
     //
     this.bunifuImageButton2.BackColor = System.Drawing.Color.Transparent;
     this.animator2.SetDecoration(this.bunifuImageButton2, AnimatorNS.DecorationType.None);
     this.animator1.SetDecoration(this.bunifuImageButton2, AnimatorNS.DecorationType.None);
     this.bunifuImageButton2.Image       = global::Gestion_de_Stock_.Properties.Resources.Maximize_Window_96px;
     this.bunifuImageButton2.ImageActive = null;
     this.bunifuImageButton2.Location    = new System.Drawing.Point(-2, 51);
     this.bunifuImageButton2.Name        = "bunifuImageButton2";
     this.bunifuImageButton2.Size        = new System.Drawing.Size(48, 48);
     this.bunifuImageButton2.SizeMode    = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     this.bunifuImageButton2.TabIndex    = 1;
     this.bunifuImageButton2.TabStop     = false;
     this.bunifuImageButton2.Zoom        = 10;
     this.bunifuImageButton2.Click      += new System.EventHandler(this.bunifuImageButton2_Click);
     //
     // bunifuImageButton1
     //
     this.bunifuImageButton1.BackColor = System.Drawing.Color.Transparent;
     this.animator2.SetDecoration(this.bunifuImageButton1, AnimatorNS.DecorationType.None);
     this.animator1.SetDecoration(this.bunifuImageButton1, AnimatorNS.DecorationType.None);
     this.bunifuImageButton1.Image       = global::Gestion_de_Stock_.Properties.Resources.Back_Arrow_96px;
     this.bunifuImageButton1.ImageActive = null;
     this.bunifuImageButton1.Location    = new System.Drawing.Point(-2, 5);
     this.bunifuImageButton1.Name        = "bunifuImageButton1";
     this.bunifuImageButton1.Size        = new System.Drawing.Size(46, 46);
     this.bunifuImageButton1.SizeMode    = System.Windows.Forms.PictureBoxSizeMode.Zoom;
     this.bunifuImageButton1.TabIndex    = 0;
     this.bunifuImageButton1.TabStop     = false;
     this.bunifuImageButton1.Zoom        = 10;
     this.bunifuImageButton1.Click      += new System.EventHandler(this.bunifuImageButton1_Click);
     //
     // pnlHeader
     //
     this.pnlHeader.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(107)))), ((int)(((byte)(107)))), ((int)(((byte)(107)))));
     this.animator2.SetDecoration(this.pnlHeader, AnimatorNS.DecorationType.None);
     this.animator1.SetDecoration(this.pnlHeader, AnimatorNS.DecorationType.None);
     this.pnlHeader.Dock     = System.Windows.Forms.DockStyle.Top;
     this.pnlHeader.Location = new System.Drawing.Point(0, 0);
     this.pnlHeader.Name     = "pnlHeader";
     this.pnlHeader.Size     = new System.Drawing.Size(832, 20);
     this.pnlHeader.TabIndex = 39;
     //
     // bunifuDragControl1
     //
     this.bunifuDragControl1.Fixed         = true;
     this.bunifuDragControl1.Horizontal    = true;
     this.bunifuDragControl1.TargetControl = this.pnlHeader;
     this.bunifuDragControl1.Vertical      = true;
     //
     // bunifuDragControl2
     //
     this.bunifuDragControl2.Fixed         = true;
     this.bunifuDragControl2.Horizontal    = true;
     this.bunifuDragControl2.TargetControl = this.pnlExit;
     this.bunifuDragControl2.Vertical      = true;
     //
     // animator1
     //
     this.animator1.AnimationType      = AnimatorNS.AnimationType.Transparent;
     this.animator1.Cursor             = null;
     animation4.AnimateOnlyDifferences = true;
     animation4.BlindCoeff             = ((System.Drawing.PointF)(resources.GetObject("animation4.BlindCoeff")));
     animation4.LeafCoeff            = 0F;
     animation4.MaxTime              = 1F;
     animation4.MinTime              = 0F;
     animation4.MosaicCoeff          = ((System.Drawing.PointF)(resources.GetObject("animation4.MosaicCoeff")));
     animation4.MosaicShift          = ((System.Drawing.PointF)(resources.GetObject("animation4.MosaicShift")));
     animation4.MosaicSize           = 0;
     animation4.Padding              = new System.Windows.Forms.Padding(0);
     animation4.RotateCoeff          = 0F;
     animation4.RotateLimit          = 0F;
     animation4.ScaleCoeff           = ((System.Drawing.PointF)(resources.GetObject("animation4.ScaleCoeff")));
     animation4.SlideCoeff           = ((System.Drawing.PointF)(resources.GetObject("animation4.SlideCoeff")));
     animation4.TimeCoeff            = 0F;
     animation4.TransparencyCoeff    = 1F;
     this.animator1.DefaultAnimation = animation4;
     //
     // animator2
     //
     this.animator2.AnimationType      = AnimatorNS.AnimationType.VertSlide;
     this.animator2.Cursor             = null;
     animation3.AnimateOnlyDifferences = true;
     animation3.BlindCoeff             = ((System.Drawing.PointF)(resources.GetObject("animation3.BlindCoeff")));
     animation3.LeafCoeff            = 0F;
     animation3.MaxTime              = 1F;
     animation3.MinTime              = 0F;
     animation3.MosaicCoeff          = ((System.Drawing.PointF)(resources.GetObject("animation3.MosaicCoeff")));
     animation3.MosaicShift          = ((System.Drawing.PointF)(resources.GetObject("animation3.MosaicShift")));
     animation3.MosaicSize           = 0;
     animation3.Padding              = new System.Windows.Forms.Padding(0);
     animation3.RotateCoeff          = 0F;
     animation3.RotateLimit          = 0F;
     animation3.ScaleCoeff           = ((System.Drawing.PointF)(resources.GetObject("animation3.ScaleCoeff")));
     animation3.SlideCoeff           = ((System.Drawing.PointF)(resources.GetObject("animation3.SlideCoeff")));
     animation3.TimeCoeff            = 0F;
     animation3.TransparencyCoeff    = 0F;
     this.animator2.DefaultAnimation = animation3;
     this.animator2.Interval         = 15;
     //
     // bunifuElipse2
     //
     this.bunifuElipse2.ElipseRadius  = 10;
     this.bunifuElipse2.TargetControl = this;
     //
     // Devis_Report
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(832, 491);
     this.Controls.Add(this.pnlContainer);
     this.Controls.Add(this.pnlLogo);
     this.Controls.Add(this.pnlExit);
     this.Controls.Add(this.pnlHeader);
     this.animator1.SetDecoration(this, AnimatorNS.DecorationType.None);
     this.animator2.SetDecoration(this, AnimatorNS.DecorationType.None);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.Name            = "Devis_Report";
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "Devis_Report";
     this.Load           += new System.EventHandler(this.Devis_Report_Load);
     this.pnlContainer.ResumeLayout(false);
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.bunifuImageButton3)).EndInit();
     this.pnlLogo.ResumeLayout(false);
     this.pnlLogo.PerformLayout();
     this.pnlExit.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.bunifuImageButton2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.bunifuImageButton1)).EndInit();
     this.ResumeLayout(false);
 }
コード例 #34
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
     AnimatorNS.Animation animation2 = new AnimatorNS.Animation();
     AnimatorNS.Animation animation1 = new AnimatorNS.Animation();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Gere_Client));
     this.pnlContainer       = new System.Windows.Forms.Panel();
     this.dataGridView1      = new System.Windows.Forms.DataGridView();
     this.groupBox1          = new System.Windows.Forms.GroupBox();
     this.label2             = new System.Windows.Forms.Label();
     this.bunifuImageButton3 = new Bunifu.Framework.UI.BunifuImageButton();
     this.textBox1           = new System.Windows.Forms.TextBox();
     this.panel1             = new System.Windows.Forms.Panel();
     this.bunifuFlatButton2  = new Bunifu.Framework.UI.BunifuFlatButton();
     this.bunifuFlatButton1  = new Bunifu.Framework.UI.BunifuFlatButton();
     this.pnlLogo            = new System.Windows.Forms.Panel();
     this.lblDate            = new System.Windows.Forms.Label();
     this.lblTime            = new System.Windows.Forms.Label();
     this.label1             = new System.Windows.Forms.Label();
     this.pnlExit            = new System.Windows.Forms.Panel();
     this.bunifuImageButton2 = new Bunifu.Framework.UI.BunifuImageButton();
     this.bunifuImageButton1 = new Bunifu.Framework.UI.BunifuImageButton();
     this.pnlHeader          = new System.Windows.Forms.Panel();
     this.bunifuDragControl1 = new Bunifu.Framework.UI.BunifuDragControl(this.components);
     this.bunifuDragControl2 = new Bunifu.Framework.UI.BunifuDragControl(this.components);
     this.animator1          = new AnimatorNS.Animator(this.components);
     this.animator2          = new AnimatorNS.Animator(this.components);
     this.bunifuElipse2      = new Bunifu.Framework.UI.BunifuElipse(this.components);
     this.pnlContainer.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
     this.groupBox1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.bunifuImageButton3)).BeginInit();
     this.panel1.SuspendLayout();
     this.pnlLogo.SuspendLayout();
     this.pnlExit.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.bunifuImageButton2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.bunifuImageButton1)).BeginInit();
     this.SuspendLayout();
     //
     // pnlContainer
     //
     this.pnlContainer.Controls.Add(this.dataGridView1);
     this.pnlContainer.Controls.Add(this.groupBox1);
     this.pnlContainer.Controls.Add(this.panel1);
     this.animator2.SetDecoration(this.pnlContainer, AnimatorNS.DecorationType.None);
     this.animator1.SetDecoration(this.pnlContainer, AnimatorNS.DecorationType.None);
     this.pnlContainer.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.pnlContainer.Location = new System.Drawing.Point(0, 127);
     this.pnlContainer.Name     = "pnlContainer";
     this.pnlContainer.Size     = new System.Drawing.Size(792, 364);
     this.pnlContainer.TabIndex = 30;
     //
     // dataGridView1
     //
     this.dataGridView1.AllowUserToAddRows    = false;
     this.dataGridView1.AllowUserToDeleteRows = false;
     this.dataGridView1.AutoSizeColumnsMode   = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
     this.dataGridView1.BorderStyle           = System.Windows.Forms.BorderStyle.None;
     dataGridViewCellStyle1.Alignment         = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
     dataGridViewCellStyle1.BackColor         = System.Drawing.SystemColors.Control;
     dataGridViewCellStyle1.Font                      = new System.Drawing.Font("Century Gothic", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     dataGridViewCellStyle1.ForeColor                 = System.Drawing.SystemColors.WindowText;
     dataGridViewCellStyle1.SelectionBackColor        = System.Drawing.SystemColors.Highlight;
     dataGridViewCellStyle1.SelectionForeColor        = System.Drawing.SystemColors.HighlightText;
     dataGridViewCellStyle1.WrapMode                  = System.Windows.Forms.DataGridViewTriState.True;
     this.dataGridView1.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
     this.dataGridView1.ColumnHeadersHeightSizeMode   = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.animator2.SetDecoration(this.dataGridView1, AnimatorNS.DecorationType.None);
     this.animator1.SetDecoration(this.dataGridView1, AnimatorNS.DecorationType.None);
     dataGridViewCellStyle2.Alignment          = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
     dataGridViewCellStyle2.BackColor          = System.Drawing.SystemColors.Window;
     dataGridViewCellStyle2.Font               = new System.Drawing.Font("Century Gothic", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     dataGridViewCellStyle2.ForeColor          = System.Drawing.SystemColors.ControlText;
     dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
     dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
     dataGridViewCellStyle2.WrapMode           = System.Windows.Forms.DataGridViewTriState.False;
     this.dataGridView1.DefaultCellStyle       = dataGridViewCellStyle2;
     this.dataGridView1.Location               = new System.Drawing.Point(16, 53);
     this.dataGridView1.MultiSelect            = false;
     this.dataGridView1.Name            = "dataGridView1";
     this.dataGridView1.ReadOnly        = true;
     this.dataGridView1.RowHeadersWidth = 5;
     this.dataGridView1.SelectionMode   = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
     this.dataGridView1.Size            = new System.Drawing.Size(771, 267);
     this.dataGridView1.TabIndex        = 4;
     this.dataGridView1.CellClick      += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView1_CellClick);
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.label2);
     this.groupBox1.Controls.Add(this.bunifuImageButton3);
     this.groupBox1.Controls.Add(this.textBox1);
     this.animator2.SetDecoration(this.groupBox1, AnimatorNS.DecorationType.None);
     this.animator1.SetDecoration(this.groupBox1, AnimatorNS.DecorationType.None);
     this.groupBox1.Font     = new System.Drawing.Font("Dank Mono", 9.749999F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.groupBox1.Location = new System.Drawing.Point(6, 6);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(783, 41);
     this.groupBox1.TabIndex = 3;
     this.groupBox1.TabStop  = false;
     this.groupBox1.Text     = "Filtrer : ";
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.animator1.SetDecoration(this.label2, AnimatorNS.DecorationType.None);
     this.animator2.SetDecoration(this.label2, AnimatorNS.DecorationType.None);
     this.label2.Location = new System.Drawing.Point(173, 14);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(120, 16);
     this.label2.TabIndex = 3;
     this.label2.Text     = "Par ID de Client";
     //
     // bunifuImageButton3
     //
     this.bunifuImageButton3.BackColor = System.Drawing.Color.Transparent;
     this.animator2.SetDecoration(this.bunifuImageButton3, AnimatorNS.DecorationType.None);
     this.animator1.SetDecoration(this.bunifuImageButton3, AnimatorNS.DecorationType.None);
     this.bunifuImageButton3.Image       = global::Gestion_de_Stock_.Properties.Resources.icons8_Search_96px_1;
     this.bunifuImageButton3.ImageActive = null;
     this.bunifuImageButton3.Location    = new System.Drawing.Point(741, 11);
     this.bunifuImageButton3.Name        = "bunifuImageButton3";
     this.bunifuImageButton3.Size        = new System.Drawing.Size(36, 27);
     this.bunifuImageButton3.SizeMode    = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     this.bunifuImageButton3.TabIndex    = 2;
     this.bunifuImageButton3.TabStop     = false;
     this.bunifuImageButton3.Zoom        = 10;
     this.bunifuImageButton3.Click      += new System.EventHandler(this.bunifuImageButton3_Click);
     //
     // textBox1
     //
     this.textBox1.Cursor = System.Windows.Forms.Cursors.IBeam;
     this.animator1.SetDecoration(this.textBox1, AnimatorNS.DecorationType.None);
     this.animator2.SetDecoration(this.textBox1, AnimatorNS.DecorationType.None);
     this.textBox1.Font     = new System.Drawing.Font("Dank Mono", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.textBox1.Location = new System.Drawing.Point(384, 11);
     this.textBox1.Name     = "textBox1";
     this.textBox1.Size     = new System.Drawing.Size(175, 22);
     this.textBox1.TabIndex = 1;
     //
     // panel1
     //
     this.panel1.Controls.Add(this.bunifuFlatButton2);
     this.panel1.Controls.Add(this.bunifuFlatButton1);
     this.animator2.SetDecoration(this.panel1, AnimatorNS.DecorationType.None);
     this.animator1.SetDecoration(this.panel1, AnimatorNS.DecorationType.None);
     this.panel1.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.panel1.Location = new System.Drawing.Point(0, 326);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(792, 38);
     this.panel1.TabIndex = 1;
     //
     // bunifuFlatButton2
     //
     this.bunifuFlatButton2.Activecolor           = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(81)))), ((int)(((byte)(69)))));
     this.bunifuFlatButton2.BackColor             = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(81)))), ((int)(((byte)(69)))));
     this.bunifuFlatButton2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.bunifuFlatButton2.BorderRadius          = 0;
     this.bunifuFlatButton2.ButtonText            = "Supprimer";
     this.bunifuFlatButton2.Cursor = System.Windows.Forms.Cursors.Hand;
     this.animator2.SetDecoration(this.bunifuFlatButton2, AnimatorNS.DecorationType.None);
     this.animator1.SetDecoration(this.bunifuFlatButton2, AnimatorNS.DecorationType.None);
     this.bunifuFlatButton2.DisabledColor            = System.Drawing.Color.Gray;
     this.bunifuFlatButton2.Iconcolor                = System.Drawing.Color.Transparent;
     this.bunifuFlatButton2.Iconimage                = global::Gestion_de_Stock_.Properties.Resources.icons8_Trash_96px_1;
     this.bunifuFlatButton2.Iconimage_right          = null;
     this.bunifuFlatButton2.Iconimage_right_Selected = null;
     this.bunifuFlatButton2.Iconimage_Selected       = null;
     this.bunifuFlatButton2.IconMarginLeft           = 0;
     this.bunifuFlatButton2.IconMarginRight          = 0;
     this.bunifuFlatButton2.IconRightVisible         = true;
     this.bunifuFlatButton2.IconRightZoom            = 0D;
     this.bunifuFlatButton2.IconVisible              = true;
     this.bunifuFlatButton2.IconZoom         = 70D;
     this.bunifuFlatButton2.IsTab            = false;
     this.bunifuFlatButton2.Location         = new System.Drawing.Point(602, 1);
     this.bunifuFlatButton2.Name             = "bunifuFlatButton2";
     this.bunifuFlatButton2.Normalcolor      = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(81)))), ((int)(((byte)(69)))));
     this.bunifuFlatButton2.OnHovercolor     = System.Drawing.Color.FromArgb(((int)(((byte)(232)))), ((int)(((byte)(139)))), ((int)(((byte)(131)))));
     this.bunifuFlatButton2.OnHoverTextColor = System.Drawing.Color.White;
     this.bunifuFlatButton2.selected         = false;
     this.bunifuFlatButton2.Size             = new System.Drawing.Size(125, 32);
     this.bunifuFlatButton2.TabIndex         = 0;
     this.bunifuFlatButton2.Text             = "Supprimer";
     this.bunifuFlatButton2.TextAlign        = System.Drawing.ContentAlignment.MiddleLeft;
     this.bunifuFlatButton2.Textcolor        = System.Drawing.Color.White;
     this.bunifuFlatButton2.TextFont         = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.bunifuFlatButton2.Click           += new System.EventHandler(this.bunifuFlatButton2_Click);
     //
     // bunifuFlatButton1
     //
     this.bunifuFlatButton1.Activecolor           = System.Drawing.Color.FromArgb(((int)(((byte)(46)))), ((int)(((byte)(139)))), ((int)(((byte)(87)))));
     this.bunifuFlatButton1.BackColor             = System.Drawing.Color.FromArgb(((int)(((byte)(46)))), ((int)(((byte)(139)))), ((int)(((byte)(87)))));
     this.bunifuFlatButton1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.bunifuFlatButton1.BorderRadius          = 0;
     this.bunifuFlatButton1.ButtonText            = "   Modifier";
     this.bunifuFlatButton1.Cursor = System.Windows.Forms.Cursors.Hand;
     this.animator2.SetDecoration(this.bunifuFlatButton1, AnimatorNS.DecorationType.None);
     this.animator1.SetDecoration(this.bunifuFlatButton1, AnimatorNS.DecorationType.None);
     this.bunifuFlatButton1.DisabledColor            = System.Drawing.Color.Gray;
     this.bunifuFlatButton1.Iconcolor                = System.Drawing.Color.Transparent;
     this.bunifuFlatButton1.Iconimage                = global::Gestion_de_Stock_.Properties.Resources.icons8_Edit_96px;
     this.bunifuFlatButton1.Iconimage_right          = null;
     this.bunifuFlatButton1.Iconimage_right_Selected = null;
     this.bunifuFlatButton1.Iconimage_Selected       = null;
     this.bunifuFlatButton1.IconMarginLeft           = 0;
     this.bunifuFlatButton1.IconMarginRight          = 0;
     this.bunifuFlatButton1.IconRightVisible         = true;
     this.bunifuFlatButton1.IconRightZoom            = 0D;
     this.bunifuFlatButton1.IconVisible              = true;
     this.bunifuFlatButton1.IconZoom         = 70D;
     this.bunifuFlatButton1.IsTab            = false;
     this.bunifuFlatButton1.Location         = new System.Drawing.Point(451, 2);
     this.bunifuFlatButton1.Name             = "bunifuFlatButton1";
     this.bunifuFlatButton1.Normalcolor      = System.Drawing.Color.FromArgb(((int)(((byte)(46)))), ((int)(((byte)(139)))), ((int)(((byte)(87)))));
     this.bunifuFlatButton1.OnHovercolor     = System.Drawing.Color.FromArgb(((int)(((byte)(36)))), ((int)(((byte)(129)))), ((int)(((byte)(77)))));
     this.bunifuFlatButton1.OnHoverTextColor = System.Drawing.Color.White;
     this.bunifuFlatButton1.selected         = false;
     this.bunifuFlatButton1.Size             = new System.Drawing.Size(125, 32);
     this.bunifuFlatButton1.TabIndex         = 0;
     this.bunifuFlatButton1.Text             = "   Modifier";
     this.bunifuFlatButton1.TextAlign        = System.Drawing.ContentAlignment.MiddleLeft;
     this.bunifuFlatButton1.Textcolor        = System.Drawing.Color.White;
     this.bunifuFlatButton1.TextFont         = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.bunifuFlatButton1.Click           += new System.EventHandler(this.bunifuFlatButton1_Click);
     //
     // pnlLogo
     //
     this.pnlLogo.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(232)))), ((int)(((byte)(234)))), ((int)(((byte)(236)))));
     this.pnlLogo.Controls.Add(this.lblDate);
     this.pnlLogo.Controls.Add(this.lblTime);
     this.pnlLogo.Controls.Add(this.label1);
     this.animator2.SetDecoration(this.pnlLogo, AnimatorNS.DecorationType.None);
     this.animator1.SetDecoration(this.pnlLogo, AnimatorNS.DecorationType.None);
     this.pnlLogo.Dock     = System.Windows.Forms.DockStyle.Top;
     this.pnlLogo.Location = new System.Drawing.Point(0, 20);
     this.pnlLogo.Name     = "pnlLogo";
     this.pnlLogo.Size     = new System.Drawing.Size(792, 107);
     this.pnlLogo.TabIndex = 29;
     //
     // lblDate
     //
     this.lblDate.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.lblDate.AutoSize = true;
     this.animator1.SetDecoration(this.lblDate, AnimatorNS.DecorationType.None);
     this.animator2.SetDecoration(this.lblDate, AnimatorNS.DecorationType.None);
     this.lblDate.Font      = new System.Drawing.Font("Lane - Upper", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblDate.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(34)))), ((int)(((byte)(50)))), ((int)(((byte)(74)))));
     this.lblDate.Location  = new System.Drawing.Point(662, 64);
     this.lblDate.Name      = "lblDate";
     this.lblDate.Size      = new System.Drawing.Size(133, 29);
     this.lblDate.TabIndex  = 0;
     this.lblDate.Text      = "Fiver House";
     //
     // lblTime
     //
     this.lblTime.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.lblTime.AutoSize = true;
     this.animator1.SetDecoration(this.lblTime, AnimatorNS.DecorationType.None);
     this.animator2.SetDecoration(this.lblTime, AnimatorNS.DecorationType.None);
     this.lblTime.Font      = new System.Drawing.Font("Lane - Upper", 36F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblTime.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(34)))), ((int)(((byte)(50)))), ((int)(((byte)(74)))));
     this.lblTime.Location  = new System.Drawing.Point(592, 7);
     this.lblTime.Name      = "lblTime";
     this.lblTime.Size      = new System.Drawing.Size(203, 57);
     this.lblTime.TabIndex  = 0;
     this.lblTime.Text      = "14:23:55";
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.animator1.SetDecoration(this.label1, AnimatorNS.DecorationType.None);
     this.animator2.SetDecoration(this.label1, AnimatorNS.DecorationType.None);
     this.label1.Font      = new System.Drawing.Font("Lane - Upper", 36F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(34)))), ((int)(((byte)(50)))), ((int)(((byte)(74)))));
     this.label1.Location  = new System.Drawing.Point(3, 7);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(263, 57);
     this.label1.TabIndex  = 0;
     this.label1.Text      = "Fiver House";
     //
     // pnlExit
     //
     this.pnlExit.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(107)))), ((int)(((byte)(107)))), ((int)(((byte)(107)))));
     this.pnlExit.Controls.Add(this.bunifuImageButton2);
     this.pnlExit.Controls.Add(this.bunifuImageButton1);
     this.animator2.SetDecoration(this.pnlExit, AnimatorNS.DecorationType.None);
     this.animator1.SetDecoration(this.pnlExit, AnimatorNS.DecorationType.None);
     this.pnlExit.Dock     = System.Windows.Forms.DockStyle.Right;
     this.pnlExit.Location = new System.Drawing.Point(792, 20);
     this.pnlExit.Name     = "pnlExit";
     this.pnlExit.Size     = new System.Drawing.Size(40, 471);
     this.pnlExit.TabIndex = 28;
     //
     // bunifuImageButton2
     //
     this.bunifuImageButton2.BackColor = System.Drawing.Color.Transparent;
     this.animator2.SetDecoration(this.bunifuImageButton2, AnimatorNS.DecorationType.None);
     this.animator1.SetDecoration(this.bunifuImageButton2, AnimatorNS.DecorationType.None);
     this.bunifuImageButton2.Image       = global::Gestion_de_Stock_.Properties.Resources.Minus_96px;
     this.bunifuImageButton2.ImageActive = null;
     this.bunifuImageButton2.Location    = new System.Drawing.Point(-2, 51);
     this.bunifuImageButton2.Name        = "bunifuImageButton2";
     this.bunifuImageButton2.Size        = new System.Drawing.Size(48, 48);
     this.bunifuImageButton2.SizeMode    = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     this.bunifuImageButton2.TabIndex    = 1;
     this.bunifuImageButton2.TabStop     = false;
     this.bunifuImageButton2.Zoom        = 10;
     //
     // bunifuImageButton1
     //
     this.bunifuImageButton1.BackColor = System.Drawing.Color.Transparent;
     this.animator2.SetDecoration(this.bunifuImageButton1, AnimatorNS.DecorationType.None);
     this.animator1.SetDecoration(this.bunifuImageButton1, AnimatorNS.DecorationType.None);
     this.bunifuImageButton1.Image       = global::Gestion_de_Stock_.Properties.Resources.Back_Arrow_96px;
     this.bunifuImageButton1.ImageActive = null;
     this.bunifuImageButton1.Location    = new System.Drawing.Point(-2, 5);
     this.bunifuImageButton1.Name        = "bunifuImageButton1";
     this.bunifuImageButton1.Size        = new System.Drawing.Size(46, 46);
     this.bunifuImageButton1.SizeMode    = System.Windows.Forms.PictureBoxSizeMode.Zoom;
     this.bunifuImageButton1.TabIndex    = 0;
     this.bunifuImageButton1.TabStop     = false;
     this.bunifuImageButton1.Zoom        = 10;
     this.bunifuImageButton1.Click      += new System.EventHandler(this.bunifuImageButton1_Click);
     //
     // pnlHeader
     //
     this.pnlHeader.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(107)))), ((int)(((byte)(107)))), ((int)(((byte)(107)))));
     this.animator2.SetDecoration(this.pnlHeader, AnimatorNS.DecorationType.None);
     this.animator1.SetDecoration(this.pnlHeader, AnimatorNS.DecorationType.None);
     this.pnlHeader.Dock     = System.Windows.Forms.DockStyle.Top;
     this.pnlHeader.Location = new System.Drawing.Point(0, 0);
     this.pnlHeader.Name     = "pnlHeader";
     this.pnlHeader.Size     = new System.Drawing.Size(832, 20);
     this.pnlHeader.TabIndex = 27;
     //
     // bunifuDragControl1
     //
     this.bunifuDragControl1.Fixed         = true;
     this.bunifuDragControl1.Horizontal    = true;
     this.bunifuDragControl1.TargetControl = this.pnlHeader;
     this.bunifuDragControl1.Vertical      = true;
     //
     // bunifuDragControl2
     //
     this.bunifuDragControl2.Fixed         = true;
     this.bunifuDragControl2.Horizontal    = true;
     this.bunifuDragControl2.TargetControl = this.pnlExit;
     this.bunifuDragControl2.Vertical      = true;
     //
     // animator1
     //
     this.animator1.AnimationType      = AnimatorNS.AnimationType.Transparent;
     this.animator1.Cursor             = null;
     animation2.AnimateOnlyDifferences = true;
     animation2.BlindCoeff             = ((System.Drawing.PointF)(resources.GetObject("animation2.BlindCoeff")));
     animation2.LeafCoeff            = 0F;
     animation2.MaxTime              = 1F;
     animation2.MinTime              = 0F;
     animation2.MosaicCoeff          = ((System.Drawing.PointF)(resources.GetObject("animation2.MosaicCoeff")));
     animation2.MosaicShift          = ((System.Drawing.PointF)(resources.GetObject("animation2.MosaicShift")));
     animation2.MosaicSize           = 0;
     animation2.Padding              = new System.Windows.Forms.Padding(0);
     animation2.RotateCoeff          = 0F;
     animation2.RotateLimit          = 0F;
     animation2.ScaleCoeff           = ((System.Drawing.PointF)(resources.GetObject("animation2.ScaleCoeff")));
     animation2.SlideCoeff           = ((System.Drawing.PointF)(resources.GetObject("animation2.SlideCoeff")));
     animation2.TimeCoeff            = 0F;
     animation2.TransparencyCoeff    = 1F;
     this.animator1.DefaultAnimation = animation2;
     //
     // animator2
     //
     this.animator2.AnimationType      = AnimatorNS.AnimationType.VertSlide;
     this.animator2.Cursor             = null;
     animation1.AnimateOnlyDifferences = true;
     animation1.BlindCoeff             = ((System.Drawing.PointF)(resources.GetObject("animation1.BlindCoeff")));
     animation1.LeafCoeff            = 0F;
     animation1.MaxTime              = 1F;
     animation1.MinTime              = 0F;
     animation1.MosaicCoeff          = ((System.Drawing.PointF)(resources.GetObject("animation1.MosaicCoeff")));
     animation1.MosaicShift          = ((System.Drawing.PointF)(resources.GetObject("animation1.MosaicShift")));
     animation1.MosaicSize           = 0;
     animation1.Padding              = new System.Windows.Forms.Padding(0);
     animation1.RotateCoeff          = 0F;
     animation1.RotateLimit          = 0F;
     animation1.ScaleCoeff           = ((System.Drawing.PointF)(resources.GetObject("animation1.ScaleCoeff")));
     animation1.SlideCoeff           = ((System.Drawing.PointF)(resources.GetObject("animation1.SlideCoeff")));
     animation1.TimeCoeff            = 0F;
     animation1.TransparencyCoeff    = 0F;
     this.animator2.DefaultAnimation = animation1;
     this.animator2.Interval         = 15;
     //
     // bunifuElipse2
     //
     this.bunifuElipse2.ElipseRadius  = 10;
     this.bunifuElipse2.TargetControl = this;
     //
     // Gere_Client
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(832, 491);
     this.Controls.Add(this.pnlContainer);
     this.Controls.Add(this.pnlLogo);
     this.Controls.Add(this.pnlExit);
     this.Controls.Add(this.pnlHeader);
     this.animator1.SetDecoration(this, AnimatorNS.DecorationType.None);
     this.animator2.SetDecoration(this, AnimatorNS.DecorationType.None);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.Name            = "Gere_Client";
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "Gere_Client";
     this.Load           += new System.EventHandler(this.Gere_Client_Load);
     this.pnlContainer.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.bunifuImageButton3)).EndInit();
     this.panel1.ResumeLayout(false);
     this.pnlLogo.ResumeLayout(false);
     this.pnlLogo.PerformLayout();
     this.pnlExit.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.bunifuImageButton2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.bunifuImageButton1)).EndInit();
     this.ResumeLayout(false);
 }
コード例 #35
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
     AnimatorNS.Animation animation1 = new AnimatorNS.Animation();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(SectionVam));
     this.panel1                 = new System.Windows.Forms.Panel();
     this.panelBottomRight       = new System.Windows.Forms.Panel();
     this.btnRefresh             = new Bunifu.Framework.UI.BunifuFlatButton();
     this.btnCreate              = new Bunifu.Framework.UI.BunifuFlatButton();
     this.btnUpdate              = new Bunifu.Framework.UI.BunifuFlatButton();
     this.btnDelete              = new Bunifu.Framework.UI.BunifuFlatButton();
     this.panelBottomLeft        = new System.Windows.Forms.Panel();
     this.lblSearch              = new System.Windows.Forms.Label();
     this.txtSearch              = new System.Windows.Forms.TextBox();
     this.picSetting             = new System.Windows.Forms.PictureBox();
     this.dataGridVam            = new System.Windows.Forms.DataGridView();
     this.panelSearch            = new System.Windows.Forms.Panel();
     this.rdoLoanType            = new System.Windows.Forms.RadioButton();
     this.rdoZamenCode           = new System.Windows.Forms.RadioButton();
     this.rdoZamen               = new System.Windows.Forms.RadioButton();
     this.rdoRecieverCode        = new System.Windows.Forms.RadioButton();
     this.rdoReciever            = new System.Windows.Forms.RadioButton();
     this.rdoLoanNumber          = new System.Windows.Forms.RadioButton();
     this.animatorPanelSearchVam = new AnimatorNS.Animator(this.components);
     this.panel1.SuspendLayout();
     this.panelBottomRight.SuspendLayout();
     this.panelBottomLeft.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.picSetting)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataGridVam)).BeginInit();
     this.panelSearch.SuspendLayout();
     this.SuspendLayout();
     //
     // panel1
     //
     this.panel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(108)))), ((int)(((byte)(119)))), ((int)(((byte)(179)))));
     this.panel1.Controls.Add(this.panelBottomRight);
     this.panel1.Controls.Add(this.panelBottomLeft);
     this.animatorPanelSearchVam.SetDecoration(this.panel1, AnimatorNS.DecorationType.None);
     this.panel1.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.panel1.Location = new System.Drawing.Point(0, 550);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(1085, 65);
     this.panel1.TabIndex = 3;
     //
     // panelBottomRight
     //
     this.panelBottomRight.Controls.Add(this.btnRefresh);
     this.panelBottomRight.Controls.Add(this.btnCreate);
     this.panelBottomRight.Controls.Add(this.btnUpdate);
     this.panelBottomRight.Controls.Add(this.btnDelete);
     this.animatorPanelSearchVam.SetDecoration(this.panelBottomRight, AnimatorNS.DecorationType.None);
     this.panelBottomRight.Dock     = System.Windows.Forms.DockStyle.Right;
     this.panelBottomRight.Location = new System.Drawing.Point(582, 0);
     this.panelBottomRight.Name     = "panelBottomRight";
     this.panelBottomRight.Size     = new System.Drawing.Size(503, 65);
     this.panelBottomRight.TabIndex = 3;
     //
     // btnRefresh
     //
     this.btnRefresh.Active                = false;
     this.btnRefresh.Activecolor           = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(30)))), ((int)(((byte)(51)))));
     this.btnRefresh.Anchor                = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.btnRefresh.BackColor             = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(30)))), ((int)(((byte)(51)))));
     this.btnRefresh.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.btnRefresh.BorderRadius          = 5;
     this.btnRefresh.ButtonText            = "تازه سازی";
     this.btnRefresh.Cursor                = System.Windows.Forms.Cursors.Arrow;
     this.animatorPanelSearchVam.SetDecoration(this.btnRefresh, AnimatorNS.DecorationType.None);
     this.btnRefresh.DisabledColor            = System.Drawing.Color.Gray;
     this.btnRefresh.Font                     = new System.Drawing.Font("B Koodak", 15.75F, System.Drawing.FontStyle.Bold);
     this.btnRefresh.Iconcolor                = System.Drawing.Color.Transparent;
     this.btnRefresh.Iconimage                = null;
     this.btnRefresh.Iconimage_right          = null;
     this.btnRefresh.Iconimage_right_Selected = null;
     this.btnRefresh.Iconimage_Selected       = null;
     this.btnRefresh.IconMarginLeft           = 0;
     this.btnRefresh.IconMarginRight          = 0;
     this.btnRefresh.IconRightVisible         = true;
     this.btnRefresh.IconRightZoom            = 0D;
     this.btnRefresh.IconVisible              = true;
     this.btnRefresh.IconZoom                 = 70D;
     this.btnRefresh.IsTab                    = false;
     this.btnRefresh.Location                 = new System.Drawing.Point(19, 10);
     this.btnRefresh.Margin                   = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.btnRefresh.Name                     = "btnRefresh";
     this.btnRefresh.Normalcolor              = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(30)))), ((int)(((byte)(51)))));
     this.btnRefresh.OnHovercolor             = System.Drawing.Color.FromArgb(((int)(((byte)(70)))), ((int)(((byte)(79)))), ((int)(((byte)(134)))));
     this.btnRefresh.OnHoverTextColor         = System.Drawing.Color.White;
     this.btnRefresh.selected                 = false;
     this.btnRefresh.Size                     = new System.Drawing.Size(105, 45);
     this.btnRefresh.TabIndex                 = 8;
     this.btnRefresh.Text                     = "تازه سازی";
     this.btnRefresh.TextAlign                = System.Drawing.ContentAlignment.MiddleCenter;
     this.btnRefresh.Textcolor                = System.Drawing.Color.White;
     this.btnRefresh.TextFont                 = new System.Drawing.Font("B Roya", 15.75F, System.Drawing.FontStyle.Bold);
     this.btnRefresh.Click                   += new System.EventHandler(this.btnRefresh_Click);
     //
     // btnCreate
     //
     this.btnCreate.Active                = false;
     this.btnCreate.Activecolor           = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(30)))), ((int)(((byte)(51)))));
     this.btnCreate.Anchor                = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.btnCreate.BackColor             = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(30)))), ((int)(((byte)(51)))));
     this.btnCreate.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.btnCreate.BorderRadius          = 5;
     this.btnCreate.ButtonText            = "اعطای وام";
     this.btnCreate.Cursor                = System.Windows.Forms.Cursors.Arrow;
     this.animatorPanelSearchVam.SetDecoration(this.btnCreate, AnimatorNS.DecorationType.None);
     this.btnCreate.DisabledColor            = System.Drawing.Color.Gray;
     this.btnCreate.Iconcolor                = System.Drawing.Color.Transparent;
     this.btnCreate.Iconimage                = null;
     this.btnCreate.Iconimage_right          = null;
     this.btnCreate.Iconimage_right_Selected = null;
     this.btnCreate.Iconimage_Selected       = null;
     this.btnCreate.IconMarginLeft           = 0;
     this.btnCreate.IconMarginRight          = 0;
     this.btnCreate.IconRightVisible         = true;
     this.btnCreate.IconRightZoom            = 0D;
     this.btnCreate.IconVisible              = true;
     this.btnCreate.IconZoom         = 70D;
     this.btnCreate.IsTab            = false;
     this.btnCreate.Location         = new System.Drawing.Point(387, 10);
     this.btnCreate.Margin           = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.btnCreate.Name             = "btnCreate";
     this.btnCreate.Normalcolor      = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(30)))), ((int)(((byte)(51)))));
     this.btnCreate.OnHovercolor     = System.Drawing.Color.FromArgb(((int)(((byte)(70)))), ((int)(((byte)(79)))), ((int)(((byte)(134)))));
     this.btnCreate.OnHoverTextColor = System.Drawing.Color.White;
     this.btnCreate.selected         = false;
     this.btnCreate.Size             = new System.Drawing.Size(105, 45);
     this.btnCreate.TabIndex         = 6;
     this.btnCreate.Text             = "اعطای وام";
     this.btnCreate.TextAlign        = System.Drawing.ContentAlignment.MiddleCenter;
     this.btnCreate.Textcolor        = System.Drawing.Color.White;
     this.btnCreate.TextFont         = new System.Drawing.Font("B Roya", 15.75F, System.Drawing.FontStyle.Bold);
     this.btnCreate.Click           += new System.EventHandler(this.btnCreate_Click);
     //
     // btnUpdate
     //
     this.btnUpdate.Active                = false;
     this.btnUpdate.Activecolor           = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(30)))), ((int)(((byte)(51)))));
     this.btnUpdate.Anchor                = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.btnUpdate.BackColor             = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(30)))), ((int)(((byte)(51)))));
     this.btnUpdate.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.btnUpdate.BorderRadius          = 5;
     this.btnUpdate.ButtonText            = "ویرایش";
     this.btnUpdate.Cursor                = System.Windows.Forms.Cursors.Arrow;
     this.animatorPanelSearchVam.SetDecoration(this.btnUpdate, AnimatorNS.DecorationType.None);
     this.btnUpdate.DisabledColor            = System.Drawing.Color.Gray;
     this.btnUpdate.Enabled                  = false;
     this.btnUpdate.Iconcolor                = System.Drawing.Color.Transparent;
     this.btnUpdate.Iconimage                = null;
     this.btnUpdate.Iconimage_right          = null;
     this.btnUpdate.Iconimage_right_Selected = null;
     this.btnUpdate.Iconimage_Selected       = null;
     this.btnUpdate.IconMarginLeft           = 0;
     this.btnUpdate.IconMarginRight          = 0;
     this.btnUpdate.IconRightVisible         = true;
     this.btnUpdate.IconRightZoom            = 0D;
     this.btnUpdate.IconVisible              = true;
     this.btnUpdate.IconZoom                 = 70D;
     this.btnUpdate.IsTab            = false;
     this.btnUpdate.Location         = new System.Drawing.Point(264, 10);
     this.btnUpdate.Margin           = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.btnUpdate.Name             = "btnUpdate";
     this.btnUpdate.Normalcolor      = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(30)))), ((int)(((byte)(51)))));
     this.btnUpdate.OnHovercolor     = System.Drawing.Color.FromArgb(((int)(((byte)(70)))), ((int)(((byte)(79)))), ((int)(((byte)(134)))));
     this.btnUpdate.OnHoverTextColor = System.Drawing.Color.White;
     this.btnUpdate.selected         = false;
     this.btnUpdate.Size             = new System.Drawing.Size(105, 45);
     this.btnUpdate.TabIndex         = 5;
     this.btnUpdate.Text             = "ویرایش";
     this.btnUpdate.TextAlign        = System.Drawing.ContentAlignment.MiddleCenter;
     this.btnUpdate.Textcolor        = System.Drawing.Color.White;
     this.btnUpdate.TextFont         = new System.Drawing.Font("B Roya", 15.75F, System.Drawing.FontStyle.Bold);
     this.btnUpdate.Click           += new System.EventHandler(this.btnUpdate_Click);
     //
     // btnDelete
     //
     this.btnDelete.Active                = false;
     this.btnDelete.Activecolor           = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(30)))), ((int)(((byte)(51)))));
     this.btnDelete.Anchor                = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.btnDelete.BackColor             = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(30)))), ((int)(((byte)(51)))));
     this.btnDelete.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.btnDelete.BorderRadius          = 5;
     this.btnDelete.ButtonText            = "حذف";
     this.btnDelete.Cursor                = System.Windows.Forms.Cursors.Arrow;
     this.animatorPanelSearchVam.SetDecoration(this.btnDelete, AnimatorNS.DecorationType.None);
     this.btnDelete.DisabledColor            = System.Drawing.Color.Gray;
     this.btnDelete.Enabled                  = false;
     this.btnDelete.Iconcolor                = System.Drawing.Color.Transparent;
     this.btnDelete.Iconimage                = null;
     this.btnDelete.Iconimage_right          = null;
     this.btnDelete.Iconimage_right_Selected = null;
     this.btnDelete.Iconimage_Selected       = null;
     this.btnDelete.IconMarginLeft           = 0;
     this.btnDelete.IconMarginRight          = 0;
     this.btnDelete.IconRightVisible         = true;
     this.btnDelete.IconRightZoom            = 0D;
     this.btnDelete.IconVisible              = true;
     this.btnDelete.IconZoom                 = 70D;
     this.btnDelete.IsTab            = false;
     this.btnDelete.Location         = new System.Drawing.Point(141, 10);
     this.btnDelete.Margin           = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.btnDelete.Name             = "btnDelete";
     this.btnDelete.Normalcolor      = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(30)))), ((int)(((byte)(51)))));
     this.btnDelete.OnHovercolor     = System.Drawing.Color.FromArgb(((int)(((byte)(70)))), ((int)(((byte)(79)))), ((int)(((byte)(134)))));
     this.btnDelete.OnHoverTextColor = System.Drawing.Color.White;
     this.btnDelete.selected         = false;
     this.btnDelete.Size             = new System.Drawing.Size(105, 45);
     this.btnDelete.TabIndex         = 4;
     this.btnDelete.Text             = "حذف";
     this.btnDelete.TextAlign        = System.Drawing.ContentAlignment.MiddleCenter;
     this.btnDelete.Textcolor        = System.Drawing.Color.White;
     this.btnDelete.TextFont         = new System.Drawing.Font("B Roya", 15.75F, System.Drawing.FontStyle.Bold);
     this.btnDelete.Click           += new System.EventHandler(this.btnDelete_Click);
     //
     // panelBottomLeft
     //
     this.panelBottomLeft.Controls.Add(this.lblSearch);
     this.panelBottomLeft.Controls.Add(this.txtSearch);
     this.panelBottomLeft.Controls.Add(this.picSetting);
     this.animatorPanelSearchVam.SetDecoration(this.panelBottomLeft, AnimatorNS.DecorationType.None);
     this.panelBottomLeft.Dock     = System.Windows.Forms.DockStyle.Left;
     this.panelBottomLeft.Location = new System.Drawing.Point(0, 0);
     this.panelBottomLeft.Name     = "panelBottomLeft";
     this.panelBottomLeft.Size     = new System.Drawing.Size(378, 65);
     this.panelBottomLeft.TabIndex = 0;
     //
     // lblSearch
     //
     this.animatorPanelSearchVam.SetDecoration(this.lblSearch, AnimatorNS.DecorationType.None);
     this.lblSearch.Font        = new System.Drawing.Font("B Roya", 18F, System.Drawing.FontStyle.Bold);
     this.lblSearch.ForeColor   = System.Drawing.Color.Black;
     this.lblSearch.Location    = new System.Drawing.Point(226, 13);
     this.lblSearch.Margin      = new System.Windows.Forms.Padding(0);
     this.lblSearch.Name        = "lblSearch";
     this.lblSearch.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
     this.lblSearch.Size        = new System.Drawing.Size(112, 40);
     this.lblSearch.TabIndex    = 0;
     this.lblSearch.Text        = "جست و جو:";
     this.lblSearch.TextAlign   = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // txtSearch
     //
     this.txtSearch.BackColor   = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(30)))), ((int)(((byte)(51)))));
     this.txtSearch.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.animatorPanelSearchVam.SetDecoration(this.txtSearch, AnimatorNS.DecorationType.None);
     this.txtSearch.Font         = new System.Drawing.Font("B Roya", 16F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(178)));
     this.txtSearch.ForeColor    = System.Drawing.Color.OrangeRed;
     this.txtSearch.Location     = new System.Drawing.Point(52, 15);
     this.txtSearch.Name         = "txtSearch";
     this.txtSearch.Size         = new System.Drawing.Size(177, 36);
     this.txtSearch.TabIndex     = 4;
     this.txtSearch.TextAlign    = System.Windows.Forms.HorizontalAlignment.Center;
     this.txtSearch.TextChanged += new System.EventHandler(this.txtSearch_TextChanged);
     this.txtSearch.KeyPress    += new System.Windows.Forms.KeyPressEventHandler(this.txtSearch_KeyPress);
     //
     // picSetting
     //
     this.picSetting.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.picSetting.Cursor = System.Windows.Forms.Cursors.Hand;
     this.animatorPanelSearchVam.SetDecoration(this.picSetting, AnimatorNS.DecorationType.None);
     this.picSetting.Image       = global::Ghadir.Properties.Resources.iconSettingSection;
     this.picSetting.Location    = new System.Drawing.Point(16, 12);
     this.picSetting.Name        = "picSetting";
     this.picSetting.Size        = new System.Drawing.Size(33, 42);
     this.picSetting.SizeMode    = System.Windows.Forms.PictureBoxSizeMode.Zoom;
     this.picSetting.TabIndex    = 1;
     this.picSetting.TabStop     = false;
     this.picSetting.MouseClick += new System.Windows.Forms.MouseEventHandler(this.picSetting_MouseClick);
     //
     // dataGridVam
     //
     this.dataGridVam.AllowUserToAddRows              = false;
     this.dataGridVam.AllowUserToDeleteRows           = false;
     dataGridViewCellStyle1.BackColor                 = System.Drawing.Color.FromArgb(((int)(((byte)(108)))), ((int)(((byte)(119)))), ((int)(((byte)(179)))));
     dataGridViewCellStyle1.SelectionBackColor        = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(30)))), ((int)(((byte)(51)))));
     dataGridViewCellStyle1.SelectionForeColor        = System.Drawing.Color.White;
     this.dataGridVam.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
     this.dataGridVam.AutoSizeColumnsMode             = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
     this.dataGridVam.AutoSizeRowsMode                = System.Windows.Forms.DataGridViewAutoSizeRowsMode.AllCells;
     this.dataGridVam.BackgroundColor                 = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(30)))), ((int)(((byte)(51)))));
     this.dataGridVam.BorderStyle              = System.Windows.Forms.BorderStyle.None;
     this.dataGridVam.CellBorderStyle          = System.Windows.Forms.DataGridViewCellBorderStyle.SunkenHorizontal;
     this.dataGridVam.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.None;
     dataGridViewCellStyle2.Alignment          = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     dataGridViewCellStyle2.BackColor          = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(30)))), ((int)(((byte)(51)))));
     dataGridViewCellStyle2.Font                    = new System.Drawing.Font("B Roya", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(178)));
     dataGridViewCellStyle2.ForeColor               = System.Drawing.Color.White;
     dataGridViewCellStyle2.SelectionBackColor      = System.Drawing.SystemColors.Highlight;
     dataGridViewCellStyle2.SelectionForeColor      = System.Drawing.SystemColors.HighlightText;
     dataGridViewCellStyle2.WrapMode                = System.Windows.Forms.DataGridViewTriState.True;
     this.dataGridVam.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
     this.dataGridVam.ColumnHeadersHeightSizeMode   = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.animatorPanelSearchVam.SetDecoration(this.dataGridVam, AnimatorNS.DecorationType.None);
     dataGridViewCellStyle3.Alignment          = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     dataGridViewCellStyle3.BackColor          = System.Drawing.Color.FromArgb(((int)(((byte)(108)))), ((int)(((byte)(119)))), ((int)(((byte)(179)))));
     dataGridViewCellStyle3.Font               = new System.Drawing.Font("B Roya", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(178)));
     dataGridViewCellStyle3.ForeColor          = System.Drawing.Color.White;
     dataGridViewCellStyle3.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(30)))), ((int)(((byte)(51)))));
     dataGridViewCellStyle3.SelectionForeColor = System.Drawing.Color.White;
     dataGridViewCellStyle3.WrapMode           = System.Windows.Forms.DataGridViewTriState.False;
     this.dataGridVam.DefaultCellStyle         = dataGridViewCellStyle3;
     this.dataGridVam.Dock = System.Windows.Forms.DockStyle.Right;
     this.dataGridVam.EnableHeadersVisualStyles = false;
     this.dataGridVam.GridColor             = System.Drawing.Color.FromArgb(((int)(((byte)(70)))), ((int)(((byte)(79)))), ((int)(((byte)(134)))));
     this.dataGridVam.Location              = new System.Drawing.Point(16, 0);
     this.dataGridVam.MultiSelect           = false;
     this.dataGridVam.Name                  = "dataGridVam";
     this.dataGridVam.ReadOnly              = true;
     this.dataGridVam.RightToLeft           = System.Windows.Forms.RightToLeft.Yes;
     this.dataGridVam.RowHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.None;
     this.dataGridVam.RowHeadersVisible     = false;
     this.dataGridVam.SelectionMode         = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
     this.dataGridVam.Size                  = new System.Drawing.Size(1069, 550);
     this.dataGridVam.TabIndex              = 2;
     this.dataGridVam.CellDoubleClick      += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridVam_CellDoubleClick);
     //
     // panelSearch
     //
     this.panelSearch.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.panelSearch.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(108)))), ((int)(((byte)(119)))), ((int)(((byte)(179)))));
     this.panelSearch.Controls.Add(this.rdoLoanType);
     this.panelSearch.Controls.Add(this.rdoZamenCode);
     this.panelSearch.Controls.Add(this.rdoZamen);
     this.panelSearch.Controls.Add(this.rdoRecieverCode);
     this.panelSearch.Controls.Add(this.rdoReciever);
     this.panelSearch.Controls.Add(this.rdoLoanNumber);
     this.animatorPanelSearchVam.SetDecoration(this.panelSearch, AnimatorNS.DecorationType.None);
     this.panelSearch.Location = new System.Drawing.Point(18, 323);
     this.panelSearch.Name     = "panelSearch";
     this.panelSearch.Size     = new System.Drawing.Size(179, 224);
     this.panelSearch.TabIndex = 4;
     this.panelSearch.Visible  = false;
     //
     // rdoLoanType
     //
     this.rdoLoanType.AutoSize = true;
     this.animatorPanelSearchVam.SetDecoration(this.rdoLoanType, AnimatorNS.DecorationType.None);
     this.rdoLoanType.Font                    = new System.Drawing.Font("B Roya", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(178)));
     this.rdoLoanType.ForeColor               = System.Drawing.Color.White;
     this.rdoLoanType.Location                = new System.Drawing.Point(104, 187);
     this.rdoLoanType.Name                    = "rdoLoanType";
     this.rdoLoanType.RightToLeft             = System.Windows.Forms.RightToLeft.Yes;
     this.rdoLoanType.Size                    = new System.Drawing.Size(67, 31);
     this.rdoLoanType.TabIndex                = 9;
     this.rdoLoanType.Text                    = "نوع وام";
     this.rdoLoanType.UseVisualStyleBackColor = true;
     this.rdoLoanType.CheckedChanged         += new System.EventHandler(this.rdoLoanNumber_CheckedChanged);
     //
     // rdoZamenCode
     //
     this.rdoZamenCode.AutoSize = true;
     this.animatorPanelSearchVam.SetDecoration(this.rdoZamenCode, AnimatorNS.DecorationType.None);
     this.rdoZamenCode.Font                    = new System.Drawing.Font("B Roya", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(178)));
     this.rdoZamenCode.ForeColor               = System.Drawing.Color.White;
     this.rdoZamenCode.Location                = new System.Drawing.Point(30, 150);
     this.rdoZamenCode.Name                    = "rdoZamenCode";
     this.rdoZamenCode.RightToLeft             = System.Windows.Forms.RightToLeft.Yes;
     this.rdoZamenCode.Size                    = new System.Drawing.Size(141, 31);
     this.rdoZamenCode.TabIndex                = 8;
     this.rdoZamenCode.Text                    = "شماره عضویت ضامن";
     this.rdoZamenCode.UseVisualStyleBackColor = true;
     this.rdoZamenCode.CheckedChanged         += new System.EventHandler(this.rdoLoanNumber_CheckedChanged);
     //
     // rdoZamen
     //
     this.rdoZamen.AutoSize = true;
     this.animatorPanelSearchVam.SetDecoration(this.rdoZamen, AnimatorNS.DecorationType.None);
     this.rdoZamen.Font                    = new System.Drawing.Font("B Roya", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(178)));
     this.rdoZamen.ForeColor               = System.Drawing.Color.White;
     this.rdoZamen.Location                = new System.Drawing.Point(93, 113);
     this.rdoZamen.Name                    = "rdoZamen";
     this.rdoZamen.RightToLeft             = System.Windows.Forms.RightToLeft.Yes;
     this.rdoZamen.Size                    = new System.Drawing.Size(78, 31);
     this.rdoZamen.TabIndex                = 7;
     this.rdoZamen.Text                    = "نام ضامن";
     this.rdoZamen.UseVisualStyleBackColor = true;
     this.rdoZamen.CheckedChanged         += new System.EventHandler(this.rdoLoanNumber_CheckedChanged);
     //
     // rdoRecieverCode
     //
     this.rdoRecieverCode.AutoSize = true;
     this.animatorPanelSearchVam.SetDecoration(this.rdoRecieverCode, AnimatorNS.DecorationType.None);
     this.rdoRecieverCode.Font                    = new System.Drawing.Font("B Roya", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(178)));
     this.rdoRecieverCode.ForeColor               = System.Drawing.Color.White;
     this.rdoRecieverCode.Location                = new System.Drawing.Point(3, 76);
     this.rdoRecieverCode.Name                    = "rdoRecieverCode";
     this.rdoRecieverCode.RightToLeft             = System.Windows.Forms.RightToLeft.Yes;
     this.rdoRecieverCode.Size                    = new System.Drawing.Size(168, 31);
     this.rdoRecieverCode.TabIndex                = 6;
     this.rdoRecieverCode.Text                    = "شماره عضویت وام گیرنده";
     this.rdoRecieverCode.UseVisualStyleBackColor = true;
     this.rdoRecieverCode.CheckedChanged         += new System.EventHandler(this.rdoLoanNumber_CheckedChanged);
     //
     // rdoReciever
     //
     this.rdoReciever.AutoSize = true;
     this.animatorPanelSearchVam.SetDecoration(this.rdoReciever, AnimatorNS.DecorationType.None);
     this.rdoReciever.Font                    = new System.Drawing.Font("B Roya", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(178)));
     this.rdoReciever.ForeColor               = System.Drawing.Color.White;
     this.rdoReciever.Location                = new System.Drawing.Point(66, 40);
     this.rdoReciever.Name                    = "rdoReciever";
     this.rdoReciever.RightToLeft             = System.Windows.Forms.RightToLeft.Yes;
     this.rdoReciever.Size                    = new System.Drawing.Size(105, 31);
     this.rdoReciever.TabIndex                = 5;
     this.rdoReciever.Text                    = "نام وام گیرنده";
     this.rdoReciever.UseVisualStyleBackColor = true;
     this.rdoReciever.CheckedChanged         += new System.EventHandler(this.rdoLoanNumber_CheckedChanged);
     //
     // rdoLoanNumber
     //
     this.rdoLoanNumber.AutoSize = true;
     this.rdoLoanNumber.Checked  = true;
     this.animatorPanelSearchVam.SetDecoration(this.rdoLoanNumber, AnimatorNS.DecorationType.None);
     this.rdoLoanNumber.Font                    = new System.Drawing.Font("B Roya", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(178)));
     this.rdoLoanNumber.ForeColor               = System.Drawing.Color.White;
     this.rdoLoanNumber.Location                = new System.Drawing.Point(89, 3);
     this.rdoLoanNumber.Name                    = "rdoLoanNumber";
     this.rdoLoanNumber.RightToLeft             = System.Windows.Forms.RightToLeft.Yes;
     this.rdoLoanNumber.Size                    = new System.Drawing.Size(82, 31);
     this.rdoLoanNumber.TabIndex                = 4;
     this.rdoLoanNumber.TabStop                 = true;
     this.rdoLoanNumber.Text                    = "شماره وام";
     this.rdoLoanNumber.UseVisualStyleBackColor = true;
     this.rdoLoanNumber.CheckedChanged         += new System.EventHandler(this.rdoLoanNumber_CheckedChanged);
     //
     // animatorPanelSearchVam
     //
     this.animatorPanelSearchVam.AnimationType = AnimatorNS.AnimationType.Transparent;
     this.animatorPanelSearchVam.Cursor        = null;
     animation1.AnimateOnlyDifferences         = true;
     animation1.BlindCoeff        = ((System.Drawing.PointF)(resources.GetObject("animation1.BlindCoeff")));
     animation1.LeafCoeff         = 0F;
     animation1.MaxTime           = 1F;
     animation1.MinTime           = 0F;
     animation1.MosaicCoeff       = ((System.Drawing.PointF)(resources.GetObject("animation1.MosaicCoeff")));
     animation1.MosaicShift       = ((System.Drawing.PointF)(resources.GetObject("animation1.MosaicShift")));
     animation1.MosaicSize        = 0;
     animation1.Padding           = new System.Windows.Forms.Padding(0);
     animation1.RotateCoeff       = 0F;
     animation1.RotateLimit       = 0F;
     animation1.ScaleCoeff        = ((System.Drawing.PointF)(resources.GetObject("animation1.ScaleCoeff")));
     animation1.SlideCoeff        = ((System.Drawing.PointF)(resources.GetObject("animation1.SlideCoeff")));
     animation1.TimeCoeff         = 0F;
     animation1.TransparencyCoeff = 1F;
     this.animatorPanelSearchVam.DefaultAnimation = animation1;
     //
     // SectionVam
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor           = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(30)))), ((int)(((byte)(51)))));
     this.Controls.Add(this.panelSearch);
     this.Controls.Add(this.dataGridVam);
     this.Controls.Add(this.panel1);
     this.animatorPanelSearchVam.SetDecoration(this, AnimatorNS.DecorationType.None);
     this.Name         = "SectionVam";
     this.Size         = new System.Drawing.Size(1085, 615);
     this.Load        += new System.EventHandler(this.SectionVam_Load);
     this.SizeChanged += new System.EventHandler(this.SectionVam_SizeChanged);
     this.panel1.ResumeLayout(false);
     this.panelBottomRight.ResumeLayout(false);
     this.panelBottomLeft.ResumeLayout(false);
     this.panelBottomLeft.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.picSetting)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataGridVam)).EndInit();
     this.panelSearch.ResumeLayout(false);
     this.panelSearch.PerformLayout();
     this.ResumeLayout(false);
 }
コード例 #36
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();
     AnimatorNS.Animation animation2 = new AnimatorNS.Animation();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(SectionSarmaye));
     this.panel1                  = new System.Windows.Forms.Panel();
     this.btnRefresh              = new Bunifu.Framework.UI.BunifuFlatButton();
     this.panelBottomLeft         = new System.Windows.Forms.Panel();
     this.lblSearch               = new System.Windows.Forms.Label();
     this.txtSearch               = new System.Windows.Forms.TextBox();
     this.picSetting              = new System.Windows.Forms.PictureBox();
     this.flowUsers               = new System.Windows.Forms.FlowLayoutPanel();
     this.groupMain               = new System.Windows.Forms.GroupBox();
     this.txtYear                 = new System.Windows.Forms.TextBox();
     this.label1                  = new System.Windows.Forms.Label();
     this.txtMonth                = new System.Windows.Forms.TextBox();
     this.label13                 = new System.Windows.Forms.Label();
     this.label2                  = new System.Windows.Forms.Label();
     this.txtPrevious             = new System.Windows.Forms.TextBox();
     this.label3                  = new System.Windows.Forms.Label();
     this.txtLastDatePay          = new System.Windows.Forms.TextBox();
     this.label4                  = new System.Windows.Forms.Label();
     this.txtNumberSahm           = new System.Windows.Forms.TextBox();
     this.label5                  = new System.Windows.Forms.Label();
     this.txtPayMonthly           = new System.Windows.Forms.TextBox();
     this.label6                  = new System.Windows.Forms.Label();
     this.txtCode                 = new System.Windows.Forms.TextBox();
     this.label11                 = new System.Windows.Forms.Label();
     this.txtName                 = new System.Windows.Forms.TextBox();
     this.label10                 = new System.Windows.Forms.Label();
     this.txtDay                  = new System.Windows.Forms.TextBox();
     this.label8                  = new System.Windows.Forms.Label();
     this.txtTotalSarmaye         = new System.Windows.Forms.TextBox();
     this.label7                  = new System.Windows.Forms.Label();
     this.label9                  = new System.Windows.Forms.Label();
     this.label12                 = new System.Windows.Forms.Label();
     this.btnPayGrouply           = new Bunifu.Framework.UI.BunifuFlatButton();
     this.btnPayMonthly           = new Bunifu.Framework.UI.BunifuFlatButton();
     this.panelSearch             = new System.Windows.Forms.Panel();
     this.rdoCode                 = new System.Windows.Forms.RadioButton();
     this.rdoName                 = new System.Windows.Forms.RadioButton();
     this.animatorPanelSearchFund = new AnimatorNS.Animator(this.components);
     this.panel1.SuspendLayout();
     this.panelBottomLeft.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.picSetting)).BeginInit();
     this.groupMain.SuspendLayout();
     this.panelSearch.SuspendLayout();
     this.SuspendLayout();
     //
     // panel1
     //
     this.panel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(108)))), ((int)(((byte)(119)))), ((int)(((byte)(179)))));
     this.panel1.Controls.Add(this.btnRefresh);
     this.panel1.Controls.Add(this.panelBottomLeft);
     this.animatorPanelSearchFund.SetDecoration(this.panel1, AnimatorNS.DecorationType.None);
     this.panel1.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.panel1.Location = new System.Drawing.Point(0, 550);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(1085, 65);
     this.panel1.TabIndex = 4;
     //
     // btnRefresh
     //
     this.btnRefresh.Active                = false;
     this.btnRefresh.Activecolor           = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(30)))), ((int)(((byte)(51)))));
     this.btnRefresh.Anchor                = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnRefresh.BackColor             = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(30)))), ((int)(((byte)(51)))));
     this.btnRefresh.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.btnRefresh.BorderRadius          = 5;
     this.btnRefresh.ButtonText            = "تازه سازی";
     this.btnRefresh.Cursor                = System.Windows.Forms.Cursors.Arrow;
     this.animatorPanelSearchFund.SetDecoration(this.btnRefresh, AnimatorNS.DecorationType.None);
     this.btnRefresh.DisabledColor            = System.Drawing.Color.Gray;
     this.btnRefresh.Font                     = new System.Drawing.Font("B Koodak", 15.75F, System.Drawing.FontStyle.Bold);
     this.btnRefresh.Iconcolor                = System.Drawing.Color.Transparent;
     this.btnRefresh.Iconimage                = null;
     this.btnRefresh.Iconimage_right          = null;
     this.btnRefresh.Iconimage_right_Selected = null;
     this.btnRefresh.Iconimage_Selected       = null;
     this.btnRefresh.IconMarginLeft           = 0;
     this.btnRefresh.IconMarginRight          = 0;
     this.btnRefresh.IconRightVisible         = true;
     this.btnRefresh.IconRightZoom            = 0D;
     this.btnRefresh.IconVisible              = true;
     this.btnRefresh.IconZoom                 = 70D;
     this.btnRefresh.IsTab                    = false;
     this.btnRefresh.Location                 = new System.Drawing.Point(971, 10);
     this.btnRefresh.Margin                   = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.btnRefresh.Name                     = "btnRefresh";
     this.btnRefresh.Normalcolor              = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(30)))), ((int)(((byte)(51)))));
     this.btnRefresh.OnHovercolor             = System.Drawing.Color.FromArgb(((int)(((byte)(70)))), ((int)(((byte)(79)))), ((int)(((byte)(134)))));
     this.btnRefresh.OnHoverTextColor         = System.Drawing.Color.White;
     this.btnRefresh.selected                 = false;
     this.btnRefresh.Size                     = new System.Drawing.Size(105, 45);
     this.btnRefresh.TabIndex                 = 9;
     this.btnRefresh.Text                     = "تازه سازی";
     this.btnRefresh.TextAlign                = System.Drawing.ContentAlignment.MiddleCenter;
     this.btnRefresh.Textcolor                = System.Drawing.Color.White;
     this.btnRefresh.TextFont                 = new System.Drawing.Font("B Roya", 15.75F, System.Drawing.FontStyle.Bold);
     this.btnRefresh.Click                   += new System.EventHandler(this.btnRefresh_Click);
     //
     // panelBottomLeft
     //
     this.panelBottomLeft.Controls.Add(this.lblSearch);
     this.panelBottomLeft.Controls.Add(this.txtSearch);
     this.panelBottomLeft.Controls.Add(this.picSetting);
     this.animatorPanelSearchFund.SetDecoration(this.panelBottomLeft, AnimatorNS.DecorationType.None);
     this.panelBottomLeft.Dock     = System.Windows.Forms.DockStyle.Left;
     this.panelBottomLeft.Location = new System.Drawing.Point(0, 0);
     this.panelBottomLeft.Name     = "panelBottomLeft";
     this.panelBottomLeft.Size     = new System.Drawing.Size(378, 65);
     this.panelBottomLeft.TabIndex = 0;
     //
     // lblSearch
     //
     this.animatorPanelSearchFund.SetDecoration(this.lblSearch, AnimatorNS.DecorationType.None);
     this.lblSearch.Font        = new System.Drawing.Font("B Roya", 18F, System.Drawing.FontStyle.Bold);
     this.lblSearch.ForeColor   = System.Drawing.Color.Black;
     this.lblSearch.Location    = new System.Drawing.Point(261, 11);
     this.lblSearch.Margin      = new System.Windows.Forms.Padding(0);
     this.lblSearch.Name        = "lblSearch";
     this.lblSearch.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
     this.lblSearch.Size        = new System.Drawing.Size(112, 40);
     this.lblSearch.TabIndex    = 0;
     this.lblSearch.Text        = "جست و جو:";
     this.lblSearch.TextAlign   = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // txtSearch
     //
     this.txtSearch.BackColor   = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(30)))), ((int)(((byte)(51)))));
     this.txtSearch.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.animatorPanelSearchFund.SetDecoration(this.txtSearch, AnimatorNS.DecorationType.None);
     this.txtSearch.Font         = new System.Drawing.Font("B Roya", 16F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(178)));
     this.txtSearch.ForeColor    = System.Drawing.Color.OrangeRed;
     this.txtSearch.Location     = new System.Drawing.Point(55, 15);
     this.txtSearch.Name         = "txtSearch";
     this.txtSearch.Size         = new System.Drawing.Size(205, 36);
     this.txtSearch.TabIndex     = 4;
     this.txtSearch.TextAlign    = System.Windows.Forms.HorizontalAlignment.Center;
     this.txtSearch.TextChanged += new System.EventHandler(this.txtSearch_TextChanged);
     this.txtSearch.KeyPress    += new System.Windows.Forms.KeyPressEventHandler(this.txtSearch_KeyPress);
     //
     // picSetting
     //
     this.picSetting.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.picSetting.Cursor = System.Windows.Forms.Cursors.Arrow;
     this.animatorPanelSearchFund.SetDecoration(this.picSetting, AnimatorNS.DecorationType.None);
     this.picSetting.Image       = global::Ghadir.Properties.Resources.iconSettingSection;
     this.picSetting.Location    = new System.Drawing.Point(16, 11);
     this.picSetting.Name        = "picSetting";
     this.picSetting.Size        = new System.Drawing.Size(33, 42);
     this.picSetting.SizeMode    = System.Windows.Forms.PictureBoxSizeMode.Zoom;
     this.picSetting.TabIndex    = 1;
     this.picSetting.TabStop     = false;
     this.picSetting.MouseClick += new System.Windows.Forms.MouseEventHandler(this.picSetting_MouseClick);
     //
     // flowUsers
     //
     this.flowUsers.AutoScroll = true;
     this.animatorPanelSearchFund.SetDecoration(this.flowUsers, AnimatorNS.DecorationType.None);
     this.flowUsers.Dock          = System.Windows.Forms.DockStyle.Right;
     this.flowUsers.FlowDirection = System.Windows.Forms.FlowDirection.RightToLeft;
     this.flowUsers.Location      = new System.Drawing.Point(893, 0);
     this.flowUsers.Margin        = new System.Windows.Forms.Padding(0);
     this.flowUsers.Name          = "flowUsers";
     this.flowUsers.Size          = new System.Drawing.Size(192, 550);
     this.flowUsers.TabIndex      = 0;
     //
     // groupMain
     //
     this.groupMain.Anchor = System.Windows.Forms.AnchorStyles.None;
     this.groupMain.Controls.Add(this.txtYear);
     this.groupMain.Controls.Add(this.label1);
     this.groupMain.Controls.Add(this.txtMonth);
     this.groupMain.Controls.Add(this.label13);
     this.groupMain.Controls.Add(this.label2);
     this.groupMain.Controls.Add(this.txtPrevious);
     this.groupMain.Controls.Add(this.label3);
     this.groupMain.Controls.Add(this.txtLastDatePay);
     this.groupMain.Controls.Add(this.label4);
     this.groupMain.Controls.Add(this.txtNumberSahm);
     this.groupMain.Controls.Add(this.label5);
     this.groupMain.Controls.Add(this.txtPayMonthly);
     this.groupMain.Controls.Add(this.label6);
     this.groupMain.Controls.Add(this.txtCode);
     this.groupMain.Controls.Add(this.label11);
     this.groupMain.Controls.Add(this.txtName);
     this.groupMain.Controls.Add(this.label10);
     this.groupMain.Controls.Add(this.txtDay);
     this.groupMain.Controls.Add(this.label8);
     this.groupMain.Controls.Add(this.txtTotalSarmaye);
     this.groupMain.Controls.Add(this.label7);
     this.groupMain.Controls.Add(this.label9);
     this.groupMain.Controls.Add(this.label12);
     this.animatorPanelSearchFund.SetDecoration(this.groupMain, AnimatorNS.DecorationType.None);
     this.groupMain.Location    = new System.Drawing.Point(48, 30);
     this.groupMain.Name        = "groupMain";
     this.groupMain.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
     this.groupMain.Size        = new System.Drawing.Size(803, 396);
     this.groupMain.TabIndex    = 70;
     this.groupMain.TabStop     = false;
     //
     // txtYear
     //
     this.txtYear.Anchor    = System.Windows.Forms.AnchorStyles.None;
     this.txtYear.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(30)))), ((int)(((byte)(51)))));
     this.animatorPanelSearchFund.SetDecoration(this.txtYear, AnimatorNS.DecorationType.None);
     this.txtYear.Font        = new System.Drawing.Font("B Roya", 13F);
     this.txtYear.ForeColor   = System.Drawing.Color.OrangeRed;
     this.txtYear.Location    = new System.Drawing.Point(438, 266);
     this.txtYear.MaxLength   = 4;
     this.txtYear.Name        = "txtYear";
     this.txtYear.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
     this.txtYear.Size        = new System.Drawing.Size(59, 36);
     this.txtYear.TabIndex    = 6;
     this.txtYear.TextAlign   = System.Windows.Forms.HorizontalAlignment.Center;
     //
     // label1
     //
     this.animatorPanelSearchFund.SetDecoration(this.label1, AnimatorNS.DecorationType.None);
     this.label1.Font        = new System.Drawing.Font("B Roya", 15.75F, System.Drawing.FontStyle.Bold);
     this.label1.ForeColor   = System.Drawing.Color.White;
     this.label1.Location    = new System.Drawing.Point(498, 270);
     this.label1.Name        = "label1";
     this.label1.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
     this.label1.Size        = new System.Drawing.Size(25, 29);
     this.label1.TabIndex    = 84;
     this.label1.Text        = "/";
     //
     // txtMonth
     //
     this.txtMonth.Anchor    = System.Windows.Forms.AnchorStyles.None;
     this.txtMonth.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(30)))), ((int)(((byte)(51)))));
     this.animatorPanelSearchFund.SetDecoration(this.txtMonth, AnimatorNS.DecorationType.None);
     this.txtMonth.Font         = new System.Drawing.Font("B Roya", 13F);
     this.txtMonth.ForeColor    = System.Drawing.Color.OrangeRed;
     this.txtMonth.Location     = new System.Drawing.Point(526, 266);
     this.txtMonth.MaxLength    = 2;
     this.txtMonth.Name         = "txtMonth";
     this.txtMonth.RightToLeft  = System.Windows.Forms.RightToLeft.Yes;
     this.txtMonth.Size         = new System.Drawing.Size(42, 36);
     this.txtMonth.TabIndex     = 5;
     this.txtMonth.TextAlign    = System.Windows.Forms.HorizontalAlignment.Center;
     this.txtMonth.TextChanged += new System.EventHandler(this.txtMonth_TextChanged);
     //
     // label13
     //
     this.animatorPanelSearchFund.SetDecoration(this.label13, AnimatorNS.DecorationType.None);
     this.label13.Font        = new System.Drawing.Font("B Roya", 15.75F, System.Drawing.FontStyle.Bold);
     this.label13.ForeColor   = System.Drawing.Color.White;
     this.label13.Location    = new System.Drawing.Point(571, 270);
     this.label13.Name        = "label13";
     this.label13.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
     this.label13.Size        = new System.Drawing.Size(25, 29);
     this.label13.TabIndex    = 82;
     this.label13.Text        = "/";
     //
     // label2
     //
     this.label2.Anchor = System.Windows.Forms.AnchorStyles.None;
     this.animatorPanelSearchFund.SetDecoration(this.label2, AnimatorNS.DecorationType.None);
     this.label2.Font        = new System.Drawing.Font("B Roya", 15.75F, System.Drawing.FontStyle.Bold);
     this.label2.ForeColor   = System.Drawing.Color.White;
     this.label2.Location    = new System.Drawing.Point(644, 103);
     this.label2.Margin      = new System.Windows.Forms.Padding(0);
     this.label2.Name        = "label2";
     this.label2.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
     this.label2.Size        = new System.Drawing.Size(140, 35);
     this.label2.TabIndex    = 0;
     this.label2.Text        = "نام ونام خانوادگی:";
     this.label2.TextAlign   = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // txtPrevious
     //
     this.txtPrevious.Anchor    = System.Windows.Forms.AnchorStyles.None;
     this.txtPrevious.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(30)))), ((int)(((byte)(51)))));
     this.animatorPanelSearchFund.SetDecoration(this.txtPrevious, AnimatorNS.DecorationType.None);
     this.txtPrevious.Font        = new System.Drawing.Font("B Roya", 13F);
     this.txtPrevious.ForeColor   = System.Drawing.Color.OrangeRed;
     this.txtPrevious.Location    = new System.Drawing.Point(49, 347);
     this.txtPrevious.Name        = "txtPrevious";
     this.txtPrevious.ReadOnly    = true;
     this.txtPrevious.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
     this.txtPrevious.Size        = new System.Drawing.Size(200, 36);
     this.txtPrevious.TabIndex    = 9;
     this.txtPrevious.TextAlign   = System.Windows.Forms.HorizontalAlignment.Center;
     //
     // label3
     //
     this.label3.Anchor = System.Windows.Forms.AnchorStyles.None;
     this.animatorPanelSearchFund.SetDecoration(this.label3, AnimatorNS.DecorationType.None);
     this.label3.Font        = new System.Drawing.Font("B Roya", 15.75F, System.Drawing.FontStyle.Bold);
     this.label3.ForeColor   = System.Drawing.SystemColors.ButtonHighlight;
     this.label3.Location    = new System.Drawing.Point(257, 103);
     this.label3.Name        = "label3";
     this.label3.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
     this.label3.Size        = new System.Drawing.Size(96, 35);
     this.label3.TabIndex    = 47;
     this.label3.Text        = "کل سرمایه:";
     this.label3.TextAlign   = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // txtLastDatePay
     //
     this.txtLastDatePay.Anchor    = System.Windows.Forms.AnchorStyles.None;
     this.txtLastDatePay.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(30)))), ((int)(((byte)(51)))));
     this.animatorPanelSearchFund.SetDecoration(this.txtLastDatePay, AnimatorNS.DecorationType.None);
     this.txtLastDatePay.Font        = new System.Drawing.Font("B Roya", 13F);
     this.txtLastDatePay.ForeColor   = System.Drawing.Color.OrangeRed;
     this.txtLastDatePay.Location    = new System.Drawing.Point(49, 266);
     this.txtLastDatePay.Name        = "txtLastDatePay";
     this.txtLastDatePay.ReadOnly    = true;
     this.txtLastDatePay.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
     this.txtLastDatePay.Size        = new System.Drawing.Size(200, 36);
     this.txtLastDatePay.TabIndex    = 7;
     this.txtLastDatePay.TextAlign   = System.Windows.Forms.HorizontalAlignment.Center;
     //
     // label4
     //
     this.label4.Anchor = System.Windows.Forms.AnchorStyles.None;
     this.animatorPanelSearchFund.SetDecoration(this.label4, AnimatorNS.DecorationType.None);
     this.label4.Font        = new System.Drawing.Font("B Roya", 15.75F, System.Drawing.FontStyle.Bold);
     this.label4.ForeColor   = System.Drawing.SystemColors.ButtonHighlight;
     this.label4.Location    = new System.Drawing.Point(644, 191);
     this.label4.Name        = "label4";
     this.label4.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
     this.label4.Size        = new System.Drawing.Size(92, 35);
     this.label4.TabIndex    = 48;
     this.label4.Text        = "تعداد سهم:";
     this.label4.TextAlign   = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // txtNumberSahm
     //
     this.txtNumberSahm.Anchor    = System.Windows.Forms.AnchorStyles.None;
     this.txtNumberSahm.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(30)))), ((int)(((byte)(51)))));
     this.animatorPanelSearchFund.SetDecoration(this.txtNumberSahm, AnimatorNS.DecorationType.None);
     this.txtNumberSahm.Font        = new System.Drawing.Font("B Roya", 13F);
     this.txtNumberSahm.ForeColor   = System.Drawing.Color.OrangeRed;
     this.txtNumberSahm.Location    = new System.Drawing.Point(438, 192);
     this.txtNumberSahm.Name        = "txtNumberSahm";
     this.txtNumberSahm.ReadOnly    = true;
     this.txtNumberSahm.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
     this.txtNumberSahm.Size        = new System.Drawing.Size(200, 36);
     this.txtNumberSahm.TabIndex    = 2;
     this.txtNumberSahm.TextAlign   = System.Windows.Forms.HorizontalAlignment.Center;
     //
     // label5
     //
     this.label5.Anchor = System.Windows.Forms.AnchorStyles.None;
     this.animatorPanelSearchFund.SetDecoration(this.label5, AnimatorNS.DecorationType.None);
     this.label5.Font        = new System.Drawing.Font("B Roya", 15.75F, System.Drawing.FontStyle.Bold);
     this.label5.ForeColor   = System.Drawing.SystemColors.ButtonHighlight;
     this.label5.Location    = new System.Drawing.Point(257, 266);
     this.label5.Name        = "label5";
     this.label5.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
     this.label5.Size        = new System.Drawing.Size(166, 35);
     this.label5.TabIndex    = 49;
     this.label5.Text        = "تاریخ پرداخت پیشین:";
     this.label5.TextAlign   = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // txtPayMonthly
     //
     this.txtPayMonthly.Anchor    = System.Windows.Forms.AnchorStyles.None;
     this.txtPayMonthly.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(30)))), ((int)(((byte)(51)))));
     this.animatorPanelSearchFund.SetDecoration(this.txtPayMonthly, AnimatorNS.DecorationType.None);
     this.txtPayMonthly.Font        = new System.Drawing.Font("B Roya", 13F);
     this.txtPayMonthly.ForeColor   = System.Drawing.Color.OrangeRed;
     this.txtPayMonthly.Location    = new System.Drawing.Point(438, 346);
     this.txtPayMonthly.Name        = "txtPayMonthly";
     this.txtPayMonthly.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
     this.txtPayMonthly.Size        = new System.Drawing.Size(200, 36);
     this.txtPayMonthly.TabIndex    = 3;
     this.txtPayMonthly.TextAlign   = System.Windows.Forms.HorizontalAlignment.Center;
     //
     // label6
     //
     this.label6.Anchor = System.Windows.Forms.AnchorStyles.None;
     this.animatorPanelSearchFund.SetDecoration(this.label6, AnimatorNS.DecorationType.None);
     this.label6.Font        = new System.Drawing.Font("B Roya", 15.75F, System.Drawing.FontStyle.Bold);
     this.label6.ForeColor   = System.Drawing.SystemColors.ButtonHighlight;
     this.label6.Location    = new System.Drawing.Point(257, 347);
     this.label6.Name        = "label6";
     this.label6.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
     this.label6.Size        = new System.Drawing.Size(95, 35);
     this.label6.TabIndex    = 50;
     this.label6.Text        = "عقب افتاده:";
     this.label6.TextAlign   = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // txtCode
     //
     this.txtCode.Anchor    = System.Windows.Forms.AnchorStyles.None;
     this.txtCode.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(30)))), ((int)(((byte)(51)))));
     this.animatorPanelSearchFund.SetDecoration(this.txtCode, AnimatorNS.DecorationType.None);
     this.txtCode.Font        = new System.Drawing.Font("B Roya", 13F);
     this.txtCode.ForeColor   = System.Drawing.Color.OrangeRed;
     this.txtCode.Location    = new System.Drawing.Point(49, 190);
     this.txtCode.Name        = "txtCode";
     this.txtCode.ReadOnly    = true;
     this.txtCode.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
     this.txtCode.Size        = new System.Drawing.Size(200, 36);
     this.txtCode.TabIndex    = 8;
     this.txtCode.TextAlign   = System.Windows.Forms.HorizontalAlignment.Center;
     //
     // label11
     //
     this.label11.Anchor = System.Windows.Forms.AnchorStyles.None;
     this.animatorPanelSearchFund.SetDecoration(this.label11, AnimatorNS.DecorationType.None);
     this.label11.Font        = new System.Drawing.Font("B Roya", 15.75F, System.Drawing.FontStyle.Bold);
     this.label11.ForeColor   = System.Drawing.SystemColors.ButtonHighlight;
     this.label11.Location    = new System.Drawing.Point(255, 190);
     this.label11.Name        = "label11";
     this.label11.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
     this.label11.Size        = new System.Drawing.Size(119, 35);
     this.label11.TabIndex    = 52;
     this.label11.Text        = "شماره عضویت:";
     this.label11.TextAlign   = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // txtName
     //
     this.txtName.Anchor    = System.Windows.Forms.AnchorStyles.None;
     this.txtName.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(30)))), ((int)(((byte)(51)))));
     this.animatorPanelSearchFund.SetDecoration(this.txtName, AnimatorNS.DecorationType.None);
     this.txtName.Font        = new System.Drawing.Font("B Roya", 13F);
     this.txtName.ForeColor   = System.Drawing.Color.OrangeRed;
     this.txtName.Location    = new System.Drawing.Point(438, 103);
     this.txtName.Name        = "txtName";
     this.txtName.ReadOnly    = true;
     this.txtName.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
     this.txtName.Size        = new System.Drawing.Size(200, 36);
     this.txtName.TabIndex    = 0;
     this.txtName.TextAlign   = System.Windows.Forms.HorizontalAlignment.Center;
     //
     // label10
     //
     this.label10.Anchor = System.Windows.Forms.AnchorStyles.None;
     this.animatorPanelSearchFund.SetDecoration(this.label10, AnimatorNS.DecorationType.None);
     this.label10.Font        = new System.Drawing.Font("B Roya", 15.75F, System.Drawing.FontStyle.Bold);
     this.label10.ForeColor   = System.Drawing.SystemColors.ButtonHighlight;
     this.label10.Location    = new System.Drawing.Point(646, 345);
     this.label10.Name        = "label10";
     this.label10.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
     this.label10.Size        = new System.Drawing.Size(121, 35);
     this.label10.TabIndex    = 51;
     this.label10.Text        = "پرداخت ماهانه:";
     this.label10.TextAlign   = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // txtDay
     //
     this.txtDay.Anchor    = System.Windows.Forms.AnchorStyles.None;
     this.txtDay.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(30)))), ((int)(((byte)(51)))));
     this.animatorPanelSearchFund.SetDecoration(this.txtDay, AnimatorNS.DecorationType.None);
     this.txtDay.Font         = new System.Drawing.Font("B Roya", 13F);
     this.txtDay.ForeColor    = System.Drawing.Color.OrangeRed;
     this.txtDay.Location     = new System.Drawing.Point(596, 266);
     this.txtDay.MaxLength    = 2;
     this.txtDay.Name         = "txtDay";
     this.txtDay.RightToLeft  = System.Windows.Forms.RightToLeft.Yes;
     this.txtDay.Size         = new System.Drawing.Size(42, 36);
     this.txtDay.TabIndex     = 4;
     this.txtDay.TextAlign    = System.Windows.Forms.HorizontalAlignment.Center;
     this.txtDay.TextChanged += new System.EventHandler(this.txtDay_TextChanged);
     //
     // label8
     //
     this.label8.Anchor = System.Windows.Forms.AnchorStyles.None;
     this.animatorPanelSearchFund.SetDecoration(this.label8, AnimatorNS.DecorationType.None);
     this.label8.Font        = new System.Drawing.Font("B Roya", 15.75F, System.Drawing.FontStyle.Bold);
     this.label8.ForeColor   = System.Drawing.SystemColors.ButtonHighlight;
     this.label8.Location    = new System.Drawing.Point(644, 266);
     this.label8.Name        = "label8";
     this.label8.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
     this.label8.Size        = new System.Drawing.Size(118, 35);
     this.label8.TabIndex    = 54;
     this.label8.Text        = "تاریخ پرداخت:";
     this.label8.TextAlign   = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // txtTotalSarmaye
     //
     this.txtTotalSarmaye.Anchor    = System.Windows.Forms.AnchorStyles.None;
     this.txtTotalSarmaye.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(30)))), ((int)(((byte)(51)))));
     this.animatorPanelSearchFund.SetDecoration(this.txtTotalSarmaye, AnimatorNS.DecorationType.None);
     this.txtTotalSarmaye.Font        = new System.Drawing.Font("B Roya", 13F);
     this.txtTotalSarmaye.ForeColor   = System.Drawing.Color.OrangeRed;
     this.txtTotalSarmaye.Location    = new System.Drawing.Point(49, 103);
     this.txtTotalSarmaye.Name        = "txtTotalSarmaye";
     this.txtTotalSarmaye.ReadOnly    = true;
     this.txtTotalSarmaye.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
     this.txtTotalSarmaye.Size        = new System.Drawing.Size(200, 36);
     this.txtTotalSarmaye.TabIndex    = 1;
     this.txtTotalSarmaye.TextAlign   = System.Windows.Forms.HorizontalAlignment.Center;
     //
     // label7
     //
     this.label7.Anchor = System.Windows.Forms.AnchorStyles.None;
     this.animatorPanelSearchFund.SetDecoration(this.label7, AnimatorNS.DecorationType.None);
     this.label7.Font        = new System.Drawing.Font("B Roya", 15.75F, System.Drawing.FontStyle.Bold);
     this.label7.ForeColor   = System.Drawing.Color.White;
     this.label7.Location    = new System.Drawing.Point(11, 113);
     this.label7.Name        = "label7";
     this.label7.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
     this.label7.Size        = new System.Drawing.Size(32, 17);
     this.label7.TabIndex    = 55;
     this.label7.Text        = "ریال";
     //
     // label9
     //
     this.label9.Anchor = System.Windows.Forms.AnchorStyles.None;
     this.animatorPanelSearchFund.SetDecoration(this.label9, AnimatorNS.DecorationType.None);
     this.label9.Font        = new System.Drawing.Font("B Roya", 15.75F, System.Drawing.FontStyle.Bold);
     this.label9.ForeColor   = System.Drawing.Color.White;
     this.label9.Location    = new System.Drawing.Point(11, 196);
     this.label9.Name        = "label9";
     this.label9.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
     this.label9.Size        = new System.Drawing.Size(32, 17);
     this.label9.TabIndex    = 56;
     this.label9.Text        = "ریال";
     //
     // label12
     //
     this.label12.Anchor = System.Windows.Forms.AnchorStyles.None;
     this.animatorPanelSearchFund.SetDecoration(this.label12, AnimatorNS.DecorationType.None);
     this.label12.Font        = new System.Drawing.Font("B Roya", 30F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(178)));
     this.label12.ForeColor   = System.Drawing.Color.White;
     this.label12.Location    = new System.Drawing.Point(306, 14);
     this.label12.Name        = "label12";
     this.label12.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
     this.label12.Size        = new System.Drawing.Size(190, 66);
     this.label12.TabIndex    = 57;
     this.label12.Text        = "اطلاعات فرد";
     //
     // btnPayGrouply
     //
     this.btnPayGrouply.Active                = false;
     this.btnPayGrouply.Activecolor           = System.Drawing.Color.FromArgb(((int)(((byte)(70)))), ((int)(((byte)(79)))), ((int)(((byte)(134)))));
     this.btnPayGrouply.Anchor                = System.Windows.Forms.AnchorStyles.None;
     this.btnPayGrouply.BackColor             = System.Drawing.Color.FromArgb(((int)(((byte)(70)))), ((int)(((byte)(79)))), ((int)(((byte)(134)))));
     this.btnPayGrouply.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.btnPayGrouply.BorderRadius          = 5;
     this.btnPayGrouply.ButtonText            = "پرداخت گروهی";
     this.btnPayGrouply.Cursor                = System.Windows.Forms.Cursors.Arrow;
     this.animatorPanelSearchFund.SetDecoration(this.btnPayGrouply, AnimatorNS.DecorationType.None);
     this.btnPayGrouply.DisabledColor            = System.Drawing.Color.Gray;
     this.btnPayGrouply.Iconcolor                = System.Drawing.Color.Transparent;
     this.btnPayGrouply.Iconimage                = null;
     this.btnPayGrouply.Iconimage_right          = null;
     this.btnPayGrouply.Iconimage_right_Selected = null;
     this.btnPayGrouply.Iconimage_Selected       = null;
     this.btnPayGrouply.IconMarginLeft           = 0;
     this.btnPayGrouply.IconMarginRight          = 0;
     this.btnPayGrouply.IconRightVisible         = true;
     this.btnPayGrouply.IconRightZoom            = 0D;
     this.btnPayGrouply.IconVisible              = true;
     this.btnPayGrouply.IconZoom         = 50D;
     this.btnPayGrouply.IsTab            = false;
     this.btnPayGrouply.Location         = new System.Drawing.Point(358, 474);
     this.btnPayGrouply.Margin           = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.btnPayGrouply.Name             = "btnPayGrouply";
     this.btnPayGrouply.Normalcolor      = System.Drawing.Color.FromArgb(((int)(((byte)(70)))), ((int)(((byte)(79)))), ((int)(((byte)(134)))));
     this.btnPayGrouply.OnHovercolor     = System.Drawing.Color.FromArgb(((int)(((byte)(108)))), ((int)(((byte)(119)))), ((int)(((byte)(179)))));
     this.btnPayGrouply.OnHoverTextColor = System.Drawing.Color.White;
     this.btnPayGrouply.selected         = false;
     this.btnPayGrouply.Size             = new System.Drawing.Size(183, 37);
     this.btnPayGrouply.TabIndex         = 1;
     this.btnPayGrouply.Text             = "پرداخت گروهی";
     this.btnPayGrouply.TextAlign        = System.Drawing.ContentAlignment.MiddleCenter;
     this.btnPayGrouply.Textcolor        = System.Drawing.Color.White;
     this.btnPayGrouply.TextFont         = new System.Drawing.Font("B Roya", 20.25F, System.Drawing.FontStyle.Bold);
     this.btnPayGrouply.Click           += new System.EventHandler(this.btnPayGrouply_Click);
     //
     // btnPayMonthly
     //
     this.btnPayMonthly.Active                = false;
     this.btnPayMonthly.Activecolor           = System.Drawing.Color.FromArgb(((int)(((byte)(70)))), ((int)(((byte)(79)))), ((int)(((byte)(134)))));
     this.btnPayMonthly.Anchor                = System.Windows.Forms.AnchorStyles.None;
     this.btnPayMonthly.BackColor             = System.Drawing.Color.FromArgb(((int)(((byte)(70)))), ((int)(((byte)(79)))), ((int)(((byte)(134)))));
     this.btnPayMonthly.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.btnPayMonthly.BorderRadius          = 5;
     this.btnPayMonthly.ButtonText            = "پرداخت ماهانه";
     this.btnPayMonthly.Cursor                = System.Windows.Forms.Cursors.Arrow;
     this.animatorPanelSearchFund.SetDecoration(this.btnPayMonthly, AnimatorNS.DecorationType.None);
     this.btnPayMonthly.DisabledColor            = System.Drawing.Color.Gray;
     this.btnPayMonthly.Enabled                  = false;
     this.btnPayMonthly.Iconcolor                = System.Drawing.Color.Transparent;
     this.btnPayMonthly.Iconimage                = null;
     this.btnPayMonthly.Iconimage_right          = null;
     this.btnPayMonthly.Iconimage_right_Selected = null;
     this.btnPayMonthly.Iconimage_Selected       = null;
     this.btnPayMonthly.IconMarginLeft           = 0;
     this.btnPayMonthly.IconMarginRight          = 0;
     this.btnPayMonthly.IconRightVisible         = true;
     this.btnPayMonthly.IconRightZoom            = 0D;
     this.btnPayMonthly.IconVisible              = true;
     this.btnPayMonthly.IconZoom                 = 50D;
     this.btnPayMonthly.IsTab            = false;
     this.btnPayMonthly.Location         = new System.Drawing.Point(358, 433);
     this.btnPayMonthly.Margin           = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.btnPayMonthly.Name             = "btnPayMonthly";
     this.btnPayMonthly.Normalcolor      = System.Drawing.Color.FromArgb(((int)(((byte)(70)))), ((int)(((byte)(79)))), ((int)(((byte)(134)))));
     this.btnPayMonthly.OnHovercolor     = System.Drawing.Color.FromArgb(((int)(((byte)(108)))), ((int)(((byte)(119)))), ((int)(((byte)(179)))));
     this.btnPayMonthly.OnHoverTextColor = System.Drawing.Color.White;
     this.btnPayMonthly.selected         = false;
     this.btnPayMonthly.Size             = new System.Drawing.Size(183, 37);
     this.btnPayMonthly.TabIndex         = 0;
     this.btnPayMonthly.Text             = "پرداخت ماهانه";
     this.btnPayMonthly.TextAlign        = System.Drawing.ContentAlignment.MiddleCenter;
     this.btnPayMonthly.Textcolor        = System.Drawing.Color.White;
     this.btnPayMonthly.TextFont         = new System.Drawing.Font("B Roya", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(178)));
     this.btnPayMonthly.Click           += new System.EventHandler(this.btnPayMonthly_Click);
     //
     // panelSearch
     //
     this.panelSearch.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.panelSearch.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(108)))), ((int)(((byte)(119)))), ((int)(((byte)(179)))));
     this.panelSearch.Controls.Add(this.rdoCode);
     this.panelSearch.Controls.Add(this.rdoName);
     this.animatorPanelSearchFund.SetDecoration(this.panelSearch, AnimatorNS.DecorationType.None);
     this.panelSearch.Location = new System.Drawing.Point(18, 474);
     this.panelSearch.Name     = "panelSearch";
     this.panelSearch.Size     = new System.Drawing.Size(129, 73);
     this.panelSearch.TabIndex = 74;
     this.panelSearch.Visible  = false;
     //
     // rdoCode
     //
     this.rdoCode.AutoSize = true;
     this.animatorPanelSearchFund.SetDecoration(this.rdoCode, AnimatorNS.DecorationType.None);
     this.rdoCode.Font                    = new System.Drawing.Font("B Roya", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(178)));
     this.rdoCode.ForeColor               = System.Drawing.Color.White;
     this.rdoCode.Location                = new System.Drawing.Point(19, 40);
     this.rdoCode.Name                    = "rdoCode";
     this.rdoCode.RightToLeft             = System.Windows.Forms.RightToLeft.Yes;
     this.rdoCode.Size                    = new System.Drawing.Size(107, 31);
     this.rdoCode.TabIndex                = 5;
     this.rdoCode.Text                    = "شماره عضویت";
     this.rdoCode.UseVisualStyleBackColor = true;
     this.rdoCode.CheckedChanged         += new System.EventHandler(this.rdoName_CheckedChanged);
     //
     // rdoName
     //
     this.rdoName.AutoSize = true;
     this.rdoName.Checked  = true;
     this.animatorPanelSearchFund.SetDecoration(this.rdoName, AnimatorNS.DecorationType.None);
     this.rdoName.Font                    = new System.Drawing.Font("B Roya", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(178)));
     this.rdoName.ForeColor               = System.Drawing.Color.White;
     this.rdoName.Location                = new System.Drawing.Point(82, 3);
     this.rdoName.Name                    = "rdoName";
     this.rdoName.RightToLeft             = System.Windows.Forms.RightToLeft.Yes;
     this.rdoName.Size                    = new System.Drawing.Size(44, 31);
     this.rdoName.TabIndex                = 4;
     this.rdoName.TabStop                 = true;
     this.rdoName.Text                    = "نام";
     this.rdoName.UseVisualStyleBackColor = true;
     this.rdoName.CheckedChanged         += new System.EventHandler(this.rdoName_CheckedChanged);
     //
     // animatorPanelSearchFund
     //
     this.animatorPanelSearchFund.AnimationType = AnimatorNS.AnimationType.Transparent;
     this.animatorPanelSearchFund.Cursor        = null;
     animation2.AnimateOnlyDifferences          = true;
     animation2.BlindCoeff        = ((System.Drawing.PointF)(resources.GetObject("animation2.BlindCoeff")));
     animation2.LeafCoeff         = 0F;
     animation2.MaxTime           = 1F;
     animation2.MinTime           = 0F;
     animation2.MosaicCoeff       = ((System.Drawing.PointF)(resources.GetObject("animation2.MosaicCoeff")));
     animation2.MosaicShift       = ((System.Drawing.PointF)(resources.GetObject("animation2.MosaicShift")));
     animation2.MosaicSize        = 0;
     animation2.Padding           = new System.Windows.Forms.Padding(0);
     animation2.RotateCoeff       = 0F;
     animation2.RotateLimit       = 0F;
     animation2.ScaleCoeff        = ((System.Drawing.PointF)(resources.GetObject("animation2.ScaleCoeff")));
     animation2.SlideCoeff        = ((System.Drawing.PointF)(resources.GetObject("animation2.SlideCoeff")));
     animation2.TimeCoeff         = 0F;
     animation2.TransparencyCoeff = 1F;
     this.animatorPanelSearchFund.DefaultAnimation = animation2;
     //
     // SectionSarmaye
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor           = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(30)))), ((int)(((byte)(51)))));
     this.Controls.Add(this.flowUsers);
     this.Controls.Add(this.btnPayMonthly);
     this.Controls.Add(this.btnPayGrouply);
     this.Controls.Add(this.groupMain);
     this.Controls.Add(this.panelSearch);
     this.Controls.Add(this.panel1);
     this.animatorPanelSearchFund.SetDecoration(this, AnimatorNS.DecorationType.None);
     this.ForeColor = System.Drawing.Color.White;
     this.Name      = "SectionSarmaye";
     this.Size      = new System.Drawing.Size(1085, 615);
     this.Load     += new System.EventHandler(this.SectionSarmaye_Load);
     this.panel1.ResumeLayout(false);
     this.panelBottomLeft.ResumeLayout(false);
     this.panelBottomLeft.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.picSetting)).EndInit();
     this.groupMain.ResumeLayout(false);
     this.groupMain.PerformLayout();
     this.panelSearch.ResumeLayout(false);
     this.panelSearch.PerformLayout();
     this.ResumeLayout(false);
 }
コード例 #37
0
ファイル: Form1.Designer.cs プロジェクト: tsovince/V_Library
        /// <summary>
        /// Méthode requise pour la prise en charge du concepteur - ne modifiez pas
        /// le contenu de cette méthode avec l'éditeur de code.
        /// </summary>
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            ProgBar.cBlendItems cBlendItems1 = new ProgBar.cBlendItems();
            ProgBar.cFocalPoints cFocalPoints1 = new ProgBar.cFocalPoints();
            ProgBar.cBlendItems cBlendItems2 = new ProgBar.cBlendItems();
            ProgBar.cFocalPoints cFocalPoints2 = new ProgBar.cFocalPoints();
            AnimatorNS.Animation animation2 = new AnimatorNS.Animation();
            PresentationControls.CheckBoxProperties checkBoxProperties1 = new PresentationControls.CheckBoxProperties();
            AnimatorNS.Animation animation1 = new AnimatorNS.Animation();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
            this.menuStrip1 = new System.Windows.Forms.MenuStrip();
            this.fileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.newToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.openToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripSeparator = new System.Windows.Forms.ToolStripSeparator();
            this.saveToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.saveAsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
            this.printToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.printPreviewToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
            this.exitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.editToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.undoToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.redoToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
            this.cutToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.copyToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.pasteToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator();
            this.selectAllToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.toolsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.customizeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.optionsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.helpToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.contentsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.indexToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.searchToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripSeparator5 = new System.Windows.Forms.ToolStripSeparator();
            this.aboutToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.verticalProgressBar1 = new VerticalProgressBar();
            this.verticalLabel1 = new randz.CustomControls.VerticalLabel();
            this.progBarPlus2 = new ProgBar.ProgBarPlus();
            this.progBarPlus1 = new ProgBar.ProgBarPlus();
            this.tabControlEx1 = new AnimatorNS.TabControlEx();
            this.tabPage5 = new System.Windows.Forms.TabPage();
            this.calculatorBox1 = new Calculator.CalculatorBox();
            this.rater1 = new ShaperRater.Rater();
            this.checkBoxComboBox1 = new PresentationControls.CheckBoxComboBox();
            this.tabPage6 = new System.Windows.Forms.TabPage();
            this.grouper1 = new CodeVendor.Controls.Grouper();
            this.gLabel1 = new gLabel.gLabel();
            this.lxLedControl1 = new LxControl.LxLedControl();
            this.lbAnalogMeter1 = new LBSoft.IndustrialCtrls.Meters.LBAnalogMeter();
            this.lbKnob1 = new LBSoft.IndustrialCtrls.Knobs.LBKnob();
            this.tabPage7 = new System.Windows.Forms.TabPage();
            this.tabPage8 = new System.Windows.Forms.TabPage();
            this.label2 = new System.Windows.Forms.Label();
            this.binaryTextBox1 = new Library_Main_app.BinaryTextBox();
            this.label1 = new System.Windows.Forms.Label();
            this.hexTextBox1 = new Konverter.HexTextBox();
            this.fastColoredTextBox1 = new FastColoredTextBoxNS.FastColoredTextBox();
            this.animator1 = new AnimatorNS.Animator(this.components);
            this.menuStrip1.SuspendLayout();
            this.tabControlEx1.SuspendLayout();
            this.tabPage5.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.rater1)).BeginInit();
            this.tabPage6.SuspendLayout();
            this.grouper1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.lxLedControl1)).BeginInit();
            this.tabPage7.SuspendLayout();
            this.tabPage8.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.fastColoredTextBox1)).BeginInit();
            this.SuspendLayout();
            // 
            // menuStrip1
            // 
            this.animator1.SetDecoration(this.menuStrip1, AnimatorNS.DecorationType.None);
            this.menuStrip1.ImageScalingSize = new System.Drawing.Size(20, 20);
            this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.fileToolStripMenuItem,
            this.editToolStripMenuItem,
            this.toolsToolStripMenuItem,
            this.helpToolStripMenuItem});
            this.menuStrip1.Location = new System.Drawing.Point(0, 0);
            this.menuStrip1.Name = "menuStrip1";
            this.menuStrip1.Padding = new System.Windows.Forms.Padding(8, 2, 0, 2);
            this.menuStrip1.Size = new System.Drawing.Size(1420, 28);
            this.menuStrip1.TabIndex = 5;
            this.menuStrip1.Text = "menuStrip1";
            // 
            // fileToolStripMenuItem
            // 
            this.fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.newToolStripMenuItem,
            this.openToolStripMenuItem,
            this.toolStripSeparator,
            this.saveToolStripMenuItem,
            this.saveAsToolStripMenuItem,
            this.toolStripSeparator1,
            this.printToolStripMenuItem,
            this.printPreviewToolStripMenuItem,
            this.toolStripSeparator2,
            this.exitToolStripMenuItem});
            this.fileToolStripMenuItem.Name = "fileToolStripMenuItem";
            this.fileToolStripMenuItem.Size = new System.Drawing.Size(44, 24);
            this.fileToolStripMenuItem.Text = "&File";
            // 
            // newToolStripMenuItem
            // 
            this.newToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("newToolStripMenuItem.Image")));
            this.newToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.newToolStripMenuItem.Name = "newToolStripMenuItem";
            this.newToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.N)));
            this.newToolStripMenuItem.Size = new System.Drawing.Size(173, 26);
            this.newToolStripMenuItem.Text = "&New";
            // 
            // openToolStripMenuItem
            // 
            this.openToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("openToolStripMenuItem.Image")));
            this.openToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.openToolStripMenuItem.Name = "openToolStripMenuItem";
            this.openToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.O)));
            this.openToolStripMenuItem.Size = new System.Drawing.Size(173, 26);
            this.openToolStripMenuItem.Text = "&Open";
            // 
            // toolStripSeparator
            // 
            this.toolStripSeparator.Name = "toolStripSeparator";
            this.toolStripSeparator.Size = new System.Drawing.Size(170, 6);
            // 
            // saveToolStripMenuItem
            // 
            this.saveToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("saveToolStripMenuItem.Image")));
            this.saveToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.saveToolStripMenuItem.Name = "saveToolStripMenuItem";
            this.saveToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.S)));
            this.saveToolStripMenuItem.Size = new System.Drawing.Size(173, 26);
            this.saveToolStripMenuItem.Text = "&Save";
            // 
            // saveAsToolStripMenuItem
            // 
            this.saveAsToolStripMenuItem.Name = "saveAsToolStripMenuItem";
            this.saveAsToolStripMenuItem.Size = new System.Drawing.Size(173, 26);
            this.saveAsToolStripMenuItem.Text = "Save &As";
            // 
            // toolStripSeparator1
            // 
            this.toolStripSeparator1.Name = "toolStripSeparator1";
            this.toolStripSeparator1.Size = new System.Drawing.Size(170, 6);
            // 
            // printToolStripMenuItem
            // 
            this.printToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("printToolStripMenuItem.Image")));
            this.printToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.printToolStripMenuItem.Name = "printToolStripMenuItem";
            this.printToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.P)));
            this.printToolStripMenuItem.Size = new System.Drawing.Size(173, 26);
            this.printToolStripMenuItem.Text = "&Print";
            // 
            // printPreviewToolStripMenuItem
            // 
            this.printPreviewToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("printPreviewToolStripMenuItem.Image")));
            this.printPreviewToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.printPreviewToolStripMenuItem.Name = "printPreviewToolStripMenuItem";
            this.printPreviewToolStripMenuItem.Size = new System.Drawing.Size(173, 26);
            this.printPreviewToolStripMenuItem.Text = "Print Pre&view";
            // 
            // toolStripSeparator2
            // 
            this.toolStripSeparator2.Name = "toolStripSeparator2";
            this.toolStripSeparator2.Size = new System.Drawing.Size(170, 6);
            // 
            // exitToolStripMenuItem
            // 
            this.exitToolStripMenuItem.Name = "exitToolStripMenuItem";
            this.exitToolStripMenuItem.Size = new System.Drawing.Size(173, 26);
            this.exitToolStripMenuItem.Text = "E&xit";
            // 
            // editToolStripMenuItem
            // 
            this.editToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.undoToolStripMenuItem,
            this.redoToolStripMenuItem,
            this.toolStripSeparator3,
            this.cutToolStripMenuItem,
            this.copyToolStripMenuItem,
            this.pasteToolStripMenuItem,
            this.toolStripSeparator4,
            this.selectAllToolStripMenuItem});
            this.editToolStripMenuItem.Name = "editToolStripMenuItem";
            this.editToolStripMenuItem.Size = new System.Drawing.Size(47, 24);
            this.editToolStripMenuItem.Text = "&Edit";
            // 
            // undoToolStripMenuItem
            // 
            this.undoToolStripMenuItem.Name = "undoToolStripMenuItem";
            this.undoToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Z)));
            this.undoToolStripMenuItem.Size = new System.Drawing.Size(171, 26);
            this.undoToolStripMenuItem.Text = "&Undo";
            // 
            // redoToolStripMenuItem
            // 
            this.redoToolStripMenuItem.Name = "redoToolStripMenuItem";
            this.redoToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Y)));
            this.redoToolStripMenuItem.Size = new System.Drawing.Size(171, 26);
            this.redoToolStripMenuItem.Text = "&Redo";
            // 
            // toolStripSeparator3
            // 
            this.toolStripSeparator3.Name = "toolStripSeparator3";
            this.toolStripSeparator3.Size = new System.Drawing.Size(168, 6);
            // 
            // cutToolStripMenuItem
            // 
            this.cutToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("cutToolStripMenuItem.Image")));
            this.cutToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.cutToolStripMenuItem.Name = "cutToolStripMenuItem";
            this.cutToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.X)));
            this.cutToolStripMenuItem.Size = new System.Drawing.Size(171, 26);
            this.cutToolStripMenuItem.Text = "Cu&t";
            // 
            // copyToolStripMenuItem
            // 
            this.copyToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("copyToolStripMenuItem.Image")));
            this.copyToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.copyToolStripMenuItem.Name = "copyToolStripMenuItem";
            this.copyToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.C)));
            this.copyToolStripMenuItem.Size = new System.Drawing.Size(171, 26);
            this.copyToolStripMenuItem.Text = "&Copy";
            // 
            // pasteToolStripMenuItem
            // 
            this.pasteToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("pasteToolStripMenuItem.Image")));
            this.pasteToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.pasteToolStripMenuItem.Name = "pasteToolStripMenuItem";
            this.pasteToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.V)));
            this.pasteToolStripMenuItem.Size = new System.Drawing.Size(171, 26);
            this.pasteToolStripMenuItem.Text = "&Paste";
            // 
            // toolStripSeparator4
            // 
            this.toolStripSeparator4.Name = "toolStripSeparator4";
            this.toolStripSeparator4.Size = new System.Drawing.Size(168, 6);
            // 
            // selectAllToolStripMenuItem
            // 
            this.selectAllToolStripMenuItem.Name = "selectAllToolStripMenuItem";
            this.selectAllToolStripMenuItem.Size = new System.Drawing.Size(171, 26);
            this.selectAllToolStripMenuItem.Text = "Select &All";
            // 
            // toolsToolStripMenuItem
            // 
            this.toolsToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.customizeToolStripMenuItem,
            this.optionsToolStripMenuItem});
            this.toolsToolStripMenuItem.Name = "toolsToolStripMenuItem";
            this.toolsToolStripMenuItem.Size = new System.Drawing.Size(56, 24);
            this.toolsToolStripMenuItem.Text = "&Tools";
            // 
            // customizeToolStripMenuItem
            // 
            this.customizeToolStripMenuItem.Name = "customizeToolStripMenuItem";
            this.customizeToolStripMenuItem.Size = new System.Drawing.Size(153, 26);
            this.customizeToolStripMenuItem.Text = "&Customize";
            // 
            // optionsToolStripMenuItem
            // 
            this.optionsToolStripMenuItem.Name = "optionsToolStripMenuItem";
            this.optionsToolStripMenuItem.Size = new System.Drawing.Size(153, 26);
            this.optionsToolStripMenuItem.Text = "&Options";
            // 
            // helpToolStripMenuItem
            // 
            this.helpToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.contentsToolStripMenuItem,
            this.indexToolStripMenuItem,
            this.searchToolStripMenuItem,
            this.toolStripSeparator5,
            this.aboutToolStripMenuItem});
            this.helpToolStripMenuItem.Name = "helpToolStripMenuItem";
            this.helpToolStripMenuItem.Size = new System.Drawing.Size(53, 24);
            this.helpToolStripMenuItem.Text = "&Help";
            // 
            // contentsToolStripMenuItem
            // 
            this.contentsToolStripMenuItem.Name = "contentsToolStripMenuItem";
            this.contentsToolStripMenuItem.Size = new System.Drawing.Size(142, 26);
            this.contentsToolStripMenuItem.Text = "&Contents";
            // 
            // indexToolStripMenuItem
            // 
            this.indexToolStripMenuItem.Name = "indexToolStripMenuItem";
            this.indexToolStripMenuItem.Size = new System.Drawing.Size(142, 26);
            this.indexToolStripMenuItem.Text = "&Index";
            // 
            // searchToolStripMenuItem
            // 
            this.searchToolStripMenuItem.Name = "searchToolStripMenuItem";
            this.searchToolStripMenuItem.Size = new System.Drawing.Size(142, 26);
            this.searchToolStripMenuItem.Text = "&Search";
            // 
            // toolStripSeparator5
            // 
            this.toolStripSeparator5.Name = "toolStripSeparator5";
            this.toolStripSeparator5.Size = new System.Drawing.Size(139, 6);
            // 
            // aboutToolStripMenuItem
            // 
            this.aboutToolStripMenuItem.Name = "aboutToolStripMenuItem";
            this.aboutToolStripMenuItem.Size = new System.Drawing.Size(142, 26);
            this.aboutToolStripMenuItem.Text = "&About...";
            // 
            // verticalProgressBar1
            // 
            this.animator1.SetDecoration(this.verticalProgressBar1, AnimatorNS.DecorationType.BottomMirror);
            this.verticalProgressBar1.Location = new System.Drawing.Point(8, 7);
            this.verticalProgressBar1.Margin = new System.Windows.Forms.Padding(4);
            this.verticalProgressBar1.Name = "verticalProgressBar1";
            this.verticalProgressBar1.Size = new System.Drawing.Size(40, 418);
            this.verticalProgressBar1.TabIndex = 1;
            this.verticalProgressBar1.Value = 41;
            // 
            // verticalLabel1
            // 
            this.verticalLabel1.BackColor = System.Drawing.Color.White;
            this.animator1.SetDecoration(this.verticalLabel1, AnimatorNS.DecorationType.None);
            this.verticalLabel1.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.verticalLabel1.Location = new System.Drawing.Point(76, 7);
            this.verticalLabel1.Margin = new System.Windows.Forms.Padding(4);
            this.verticalLabel1.Name = "verticalLabel1";
            this.verticalLabel1.RenderingMode = System.Drawing.Text.TextRenderingHint.SystemDefault;
            this.verticalLabel1.Size = new System.Drawing.Size(32, 166);
            this.verticalLabel1.TabIndex = 0;
            this.verticalLabel1.Text = "verticalLabel1";
            this.verticalLabel1.TextDrawMode = randz.CustomControls.DrawMode.BottomUp;
            this.verticalLabel1.TransparentBackground = false;
            // 
            // progBarPlus2
            // 
            cBlendItems1.iColor = new System.Drawing.Color[] {
        System.Drawing.Color.Navy,
        System.Drawing.Color.Blue};
            cBlendItems1.iPoint = new float[] {
        0F,
        1F};
            this.progBarPlus2.BarColorBlend = cBlendItems1;
            this.progBarPlus2.BarColorSolid = System.Drawing.Color.Black;
            this.progBarPlus2.BarColorSolidB = System.Drawing.Color.White;
            this.progBarPlus2.BarLengthValue = ((short)(25));
            this.progBarPlus2.BarPadding = new System.Windows.Forms.Padding(0);
            this.progBarPlus2.BarStyleFill = ProgBar.ProgBarPlus.eBarStyle.Hatch;
            this.progBarPlus2.BarStyleHatch = System.Drawing.Drawing2D.HatchStyle.Percent30;
            this.progBarPlus2.BarStyleLinear = System.Drawing.Drawing2D.LinearGradientMode.Horizontal;
            this.progBarPlus2.BarStyleTexture = null;
            this.progBarPlus2.BorderWidth = ((short)(1));
            this.progBarPlus2.Corners.All = ((short)(0));
            this.progBarPlus2.Corners.LowerLeft = ((short)(0));
            this.progBarPlus2.Corners.LowerRight = ((short)(0));
            this.progBarPlus2.Corners.UpperLeft = ((short)(0));
            this.progBarPlus2.Corners.UpperRight = ((short)(0));
            this.progBarPlus2.CylonInterval = ((short)(1));
            this.progBarPlus2.CylonMove = 5F;
            this.animator1.SetDecoration(this.progBarPlus2, AnimatorNS.DecorationType.None);
            cFocalPoints1.CenterPoint = ((System.Drawing.PointF)(resources.GetObject("cFocalPoints1.CenterPoint")));
            cFocalPoints1.FocusScales = ((System.Drawing.PointF)(resources.GetObject("cFocalPoints1.FocusScales")));
            this.progBarPlus2.FocalPoints = cFocalPoints1;
            this.progBarPlus2.Location = new System.Drawing.Point(20, 133);
            this.progBarPlus2.Margin = new System.Windows.Forms.Padding(4);
            this.progBarPlus2.Max = 1000;
            this.progBarPlus2.Name = "progBarPlus2";
            this.progBarPlus2.ShapeTextFont = new System.Drawing.Font("Arial Black", 30F);
            this.progBarPlus2.Size = new System.Drawing.Size(267, 25);
            this.progBarPlus2.TabIndex = 14;
            this.progBarPlus2.TextFormat = "Process {1}% Done";
            // 
            // progBarPlus1
            // 
            cBlendItems2.iColor = new System.Drawing.Color[] {
        System.Drawing.Color.Navy,
        System.Drawing.Color.Blue};
            cBlendItems2.iPoint = new float[] {
        0F,
        1F};
            this.progBarPlus1.BarColorBlend = cBlendItems2;
            this.progBarPlus1.BarColorSolid = System.Drawing.Color.Fuchsia;
            this.progBarPlus1.BarColorSolidB = System.Drawing.Color.White;
            this.progBarPlus1.BarLengthValue = ((short)(25));
            this.progBarPlus1.BarPadding = new System.Windows.Forms.Padding(0);
            this.progBarPlus1.BarStyleFill = ProgBar.ProgBarPlus.eBarStyle.Hatch;
            this.progBarPlus1.BarStyleHatch = System.Drawing.Drawing2D.HatchStyle.LargeConfetti;
            this.progBarPlus1.BarStyleLinear = System.Drawing.Drawing2D.LinearGradientMode.Horizontal;
            this.progBarPlus1.BarStyleTexture = null;
            this.progBarPlus1.BorderWidth = ((short)(1));
            this.progBarPlus1.Corners.All = ((short)(0));
            this.progBarPlus1.Corners.LowerLeft = ((short)(0));
            this.progBarPlus1.Corners.LowerRight = ((short)(0));
            this.progBarPlus1.Corners.UpperLeft = ((short)(0));
            this.progBarPlus1.Corners.UpperRight = ((short)(0));
            this.progBarPlus1.CylonInterval = ((short)(1));
            this.progBarPlus1.CylonMove = 5F;
            this.animator1.SetDecoration(this.progBarPlus1, AnimatorNS.DecorationType.None);
            cFocalPoints2.CenterPoint = ((System.Drawing.PointF)(resources.GetObject("cFocalPoints2.CenterPoint")));
            cFocalPoints2.FocusScales = ((System.Drawing.PointF)(resources.GetObject("cFocalPoints2.FocusScales")));
            this.progBarPlus1.FocalPoints = cFocalPoints2;
            this.progBarPlus1.Location = new System.Drawing.Point(20, 90);
            this.progBarPlus1.Margin = new System.Windows.Forms.Padding(4);
            this.progBarPlus1.Max = 1000;
            this.progBarPlus1.Name = "progBarPlus1";
            this.progBarPlus1.ShapeTextFont = new System.Drawing.Font("Arial Black", 30F);
            this.progBarPlus1.Size = new System.Drawing.Size(267, 25);
            this.progBarPlus1.TabIndex = 13;
            this.progBarPlus1.TextFormat = "Process {1}% Done";
            // 
            // tabControlEx1
            // 
            animation2.AnimateOnlyDifferences = false;
            animation2.BlindCoeff = ((System.Drawing.PointF)(resources.GetObject("animation2.BlindCoeff")));
            animation2.LeafCoeff = 0F;
            animation2.MaxTime = 1F;
            animation2.MinTime = 0F;
            animation2.MosaicCoeff = ((System.Drawing.PointF)(resources.GetObject("animation2.MosaicCoeff")));
            animation2.MosaicShift = ((System.Drawing.PointF)(resources.GetObject("animation2.MosaicShift")));
            animation2.MosaicSize = 0;
            animation2.Padding = new System.Windows.Forms.Padding(0);
            animation2.RotateCoeff = 0F;
            animation2.RotateLimit = 0F;
            animation2.ScaleCoeff = ((System.Drawing.PointF)(resources.GetObject("animation2.ScaleCoeff")));
            animation2.SlideCoeff = ((System.Drawing.PointF)(resources.GetObject("animation2.SlideCoeff")));
            animation2.TimeCoeff = 1F;
            animation2.TransparencyCoeff = 0F;
            this.tabControlEx1.Animation = animation2;
            this.tabControlEx1.Controls.Add(this.tabPage5);
            this.tabControlEx1.Controls.Add(this.tabPage6);
            this.tabControlEx1.Controls.Add(this.tabPage7);
            this.tabControlEx1.Controls.Add(this.tabPage8);
            this.animator1.SetDecoration(this.tabControlEx1, AnimatorNS.DecorationType.None);
            this.tabControlEx1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tabControlEx1.Location = new System.Drawing.Point(0, 28);
            this.tabControlEx1.Margin = new System.Windows.Forms.Padding(4);
            this.tabControlEx1.Name = "tabControlEx1";
            this.tabControlEx1.SelectedIndex = 0;
            this.tabControlEx1.Size = new System.Drawing.Size(1420, 627);
            this.tabControlEx1.TabIndex = 8;
            // 
            // tabPage5
            // 
            this.tabPage5.Controls.Add(this.calculatorBox1);
            this.tabPage5.Controls.Add(this.rater1);
            this.tabPage5.Controls.Add(this.checkBoxComboBox1);
            this.animator1.SetDecoration(this.tabPage5, AnimatorNS.DecorationType.None);
            this.tabPage5.Location = new System.Drawing.Point(4, 25);
            this.tabPage5.Margin = new System.Windows.Forms.Padding(4);
            this.tabPage5.Name = "tabPage5";
            this.tabPage5.Padding = new System.Windows.Forms.Padding(4);
            this.tabPage5.Size = new System.Drawing.Size(1412, 598);
            this.tabPage5.TabIndex = 0;
            this.tabPage5.Text = "Interactive Menu";
            this.tabPage5.UseVisualStyleBackColor = true;
            // 
            // calculatorBox1
            // 
            this.calculatorBox1.BackColor = System.Drawing.Color.White;
            this.calculatorBox1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.animator1.SetDecoration(this.calculatorBox1, AnimatorNS.DecorationType.None);
            this.calculatorBox1.Font = new System.Drawing.Font("Microsoft Sans Serif", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.calculatorBox1.Location = new System.Drawing.Point(8, 7);
            this.calculatorBox1.Margin = new System.Windows.Forms.Padding(4);
            this.calculatorBox1.Name = "calculatorBox1";
            this.calculatorBox1.Size = new System.Drawing.Size(342, 37);
            this.calculatorBox1.TabIndex = 16;
            this.calculatorBox1.Value = 0D;
            // 
            // rater1
            // 
            this.rater1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.rater1.CurrentRating = 0;
            this.animator1.SetDecoration(this.rater1, AnimatorNS.DecorationType.None);
            this.rater1.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.rater1.LabelAlignment = System.Drawing.ContentAlignment.MiddleCenter;
            this.rater1.LabelText = "RateLabel";
            this.rater1.LabelTextItems = new string[] {
        "Poor",
        "Fair",
        "Good",
        "Better",
        "Best"};
            this.rater1.LabelTypeHover = ShaperRater.Rater.eLabelType.FormatString;
            this.rater1.LabelTypeText = ShaperRater.Rater.eLabelType.TextItems;
            this.rater1.Location = new System.Drawing.Point(360, 9);
            this.rater1.Margin = new System.Windows.Forms.Padding(5);
            this.rater1.Name = "rater1";
            this.rater1.RadiusInner = 0F;
            this.rater1.RadiusOuter = 10F;
            this.rater1.ShapeBorderEmptyColor = System.Drawing.Color.Black;
            this.rater1.ShapeColorEmpty = System.Drawing.Color.Gainsboro;
            this.rater1.ShapeColorHover = System.Drawing.Color.Yellow;
            this.rater1.Size = new System.Drawing.Size(342, 36);
            this.rater1.TabIndex = 34;
            // 
            // checkBoxComboBox1
            // 
            checkBoxProperties1.AutoSize = true;
            checkBoxProperties1.ForeColor = System.Drawing.SystemColors.ControlText;
            this.checkBoxComboBox1.CheckBoxProperties = checkBoxProperties1;
            this.animator1.SetDecoration(this.checkBoxComboBox1, AnimatorNS.DecorationType.None);
            this.checkBoxComboBox1.DisplayMemberSingleItem = "";
            this.checkBoxComboBox1.FormattingEnabled = true;
            this.checkBoxComboBox1.Items.AddRange(new object[] {
            "Anna",
            "Carlotta",
            "K_GOL",
            "Mélinda",
            "Mélissa",
            "Sabrina",
            "Toyota"});
            this.checkBoxComboBox1.Location = new System.Drawing.Point(740, 9);
            this.checkBoxComboBox1.Margin = new System.Windows.Forms.Padding(4);
            this.checkBoxComboBox1.Name = "checkBoxComboBox1";
            this.checkBoxComboBox1.Size = new System.Drawing.Size(343, 24);
            this.checkBoxComboBox1.Sorted = true;
            this.checkBoxComboBox1.TabIndex = 17;
            // 
            // tabPage6
            // 
            this.tabPage6.Controls.Add(this.grouper1);
            this.tabPage6.Controls.Add(this.lxLedControl1);
            this.tabPage6.Controls.Add(this.lbAnalogMeter1);
            this.tabPage6.Controls.Add(this.lbKnob1);
            this.animator1.SetDecoration(this.tabPage6, AnimatorNS.DecorationType.None);
            this.tabPage6.Location = new System.Drawing.Point(4, 25);
            this.tabPage6.Margin = new System.Windows.Forms.Padding(4);
            this.tabPage6.Name = "tabPage6";
            this.tabPage6.Padding = new System.Windows.Forms.Padding(4);
            this.tabPage6.Size = new System.Drawing.Size(1412, 598);
            this.tabPage6.TabIndex = 1;
            this.tabPage6.Text = "Display";
            this.tabPage6.UseVisualStyleBackColor = true;
            // 
            // grouper1
            // 
            this.grouper1.BackgroundColor = System.Drawing.Color.White;
            this.grouper1.BackgroundGradientColor = System.Drawing.Color.White;
            this.grouper1.BackgroundGradientMode = CodeVendor.Controls.Grouper.GroupBoxGradientMode.None;
            this.grouper1.BorderColor = System.Drawing.Color.Black;
            this.grouper1.BorderThickness = 1F;
            this.grouper1.Controls.Add(this.gLabel1);
            this.grouper1.Controls.Add(this.progBarPlus2);
            this.grouper1.Controls.Add(this.progBarPlus1);
            this.grouper1.CustomGroupBoxColor = System.Drawing.Color.White;
            this.animator1.SetDecoration(this.grouper1, AnimatorNS.DecorationType.None);
            this.grouper1.GroupImage = null;
            this.grouper1.GroupTitle = "Hello World";
            this.grouper1.ImeMode = System.Windows.Forms.ImeMode.NoControl;
            this.grouper1.Location = new System.Drawing.Point(4, 0);
            this.grouper1.Margin = new System.Windows.Forms.Padding(4);
            this.grouper1.Name = "grouper1";
            this.grouper1.Padding = new System.Windows.Forms.Padding(27, 25, 27, 25);
            this.grouper1.PaintGroupBox = false;
            this.grouper1.RoundCorners = 10;
            this.grouper1.ShadowColor = System.Drawing.Color.DarkGray;
            this.grouper1.ShadowControl = true;
            this.grouper1.ShadowThickness = 7;
            this.grouper1.Size = new System.Drawing.Size(317, 178);
            this.grouper1.TabIndex = 74;
            // 
            // gLabel1
            // 
            this.gLabel1.AutoEllipsis = true;
            this.gLabel1.Checked = true;
            this.gLabel1.CheckedColor = System.Drawing.Color.Magenta;
            this.animator1.SetDecoration(this.gLabel1, AnimatorNS.DecorationType.None);
            this.gLabel1.Location = new System.Drawing.Point(4, 39);
            this.gLabel1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
            this.gLabel1.Name = "gLabel1";
            this.gLabel1.Size = new System.Drawing.Size(271, 26);
            this.gLabel1.TabIndex = 52;
            this.gLabel1.Text = "Clickable Super Label";
            this.gLabel1.Click += new System.EventHandler(this.gLabel1_Click);
            // 
            // lxLedControl1
            // 
            this.lxLedControl1.BackColor = System.Drawing.Color.Transparent;
            this.lxLedControl1.BackColor_1 = System.Drawing.Color.Black;
            this.lxLedControl1.BackColor_2 = System.Drawing.Color.DimGray;
            this.lxLedControl1.BevelRate = 0.5F;
            this.animator1.SetDecoration(this.lxLedControl1, AnimatorNS.DecorationType.BottomMirror);
            this.lxLedControl1.FadedColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
            this.lxLedControl1.ForeColor = System.Drawing.Color.LimeGreen;
            this.lxLedControl1.HighlightOpaque = ((byte)(50));
            this.lxLedControl1.Location = new System.Drawing.Point(329, 7);
            this.lxLedControl1.Margin = new System.Windows.Forms.Padding(4);
            this.lxLedControl1.Name = "lxLedControl1";
            this.lxLedControl1.Size = new System.Drawing.Size(277, 102);
            this.lxLedControl1.TabIndex = 10;
            this.lxLedControl1.Text = "12345";
            // 
            // lbAnalogMeter1
            // 
            this.lbAnalogMeter1.BackColor = System.Drawing.Color.Transparent;
            this.lbAnalogMeter1.BodyColor = System.Drawing.Color.Navy;
            this.animator1.SetDecoration(this.lbAnalogMeter1, AnimatorNS.DecorationType.None);
            this.lbAnalogMeter1.Location = new System.Drawing.Point(671, 7);
            this.lbAnalogMeter1.Margin = new System.Windows.Forms.Padding(4);
            this.lbAnalogMeter1.MaxValue = 1D;
            this.lbAnalogMeter1.MeterStyle = LBSoft.IndustrialCtrls.Meters.LBAnalogMeter.AnalogMeterStyle.Circular;
            this.lbAnalogMeter1.MinValue = 0D;
            this.lbAnalogMeter1.Name = "lbAnalogMeter1";
            this.lbAnalogMeter1.NeedleColor = System.Drawing.Color.Yellow;
            this.lbAnalogMeter1.Renderer = null;
            this.lbAnalogMeter1.ScaleColor = System.Drawing.Color.White;
            this.lbAnalogMeter1.ScaleDivisions = 10;
            this.lbAnalogMeter1.ScaleSubDivisions = 10;
            this.lbAnalogMeter1.Size = new System.Drawing.Size(200, 185);
            this.lbAnalogMeter1.TabIndex = 9;
            this.lbAnalogMeter1.Value = 0D;
            this.lbAnalogMeter1.ViewGlass = false;
            // 
            // lbKnob1
            // 
            this.lbKnob1.BackColor = System.Drawing.Color.Transparent;
            this.animator1.SetDecoration(this.lbKnob1, AnimatorNS.DecorationType.None);
            this.lbKnob1.DrawRatio = 0.925F;
            this.lbKnob1.IndicatorColor = System.Drawing.Color.Yellow;
            this.lbKnob1.IndicatorOffset = 10F;
            this.lbKnob1.KnobCenter = ((System.Drawing.PointF)(resources.GetObject("lbKnob1.KnobCenter")));
            this.lbKnob1.KnobColor = System.Drawing.Color.Black;
            this.lbKnob1.KnobRect = ((System.Drawing.RectangleF)(resources.GetObject("lbKnob1.KnobRect")));
            this.lbKnob1.Location = new System.Drawing.Point(884, 7);
            this.lbKnob1.Margin = new System.Windows.Forms.Padding(4);
            this.lbKnob1.MaxValue = 1F;
            this.lbKnob1.MinValue = 0F;
            this.lbKnob1.Name = "lbKnob1";
            this.lbKnob1.Renderer = null;
            this.lbKnob1.ScaleColor = System.Drawing.Color.Navy;
            this.lbKnob1.Size = new System.Drawing.Size(200, 185);
            this.lbKnob1.StepValue = 0.1F;
            this.lbKnob1.Style = LBSoft.IndustrialCtrls.Knobs.LBKnob.KnobStyle.Circular;
            this.lbKnob1.TabIndex = 6;
            this.lbKnob1.Value = 0F;
            this.lbKnob1.KnobChangeValue += new LBSoft.IndustrialCtrls.Knobs.KnobChangeValue(this.lbKnob1_KnobChangeValue);
            // 
            // tabPage7
            // 
            this.tabPage7.Controls.Add(this.verticalProgressBar1);
            this.tabPage7.Controls.Add(this.verticalLabel1);
            this.animator1.SetDecoration(this.tabPage7, AnimatorNS.DecorationType.None);
            this.tabPage7.Location = new System.Drawing.Point(4, 25);
            this.tabPage7.Margin = new System.Windows.Forms.Padding(4);
            this.tabPage7.Name = "tabPage7";
            this.tabPage7.Padding = new System.Windows.Forms.Padding(4);
            this.tabPage7.Size = new System.Drawing.Size(1412, 598);
            this.tabPage7.TabIndex = 2;
            this.tabPage7.Text = "Vertical";
            this.tabPage7.UseVisualStyleBackColor = true;
            // 
            // tabPage8
            // 
            this.tabPage8.Controls.Add(this.label2);
            this.tabPage8.Controls.Add(this.binaryTextBox1);
            this.tabPage8.Controls.Add(this.label1);
            this.tabPage8.Controls.Add(this.hexTextBox1);
            this.tabPage8.Controls.Add(this.fastColoredTextBox1);
            this.animator1.SetDecoration(this.tabPage8, AnimatorNS.DecorationType.None);
            this.tabPage8.Location = new System.Drawing.Point(4, 25);
            this.tabPage8.Margin = new System.Windows.Forms.Padding(4);
            this.tabPage8.Name = "tabPage8";
            this.tabPage8.Padding = new System.Windows.Forms.Padding(4);
            this.tabPage8.Size = new System.Drawing.Size(1412, 598);
            this.tabPage8.TabIndex = 3;
            this.tabPage8.Text = "Super TextBox";
            this.tabPage8.UseVisualStyleBackColor = true;
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.animator1.SetDecoration(this.label2, AnimatorNS.DecorationType.None);
            this.label2.Location = new System.Drawing.Point(649, 5);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(106, 17);
            this.label2.TabIndex = 4;
            this.label2.Text = "Binary Text Box";
            // 
            // binaryTextBox1
            // 
            this.animator1.SetDecoration(this.binaryTextBox1, AnimatorNS.DecorationType.None);
            this.binaryTextBox1.Location = new System.Drawing.Point(652, 29);
            this.binaryTextBox1.Name = "binaryTextBox1";
            this.binaryTextBox1.Size = new System.Drawing.Size(150, 22);
            this.binaryTextBox1.TabIndex = 3;
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.animator1.SetDecoration(this.label1, AnimatorNS.DecorationType.None);
            this.label1.Location = new System.Drawing.Point(429, 5);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(85, 17);
            this.label1.TabIndex = 2;
            this.label1.Text = "Hex text Box";
            // 
            // hexTextBox1
            // 
            this.hexTextBox1.BackColor = System.Drawing.Color.White;
            this.animator1.SetDecoration(this.hexTextBox1, AnimatorNS.DecorationType.None);
            this.hexTextBox1.Location = new System.Drawing.Point(429, 29);
            this.hexTextBox1.Margin = new System.Windows.Forms.Padding(4);
            this.hexTextBox1.Name = "hexTextBox1";
            this.hexTextBox1.Size = new System.Drawing.Size(216, 22);
            this.hexTextBox1.TabIndex = 1;
            // 
            // fastColoredTextBox1
            // 
            this.fastColoredTextBox1.AutoCompleteBrackets = true;
            this.fastColoredTextBox1.AutoCompleteBracketsList = new char[] {
        '(',
        ')',
        '{',
        '}',
        '[',
        ']',
        '\"',
        '\"',
        '\'',
        '\''};
            this.fastColoredTextBox1.AutoIndentCharsPatterns = "\r\n^\\s*[\\w\\.]+(\\s\\w+)?\\s*(?<range>=)\\s*(?<range>[^;]+);\r\n^\\s*(case|default)\\s*[^:]" +
    "*(?<range>:)\\s*(?<range>[^;]+);\r\n";
            this.fastColoredTextBox1.AutoScrollMinSize = new System.Drawing.Size(782, 216);
            this.fastColoredTextBox1.BackBrush = null;
            this.fastColoredTextBox1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.fastColoredTextBox1.BracketsHighlightStrategy = FastColoredTextBoxNS.BracketsHighlightStrategy.Strategy2;
            this.fastColoredTextBox1.CharHeight = 18;
            this.fastColoredTextBox1.CharWidth = 10;
            this.fastColoredTextBox1.Cursor = System.Windows.Forms.Cursors.IBeam;
            this.animator1.SetDecoration(this.fastColoredTextBox1, AnimatorNS.DecorationType.None);
            this.fastColoredTextBox1.DisabledColor = System.Drawing.Color.FromArgb(((int)(((byte)(100)))), ((int)(((byte)(180)))), ((int)(((byte)(180)))), ((int)(((byte)(180)))));
            this.fastColoredTextBox1.Dock = System.Windows.Forms.DockStyle.Left;
            this.fastColoredTextBox1.IsReplaceMode = false;
            this.fastColoredTextBox1.Language = FastColoredTextBoxNS.Language.CSharp;
            this.fastColoredTextBox1.LeftBracket = '(';
            this.fastColoredTextBox1.LeftBracket2 = '{';
            this.fastColoredTextBox1.Location = new System.Drawing.Point(4, 4);
            this.fastColoredTextBox1.Margin = new System.Windows.Forms.Padding(4);
            this.fastColoredTextBox1.Name = "fastColoredTextBox1";
            this.fastColoredTextBox1.Paddings = new System.Windows.Forms.Padding(0);
            this.fastColoredTextBox1.RightBracket = ')';
            this.fastColoredTextBox1.RightBracket2 = '}';
            this.fastColoredTextBox1.SelectionColor = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(255)))));
            this.fastColoredTextBox1.ServiceColors = ((FastColoredTextBoxNS.ServiceColors)(resources.GetObject("fastColoredTextBox1.ServiceColors")));
            this.fastColoredTextBox1.Size = new System.Drawing.Size(417, 590);
            this.fastColoredTextBox1.TabIndex = 0;
            this.fastColoredTextBox1.Text = resources.GetString("fastColoredTextBox1.Text");
            this.fastColoredTextBox1.Zoom = 100;
            // 
            // animator1
            // 
            this.animator1.AnimationType = AnimatorNS.AnimationType.VertSlide;
            this.animator1.Cursor = null;
            animation1.AnimateOnlyDifferences = true;
            animation1.BlindCoeff = ((System.Drawing.PointF)(resources.GetObject("animation1.BlindCoeff")));
            animation1.LeafCoeff = 0F;
            animation1.MaxTime = 1F;
            animation1.MinTime = 0F;
            animation1.MosaicCoeff = ((System.Drawing.PointF)(resources.GetObject("animation1.MosaicCoeff")));
            animation1.MosaicShift = ((System.Drawing.PointF)(resources.GetObject("animation1.MosaicShift")));
            animation1.MosaicSize = 0;
            animation1.Padding = new System.Windows.Forms.Padding(0);
            animation1.RotateCoeff = 0F;
            animation1.RotateLimit = 0F;
            animation1.ScaleCoeff = ((System.Drawing.PointF)(resources.GetObject("animation1.ScaleCoeff")));
            animation1.SlideCoeff = ((System.Drawing.PointF)(resources.GetObject("animation1.SlideCoeff")));
            animation1.TimeCoeff = 0F;
            animation1.TransparencyCoeff = 0F;
            this.animator1.DefaultAnimation = animation1;
            // 
            // Form1
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(1420, 655);
            this.Controls.Add(this.tabControlEx1);
            this.Controls.Add(this.menuStrip1);
            this.animator1.SetDecoration(this, AnimatorNS.DecorationType.None);
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.MainMenuStrip = this.menuStrip1;
            this.Margin = new System.Windows.Forms.Padding(4);
            this.Name = "Form1";
            this.Text = "V_Libs Custom Controls Test";
            this.menuStrip1.ResumeLayout(false);
            this.menuStrip1.PerformLayout();
            this.tabControlEx1.ResumeLayout(false);
            this.tabPage5.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.rater1)).EndInit();
            this.tabPage6.ResumeLayout(false);
            this.grouper1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.lxLedControl1)).EndInit();
            this.tabPage7.ResumeLayout(false);
            this.tabPage8.ResumeLayout(false);
            this.tabPage8.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.fastColoredTextBox1)).EndInit();
            this.ResumeLayout(false);
            this.PerformLayout();

        }