示例#1
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     JHUI.JAnimation jAnimation4 = new JHUI.JAnimation();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm));
     this.jScreenColorPicker1       = new JHUI.Controls.ColorPicker.JScreenColorPicker();
     this.ColorNow                  = new JHUI.Controls.JPictureBox();
     this.SettingsImage             = new JHUI.Controls.JPictureBox();
     this.AddColorImage             = new JHUI.Controls.JPictureBox();
     this.PaletteSelector           = new JHUI.Controls.JComboBox();
     this.jContextMenu2             = new JHUI.Controls.JContextMenu(this.components);
     this.toolStripMenuItem1        = new System.Windows.Forms.ToolStripMenuItem();
     this.AddNewPalette             = new JHUI.Controls.JPictureBox();
     this.DeletePalette             = new JHUI.Controls.JPictureBox();
     this.notifyIcon1               = new System.Windows.Forms.NotifyIcon(this.components);
     this.jContextMenu3             = new JHUI.Controls.JContextMenu(this.components);
     this.showToolStripMenuItem     = new System.Windows.Forms.ToolStripMenuItem();
     this.settingsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator1       = new System.Windows.Forms.ToolStripSeparator();
     this.toolStripMenuItem2        = new System.Windows.Forms.ToolStripMenuItem();
     this.jColorPalette1            = new JHUI.Controls.JColorPalette();
     this.jToolTip1                 = new JHUI.Components.JToolTip();
     this.sortImage                 = new JHUI.Controls.JPictureBox();
     this.PictureBox_JHUILogo       = new JHUI.Controls.JPictureBox();
     this.jLabel1                 = new JHUI.Controls.JLabel();
     this.jColorEditor1           = new JHUI.Controls.ColorPicker.JColorEditor();
     this.PictureBox_MyLogo       = new JHUI.Controls.JPictureBox();
     this.ColorValue              = new JHUI.Controls.JTextBox();
     this.jLabel2                 = new JHUI.Controls.JLabel();
     this.jAnimator1              = new JHUI.JAnimator(this.components);
     this.deleteToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator2     = new System.Windows.Forms.ToolStripSeparator();
     this.addToolStripMenuItem    = new System.Windows.Forms.ToolStripMenuItem();
     ((System.ComponentModel.ISupportInitialize)(this.ColorNow)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.SettingsImage)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.AddColorImage)).BeginInit();
     this.jContextMenu2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.AddNewPalette)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.DeletePalette)).BeginInit();
     this.jContextMenu3.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.sortImage)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.PictureBox_JHUILogo)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.PictureBox_MyLogo)).BeginInit();
     this.SuspendLayout();
     //
     // jScreenColorPicker1
     //
     this.jScreenColorPicker1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.jScreenColorPicker1.Color  = System.Drawing.Color.Empty;
     this.jAnimator1.SetDecoration(this.jScreenColorPicker1, JHUI.DecorationType.None);
     this.jScreenColorPicker1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(17)))), ((int)(((byte)(17)))), ((int)(((byte)(17)))));
     this.jScreenColorPicker1.GridColor = System.Drawing.SystemColors.AppWorkspace;
     this.jScreenColorPicker1.Location  = new System.Drawing.Point(549, 287);
     this.jScreenColorPicker1.Name      = "jScreenColorPicker1";
     this.jScreenColorPicker1.Size      = new System.Drawing.Size(90, 90);
     this.jToolTip1.SetToolTip(this.jScreenColorPicker1, "The Color, Automatically Copied to clipboard.");
     this.jScreenColorPicker1.Zoom          = 7;
     this.jScreenColorPicker1.ColorChanged += new System.EventHandler(this.JScreenColorPicker1_ColorChanged);
     //
     // ColorNow
     //
     this.ColorNow.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.ColorNow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(142)))), ((int)(((byte)(68)))), ((int)(((byte)(173)))));
     this.jAnimator1.SetDecoration(this.ColorNow, JHUI.DecorationType.None);
     this.ColorNow.Location = new System.Drawing.Point(13, 287);
     this.ColorNow.Name     = "ColorNow";
     this.ColorNow.Size     = new System.Drawing.Size(90, 90);
     this.ColorNow.Style    = JHUI.JColorStyle.White;
     this.ColorNow.TabIndex = 1;
     this.ColorNow.TabStop  = false;
     this.ColorNow.Theme    = JHUI.JThemeStyle.Dark;
     this.jToolTip1.SetToolTip(this.ColorNow, "Current Selected Color");
     this.ColorNow.UseCustomBackColor = true;
     //
     // SettingsImage
     //
     this.SettingsImage.Anchor                = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.SettingsImage.BackColor             = System.Drawing.Color.Transparent;
     this.SettingsImage.BackgroundImage       = ((System.Drawing.Image)(resources.GetObject("SettingsImage.BackgroundImage")));
     this.SettingsImage.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.SettingsImage.Cursor                = System.Windows.Forms.Cursors.Hand;
     this.jAnimator1.SetDecoration(this.SettingsImage, JHUI.DecorationType.None);
     this.SettingsImage.Location = new System.Drawing.Point(622, 26);
     this.SettingsImage.Name     = "SettingsImage";
     this.SettingsImage.Size     = new System.Drawing.Size(25, 25);
     this.SettingsImage.Style    = JHUI.JColorStyle.White;
     this.SettingsImage.TabIndex = 13;
     this.SettingsImage.TabStop  = false;
     this.SettingsImage.Theme    = JHUI.JThemeStyle.Dark;
     this.jToolTip1.SetToolTip(this.SettingsImage, "Open settings");
     this.SettingsImage.UseCustomBackColor = true;
     this.SettingsImage.Click += new System.EventHandler(this.OpenSettings_BTN);
     //
     // AddColorImage
     //
     this.AddColorImage.Anchor                = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.AddColorImage.BackColor             = System.Drawing.Color.FromArgb(((int)(((byte)(142)))), ((int)(((byte)(68)))), ((int)(((byte)(173)))));
     this.AddColorImage.BackgroundImage       = ((System.Drawing.Image)(resources.GetObject("AddColorImage.BackgroundImage")));
     this.AddColorImage.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.AddColorImage.Cursor                = System.Windows.Forms.Cursors.Hand;
     this.jAnimator1.SetDecoration(this.AddColorImage, JHUI.DecorationType.None);
     this.AddColorImage.Location = new System.Drawing.Point(78, 287);
     this.AddColorImage.Name     = "AddColorImage";
     this.AddColorImage.Size     = new System.Drawing.Size(25, 25);
     this.AddColorImage.Style    = JHUI.JColorStyle.White;
     this.AddColorImage.TabIndex = 17;
     this.AddColorImage.TabStop  = false;
     this.AddColorImage.Theme    = JHUI.JThemeStyle.Dark;
     this.jToolTip1.SetToolTip(this.AddColorImage, "Save color to palette.");
     this.AddColorImage.Click += new System.EventHandler(this.SaveColor_BTN);
     //
     // PaletteSelector
     //
     this.PaletteSelector.ContextMenuStrip   = this.jContextMenu2;
     this.PaletteSelector.CutstomBorderColor = System.Drawing.Color.Transparent;
     this.jAnimator1.SetDecoration(this.PaletteSelector, JHUI.DecorationType.None);
     this.PaletteSelector.FlatStyle         = System.Windows.Forms.FlatStyle.Flat;
     this.PaletteSelector.FontSize          = JHUI.JComboBoxSize.Small;
     this.PaletteSelector.FormattingEnabled = true;
     this.PaletteSelector.ItemHeight        = 19;
     this.PaletteSelector.Location          = new System.Drawing.Point(69, 24);
     this.PaletteSelector.Name     = "PaletteSelector";
     this.PaletteSelector.Size     = new System.Drawing.Size(107, 25);
     this.PaletteSelector.Style    = JHUI.JColorStyle.White;
     this.PaletteSelector.TabIndex = 19;
     this.PaletteSelector.Theme    = JHUI.JThemeStyle.Dark;
     this.jToolTip1.SetToolTip(this.PaletteSelector, "Select Another Palete");
     this.PaletteSelector.UseSelectable         = true;
     this.PaletteSelector.SelectedIndexChanged += new System.EventHandler(this.JComboBox1_SelectedIndexChanged);
     //
     // jContextMenu2
     //
     this.jAnimator1.SetDecoration(this.jContextMenu2, JHUI.DecorationType.None);
     this.jContextMenu2.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.addToolStripMenuItem,
         this.toolStripMenuItem1,
         this.toolStripSeparator2,
         this.deleteToolStripMenuItem
     });
     this.jContextMenu2.Name  = "jContextMenu1";
     this.jContextMenu2.Size  = new System.Drawing.Size(181, 98);
     this.jContextMenu2.Style = JHUI.JColorStyle.White;
     this.jContextMenu2.Theme = JHUI.JThemeStyle.Dark;
     //
     // toolStripMenuItem1
     //
     this.toolStripMenuItem1.Image  = global::jColorPicker.Properties.Resources.edit_64;
     this.toolStripMenuItem1.Name   = "toolStripMenuItem1";
     this.toolStripMenuItem1.Size   = new System.Drawing.Size(180, 22);
     this.toolStripMenuItem1.Text   = "Rename";
     this.toolStripMenuItem1.Click += new System.EventHandler(this.RenamePalette_BTN);
     //
     // AddNewPalette
     //
     this.AddNewPalette.BackColor             = System.Drawing.Color.Transparent;
     this.AddNewPalette.BackgroundImage       = ((System.Drawing.Image)(resources.GetObject("AddNewPalette.BackgroundImage")));
     this.AddNewPalette.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.AddNewPalette.Cursor = System.Windows.Forms.Cursors.Hand;
     this.jAnimator1.SetDecoration(this.AddNewPalette, JHUI.DecorationType.None);
     this.AddNewPalette.Location = new System.Drawing.Point(11, 24);
     this.AddNewPalette.Name     = "AddNewPalette";
     this.AddNewPalette.Size     = new System.Drawing.Size(25, 25);
     this.AddNewPalette.Style    = JHUI.JColorStyle.White;
     this.AddNewPalette.TabIndex = 21;
     this.AddNewPalette.TabStop  = false;
     this.AddNewPalette.Theme    = JHUI.JThemeStyle.Dark;
     this.jToolTip1.SetToolTip(this.AddNewPalette, "Add a new color palette.");
     this.AddNewPalette.Click += new System.EventHandler(this.AddNewPalette_BTN);
     //
     // DeletePalette
     //
     this.DeletePalette.BackColor             = System.Drawing.Color.Transparent;
     this.DeletePalette.BackgroundImage       = ((System.Drawing.Image)(resources.GetObject("DeletePalette.BackgroundImage")));
     this.DeletePalette.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.DeletePalette.Cursor = System.Windows.Forms.Cursors.Hand;
     this.jAnimator1.SetDecoration(this.DeletePalette, JHUI.DecorationType.None);
     this.DeletePalette.Location = new System.Drawing.Point(39, 24);
     this.DeletePalette.Name     = "DeletePalette";
     this.DeletePalette.Size     = new System.Drawing.Size(25, 25);
     this.DeletePalette.Style    = JHUI.JColorStyle.White;
     this.DeletePalette.TabIndex = 23;
     this.DeletePalette.TabStop  = false;
     this.DeletePalette.Theme    = JHUI.JThemeStyle.Dark;
     this.jToolTip1.SetToolTip(this.DeletePalette, "Delete selected color palette");
     this.DeletePalette.Click += new System.EventHandler(this.DeletePalette_BTN);
     //
     // notifyIcon1
     //
     this.notifyIcon1.ContextMenuStrip  = this.jContextMenu3;
     this.notifyIcon1.Icon              = ((System.Drawing.Icon)(resources.GetObject("notifyIcon1.Icon")));
     this.notifyIcon1.Text              = "J Color Picker";
     this.notifyIcon1.Visible           = true;
     this.notifyIcon1.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.NotifyIcon1_MouseDoubleClick);
     //
     // jContextMenu3
     //
     this.jAnimator1.SetDecoration(this.jContextMenu3, JHUI.DecorationType.None);
     this.jContextMenu3.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.showToolStripMenuItem,
         this.settingsToolStripMenuItem,
         this.toolStripSeparator1,
         this.toolStripMenuItem2
     });
     this.jContextMenu3.Name  = "jContextMenu1";
     this.jContextMenu3.Size  = new System.Drawing.Size(117, 76);
     this.jContextMenu3.Style = JHUI.JColorStyle.White;
     this.jContextMenu3.Theme = JHUI.JThemeStyle.Dark;
     //
     // showToolStripMenuItem
     //
     this.showToolStripMenuItem.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.showToolStripMenuItem.Name   = "showToolStripMenuItem";
     this.showToolStripMenuItem.Size   = new System.Drawing.Size(116, 22);
     this.showToolStripMenuItem.Text   = "Show";
     this.showToolStripMenuItem.Click += new System.EventHandler(this.ShowToolStripMenuItem_Click);
     //
     // settingsToolStripMenuItem
     //
     this.settingsToolStripMenuItem.Name   = "settingsToolStripMenuItem";
     this.settingsToolStripMenuItem.Size   = new System.Drawing.Size(116, 22);
     this.settingsToolStripMenuItem.Text   = "Settings";
     this.settingsToolStripMenuItem.Click += new System.EventHandler(this.SettingsToolStripMenuItem_Click);
     //
     // toolStripSeparator1
     //
     this.toolStripSeparator1.Name = "toolStripSeparator1";
     this.toolStripSeparator1.Size = new System.Drawing.Size(113, 6);
     //
     // toolStripMenuItem2
     //
     this.toolStripMenuItem2.Name   = "toolStripMenuItem2";
     this.toolStripMenuItem2.Size   = new System.Drawing.Size(116, 22);
     this.toolStripMenuItem2.Text   = "Exit";
     this.toolStripMenuItem2.Click += new System.EventHandler(this.ToolStripMenuItem2_Click);
     //
     // jColorPalette1
     //
     this.jColorPalette1.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.jColorPalette1.Animation = JHUI.AnimationType.Transparent;
     this.jColorPalette1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(17)))), ((int)(((byte)(17)))), ((int)(((byte)(17)))));
     this.jColorPalette1.Cursor    = System.Windows.Forms.Cursors.Hand;
     this.jAnimator1.SetDecoration(this.jColorPalette1, JHUI.DecorationType.None);
     this.jColorPalette1.ItemBorder             = 0;
     this.jColorPalette1.ItemSize               = new System.Drawing.Size(104, 110);
     this.jColorPalette1.Location               = new System.Drawing.Point(13, 59);
     this.jColorPalette1.Name                   = "jColorPalette1";
     this.jColorPalette1.PaletteData            = null;
     this.jColorPalette1.PaletteItemActionImage = global::jColorPicker.Properties.Resources.pencil_edit_button2;
     this.jColorPalette1.Size                   = new System.Drawing.Size(637, 222);
     this.jColorPalette1.TabIndex               = 47;
     this.jColorPalette1.OnColorChanged        += new System.EventHandler <JHUI.Controls.ColorEvent>(this.JColorPalette_OnColorChanged);
     this.jColorPalette1.OnColorDeleted        += new System.EventHandler <JHUI.Controls.ColorEvent>(this.JColorPalete1_OnColorDeleted);
     this.jColorPalette1.OnColorAction         += new System.EventHandler <JHUI.Controls.ColorEvent>(this.JColorPalete1_OnColorAction);
     //
     // jToolTip1
     //
     this.jToolTip1.Style        = JHUI.JColorStyle.White;
     this.jToolTip1.StyleManager = null;
     this.jToolTip1.Theme        = JHUI.JThemeStyle.Dark;
     //
     // sortImage
     //
     this.sortImage.BackColor             = System.Drawing.Color.Transparent;
     this.sortImage.BackgroundImage       = ((System.Drawing.Image)(resources.GetObject("sortImage.BackgroundImage")));
     this.sortImage.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.sortImage.Cursor = System.Windows.Forms.Cursors.Hand;
     this.jAnimator1.SetDecoration(this.sortImage, JHUI.DecorationType.None);
     this.sortImage.Location = new System.Drawing.Point(182, 24);
     this.sortImage.Name     = "sortImage";
     this.sortImage.Size     = new System.Drawing.Size(25, 25);
     this.sortImage.Style    = JHUI.JColorStyle.White;
     this.sortImage.TabIndex = 50;
     this.sortImage.TabStop  = false;
     this.sortImage.Theme    = JHUI.JThemeStyle.Dark;
     this.jToolTip1.SetToolTip(this.sortImage, "Sort palette view.");
     this.sortImage.UseCustomBackColor = true;
     this.sortImage.Click += new System.EventHandler(this.ChangeSotring_BTN);
     //
     // PictureBox_JHUILogo
     //
     this.PictureBox_JHUILogo.BackColor             = System.Drawing.Color.Transparent;
     this.PictureBox_JHUILogo.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.jAnimator1.SetDecoration(this.PictureBox_JHUILogo, JHUI.DecorationType.None);
     this.PictureBox_JHUILogo.Location        = new System.Drawing.Point(281, 109);
     this.PictureBox_JHUILogo.Name            = "PictureBox_JHUILogo";
     this.PictureBox_JHUILogo.Size            = new System.Drawing.Size(85, 79);
     this.PictureBox_JHUILogo.SizeMode        = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     this.PictureBox_JHUILogo.Style           = JHUI.JColorStyle.White;
     this.PictureBox_JHUILogo.TabIndex        = 31;
     this.PictureBox_JHUILogo.TabStop         = false;
     this.PictureBox_JHUILogo.Theme           = JHUI.JThemeStyle.Dark;
     this.PictureBox_JHUILogo.VisibleChanged += new System.EventHandler(this.JPictureBox6_VisibleChanged);
     //
     // jLabel1
     //
     this.jLabel1.CausesValidation = false;
     this.jAnimator1.SetDecoration(this.jLabel1, JHUI.DecorationType.None);
     this.jLabel1.DropShadowColor    = System.Drawing.Color.Black;
     this.jLabel1.DropShadowOffset   = new System.Drawing.Size(1, 1);
     this.jLabel1.Enabled            = false;
     this.jLabel1.FontSize           = JHUI.JLabelSize.Tall;
     this.jLabel1.ForeColor          = System.Drawing.Color.White;
     this.jLabel1.Location           = new System.Drawing.Point(0, 24);
     this.jLabel1.Name               = "jLabel1";
     this.jLabel1.Size               = new System.Drawing.Size(650, 362);
     this.jLabel1.Style              = JHUI.JColorStyle.White;
     this.jLabel1.TabIndex           = 34;
     this.jLabel1.Text               = "Hi!";
     this.jLabel1.TextAlign          = System.Drawing.ContentAlignment.MiddleCenter;
     this.jLabel1.Theme              = JHUI.JThemeStyle.Dark;
     this.jLabel1.UseCustomForeColor = true;
     //
     // jColorEditor1
     //
     this.jColorEditor1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                                                                       | System.Windows.Forms.AnchorStyles.Right)));
     this.jColorEditor1.Color = System.Drawing.Color.BlueViolet;
     this.jAnimator1.SetDecoration(this.jColorEditor1, JHUI.DecorationType.None);
     this.jColorEditor1.ForeColor            = System.Drawing.Color.FromArgb(((int)(((byte)(109)))), ((int)(((byte)(109)))), ((int)(((byte)(109)))));
     this.jColorEditor1.Location             = new System.Drawing.Point(113, 287);
     this.jColorEditor1.Name                 = "jColorEditor1";
     this.jColorEditor1.RBGASliderColor      = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
     this.jColorEditor1.ShowColorSpaceLabels = false;
     this.jColorEditor1.ShowHexDropDown      = false;
     this.jColorEditor1.ShowHexTextBox       = false;
     this.jColorEditor1.Size                 = new System.Drawing.Size(426, 112);
     this.jColorEditor1.Style                = JHUI.JColorStyle.White;
     this.jColorEditor1.TabIndex             = 36;
     this.jColorEditor1.Theme                = JHUI.JThemeStyle.Dark;
     this.jColorEditor1.UseSelectable        = true;
     this.jColorEditor1.ColorChanged        += new System.EventHandler(this.JColorEditor1_ColorChanged);
     //
     // PictureBox_MyLogo
     //
     this.PictureBox_MyLogo.BackColor             = System.Drawing.Color.Transparent;
     this.PictureBox_MyLogo.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.jAnimator1.SetDecoration(this.PictureBox_MyLogo, JHUI.DecorationType.None);
     this.PictureBox_MyLogo.Location        = new System.Drawing.Point(281, 109);
     this.PictureBox_MyLogo.Name            = "PictureBox_MyLogo";
     this.PictureBox_MyLogo.Size            = new System.Drawing.Size(85, 79);
     this.PictureBox_MyLogo.SizeMode        = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     this.PictureBox_MyLogo.Style           = JHUI.JColorStyle.White;
     this.PictureBox_MyLogo.TabIndex        = 40;
     this.PictureBox_MyLogo.TabStop         = false;
     this.PictureBox_MyLogo.Theme           = JHUI.JThemeStyle.Dark;
     this.PictureBox_MyLogo.VisibleChanged += new System.EventHandler(this.PictureBox_MyLogo_VisibleChanged);
     //
     // ColorValue
     //
     this.ColorValue.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.ColorValue.BorderBottomLineSize = 5;
     this.ColorValue.BorderColor          = System.Drawing.Color.Black;
     this.ColorValue.BottomLineOffset     = new System.Drawing.Size(3, 3);
     //
     //
     //
     this.ColorValue.CustomButton.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.ColorValue.CustomButton.Cursor             = System.Windows.Forms.Cursors.Hand;
     this.ColorValue.CustomButton.Image              = ((System.Drawing.Image)(resources.GetObject("resource.Image")));
     this.ColorValue.CustomButton.ImeMode            = System.Windows.Forms.ImeMode.NoControl;
     this.ColorValue.CustomButton.Location           = new System.Drawing.Point(165, 1);
     this.ColorValue.CustomButton.Name               = "";
     this.ColorValue.CustomButton.Size               = new System.Drawing.Size(21, 21);
     this.ColorValue.CustomButton.Style              = JHUI.JColorStyle.White;
     this.ColorValue.CustomButton.TabIndex           = 1;
     this.ColorValue.CustomButton.Theme              = JHUI.JThemeStyle.Dark;
     this.ColorValue.CustomButton.UseCustomBackColor = true;
     this.ColorValue.CustomButton.UseSelectable      = true;
     this.jAnimator1.SetDecoration(this.ColorValue, JHUI.DecorationType.None);
     this.ColorValue.DrawBorder           = true;
     this.ColorValue.DrawBorderBottomLine = false;
     this.ColorValue.Font             = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Pixel);
     this.ColorValue.Lines            = new string[0];
     this.ColorValue.Location         = new System.Drawing.Point(138, 365);
     this.ColorValue.MaxLength        = 32767;
     this.ColorValue.Name             = "ColorValue";
     this.ColorValue.PasswordChar     = '\0';
     this.ColorValue.ScrollBars       = System.Windows.Forms.ScrollBars.None;
     this.ColorValue.SelectedText     = "";
     this.ColorValue.SelectionLength  = 0;
     this.ColorValue.SelectionStart   = 0;
     this.ColorValue.ShortcutsEnabled = true;
     this.ColorValue.ShowButton       = true;
     this.ColorValue.Size             = new System.Drawing.Size(187, 23);
     this.ColorValue.Style            = JHUI.JColorStyle.White;
     this.ColorValue.TabIndex         = 44;
     this.ColorValue.TextWaterMark    = "";
     this.ColorValue.Theme            = JHUI.JThemeStyle.Dark;
     this.ColorValue.UseCustomFont    = true;
     this.ColorValue.UseSelectable    = true;
     this.ColorValue.WaterMarkColor   = System.Drawing.Color.FromArgb(((int)(((byte)(109)))), ((int)(((byte)(109)))), ((int)(((byte)(109)))));
     this.ColorValue.WaterMarkFont    = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Pixel);
     this.ColorValue.ButtonClick     += new JHUI.Controls.JTextBox.ButClick(this.ColorValue_ButtonClick);
     //
     // jLabel2
     //
     this.jLabel2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.jAnimator1.SetDecoration(this.jLabel2, JHUI.DecorationType.None);
     this.jLabel2.DropShadowColor  = System.Drawing.Color.Black;
     this.jLabel2.DropShadowOffset = new System.Drawing.Size(1, 1);
     this.jLabel2.FontSize         = JHUI.JLabelSize.Small;
     this.jLabel2.Location         = new System.Drawing.Point(113, 367);
     this.jLabel2.Name             = "jLabel2";
     this.jLabel2.Size             = new System.Drawing.Size(100, 23);
     this.jLabel2.Style            = JHUI.JColorStyle.White;
     this.jLabel2.TabIndex         = 46;
     this.jLabel2.Text             = "Val:";
     this.jLabel2.Theme            = JHUI.JThemeStyle.Dark;
     //
     // jAnimator1
     //
     this.jAnimator1.AnimationType      = JHUI.AnimationType.Transparent;
     this.jAnimator1.Cursor             = null;
     jAnimation4.AnimateOnlyDifferences = true;
     jAnimation4.BlindCoeff             = ((System.Drawing.PointF)(resources.GetObject("jAnimation4.BlindCoeff")));
     jAnimation4.LeafCoeff            = 0F;
     jAnimation4.MaxTime              = 1F;
     jAnimation4.MinTime              = 0F;
     jAnimation4.MosaicCoeff          = ((System.Drawing.PointF)(resources.GetObject("jAnimation4.MosaicCoeff")));
     jAnimation4.MosaicShift          = ((System.Drawing.PointF)(resources.GetObject("jAnimation4.MosaicShift")));
     jAnimation4.MosaicSize           = 0;
     jAnimation4.Padding              = new System.Windows.Forms.Padding(0);
     jAnimation4.RotateCoeff          = 0F;
     jAnimation4.RotateLimit          = 0F;
     jAnimation4.ScaleCoeff           = ((System.Drawing.PointF)(resources.GetObject("jAnimation4.ScaleCoeff")));
     jAnimation4.SlideCoeff           = ((System.Drawing.PointF)(resources.GetObject("jAnimation4.SlideCoeff")));
     jAnimation4.TimeCoeff            = 0F;
     jAnimation4.TransparencyCoeff    = 1F;
     this.jAnimator1.DefaultAnimation = jAnimation4;
     //
     // deleteToolStripMenuItem
     //
     this.deleteToolStripMenuItem.Image  = global::jColorPicker.Properties.Resources.Delete_64;
     this.deleteToolStripMenuItem.Name   = "deleteToolStripMenuItem";
     this.deleteToolStripMenuItem.Size   = new System.Drawing.Size(180, 22);
     this.deleteToolStripMenuItem.Text   = "Delete";
     this.deleteToolStripMenuItem.Click += new System.EventHandler(this.DeletePalette_BTN);
     //
     // toolStripSeparator2
     //
     this.toolStripSeparator2.Name = "toolStripSeparator2";
     this.toolStripSeparator2.Size = new System.Drawing.Size(177, 6);
     //
     // addToolStripMenuItem
     //
     this.addToolStripMenuItem.Image  = global::jColorPicker.Properties.Resources.Add_64;
     this.addToolStripMenuItem.Name   = "addToolStripMenuItem";
     this.addToolStripMenuItem.Size   = new System.Drawing.Size(180, 22);
     this.addToolStripMenuItem.Text   = "Add";
     this.addToolStripMenuItem.Click += new System.EventHandler(this.AddNewPalette_BTN);
     //
     // MainForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(651, 395);
     this.Controls.Add(this.sortImage);
     this.Controls.Add(this.ColorValue);
     this.Controls.Add(this.jLabel2);
     this.Controls.Add(this.PictureBox_MyLogo);
     this.Controls.Add(this.PictureBox_JHUILogo);
     this.Controls.Add(this.AddColorImage);
     this.Controls.Add(this.jColorEditor1);
     this.Controls.Add(this.ColorNow);
     this.Controls.Add(this.jScreenColorPicker1);
     this.Controls.Add(this.jLabel1);
     this.Controls.Add(this.jColorPalette1);
     this.Controls.Add(this.DeletePalette);
     this.Controls.Add(this.AddNewPalette);
     this.Controls.Add(this.PaletteSelector);
     this.Controls.Add(this.SettingsImage);
     this.jAnimator1.SetDecoration(this, JHUI.DecorationType.None);
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.JControlBoxButonSize    = new System.Drawing.Size(15, 15);
     this.JControlBoxType         = JHUI.Forms.JControlBoxType.CUSTOMIZABLE;
     this.JOrderControlBoxButton1 = JHUI.Forms.JForm.JHUIControlBoxButtons.Close;
     this.JOrderControlBoxButton3 = JHUI.Forms.JForm.JHUIControlBoxButtons.Minimize;
     this.MaximizeBox             = false;
     this.MinimumSize             = new System.Drawing.Size(651, 395);
     this.Name               = "MainForm";
     this.ShadowType         = JHUI.Forms.JFormShadowType.Flat;
     this.Text               = "J Color Picker";
     this.TextAlign          = JHUI.Forms.JFormTextAlign.Center;
     this.OnWindowMaximized += new System.EventHandler(this.MainForm_OnWindowMaximized);
     this.OnWindowMinimized += new System.EventHandler(this.Form1_OnWindowMinimized);
     this.Load              += new System.EventHandler(this.Form1_Load);
     this.Shown             += new System.EventHandler(this.Form1_Shown);
     this.KeyDown           += new System.Windows.Forms.KeyEventHandler(this.MainForm_KeyDown);
     ((System.ComponentModel.ISupportInitialize)(this.ColorNow)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.SettingsImage)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.AddColorImage)).EndInit();
     this.jContextMenu2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.AddNewPalette)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.DeletePalette)).EndInit();
     this.jContextMenu3.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.sortImage)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.PictureBox_JHUILogo)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.PictureBox_MyLogo)).EndInit();
     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();
     JHUI.JAnimation jAnimation1 = new JHUI.JAnimation();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(LoginDialog));
     this.RegisterTabPage = new JHUI.Controls.JTabControl();
     this.loginPage       = new JHUI.Controls.JTabPage();
     this.textBox2        = new JHUI.Controls.JTextBox();
     this.textBox1        = new JHUI.Controls.JTextBox();
     this.button1         = new JHUI.Controls.JButton();
     this.pictureBox1     = new JHUI.Controls.JPictureBox();
     this.RegisterPage    = new JHUI.Controls.JTabPage();
     this.textBox5        = new JHUI.Controls.JTextBox();
     this.textBox3        = new JHUI.Controls.JTextBox();
     this.textBox4        = new JHUI.Controls.JTextBox();
     this.button2         = new JHUI.Controls.JButton();
     this.pictureBox2     = new JHUI.Controls.JPictureBox();
     this.notice          = new JHUI.Controls.JTextBox();
     this.RegisterTabPage.SuspendLayout();
     this.loginPage.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
     this.RegisterPage.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
     this.SuspendLayout();
     //
     // RegisterTabPage
     //
     jAnimation1.AnimateOnlyDifferences = true;
     jAnimation1.BlindCoeff             = ((System.Drawing.PointF)(resources.GetObject("jAnimation1.BlindCoeff")));
     jAnimation1.LeafCoeff                = 0F;
     jAnimation1.MaxTime                  = 1F;
     jAnimation1.MinTime                  = 0F;
     jAnimation1.MosaicCoeff              = ((System.Drawing.PointF)(resources.GetObject("jAnimation1.MosaicCoeff")));
     jAnimation1.MosaicShift              = ((System.Drawing.PointF)(resources.GetObject("jAnimation1.MosaicShift")));
     jAnimation1.MosaicSize               = 20;
     jAnimation1.Padding                  = new System.Windows.Forms.Padding(30);
     jAnimation1.RotateCoeff              = 0F;
     jAnimation1.RotateLimit              = 0F;
     jAnimation1.ScaleCoeff               = ((System.Drawing.PointF)(resources.GetObject("jAnimation1.ScaleCoeff")));
     jAnimation1.SlideCoeff               = ((System.Drawing.PointF)(resources.GetObject("jAnimation1.SlideCoeff")));
     jAnimation1.TimeCoeff                = 0F;
     jAnimation1.TransparencyCoeff        = 0F;
     this.RegisterTabPage.ChangeAnimation = jAnimation1;
     this.RegisterTabPage.Controls.Add(this.loginPage);
     this.RegisterTabPage.Controls.Add(this.RegisterPage);
     this.RegisterTabPage.Location              = new System.Drawing.Point(6, 63);
     this.RegisterTabPage.Name                  = "RegisterTabPage";
     this.RegisterTabPage.Padding               = new System.Drawing.Point(6, 8);
     this.RegisterTabPage.SelectedIndex         = 0;
     this.RegisterTabPage.Size                  = new System.Drawing.Size(705, 406);
     this.RegisterTabPage.Style                 = JHUI.JColorStyle.White;
     this.RegisterTabPage.TabIndex              = 0;
     this.RegisterTabPage.TabStop               = false;
     this.RegisterTabPage.Theme                 = JHUI.JThemeStyle.Light;
     this.RegisterTabPage.UseSelectable         = true;
     this.RegisterTabPage.SelectedIndexChanged += new System.EventHandler(this.RegisterTabPage_SelectedIndexChanged);
     //
     // loginPage
     //
     this.loginPage.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(37)))), ((int)(((byte)(37)))), ((int)(((byte)(38)))));
     this.loginPage.Controls.Add(this.textBox2);
     this.loginPage.Controls.Add(this.textBox1);
     this.loginPage.Controls.Add(this.button1);
     this.loginPage.Controls.Add(this.pictureBox1);
     this.loginPage.HorizontalScrollbarBarColor         = true;
     this.loginPage.HorizontalScrollbarHighlightOnWheel = false;
     this.loginPage.HorizontalScrollbarSize             = 10;
     this.loginPage.Location = new System.Drawing.Point(4, 38);
     this.loginPage.Name     = "loginPage";
     this.loginPage.Size     = new System.Drawing.Size(697, 364);
     this.loginPage.Style    = JHUI.JColorStyle.White;
     this.loginPage.TabIndex = 0;
     this.loginPage.Text     = "Login";
     this.loginPage.Theme    = JHUI.JThemeStyle.Dark;
     this.loginPage.VerticalScrollbarBarColor         = true;
     this.loginPage.VerticalScrollbarHighlightOnWheel = false;
     this.loginPage.VerticalScrollbarSize             = 10;
     //
     // textBox2
     //
     this.textBox2.BorderBottomLineSize = 5;
     this.textBox2.BorderColor          = System.Drawing.Color.Black;
     this.textBox2.BottomLineOffset     = new System.Drawing.Size(3, 3);
     //
     //
     //
     this.textBox2.CustomButton.Image         = null;
     this.textBox2.CustomButton.Location      = new System.Drawing.Point(329, 2);
     this.textBox2.CustomButton.Name          = "";
     this.textBox2.CustomButton.Size          = new System.Drawing.Size(31, 31);
     this.textBox2.CustomButton.Style         = JHUI.JColorStyle.White;
     this.textBox2.CustomButton.TabIndex      = 1;
     this.textBox2.CustomButton.Theme         = JHUI.JThemeStyle.Dark;
     this.textBox2.CustomButton.UseSelectable = true;
     this.textBox2.CustomButton.Visible       = false;
     this.textBox2.DrawBorder           = true;
     this.textBox2.DrawBorderBottomLine = false;
     this.textBox2.Font      = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Pixel);
     this.textBox2.FontSize  = JHUI.JTextBoxSize.Tall;
     this.textBox2.ForeColor = System.Drawing.Color.Black;
     this.textBox2.Lines     = new string[] {
         "optiplex"
     };
     this.textBox2.Location         = new System.Drawing.Point(166, 171);
     this.textBox2.MaxLength        = 32767;
     this.textBox2.Name             = "textBox2";
     this.textBox2.PasswordChar     = '*';
     this.textBox2.ScrollBars       = System.Windows.Forms.ScrollBars.None;
     this.textBox2.SelectedText     = "";
     this.textBox2.SelectionLength  = 0;
     this.textBox2.SelectionStart   = 0;
     this.textBox2.ShortcutsEnabled = true;
     this.textBox2.Size             = new System.Drawing.Size(363, 36);
     this.textBox2.Style            = JHUI.JColorStyle.White;
     this.textBox2.TabIndex         = 2;
     this.textBox2.Text             = "optiplex";
     this.textBox2.TextWaterMark    = "Password";
     this.textBox2.Theme            = JHUI.JThemeStyle.Dark;
     this.textBox2.UseCustomFont    = false;
     this.textBox2.UseSelectable    = true;
     this.textBox2.WaterMarkColor   = System.Drawing.Color.FromArgb(((int)(((byte)(109)))), ((int)(((byte)(109)))), ((int)(((byte)(109)))));
     this.textBox2.WaterMarkFont    = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Pixel);
     this.textBox2.Click           += new System.EventHandler(this.TextBox2_Click);
     //
     // textBox1
     //
     this.textBox1.BorderBottomLineSize = 5;
     this.textBox1.BorderColor          = System.Drawing.Color.Black;
     this.textBox1.BottomLineOffset     = new System.Drawing.Size(3, 3);
     //
     //
     //
     this.textBox1.CustomButton.Image         = null;
     this.textBox1.CustomButton.Location      = new System.Drawing.Point(329, 2);
     this.textBox1.CustomButton.Name          = "";
     this.textBox1.CustomButton.Size          = new System.Drawing.Size(31, 31);
     this.textBox1.CustomButton.Style         = JHUI.JColorStyle.White;
     this.textBox1.CustomButton.TabIndex      = 1;
     this.textBox1.CustomButton.Theme         = JHUI.JThemeStyle.Dark;
     this.textBox1.CustomButton.UseSelectable = true;
     this.textBox1.CustomButton.Visible       = false;
     this.textBox1.DrawBorder           = true;
     this.textBox1.DrawBorderBottomLine = false;
     this.textBox1.Font      = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Pixel);
     this.textBox1.FontSize  = JHUI.JTextBoxSize.Tall;
     this.textBox1.ForeColor = System.Drawing.Color.Black;
     this.textBox1.Lines     = new string[] {
         "root"
     };
     this.textBox1.Location         = new System.Drawing.Point(166, 129);
     this.textBox1.MaxLength        = 32767;
     this.textBox1.Name             = "textBox1";
     this.textBox1.PasswordChar     = '\0';
     this.textBox1.ScrollBars       = System.Windows.Forms.ScrollBars.None;
     this.textBox1.SelectedText     = "";
     this.textBox1.SelectionLength  = 0;
     this.textBox1.SelectionStart   = 0;
     this.textBox1.ShortcutsEnabled = true;
     this.textBox1.Size             = new System.Drawing.Size(363, 36);
     this.textBox1.Style            = JHUI.JColorStyle.White;
     this.textBox1.TabIndex         = 1;
     this.textBox1.Text             = "root";
     this.textBox1.TextWaterMark    = "Username";
     this.textBox1.Theme            = JHUI.JThemeStyle.Dark;
     this.textBox1.UseCustomFont    = false;
     this.textBox1.UseSelectable    = true;
     this.textBox1.WaterMarkColor   = System.Drawing.Color.FromArgb(((int)(((byte)(109)))), ((int)(((byte)(109)))), ((int)(((byte)(109)))));
     this.textBox1.WaterMarkFont    = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Pixel);
     //
     // button1
     //
     this.button1.BackColor               = System.Drawing.Color.FromArgb(((int)(((byte)(83)))), ((int)(((byte)(163)))), ((int)(((byte)(205)))));
     this.button1.Font                    = new System.Drawing.Font("Microsoft Sans Serif", 18.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.button1.ForeColor               = System.Drawing.Color.Transparent;
     this.button1.Location                = new System.Drawing.Point(166, 213);
     this.button1.Name                    = "button1";
     this.button1.Size                    = new System.Drawing.Size(363, 75);
     this.button1.Style                   = JHUI.JColorStyle.White;
     this.button1.TabIndex                = 3;
     this.button1.Text                    = "LOGIN";
     this.button1.Theme                   = JHUI.JThemeStyle.Dark;
     this.button1.UseSelectable           = true;
     this.button1.UseVisualStyleBackColor = false;
     this.button1.Click                  += new System.EventHandler(this.ButtonLogin_Click);
     //
     // pictureBox1
     //
     this.pictureBox1.BackColor             = System.Drawing.Color.Transparent;
     this.pictureBox1.BackgroundImage       = ((System.Drawing.Image)(resources.GetObject("pictureBox1.BackgroundImage")));
     this.pictureBox1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.pictureBox1.InitialImage          = null;
     this.pictureBox1.Location = new System.Drawing.Point(166, -5);
     this.pictureBox1.Name     = "pictureBox1";
     this.pictureBox1.Size     = new System.Drawing.Size(363, 366);
     this.pictureBox1.Style    = JHUI.JColorStyle.White;
     this.pictureBox1.TabIndex = 3;
     this.pictureBox1.TabStop  = false;
     this.pictureBox1.Theme    = JHUI.JThemeStyle.Dark;
     //
     // RegisterPage
     //
     this.RegisterPage.Controls.Add(this.textBox5);
     this.RegisterPage.Controls.Add(this.textBox3);
     this.RegisterPage.Controls.Add(this.textBox4);
     this.RegisterPage.Controls.Add(this.button2);
     this.RegisterPage.Controls.Add(this.pictureBox2);
     this.RegisterPage.HorizontalScrollbarBarColor         = true;
     this.RegisterPage.HorizontalScrollbarHighlightOnWheel = false;
     this.RegisterPage.HorizontalScrollbarSize             = 10;
     this.RegisterPage.Location = new System.Drawing.Point(4, 36);
     this.RegisterPage.Name     = "RegisterPage";
     this.RegisterPage.Size     = new System.Drawing.Size(192, 60);
     this.RegisterPage.Style    = JHUI.JColorStyle.White;
     this.RegisterPage.TabIndex = 1;
     this.RegisterPage.Text     = "Register";
     this.RegisterPage.Theme    = JHUI.JThemeStyle.Dark;
     this.RegisterPage.UseVisualStyleBackColor           = true;
     this.RegisterPage.VerticalScrollbarBarColor         = true;
     this.RegisterPage.VerticalScrollbarHighlightOnWheel = false;
     this.RegisterPage.VerticalScrollbarSize             = 10;
     //
     // textBox5
     //
     this.textBox5.BorderBottomLineSize = 5;
     this.textBox5.BorderColor          = System.Drawing.Color.Black;
     this.textBox5.BottomLineOffset     = new System.Drawing.Size(3, 3);
     //
     //
     //
     this.textBox5.CustomButton.Image         = null;
     this.textBox5.CustomButton.Location      = new System.Drawing.Point(329, 2);
     this.textBox5.CustomButton.Name          = "";
     this.textBox5.CustomButton.Size          = new System.Drawing.Size(31, 31);
     this.textBox5.CustomButton.Style         = JHUI.JColorStyle.White;
     this.textBox5.CustomButton.TabIndex      = 1;
     this.textBox5.CustomButton.Theme         = JHUI.JThemeStyle.Dark;
     this.textBox5.CustomButton.UseSelectable = true;
     this.textBox5.CustomButton.Visible       = false;
     this.textBox5.DrawBorder           = true;
     this.textBox5.DrawBorderBottomLine = false;
     this.textBox5.Font             = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Pixel);
     this.textBox5.FontSize         = JHUI.JTextBoxSize.Tall;
     this.textBox5.FontWeight       = JHUI.JTextBoxWeight.Light;
     this.textBox5.ForeColor        = System.Drawing.Color.Black;
     this.textBox5.Lines            = new string[0];
     this.textBox5.Location         = new System.Drawing.Point(166, 213);
     this.textBox5.MaxLength        = 32767;
     this.textBox5.Name             = "textBox5";
     this.textBox5.PasswordChar     = '*';
     this.textBox5.ScrollBars       = System.Windows.Forms.ScrollBars.None;
     this.textBox5.SelectedText     = "";
     this.textBox5.SelectionLength  = 0;
     this.textBox5.SelectionStart   = 0;
     this.textBox5.ShortcutsEnabled = true;
     this.textBox5.Size             = new System.Drawing.Size(363, 36);
     this.textBox5.Style            = JHUI.JColorStyle.White;
     this.textBox5.TabIndex         = 3;
     this.textBox5.TextWaterMark    = "Repeate Password";
     this.textBox5.Theme            = JHUI.JThemeStyle.Dark;
     this.textBox5.UseCustomFont    = false;
     this.textBox5.UseSelectable    = true;
     this.textBox5.WaterMarkColor   = System.Drawing.Color.FromArgb(((int)(((byte)(109)))), ((int)(((byte)(109)))), ((int)(((byte)(109)))));
     this.textBox5.WaterMarkFont    = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Pixel);
     //
     // textBox3
     //
     this.textBox3.BorderBottomLineSize = 5;
     this.textBox3.BorderColor          = System.Drawing.Color.Black;
     this.textBox3.BottomLineOffset     = new System.Drawing.Size(3, 3);
     //
     //
     //
     this.textBox3.CustomButton.Image         = null;
     this.textBox3.CustomButton.Location      = new System.Drawing.Point(329, 2);
     this.textBox3.CustomButton.Name          = "";
     this.textBox3.CustomButton.Size          = new System.Drawing.Size(31, 31);
     this.textBox3.CustomButton.Style         = JHUI.JColorStyle.White;
     this.textBox3.CustomButton.TabIndex      = 1;
     this.textBox3.CustomButton.Theme         = JHUI.JThemeStyle.Dark;
     this.textBox3.CustomButton.UseSelectable = true;
     this.textBox3.CustomButton.Visible       = false;
     this.textBox3.DrawBorder           = true;
     this.textBox3.DrawBorderBottomLine = false;
     this.textBox3.Font             = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Pixel);
     this.textBox3.FontSize         = JHUI.JTextBoxSize.Tall;
     this.textBox3.FontWeight       = JHUI.JTextBoxWeight.Light;
     this.textBox3.ForeColor        = System.Drawing.Color.Black;
     this.textBox3.Lines            = new string[0];
     this.textBox3.Location         = new System.Drawing.Point(166, 171);
     this.textBox3.MaxLength        = 32767;
     this.textBox3.Name             = "textBox3";
     this.textBox3.PasswordChar     = '*';
     this.textBox3.ScrollBars       = System.Windows.Forms.ScrollBars.None;
     this.textBox3.SelectedText     = "";
     this.textBox3.SelectionLength  = 0;
     this.textBox3.SelectionStart   = 0;
     this.textBox3.ShortcutsEnabled = true;
     this.textBox3.Size             = new System.Drawing.Size(363, 36);
     this.textBox3.Style            = JHUI.JColorStyle.White;
     this.textBox3.TabIndex         = 2;
     this.textBox3.TextWaterMark    = "Password";
     this.textBox3.Theme            = JHUI.JThemeStyle.Dark;
     this.textBox3.UseCustomFont    = false;
     this.textBox3.UseSelectable    = true;
     this.textBox3.WaterMarkColor   = System.Drawing.Color.FromArgb(((int)(((byte)(109)))), ((int)(((byte)(109)))), ((int)(((byte)(109)))));
     this.textBox3.WaterMarkFont    = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Pixel);
     //
     // textBox4
     //
     this.textBox4.BorderBottomLineSize = 5;
     this.textBox4.BorderColor          = System.Drawing.Color.Black;
     this.textBox4.BottomLineOffset     = new System.Drawing.Size(3, 3);
     //
     //
     //
     this.textBox4.CustomButton.Image         = null;
     this.textBox4.CustomButton.Location      = new System.Drawing.Point(329, 2);
     this.textBox4.CustomButton.Name          = "";
     this.textBox4.CustomButton.Size          = new System.Drawing.Size(31, 31);
     this.textBox4.CustomButton.Style         = JHUI.JColorStyle.White;
     this.textBox4.CustomButton.TabIndex      = 1;
     this.textBox4.CustomButton.Theme         = JHUI.JThemeStyle.Dark;
     this.textBox4.CustomButton.UseSelectable = true;
     this.textBox4.CustomButton.Visible       = false;
     this.textBox4.DrawBorder           = true;
     this.textBox4.DrawBorderBottomLine = false;
     this.textBox4.Font             = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Pixel);
     this.textBox4.FontSize         = JHUI.JTextBoxSize.Tall;
     this.textBox4.FontWeight       = JHUI.JTextBoxWeight.Light;
     this.textBox4.ForeColor        = System.Drawing.Color.Black;
     this.textBox4.Lines            = new string[0];
     this.textBox4.Location         = new System.Drawing.Point(166, 129);
     this.textBox4.MaxLength        = 32767;
     this.textBox4.Name             = "textBox4";
     this.textBox4.PasswordChar     = '\0';
     this.textBox4.ScrollBars       = System.Windows.Forms.ScrollBars.None;
     this.textBox4.SelectedText     = "";
     this.textBox4.SelectionLength  = 0;
     this.textBox4.SelectionStart   = 0;
     this.textBox4.ShortcutsEnabled = true;
     this.textBox4.Size             = new System.Drawing.Size(363, 36);
     this.textBox4.Style            = JHUI.JColorStyle.White;
     this.textBox4.TabIndex         = 1;
     this.textBox4.TextWaterMark    = "Username";
     this.textBox4.Theme            = JHUI.JThemeStyle.Dark;
     this.textBox4.UseCustomFont    = false;
     this.textBox4.UseSelectable    = true;
     this.textBox4.WaterMarkColor   = System.Drawing.Color.FromArgb(((int)(((byte)(109)))), ((int)(((byte)(109)))), ((int)(((byte)(109)))));
     this.textBox4.WaterMarkFont    = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Pixel);
     //
     // button2
     //
     this.button2.BackColor               = System.Drawing.Color.FromArgb(((int)(((byte)(28)))), ((int)(((byte)(185)))), ((int)(((byte)(78)))));
     this.button2.Font                    = new System.Drawing.Font("Microsoft Sans Serif", 18.75F);
     this.button2.ForeColor               = System.Drawing.Color.Transparent;
     this.button2.Location                = new System.Drawing.Point(166, 255);
     this.button2.Name                    = "button2";
     this.button2.Size                    = new System.Drawing.Size(363, 34);
     this.button2.Style                   = JHUI.JColorStyle.White;
     this.button2.TabIndex                = 4;
     this.button2.Text                    = "REGISTER";
     this.button2.Theme                   = JHUI.JThemeStyle.Dark;
     this.button2.UseSelectable           = true;
     this.button2.UseVisualStyleBackColor = false;
     this.button2.Click                  += new System.EventHandler(this.BTNRegister_Click);
     //
     // pictureBox2
     //
     this.pictureBox2.BackColor             = System.Drawing.Color.Transparent;
     this.pictureBox2.BackgroundImage       = ((System.Drawing.Image)(resources.GetObject("pictureBox2.BackgroundImage")));
     this.pictureBox2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.pictureBox2.ErrorImage            = null;
     this.pictureBox2.InitialImage          = null;
     this.pictureBox2.Location = new System.Drawing.Point(166, -5);
     this.pictureBox2.Name     = "pictureBox2";
     this.pictureBox2.Size     = new System.Drawing.Size(363, 366);
     this.pictureBox2.Style    = JHUI.JColorStyle.White;
     this.pictureBox2.TabIndex = 7;
     this.pictureBox2.TabStop  = false;
     this.pictureBox2.Theme    = JHUI.JThemeStyle.Dark;
     //
     // notice
     //
     this.notice.BackColor            = System.Drawing.Color.White;
     this.notice.BorderBottomLineSize = 5;
     this.notice.BorderColor          = System.Drawing.Color.Black;
     this.notice.BottomLineOffset     = new System.Drawing.Size(3, 3);
     //
     //
     //
     this.notice.CustomButton.Image         = null;
     this.notice.CustomButton.Location      = new System.Drawing.Point(669, 1);
     this.notice.CustomButton.Name          = "";
     this.notice.CustomButton.Size          = new System.Drawing.Size(27, 27);
     this.notice.CustomButton.Style         = JHUI.JColorStyle.White;
     this.notice.CustomButton.TabIndex      = 1;
     this.notice.CustomButton.Theme         = JHUI.JThemeStyle.Dark;
     this.notice.CustomButton.UseSelectable = true;
     this.notice.CustomButton.Visible       = false;
     this.notice.DrawBorder           = false;
     this.notice.DrawBorderBottomLine = false;
     this.notice.Enabled    = false;
     this.notice.Font       = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Pixel);
     this.notice.FontWeight = JHUI.JTextBoxWeight.Light;
     this.notice.ForeColor  = System.Drawing.Color.Black;
     this.notice.Lines      = new string[] {
         "Server unreachable, please wait, it usually takes a few seconds if this error per" +
         "sists please contact us on site."
     };
     this.notice.Location         = new System.Drawing.Point(10, 475);
     this.notice.MaxLength        = 32767;
     this.notice.Name             = "notice";
     this.notice.PasswordChar     = '\0';
     this.notice.ReadOnly         = true;
     this.notice.ScrollBars       = System.Windows.Forms.ScrollBars.None;
     this.notice.SelectedText     = "";
     this.notice.SelectionLength  = 0;
     this.notice.SelectionStart   = 0;
     this.notice.ShortcutsEnabled = true;
     this.notice.Size             = new System.Drawing.Size(697, 29);
     this.notice.Style            = JHUI.JColorStyle.White;
     this.notice.TabIndex         = 5;
     this.notice.Text             = "Server unreachable, please wait, it usually takes a few seconds if this error per" +
                                    "sists please contact us on site.";
     this.notice.TextAlign      = System.Windows.Forms.HorizontalAlignment.Center;
     this.notice.TextWaterMark  = "";
     this.notice.Theme          = JHUI.JThemeStyle.Dark;
     this.notice.UseCustomFont  = false;
     this.notice.UseSelectable  = true;
     this.notice.WaterMarkColor = System.Drawing.Color.FromArgb(((int)(((byte)(109)))), ((int)(((byte)(109)))), ((int)(((byte)(109)))));
     this.notice.WaterMarkFont  = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Pixel);
     //
     // LoginDialog
     //
     this.BackColor  = System.Drawing.Color.FromArgb(((int)(((byte)(37)))), ((int)(((byte)(37)))), ((int)(((byte)(37)))));
     this.ClientSize = new System.Drawing.Size(718, 512);
     this.Controls.Add(this.RegisterTabPage);
     this.Controls.Add(this.notice);
     this.Icon               = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Location           = new System.Drawing.Point(718, 512);
     this.MaximizeBox        = false;
     this.MaximumSize        = new System.Drawing.Size(718, 512);
     this.MinimizeBox        = false;
     this.MinimumSize        = new System.Drawing.Size(718, 512);
     this.Name               = "LoginDialog";
     this.PaddingTop         = 0;
     this.PaintTopBorder     = false;
     this.Resizable          = false;
     this.Text               = "Welcome back";
     this.TopMost            = true;
     this.UseCustomBackColor = true;
     this.FormClosing       += new System.Windows.Forms.FormClosingEventHandler(this.Form1_Closing);
     this.FormClosed        += new System.Windows.Forms.FormClosedEventHandler(this.LoginDialog_FormClosed);
     this.KeyDown           += new System.Windows.Forms.KeyEventHandler(this.LoginDialog_KeyDown);
     this.RegisterTabPage.ResumeLayout(false);
     this.loginPage.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
     this.RegisterPage.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
     this.ResumeLayout(false);
 }