Esempio n. 1
0
        /// <summary>
        /// Initializes the designer with the specified component.
        /// </summary>
        /// <param name="component">The IComponent to associate the designer with.</param>
        public override void Initialize(IComponent component)
        {
            Debug.Assert(component != null);

            // Validate the parameter reference
            if (component == null) throw new ArgumentNullException("component");

            // Let base class do standard stuff
            base.Initialize(component);

            // Cast to correct type
            _groupBox = component as KryptonGroupBox;

            // The resizing handles around the control need to change depending on the
            // value of the AutoSize and AutoSizeMode properties. When in AutoSize you
            // do not get the resizing handles, otherwise you do.
            AutoResizeHandles = true;

            // Acquire service interfaces
            _designerHost = (IDesignerHost)GetService(typeof(IDesignerHost));

            // Let the internal panel in the container be designable
            if (_groupBox != null)
                EnableDesignMode(_groupBox.Panel, "Panel");
        }
Esempio n. 2
0
        /// <summary>
        /// Circulars the picturebox hidden properties location.
        /// </summary>
        /// <param name="circularColourPreviewPane">The circular colour preview pane.</param>
        /// <param name="baseColourPreview">The base colour preview.</param>
        /// <param name="darkColourPreview">The dark colour preview.</param>
        /// <param name="middleColourPreview">The middle colour preview.</param>
        /// <param name="lightColourPreview">The light colour preview.</param>
        /// <param name="lightestColourPreview">The lightest colour preview.</param>
        /// <param name="borderColourPreview">The border colour preview.</param>
        /// <param name="alternativeNormalTextColourPreview">The alternative normal text colour preview.</param>
        /// <param name="normalTextColourPreview">The normal text colour preview.</param>
        /// <param name="disabledTextColourPreview">The disabled text colour preview.</param>
        /// <param name="focusedTextColourPreview">The focused text colour preview.</param>
        /// <param name="pressedTextColourPreview">The pressed text colour preview.</param>
        /// <param name="disabledColourPreview">The disabled colour preview.</param>
        /// <param name="linkNormalColourPreview">The link normal colour preview.</param>
        /// <param name="linkFocusedColourPreview">The link focused colour preview.</param>
        /// <param name="linkHoverColourPreview">The link hover colour preview.</param>
        /// <param name="linkVisitedColourPreview">The link visited colour preview.</param>
        /// <param name="customColourOne">The custom colour one.</param>
        /// <param name="customColourTwo">The custom colour two.</param>
        /// <param name="customColourThree">The custom colour three.</param>
        /// <param name="customColourFour">The custom colour four.</param>
        /// <param name="customColourFive">The custom colour five.</param>
        /// <param name="customTextColourOne">The custom text colour one.</param>
        /// <param name="customTextColourTwo">The custom text colour two.</param>
        /// <param name="customTextColourThree">The custom text colour three.</param>
        /// <param name="customTextColourFour">The custom text colour four.</param>
        /// <param name="customTextColourFive">The custom text colour five.</param>
        /// <param name="menuTextColourPreview">The menu text colour preview.</param>
        /// <param name="statusTextColourPreview">The status text colour preview.</param>
        public static void CircularPictureboxHiddenPropertiesLocation(KryptonGroupBox circularColourPreviewPane, CircularPictureBox baseColourPreview, CircularPictureBox darkColourPreview, CircularPictureBox middleColourPreview, CircularPictureBox lightColourPreview, CircularPictureBox lightestColourPreview, CircularPictureBox borderColourPreview, CircularPictureBox alternativeNormalTextColourPreview, CircularPictureBox normalTextColourPreview, CircularPictureBox disabledTextColourPreview, CircularPictureBox focusedTextColourPreview, CircularPictureBox pressedTextColourPreview, CircularPictureBox disabledColourPreview, CircularPictureBox linkNormalColourPreview, CircularPictureBox linkFocusedColourPreview, CircularPictureBox linkHoverColourPreview, CircularPictureBox linkVisitedColourPreview, CircularPictureBox customColourOne, CircularPictureBox customColourTwo, CircularPictureBox customColourThree, CircularPictureBox customColourFour, CircularPictureBox customColourFive, CircularPictureBox customTextColourOne, CircularPictureBox customTextColourTwo, CircularPictureBox customTextColourThree, CircularPictureBox customTextColourFour, CircularPictureBox customTextColourFive, CircularPictureBox menuTextColourPreview, CircularPictureBox statusTextColourPreview)
        {
            circularColourPreviewPane.Size = new Size(1195, 467);

            baseColourPreview.Location = new Point(19, 13); // 14);

            darkColourPreview.Location = new Point(127, 13);

            middleColourPreview.Location = new Point(235, 13);

            lightColourPreview.Location = new Point(343, 13);

            lightestColourPreview.Location = new Point(451, 13);

            borderColourPreview.Location = new Point(559, 13);                // 16;

            alternativeNormalTextColourPreview.Location = new Point(667, 13); // 15);

            normalTextColourPreview.Location = new Point(775, 13);

            disabledTextColourPreview.Location = new Point(883, 13);

            focusedTextColourPreview.Location = new Point(991, 13);

            pressedTextColourPreview.Location = new Point(1099, 13);

            disabledColourPreview.Location = new Point(19, 182);

            linkNormalColourPreview.Location = new Point(127, 182);

            linkFocusedColourPreview.Location = new Point(235, 182);

            linkHoverColourPreview.Location = new Point(343, 182);

            linkVisitedColourPreview.Location = new Point(451, 182);

            customColourOne.Location = new Point(559, 182);

            customColourTwo.Location = new Point(667, 182);

            customColourThree.Location = new Point(775, 182);

            customColourFour.Location = new Point(883, 182);

            customColourFive.Location = new Point(991, 182);

            customTextColourOne.Location = new Point(1099, 182);

            customTextColourTwo.Location = new Point(19, 350);

            customTextColourThree.Location = new Point(127, 350);

            customTextColourFour.Location = new Point(235, 350);

            customTextColourFive.Location = new Point(343, 350);

            menuTextColourPreview.Location = new Point(451, 350);

            statusTextColourPreview.Location = new Point(551, 350);
        }
        /// <summary>
        /// Factories the picturebox location.
        /// </summary>
        /// <param name="standardColourPreviewPane">The standard colour preview pane.</param>
        /// <param name="baseColourPreview">The base colour preview.</param>
        /// <param name="darkColourPreview">The dark colour preview.</param>
        /// <param name="middleColourPreview">The middle colour preview.</param>
        /// <param name="lightColourPreview">The light colour preview.</param>
        /// <param name="lightestColourPreview">The lightest colour preview.</param>
        /// <param name="borderColourPreview">The border colour preview.</param>
        /// <param name="alternativeNormalTextColourPreview">The alternative normal text colour preview.</param>
        /// <param name="normalTextColourPreview">The normal text colour preview.</param>
        /// <param name="disabledTextColourPreview">The disabled text colour preview.</param>
        /// <param name="focusedTextColourPreview">The focused text colour preview.</param>
        /// <param name="pressedTextColourPreview">The pressed text colour preview.</param>
        /// <param name="disabledColourPreview">The disabled colour preview.</param>
        /// <param name="linkNormalColourPreview">The link normal colour preview.</param>
        /// <param name="linkFocusedColourPreview">The link focused colour preview.</param>
        /// <param name="linkHoverColourPreview">The link hover colour preview.</param>
        /// <param name="linkVisitedColourPreview">The link visited colour preview.</param>
        /// <param name="customColourOne">The custom colour one.</param>
        /// <param name="customColourTwo">The custom colour two.</param>
        /// <param name="customColourThree">The custom colour three.</param>
        /// <param name="customColourFour">The custom colour four.</param>
        /// <param name="customColourFive">The custom colour five.</param>
        /// <param name="customTextColourOne">The custom text colour one.</param>
        /// <param name="customTextColourTwo">The custom text colour two.</param>
        /// <param name="customTextColourThree">The custom text colour three.</param>
        /// <param name="customTextColourFour">The custom text colour four.</param>
        /// <param name="customTextColourFive">The custom text colour five.</param>
        /// <param name="menuTextColourPreview">The menu text colour preview.</param>
        /// <param name="statusTextColourPreview">The status text colour preview.</param>
        public static void FactoryPictureboxLocation(KryptonGroupBox standardColourPreviewPane, PictureBox baseColourPreview, PictureBox darkColourPreview, PictureBox middleColourPreview, PictureBox lightColourPreview, PictureBox lightestColourPreview, PictureBox borderColourPreview, PictureBox alternativeNormalTextColourPreview, PictureBox normalTextColourPreview, PictureBox disabledTextColourPreview, PictureBox focusedTextColourPreview, PictureBox pressedTextColourPreview, PictureBox disabledColourPreview, PictureBox linkNormalColourPreview, PictureBox linkFocusedColourPreview, PictureBox linkHoverColourPreview, PictureBox linkVisitedColourPreview, PictureBox customColourOne, PictureBox customColourTwo, PictureBox customColourThree, PictureBox customColourFour, PictureBox customColourFive, PictureBox customTextColourOne, PictureBox customTextColourTwo, PictureBox customTextColourThree, PictureBox customTextColourFour, PictureBox customTextColourFive, PictureBox menuTextColourPreview, PictureBox statusTextColourPreview, PictureBox ribbonTabTextColourPreview)
        {
            standardColourPreviewPane.Size = new Size(708, 467);

            baseColourPreview.Location = new Point(19, 15);

            darkColourPreview.Location = new Point(107, 15);

            middleColourPreview.Location = new Point(193, 15);

            lightColourPreview.Location = new Point(279, 15);

            lightestColourPreview.Location = new Point(365, 15);

            borderColourPreview.Location = new Point(451, 15);

            alternativeNormalTextColourPreview.Location = new Point(537, 15);

            normalTextColourPreview.Location = new Point(623, 15);

            disabledColourPreview.Location = new Point(19, 127);

            focusedTextColourPreview.Location = new Point(107, 127);

            pressedTextColourPreview.Location = new Point(193, 127);

            disabledColourPreview.Location = new Point(279, 127);

            linkNormalColourPreview.Location = new Point(365, 127);

            linkFocusedColourPreview.Location = new Point(451, 127);

            linkHoverColourPreview.Location = new Point(537, 127);

            linkVisitedColourPreview.Location = new Point(623, 127);

            customColourOne.Location = new Point(19, 239);

            customColourTwo.Location = new Point(107, 239);

            customColourThree.Location = new Point(193, 239);

            customColourFour.Location = new Point(279, 239);

            customColourFive.Location = new Point(365, 239);

            customTextColourOne.Location = new Point(451, 239);

            customTextColourTwo.Location = new Point(537, 239);

            customTextColourThree.Location = new Point(623, 239);

            customTextColourFour.Location = new Point(19, 351);

            customTextColourFive.Location = new Point(107, 351);

            menuTextColourPreview.Location = new Point(193, 351);

            statusTextColourPreview.Location = new Point(279, 351);
        }
        public static void FactoryCircularPictureboxLocation(KryptonGroupBox circularColourPreviewPane, CircularPictureBox baseColourPreview, CircularPictureBox darkColourPreview, CircularPictureBox middleColourPreview, CircularPictureBox lightColourPreview, CircularPictureBox lightestColourPreview, CircularPictureBox borderColourPreview, CircularPictureBox alternativeNormalTextColourPreview, CircularPictureBox normalTextColourPreview, CircularPictureBox disabledTextColourPreview, CircularPictureBox focusedTextColourPreview, CircularPictureBox pressedTextColourPreview, CircularPictureBox disabledColourPreview, CircularPictureBox linkNormalColourPreview, CircularPictureBox linkFocusedColourPreview, CircularPictureBox linkHoverColourPreview, CircularPictureBox linkVisitedColourPreview, CircularPictureBox customColourOne, CircularPictureBox customColourTwo, CircularPictureBox customColourThree, CircularPictureBox customColourFour, CircularPictureBox customColourFive, CircularPictureBox customTextColourOne, CircularPictureBox customTextColourTwo, CircularPictureBox customTextColourThree, CircularPictureBox customTextColourFour, CircularPictureBox customTextColourFive, CircularPictureBox menuTextColourPreview, CircularPictureBox statusTextColourPreview)
        {
            circularColourPreviewPane.Size = new Size(708, 467);

            baseColourPreview.Location = new Point(19, 13); // 14);

            darkColourPreview.Location = new Point(118, 13);

            middleColourPreview.Location = new Point(217, 13);

            lightColourPreview.Location = new Point(316, 13);

            lightestColourPreview.Location = new Point(415, 13);

            borderColourPreview.Location = new Point(514, 13);                // 16;

            alternativeNormalTextColourPreview.Location = new Point(613, 13); // 15);

            normalTextColourPreview.Location = new Point(19, 127);

            disabledTextColourPreview.Location = new Point(118, 127);

            focusedTextColourPreview.Location = new Point(217, 127);

            pressedTextColourPreview.Location = new Point(316, 127);

            disabledColourPreview.Location = new Point(415, 127);

            linkNormalColourPreview.Location = new Point(514, 127);

            linkFocusedColourPreview.Location = new Point(613, 127);

            linkHoverColourPreview.Location = new Point(19, 239);

            linkVisitedColourPreview.Location = new Point(118, 239);

            customColourOne.Location = new Point(217, 239);

            customColourTwo.Location = new Point(316, 239);

            customColourThree.Location = new Point(415, 239);

            customColourFour.Location = new Point(514, 239);

            customColourFive.Location = new Point(613, 239);

            customTextColourOne.Location = new Point(19, 351);

            customTextColourTwo.Location = new Point(118, 351);

            customTextColourThree.Location = new Point(217, 351);

            customTextColourFour.Location = new Point(316, 351);

            customTextColourFive.Location = new Point(415, 351);

            menuTextColourPreview.Location = new Point(514, 351);

            statusTextColourPreview.Location = new Point(613, 351);
        }
        /// <summary>
        /// Initialize a new instance of the KryptonGroupBoxDesigner class.
        /// </summary>
        /// <param name="owner">Designer that owns this action list instance.</param>
        public KryptonGroupBoxActionList(KryptonGroupBoxDesigner owner)
            : base(owner.Component)
        {
            // Remember the control instance
            _groupBox = owner.Component as KryptonGroupBox;

            // Cache service used to notify when a property has changed
            _service = (IComponentChangeService)GetService(typeof(IComponentChangeService));
        }
        /// <summary>
        /// Initialize a new instance of the KryptonGroupBoxDesigner class.
        /// </summary>
        /// <param name="owner">Designer that owns this action list instance.</param>
        public KryptonGroupBoxActionList(KryptonGroupBoxDesigner owner)
            : base(owner.Component)
        {
            // Remember the control instance
            _groupBox = owner.Component as KryptonGroupBox;

            // Cache service used to notify when a property has changed
            _service = (IComponentChangeService)GetService(typeof(IComponentChangeService));
        }
        /// <summary>
        /// Initializes the designer with the specified component.
        /// </summary>
        /// <param name="component">The IComponent to associate the designer with.</param>
        public override void Initialize(IComponent component)
        {
            // Let base class do standard stuff
            base.Initialize(component);

            Debug.Assert(component != null);

            // Cast to correct type
            _groupBox = component as KryptonGroupBox;

            // The resizing handles around the control need to change depending on the
            // value of the AutoSize and AutoSizeMode properties. When in AutoSize you
            // do not get the resizing handles, otherwise you do.
            AutoResizeHandles = true;

            // Acquire service interfaces
            _designerHost = (IDesignerHost)GetService(typeof(IDesignerHost));

            // Let the internal panel in the container be designable
            if (_groupBox != null)
            {
                EnableDesignMode(_groupBox.Panel, "Panel");
            }
        }
 private void InitializeComponent()
 {
     this.kryptonPanel1      = new Krypton.Toolkit.KryptonPanel();
     this.kbtnCancel         = new Krypton.Toolkit.KryptonButton();
     this.kbtnOk             = new Krypton.Toolkit.KryptonButton();
     this.kgbSelected        = new Krypton.Toolkit.KryptonGroupBox();
     this.klbSelected        = new Krypton.Toolkit.KryptonListBox();
     this.kbtnAddAll         = new Krypton.Toolkit.KryptonButton();
     this.kbtnRemoveSelected = new Krypton.Toolkit.KryptonButton();
     this.kbtnRemoveAll      = new Krypton.Toolkit.KryptonButton();
     this.kbtnAddSelected    = new Krypton.Toolkit.KryptonButton();
     this.kgbAvailable       = new Krypton.Toolkit.KryptonGroupBox();
     this.klblAvailable      = new Krypton.Toolkit.KryptonListBox();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel1)).BeginInit();
     this.kryptonPanel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.kgbSelected)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.kgbSelected.Panel)).BeginInit();
     this.kgbSelected.Panel.SuspendLayout();
     this.kgbSelected.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.kgbAvailable)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.kgbAvailable.Panel)).BeginInit();
     this.kgbAvailable.Panel.SuspendLayout();
     this.kgbAvailable.SuspendLayout();
     this.SuspendLayout();
     //
     // kryptonPanel1
     //
     this.kryptonPanel1.Controls.Add(this.kbtnCancel);
     this.kryptonPanel1.Controls.Add(this.kbtnOk);
     this.kryptonPanel1.Controls.Add(this.kgbSelected);
     this.kryptonPanel1.Controls.Add(this.kbtnAddAll);
     this.kryptonPanel1.Controls.Add(this.kbtnRemoveSelected);
     this.kryptonPanel1.Controls.Add(this.kbtnRemoveAll);
     this.kryptonPanel1.Controls.Add(this.kbtnAddSelected);
     this.kryptonPanel1.Controls.Add(this.kgbAvailable);
     this.kryptonPanel1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.kryptonPanel1.Location = new System.Drawing.Point(0, 0);
     this.kryptonPanel1.Name     = "kryptonPanel1";
     this.kryptonPanel1.Size     = new System.Drawing.Size(493, 236);
     this.kryptonPanel1.TabIndex = 2;
     //
     // kbtnCancel
     //
     this.kbtnCancel.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     this.kbtnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.kbtnCancel.Location     = new System.Drawing.Point(396, 81);
     this.kbtnCancel.Name         = "kbtnCancel";
     this.kbtnCancel.Size         = new System.Drawing.Size(85, 25);
     this.kbtnCancel.StateCommon.Content.LongText.Font  = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kbtnCancel.StateCommon.Content.ShortText.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kbtnCancel.TabIndex    = 7;
     this.kbtnCancel.Values.Text = "&Cancel";
     //
     // kbtnOk
     //
     this.kbtnOk.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     this.kbtnOk.DialogResult = System.Windows.Forms.DialogResult.OK;
     this.kbtnOk.Location     = new System.Drawing.Point(396, 33);
     this.kbtnOk.Name         = "kbtnOk";
     this.kbtnOk.Size         = new System.Drawing.Size(85, 25);
     this.kbtnOk.StateCommon.Content.LongText.Font  = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kbtnOk.StateCommon.Content.ShortText.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kbtnOk.TabIndex    = 6;
     this.kbtnOk.Values.Text = "O&k";
     //
     // kgbSelected
     //
     this.kgbSelected.Location = new System.Drawing.Point(226, 12);
     this.kgbSelected.Name     = "kgbSelected";
     //
     // kgbSelected.Panel
     //
     this.kgbSelected.Panel.Controls.Add(this.klbSelected);
     this.kgbSelected.Size = new System.Drawing.Size(164, 212);
     this.kgbSelected.StateCommon.Content.LongText.Font  = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kgbSelected.StateCommon.Content.ShortText.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kgbSelected.TabIndex       = 2;
     this.kgbSelected.Values.Heading = "Selected";
     //
     // klbSelected
     //
     this.klbSelected.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.klbSelected.Location = new System.Drawing.Point(0, 0);
     this.klbSelected.Name     = "klbSelected";
     this.klbSelected.Size     = new System.Drawing.Size(160, 189);
     this.klbSelected.StateCommon.Item.Content.LongText.Font  = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.klbSelected.StateCommon.Item.Content.ShortText.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.klbSelected.TabIndex              = 1;
     this.klbSelected.SelectedIndexChanged += new System.EventHandler(this.KlbSelected_SelectedIndexChanged);
     //
     // kbtnAddAll
     //
     this.kbtnAddAll.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     this.kbtnAddAll.Location     = new System.Drawing.Point(182, 90);
     this.kbtnAddAll.Name         = "kbtnAddAll";
     this.kbtnAddAll.Size         = new System.Drawing.Size(38, 25);
     this.kbtnAddAll.StateCommon.Content.LongText.Font  = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kbtnAddAll.StateCommon.Content.ShortText.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kbtnAddAll.TabIndex    = 5;
     this.kbtnAddAll.Values.Text = ">>";
     this.kbtnAddAll.Click      += new System.EventHandler(this.KbtnAddAll_Click);
     //
     // kbtnRemoveSelected
     //
     this.kbtnRemoveSelected.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     this.kbtnRemoveSelected.Enabled      = false;
     this.kbtnRemoveSelected.Location     = new System.Drawing.Point(182, 121);
     this.kbtnRemoveSelected.Name         = "kbtnRemoveSelected";
     this.kbtnRemoveSelected.Size         = new System.Drawing.Size(38, 25);
     this.kbtnRemoveSelected.StateCommon.Content.LongText.Font  = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kbtnRemoveSelected.StateCommon.Content.ShortText.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kbtnRemoveSelected.TabIndex    = 4;
     this.kbtnRemoveSelected.Values.Text = "<";
     this.kbtnRemoveSelected.Click      += new System.EventHandler(this.KbtnRemoveSelected_Click);
     //
     // kbtnRemoveAll
     //
     this.kbtnRemoveAll.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     this.kbtnRemoveAll.Location     = new System.Drawing.Point(182, 152);
     this.kbtnRemoveAll.Name         = "kbtnRemoveAll";
     this.kbtnRemoveAll.Size         = new System.Drawing.Size(38, 25);
     this.kbtnRemoveAll.StateCommon.Content.LongText.Font  = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kbtnRemoveAll.StateCommon.Content.ShortText.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kbtnRemoveAll.TabIndex    = 3;
     this.kbtnRemoveAll.Values.Text = "<<";
     this.kbtnRemoveAll.Click      += new System.EventHandler(this.KbtnRemoveAll_Click);
     //
     // kbtnAddSelected
     //
     this.kbtnAddSelected.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     this.kbtnAddSelected.Enabled      = false;
     this.kbtnAddSelected.Location     = new System.Drawing.Point(182, 59);
     this.kbtnAddSelected.Name         = "kbtnAddSelected";
     this.kbtnAddSelected.Size         = new System.Drawing.Size(38, 25);
     this.kbtnAddSelected.StateCommon.Content.LongText.Font  = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kbtnAddSelected.StateCommon.Content.ShortText.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kbtnAddSelected.TabIndex    = 2;
     this.kbtnAddSelected.Values.Text = ">";
     this.kbtnAddSelected.Click      += new System.EventHandler(this.KbtnAddSelected_Click);
     //
     // kgbAvailable
     //
     this.kgbAvailable.Location = new System.Drawing.Point(12, 12);
     this.kgbAvailable.Name     = "kgbAvailable";
     //
     // kgbAvailable.Panel
     //
     this.kgbAvailable.Panel.Controls.Add(this.klblAvailable);
     this.kgbAvailable.Size = new System.Drawing.Size(164, 212);
     this.kgbAvailable.StateCommon.Content.LongText.Font  = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kgbAvailable.StateCommon.Content.ShortText.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kgbAvailable.TabIndex       = 1;
     this.kgbAvailable.Values.Heading = "Available";
     //
     // klblAvailable
     //
     this.klblAvailable.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.klblAvailable.Location = new System.Drawing.Point(0, 0);
     this.klblAvailable.Name     = "klblAvailable";
     this.klblAvailable.Size     = new System.Drawing.Size(160, 189);
     this.klblAvailable.StateCommon.Item.Content.LongText.Font  = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.klblAvailable.StateCommon.Item.Content.ShortText.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.klblAvailable.TabIndex              = 1;
     this.klblAvailable.SelectedIndexChanged += new System.EventHandler(this.KlblAvailable_SelectedIndexChanged);
     //
     // MenuStripExistingComponentChooser
     //
     this.ClientSize = new System.Drawing.Size(493, 236);
     this.Controls.Add(this.kryptonPanel1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "MenuStripExistingComponentChooser";
     this.ShowIcon        = false;
     this.ShowInTaskbar   = false;
     ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel1)).EndInit();
     this.kryptonPanel1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.kgbSelected.Panel)).EndInit();
     this.kgbSelected.Panel.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.kgbSelected)).EndInit();
     this.kgbSelected.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.kgbAvailable.Panel)).EndInit();
     this.kgbAvailable.Panel.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.kgbAvailable)).EndInit();
     this.kgbAvailable.ResumeLayout(false);
     this.ResumeLayout(false);
 }
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(OptionsWindow));
     this.kMan                         = new ComponentFactory.Krypton.Toolkit.KryptonManager(this.components);
     this.kryptonPalette1              = new ComponentFactory.Krypton.Toolkit.KryptonPalette(this.components);
     this.kryptonPanel1                = new ComponentFactory.Krypton.Toolkit.KryptonPanel();
     this.kbtnCancel                   = new ComponentFactory.Krypton.Toolkit.KryptonButton();
     this.ksbApply                     = new KryptonExtendedToolkit.ExtendedToolkit.Controls.KryptonUACElevatedButton();
     this.kryptonPanel2                = new ComponentFactory.Krypton.Toolkit.KryptonPanel();
     this.knOptions                    = new ComponentFactory.Krypton.Navigator.KryptonNavigator();
     this.kpGeneral                    = new ComponentFactory.Krypton.Navigator.KryptonPage();
     this.kpTheme                      = new ComponentFactory.Krypton.Navigator.KryptonPage();
     this.kryptonGroupBox1             = new ComponentFactory.Krypton.Toolkit.KryptonGroupBox();
     this.kbtnLoadTheme                = new ComponentFactory.Krypton.Toolkit.KryptonButton();
     this.kbtnCustomThemeFileBrowse    = new ComponentFactory.Krypton.Toolkit.KryptonButton();
     this.ktxtCustomThemePath          = new ComponentFactory.Krypton.Toolkit.KryptonTextBox();
     this.klblCustomThemeFilePath      = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     this.kcbTheme                     = new ComponentFactory.Krypton.Toolkit.KryptonComboBox();
     this.kryptonLabel1                = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     this.kryptonPage1                 = new ComponentFactory.Krypton.Navigator.KryptonPage();
     this.kcbTest                      = new ComponentFactory.Krypton.Toolkit.KryptonColorButton();
     this.klblMediumColourFloatValue   = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     this.klblLightColourFloatValue    = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     this.klblDarkColourFloatValue     = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     this.klblLightestColourFloatValue = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     this.knumDarkValue                = new ComponentFactory.Krypton.Toolkit.KryptonNumericUpDown();
     this.knumMediumValue              = new ComponentFactory.Krypton.Toolkit.KryptonNumericUpDown();
     this.knumLightValue               = new ComponentFactory.Krypton.Toolkit.KryptonNumericUpDown();
     this.knumLightestValue            = new ComponentFactory.Krypton.Toolkit.KryptonNumericUpDown();
     this.cbxLightestColour            = new ExtendedControls.ExtendedToolkit.Controls.CircularPictureBox();
     this.cbxLightColour               = new ExtendedControls.ExtendedToolkit.Controls.CircularPictureBox();
     this.cbxMediumColour              = new ExtendedControls.ExtendedToolkit.Controls.CircularPictureBox();
     this.cbxDarkColour                = new ExtendedControls.ExtendedToolkit.Controls.CircularPictureBox();
     this.kryptonLabel7                = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     this.kryptonLabel5                = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     this.kryptonLabel4                = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     this.kryptonLabel2                = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     this.panel1                       = new System.Windows.Forms.Panel();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel1)).BeginInit();
     this.kryptonPanel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel2)).BeginInit();
     this.kryptonPanel2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.knOptions)).BeginInit();
     this.knOptions.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.kpGeneral)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.kpTheme)).BeginInit();
     this.kpTheme.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonGroupBox1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonGroupBox1.Panel)).BeginInit();
     this.kryptonGroupBox1.Panel.SuspendLayout();
     this.kryptonGroupBox1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.kcbTheme)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonPage1)).BeginInit();
     this.kryptonPage1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.cbxLightestColour)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.cbxLightColour)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.cbxMediumColour)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.cbxDarkColour)).BeginInit();
     this.SuspendLayout();
     //
     // kMan
     //
     this.kMan.GlobalPaletteMode = ComponentFactory.Krypton.Toolkit.PaletteModeManager.Office2007Blue;
     //
     // kryptonPalette1
     //
     this.kryptonPalette1.CustomisedKryptonPaletteFilePath = null;
     //
     // kryptonPanel1
     //
     this.kryptonPanel1.Controls.Add(this.kbtnCancel);
     this.kryptonPanel1.Controls.Add(this.ksbApply);
     this.kryptonPanel1.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.kryptonPanel1.Location = new System.Drawing.Point(0, 797);
     this.kryptonPanel1.Name     = "kryptonPanel1";
     this.kryptonPanel1.Size     = new System.Drawing.Size(906, 55);
     this.kryptonPanel1.TabIndex = 0;
     //
     // kbtnCancel
     //
     this.kbtnCancel.AutoSize     = true;
     this.kbtnCancel.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     this.kbtnCancel.Location     = new System.Drawing.Point(757, 13);
     this.kbtnCancel.Name         = "kbtnCancel";
     this.kbtnCancel.Size         = new System.Drawing.Size(60, 30);
     this.kbtnCancel.StateCommon.Content.ShortText.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kbtnCancel.TabIndex    = 1;
     this.kbtnCancel.Values.Text = "Can&cel";
     //
     // ksbApply
     //
     this.ksbApply.AutoSize     = true;
     this.ksbApply.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     this.ksbApply.Enabled      = false;
     this.ksbApply.Location     = new System.Drawing.Point(823, 13);
     this.ksbApply.Name         = "ksbApply";
     this.ksbApply.Size         = new System.Drawing.Size(71, 30);
     this.ksbApply.StateCommon.Content.ShortText.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.ksbApply.TabIndex     = 0;
     this.ksbApply.Values.Image = ((System.Drawing.Image)(resources.GetObject("ksbApply.Values.Image")));
     this.ksbApply.Values.Text  = "&Apply";
     //
     // kryptonPanel2
     //
     this.kryptonPanel2.Controls.Add(this.knOptions);
     this.kryptonPanel2.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.kryptonPanel2.Location = new System.Drawing.Point(0, 0);
     this.kryptonPanel2.Name     = "kryptonPanel2";
     this.kryptonPanel2.Size     = new System.Drawing.Size(906, 797);
     this.kryptonPanel2.TabIndex = 1;
     //
     // knOptions
     //
     this.knOptions.Button.CloseButtonAction  = ComponentFactory.Krypton.Navigator.CloseButtonAction.None;
     this.knOptions.Button.CloseButtonDisplay = ComponentFactory.Krypton.Navigator.ButtonDisplay.Hide;
     this.knOptions.Location = new System.Drawing.Point(12, 12);
     this.knOptions.Name     = "knOptions";
     this.knOptions.Pages.AddRange(new ComponentFactory.Krypton.Navigator.KryptonPage[] {
         this.kpGeneral,
         this.kpTheme,
         this.kryptonPage1
     });
     this.knOptions.SelectedIndex = 0;
     this.knOptions.Size          = new System.Drawing.Size(882, 776);
     this.knOptions.StateCommon.Tab.Content.ShortText.Font = new System.Drawing.Font("Segoe UI", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.knOptions.TabIndex = 0;
     this.knOptions.Text     = "kryptonNavigator1";
     //
     // kpGeneral
     //
     this.kpGeneral.AutoHiddenSlideSize = new System.Drawing.Size(200, 200);
     this.kpGeneral.Flags          = 65534;
     this.kpGeneral.LastVisibleSet = true;
     this.kpGeneral.MinimumSize    = new System.Drawing.Size(50, 50);
     this.kpGeneral.Name           = "kpGeneral";
     this.kpGeneral.Size           = new System.Drawing.Size(880, 745);
     this.kpGeneral.Text           = "General";
     this.kpGeneral.ToolTipTitle   = "Page ToolTip";
     this.kpGeneral.UniqueName     = "8CF4DE8AD8A6433C038CBF6707BB28B6";
     //
     // kpTheme
     //
     this.kpTheme.AutoHiddenSlideSize = new System.Drawing.Size(200, 200);
     this.kpTheme.Controls.Add(this.kryptonGroupBox1);
     this.kpTheme.Flags          = 65534;
     this.kpTheme.LastVisibleSet = true;
     this.kpTheme.MinimumSize    = new System.Drawing.Size(50, 50);
     this.kpTheme.Name           = "kpTheme";
     this.kpTheme.Size           = new System.Drawing.Size(880, 745);
     this.kpTheme.Text           = "Theme";
     this.kpTheme.ToolTipTitle   = "Page ToolTip";
     this.kpTheme.UniqueName     = "A80439CDD42845E10BA62B98A827DD36";
     //
     // kryptonGroupBox1
     //
     this.kryptonGroupBox1.Location = new System.Drawing.Point(20, 16);
     this.kryptonGroupBox1.Name     = "kryptonGroupBox1";
     //
     // kryptonGroupBox1.Panel
     //
     this.kryptonGroupBox1.Panel.Controls.Add(this.kbtnLoadTheme);
     this.kryptonGroupBox1.Panel.Controls.Add(this.kbtnCustomThemeFileBrowse);
     this.kryptonGroupBox1.Panel.Controls.Add(this.ktxtCustomThemePath);
     this.kryptonGroupBox1.Panel.Controls.Add(this.klblCustomThemeFilePath);
     this.kryptonGroupBox1.Panel.Controls.Add(this.kcbTheme);
     this.kryptonGroupBox1.Panel.Controls.Add(this.kryptonLabel1);
     this.kryptonGroupBox1.Size = new System.Drawing.Size(840, 169);
     this.kryptonGroupBox1.StateCommon.Content.ShortText.Font = new System.Drawing.Font("Segoe UI", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kryptonGroupBox1.TabIndex       = 0;
     this.kryptonGroupBox1.Values.Heading = "Theme Selector";
     //
     // kbtnLoadTheme
     //
     this.kbtnLoadTheme.AutoSize     = true;
     this.kbtnLoadTheme.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     this.kbtnLoadTheme.Enabled      = false;
     this.kbtnLoadTheme.Location     = new System.Drawing.Point(668, 97);
     this.kbtnLoadTheme.Name         = "kbtnLoadTheme";
     this.kbtnLoadTheme.Size         = new System.Drawing.Size(152, 28);
     this.kbtnLoadTheme.StateCommon.Content.ShortText.Font = new System.Drawing.Font("Segoe UI", 11.25F);
     this.kbtnLoadTheme.TabIndex    = 5;
     this.kbtnLoadTheme.Values.Text = "&Load Custom Theme";
     //
     // kbtnCustomThemeFileBrowse
     //
     this.kbtnCustomThemeFileBrowse.AutoSize     = true;
     this.kbtnCustomThemeFileBrowse.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     this.kbtnCustomThemeFileBrowse.Enabled      = false;
     this.kbtnCustomThemeFileBrowse.Location     = new System.Drawing.Point(798, 53);
     this.kbtnCustomThemeFileBrowse.Name         = "kbtnCustomThemeFileBrowse";
     this.kbtnCustomThemeFileBrowse.Size         = new System.Drawing.Size(22, 28);
     this.kbtnCustomThemeFileBrowse.StateCommon.Content.ShortText.Font = new System.Drawing.Font("Segoe UI", 11.25F);
     this.kbtnCustomThemeFileBrowse.TabIndex    = 4;
     this.kbtnCustomThemeFileBrowse.Values.Text = ".&..";
     //
     // ktxtCustomThemePath
     //
     this.ktxtCustomThemePath.Enabled  = false;
     this.ktxtCustomThemePath.Location = new System.Drawing.Point(231, 54);
     this.ktxtCustomThemePath.Name     = "ktxtCustomThemePath";
     this.ktxtCustomThemePath.Size     = new System.Drawing.Size(561, 27);
     this.ktxtCustomThemePath.StateCommon.Content.Font  = new System.Drawing.Font("Segoe UI", 11.25F);
     this.ktxtCustomThemePath.StateCommon.Content.TextH = ComponentFactory.Krypton.Toolkit.PaletteRelativeAlign.Inherit;
     this.ktxtCustomThemePath.TabIndex = 3;
     //
     // klblCustomThemeFilePath
     //
     this.klblCustomThemeFilePath.Enabled  = false;
     this.klblCustomThemeFilePath.Location = new System.Drawing.Point(34, 55);
     this.klblCustomThemeFilePath.Name     = "klblCustomThemeFilePath";
     this.klblCustomThemeFilePath.Size     = new System.Drawing.Size(191, 24);
     this.klblCustomThemeFilePath.StateCommon.ShortText.Font = new System.Drawing.Font("Segoe UI", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.klblCustomThemeFilePath.TabIndex    = 2;
     this.klblCustomThemeFilePath.Values.Text = "Custom Theme File Path:";
     //
     // kcbTheme
     //
     this.kcbTheme.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.kcbTheme.DropDownWidth = 182;
     this.kcbTheme.Location      = new System.Drawing.Point(124, 12);
     this.kcbTheme.Name          = "kcbTheme";
     this.kcbTheme.Size          = new System.Drawing.Size(182, 25);
     this.kcbTheme.StateCommon.ComboBox.Content.Font  = new System.Drawing.Font("Segoe UI", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kcbTheme.StateCommon.ComboBox.Content.TextH = ComponentFactory.Krypton.Toolkit.PaletteRelativeAlign.Near;
     this.kcbTheme.TabIndex              = 1;
     this.kcbTheme.SelectedIndexChanged += new System.EventHandler(this.KcbTheme_SelectedIndexChanged);
     //
     // kryptonLabel1
     //
     this.kryptonLabel1.Location = new System.Drawing.Point(14, 13);
     this.kryptonLabel1.Name     = "kryptonLabel1";
     this.kryptonLabel1.Size     = new System.Drawing.Size(104, 24);
     this.kryptonLabel1.StateCommon.ShortText.Font = new System.Drawing.Font("Segoe UI", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kryptonLabel1.TabIndex    = 0;
     this.kryptonLabel1.Values.Text = "Theme Type:";
     //
     // kryptonPage1
     //
     this.kryptonPage1.AutoHiddenSlideSize = new System.Drawing.Size(200, 200);
     this.kryptonPage1.Controls.Add(this.kcbTest);
     this.kryptonPage1.Controls.Add(this.klblMediumColourFloatValue);
     this.kryptonPage1.Controls.Add(this.klblLightColourFloatValue);
     this.kryptonPage1.Controls.Add(this.klblDarkColourFloatValue);
     this.kryptonPage1.Controls.Add(this.klblLightestColourFloatValue);
     this.kryptonPage1.Controls.Add(this.knumDarkValue);
     this.kryptonPage1.Controls.Add(this.knumMediumValue);
     this.kryptonPage1.Controls.Add(this.knumLightValue);
     this.kryptonPage1.Controls.Add(this.knumLightestValue);
     this.kryptonPage1.Controls.Add(this.cbxLightestColour);
     this.kryptonPage1.Controls.Add(this.cbxLightColour);
     this.kryptonPage1.Controls.Add(this.cbxMediumColour);
     this.kryptonPage1.Controls.Add(this.cbxDarkColour);
     this.kryptonPage1.Controls.Add(this.kryptonLabel7);
     this.kryptonPage1.Controls.Add(this.kryptonLabel5);
     this.kryptonPage1.Controls.Add(this.kryptonLabel4);
     this.kryptonPage1.Controls.Add(this.kryptonLabel2);
     this.kryptonPage1.Flags          = 65534;
     this.kryptonPage1.LastVisibleSet = true;
     this.kryptonPage1.MinimumSize    = new System.Drawing.Size(50, 50);
     this.kryptonPage1.Name           = "kryptonPage1";
     this.kryptonPage1.Size           = new System.Drawing.Size(880, 745);
     this.kryptonPage1.Text           = "Colour Intensity";
     this.kryptonPage1.ToolTipTitle   = "Page ToolTip";
     this.kryptonPage1.UniqueName     = "e0550eb663f7425e99be7d6b7761bd8e";
     //
     // kcbTest
     //
     this.kcbTest.Location = new System.Drawing.Point(36, 462);
     this.kcbTest.Name     = "kcbTest";
     this.kcbTest.Size     = new System.Drawing.Size(178, 25);
     this.kcbTest.StateCommon.Content.LongText.Font  = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kcbTest.StateCommon.Content.ShortText.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kcbTest.TabIndex              = 34;
     this.kcbTest.Values.Text           = "&Test Colour";
     this.kcbTest.SelectedColorChanged += new System.EventHandler <ComponentFactory.Krypton.Toolkit.ColorEventArgs>(this.KcbTest_SelectedColorChanged);
     //
     // klblMediumColourFloatValue
     //
     this.klblMediumColourFloatValue.Location = new System.Drawing.Point(366, 172);
     this.klblMediumColourFloatValue.Name     = "klblMediumColourFloatValue";
     this.klblMediumColourFloatValue.Size     = new System.Drawing.Size(42, 33);
     this.klblMediumColourFloatValue.StateCommon.LongText.Font  = new System.Drawing.Font("Segoe UI", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.klblMediumColourFloatValue.StateCommon.ShortText.Font = new System.Drawing.Font("Segoe UI", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.klblMediumColourFloatValue.TabIndex    = 33;
     this.klblMediumColourFloatValue.Values.Text = "{0}";
     //
     // klblLightColourFloatValue
     //
     this.klblLightColourFloatValue.Location = new System.Drawing.Point(366, 290);
     this.klblLightColourFloatValue.Name     = "klblLightColourFloatValue";
     this.klblLightColourFloatValue.Size     = new System.Drawing.Size(42, 33);
     this.klblLightColourFloatValue.StateCommon.LongText.Font  = new System.Drawing.Font("Segoe UI", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.klblLightColourFloatValue.StateCommon.ShortText.Font = new System.Drawing.Font("Segoe UI", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.klblLightColourFloatValue.TabIndex    = 32;
     this.klblLightColourFloatValue.Values.Text = "{0}";
     //
     // klblDarkColourFloatValue
     //
     this.klblDarkColourFloatValue.Location = new System.Drawing.Point(366, 54);
     this.klblDarkColourFloatValue.Name     = "klblDarkColourFloatValue";
     this.klblDarkColourFloatValue.Size     = new System.Drawing.Size(42, 33);
     this.klblDarkColourFloatValue.StateCommon.LongText.Font  = new System.Drawing.Font("Segoe UI", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.klblDarkColourFloatValue.StateCommon.ShortText.Font = new System.Drawing.Font("Segoe UI", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.klblDarkColourFloatValue.TabIndex    = 31;
     this.klblDarkColourFloatValue.Values.Text = "{0}";
     //
     // klblLightestColourFloatValue
     //
     this.klblLightestColourFloatValue.Location = new System.Drawing.Point(366, 408);
     this.klblLightestColourFloatValue.Name     = "klblLightestColourFloatValue";
     this.klblLightestColourFloatValue.Size     = new System.Drawing.Size(42, 33);
     this.klblLightestColourFloatValue.StateCommon.LongText.Font  = new System.Drawing.Font("Segoe UI", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.klblLightestColourFloatValue.StateCommon.ShortText.Font = new System.Drawing.Font("Segoe UI", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.klblLightestColourFloatValue.TabIndex    = 30;
     this.klblLightestColourFloatValue.Values.Text = "{0}";
     //
     // knumDarkValue
     //
     this.knumDarkValue.DecimalPlaces = 99;
     this.knumDarkValue.Location      = new System.Drawing.Point(217, 54);
     this.knumDarkValue.Maximum       = new decimal(new int[] {
         255,
         0,
         0,
         0
     });
     this.knumDarkValue.Name = "knumDarkValue";
     this.knumDarkValue.Size = new System.Drawing.Size(120, 32);
     this.knumDarkValue.StateCommon.Content.Font  = new System.Drawing.Font("Segoe UI", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.knumDarkValue.StateCommon.Content.TextH = ComponentFactory.Krypton.Toolkit.PaletteRelativeAlign.Center;
     this.knumDarkValue.TabIndex      = 29;
     this.knumDarkValue.ValueChanged += new System.EventHandler(this.KnumDarkValue_ValueChanged);
     //
     // knumMediumValue
     //
     this.knumMediumValue.DecimalPlaces = 99;
     this.knumMediumValue.Location      = new System.Drawing.Point(217, 172);
     this.knumMediumValue.Maximum       = new decimal(new int[] {
         255,
         0,
         0,
         0
     });
     this.knumMediumValue.Name = "knumMediumValue";
     this.knumMediumValue.Size = new System.Drawing.Size(120, 32);
     this.knumMediumValue.StateCommon.Content.Font  = new System.Drawing.Font("Segoe UI", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.knumMediumValue.StateCommon.Content.TextH = ComponentFactory.Krypton.Toolkit.PaletteRelativeAlign.Center;
     this.knumMediumValue.TabIndex      = 28;
     this.knumMediumValue.ValueChanged += new System.EventHandler(this.KnumMediumValue_ValueChanged);
     //
     // knumLightValue
     //
     this.knumLightValue.DecimalPlaces = 99;
     this.knumLightValue.Location      = new System.Drawing.Point(217, 290);
     this.knumLightValue.Maximum       = new decimal(new int[] {
         255,
         0,
         0,
         0
     });
     this.knumLightValue.Name = "knumLightValue";
     this.knumLightValue.Size = new System.Drawing.Size(120, 32);
     this.knumLightValue.StateCommon.Content.Font  = new System.Drawing.Font("Segoe UI", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.knumLightValue.StateCommon.Content.TextH = ComponentFactory.Krypton.Toolkit.PaletteRelativeAlign.Center;
     this.knumLightValue.TabIndex      = 27;
     this.knumLightValue.ValueChanged += new System.EventHandler(this.KnumLightValue_ValueChanged);
     //
     // knumLightestValue
     //
     this.knumLightestValue.DecimalPlaces = 99;
     this.knumLightestValue.Location      = new System.Drawing.Point(217, 408);
     this.knumLightestValue.Maximum       = new decimal(new int[] {
         255,
         0,
         0,
         0
     });
     this.knumLightestValue.Name = "knumLightestValue";
     this.knumLightestValue.Size = new System.Drawing.Size(120, 32);
     this.knumLightestValue.StateCommon.Content.Font  = new System.Drawing.Font("Segoe UI", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.knumLightestValue.StateCommon.Content.TextH = ComponentFactory.Krypton.Toolkit.PaletteRelativeAlign.Center;
     this.knumLightestValue.TabIndex      = 26;
     this.knumLightestValue.ValueChanged += new System.EventHandler(this.KnumLightestValue_ValueChanged);
     //
     // cbxLightestColour
     //
     this.cbxLightestColour.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.cbxLightestColour.BackColor = System.Drawing.Color.Black;
     this.cbxLightestColour.Location  = new System.Drawing.Point(765, 374);
     this.cbxLightestColour.Name      = "cbxLightestColour";
     this.cbxLightestColour.Size      = new System.Drawing.Size(95, 95);
     this.cbxLightestColour.TabIndex  = 25;
     this.cbxLightestColour.TabStop   = false;
     //
     // cbxLightColour
     //
     this.cbxLightColour.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.cbxLightColour.BackColor = System.Drawing.Color.Black;
     this.cbxLightColour.Location  = new System.Drawing.Point(765, 258);
     this.cbxLightColour.Name      = "cbxLightColour";
     this.cbxLightColour.Size      = new System.Drawing.Size(95, 95);
     this.cbxLightColour.TabIndex  = 24;
     this.cbxLightColour.TabStop   = false;
     //
     // cbxMediumColour
     //
     this.cbxMediumColour.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.cbxMediumColour.BackColor = System.Drawing.Color.Black;
     this.cbxMediumColour.Location  = new System.Drawing.Point(765, 142);
     this.cbxMediumColour.Name      = "cbxMediumColour";
     this.cbxMediumColour.Size      = new System.Drawing.Size(95, 95);
     this.cbxMediumColour.TabIndex  = 23;
     this.cbxMediumColour.TabStop   = false;
     //
     // cbxDarkColour
     //
     this.cbxDarkColour.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.cbxDarkColour.BackColor = System.Drawing.Color.Black;
     this.cbxDarkColour.Location  = new System.Drawing.Point(765, 26);
     this.cbxDarkColour.Name      = "cbxDarkColour";
     this.cbxDarkColour.Size      = new System.Drawing.Size(95, 95);
     this.cbxDarkColour.TabIndex  = 22;
     this.cbxDarkColour.TabStop   = false;
     //
     // kryptonLabel7
     //
     this.kryptonLabel7.Location = new System.Drawing.Point(36, 172);
     this.kryptonLabel7.Name     = "kryptonLabel7";
     this.kryptonLabel7.Size     = new System.Drawing.Size(178, 33);
     this.kryptonLabel7.StateCommon.LongText.Font  = new System.Drawing.Font("Segoe UI", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kryptonLabel7.StateCommon.ShortText.Font = new System.Drawing.Font("Segoe UI", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kryptonLabel7.TabIndex    = 21;
     this.kryptonLabel7.Values.Text = "Medium Colour:";
     //
     // kryptonLabel5
     //
     this.kryptonLabel5.Location = new System.Drawing.Point(36, 408);
     this.kryptonLabel5.Name     = "kryptonLabel5";
     this.kryptonLabel5.Size     = new System.Drawing.Size(175, 33);
     this.kryptonLabel5.StateCommon.LongText.Font  = new System.Drawing.Font("Segoe UI", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kryptonLabel5.StateCommon.ShortText.Font = new System.Drawing.Font("Segoe UI", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kryptonLabel5.TabIndex    = 20;
     this.kryptonLabel5.Values.Text = "Lightest Colour:";
     //
     // kryptonLabel4
     //
     this.kryptonLabel4.Location = new System.Drawing.Point(36, 290);
     this.kryptonLabel4.Name     = "kryptonLabel4";
     this.kryptonLabel4.Size     = new System.Drawing.Size(145, 33);
     this.kryptonLabel4.StateCommon.LongText.Font  = new System.Drawing.Font("Segoe UI", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kryptonLabel4.StateCommon.ShortText.Font = new System.Drawing.Font("Segoe UI", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kryptonLabel4.TabIndex    = 19;
     this.kryptonLabel4.Values.Text = "Light Colour:";
     //
     // kryptonLabel2
     //
     this.kryptonLabel2.Location = new System.Drawing.Point(36, 54);
     this.kryptonLabel2.Name     = "kryptonLabel2";
     this.kryptonLabel2.Size     = new System.Drawing.Size(141, 33);
     this.kryptonLabel2.StateCommon.LongText.Font  = new System.Drawing.Font("Segoe UI", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kryptonLabel2.StateCommon.ShortText.Font = new System.Drawing.Font("Segoe UI", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kryptonLabel2.TabIndex    = 18;
     this.kryptonLabel2.Values.Text = "Dark Colour:";
     //
     // panel1
     //
     this.panel1.BackColor = System.Drawing.SystemColors.ControlDarkDark;
     this.panel1.Dock      = System.Windows.Forms.DockStyle.Bottom;
     this.panel1.Location  = new System.Drawing.Point(0, 794);
     this.panel1.Name      = "panel1";
     this.panel1.Size      = new System.Drawing.Size(906, 3);
     this.panel1.TabIndex  = 2;
     //
     // OptionsWindow
     //
     this.ClientSize = new System.Drawing.Size(906, 852);
     this.Controls.Add(this.panel1);
     this.Controls.Add(this.kryptonPanel2);
     this.Controls.Add(this.kryptonPanel1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Fixed3D;
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "OptionsWindow";
     this.ShowInTaskbar   = false;
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text            = "Palette Explorer Options";
     this.Load           += new System.EventHandler(this.OptionsWindow_Load);
     ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel1)).EndInit();
     this.kryptonPanel1.ResumeLayout(false);
     this.kryptonPanel1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel2)).EndInit();
     this.kryptonPanel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.knOptions)).EndInit();
     this.knOptions.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.kpGeneral)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.kpTheme)).EndInit();
     this.kpTheme.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.kryptonGroupBox1.Panel)).EndInit();
     this.kryptonGroupBox1.Panel.ResumeLayout(false);
     this.kryptonGroupBox1.Panel.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonGroupBox1)).EndInit();
     this.kryptonGroupBox1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.kcbTheme)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonPage1)).EndInit();
     this.kryptonPage1.ResumeLayout(false);
     this.kryptonPage1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.cbxLightestColour)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.cbxLightColour)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.cbxMediumColour)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.cbxDarkColour)).EndInit();
     this.ResumeLayout(false);
 }
Esempio n. 10
0
 private void InitializeComponent()
 {
     this.statusStrip1               = new System.Windows.Forms.StatusStrip();
     this.tsslCurrentStatus          = new System.Windows.Forms.ToolStripStatusLabel();
     this.tspCopyProgress            = new System.Windows.Forms.ToolStripProgressBar();
     this.kryptonPanel1              = new Krypton.Toolkit.KryptonPanel();
     this.kryptonGroupBox1           = new Krypton.Toolkit.KryptonGroupBox();
     this.ktxtProjectPath            = new Krypton.Toolkit.KryptonTextBox();
     this.klbProjectFiles            = new Krypton.Toolkit.KryptonListBox();
     this.kryptonLabel1              = new Krypton.Toolkit.KryptonLabel();
     this.kbtnBrowseProjectDirectory = new Krypton.Toolkit.KryptonButton();
     this.kbtnClose                 = new Krypton.Toolkit.KryptonButton();
     this.kgbStageThree             = new Krypton.Toolkit.KryptonGroupBox();
     this.kgbStageTwo               = new Krypton.Toolkit.KryptonGroupBox();
     this.kbtnVarifyBackup          = new Krypton.Toolkit.KryptonButton();
     this.kbtnBackupProject         = new Krypton.Toolkit.KryptonButton();
     this.kchkCompressBackup        = new Krypton.Toolkit.KryptonCheckBox();
     this.kbtnBrowseBackupDirectory = new Krypton.Toolkit.KryptonButton();
     this.ktxtBackupDirectory       = new Krypton.Toolkit.KryptonTextBox();
     this.kryptonLabel2             = new Krypton.Toolkit.KryptonLabel();
     this.statusStrip1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel1)).BeginInit();
     this.kryptonPanel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonGroupBox1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonGroupBox1.Panel)).BeginInit();
     this.kryptonGroupBox1.Panel.SuspendLayout();
     this.kryptonGroupBox1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.kgbStageThree)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.kgbStageThree.Panel)).BeginInit();
     this.kgbStageThree.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.kgbStageTwo)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.kgbStageTwo.Panel)).BeginInit();
     this.kgbStageTwo.Panel.SuspendLayout();
     this.kgbStageTwo.SuspendLayout();
     this.SuspendLayout();
     //
     // statusStrip1
     //
     this.statusStrip1.Font = new System.Drawing.Font("Segoe UI", 9F);
     this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.tsslCurrentStatus,
         this.tspCopyProgress
     });
     this.statusStrip1.Location   = new System.Drawing.Point(0, 453);
     this.statusStrip1.Name       = "statusStrip1";
     this.statusStrip1.RenderMode = System.Windows.Forms.ToolStripRenderMode.ManagerRenderMode;
     this.statusStrip1.Size       = new System.Drawing.Size(1133, 22);
     this.statusStrip1.TabIndex   = 0;
     this.statusStrip1.Text       = "statusStrip1";
     //
     // tsslCurrentStatus
     //
     this.tsslCurrentStatus.Name      = "tsslCurrentStatus";
     this.tsslCurrentStatus.Size      = new System.Drawing.Size(985, 17);
     this.tsslCurrentStatus.Spring    = true;
     this.tsslCurrentStatus.Text      = "Ready";
     this.tsslCurrentStatus.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // tspCopyProgress
     //
     this.tspCopyProgress.Name    = "tspCopyProgress";
     this.tspCopyProgress.Size    = new System.Drawing.Size(100, 16);
     this.tspCopyProgress.Visible = false;
     //
     // kryptonPanel1
     //
     this.kryptonPanel1.Controls.Add(this.kryptonGroupBox1);
     this.kryptonPanel1.Controls.Add(this.kbtnClose);
     this.kryptonPanel1.Controls.Add(this.kgbStageThree);
     this.kryptonPanel1.Controls.Add(this.kgbStageTwo);
     this.kryptonPanel1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.kryptonPanel1.Location = new System.Drawing.Point(0, 0);
     this.kryptonPanel1.Name     = "kryptonPanel1";
     this.kryptonPanel1.Size     = new System.Drawing.Size(1133, 453);
     this.kryptonPanel1.TabIndex = 1;
     //
     // kryptonGroupBox1
     //
     this.kryptonGroupBox1.Location = new System.Drawing.Point(17, 12);
     this.kryptonGroupBox1.Name     = "kryptonGroupBox1";
     //
     // kryptonGroupBox1.Panel
     //
     this.kryptonGroupBox1.Panel.Controls.Add(this.ktxtProjectPath);
     this.kryptonGroupBox1.Panel.Controls.Add(this.klbProjectFiles);
     this.kryptonGroupBox1.Panel.Controls.Add(this.kryptonLabel1);
     this.kryptonGroupBox1.Panel.Controls.Add(this.kbtnBrowseProjectDirectory);
     this.kryptonGroupBox1.Size = new System.Drawing.Size(411, 426);
     this.kryptonGroupBox1.StateCommon.Content.ShortText.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kryptonGroupBox1.TabIndex       = 12;
     this.kryptonGroupBox1.Values.Heading = "Step 1: Locate Project Files";
     //
     // ktxtProjectPath
     //
     this.ktxtProjectPath.Location = new System.Drawing.Point(17, 44);
     this.ktxtProjectPath.Name     = "ktxtProjectPath";
     this.ktxtProjectPath.Size     = new System.Drawing.Size(341, 26);
     this.ktxtProjectPath.StateCommon.Content.Font  = new System.Drawing.Font("Arial Narrow", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.ktxtProjectPath.StateCommon.Content.TextH = Krypton.Toolkit.PaletteRelativeAlign.Inherit;
     this.ktxtProjectPath.TabIndex     = 7;
     this.ktxtProjectPath.TextChanged += new System.EventHandler(this.ktxtProjectPath_TextChanged);
     //
     // klbProjectFiles
     //
     this.klbProjectFiles.Location = new System.Drawing.Point(17, 76);
     this.klbProjectFiles.Name     = "klbProjectFiles";
     this.klbProjectFiles.Size     = new System.Drawing.Size(378, 306);
     this.klbProjectFiles.StateCommon.Item.Content.ShortText.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.klbProjectFiles.TabIndex    = 5;
     this.klbProjectFiles.MouseEnter += new System.EventHandler(this.klbProjectFiles_MouseEnter);
     this.klbProjectFiles.MouseHover += new System.EventHandler(this.klbProjectFiles_MouseHover);
     //
     // kryptonLabel1
     //
     this.kryptonLabel1.Location = new System.Drawing.Point(133, 16);
     this.kryptonLabel1.Name     = "kryptonLabel1";
     this.kryptonLabel1.Size     = new System.Drawing.Size(115, 22);
     this.kryptonLabel1.StateCommon.ShortText.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kryptonLabel1.TabIndex    = 2;
     this.kryptonLabel1.Values.Text = "Project Files:";
     //
     // kbtnBrowseProjectDirectory
     //
     this.kbtnBrowseProjectDirectory.Location = new System.Drawing.Point(364, 44);
     this.kbtnBrowseProjectDirectory.Name     = "kbtnBrowseProjectDirectory";
     this.kbtnBrowseProjectDirectory.Size     = new System.Drawing.Size(31, 26);
     this.kbtnBrowseProjectDirectory.StateCommon.Content.ShortText.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kbtnBrowseProjectDirectory.TabIndex    = 4;
     this.kbtnBrowseProjectDirectory.Values.Text = "..&.";
     this.kbtnBrowseProjectDirectory.Click      += new System.EventHandler(this.kbtnBrowseProjectDirectory_Click);
     //
     // kbtnClose
     //
     this.kbtnClose.Enabled  = false;
     this.kbtnClose.Location = new System.Drawing.Point(1025, 308);
     this.kbtnClose.Name     = "kbtnClose";
     this.kbtnClose.Size     = new System.Drawing.Size(96, 26);
     this.kbtnClose.StateCommon.Content.ShortText.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kbtnClose.TabIndex    = 11;
     this.kbtnClose.Values.Text = "&Close";
     //
     // kgbStageThree
     //
     this.kgbStageThree.Enabled  = false;
     this.kgbStageThree.Location = new System.Drawing.Point(445, 151);
     this.kgbStageThree.Name     = "kgbStageThree";
     this.kgbStageThree.Size     = new System.Drawing.Size(676, 111);
     this.kgbStageThree.StateCommon.Content.ShortText.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kgbStageThree.TabIndex       = 6;
     this.kgbStageThree.Values.Heading = "Step 2: Migrate Project";
     //
     // kgbStageTwo
     //
     this.kgbStageTwo.Enabled  = false;
     this.kgbStageTwo.Location = new System.Drawing.Point(445, 12);
     this.kgbStageTwo.Name     = "kgbStageTwo";
     //
     // kgbStageTwo.Panel
     //
     this.kgbStageTwo.Panel.Controls.Add(this.kbtnVarifyBackup);
     this.kgbStageTwo.Panel.Controls.Add(this.kbtnBackupProject);
     this.kgbStageTwo.Panel.Controls.Add(this.kchkCompressBackup);
     this.kgbStageTwo.Panel.Controls.Add(this.kbtnBrowseBackupDirectory);
     this.kgbStageTwo.Panel.Controls.Add(this.ktxtBackupDirectory);
     this.kgbStageTwo.Panel.Controls.Add(this.kryptonLabel2);
     this.kgbStageTwo.Size = new System.Drawing.Size(676, 111);
     this.kgbStageTwo.StateCommon.Content.ShortText.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kgbStageTwo.TabIndex       = 5;
     this.kgbStageTwo.Values.Heading = "Step 2: Backup Project";
     //
     // kbtnVarifyBackup
     //
     this.kbtnVarifyBackup.Enabled  = false;
     this.kbtnVarifyBackup.Location = new System.Drawing.Point(455, 46);
     this.kbtnVarifyBackup.Name     = "kbtnVarifyBackup";
     this.kbtnVarifyBackup.Size     = new System.Drawing.Size(184, 26);
     this.kbtnVarifyBackup.StateCommon.Content.ShortText.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kbtnVarifyBackup.TabIndex    = 10;
     this.kbtnVarifyBackup.Values.Text = "V&erify Backup";
     //
     // kbtnBackupProject
     //
     this.kbtnBackupProject.Enabled  = false;
     this.kbtnBackupProject.Location = new System.Drawing.Point(250, 46);
     this.kbtnBackupProject.Name     = "kbtnBackupProject";
     this.kbtnBackupProject.Size     = new System.Drawing.Size(184, 26);
     this.kbtnBackupProject.StateCommon.Content.ShortText.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kbtnBackupProject.TabIndex    = 9;
     this.kbtnBackupProject.Values.Text = "&Backup Project";
     this.kbtnBackupProject.Click      += new System.EventHandler(this.kbtnBackupProject_Click);
     //
     // kchkCompressBackup
     //
     this.kchkCompressBackup.Location = new System.Drawing.Point(57, 50);
     this.kchkCompressBackup.Name     = "kchkCompressBackup";
     this.kchkCompressBackup.Size     = new System.Drawing.Size(159, 22);
     this.kchkCompressBackup.StateCommon.ShortText.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kchkCompressBackup.TabIndex    = 8;
     this.kchkCompressBackup.Values.Text = "&Compress Backup";
     //
     // kbtnBrowseBackupDirectory
     //
     this.kbtnBrowseBackupDirectory.Location = new System.Drawing.Point(630, 11);
     this.kbtnBrowseBackupDirectory.Name     = "kbtnBrowseBackupDirectory";
     this.kbtnBrowseBackupDirectory.Size     = new System.Drawing.Size(31, 26);
     this.kbtnBrowseBackupDirectory.StateCommon.Content.ShortText.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kbtnBrowseBackupDirectory.TabIndex    = 7;
     this.kbtnBrowseBackupDirectory.Values.Text = "..&.";
     this.kbtnBrowseBackupDirectory.Click      += new System.EventHandler(this.KbtnBrowseBackupDirectory_Click);
     //
     // ktxtBackupDirectory
     //
     this.ktxtBackupDirectory.Location = new System.Drawing.Point(182, 11);
     this.ktxtBackupDirectory.Name     = "ktxtBackupDirectory";
     this.ktxtBackupDirectory.Size     = new System.Drawing.Size(442, 26);
     this.ktxtBackupDirectory.StateCommon.Content.Font  = new System.Drawing.Font("Arial Narrow", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.ktxtBackupDirectory.StateCommon.Content.TextH = Krypton.Toolkit.PaletteRelativeAlign.Inherit;
     this.ktxtBackupDirectory.TabIndex     = 6;
     this.ktxtBackupDirectory.TextChanged += new System.EventHandler(this.ktxtBackupDirectory_TextChanged);
     //
     // kryptonLabel2
     //
     this.kryptonLabel2.Location = new System.Drawing.Point(22, 13);
     this.kryptonLabel2.Name     = "kryptonLabel2";
     this.kryptonLabel2.Size     = new System.Drawing.Size(154, 22);
     this.kryptonLabel2.StateCommon.ShortText.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kryptonLabel2.TabIndex    = 5;
     this.kryptonLabel2.Values.Text = "Backup Directory:";
     //
     // KryptonMainWindow
     //
     this.ClientSize = new System.Drawing.Size(1133, 475);
     this.Controls.Add(this.kryptonPanel1);
     this.Controls.Add(this.statusStrip1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Fixed3D;
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "KryptonMainWindow";
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.statusStrip1.ResumeLayout(false);
     this.statusStrip1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel1)).EndInit();
     this.kryptonPanel1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.kryptonGroupBox1.Panel)).EndInit();
     this.kryptonGroupBox1.Panel.ResumeLayout(false);
     this.kryptonGroupBox1.Panel.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonGroupBox1)).EndInit();
     this.kryptonGroupBox1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.kgbStageThree.Panel)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.kgbStageThree)).EndInit();
     this.kgbStageThree.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.kgbStageTwo.Panel)).EndInit();
     this.kgbStageTwo.Panel.ResumeLayout(false);
     this.kgbStageTwo.Panel.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.kgbStageTwo)).EndInit();
     this.kgbStageTwo.ResumeLayout(false);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Esempio n. 11
0
        /*******************************************************\
         * Create the GroupBox containing the warning message. *
        \*******************************************************/
        public void CreateWarningGroupBox()
        {
            RichTextBox WarningRichTextBox = new RichTextBox();

            _WarningGroupBox = new KryptonGroupBox();
            _WarningGroupBox.Name = "WarningGroupBox";
            _WarningGroupBox.Dock = System.Windows.Forms.DockStyle.Top;
            _WarningGroupBox.CaptionStyle = ComponentFactory.Krypton.Toolkit.LabelStyle.BoldPanel;
            _WarningGroupBox.PaletteMode = ComponentFactory.Krypton.Toolkit.PaletteMode.ProfessionalSystem;
            _WarningGroupBox.Panel.Controls.Add(WarningRichTextBox);
            _WarningGroupBox.Size = new System.Drawing.Size(180, 99);
            _WarningGroupBox.Values.Heading = "/!\\ Warning";

            WarningRichTextBox.Dock = System.Windows.Forms.DockStyle.Fill;
            WarningRichTextBox.Font = new System.Drawing.Font("Calibri", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            WarningRichTextBox.ForeColor = System.Drawing.Color.Red;
            WarningRichTextBox.BackColor = System.Drawing.SystemColors.Window;
            WarningRichTextBox.Location = new System.Drawing.Point(0, 0);
            WarningRichTextBox.Multiline = true;
            WarningRichTextBox.Name = "WarningTextBox";
            WarningRichTextBox.ReadOnly = true;
        }
Esempio n. 12
0
 private void InitializeComponent()
 {
     this.kryptonPanel1         = new Krypton.Toolkit.KryptonPanel();
     this.kbtnOk                = new Krypton.Toolkit.KryptonButton();
     this.panel1                = new System.Windows.Forms.Panel();
     this.kryptonPanel2         = new Krypton.Toolkit.KryptonPanel();
     this.kryptonGroupBox1      = new Krypton.Toolkit.KryptonGroupBox();
     this.klstServers           = new Krypton.Toolkit.KryptonListBox();
     this.kryptonLabel1         = new Krypton.Toolkit.KryptonLabel();
     this.kcmbDomainList        = new Krypton.Toolkit.KryptonComboBox();
     this.kgbServerTypes        = new Krypton.Toolkit.KryptonGroupBox();
     this.kchkWorkstations      = new Krypton.Toolkit.KryptonCheckBox();
     this.kchkSQLServers        = new Krypton.Toolkit.KryptonCheckBox();
     this.kchkDomainControllers = new Krypton.Toolkit.KryptonCheckBox();
     this.kchkTerminalServers   = new Krypton.Toolkit.KryptonCheckBox();
     this.kchkTimeServers       = new Krypton.Toolkit.KryptonCheckBox();
     this.kchkPrintServers      = new Krypton.Toolkit.KryptonCheckBox();
     this.kchkDialInServers     = new Krypton.Toolkit.KryptonCheckBox();
     this.kchkAllServers        = new Krypton.Toolkit.KryptonCheckBox();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel1)).BeginInit();
     this.kryptonPanel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel2)).BeginInit();
     this.kryptonPanel2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonGroupBox1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonGroupBox1.Panel)).BeginInit();
     this.kryptonGroupBox1.Panel.SuspendLayout();
     this.kryptonGroupBox1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.kcmbDomainList)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.kgbServerTypes)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.kgbServerTypes.Panel)).BeginInit();
     this.kgbServerTypes.Panel.SuspendLayout();
     this.kgbServerTypes.SuspendLayout();
     this.SuspendLayout();
     //
     // kryptonPanel1
     //
     this.kryptonPanel1.Controls.Add(this.kbtnOk);
     this.kryptonPanel1.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.kryptonPanel1.Location = new System.Drawing.Point(0, 369);
     this.kryptonPanel1.Name     = "kryptonPanel1";
     this.kryptonPanel1.Size     = new System.Drawing.Size(345, 39);
     this.kryptonPanel1.TabIndex = 0;
     //
     // kbtnOk
     //
     this.kbtnOk.DialogResult = System.Windows.Forms.DialogResult.OK;
     this.kbtnOk.Enabled      = false;
     this.kbtnOk.Location     = new System.Drawing.Point(127, 6);
     this.kbtnOk.Name         = "kbtnOk";
     this.kbtnOk.Size         = new System.Drawing.Size(90, 25);
     this.kbtnOk.TabIndex     = 1;
     this.kbtnOk.Values.Text  = "O&k";
     //
     // panel1
     //
     this.panel1.BackColor = System.Drawing.SystemColors.ControlDarkDark;
     this.panel1.Dock      = System.Windows.Forms.DockStyle.Bottom;
     this.panel1.Location  = new System.Drawing.Point(0, 366);
     this.panel1.Name      = "panel1";
     this.panel1.Size      = new System.Drawing.Size(345, 3);
     this.panel1.TabIndex  = 1;
     //
     // kryptonPanel2
     //
     this.kryptonPanel2.Controls.Add(this.kgbServerTypes);
     this.kryptonPanel2.Controls.Add(this.kcmbDomainList);
     this.kryptonPanel2.Controls.Add(this.kryptonLabel1);
     this.kryptonPanel2.Controls.Add(this.kryptonGroupBox1);
     this.kryptonPanel2.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.kryptonPanel2.Location = new System.Drawing.Point(0, 0);
     this.kryptonPanel2.Name     = "kryptonPanel2";
     this.kryptonPanel2.Size     = new System.Drawing.Size(345, 366);
     this.kryptonPanel2.TabIndex = 2;
     //
     // kryptonGroupBox1
     //
     this.kryptonGroupBox1.Location = new System.Drawing.Point(14, 211);
     this.kryptonGroupBox1.Name     = "kryptonGroupBox1";
     //
     // kryptonGroupBox1.Panel
     //
     this.kryptonGroupBox1.Panel.Controls.Add(this.klstServers);
     this.kryptonGroupBox1.Size           = new System.Drawing.Size(319, 149);
     this.kryptonGroupBox1.TabIndex       = 0;
     this.kryptonGroupBox1.Values.Heading = "Servers";
     //
     // klstServers
     //
     this.klstServers.Dock                  = System.Windows.Forms.DockStyle.Fill;
     this.klstServers.Location              = new System.Drawing.Point(0, 0);
     this.klstServers.Name                  = "klstServers";
     this.klstServers.Size                  = new System.Drawing.Size(315, 125);
     this.klstServers.TabIndex              = 0;
     this.klstServers.SelectedIndexChanged += new System.EventHandler(this.klstServers_SelectedIndexChanged);
     //
     // kryptonLabel1
     //
     this.kryptonLabel1.Location    = new System.Drawing.Point(24, 16);
     this.kryptonLabel1.Name        = "kryptonLabel1";
     this.kryptonLabel1.Size        = new System.Drawing.Size(56, 20);
     this.kryptonLabel1.TabIndex    = 1;
     this.kryptonLabel1.Values.Text = "Domain:";
     //
     // kcmbDomainList
     //
     this.kcmbDomainList.DrawMode       = System.Windows.Forms.DrawMode.OwnerDrawVariable;
     this.kcmbDomainList.DropDownStyle  = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.kcmbDomainList.DropDownWidth  = 166;
     this.kcmbDomainList.IntegralHeight = false;
     this.kcmbDomainList.Location       = new System.Drawing.Point(86, 15);
     this.kcmbDomainList.Name           = "kcmbDomainList";
     this.kcmbDomainList.Size           = new System.Drawing.Size(235, 21);
     this.kcmbDomainList.StateCommon.ComboBox.Content.TextH = Krypton.Toolkit.PaletteRelativeAlign.Near;
     this.kcmbDomainList.TabIndex = 3;
     //
     // kgbServerTypes
     //
     this.kgbServerTypes.Location = new System.Drawing.Point(14, 47);
     this.kgbServerTypes.Name     = "kgbServerTypes";
     //
     // kgbServerTypes.Panel
     //
     this.kgbServerTypes.Panel.Controls.Add(this.kchkAllServers);
     this.kgbServerTypes.Panel.Controls.Add(this.kchkDialInServers);
     this.kgbServerTypes.Panel.Controls.Add(this.kchkPrintServers);
     this.kgbServerTypes.Panel.Controls.Add(this.kchkTimeServers);
     this.kgbServerTypes.Panel.Controls.Add(this.kchkTerminalServers);
     this.kgbServerTypes.Panel.Controls.Add(this.kchkDomainControllers);
     this.kgbServerTypes.Panel.Controls.Add(this.kchkSQLServers);
     this.kgbServerTypes.Panel.Controls.Add(this.kchkWorkstations);
     this.kgbServerTypes.Size           = new System.Drawing.Size(317, 158);
     this.kgbServerTypes.TabIndex       = 4;
     this.kgbServerTypes.Values.Heading = "Server Types";
     //
     // kchkWorkstations
     //
     this.kchkWorkstations.Location    = new System.Drawing.Point(8, 12);
     this.kchkWorkstations.Name        = "kchkWorkstations";
     this.kchkWorkstations.Size        = new System.Drawing.Size(95, 20);
     this.kchkWorkstations.TabIndex    = 0;
     this.kchkWorkstations.Values.Text = "W&orkstations";
     //
     // kchkSQLServers
     //
     this.kchkSQLServers.Location    = new System.Drawing.Point(8, 41);
     this.kchkSQLServers.Name        = "kchkSQLServers";
     this.kchkSQLServers.Size        = new System.Drawing.Size(88, 20);
     this.kchkSQLServers.TabIndex    = 1;
     this.kchkSQLServers.Values.Text = "&SQL Servers";
     //
     // kchkDomainControllers
     //
     this.kchkDomainControllers.Location    = new System.Drawing.Point(8, 70);
     this.kchkDomainControllers.Name        = "kchkDomainControllers";
     this.kchkDomainControllers.Size        = new System.Drawing.Size(129, 20);
     this.kchkDomainControllers.TabIndex    = 2;
     this.kchkDomainControllers.Values.Text = "Domain &Controllers";
     //
     // kchkTerminalServers
     //
     this.kchkTerminalServers.Location    = new System.Drawing.Point(8, 99);
     this.kchkTerminalServers.Name        = "kchkTerminalServers";
     this.kchkTerminalServers.Size        = new System.Drawing.Size(113, 20);
     this.kchkTerminalServers.TabIndex    = 3;
     this.kchkTerminalServers.Values.Text = "&Terminal Servers";
     //
     // kchkTimeServers
     //
     this.kchkTimeServers.Location    = new System.Drawing.Point(192, 12);
     this.kchkTimeServers.Name        = "kchkTimeServers";
     this.kchkTimeServers.Size        = new System.Drawing.Size(93, 20);
     this.kchkTimeServers.TabIndex    = 4;
     this.kchkTimeServers.Values.Text = "&Time Servers";
     //
     // kchkPrintServers
     //
     this.kchkPrintServers.Location    = new System.Drawing.Point(192, 41);
     this.kchkPrintServers.Name        = "kchkPrintServers";
     this.kchkPrintServers.Size        = new System.Drawing.Size(92, 20);
     this.kchkPrintServers.TabIndex    = 5;
     this.kchkPrintServers.Values.Text = "P&rint Servers";
     //
     // kchkDialInServers
     //
     this.kchkDialInServers.Location    = new System.Drawing.Point(192, 70);
     this.kchkDialInServers.Name        = "kchkDialInServers";
     this.kchkDialInServers.Size        = new System.Drawing.Size(102, 20);
     this.kchkDialInServers.TabIndex    = 6;
     this.kchkDialInServers.Values.Text = "&Dial-In Servers";
     //
     // kchkAllServers
     //
     this.kchkAllServers.Location        = new System.Drawing.Point(192, 99);
     this.kchkAllServers.Name            = "kchkAllServers";
     this.kchkAllServers.Size            = new System.Drawing.Size(71, 20);
     this.kchkAllServers.TabIndex        = 7;
     this.kchkAllServers.Values.Text     = "&Show All";
     this.kchkAllServers.CheckedChanged += new System.EventHandler(this.kchkAllServers_CheckedChanged);
     //
     // NetworkNodePicker
     //
     this.AcceptButton = this.kbtnOk;
     this.ClientSize   = new System.Drawing.Size(345, 408);
     this.Controls.Add(this.kryptonPanel2);
     this.Controls.Add(this.panel1);
     this.Controls.Add(this.kryptonPanel1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "NetworkNodePicker";
     this.ShowInTaskbar   = false;
     this.StartPosition   = System.Windows.Forms.FormStartPosition.Manual;
     this.Text            = "Select a network computer";
     ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel1)).EndInit();
     this.kryptonPanel1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel2)).EndInit();
     this.kryptonPanel2.ResumeLayout(false);
     this.kryptonPanel2.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonGroupBox1.Panel)).EndInit();
     this.kryptonGroupBox1.Panel.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.kryptonGroupBox1)).EndInit();
     this.kryptonGroupBox1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.kcmbDomainList)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.kgbServerTypes.Panel)).EndInit();
     this.kgbServerTypes.Panel.ResumeLayout(false);
     this.kgbServerTypes.Panel.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.kgbServerTypes)).EndInit();
     this.kgbServerTypes.ResumeLayout(false);
     this.ResumeLayout(false);
 }
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FindWindowUtility));
     this.kryptonPanel1    = new Krypton.Toolkit.KryptonPanel();
     this.kbtnClose        = new Krypton.Toolkit.KryptonButton();
     this.panel1           = new System.Windows.Forms.Panel();
     this.kryptonPanel2    = new Krypton.Toolkit.KryptonPanel();
     this.klblCursor       = new Krypton.Toolkit.KryptonLabel();
     this.pbxHitTarget     = new System.Windows.Forms.PictureBox();
     this.kryptonGroupBox1 = new Krypton.Toolkit.KryptonGroupBox();
     this.kblPoint         = new Krypton.Toolkit.Suite.Extended.Base.KryptonBorderedLabel();
     this.kryptonLabel6    = new Krypton.Toolkit.KryptonLabel();
     this.kblRect          = new Krypton.Toolkit.Suite.Extended.Base.KryptonBorderedLabel();
     this.kryptonLabel5    = new Krypton.Toolkit.KryptonLabel();
     this.kblClass         = new Krypton.Toolkit.Suite.Extended.Base.KryptonBorderedLabel();
     this.kryptonLabel4    = new Krypton.Toolkit.KryptonLabel();
     this.kblCaption       = new Krypton.Toolkit.Suite.Extended.Base.KryptonBorderedLabel();
     this.kryptonLabel3    = new Krypton.Toolkit.KryptonLabel();
     this.kryptonLabel2    = new Krypton.Toolkit.KryptonLabel();
     this.kryptonLabel1    = new Krypton.Toolkit.KryptonLabel();
     this.imageList        = new System.Windows.Forms.ImageList(this.components);
     this.toolTip          = new System.Windows.Forms.ToolTip(this.components);
     ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel1)).BeginInit();
     this.kryptonPanel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel2)).BeginInit();
     this.kryptonPanel2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pbxHitTarget)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonGroupBox1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonGroupBox1.Panel)).BeginInit();
     this.kryptonGroupBox1.Panel.SuspendLayout();
     this.kryptonGroupBox1.SuspendLayout();
     this.SuspendLayout();
     //
     // kryptonPanel1
     //
     this.kryptonPanel1.Controls.Add(this.kbtnClose);
     this.kryptonPanel1.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.kryptonPanel1.Location = new System.Drawing.Point(0, 262);
     this.kryptonPanel1.Name     = "kryptonPanel1";
     this.kryptonPanel1.Size     = new System.Drawing.Size(380, 42);
     this.kryptonPanel1.TabIndex = 0;
     //
     // kbtnClose
     //
     this.kbtnClose.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.kbtnClose.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.kbtnClose.Location     = new System.Drawing.Point(278, 5);
     this.kbtnClose.Name         = "kbtnClose";
     this.kbtnClose.Size         = new System.Drawing.Size(90, 25);
     this.kbtnClose.TabIndex     = 0;
     this.kbtnClose.Values.Text  = "C&lose";
     this.kbtnClose.Click       += new System.EventHandler(this.kbtnClose_Click);
     //
     // panel1
     //
     this.panel1.BackColor = System.Drawing.SystemColors.ControlDarkDark;
     this.panel1.Dock      = System.Windows.Forms.DockStyle.Bottom;
     this.panel1.Location  = new System.Drawing.Point(0, 259);
     this.panel1.Name      = "panel1";
     this.panel1.Size      = new System.Drawing.Size(380, 3);
     this.panel1.TabIndex  = 1;
     //
     // kryptonPanel2
     //
     this.kryptonPanel2.Controls.Add(this.klblCursor);
     this.kryptonPanel2.Controls.Add(this.pbxHitTarget);
     this.kryptonPanel2.Controls.Add(this.kryptonGroupBox1);
     this.kryptonPanel2.Controls.Add(this.kryptonLabel2);
     this.kryptonPanel2.Controls.Add(this.kryptonLabel1);
     this.kryptonPanel2.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.kryptonPanel2.Location = new System.Drawing.Point(0, 0);
     this.kryptonPanel2.Name     = "kryptonPanel2";
     this.kryptonPanel2.Size     = new System.Drawing.Size(380, 259);
     this.kryptonPanel2.TabIndex = 2;
     //
     // klblCursor
     //
     this.klblCursor.Location    = new System.Drawing.Point(196, 56);
     this.klblCursor.Name        = "klblCursor";
     this.klblCursor.Size        = new System.Drawing.Size(6, 2);
     this.klblCursor.TabIndex    = 6;
     this.klblCursor.Values.Text = "";
     //
     // pbxHitTarget
     //
     this.pbxHitTarget.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                      | System.Windows.Forms.AnchorStyles.Right)));
     this.pbxHitTarget.BackColor = System.Drawing.Color.Transparent;
     this.pbxHitTarget.Cursor    = System.Windows.Forms.Cursors.Hand;
     this.pbxHitTarget.Image     = ((System.Drawing.Image)(resources.GetObject("pbxHitTarget.Image")));
     this.pbxHitTarget.Location  = new System.Drawing.Point(158, 54);
     this.pbxHitTarget.Name      = "pbxHitTarget";
     this.pbxHitTarget.Size      = new System.Drawing.Size(32, 32);
     this.pbxHitTarget.SizeMode  = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
     this.pbxHitTarget.TabIndex  = 5;
     this.pbxHitTarget.TabStop   = false;
     this.toolTip.SetToolTip(this.pbxHitTarget, "Start dragging ...");
     this.pbxHitTarget.MouseDown += new System.Windows.Forms.MouseEventHandler(this.pbxHitTarget_MouseDown);
     this.pbxHitTarget.MouseMove += new System.Windows.Forms.MouseEventHandler(this.pbxHitTarget_MouseMove);
     this.pbxHitTarget.MouseUp   += new System.Windows.Forms.MouseEventHandler(this.pbxHitTarget_MouseUp);
     //
     // kryptonGroupBox1
     //
     this.kryptonGroupBox1.Location = new System.Drawing.Point(12, 103);
     this.kryptonGroupBox1.Name     = "kryptonGroupBox1";
     //
     // kryptonGroupBox1.Panel
     //
     this.kryptonGroupBox1.Panel.Controls.Add(this.kblPoint);
     this.kryptonGroupBox1.Panel.Controls.Add(this.kryptonLabel6);
     this.kryptonGroupBox1.Panel.Controls.Add(this.kblRect);
     this.kryptonGroupBox1.Panel.Controls.Add(this.kryptonLabel5);
     this.kryptonGroupBox1.Panel.Controls.Add(this.kblClass);
     this.kryptonGroupBox1.Panel.Controls.Add(this.kryptonLabel4);
     this.kryptonGroupBox1.Panel.Controls.Add(this.kblCaption);
     this.kryptonGroupBox1.Panel.Controls.Add(this.kryptonLabel3);
     this.kryptonGroupBox1.Size           = new System.Drawing.Size(356, 150);
     this.kryptonGroupBox1.TabIndex       = 3;
     this.kryptonGroupBox1.Values.Heading = "Found Window Details";
     //
     // kblPoint
     //
     this.kblPoint.AutoSize    = false;
     this.kblPoint.BackColor   = System.Drawing.Color.Transparent;
     this.kblPoint.ForeColor   = System.Drawing.Color.FromArgb(((int)(((byte)(177)))), ((int)(((byte)(192)))), ((int)(((byte)(214)))));
     this.kblPoint.Location    = new System.Drawing.Point(77, 90);
     this.kblPoint.Name        = "kblPoint";
     this.kblPoint.Size        = new System.Drawing.Size(261, 20);
     this.kblPoint.TabIndex    = 8;
     this.kblPoint.Values.Text = "";
     //
     // kryptonLabel6
     //
     this.kryptonLabel6.Location    = new System.Drawing.Point(15, 90);
     this.kryptonLabel6.Name        = "kryptonLabel6";
     this.kryptonLabel6.Size        = new System.Drawing.Size(42, 20);
     this.kryptonLabel6.TabIndex    = 9;
     this.kryptonLabel6.Values.Text = "Point:";
     //
     // kblRect
     //
     this.kblRect.AutoSize    = false;
     this.kblRect.BackColor   = System.Drawing.Color.Transparent;
     this.kblRect.ForeColor   = System.Drawing.Color.FromArgb(((int)(((byte)(177)))), ((int)(((byte)(192)))), ((int)(((byte)(214)))));
     this.kblRect.Location    = new System.Drawing.Point(77, 64);
     this.kblRect.Name        = "kblRect";
     this.kblRect.Size        = new System.Drawing.Size(261, 20);
     this.kblRect.TabIndex    = 6;
     this.kblRect.Values.Text = "";
     //
     // kryptonLabel5
     //
     this.kryptonLabel5.Location    = new System.Drawing.Point(15, 64);
     this.kryptonLabel5.Name        = "kryptonLabel5";
     this.kryptonLabel5.Size        = new System.Drawing.Size(37, 20);
     this.kryptonLabel5.TabIndex    = 7;
     this.kryptonLabel5.Values.Text = "Rect:";
     //
     // kblClass
     //
     this.kblClass.AutoSize    = false;
     this.kblClass.BackColor   = System.Drawing.Color.Transparent;
     this.kblClass.ForeColor   = System.Drawing.Color.FromArgb(((int)(((byte)(177)))), ((int)(((byte)(192)))), ((int)(((byte)(214)))));
     this.kblClass.Location    = new System.Drawing.Point(77, 38);
     this.kblClass.Name        = "kblClass";
     this.kblClass.Size        = new System.Drawing.Size(261, 20);
     this.kblClass.TabIndex    = 4;
     this.kblClass.Values.Text = "";
     //
     // kryptonLabel4
     //
     this.kryptonLabel4.Location    = new System.Drawing.Point(15, 38);
     this.kryptonLabel4.Name        = "kryptonLabel4";
     this.kryptonLabel4.Size        = new System.Drawing.Size(41, 20);
     this.kryptonLabel4.TabIndex    = 5;
     this.kryptonLabel4.Values.Text = "Class:";
     //
     // kblCaption
     //
     this.kblCaption.AutoSize    = false;
     this.kblCaption.BackColor   = System.Drawing.Color.Transparent;
     this.kblCaption.ForeColor   = System.Drawing.Color.FromArgb(((int)(((byte)(177)))), ((int)(((byte)(192)))), ((int)(((byte)(214)))));
     this.kblCaption.Location    = new System.Drawing.Point(77, 12);
     this.kblCaption.Name        = "kblCaption";
     this.kblCaption.Size        = new System.Drawing.Size(261, 20);
     this.kblCaption.TabIndex    = 3;
     this.kblCaption.Values.Text = "";
     //
     // kryptonLabel3
     //
     this.kryptonLabel3.Location    = new System.Drawing.Point(15, 12);
     this.kryptonLabel3.Name        = "kryptonLabel3";
     this.kryptonLabel3.Size        = new System.Drawing.Size(56, 20);
     this.kryptonLabel3.TabIndex    = 3;
     this.kryptonLabel3.Values.Text = "Caption:";
     //
     // kryptonLabel2
     //
     this.kryptonLabel2.Location    = new System.Drawing.Point(77, 56);
     this.kryptonLabel2.Name        = "kryptonLabel2";
     this.kryptonLabel2.Size        = new System.Drawing.Size(75, 20);
     this.kryptonLabel2.TabIndex    = 3;
     this.kryptonLabel2.Values.Text = "Finder Tool:";
     //
     // kryptonLabel1
     //
     this.kryptonLabel1.Location    = new System.Drawing.Point(12, 12);
     this.kryptonLabel1.Name        = "kryptonLabel1";
     this.kryptonLabel1.Size        = new System.Drawing.Size(358, 36);
     this.kryptonLabel1.TabIndex    = 0;
     this.kryptonLabel1.Values.Text = "Drag the Finder Tool over a window to select it, then release the \r\nmouse button." +
                                      "";
     //
     // imageList
     //
     this.imageList.ImageStream      = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList.ImageStream")));
     this.imageList.TransparentColor = System.Drawing.Color.Transparent;
     this.imageList.Images.SetKeyName(0, "");
     this.imageList.Images.SetKeyName(1, "");
     //
     // FindWindowUtility
     //
     this.ClientSize = new System.Drawing.Size(380, 304);
     this.Controls.Add(this.kryptonPanel2);
     this.Controls.Add(this.panel1);
     this.Controls.Add(this.kryptonPanel1);
     this.Name = "FindWindowUtility";
     ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel1)).EndInit();
     this.kryptonPanel1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel2)).EndInit();
     this.kryptonPanel2.ResumeLayout(false);
     this.kryptonPanel2.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pbxHitTarget)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonGroupBox1.Panel)).EndInit();
     this.kryptonGroupBox1.Panel.ResumeLayout(false);
     this.kryptonGroupBox1.Panel.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonGroupBox1)).EndInit();
     this.kryptonGroupBox1.ResumeLayout(false);
     this.ResumeLayout(false);
 }
        /// <summary>
        /// Circulars the picturebox hidden properties location.
        /// </summary>
        /// <param name="circularColourPreviewPane">The circular colour preview pane.</param>
        /// <param name="baseColourPreview">The base colour preview.</param>
        /// <param name="darkColourPreview">The dark colour preview.</param>
        /// <param name="middleColourPreview">The middle colour preview.</param>
        /// <param name="lightColourPreview">The light colour preview.</param>
        /// <param name="lightestColourPreview">The lightest colour preview.</param>
        /// <param name="borderColourPreview">The border colour preview.</param>
        /// <param name="alternativeNormalTextColourPreview">The alternative normal text colour preview.</param>
        /// <param name="normalTextColourPreview">The normal text colour preview.</param>
        /// <param name="disabledTextColourPreview">The disabled text colour preview.</param>
        /// <param name="focusedTextColourPreview">The focused text colour preview.</param>
        /// <param name="pressedTextColourPreview">The pressed text colour preview.</param>
        /// <param name="disabledColourPreview">The disabled colour preview.</param>
        /// <param name="linkNormalColourPreview">The link normal colour preview.</param>
        /// <param name="linkFocusedColourPreview">The link focused colour preview.</param>
        /// <param name="linkHoverColourPreview">The link hover colour preview.</param>
        /// <param name="linkVisitedColourPreview">The link visited colour preview.</param>
        /// <param name="customColourOne">The custom colour one.</param>
        /// <param name="customColourTwo">The custom colour two.</param>
        /// <param name="customColourThree">The custom colour three.</param>
        /// <param name="customColourFour">The custom colour four.</param>
        /// <param name="customColourFive">The custom colour five.</param>
        /// <param name="customTextColourOne">The custom text colour one.</param>
        /// <param name="customTextColourTwo">The custom text colour two.</param>
        /// <param name="customTextColourThree">The custom text colour three.</param>
        /// <param name="customTextColourFour">The custom text colour four.</param>
        /// <param name="customTextColourFive">The custom text colour five.</param>
        /// <param name="menuTextColourPreview">The menu text colour preview.</param>
        /// <param name="statusTextColourPreview">The status text colour preview.</param>
        public static void CircularPictureboxHiddenPropertiesLocation(KryptonGroupBox circularColourPreviewPane, CircularPictureBox baseColourPreview, CircularPictureBox darkColourPreview, CircularPictureBox middleColourPreview, CircularPictureBox lightColourPreview, CircularPictureBox lightestColourPreview, CircularPictureBox borderColourPreview, CircularPictureBox alternativeNormalTextColourPreview, CircularPictureBox normalTextColourPreview, CircularPictureBox disabledTextColourPreview, CircularPictureBox focusedTextColourPreview, CircularPictureBox pressedTextColourPreview, CircularPictureBox disabledColourPreview, CircularPictureBox linkNormalColourPreview, CircularPictureBox linkFocusedColourPreview, CircularPictureBox linkHoverColourPreview, CircularPictureBox linkVisitedColourPreview, CircularPictureBox customColourOne, CircularPictureBox customColourTwo, CircularPictureBox customColourThree, CircularPictureBox customColourFour, CircularPictureBox customColourFive, CircularPictureBox customTextColourOne, CircularPictureBox customTextColourTwo, CircularPictureBox customTextColourThree, CircularPictureBox customTextColourFour, CircularPictureBox customTextColourFive, CircularPictureBox menuTextColourPreview, CircularPictureBox statusTextColourPreview, CircularPictureBox ribbonTabTextColourPreview)
        {
            circularColourPreviewPane.Size = new Size(882, 552);

            #region First Row
            baseColourPreview.Location = new Point(19, 18);

            darkColourPreview.Location = new Point(149, 18);

            middleColourPreview.Location = new Point(279, 18);

            lightColourPreview.Location = new Point(409, 18);

            lightestColourPreview.Location = new Point(539, 18);

            borderColourPreview.Location = new Point(669, 13);

            alternativeNormalTextColourPreview.Location = new Point(779, 18);
            #endregion

            #region Second Row
            normalTextColourPreview.Location = new Point(19, 118);

            disabledTextColourPreview.Location = new Point(149, 118);

            focusedTextColourPreview.Location = new Point(279, 118);

            pressedTextColourPreview.Location = new Point(409, 118);

            disabledColourPreview.Location = new Point(539, 118);

            linkNormalColourPreview.Location = new Point(669, 118);

            linkFocusedColourPreview.Location = new Point(799, 118);
            #endregion

            #region Third Row
            linkHoverColourPreview.Location = new Point(19, 222);

            linkVisitedColourPreview.Location = new Point(149, 222);

            customColourOne.Location = new Point(279, 222);

            customColourTwo.Location = new Point(409, 222);

            customColourThree.Location = new Point(539, 222);

            customColourFour.Location = new Point(669, 222);

            customColourFive.Location = new Point(799, 222);
            #endregion

            #region Fourth Row
            customTextColourOne.Location = new Point(19, 326);

            customTextColourTwo.Location = new Point(149, 326);

            customTextColourThree.Location = new Point(279, 326);

            customTextColourFour.Location = new Point(409, 326);

            customTextColourFive.Location = new Point(539, 326);

            menuTextColourPreview.Location = new Point(669, 326);

            statusTextColourPreview.Location = new Point(799, 326);
            #endregion

            #region Fifth Row
            ribbonTabTextColourPreview.Location = new Point(19, 430);
            #endregion
        }
        public static void CircularPictureBoxPropertiesPaneVisibleLocation(KryptonGroupBox circularColourPreviewPane, CircularPictureBox baseColourPreview, CircularPictureBox darkColourPreview, CircularPictureBox middleColourPreview, CircularPictureBox lightColourPreview, CircularPictureBox lightestColourPreview, CircularPictureBox borderColourPreview, CircularPictureBox alternativeNormalTextColourPreview, CircularPictureBox normalTextColourPreview, CircularPictureBox disabledTextColourPreview, CircularPictureBox focusedTextColourPreview, CircularPictureBox pressedTextColourPreview, CircularPictureBox disabledColourPreview, CircularPictureBox linkNormalColourPreview, CircularPictureBox linkFocusedColourPreview, CircularPictureBox linkHoverColourPreview, CircularPictureBox linkVisitedColourPreview, CircularPictureBox customColourOne, CircularPictureBox customColourTwo, CircularPictureBox customColourThree, CircularPictureBox customColourFour, CircularPictureBox customColourFive, CircularPictureBox customTextColourOne, CircularPictureBox customTextColourTwo, CircularPictureBox customTextColourThree, CircularPictureBox customTextColourFour, CircularPictureBox customTextColourFive, CircularPictureBox menuTextColourPreview, CircularPictureBox statusTextColourPreview, CircularPictureBox ribbonTabTextColourPreview)
        {
            #region Top Row
            circularColourPreviewPane.Size = new Size(1413, 552);

            baseColourPreview.Location = new Point(19, 13);

            darkColourPreview.Location = new Point(149, 13);

            middleColourPreview.Location = new Point(279, 13);

            lightColourPreview.Location = new Point(409, 13);

            lightestColourPreview.Location = new Point(539, 13);

            borderColourPreview.Location = new Point(669, 13);

            alternativeNormalTextColourPreview.Location = new Point(779, 13);

            normalTextColourPreview.Location = new Point(929, 13);

            disabledTextColourPreview.Location = new Point(1059, 13);

            focusedTextColourPreview.Location = new Point(1189, 13);

            pressedTextColourPreview.Location = new Point(1319, 13);
            #endregion

            #region Middle Row
            disabledColourPreview.Location = new Point(19, 223);

            linkNormalColourPreview.Location = new Point(149, 223);

            linkFocusedColourPreview.Location = new Point(279, 223);

            linkHoverColourPreview.Location = new Point(409, 223);

            linkVisitedColourPreview.Location = new Point(539, 223);

            customColourOne.Location = new Point(669, 223);

            customColourTwo.Location = new Point(799, 223);

            customColourThree.Location = new Point(929, 223);

            customColourFour.Location = new Point(1059, 223);

            customColourFive.Location = new Point(1189, 223);

            customTextColourOne.Location = new Point(1319, 223);
            #endregion

            #region Bottom Row
            customTextColourTwo.Location = new Point(19, 432);

            customTextColourThree.Location = new Point(149, 432);

            customTextColourFour.Location = new Point(279, 432);

            customTextColourFive.Location = new Point(409, 432);

            menuTextColourPreview.Location = new Point(539, 432);

            statusTextColourPreview.Location = new Point(669, 432);

            ribbonTabTextColourPreview.Location = new Point(799, 432);
            #endregion
        }
 private void InitializeComponent()
 {
     this.kryptonPanel1            = new Krypton.Toolkit.KryptonPanel();
     this.kdbtnOk                  = new Krypton.Toolkit.KryptonButton();
     this.kdbtnCancel              = new Krypton.Toolkit.KryptonButton();
     this.panel1                   = new System.Windows.Forms.Panel();
     this.kryptonPanel2            = new Krypton.Toolkit.KryptonPanel();
     this.kbtnCopyFiles            = new Krypton.Toolkit.KryptonButton();
     this.kryptonGroupBox2         = new Krypton.Toolkit.KryptonGroupBox();
     this.klblDirectoryInformation = new Krypton.Toolkit.KryptonLabel();
     this.kbtnMoveFiles            = new Krypton.Toolkit.KryptonButton();
     this.kryptonGroupBox1         = new Krypton.Toolkit.KryptonGroupBox();
     this.klblFileHash             = new Krypton.Toolkit.KryptonLabel();
     this.kflListing               = new Krypton.Toolkit.Suite.Extended.IO.KryptonFileListing();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel1)).BeginInit();
     this.kryptonPanel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel2)).BeginInit();
     this.kryptonPanel2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonGroupBox2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonGroupBox2.Panel)).BeginInit();
     this.kryptonGroupBox2.Panel.SuspendLayout();
     this.kryptonGroupBox2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonGroupBox1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonGroupBox1.Panel)).BeginInit();
     this.kryptonGroupBox1.Panel.SuspendLayout();
     this.kryptonGroupBox1.SuspendLayout();
     this.SuspendLayout();
     //
     // kryptonPanel1
     //
     this.kryptonPanel1.Controls.Add(this.kdbtnOk);
     this.kryptonPanel1.Controls.Add(this.kdbtnCancel);
     this.kryptonPanel1.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.kryptonPanel1.Location = new System.Drawing.Point(0, 395);
     this.kryptonPanel1.Name     = "kryptonPanel1";
     this.kryptonPanel1.Size     = new System.Drawing.Size(707, 43);
     this.kryptonPanel1.TabIndex = 1;
     //
     // kdbtnOk
     //
     this.kdbtnOk.DialogResult = System.Windows.Forms.DialogResult.OK;
     this.kdbtnOk.Location     = new System.Drawing.Point(509, 6);
     this.kdbtnOk.Name         = "kdbtnOk";
     this.kdbtnOk.Size         = new System.Drawing.Size(90, 25);
     this.kdbtnOk.TabIndex     = 3;
     this.kdbtnOk.Values.Text  = "&OK";
     //
     // kdbtnCancel
     //
     this.kdbtnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.kdbtnCancel.Location     = new System.Drawing.Point(605, 6);
     this.kdbtnCancel.Name         = "kdbtnCancel";
     this.kdbtnCancel.Size         = new System.Drawing.Size(90, 25);
     this.kdbtnCancel.TabIndex     = 3;
     this.kdbtnCancel.Values.Text  = "C&ancel";
     //
     // panel1
     //
     this.panel1.BackColor = System.Drawing.SystemColors.ControlDarkDark;
     this.panel1.Dock      = System.Windows.Forms.DockStyle.Bottom;
     this.panel1.Location  = new System.Drawing.Point(0, 392);
     this.panel1.Name      = "panel1";
     this.panel1.Size      = new System.Drawing.Size(707, 3);
     this.panel1.TabIndex  = 3;
     //
     // kryptonPanel2
     //
     this.kryptonPanel2.Controls.Add(this.kbtnCopyFiles);
     this.kryptonPanel2.Controls.Add(this.kryptonGroupBox2);
     this.kryptonPanel2.Controls.Add(this.kbtnMoveFiles);
     this.kryptonPanel2.Controls.Add(this.kryptonGroupBox1);
     this.kryptonPanel2.Controls.Add(this.kflListing);
     this.kryptonPanel2.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.kryptonPanel2.Location = new System.Drawing.Point(0, 0);
     this.kryptonPanel2.Name     = "kryptonPanel2";
     this.kryptonPanel2.Size     = new System.Drawing.Size(707, 392);
     this.kryptonPanel2.TabIndex = 4;
     //
     // kbtnCopyFiles
     //
     this.kbtnCopyFiles.Location    = new System.Drawing.Point(345, 335);
     this.kbtnCopyFiles.Name        = "kbtnCopyFiles";
     this.kbtnCopyFiles.Size        = new System.Drawing.Size(293, 25);
     this.kbtnCopyFiles.TabIndex    = 6;
     this.kbtnCopyFiles.Values.Text = "&Copy Files";
     this.kbtnCopyFiles.Click      += new System.EventHandler(this.kbtnCopyFiles_Click);
     //
     // kryptonGroupBox2
     //
     this.kryptonGroupBox2.Location = new System.Drawing.Point(288, 168);
     this.kryptonGroupBox2.Name     = "kryptonGroupBox2";
     //
     // kryptonGroupBox2.Panel
     //
     this.kryptonGroupBox2.Panel.Controls.Add(this.klblDirectoryInformation);
     this.kryptonGroupBox2.Size           = new System.Drawing.Size(409, 150);
     this.kryptonGroupBox2.TabIndex       = 6;
     this.kryptonGroupBox2.Values.Heading = "Directory Information";
     //
     // klblDirectoryInformation
     //
     this.klblDirectoryInformation.Dock        = System.Windows.Forms.DockStyle.Fill;
     this.klblDirectoryInformation.Location    = new System.Drawing.Point(0, 0);
     this.klblDirectoryInformation.Name        = "klblDirectoryInformation";
     this.klblDirectoryInformation.Size        = new System.Drawing.Size(405, 126);
     this.klblDirectoryInformation.TabIndex    = 7;
     this.klblDirectoryInformation.Values.Text = "kryptonLabel2";
     //
     // kbtnMoveFiles
     //
     this.kbtnMoveFiles.Location    = new System.Drawing.Point(345, 335);
     this.kbtnMoveFiles.Name        = "kbtnMoveFiles";
     this.kbtnMoveFiles.Size        = new System.Drawing.Size(293, 25);
     this.kbtnMoveFiles.TabIndex    = 5;
     this.kbtnMoveFiles.Values.Text = "&Move Files";
     this.kbtnMoveFiles.Click      += new System.EventHandler(this.kbtnMoveFiles_Click);
     //
     // kryptonGroupBox1
     //
     this.kryptonGroupBox1.Location = new System.Drawing.Point(286, 12);
     this.kryptonGroupBox1.Name     = "kryptonGroupBox1";
     //
     // kryptonGroupBox1.Panel
     //
     this.kryptonGroupBox1.Panel.Controls.Add(this.klblFileHash);
     this.kryptonGroupBox1.Size           = new System.Drawing.Size(409, 150);
     this.kryptonGroupBox1.TabIndex       = 5;
     this.kryptonGroupBox1.Values.Heading = "File Hash";
     //
     // klblFileHash
     //
     this.klblFileHash.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.klblFileHash.Location = new System.Drawing.Point(0, 0);
     this.klblFileHash.Name     = "klblFileHash";
     this.klblFileHash.Size     = new System.Drawing.Size(405, 126);
     this.klblFileHash.StateCommon.ShortText.Font  = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.klblFileHash.StateCommon.ShortText.TextH = Krypton.Toolkit.PaletteRelativeAlign.Center;
     this.klblFileHash.TabIndex    = 5;
     this.klblFileHash.Values.Text = "{0}";
     //
     // kflListing
     //
     this.kflListing.Location            = new System.Drawing.Point(12, 12);
     this.kflListing.Name                = "kflListing";
     this.kflListing.OpenFileDialogTitle = null;
     this.kflListing.PromptText          = null;
     this.kflListing.Size                = new System.Drawing.Size(268, 374);
     this.kflListing.TabIndex            = 5;
     //
     // KryptonFileMover
     //
     this.ClientSize = new System.Drawing.Size(707, 438);
     this.Controls.Add(this.kryptonPanel2);
     this.Controls.Add(this.panel1);
     this.Controls.Add(this.kryptonPanel1);
     this.Name  = "KryptonFileMover";
     this.Load += new System.EventHandler(this.KryptonFileMover_Load);
     ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel1)).EndInit();
     this.kryptonPanel1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel2)).EndInit();
     this.kryptonPanel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.kryptonGroupBox2.Panel)).EndInit();
     this.kryptonGroupBox2.Panel.ResumeLayout(false);
     this.kryptonGroupBox2.Panel.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonGroupBox2)).EndInit();
     this.kryptonGroupBox2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.kryptonGroupBox1.Panel)).EndInit();
     this.kryptonGroupBox1.Panel.ResumeLayout(false);
     this.kryptonGroupBox1.Panel.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonGroupBox1)).EndInit();
     this.kryptonGroupBox1.ResumeLayout(false);
     this.ResumeLayout(false);
 }
 private void InitializeComponent()
 {
     this.kryptonPanel1 = new Krypton.Toolkit.KryptonPanel();
     this.statusStrip1  = new System.Windows.Forms.StatusStrip();
     this.tslStatus     = new System.Windows.Forms.ToolStripStatusLabel();
     this.kryptonPanel2 = new Krypton.Toolkit.KryptonPanel();
     this.menuStrip1    = new System.Windows.Forms.MenuStrip();
     this.functionsToolStripMenuItem        = new System.Windows.Forms.ToolStripMenuItem();
     this.restoreAllDrivesToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem1                      = new System.Windows.Forms.ToolStripSeparator();
     this.closeToolStripMenuItem                  = new System.Windows.Forms.ToolStripMenuItem();
     this.dialogsToolStripMenuItem                = new System.Windows.Forms.ToolStripMenuItem();
     this.showDriveConnectionToolStripMenuItem    = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem2                      = new System.Windows.Forms.ToolStripSeparator();
     this.showDriveDisconnectionToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.helpToolStripMenuItem                   = new System.Windows.Forms.ToolStripMenuItem();
     this.aboutToolStripMenuItem                  = new System.Windows.Forms.ToolStripMenuItem();
     this.kryptonPanel3           = new Krypton.Toolkit.KryptonPanel();
     this.kryptonGroupBox1        = new Krypton.Toolkit.KryptonGroupBox();
     this.kcbSaveCredentials      = new Krypton.Toolkit.KryptonCheckBox();
     this.kcbPromptForCredentials = new Krypton.Toolkit.KryptonCheckBox();
     this.kcbForceDisConnection   = new Krypton.Toolkit.KryptonCheckBox();
     this.kcbPersistantConnection = new Krypton.Toolkit.KryptonCheckBox();
     this.kbtnDisconnect          = new Krypton.Toolkit.KryptonButton();
     this.kbtnMapDrive            = new Krypton.Toolkit.KryptonButton();
     this.ktxtPassword            = new Krypton.Toolkit.KryptonTextBox();
     this.ktxtUsername            = new Krypton.Toolkit.KryptonTextBox();
     this.kcmbDriveLetter         = new Krypton.Toolkit.KryptonComboBox();
     this.ktxtShareAddress        = new Krypton.Toolkit.KryptonTextBox();
     this.kryptonLabel5           = new Krypton.Toolkit.KryptonLabel();
     this.kryptonLabel4           = new Krypton.Toolkit.KryptonLabel();
     this.kryptonLabel3           = new Krypton.Toolkit.KryptonLabel();
     this.kryptonLabel2           = new Krypton.Toolkit.KryptonLabel();
     this.kryptonLabel1           = new Krypton.Toolkit.KryptonLabel();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel1)).BeginInit();
     this.kryptonPanel1.SuspendLayout();
     this.statusStrip1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel2)).BeginInit();
     this.kryptonPanel2.SuspendLayout();
     this.menuStrip1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel3)).BeginInit();
     this.kryptonPanel3.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonGroupBox1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonGroupBox1.Panel)).BeginInit();
     this.kryptonGroupBox1.Panel.SuspendLayout();
     this.kryptonGroupBox1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.kcmbDriveLetter)).BeginInit();
     this.SuspendLayout();
     //
     // kryptonPanel1
     //
     this.kryptonPanel1.Controls.Add(this.statusStrip1);
     this.kryptonPanel1.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.kryptonPanel1.Location = new System.Drawing.Point(0, 299);
     this.kryptonPanel1.Name     = "kryptonPanel1";
     this.kryptonPanel1.Size     = new System.Drawing.Size(502, 24);
     this.kryptonPanel1.TabIndex = 0;
     //
     // statusStrip1
     //
     this.statusStrip1.Font = new System.Drawing.Font("Segoe UI", 9F);
     this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.tslStatus
     });
     this.statusStrip1.Location   = new System.Drawing.Point(0, 2);
     this.statusStrip1.Name       = "statusStrip1";
     this.statusStrip1.RenderMode = System.Windows.Forms.ToolStripRenderMode.ManagerRenderMode;
     this.statusStrip1.Size       = new System.Drawing.Size(502, 22);
     this.statusStrip1.TabIndex   = 0;
     this.statusStrip1.Text       = "statusStrip1";
     //
     // tslStatus
     //
     this.tslStatus.Name = "tslStatus";
     this.tslStatus.Size = new System.Drawing.Size(16, 17);
     this.tslStatus.Text = "...";
     //
     // kryptonPanel2
     //
     this.kryptonPanel2.Controls.Add(this.menuStrip1);
     this.kryptonPanel2.Dock     = System.Windows.Forms.DockStyle.Top;
     this.kryptonPanel2.Location = new System.Drawing.Point(0, 0);
     this.kryptonPanel2.Name     = "kryptonPanel2";
     this.kryptonPanel2.Size     = new System.Drawing.Size(502, 24);
     this.kryptonPanel2.TabIndex = 1;
     //
     // menuStrip1
     //
     this.menuStrip1.Dock = System.Windows.Forms.DockStyle.None;
     this.menuStrip1.Font = new System.Drawing.Font("Segoe UI", 9F);
     this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.functionsToolStripMenuItem,
         this.dialogsToolStripMenuItem,
         this.helpToolStripMenuItem
     });
     this.menuStrip1.Location = new System.Drawing.Point(0, 0);
     this.menuStrip1.Name     = "menuStrip1";
     this.menuStrip1.Size     = new System.Drawing.Size(181, 24);
     this.menuStrip1.TabIndex = 0;
     this.menuStrip1.Text     = "menuStrip1";
     //
     // functionsToolStripMenuItem
     //
     this.functionsToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.restoreAllDrivesToolStripMenuItem,
         this.toolStripMenuItem1,
         this.closeToolStripMenuItem
     });
     this.functionsToolStripMenuItem.Name = "functionsToolStripMenuItem";
     this.functionsToolStripMenuItem.Size = new System.Drawing.Size(71, 20);
     this.functionsToolStripMenuItem.Text = "F&unctions";
     //
     // restoreAllDrivesToolStripMenuItem
     //
     this.restoreAllDrivesToolStripMenuItem.Name = "restoreAllDrivesToolStripMenuItem";
     this.restoreAllDrivesToolStripMenuItem.Size = new System.Drawing.Size(165, 22);
     this.restoreAllDrivesToolStripMenuItem.Text = "Re&store All Drives";
     //
     // toolStripMenuItem1
     //
     this.toolStripMenuItem1.Name = "toolStripMenuItem1";
     this.toolStripMenuItem1.Size = new System.Drawing.Size(162, 6);
     //
     // closeToolStripMenuItem
     //
     this.closeToolStripMenuItem.Name         = "closeToolStripMenuItem";
     this.closeToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Alt | System.Windows.Forms.Keys.F4)));
     this.closeToolStripMenuItem.Size         = new System.Drawing.Size(165, 22);
     this.closeToolStripMenuItem.Text         = "C&lose";
     //
     // dialogsToolStripMenuItem
     //
     this.dialogsToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.showDriveConnectionToolStripMenuItem,
         this.toolStripMenuItem2,
         this.showDriveDisconnectionToolStripMenuItem
     });
     this.dialogsToolStripMenuItem.Name = "dialogsToolStripMenuItem";
     this.dialogsToolStripMenuItem.Size = new System.Drawing.Size(58, 20);
     this.dialogsToolStripMenuItem.Text = "D&ialogs";
     //
     // showDriveConnectionToolStripMenuItem
     //
     this.showDriveConnectionToolStripMenuItem.Name = "showDriveConnectionToolStripMenuItem";
     this.showDriveConnectionToolStripMenuItem.Size = new System.Drawing.Size(218, 22);
     this.showDriveConnectionToolStripMenuItem.Text = "Show \'Drive &Connection\'";
     //
     // toolStripMenuItem2
     //
     this.toolStripMenuItem2.Name = "toolStripMenuItem2";
     this.toolStripMenuItem2.Size = new System.Drawing.Size(215, 6);
     //
     // showDriveDisconnectionToolStripMenuItem
     //
     this.showDriveDisconnectionToolStripMenuItem.Name = "showDriveDisconnectionToolStripMenuItem";
     this.showDriveDisconnectionToolStripMenuItem.Size = new System.Drawing.Size(218, 22);
     this.showDriveDisconnectionToolStripMenuItem.Text = "Show \'Driv&e Disconnection\'";
     //
     // helpToolStripMenuItem
     //
     this.helpToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.aboutToolStripMenuItem
     });
     this.helpToolStripMenuItem.Name = "helpToolStripMenuItem";
     this.helpToolStripMenuItem.Size = new System.Drawing.Size(44, 20);
     this.helpToolStripMenuItem.Text = "&Help";
     //
     // aboutToolStripMenuItem
     //
     this.aboutToolStripMenuItem.Name = "aboutToolStripMenuItem";
     this.aboutToolStripMenuItem.Size = new System.Drawing.Size(107, 22);
     this.aboutToolStripMenuItem.Text = "&About";
     //
     // kryptonPanel3
     //
     this.kryptonPanel3.Controls.Add(this.kryptonGroupBox1);
     this.kryptonPanel3.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.kryptonPanel3.Location = new System.Drawing.Point(0, 24);
     this.kryptonPanel3.Name     = "kryptonPanel3";
     this.kryptonPanel3.Size     = new System.Drawing.Size(502, 275);
     this.kryptonPanel3.TabIndex = 2;
     //
     // kryptonGroupBox1
     //
     this.kryptonGroupBox1.Location = new System.Drawing.Point(12, 15);
     this.kryptonGroupBox1.Name     = "kryptonGroupBox1";
     //
     // kryptonGroupBox1.Panel
     //
     this.kryptonGroupBox1.Panel.Controls.Add(this.kcbSaveCredentials);
     this.kryptonGroupBox1.Panel.Controls.Add(this.kcbPromptForCredentials);
     this.kryptonGroupBox1.Panel.Controls.Add(this.kcbForceDisConnection);
     this.kryptonGroupBox1.Panel.Controls.Add(this.kcbPersistantConnection);
     this.kryptonGroupBox1.Panel.Controls.Add(this.kbtnDisconnect);
     this.kryptonGroupBox1.Panel.Controls.Add(this.kbtnMapDrive);
     this.kryptonGroupBox1.Panel.Controls.Add(this.ktxtPassword);
     this.kryptonGroupBox1.Panel.Controls.Add(this.ktxtUsername);
     this.kryptonGroupBox1.Panel.Controls.Add(this.kcmbDriveLetter);
     this.kryptonGroupBox1.Panel.Controls.Add(this.ktxtShareAddress);
     this.kryptonGroupBox1.Panel.Controls.Add(this.kryptonLabel5);
     this.kryptonGroupBox1.Panel.Controls.Add(this.kryptonLabel4);
     this.kryptonGroupBox1.Panel.Controls.Add(this.kryptonLabel3);
     this.kryptonGroupBox1.Panel.Controls.Add(this.kryptonLabel2);
     this.kryptonGroupBox1.Panel.Controls.Add(this.kryptonLabel1);
     this.kryptonGroupBox1.Size           = new System.Drawing.Size(480, 252);
     this.kryptonGroupBox1.TabIndex       = 0;
     this.kryptonGroupBox1.Values.Heading = "Map Drive Settings";
     //
     // kcbSaveCredentials
     //
     this.kcbSaveCredentials.Location    = new System.Drawing.Point(270, 193);
     this.kcbSaveCredentials.Name        = "kcbSaveCredentials";
     this.kcbSaveCredentials.Size        = new System.Drawing.Size(113, 20);
     this.kcbSaveCredentials.TabIndex    = 13;
     this.kcbSaveCredentials.Values.Text = "Save &Credentials";
     //
     // kcbPromptForCredentials
     //
     this.kcbPromptForCredentials.Location    = new System.Drawing.Point(116, 194);
     this.kcbPromptForCredentials.Name        = "kcbPromptForCredentials";
     this.kcbPromptForCredentials.Size        = new System.Drawing.Size(147, 20);
     this.kcbPromptForCredentials.TabIndex    = 12;
     this.kcbPromptForCredentials.Values.Text = "&Prompt for Credentials";
     //
     // kcbForceDisConnection
     //
     this.kcbForceDisConnection.Location    = new System.Drawing.Point(270, 167);
     this.kcbForceDisConnection.Name        = "kcbForceDisConnection";
     this.kcbForceDisConnection.Size        = new System.Drawing.Size(141, 20);
     this.kcbForceDisConnection.TabIndex    = 11;
     this.kcbForceDisConnection.Values.Text = "Fo&rce Dis/Connection";
     //
     // kcbPersistantConnection
     //
     this.kcbPersistantConnection.Checked     = true;
     this.kcbPersistantConnection.CheckState  = System.Windows.Forms.CheckState.Checked;
     this.kcbPersistantConnection.Location    = new System.Drawing.Point(116, 167);
     this.kcbPersistantConnection.Name        = "kcbPersistantConnection";
     this.kcbPersistantConnection.Size        = new System.Drawing.Size(142, 20);
     this.kcbPersistantConnection.TabIndex    = 10;
     this.kcbPersistantConnection.Values.Text = "&Persistant Connection";
     //
     // kbtnDisconnect
     //
     this.kbtnDisconnect.Enabled     = false;
     this.kbtnDisconnect.Location    = new System.Drawing.Point(359, 53);
     this.kbtnDisconnect.Name        = "kbtnDisconnect";
     this.kbtnDisconnect.Size        = new System.Drawing.Size(105, 25);
     this.kbtnDisconnect.TabIndex    = 9;
     this.kbtnDisconnect.Values.Text = "D&isconnect";
     this.kbtnDisconnect.Click      += new System.EventHandler(this.kbtnDisconnect_Click);
     //
     // kbtnMapDrive
     //
     this.kbtnMapDrive.Enabled     = false;
     this.kbtnMapDrive.Location    = new System.Drawing.Point(359, 15);
     this.kbtnMapDrive.Name        = "kbtnMapDrive";
     this.kbtnMapDrive.Size        = new System.Drawing.Size(105, 25);
     this.kbtnMapDrive.TabIndex    = 3;
     this.kbtnMapDrive.Values.Text = "&Map Drive";
     this.kbtnMapDrive.Click      += new System.EventHandler(this.kbtnMapDrive_Click);
     //
     // ktxtPassword
     //
     this.ktxtPassword.Hint                  = "Password...";
     this.ktxtPassword.Location              = new System.Drawing.Point(116, 129);
     this.ktxtPassword.Name                  = "ktxtPassword";
     this.ktxtPassword.PasswordChar          = '●';
     this.ktxtPassword.Size                  = new System.Drawing.Size(237, 23);
     this.ktxtPassword.TabIndex              = 8;
     this.ktxtPassword.UseSystemPasswordChar = true;
     //
     // ktxtUsername
     //
     this.ktxtUsername.Hint     = "Username...";
     this.ktxtUsername.Location = new System.Drawing.Point(116, 91);
     this.ktxtUsername.Name     = "ktxtUsername";
     this.ktxtUsername.Size     = new System.Drawing.Size(237, 23);
     this.ktxtUsername.TabIndex = 7;
     //
     // kcmbDriveLetter
     //
     this.kcmbDriveLetter.DrawMode       = System.Windows.Forms.DrawMode.OwnerDrawVariable;
     this.kcmbDriveLetter.DropDownStyle  = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.kcmbDriveLetter.DropDownWidth  = 64;
     this.kcmbDriveLetter.IntegralHeight = false;
     this.kcmbDriveLetter.Location       = new System.Drawing.Point(116, 53);
     this.kcmbDriveLetter.Name           = "kcmbDriveLetter";
     this.kcmbDriveLetter.Size           = new System.Drawing.Size(64, 21);
     this.kcmbDriveLetter.StateCommon.ComboBox.Content.TextH = Krypton.Toolkit.PaletteRelativeAlign.Near;
     this.kcmbDriveLetter.TabIndex = 6;
     //
     // ktxtShareAddress
     //
     this.ktxtShareAddress.Hint     = "\\\\<##SERVER-SHARE##>\\Path";
     this.ktxtShareAddress.Location = new System.Drawing.Point(116, 15);
     this.ktxtShareAddress.Name     = "ktxtShareAddress";
     this.ktxtShareAddress.Size     = new System.Drawing.Size(237, 23);
     this.ktxtShareAddress.TabIndex = 5;
     //
     // kryptonLabel5
     //
     this.kryptonLabel5.Location    = new System.Drawing.Point(19, 167);
     this.kryptonLabel5.Name        = "kryptonLabel5";
     this.kryptonLabel5.Size        = new System.Drawing.Size(56, 20);
     this.kryptonLabel5.TabIndex    = 4;
     this.kryptonLabel5.Values.Text = "Options:";
     //
     // kryptonLabel4
     //
     this.kryptonLabel4.Location    = new System.Drawing.Point(19, 129);
     this.kryptonLabel4.Name        = "kryptonLabel4";
     this.kryptonLabel4.Size        = new System.Drawing.Size(65, 20);
     this.kryptonLabel4.TabIndex    = 3;
     this.kryptonLabel4.Values.Text = "Password:"******"kryptonLabel3";
     this.kryptonLabel3.Size        = new System.Drawing.Size(68, 20);
     this.kryptonLabel3.TabIndex    = 2;
     this.kryptonLabel3.Values.Text = "Username:"******"kryptonLabel2";
     this.kryptonLabel2.Size        = new System.Drawing.Size(84, 20);
     this.kryptonLabel2.TabIndex    = 1;
     this.kryptonLabel2.Values.Text = "Map to Drive:";
     //
     // kryptonLabel1
     //
     this.kryptonLabel1.Location    = new System.Drawing.Point(19, 15);
     this.kryptonLabel1.Name        = "kryptonLabel1";
     this.kryptonLabel1.Size        = new System.Drawing.Size(91, 20);
     this.kryptonLabel1.TabIndex    = 0;
     this.kryptonLabel1.Values.Text = "Share Address:";
     //
     // KryptonNetworkDriveOptions
     //
     this.ClientSize = new System.Drawing.Size(502, 323);
     this.Controls.Add(this.kryptonPanel3);
     this.Controls.Add(this.kryptonPanel2);
     this.Controls.Add(this.kryptonPanel1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Fixed3D;
     this.MainMenuStrip   = this.menuStrip1;
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "KryptonNetworkDriveOptions";
     this.ShowIcon        = false;
     this.ShowInTaskbar   = false;
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "Connect to a Network Share";
     this.Load           += new System.EventHandler(this.KryptonNetworkDriveOptions_Load);
     ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel1)).EndInit();
     this.kryptonPanel1.ResumeLayout(false);
     this.kryptonPanel1.PerformLayout();
     this.statusStrip1.ResumeLayout(false);
     this.statusStrip1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel2)).EndInit();
     this.kryptonPanel2.ResumeLayout(false);
     this.kryptonPanel2.PerformLayout();
     this.menuStrip1.ResumeLayout(false);
     this.menuStrip1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel3)).EndInit();
     this.kryptonPanel3.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.kryptonGroupBox1.Panel)).EndInit();
     this.kryptonGroupBox1.Panel.ResumeLayout(false);
     this.kryptonGroupBox1.Panel.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonGroupBox1)).EndInit();
     this.kryptonGroupBox1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.kcmbDriveLetter)).EndInit();
     this.ResumeLayout(false);
 }
Esempio n. 18
0
 private void InitializeComponent()
 {
     this.kryptonPanel1                       = new Krypton.Toolkit.KryptonPanel();
     this.kryptonPanel2                       = new Krypton.Toolkit.KryptonPanel();
     this.panel1                              = new System.Windows.Forms.Panel();
     this.kbtnCancel                          = new Krypton.Toolkit.KryptonButton();
     this.kbtnApply                           = new Krypton.Toolkit.KryptonButton();
     this.kryptonGroupBox1                    = new Krypton.Toolkit.KryptonGroupBox();
     this.kryptonLabel1                       = new Krypton.Toolkit.KryptonLabel();
     this.ktxtVerticalAxisLabelText           = new Krypton.Toolkit.KryptonTextBox();
     this.kryptonLabel2                       = new Krypton.Toolkit.KryptonLabel();
     this.ktxtVerticalAxisUpperLimit          = new Krypton.Toolkit.KryptonTextBox();
     this.ktxtVerticalAxisLowerLimit          = new Krypton.Toolkit.KryptonTextBox();
     this.kryptonLabel3                       = new Krypton.Toolkit.KryptonLabel();
     this.kbtnVerticalAxisFitData             = new Krypton.Toolkit.KryptonButton();
     this.kchkVerticalAxisShowMinorTicks      = new Krypton.Toolkit.KryptonCheckBox();
     this.kchkVerticalAxisDateAndTimeFormat   = new Krypton.Toolkit.KryptonCheckBox();
     this.kryptonGroupBox2                    = new Krypton.Toolkit.KryptonGroupBox();
     this.kchkHorizontalAxisDateAndTimeFormat = new Krypton.Toolkit.KryptonCheckBox();
     this.kchkHorizontalAxisShowMinorTicks    = new Krypton.Toolkit.KryptonCheckBox();
     this.kbtnHorizontalAxisFitData           = new Krypton.Toolkit.KryptonButton();
     this.ktxtHorizontalAxisLowerLimit        = new Krypton.Toolkit.KryptonTextBox();
     this.kryptonLabel4                       = new Krypton.Toolkit.KryptonLabel();
     this.ktxtHorizontalAxisUpperLimit        = new Krypton.Toolkit.KryptonTextBox();
     this.kryptonLabel5                       = new Krypton.Toolkit.KryptonLabel();
     this.ktxtHorizontalAxisLabelText         = new Krypton.Toolkit.KryptonTextBox();
     this.kryptonLabel6                       = new Krypton.Toolkit.KryptonLabel();
     this.kryptonGroupBox3                    = new Krypton.Toolkit.KryptonGroupBox();
     this.kryptonGroupBox4                    = new Krypton.Toolkit.KryptonGroupBox();
     this.kryptonGroupBox5                    = new Krypton.Toolkit.KryptonGroupBox();
     this.kryptonGroupBox6                    = new Krypton.Toolkit.KryptonGroupBox();
     this.kryptonGroupBox7                    = new Krypton.Toolkit.KryptonGroupBox();
     this.kryptonGroupBox8                    = new Krypton.Toolkit.KryptonGroupBox();
     this.kryptonGroupBox9                    = new Krypton.Toolkit.KryptonGroupBox();
     this.krbImageQualityLow                  = new Krypton.Toolkit.KryptonRadioButton();
     this.krbImageQualityHigh                 = new Krypton.Toolkit.KryptonRadioButton();
     this.kchkImageQualityLowWhileDragging    = new Krypton.Toolkit.KryptonCheckBox();
     this.kcmbColourStyle                     = new Krypton.Toolkit.KryptonComboBox();
     this.kchkDisplayOnGraph                  = new Krypton.Toolkit.KryptonCheckBox();
     this.kchkOffset                          = new Krypton.Toolkit.KryptonCheckBox();
     this.kchkMultiplier                      = new Krypton.Toolkit.KryptonCheckBox();
     this.kchkGrid                            = new Krypton.Toolkit.KryptonCheckBox();
     this.kbtnTightenLayout                   = new Krypton.Toolkit.KryptonButton();
     this.klbPlotObjects                      = new Krypton.Toolkit.KryptonListBox();
     this.ktxtLabelText                       = new Krypton.Toolkit.KryptonTextBox();
     this.kbtnCopyCSV                         = new Krypton.Toolkit.KryptonButton();
     this.kbtnSaveCSV                         = new Krypton.Toolkit.KryptonButton();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel1)).BeginInit();
     this.kryptonPanel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel2)).BeginInit();
     this.kryptonPanel2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonGroupBox1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonGroupBox1.Panel)).BeginInit();
     this.kryptonGroupBox1.Panel.SuspendLayout();
     this.kryptonGroupBox1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonGroupBox2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonGroupBox2.Panel)).BeginInit();
     this.kryptonGroupBox2.Panel.SuspendLayout();
     this.kryptonGroupBox2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonGroupBox3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonGroupBox3.Panel)).BeginInit();
     this.kryptonGroupBox3.Panel.SuspendLayout();
     this.kryptonGroupBox3.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonGroupBox4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonGroupBox4.Panel)).BeginInit();
     this.kryptonGroupBox4.Panel.SuspendLayout();
     this.kryptonGroupBox4.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonGroupBox5)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonGroupBox5.Panel)).BeginInit();
     this.kryptonGroupBox5.Panel.SuspendLayout();
     this.kryptonGroupBox5.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonGroupBox6)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonGroupBox6.Panel)).BeginInit();
     this.kryptonGroupBox6.Panel.SuspendLayout();
     this.kryptonGroupBox6.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonGroupBox7)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonGroupBox7.Panel)).BeginInit();
     this.kryptonGroupBox7.Panel.SuspendLayout();
     this.kryptonGroupBox7.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonGroupBox8)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonGroupBox8.Panel)).BeginInit();
     this.kryptonGroupBox8.Panel.SuspendLayout();
     this.kryptonGroupBox8.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonGroupBox9)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonGroupBox9.Panel)).BeginInit();
     this.kryptonGroupBox9.Panel.SuspendLayout();
     this.kryptonGroupBox9.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.kcmbColourStyle)).BeginInit();
     this.SuspendLayout();
     //
     // kryptonPanel1
     //
     this.kryptonPanel1.Controls.Add(this.kbtnApply);
     this.kryptonPanel1.Controls.Add(this.kbtnCancel);
     this.kryptonPanel1.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.kryptonPanel1.Location = new System.Drawing.Point(0, 466);
     this.kryptonPanel1.Name     = "kryptonPanel1";
     this.kryptonPanel1.Size     = new System.Drawing.Size(1000, 43);
     this.kryptonPanel1.TabIndex = 0;
     //
     // kryptonPanel2
     //
     this.kryptonPanel2.Controls.Add(this.kbtnTightenLayout);
     this.kryptonPanel2.Controls.Add(this.kryptonGroupBox7);
     this.kryptonPanel2.Controls.Add(this.kryptonGroupBox6);
     this.kryptonPanel2.Controls.Add(this.kryptonGroupBox5);
     this.kryptonPanel2.Controls.Add(this.kryptonGroupBox4);
     this.kryptonPanel2.Controls.Add(this.kryptonGroupBox3);
     this.kryptonPanel2.Controls.Add(this.kryptonGroupBox2);
     this.kryptonPanel2.Controls.Add(this.kryptonGroupBox1);
     this.kryptonPanel2.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.kryptonPanel2.Location = new System.Drawing.Point(0, 0);
     this.kryptonPanel2.Name     = "kryptonPanel2";
     this.kryptonPanel2.Size     = new System.Drawing.Size(1000, 466);
     this.kryptonPanel2.TabIndex = 1;
     //
     // panel1
     //
     this.panel1.BackColor = System.Drawing.SystemColors.ControlDarkDark;
     this.panel1.Dock      = System.Windows.Forms.DockStyle.Bottom;
     this.panel1.Location  = new System.Drawing.Point(0, 463);
     this.panel1.Name      = "panel1";
     this.panel1.Size      = new System.Drawing.Size(1000, 3);
     this.panel1.TabIndex  = 2;
     //
     // kbtnCancel
     //
     this.kbtnCancel.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.kbtnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.kbtnCancel.Location     = new System.Drawing.Point(898, 6);
     this.kbtnCancel.Name         = "kbtnCancel";
     this.kbtnCancel.Size         = new System.Drawing.Size(90, 25);
     this.kbtnCancel.TabIndex     = 0;
     this.kbtnCancel.Values.Text  = "C&ancel";
     this.kbtnCancel.Click       += new System.EventHandler(this.kbtnCancel_Click);
     //
     // kbtnApply
     //
     this.kbtnApply.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.kbtnApply.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.kbtnApply.Enabled      = false;
     this.kbtnApply.Location     = new System.Drawing.Point(802, 6);
     this.kbtnApply.Name         = "kbtnApply";
     this.kbtnApply.Size         = new System.Drawing.Size(90, 25);
     this.kbtnApply.TabIndex     = 1;
     this.kbtnApply.Values.Text  = "App&ly";
     this.kbtnApply.Click       += new System.EventHandler(this.kbtnApply_Click);
     //
     // kryptonGroupBox1
     //
     this.kryptonGroupBox1.Location = new System.Drawing.Point(12, 12);
     this.kryptonGroupBox1.Name     = "kryptonGroupBox1";
     //
     // kryptonGroupBox1.Panel
     //
     this.kryptonGroupBox1.Panel.Controls.Add(this.kchkVerticalAxisDateAndTimeFormat);
     this.kryptonGroupBox1.Panel.Controls.Add(this.kchkVerticalAxisShowMinorTicks);
     this.kryptonGroupBox1.Panel.Controls.Add(this.kbtnVerticalAxisFitData);
     this.kryptonGroupBox1.Panel.Controls.Add(this.ktxtVerticalAxisLowerLimit);
     this.kryptonGroupBox1.Panel.Controls.Add(this.kryptonLabel3);
     this.kryptonGroupBox1.Panel.Controls.Add(this.ktxtVerticalAxisUpperLimit);
     this.kryptonGroupBox1.Panel.Controls.Add(this.kryptonLabel2);
     this.kryptonGroupBox1.Panel.Controls.Add(this.ktxtVerticalAxisLabelText);
     this.kryptonGroupBox1.Panel.Controls.Add(this.kryptonLabel1);
     this.kryptonGroupBox1.Size           = new System.Drawing.Size(301, 218);
     this.kryptonGroupBox1.TabIndex       = 0;
     this.kryptonGroupBox1.Values.Heading = "Vertical Axis";
     //
     // kryptonLabel1
     //
     this.kryptonLabel1.Location    = new System.Drawing.Point(13, 15);
     this.kryptonLabel1.Name        = "kryptonLabel1";
     this.kryptonLabel1.Size        = new System.Drawing.Size(42, 20);
     this.kryptonLabel1.TabIndex    = 0;
     this.kryptonLabel1.Values.Text = "Label:";
     //
     // ktxtVerticalAxisLabelText
     //
     this.ktxtVerticalAxisLabelText.Hint     = "Label text...";
     this.ktxtVerticalAxisLabelText.Location = new System.Drawing.Point(96, 15);
     this.ktxtVerticalAxisLabelText.Name     = "ktxtVerticalAxisLabelText";
     this.ktxtVerticalAxisLabelText.Size     = new System.Drawing.Size(190, 23);
     this.ktxtVerticalAxisLabelText.TabIndex = 1;
     //
     // kryptonLabel2
     //
     this.kryptonLabel2.Location    = new System.Drawing.Point(13, 44);
     this.kryptonLabel2.Name        = "kryptonLabel2";
     this.kryptonLabel2.Size        = new System.Drawing.Size(77, 20);
     this.kryptonLabel2.TabIndex    = 2;
     this.kryptonLabel2.Values.Text = "Upper Limit:";
     //
     // ktxtVerticalAxisUpperLimit
     //
     this.ktxtVerticalAxisUpperLimit.Hint     = "Upper limit...";
     this.ktxtVerticalAxisUpperLimit.Location = new System.Drawing.Point(96, 44);
     this.ktxtVerticalAxisUpperLimit.Name     = "ktxtVerticalAxisUpperLimit";
     this.ktxtVerticalAxisUpperLimit.Size     = new System.Drawing.Size(100, 23);
     this.ktxtVerticalAxisUpperLimit.TabIndex = 3;
     //
     // ktxtVerticalAxisLowerLimit
     //
     this.ktxtVerticalAxisLowerLimit.Hint     = "Lower limit...";
     this.ktxtVerticalAxisLowerLimit.Location = new System.Drawing.Point(96, 73);
     this.ktxtVerticalAxisLowerLimit.Name     = "ktxtVerticalAxisLowerLimit";
     this.ktxtVerticalAxisLowerLimit.Size     = new System.Drawing.Size(100, 23);
     this.ktxtVerticalAxisLowerLimit.TabIndex = 5;
     //
     // kryptonLabel3
     //
     this.kryptonLabel3.Location    = new System.Drawing.Point(13, 73);
     this.kryptonLabel3.Name        = "kryptonLabel3";
     this.kryptonLabel3.Size        = new System.Drawing.Size(76, 20);
     this.kryptonLabel3.TabIndex    = 4;
     this.kryptonLabel3.Values.Text = "Lower Limit:";
     //
     // kbtnVerticalAxisFitData
     //
     this.kbtnVerticalAxisFitData.Location    = new System.Drawing.Point(96, 102);
     this.kbtnVerticalAxisFitData.Name        = "kbtnVerticalAxisFitData";
     this.kbtnVerticalAxisFitData.Size        = new System.Drawing.Size(100, 25);
     this.kbtnVerticalAxisFitData.TabIndex    = 6;
     this.kbtnVerticalAxisFitData.Values.Text = "Fit &Data";
     this.kbtnVerticalAxisFitData.Click      += new System.EventHandler(this.kbtnVerticalAxisFitData_Click);
     //
     // kchkVerticalAxisShowMinorTicks
     //
     this.kchkVerticalAxisShowMinorTicks.Location    = new System.Drawing.Point(96, 134);
     this.kchkVerticalAxisShowMinorTicks.Name        = "kchkVerticalAxisShowMinorTicks";
     this.kchkVerticalAxisShowMinorTicks.Size        = new System.Drawing.Size(119, 20);
     this.kchkVerticalAxisShowMinorTicks.TabIndex    = 7;
     this.kchkVerticalAxisShowMinorTicks.Values.Text = "&Show Minor Ticks";
     //
     // kchkVerticalAxisDateAndTimeFormat
     //
     this.kchkVerticalAxisDateAndTimeFormat.Location    = new System.Drawing.Point(96, 160);
     this.kchkVerticalAxisDateAndTimeFormat.Name        = "kchkVerticalAxisDateAndTimeFormat";
     this.kchkVerticalAxisDateAndTimeFormat.Size        = new System.Drawing.Size(134, 20);
     this.kchkVerticalAxisDateAndTimeFormat.TabIndex    = 8;
     this.kchkVerticalAxisDateAndTimeFormat.Values.Text = "Date && &Time Format";
     //
     // kryptonGroupBox2
     //
     this.kryptonGroupBox2.Location = new System.Drawing.Point(12, 236);
     this.kryptonGroupBox2.Name     = "kryptonGroupBox2";
     //
     // kryptonGroupBox2.Panel
     //
     this.kryptonGroupBox2.Panel.Controls.Add(this.kchkHorizontalAxisDateAndTimeFormat);
     this.kryptonGroupBox2.Panel.Controls.Add(this.kchkHorizontalAxisShowMinorTicks);
     this.kryptonGroupBox2.Panel.Controls.Add(this.kbtnHorizontalAxisFitData);
     this.kryptonGroupBox2.Panel.Controls.Add(this.ktxtHorizontalAxisLowerLimit);
     this.kryptonGroupBox2.Panel.Controls.Add(this.kryptonLabel4);
     this.kryptonGroupBox2.Panel.Controls.Add(this.ktxtHorizontalAxisUpperLimit);
     this.kryptonGroupBox2.Panel.Controls.Add(this.kryptonLabel5);
     this.kryptonGroupBox2.Panel.Controls.Add(this.ktxtHorizontalAxisLabelText);
     this.kryptonGroupBox2.Panel.Controls.Add(this.kryptonLabel6);
     this.kryptonGroupBox2.Size           = new System.Drawing.Size(301, 218);
     this.kryptonGroupBox2.TabIndex       = 3;
     this.kryptonGroupBox2.Values.Heading = "Horizontal Axis";
     //
     // kchkHorizontalAxisDateAndTimeFormat
     //
     this.kchkHorizontalAxisDateAndTimeFormat.Location    = new System.Drawing.Point(96, 160);
     this.kchkHorizontalAxisDateAndTimeFormat.Name        = "kchkHorizontalAxisDateAndTimeFormat";
     this.kchkHorizontalAxisDateAndTimeFormat.Size        = new System.Drawing.Size(134, 20);
     this.kchkHorizontalAxisDateAndTimeFormat.TabIndex    = 8;
     this.kchkHorizontalAxisDateAndTimeFormat.Values.Text = "Date && &Time Format";
     //
     // kchkHorizontalAxisShowMinorTicks
     //
     this.kchkHorizontalAxisShowMinorTicks.Location    = new System.Drawing.Point(96, 134);
     this.kchkHorizontalAxisShowMinorTicks.Name        = "kchkHorizontalAxisShowMinorTicks";
     this.kchkHorizontalAxisShowMinorTicks.Size        = new System.Drawing.Size(119, 20);
     this.kchkHorizontalAxisShowMinorTicks.TabIndex    = 7;
     this.kchkHorizontalAxisShowMinorTicks.Values.Text = "&Show Minor Ticks";
     //
     // kbtnHorizontalAxisFitData
     //
     this.kbtnHorizontalAxisFitData.Location    = new System.Drawing.Point(96, 102);
     this.kbtnHorizontalAxisFitData.Name        = "kbtnHorizontalAxisFitData";
     this.kbtnHorizontalAxisFitData.Size        = new System.Drawing.Size(100, 25);
     this.kbtnHorizontalAxisFitData.TabIndex    = 6;
     this.kbtnHorizontalAxisFitData.Values.Text = "Fit &Data";
     this.kbtnHorizontalAxisFitData.Click      += new System.EventHandler(this.kbtnHorizontalAxisFitData_Click);
     //
     // ktxtHorizontalAxisLowerLimit
     //
     this.ktxtHorizontalAxisLowerLimit.Hint     = "Lower limit...";
     this.ktxtHorizontalAxisLowerLimit.Location = new System.Drawing.Point(96, 73);
     this.ktxtHorizontalAxisLowerLimit.Name     = "ktxtHorizontalAxisLowerLimit";
     this.ktxtHorizontalAxisLowerLimit.Size     = new System.Drawing.Size(100, 23);
     this.ktxtHorizontalAxisLowerLimit.TabIndex = 5;
     //
     // kryptonLabel4
     //
     this.kryptonLabel4.Location    = new System.Drawing.Point(13, 73);
     this.kryptonLabel4.Name        = "kryptonLabel4";
     this.kryptonLabel4.Size        = new System.Drawing.Size(76, 20);
     this.kryptonLabel4.TabIndex    = 4;
     this.kryptonLabel4.Values.Text = "Lower Limit:";
     //
     // ktxtHorizontalAxisUpperLimit
     //
     this.ktxtHorizontalAxisUpperLimit.Hint     = "Upper limit...";
     this.ktxtHorizontalAxisUpperLimit.Location = new System.Drawing.Point(96, 44);
     this.ktxtHorizontalAxisUpperLimit.Name     = "ktxtHorizontalAxisUpperLimit";
     this.ktxtHorizontalAxisUpperLimit.Size     = new System.Drawing.Size(100, 23);
     this.ktxtHorizontalAxisUpperLimit.TabIndex = 3;
     //
     // kryptonLabel5
     //
     this.kryptonLabel5.Location    = new System.Drawing.Point(13, 44);
     this.kryptonLabel5.Name        = "kryptonLabel5";
     this.kryptonLabel5.Size        = new System.Drawing.Size(77, 20);
     this.kryptonLabel5.TabIndex    = 2;
     this.kryptonLabel5.Values.Text = "Upper Limit:";
     //
     // ktxtHorizontalAxisLabelText
     //
     this.ktxtHorizontalAxisLabelText.Hint     = "Label text...";
     this.ktxtHorizontalAxisLabelText.Location = new System.Drawing.Point(96, 15);
     this.ktxtHorizontalAxisLabelText.Name     = "ktxtHorizontalAxisLabelText";
     this.ktxtHorizontalAxisLabelText.Size     = new System.Drawing.Size(190, 23);
     this.ktxtHorizontalAxisLabelText.TabIndex = 1;
     //
     // kryptonLabel6
     //
     this.kryptonLabel6.Location    = new System.Drawing.Point(13, 15);
     this.kryptonLabel6.Name        = "kryptonLabel6";
     this.kryptonLabel6.Size        = new System.Drawing.Size(42, 20);
     this.kryptonLabel6.TabIndex    = 0;
     this.kryptonLabel6.Values.Text = "Label:";
     //
     // kryptonGroupBox3
     //
     this.kryptonGroupBox3.Location = new System.Drawing.Point(319, 12);
     this.kryptonGroupBox3.Name     = "kryptonGroupBox3";
     //
     // kryptonGroupBox3.Panel
     //
     this.kryptonGroupBox3.Panel.Controls.Add(this.kchkImageQualityLowWhileDragging);
     this.kryptonGroupBox3.Panel.Controls.Add(this.krbImageQualityHigh);
     this.kryptonGroupBox3.Panel.Controls.Add(this.krbImageQualityLow);
     this.kryptonGroupBox3.Size           = new System.Drawing.Size(355, 75);
     this.kryptonGroupBox3.TabIndex       = 4;
     this.kryptonGroupBox3.Values.Heading = "Image Quality";
     //
     // kryptonGroupBox4
     //
     this.kryptonGroupBox4.Location = new System.Drawing.Point(319, 93);
     this.kryptonGroupBox4.Name     = "kryptonGroupBox4";
     //
     // kryptonGroupBox4.Panel
     //
     this.kryptonGroupBox4.Panel.Controls.Add(this.kcmbColourStyle);
     this.kryptonGroupBox4.Size           = new System.Drawing.Size(355, 75);
     this.kryptonGroupBox4.TabIndex       = 5;
     this.kryptonGroupBox4.Values.Heading = "Colour Style";
     //
     // kryptonGroupBox5
     //
     this.kryptonGroupBox5.Location = new System.Drawing.Point(319, 174);
     this.kryptonGroupBox5.Name     = "kryptonGroupBox5";
     //
     // kryptonGroupBox5.Panel
     //
     this.kryptonGroupBox5.Panel.Controls.Add(this.kchkDisplayOnGraph);
     this.kryptonGroupBox5.Size           = new System.Drawing.Size(355, 75);
     this.kryptonGroupBox5.TabIndex       = 6;
     this.kryptonGroupBox5.Values.Heading = "Legend";
     //
     // kryptonGroupBox6
     //
     this.kryptonGroupBox6.Location = new System.Drawing.Point(319, 255);
     this.kryptonGroupBox6.Name     = "kryptonGroupBox6";
     //
     // kryptonGroupBox6.Panel
     //
     this.kryptonGroupBox6.Panel.Controls.Add(this.kchkGrid);
     this.kryptonGroupBox6.Panel.Controls.Add(this.kchkMultiplier);
     this.kryptonGroupBox6.Panel.Controls.Add(this.kchkOffset);
     this.kryptonGroupBox6.Size           = new System.Drawing.Size(355, 75);
     this.kryptonGroupBox6.TabIndex       = 7;
     this.kryptonGroupBox6.Values.Heading = "Tick Display";
     //
     // kryptonGroupBox7
     //
     this.kryptonGroupBox7.Location = new System.Drawing.Point(680, 12);
     this.kryptonGroupBox7.Name     = "kryptonGroupBox7";
     //
     // kryptonGroupBox7.Panel
     //
     this.kryptonGroupBox7.Panel.Controls.Add(this.klbPlotObjects);
     this.kryptonGroupBox7.Panel.Controls.Add(this.kryptonGroupBox9);
     this.kryptonGroupBox7.Panel.Controls.Add(this.kryptonGroupBox8);
     this.kryptonGroupBox7.Size           = new System.Drawing.Size(308, 442);
     this.kryptonGroupBox7.TabIndex       = 8;
     this.kryptonGroupBox7.Values.Heading = "Plottable Objects";
     //
     // kryptonGroupBox8
     //
     this.kryptonGroupBox8.Location = new System.Drawing.Point(12, 329);
     this.kryptonGroupBox8.Name     = "kryptonGroupBox8";
     //
     // kryptonGroupBox8.Panel
     //
     this.kryptonGroupBox8.Panel.Controls.Add(this.kbtnSaveCSV);
     this.kryptonGroupBox8.Panel.Controls.Add(this.kbtnCopyCSV);
     this.kryptonGroupBox8.Size           = new System.Drawing.Size(279, 75);
     this.kryptonGroupBox8.TabIndex       = 9;
     this.kryptonGroupBox8.Values.Heading = "Data Export";
     //
     // kryptonGroupBox9
     //
     this.kryptonGroupBox9.Location = new System.Drawing.Point(12, 248);
     this.kryptonGroupBox9.Name     = "kryptonGroupBox9";
     //
     // kryptonGroupBox9.Panel
     //
     this.kryptonGroupBox9.Panel.Controls.Add(this.ktxtLabelText);
     this.kryptonGroupBox9.Size           = new System.Drawing.Size(279, 75);
     this.kryptonGroupBox9.TabIndex       = 10;
     this.kryptonGroupBox9.Values.Heading = "Label";
     //
     // krbImageQualityLow
     //
     this.krbImageQualityLow.Location    = new System.Drawing.Point(14, 15);
     this.krbImageQualityLow.Name        = "krbImageQualityLow";
     this.krbImageQualityLow.Size        = new System.Drawing.Size(44, 20);
     this.krbImageQualityLow.TabIndex    = 0;
     this.krbImageQualityLow.Values.Text = "&Low";
     //
     // krbImageQualityHigh
     //
     this.krbImageQualityHigh.Location    = new System.Drawing.Point(64, 15);
     this.krbImageQualityHigh.Name        = "krbImageQualityHigh";
     this.krbImageQualityHigh.Size        = new System.Drawing.Size(49, 20);
     this.krbImageQualityHigh.TabIndex    = 1;
     this.krbImageQualityHigh.Values.Text = "Hi&gh";
     //
     // kchkImageQualityLowWhileDragging
     //
     this.kchkImageQualityLowWhileDragging.Location    = new System.Drawing.Point(119, 15);
     this.kchkImageQualityLowWhileDragging.Name        = "kchkImageQualityLowWhileDragging";
     this.kchkImageQualityLowWhileDragging.Size        = new System.Drawing.Size(130, 20);
     this.kchkImageQualityLowWhileDragging.TabIndex    = 2;
     this.kchkImageQualityLowWhileDragging.Values.Text = "&Low while dragging";
     //
     // kcmbColourStyle
     //
     this.kcmbColourStyle.DrawMode       = System.Windows.Forms.DrawMode.OwnerDrawVariable;
     this.kcmbColourStyle.DropDownStyle  = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.kcmbColourStyle.DropDownWidth  = 325;
     this.kcmbColourStyle.IntegralHeight = false;
     this.kcmbColourStyle.Location       = new System.Drawing.Point(14, 12);
     this.kcmbColourStyle.Name           = "kcmbColourStyle";
     this.kcmbColourStyle.Size           = new System.Drawing.Size(325, 21);
     this.kcmbColourStyle.StateCommon.ComboBox.Content.TextH = Krypton.Toolkit.PaletteRelativeAlign.Near;
     this.kcmbColourStyle.TabIndex = 0;
     //
     // kchkDisplayOnGraph
     //
     this.kchkDisplayOnGraph.Location    = new System.Drawing.Point(14, 14);
     this.kchkDisplayOnGraph.Name        = "kchkDisplayOnGraph";
     this.kchkDisplayOnGraph.Size        = new System.Drawing.Size(117, 20);
     this.kchkDisplayOnGraph.TabIndex    = 3;
     this.kchkDisplayOnGraph.Values.Text = "Di&splay on Graph";
     //
     // kchkOffset
     //
     this.kchkOffset.Location    = new System.Drawing.Point(14, 15);
     this.kchkOffset.Name        = "kchkOffset";
     this.kchkOffset.Size        = new System.Drawing.Size(56, 20);
     this.kchkOffset.TabIndex    = 3;
     this.kchkOffset.Values.Text = "Offs&et";
     //
     // kchkMultiplier
     //
     this.kchkMultiplier.Location    = new System.Drawing.Point(76, 15);
     this.kchkMultiplier.Name        = "kchkMultiplier";
     this.kchkMultiplier.Size        = new System.Drawing.Size(76, 20);
     this.kchkMultiplier.TabIndex    = 4;
     this.kchkMultiplier.Values.Text = "&Multiplier";
     //
     // kchkGrid
     //
     this.kchkGrid.Location    = new System.Drawing.Point(158, 15);
     this.kchkGrid.Name        = "kchkGrid";
     this.kchkGrid.Size        = new System.Drawing.Size(47, 20);
     this.kchkGrid.TabIndex    = 5;
     this.kchkGrid.Values.Text = "G&rid";
     //
     // kbtnTightenLayout
     //
     this.kbtnTightenLayout.Location    = new System.Drawing.Point(319, 336);
     this.kbtnTightenLayout.Name        = "kbtnTightenLayout";
     this.kbtnTightenLayout.Size        = new System.Drawing.Size(154, 25);
     this.kbtnTightenLayout.TabIndex    = 9;
     this.kbtnTightenLayout.Values.Text = "Ti&ghten Layout";
     this.kbtnTightenLayout.Click      += new System.EventHandler(this.kbtnTightenLayout_Click);
     //
     // klbPlotObjects
     //
     this.klbPlotObjects.Location              = new System.Drawing.Point(12, 15);
     this.klbPlotObjects.Name                  = "klbPlotObjects";
     this.klbPlotObjects.Size                  = new System.Drawing.Size(279, 227);
     this.klbPlotObjects.TabIndex              = 11;
     this.klbPlotObjects.SelectedIndexChanged += new System.EventHandler(this.klbPlotObjects_SelectedIndexChanged);
     //
     // ktxtLabelText
     //
     this.ktxtLabelText.Hint     = "Label text...";
     this.ktxtLabelText.Location = new System.Drawing.Point(12, 12);
     this.ktxtLabelText.Name     = "ktxtLabelText";
     this.ktxtLabelText.Size     = new System.Drawing.Size(249, 23);
     this.ktxtLabelText.TabIndex = 0;
     //
     // kbtnCopyCSV
     //
     this.kbtnCopyCSV.Location    = new System.Drawing.Point(12, 13);
     this.kbtnCopyCSV.Name        = "kbtnCopyCSV";
     this.kbtnCopyCSV.Size        = new System.Drawing.Size(90, 25);
     this.kbtnCopyCSV.TabIndex    = 0;
     this.kbtnCopyCSV.Values.Text = "C&opy CSV";
     this.kbtnCopyCSV.Click      += new System.EventHandler(this.kbtnCopyCSV_Click);
     //
     // kbtnSaveCSV
     //
     this.kbtnSaveCSV.Location    = new System.Drawing.Point(108, 13);
     this.kbtnSaveCSV.Name        = "kbtnSaveCSV";
     this.kbtnSaveCSV.Size        = new System.Drawing.Size(90, 25);
     this.kbtnSaveCSV.TabIndex    = 1;
     this.kbtnSaveCSV.Values.Text = "&Save CSV";
     this.kbtnSaveCSV.Click      += new System.EventHandler(this.kbtnSaveCSV_Click);
     //
     // SettingsWindow
     //
     this.ClientSize = new System.Drawing.Size(1000, 509);
     this.Controls.Add(this.panel1);
     this.Controls.Add(this.kryptonPanel2);
     this.Controls.Add(this.kryptonPanel1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Fixed3D;
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "SettingsWindow";
     this.ShowIcon        = false;
     this.ShowInTaskbar   = false;
     ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel1)).EndInit();
     this.kryptonPanel1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel2)).EndInit();
     this.kryptonPanel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.kryptonGroupBox1.Panel)).EndInit();
     this.kryptonGroupBox1.Panel.ResumeLayout(false);
     this.kryptonGroupBox1.Panel.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonGroupBox1)).EndInit();
     this.kryptonGroupBox1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.kryptonGroupBox2.Panel)).EndInit();
     this.kryptonGroupBox2.Panel.ResumeLayout(false);
     this.kryptonGroupBox2.Panel.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonGroupBox2)).EndInit();
     this.kryptonGroupBox2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.kryptonGroupBox3.Panel)).EndInit();
     this.kryptonGroupBox3.Panel.ResumeLayout(false);
     this.kryptonGroupBox3.Panel.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonGroupBox3)).EndInit();
     this.kryptonGroupBox3.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.kryptonGroupBox4.Panel)).EndInit();
     this.kryptonGroupBox4.Panel.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.kryptonGroupBox4)).EndInit();
     this.kryptonGroupBox4.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.kryptonGroupBox5.Panel)).EndInit();
     this.kryptonGroupBox5.Panel.ResumeLayout(false);
     this.kryptonGroupBox5.Panel.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonGroupBox5)).EndInit();
     this.kryptonGroupBox5.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.kryptonGroupBox6.Panel)).EndInit();
     this.kryptonGroupBox6.Panel.ResumeLayout(false);
     this.kryptonGroupBox6.Panel.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonGroupBox6)).EndInit();
     this.kryptonGroupBox6.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.kryptonGroupBox7.Panel)).EndInit();
     this.kryptonGroupBox7.Panel.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.kryptonGroupBox7)).EndInit();
     this.kryptonGroupBox7.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.kryptonGroupBox8.Panel)).EndInit();
     this.kryptonGroupBox8.Panel.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.kryptonGroupBox8)).EndInit();
     this.kryptonGroupBox8.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.kryptonGroupBox9.Panel)).EndInit();
     this.kryptonGroupBox9.Panel.ResumeLayout(false);
     this.kryptonGroupBox9.Panel.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonGroupBox9)).EndInit();
     this.kryptonGroupBox9.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.kcmbColourStyle)).EndInit();
     this.ResumeLayout(false);
 }
        public static void CircularPictureboxHiddenPropertiesLocation(KryptonGroupBox circularColourPreviewPane, CircularPictureBox baseColourPreview, CircularPictureBox darkColourPreview, CircularPictureBox middleColourPreview, CircularPictureBox lightColourPreview, CircularPictureBox lightestColourPreview, CircularPictureBox borderColourPreview, CircularPictureBox alternativeNormalTextColourPreview, CircularPictureBox normalTextColourPreview, CircularPictureBox disabledTextColourPreview, CircularPictureBox focusedTextColourPreview, CircularPictureBox pressedTextColourPreview, CircularPictureBox disabledColourPreview, CircularPictureBox linkNormalColourPreview, CircularPictureBox linkHoverColourPreview, CircularPictureBox linkVisitedColourPreview, CircularPictureBox customColourOne, CircularPictureBox customColourTwo, CircularPictureBox customColourThree, CircularPictureBox customColourFour, CircularPictureBox customColourFive, CircularPictureBox customTextColourOne, CircularPictureBox customTextColourTwo, CircularPictureBox customTextColourThree, CircularPictureBox customTextColourFour, CircularPictureBox customTextColourFive, CircularPictureBox menuTextColourPreview, CircularPictureBox statusTextColourPreview, CircularPictureBox extra1, CircularPictureBox extra2, CircularPictureBox extra3)
        {
            circularColourPreviewPane.Size = new Size(1212, 467);

            baseColourPreview.Location = new Point(19, 16);

            darkColourPreview.Location = new Point(111, 15);

            middleColourPreview.Location = new Point(203, 15);

            lightColourPreview.Location = new Point(295, 15);

            lightestColourPreview.Location = new Point(387, 15);

            borderColourPreview.Location = new Point(479, 15);

            alternativeNormalTextColourPreview.Location = new Point(571, 14);

            normalTextColourPreview.Location = new Point(663, 14);

            disabledTextColourPreview.Location = new Point(755, 16);

            focusedTextColourPreview.Location = new Point(847, 16);

            pressedTextColourPreview.Location = new Point(939, 15);

            disabledColourPreview.Location = new Point(1031, 16);

            linkNormalColourPreview.Location = new Point(1123, 15);

            linkHoverColourPreview.Location = new Point(19, 127);

            linkVisitedColourPreview.Location = new Point(111, 127);

            customColourOne.Location = new Point(203, 127);

            customColourTwo.Location = new Point(295, 127);

            customColourThree.Location = new Point(387, 127);

            customColourFour.Location = new Point(479, 127);

            customColourFive.Location = new Point(571, 127);

            customTextColourOne.Location = new Point(663, 127);

            customTextColourTwo.Location = new Point(755, 127);

            customTextColourThree.Location = new Point(847, 127);

            customTextColourFour.Location = new Point(939, 127);

            customTextColourFive.Location = new Point(1031, 127);

            menuTextColourPreview.Location = new Point(1123, 127);

            statusTextColourPreview.Location = new Point(19, 239);

            extra1.Location = new Point(111, 239);

            extra2.Location = new Point(203, 239);

            extra3.Location = new Point(295, 239);
        }
Esempio n. 20
0
 public KryptonGroupBoxProxy(KryptonGroupBox groupBox)
 {
     _groupBox = groupBox;
 }
        /// <summary>
        /// Factories the circular picturebox location.
        /// </summary>
        /// <param name="circularColourPreviewPane">The circular colour preview pane.</param>
        /// <param name="baseColourPreview">The base colour preview.</param>
        /// <param name="darkColourPreview">The dark colour preview.</param>
        /// <param name="middleColourPreview">The middle colour preview.</param>
        /// <param name="lightColourPreview">The light colour preview.</param>
        /// <param name="lightestColourPreview">The lightest colour preview.</param>
        /// <param name="borderColourPreview">The border colour preview.</param>
        /// <param name="alternativeNormalTextColourPreview">The alternative normal text colour preview.</param>
        /// <param name="normalTextColourPreview">The normal text colour preview.</param>
        /// <param name="disabledTextColourPreview">The disabled text colour preview.</param>
        /// <param name="focusedTextColourPreview">The focused text colour preview.</param>
        /// <param name="pressedTextColourPreview">The pressed text colour preview.</param>
        /// <param name="disabledColourPreview">The disabled colour preview.</param>
        /// <param name="linkNormalColourPreview">The link normal colour preview.</param>
        /// <param name="linkHoverColourPreview">The link hover colour preview.</param>
        /// <param name="linkVisitedColourPreview">The link visited colour preview.</param>
        /// <param name="customColourOne">The custom colour one.</param>
        /// <param name="customColourTwo">The custom colour two.</param>
        /// <param name="customColourThree">The custom colour three.</param>
        /// <param name="customColourFour">The custom colour four.</param>
        /// <param name="customColourFive">The custom colour five.</param>
        /// <param name="customTextColourOne">The custom text colour one.</param>
        /// <param name="customTextColourTwo">The custom text colour two.</param>
        /// <param name="customTextColourThree">The custom text colour three.</param>
        /// <param name="customTextColourFour">The custom text colour four.</param>
        /// <param name="customTextColourFive">The custom text colour five.</param>
        /// <param name="menuTextColourPreview">The menu text colour preview.</param>
        /// <param name="statusTextColourPreview">The status text colour preview.</param>
        /// <param name="extra1">The extra1.</param>
        /// <param name="extra2">The extra2.</param>
        /// <param name="extra3">The extra3.</param>
        public static void FactoryCircularPictureboxLocation(KryptonGroupBox circularColourPreviewPane, CircularPictureBox baseColourPreview, CircularPictureBox darkColourPreview, CircularPictureBox middleColourPreview, CircularPictureBox lightColourPreview, CircularPictureBox lightestColourPreview, CircularPictureBox borderColourPreview, CircularPictureBox alternativeNormalTextColourPreview, CircularPictureBox normalTextColourPreview, CircularPictureBox disabledTextColourPreview, CircularPictureBox focusedTextColourPreview, CircularPictureBox pressedTextColourPreview, CircularPictureBox disabledColourPreview, CircularPictureBox linkNormalColourPreview, CircularPictureBox linkHoverColourPreview, CircularPictureBox linkVisitedColourPreview, CircularPictureBox customColourOne, CircularPictureBox customColourTwo, CircularPictureBox customColourThree, CircularPictureBox customColourFour, CircularPictureBox customColourFive, CircularPictureBox customTextColourOne, CircularPictureBox customTextColourTwo, CircularPictureBox customTextColourThree, CircularPictureBox customTextColourFour, CircularPictureBox customTextColourFive, CircularPictureBox menuTextColourPreview, CircularPictureBox statusTextColourPreview, CircularPictureBox extra1, CircularPictureBox extra2, CircularPictureBox extra3)
        {
            circularColourPreviewPane.Size = new Size(708, 467);

            baseColourPreview.Location = new Point(21, 16);

            darkColourPreview.Location = new Point(107, 15);

            middleColourPreview.Location = new Point(193, 15);

            lightColourPreview.Location = new Point(279, 15);

            lightestColourPreview.Location = new Point(365, 15);

            borderColourPreview.Location = new Point(451, 15);

            alternativeNormalTextColourPreview.Location = new Point(537, 14);

            normalTextColourPreview.Location = new Point(623, 14);

            disabledTextColourPreview.Location = new Point(19, 127);

            focusedTextColourPreview.Location = new Point(107, 127);

            pressedTextColourPreview.Location = new Point(193, 127);

            disabledColourPreview.Location = new Point(279, 127);

            linkNormalColourPreview.Location = new Point(365, 129);

            linkHoverColourPreview.Location = new Point(451, 129);

            linkVisitedColourPreview.Location = new Point(537, 129);

            customColourOne.Location = new Point(623, 127);

            customColourTwo.Location = new Point(19, 238);

            customColourThree.Location = new Point(107, 238);

            customColourFour.Location = new Point(193, 238);

            customColourFive.Location = new Point(279, 238);

            customTextColourOne.Location = new Point(365, 238);

            customTextColourTwo.Location = new Point(451, 238);

            customTextColourThree.Location = new Point(537, 238);

            customTextColourFour.Location = new Point(623, 238);

            customTextColourFive.Location = new Point(19, 349);

            menuTextColourPreview.Location = new Point(107, 349);

            statusTextColourPreview.Location = new Point(193, 349);

            extra1.Location = new Point(279, 349);

            extra2.Location = new Point(365, 349);

            extra3.Location = new Point(451, 349);
        }
 /// <summary>
 /// Pictureboxes the hidden properties location.
 /// </summary>
 /// <param name="standardColourPreviewPane">The standard colour preview pane.</param>
 /// <param name="baseColourPreview">The base colour preview.</param>
 /// <param name="darkColourPreview">The dark colour preview.</param>
 /// <param name="middleColourPreview">The middle colour preview.</param>
 /// <param name="lightColourPreview">The light colour preview.</param>
 /// <param name="lightestColourPreview">The lightest colour preview.</param>
 /// <param name="borderColourPreview">The border colour preview.</param>
 /// <param name="alternativeNormalTextColourPreview">The alternative normal text colour preview.</param>
 /// <param name="normalTextColourPreview">The normal text colour preview.</param>
 /// <param name="disabledTextColourPreview">The disabled text colour preview.</param>
 /// <param name="focusedTextColourPreview">The focused text colour preview.</param>
 /// <param name="pressedTextColourPreview">The pressed text colour preview.</param>
 /// <param name="disabledColourPreview">The disabled colour preview.</param>
 /// <param name="linkNormalColourPreview">The link normal colour preview.</param>
 /// <param name="linkFocusedColourPreview">The link focused colour preview.</param>
 /// <param name="linkHoverColourPreview">The link hover colour preview.</param>
 /// <param name="linkVisitedColourPreview">The link visited colour preview.</param>
 /// <param name="customColourOne">The custom colour one.</param>
 /// <param name="customColourTwo">The custom colour two.</param>
 /// <param name="customColourThree">The custom colour three.</param>
 /// <param name="customColourFour">The custom colour four.</param>
 /// <param name="customColourFive">The custom colour five.</param>
 /// <param name="customTextColourOne">The custom text colour one.</param>
 /// <param name="customTextColourTwo">The custom text colour two.</param>
 /// <param name="customTextColourThree">The custom text colour three.</param>
 /// <param name="customTextColourFour">The custom text colour four.</param>
 /// <param name="customTextColourFive">The custom text colour five.</param>
 /// <param name="menuTextColourPreview">The menu text colour preview.</param>
 /// <param name="statusTextColourPreview">The status text colour preview.</param>
 public static void PictureboxHiddenPropertiesLocation(KryptonGroupBox standardColourPreviewPane, PictureBox baseColourPreview, PictureBox darkColourPreview, PictureBox middleColourPreview, PictureBox lightColourPreview, PictureBox lightestColourPreview, PictureBox borderColourPreview, PictureBox alternativeNormalTextColourPreview, PictureBox normalTextColourPreview, PictureBox disabledTextColourPreview, PictureBox focusedTextColourPreview, PictureBox pressedTextColourPreview, PictureBox disabledColourPreview, PictureBox linkNormalColourPreview, PictureBox linkFocusedColourPreview, PictureBox linkHoverColourPreview, PictureBox linkVisitedColourPreview, PictureBox customColourOne, PictureBox customColourTwo, PictureBox customColourThree, PictureBox customColourFour, PictureBox customColourFive, PictureBox customTextColourOne, PictureBox customTextColourTwo, PictureBox customTextColourThree, PictureBox customTextColourFour, PictureBox customTextColourFive, PictureBox menuTextColourPreview, PictureBox statusTextColourPreview, PictureBox ribbonTabTextColourPreview)
 {
     standardColourPreviewPane.Size = new Size(1189, 467);
 }
Esempio n. 23
0
 public KryptonGroupBoxProxy(KryptonGroupBox groupBox)
 {
     _groupBox = groupBox;
 }
Esempio n. 24
0
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(OptionsWindow));
     this.kMan                      = new ComponentFactory.Krypton.Toolkit.KryptonManager(this.components);
     this.kryptonPalette1           = new ComponentFactory.Krypton.Toolkit.KryptonPalette(this.components);
     this.kryptonPanel1             = new ComponentFactory.Krypton.Toolkit.KryptonPanel();
     this.kbtnCancel                = new ComponentFactory.Krypton.Toolkit.KryptonButton();
     this.ksbApply                  = new KryptonExtendedToolkit.ExtendedToolkit.Controls.KryptonUACElevatedButton();
     this.kryptonPanel2             = new ComponentFactory.Krypton.Toolkit.KryptonPanel();
     this.kryptonNavigator1         = new ComponentFactory.Krypton.Navigator.KryptonNavigator();
     this.kpGeneral                 = new ComponentFactory.Krypton.Navigator.KryptonPage();
     this.kpTheme                   = new ComponentFactory.Krypton.Navigator.KryptonPage();
     this.kryptonGroupBox1          = new ComponentFactory.Krypton.Toolkit.KryptonGroupBox();
     this.kbtnLoadTheme             = new ComponentFactory.Krypton.Toolkit.KryptonButton();
     this.kbtnCustomThemeFileBrowse = new ComponentFactory.Krypton.Toolkit.KryptonButton();
     this.ktxtCustomThemePath       = new ComponentFactory.Krypton.Toolkit.KryptonTextBox();
     this.klblCustomThemeFilePath   = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     this.kcbTheme                  = new ComponentFactory.Krypton.Toolkit.KryptonComboBox();
     this.kryptonLabel1             = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     this.panel1                    = new System.Windows.Forms.Panel();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel1)).BeginInit();
     this.kryptonPanel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel2)).BeginInit();
     this.kryptonPanel2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonNavigator1)).BeginInit();
     this.kryptonNavigator1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.kpGeneral)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.kpTheme)).BeginInit();
     this.kpTheme.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonGroupBox1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonGroupBox1.Panel)).BeginInit();
     this.kryptonGroupBox1.Panel.SuspendLayout();
     this.kryptonGroupBox1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.kcbTheme)).BeginInit();
     this.SuspendLayout();
     //
     // kMan
     //
     this.kMan.GlobalPaletteMode = ComponentFactory.Krypton.Toolkit.PaletteModeManager.Office2007Blue;
     //
     // kryptonPanel1
     //
     this.kryptonPanel1.Controls.Add(this.kbtnCancel);
     this.kryptonPanel1.Controls.Add(this.ksbApply);
     this.kryptonPanel1.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.kryptonPanel1.Location = new System.Drawing.Point(0, 797);
     this.kryptonPanel1.Name     = "kryptonPanel1";
     this.kryptonPanel1.Size     = new System.Drawing.Size(906, 55);
     this.kryptonPanel1.TabIndex = 0;
     //
     // kbtnCancel
     //
     this.kbtnCancel.AutoSize     = true;
     this.kbtnCancel.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     this.kbtnCancel.Location     = new System.Drawing.Point(757, 13);
     this.kbtnCancel.Name         = "kbtnCancel";
     this.kbtnCancel.Size         = new System.Drawing.Size(60, 30);
     this.kbtnCancel.StateCommon.Content.ShortText.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kbtnCancel.TabIndex    = 1;
     this.kbtnCancel.Values.Text = "Can&cel";
     //
     // ksbApply
     //
     this.ksbApply.AutoSize     = true;
     this.ksbApply.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     this.ksbApply.Enabled      = false;
     this.ksbApply.Location     = new System.Drawing.Point(823, 13);
     this.ksbApply.Name         = "ksbApply";
     this.ksbApply.Size         = new System.Drawing.Size(71, 30);
     this.ksbApply.StateCommon.Content.ShortText.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.ksbApply.TabIndex     = 0;
     this.ksbApply.Values.Image = ((System.Drawing.Image)(resources.GetObject("ksbApply.Values.Image")));
     this.ksbApply.Values.Text  = "&Apply";
     //
     // kryptonPanel2
     //
     this.kryptonPanel2.Controls.Add(this.kryptonNavigator1);
     this.kryptonPanel2.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.kryptonPanel2.Location = new System.Drawing.Point(0, 0);
     this.kryptonPanel2.Name     = "kryptonPanel2";
     this.kryptonPanel2.Size     = new System.Drawing.Size(906, 797);
     this.kryptonPanel2.TabIndex = 1;
     //
     // kryptonNavigator1
     //
     this.kryptonNavigator1.Button.CloseButtonAction = ComponentFactory.Krypton.Navigator.CloseButtonAction.None;
     this.kryptonNavigator1.Location = new System.Drawing.Point(12, 12);
     this.kryptonNavigator1.Name     = "kryptonNavigator1";
     this.kryptonNavigator1.Pages.AddRange(new ComponentFactory.Krypton.Navigator.KryptonPage[] {
         this.kpGeneral,
         this.kpTheme
     });
     this.kryptonNavigator1.SelectedIndex = 1;
     this.kryptonNavigator1.Size          = new System.Drawing.Size(882, 776);
     this.kryptonNavigator1.StateCommon.Tab.Content.ShortText.Font = new System.Drawing.Font("Segoe UI", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kryptonNavigator1.TabIndex = 0;
     this.kryptonNavigator1.Text     = "kryptonNavigator1";
     //
     // kpGeneral
     //
     this.kpGeneral.AutoHiddenSlideSize = new System.Drawing.Size(200, 200);
     this.kpGeneral.Flags          = 65534;
     this.kpGeneral.LastVisibleSet = true;
     this.kpGeneral.MinimumSize    = new System.Drawing.Size(50, 50);
     this.kpGeneral.Name           = "kpGeneral";
     this.kpGeneral.Size           = new System.Drawing.Size(880, 745);
     this.kpGeneral.Text           = "General";
     this.kpGeneral.ToolTipTitle   = "Page ToolTip";
     this.kpGeneral.UniqueName     = "8CF4DE8AD8A6433C038CBF6707BB28B6";
     //
     // kpTheme
     //
     this.kpTheme.AutoHiddenSlideSize = new System.Drawing.Size(200, 200);
     this.kpTheme.Controls.Add(this.kryptonGroupBox1);
     this.kpTheme.Flags          = 65534;
     this.kpTheme.LastVisibleSet = true;
     this.kpTheme.MinimumSize    = new System.Drawing.Size(50, 50);
     this.kpTheme.Name           = "kpTheme";
     this.kpTheme.Size           = new System.Drawing.Size(880, 745);
     this.kpTheme.Text           = "Theme";
     this.kpTheme.ToolTipTitle   = "Page ToolTip";
     this.kpTheme.UniqueName     = "A80439CDD42845E10BA62B98A827DD36";
     //
     // kryptonGroupBox1
     //
     this.kryptonGroupBox1.Location = new System.Drawing.Point(20, 16);
     this.kryptonGroupBox1.Name     = "kryptonGroupBox1";
     //
     // kryptonGroupBox1.Panel
     //
     this.kryptonGroupBox1.Panel.Controls.Add(this.kbtnLoadTheme);
     this.kryptonGroupBox1.Panel.Controls.Add(this.kbtnCustomThemeFileBrowse);
     this.kryptonGroupBox1.Panel.Controls.Add(this.ktxtCustomThemePath);
     this.kryptonGroupBox1.Panel.Controls.Add(this.klblCustomThemeFilePath);
     this.kryptonGroupBox1.Panel.Controls.Add(this.kcbTheme);
     this.kryptonGroupBox1.Panel.Controls.Add(this.kryptonLabel1);
     this.kryptonGroupBox1.Size = new System.Drawing.Size(840, 169);
     this.kryptonGroupBox1.StateCommon.Content.ShortText.Font = new System.Drawing.Font("Segoe UI", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kryptonGroupBox1.TabIndex       = 0;
     this.kryptonGroupBox1.Values.Heading = "Theme Selector";
     //
     // kbtnLoadTheme
     //
     this.kbtnLoadTheme.AutoSize     = true;
     this.kbtnLoadTheme.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     this.kbtnLoadTheme.Enabled      = false;
     this.kbtnLoadTheme.Location     = new System.Drawing.Point(668, 97);
     this.kbtnLoadTheme.Name         = "kbtnLoadTheme";
     this.kbtnLoadTheme.Size         = new System.Drawing.Size(152, 28);
     this.kbtnLoadTheme.StateCommon.Content.ShortText.Font = new System.Drawing.Font("Segoe UI", 11.25F);
     this.kbtnLoadTheme.TabIndex    = 5;
     this.kbtnLoadTheme.Values.Text = "&Load Custom Theme";
     //
     // kbtnCustomThemeFileBrowse
     //
     this.kbtnCustomThemeFileBrowse.AutoSize     = true;
     this.kbtnCustomThemeFileBrowse.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     this.kbtnCustomThemeFileBrowse.Enabled      = false;
     this.kbtnCustomThemeFileBrowse.Location     = new System.Drawing.Point(798, 53);
     this.kbtnCustomThemeFileBrowse.Name         = "kbtnCustomThemeFileBrowse";
     this.kbtnCustomThemeFileBrowse.Size         = new System.Drawing.Size(22, 28);
     this.kbtnCustomThemeFileBrowse.StateCommon.Content.ShortText.Font = new System.Drawing.Font("Segoe UI", 11.25F);
     this.kbtnCustomThemeFileBrowse.TabIndex    = 4;
     this.kbtnCustomThemeFileBrowse.Values.Text = ".&..";
     //
     // ktxtCustomThemePath
     //
     this.ktxtCustomThemePath.Enabled  = false;
     this.ktxtCustomThemePath.Location = new System.Drawing.Point(231, 54);
     this.ktxtCustomThemePath.Name     = "ktxtCustomThemePath";
     this.ktxtCustomThemePath.Size     = new System.Drawing.Size(561, 27);
     this.ktxtCustomThemePath.StateCommon.Content.Font = new System.Drawing.Font("Segoe UI", 11.25F);
     this.ktxtCustomThemePath.TabIndex = 3;
     //
     // klblCustomThemeFilePath
     //
     this.klblCustomThemeFilePath.Enabled  = false;
     this.klblCustomThemeFilePath.Location = new System.Drawing.Point(34, 55);
     this.klblCustomThemeFilePath.Name     = "klblCustomThemeFilePath";
     this.klblCustomThemeFilePath.Size     = new System.Drawing.Size(191, 24);
     this.klblCustomThemeFilePath.StateCommon.ShortText.Font = new System.Drawing.Font("Segoe UI", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.klblCustomThemeFilePath.TabIndex    = 2;
     this.klblCustomThemeFilePath.Values.Text = "Custom Theme File Path:";
     //
     // kcbTheme
     //
     this.kcbTheme.DropDownWidth = 182;
     this.kcbTheme.Location      = new System.Drawing.Point(124, 12);
     this.kcbTheme.Name          = "kcbTheme";
     this.kcbTheme.Size          = new System.Drawing.Size(182, 25);
     this.kcbTheme.StateCommon.ComboBox.Content.Font = new System.Drawing.Font("Segoe UI", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kcbTheme.TabIndex = 1;
     //
     // kryptonLabel1
     //
     this.kryptonLabel1.Location = new System.Drawing.Point(14, 13);
     this.kryptonLabel1.Name     = "kryptonLabel1";
     this.kryptonLabel1.Size     = new System.Drawing.Size(104, 24);
     this.kryptonLabel1.StateCommon.ShortText.Font = new System.Drawing.Font("Segoe UI", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kryptonLabel1.TabIndex    = 0;
     this.kryptonLabel1.Values.Text = "Theme Type:";
     //
     // panel1
     //
     this.panel1.BackColor = System.Drawing.SystemColors.ControlDarkDark;
     this.panel1.Dock      = System.Windows.Forms.DockStyle.Bottom;
     this.panel1.Location  = new System.Drawing.Point(0, 794);
     this.panel1.Name      = "panel1";
     this.panel1.Size      = new System.Drawing.Size(906, 3);
     this.panel1.TabIndex  = 2;
     //
     // OptionsWindow
     //
     this.ClientSize = new System.Drawing.Size(906, 852);
     this.Controls.Add(this.panel1);
     this.Controls.Add(this.kryptonPanel2);
     this.Controls.Add(this.kryptonPanel1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Fixed3D;
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "OptionsWindow";
     this.ShowInTaskbar   = false;
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text            = "Palette Explorer Options";
     this.Load           += new System.EventHandler(this.OptionsWindow_Load);
     ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel1)).EndInit();
     this.kryptonPanel1.ResumeLayout(false);
     this.kryptonPanel1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel2)).EndInit();
     this.kryptonPanel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.kryptonNavigator1)).EndInit();
     this.kryptonNavigator1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.kpGeneral)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.kpTheme)).EndInit();
     this.kpTheme.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.kryptonGroupBox1.Panel)).EndInit();
     this.kryptonGroupBox1.Panel.ResumeLayout(false);
     this.kryptonGroupBox1.Panel.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonGroupBox1)).EndInit();
     this.kryptonGroupBox1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.kcbTheme)).EndInit();
     this.ResumeLayout(false);
 }