Inheritance: ToolStrip
示例#1
1
        public StatusService(Form mainForm)
        {
            m_mainForm = mainForm;

            m_statusStrip = new StatusStrip();
            m_statusStrip.Name = "StatusBar";
            m_statusStrip.Dock = DockStyle.Bottom;
            // statusStrip items  are laid out horizontally and overflow as necessary.
            m_statusStrip.LayoutStyle = ToolStripLayoutStyle.HorizontalStackWithOverflow;
            m_statusStrip.ShowItemToolTips = false;

            // main status text
            m_mainPanel = new ToolStripStatusLabel();
            m_mainPanel.Width = 256;
            m_mainPanel.AutoSize = true;
            m_mainPanel.Spring = true;
            m_mainPanel.TextAlign = ContentAlignment.MiddleLeft;
            m_statusStrip.Items.Add(m_mainPanel);

            m_progressTimer = new Timer(
                progressCallback, this, Timeout.Infinite, ProgressInterval);

            m_progressDialog = new ThreadSafeProgressDialog(false, true);
            m_progressDialog.Cancelled += progressDialog_Cancelled;
        }
示例#2
0
	/// <summary>
	/// Конструктор класса
	/// </summary>
	/// <param name="statusBar">Объект который представляет из себя строку состояния</param>
	/// <param name="statusBarLabel">Текст отображаемый в строке состояния</param>
	/// <param name="parent">Родительская форма</param>
	public StatusBar(System.Windows.Forms.StatusStrip statusBar, ToolStripLabel statusBarLabel, BankLab parent)
	{
		CurrentStatusBar = statusBar;
		StatusBarLabel = statusBarLabel;
		Parent = parent;
		FindControlsOn(Parent);
	}
示例#3
0
 private void InitializeComponent()
 {
     this.sbMain = new System.Windows.Forms.StatusStrip();
     this.SuspendLayout();
     //
     // il
     //
     this.il.ColorDepth = System.Windows.Forms.ColorDepth.Depth24Bit;
     //
     // sbMain
     //
     this.sbMain.GripStyle = System.Windows.Forms.ToolStripGripStyle.Visible;
     this.sbMain.Location  = new System.Drawing.Point(0, 527);
     this.sbMain.Name      = "sbMain";
     this.sbMain.Size      = new System.Drawing.Size(550, 22);
     this.sbMain.TabIndex  = 3;
     this.sbMain.Text      = "statusStrip1";
     //
     // BaseMainForm
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 14);
     this.ClientSize        = new System.Drawing.Size(550, 549);
     this.Controls.Add(this.sbMain);
     this.Name = "BaseMainForm";
     this.Text = "BaseMainForm";
     this.ResumeLayout(false);
     this.PerformLayout();
 }
示例#4
0
        public WinFormStatusStripLogHnd(System.Windows.Forms.StatusStrip statusStrip, string NameStatusLabel)
        {
            Debug.Assert(statusStrip != null, "Dem Konstruktor von mko.Log.WinFormStatusStripLogHnd muss eine StatusText- Referenz übergeben werden");

            _stp       = statusStrip;
            statusText = (System.Windows.Forms.ToolStripLabel)_stp.Items.Find(NameStatusLabel, true)[0];
        }
示例#5
0
 /// <summary>
 /// Initialize a new instance of the ViewDrawForm class.
 /// </summary>
 /// <param name="paletteBack">Palette source for the background.</param>		
 /// <param name="paletteBorder">Palette source for the border.</param>
 public ViewDrawForm(IPaletteBack paletteBack,
                     IPaletteBorder paletteBorder)
     : base(paletteBack, paletteBorder)
 {
     // Create a status strip we can position for rendering
     _renderStrip = new StatusStrip();
 }
        /// <summary>
        /// The default constructor sets the base controls.
        /// </summary>
        protected Workspace()
        {
            // Graphical measures
            Graphics g = CreateGraphics();
            SizeF sizeString = g.MeasureString("ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz1234567890", Font);
            Data.HorizontalDLU = (sizeString.Width/62)/4;
            Data.VerticalDLU = sizeString.Height/8;
            g.Dispose();

            TsTradeControl = new ToolStrip();
            MainMenuStrip = new MenuStrip();
            PnlWorkspace = new Panel();
            StatusStrip = new StatusStrip();

            // Panel Workspace
            PnlWorkspace.Parent = this;
            PnlWorkspace.Dock = DockStyle.Fill;
            PnlWorkspace.Padding = new Padding(2);
            PnlWorkspace.AllowDrop = true;
            PnlWorkspace.DragEnter += Workspace_DragEnter;
            PnlWorkspace.DragDrop += WorkspaceDragDrop;

            // Tool Strip Trade control
            TsTradeControl.Parent = this;
            TsTradeControl.Dock = DockStyle.Top;

            // Main menu
            MainMenuStrip.Parent = this;
            MainMenuStrip.Dock = DockStyle.Top;

            // Status bar
            StatusStrip.Parent = this;
            StatusStrip.Dock = DockStyle.Bottom;
        }
        private void InitializeComponent()
        {
            this.m_statusStripMain = new System.Windows.Forms.StatusStrip();
            this.m_lblMainState    = new System.Windows.Forms.ToolStripStatusLabel();
            this.m_lblDateMessage  = new System.Windows.Forms.ToolStripStatusLabel();
            this.m_lblDescMessage  = new System.Windows.Forms.ToolStripStatusLabel();

            this.m_statusStripMain.SuspendLayout();

            //
            // m_statusStripMain
            //
            this.m_statusStripMain.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
                this.m_lblMainState,
                this.m_lblDateMessage,
                this.m_lblDescMessage
            });
            //this.m_statusStripMain.Location = new System.Drawing.Point(0, 762);
            this.m_statusStripMain.Name = "m_statusStripMain";
            //this.m_statusStripMain.Size = new System.Drawing.Size(982, 22);
            this.m_statusStripMain.TabIndex = 4;
            //
            // m_lblMainState
            //
            this.m_lblMainState.AutoSize    = false;
            this.m_lblMainState.BorderSides = ((System.Windows.Forms.ToolStripStatusLabelBorderSides)((((System.Windows.Forms.ToolStripStatusLabelBorderSides.Left | System.Windows.Forms.ToolStripStatusLabelBorderSides.Top)
                                                                                                        | System.Windows.Forms.ToolStripStatusLabelBorderSides.Right)
                                                                                                       | System.Windows.Forms.ToolStripStatusLabelBorderSides.Bottom)));
            this.m_lblMainState.BorderStyle = System.Windows.Forms.Border3DStyle.SunkenOuter;
            this.m_lblMainState.Font        = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
            //this.m_lblMainState.ForeColor = System.Drawing.Color.Red;
            this.m_lblMainState.Name = "m_lblMainState";
            //this.m_lblMainState.Size = new System.Drawing.Size(150, 17);
            //
            // m_lblDateMessage
            //
            this.m_lblDateMessage.AutoSize    = false;
            this.m_lblDateMessage.BorderSides = ((System.Windows.Forms.ToolStripStatusLabelBorderSides)((((System.Windows.Forms.ToolStripStatusLabelBorderSides.Left | System.Windows.Forms.ToolStripStatusLabelBorderSides.Top)
                                                                                                          | System.Windows.Forms.ToolStripStatusLabelBorderSides.Right)
                                                                                                         | System.Windows.Forms.ToolStripStatusLabelBorderSides.Bottom)));
            this.m_lblDateMessage.BorderStyle = System.Windows.Forms.Border3DStyle.SunkenOuter;
            this.m_lblDateMessage.Name        = "m_lblDateMessage";
            //this.m_lblDateMessage.Size = new System.Drawing.Size(150, 17);
            //
            // m_lblDescMessage
            //
            this.m_lblDescMessage.AutoSize    = false;
            this.m_lblDescMessage.BorderSides = ((System.Windows.Forms.ToolStripStatusLabelBorderSides)((((System.Windows.Forms.ToolStripStatusLabelBorderSides.Left | System.Windows.Forms.ToolStripStatusLabelBorderSides.Top)
                                                                                                          | System.Windows.Forms.ToolStripStatusLabelBorderSides.Right)
                                                                                                         | System.Windows.Forms.ToolStripStatusLabelBorderSides.Bottom)));
            this.m_lblDescMessage.BorderStyle = System.Windows.Forms.Border3DStyle.SunkenOuter;
            this.m_lblDescMessage.Name        = "m_lblDescMessage";
            //this.m_lblDescMessage.Size = new System.Drawing.Size(667, 17);
            this.m_lblDescMessage.Spring = true;

            this.Controls.Add(this.m_statusStripMain);

            this.m_statusStripMain.ResumeLayout(false);
            this.m_statusStripMain.PerformLayout();
        }
示例#8
0
 /// <summary>
 /// Конструктор
 /// </summary>
 public PictureCtrl(Size size, dGetBscanPart getBscanPart, StatusStrip statusBar, MarksManagerClass marksMgr, Action zoomCheck, List<string> ascansGps)
 {
     InitializeComponent();
     drawingInfo = new DrawingInfo();
     SetPictureCtrlProperties(size, getBscanPart, statusBar, marksMgr, zoomCheck, ascansGps);
     PictureCoords.Instance.RefreshPicCoords(Width, Height, _bscanLength, _maxAscanLength);
     ShiftPanelError();
 }
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            this.statusStrip = new System.Windows.Forms.StatusStrip();
            this.toolStripStatusLabel = new System.Windows.Forms.ToolStripStatusLabel();
            this.openFileDialog = new System.Windows.Forms.OpenFileDialog();
            this.welcomePage = new Microsoft.Tools.WindowsInstallerXml.Tools.ClickThrough.WelcomePage();
            this.statusStrip.SuspendLayout();
            this.SuspendLayout();
            // 
            // statusStrip
            // 
            this.statusStrip.BackColor = System.Drawing.SystemColors.GradientActiveCaption;
            this.statusStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.toolStripStatusLabel});
            this.statusStrip.Location = new System.Drawing.Point(0, 664);
            this.statusStrip.Name = "statusStrip";
            this.statusStrip.RenderMode = System.Windows.Forms.ToolStripRenderMode.Professional;
            this.statusStrip.Size = new System.Drawing.Size(812, 22);
            this.statusStrip.TabIndex = 1;
            // 
            // toolStripStatusLabel
            // 
            this.toolStripStatusLabel.BackColor = System.Drawing.SystemColors.GradientInactiveCaption;
            this.toolStripStatusLabel.Name = "toolStripStatusLabel";
            this.toolStripStatusLabel.Size = new System.Drawing.Size(0, 17);
            // 
            // openFileDialog
            // 
            this.openFileDialog.DefaultExt = "ctd";
            this.openFileDialog.Filter = "ClickThrough data (*.ctd)|*.ctd|All files (*.*)|*.*";
            // 
            // welcomePage
            // 
            this.welcomePage.AutoScroll = true;
            this.welcomePage.BackColor = System.Drawing.Color.Transparent;
            this.welcomePage.Dock = System.Windows.Forms.DockStyle.Fill;
            this.welcomePage.Location = new System.Drawing.Point(0, 0);
            this.welcomePage.Name = "welcomePage";
            this.welcomePage.Size = new System.Drawing.Size(812, 664);
            this.welcomePage.TabIndex = 2;
            // 
            // ClickThroughForm
            // 
            this.BackColor = System.Drawing.SystemColors.Window;
            this.ClientSize = new System.Drawing.Size(812, 686);
            this.Controls.Add(this.welcomePage);
            this.Controls.Add(this.statusStrip);
            this.MinimumSize = new System.Drawing.Size(420, 200);
            this.Name = "ClickThroughForm";
            this.Text = "WiX - ClickThrough UI";
            this.statusStrip.ResumeLayout(false);
            this.statusStrip.PerformLayout();
            this.ResumeLayout(false);
            this.PerformLayout();

        }
示例#10
0
        public StatusManager(WindowManager windowManager, StatusStrip statusStrip)
        {
            _windowManager = windowManager;
            _statusStrip = statusStrip;

            _leftLabel = new ToolStripStatusLabel();
            _leftLabel.Alignment = ToolStripItemAlignment.Right;

            _statusStrip.Items.Add(_leftLabel);
        }
示例#11
0
 private void InitializeComponent()
 {
     ComponentResourceManager resources = new ComponentResourceManager(typeof(RegistersForm));
     this.statusStrip1 = new StatusStrip();
     this.ssLblStatus = new ToolStripStatusLabel();
     this.panel1 = new Panel();
     this.registerTableControl1 = new RegisterTableControl();
     this.statusStrip1.SuspendLayout();
     this.panel1.SuspendLayout();
     base.SuspendLayout();
     this.statusStrip1.Items.AddRange(new ToolStripItem[] { this.ssLblStatus });
     this.statusStrip1.Location = new Point(0, 0xf4);
     this.statusStrip1.Name = "statusStrip1";
     this.statusStrip1.Size = new Size(0x124, 0x16);
     this.statusStrip1.TabIndex = 1;
     this.statusStrip1.Text = "statusStrip1";
     this.ssLblStatus.Name = "ssLblStatus";
     this.ssLblStatus.Size = new Size(11, 0x11);
     this.ssLblStatus.Text = "-";
     this.panel1.AutoSize = true;
     this.panel1.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     this.panel1.Controls.Add(this.registerTableControl1);
     this.panel1.Dock = DockStyle.Fill;
     this.panel1.Location = new Point(0, 0);
     this.panel1.Name = "panel1";
     this.panel1.Size = new Size(0x124, 0xf4);
     this.panel1.TabIndex = 0;
     this.registerTableControl1.AutoSize = true;
     this.registerTableControl1.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     this.registerTableControl1.Location = new Point(3, 3);
     this.registerTableControl1.Name = "registerTableControl1";
     this.registerTableControl1.Size = new Size(0xd0, 0x19);
     this.registerTableControl1.Split = 4;
     this.registerTableControl1.TabIndex = 0;
     base.AutoScaleDimensions = new SizeF(6f, 13f);
     base.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.AutoSize = true;
     base.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     base.ClientSize = new Size(0x124, 0x10a);
     base.Controls.Add(this.panel1);
     base.Controls.Add(this.statusStrip1);
     this.DoubleBuffered = true;
     base.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     base.Icon = (Icon) resources.GetObject("$this.Icon");
     base.KeyPreview = true;
     base.MaximizeBox = false;
     base.Name = "RegistersForm";
     this.Text = "SX1231 Registers display";
     this.statusStrip1.ResumeLayout(false);
     this.statusStrip1.PerformLayout();
     this.panel1.ResumeLayout(false);
     this.panel1.PerformLayout();
     base.ResumeLayout(false);
     base.PerformLayout();
 }
		public AutoHideStatusStripContainer(StatusStrip statusStrip): base(statusStrip)
		{
			statusStrip.AutoSize = false;
			statusStrip.MouseMove += StatusStripMouseMove;
			statusStrip.ItemAdded += delegate(object sender, ToolStripItemEventArgs e) {
				e.Item.MouseMove += StatusStripMouseMove;
			};
			foreach(ToolStripItem i in statusStrip.Items) {
				i.MouseMove += StatusStripMouseMove;
			}
		}
 public settings_form(main_form parent, StatusStrip status, MenuStrip menu)
 {
     InitializeComponent();
     this.parent = parent;
     this.status = status;
     this.menu = menu;
     theme.Items.AddRange(Enum.GetNames(typeof(colors)));
     theme.Items.RemoveAt(0);
     theme.SelectedIndex = settings.index;
     BackColor = settings.color;
 }
示例#14
0
        /// <summary>
        /// Constructor for the static class, it is called manually.
        /// </summary>
        /// <param name="statusBar">Object of the status bar.</param>
        /// <param name="statusLabel">Object of the status label.</param>
        /// <param name="lineLabel">Object of the line label.</param>
        /// <param name="columnLabel">Object of the line label.</param>
        public static void Construct(StatusStrip statusBar, ToolStripLabel statusLabel, ToolStripLabel lineLabel, ToolStripLabel columnLabel)
        {
            if (StatusManager.statusBar != null) // Prevent double construct.
            {
                return;
            }

            StatusManager.statusBar = statusBar;
            StatusManager.columnLabel = columnLabel;
            StatusManager.lineLabel = lineLabel;
            StatusManager.statusLabel = statusLabel;
        }
        /// <summary>
        /// 
        /// </summary>
        public override void SetApplicationStatusStrip(StatusStrip strip)
        {
            base.SetApplicationStatusStrip(strip);

            if (strip != null)
            {
                _statusStripOperator.Load(this, this.timerUI, Tracer, strip);
            }
            else
            {
                _statusStripOperator.UnLoad();
            }
        }
示例#16
0
                public override void MsdnNamePropertyTest()
                {
                        StatusStrip statusStrip = new StatusStrip();
                        AutomationElement child = GetAutomationElementFromControl(statusStrip);
                        Assert.AreEqual(statusStrip.Text,
                                child.GetCurrentPropertyValue(AutomationElementIdentifiers.NameProperty, true),
                                "NameProperty");

                        statusStrip.Text = "Unhappy statusStrip";
                        Assert.AreEqual(statusStrip.Text,
                                child.GetCurrentPropertyValue(AutomationElementIdentifiers.NameProperty, true),
                                "NameProperty");
                }
示例#17
0
		public void ProviderPatternTest ()
		{
			StatusStrip statusStrip = new StatusStrip ();
			IRawElementProviderSimple provider =
				ProviderFactory.GetProvider (statusStrip);

			object gridProvider =
				provider.GetPatternProvider (GridPatternIdentifiers.Pattern.Id);
			Assert.IsNotNull (gridProvider,
			                  "Not returning GridPatternIdentifiers.");
			Assert.IsTrue (gridProvider is IGridProvider,
			               "Not returning GridPatternIdentifiers.");
		}
        public WebBrowserTabPage(WebKitBrowser browserControl, bool goHome)
        {
            InitializeComponent();

            statusStrip = new StatusStrip();
            statusStrip.Name = "statusStrip";
            statusStrip.Visible = true;
            statusStrip.SizingGrip = false;

            container = new ToolStripContainer();
            container.Name = "container";
            container.Visible = true;
            container.Dock = DockStyle.Fill;

            statusLabel = new ToolStripLabel();
            statusLabel.Name = "statusLabel";
            statusLabel.Text = "Done";
            statusLabel.Visible = true;

            iconLabel = new ToolStripLabel();
            iconLabel.Name = "iconLabel";
            iconLabel.Text = "No Icon";
            iconLabel.Visible = true;

            statusStrip.Items.Add(statusLabel);
            statusStrip.Items.Add(iconLabel);

            container.BottomToolStripPanel.Controls.Add(statusStrip);

            // create webbrowser control
            browser = browserControl;
            browser.Visible = true;
            browser.Dock = DockStyle.Fill;
            browser.Name = "browser";
            container.ContentPanel.Controls.Add(browser);

            // context menu

            this.Controls.Add(container);
            this.Text = "<New Tab>";

            // events
            browser.DocumentTitleChanged += (s, e) => this.Text = browser.DocumentTitle;
            browser.Navigating += (s, e) => statusLabel.Text = "Loading...";
            browser.Navigated += (s, e) => { statusLabel.Text = "Downloading..."; };
            browser.DocumentCompleted += (s, e) => { statusLabel.Text = "Done"; };
            if (goHome)
                browser.Navigate("http://www.google.com");
            browser.ApplicationName = "WebKit.NET-test";
        }
示例#19
0
        public void OnImportsSatisfied()
        {
            statusStrip = new StatusStrip
                          {
                              ForeColor = Color.Blue
                          };

            // adding the status strip control
            Shell.Controls.Add(statusStrip);

            // adding one initial status panel to the status strip control
            defaultStatusPanel = new StatusPanel();
            Add(defaultStatusPanel);
        }
示例#20
0
 public Output()
 {
     // Infobox
     infoBox = new ListBox();
     infoBox.MinimumSize = new Size(0, 108);
     infoBox.MaximumSize = new Size(0, 108);
     infoBox.SetBounds(0, 183, 526, 172);
     // Statusbar
     statusStrip = new StatusStrip();
     statusLabel = new ToolStripStatusLabel("statusLabel");
     statusProzentBar = new ToolStripProgressBar();
     statusStrip.Items.Add(statusProzentBar);
     statusStrip.Items.Add(statusLabel);
 }
示例#21
0
        public Form1()
        {
            InitializeComponent();

            this.statusStrip2 = new System.Windows.Forms.StatusStrip();
            this.SuspendLayout();
            this.statusStrip2.Location = new System.Drawing.Point(0, 251);
            this.statusStrip2.Name     = "statusStrip2";
            this.statusStrip2.Size     = new System.Drawing.Size(292, 22);
            this.statusStrip2.TabIndex = 0;
            this.statusStrip2.Text     = "statusStrip2";
            this.Controls.Add(this.statusStrip2);

            this.PerformLayout();
        }
示例#22
0
        public StatusManager(StatusStrip strip, ToolStripStatusLabel label, ToolStripProgressBar progress)
        {
            this.strip = strip;
            this.label = label;
            this.progress = progress;

            label.Text = "Initializing...";
            watch = new Stopwatch();
            watch.Start();
            progress.Minimum = 0;
            progress.Step = 1;
            progress.Maximum = 1;

            messages = new Queue<string>();
        }
示例#23
0
        public void Update_All(System.Windows.Forms.StatusStrip aStatusStrip = null, System.Windows.Forms.ToolStripProgressBar aProgressBar = null)
        {
            Cursor OldCursor = Cursor.Current;

            Cursor.Current    = Cursors.WaitCursor;
            LblStartTime.Text = $"Current run started {DateTime.Now.ToString("MMM dd, yyyy hh:mm:ss")}";
            Update99s();
            MirrorTokenXRef();
            Load_From_eStore();
            Update_mediaid();
            Update_tokenxref();
            Update_salesdata();
            LblStartTime.Text = string.Empty;
            Cursor.Current    = OldCursor;
        }
示例#24
0
        internal WindowManager(MainForm form, DockPanel dockPanel, StatusStrip statusStrip, MenuStrip menuStrip)
        {
            _mainForm = form;

            _dockPanel = dockPanel;

            _statusManager = new StatusManager(this, statusStrip);
            _menuManager = new MenuManager(this, menuStrip);

            _logView = new LogView(this);
            _projectBrowser = new ProjectBrowser(this);
            _projectBrowser.OnFilesChanged += new EventHandler(_projectBrowser_OnFilesChanged);
            _favouritesBrowser = new FavouritesBrowser(this);
            _historyBrowser = new HistoryBrowser(this);
        }
示例#25
0
        public CtlTree()
        {
            this.StatusBar = new System.Windows.Forms.StatusStrip();
            this.stCount   = new System.Windows.Forms.ToolStripStatusLabel();
            this.stComment = new System.Windows.Forms.ToolStripStatusLabel();
            //
            // StatusBar
            //
            this.StatusBar.GripMargin = new System.Windows.Forms.Padding(0);
            this.StatusBar.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
                this.stCount,
                this.stComment
            });
            this.StatusBar.Location = new System.Drawing.Point(0, 314);
            this.StatusBar.Name     = "StatusBar";
            this.StatusBar.Size     = new System.Drawing.Size(309, 22);
            this.StatusBar.TabIndex = 2;
            this.StatusBar.Text     = "StatusBar";
            //
            // stCount
            //
            this.stCount.BackColor   = System.Drawing.Color.Transparent;
            this.stCount.BorderStyle = System.Windows.Forms.Border3DStyle.SunkenOuter;
            this.stCount.Name        = "stCount";
            this.stCount.Size        = new System.Drawing.Size(23, 17);
            this.stCount.Text        = "0/0";
            //
            // stComment
            //
            this.stComment.BackColor = System.Drawing.Color.Transparent;
            this.stComment.Name      = "stComment";
            this.stComment.Size      = new System.Drawing.Size(240, 17);
            this.stComment.Spring    = true;
            this.stComment.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.Controls.Add(this.StatusBar);

            this.AfterSelect         += new TreeViewEventHandler(CtlTree_AfterSelect);
            this.DoubleClick         += new EventHandler(CtlTree_DoubleClick);
            this.BorderStyle          = BorderStyle.None;
            this.FullRowSelect        = true;
            this.HideSelection        = false;
            this.ImageList            = new ImageList();
            this.ImageList.ColorDepth = ColorDepth.Depth32Bit;
            this.ImageList.Images.Add(global::BOF.Properties.Resources.Folder);
            this.ImageList.Images.Add(global::BOF.Properties.Resources.textdoc);
            SetStyle(ControlStyles.ResizeRedraw, true);
            SetStyle(ControlStyles.DoubleBuffer, true);
        }
示例#26
0
        public void addServerCollectionThread(ToolStripLabel toolStripLabel, ref StatusStrip SS, String file,
                                              Servers serversInstance, threads threadsInstance)
        {
            int maxthreads = 90;

            changeCurrThread(0, false);

            var r = new Regex(@"([0-9]+\.[0-9]+\.[0-9]+\.[0-9]+:[0-9]+)|([a-zA-Z][a-zA-Z0-9\-\.]+?:[0-9]+)");
            MatchCollection mc;
            try
            {
                mc = r.Matches(file);
            }
            catch
            {
                Controller.ToolStripText(toolStripLabel, ref SS, "Ready");
                return;
            }

            int count = 0;
            foreach (Match m in mc)
            {
            retry:
                if (killThreads)
                    break;

                if (currthreads > maxthreads)
                {
                    Thread.Sleep(100);
                    goto retry;
                }

                Controller.ToolStripText(toolStripLabel, ref SS,
                                         "Verifying/Adding Server:" + count.ToString() + "/" + mc.Count);
                KeyValuePair<String, String> coll = Server.getIpPort(m.ToString());

                changeCurrThread(1, true);
                var t = new Thread(() => addServerThread(coll.Key, int.Parse(coll.Value), serversInstance));
                t.Start();
                count++;
            }

            while (currthreads > 0)
            {
                Thread.Sleep(100);
            }
        }
示例#27
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.TweetPanel = new System.Windows.Forms.Panel();
     this.Stweetstatus = new System.Windows.Forms.StatusStrip();
     this.StatusText = new System.Windows.Forms.ToolStripStatusLabel();
     this.Stweetstatus.SuspendLayout();
     this.SuspendLayout();
     //
     // TweetPanel
     //
     this.TweetPanel.AutoScroll = true;
     this.TweetPanel.Location = new System.Drawing.Point(0, 0);
     this.TweetPanel.Size = new System.Drawing.Size(318, 553);
     this.TweetPanel.Name = "TweetPanel";
     this.TweetPanel.TabIndex = 0;
     //
     // Stweetstatus
     //
     this.Stweetstatus.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.StatusText});
     this.Stweetstatus.Dock = DockStyle.Bottom;
     this.Stweetstatus.Name = "Stweetstatus";
     this.Stweetstatus.Size = new System.Drawing.Size(318, 22);
     this.Stweetstatus.TabIndex = 1;
     //
     // StatusText
     //
     this.StatusText.Name = "StatusText";
     this.StatusText.Size = new System.Drawing.Size(0, 17);
     //
     // TweetWin
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor = System.Drawing.SystemColors.Control;
     this.ClientSize = new System.Drawing.Size(318, 575);
     this.Controls.Add(this.Stweetstatus);
     this.Controls.Add(this.TweetPanel);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
     this.Name = "TweetWin";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Stweetstatus.ResumeLayout(false);
     this.Stweetstatus.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
示例#28
0
		public void IGridProviderRowCountTest ()
		{
			StatusStrip statusStrip = new StatusStrip ();
			IRawElementProviderSimple provider =
				ProviderFactory.GetProvider (statusStrip);

			IGridProvider gridProvider = (IGridProvider)
				provider.GetPatternProvider (GridPatternIdentifiers.Pattern.Id);
			Assert.IsNotNull (gridProvider,
			                  "Not returning GridPatternIdentifiers.");
			
			int index = 0, elements = 10;
			for (; index < elements; ++index)
				statusStrip.Items.Add (string.Format ("Item: {0}", index));
			int value = 1;
			Assert.AreEqual (value, gridProvider.RowCount, "RowCount value");
		}
示例#29
0
 public void SetStatusStripInfo(System.Windows.Forms.StatusStrip stsStrip)
 {
     stsStrip.Items[0].Text  = string.Format("当前用户:{0}", UserInfo.LoginName);
     stsStrip.Items[0].Width = 200;
     stsStrip.Items[1].Text  = string.Format("当前时间:{0:yyyy-MM-dd HH:mm:ss}", GetDbDateTime.GetSystemDateTime());
     stsStrip.Items[1].Width = 200;
     stsStrip.Items[2].Text  = string.Format("当前主机名与IP:{0}", NetHelper.GetHostName() + "(" + NetHelper.GetIPAddress() + ")");
     stsStrip.Items[2].Width = 200;
     stsStrip.Items[3].Text  = string.Format("餐段:{0}", "中餐"); //CurrentSystemInfo.WorkShift.Name);
     stsStrip.Items[3].Width = 200;
     stsStrip.Items[4].Text  = string.Format("餐牌:{0}", CurrentSystemInfo.RestaurantType.Name);
     stsStrip.Items[4].Width = 200;
     stsStrip.Items[5].Text  = string.Format("销售点:{0}", CurrentSystemInfo.SalesPoint.Name);
     stsStrip.Items[5].Width = 200;
     stsStrip.Items[6].Text  = string.Format("版权所有:{0}", "CC");
     stsStrip.Items[6].Width = 200;
 }
示例#30
0
        public void OnImportsSatisfied()
        {
            statusStrip = new StatusStrip();

            statusStrip.Location = new Point(0, 285);
            statusStrip.Name = "statusStrip1";
            statusStrip.Size = new Size(508, 22);
            statusStrip.TabIndex = 0;
            statusStrip.Text = String.Empty;

            //adding the status strip control
            Shell.Controls.Add(this.statusStrip);

            //adding one initial status panel to the status strip control
            defaultStatusPanel = new StatusPanel();
            this.Add(defaultStatusPanel);
        }
示例#31
0
		public void Constructor ()
		{
			StatusStrip ts = new StatusStrip ();

			Assert.AreEqual (false, ts.CanOverflow, "A1");
			Assert.AreEqual (new Rectangle (1, 0, 185, 22), ts.DisplayRectangle, "A2");
			Assert.AreEqual (DockStyle.Bottom, ts.Dock, "A3");
			Assert.AreEqual (ToolStripGripStyle.Hidden, ts.GripStyle, "A4");
			Assert.AreEqual (ToolStripLayoutStyle.Table, ts.LayoutStyle, "A5");
			Assert.AreEqual (new Padding (1, 0, 14, 0), ts.Padding, "A6");
			Assert.AreEqual (false, ts.ShowItemToolTips, "A7");
			Assert.AreEqual (new Rectangle (188, 0, 12, 22), ts.SizeGripBounds, "A8");
			Assert.AreEqual (true, ts.SizingGrip, "A9");
			Assert.AreEqual (true, ts.Stretch, "A10");
			Assert.AreEqual (ToolStripRenderMode.System, ts.RenderMode, "A11");
			
			Assert.AreEqual ("System.Windows.Forms.StatusStrip+StatusStripAccessibleObject", ts.AccessibilityObject.GetType ().ToString ());
		}
 public AutoHideStatusStripContainer(StatusStrip statusStrip)
     : base(statusStrip)
 {
     ToolStripItemEventHandler handler = null;
     statusStrip.AutoSize = false;
     statusStrip.MouseMove += new MouseEventHandler(this.StatusStripMouseMove);
     if (handler == null)
     {
         handler = delegate (object sender, ToolStripItemEventArgs e) {
             e.Item.MouseMove += new MouseEventHandler(this.StatusStripMouseMove);
         };
     }
     statusStrip.ItemAdded += handler;
     foreach (ToolStripItem item in statusStrip.Items)
     {
         item.MouseMove += new MouseEventHandler(this.StatusStripMouseMove);
     }
 }
示例#33
0
 public Output(Form myForm)
 {
     // Infobox
     infoBox = new ListBox();
     infoBox.MinimumSize = new Size(0, 108);
     infoBox.MaximumSize = new Size(0, 108);
     infoBox.SetBounds(0, 215, 526, 172);
     //infoBox.Anchor = AnchorStyles.Bottom;
     // Statusbar
     statusStrip = new StatusStrip();
     statusLabel = new ToolStripStatusLabel("statusLabel");
     statusProzentBar = new ToolStripProgressBar();
     statusStrip.Items.Add(statusProzentBar);
     statusStrip.Items.Add(statusLabel);
     //Form
     myForm.Controls.Add(infoBox);
     myForm.Controls.Add(statusStrip);
 }
示例#34
0
        public static void MasterServerAdd(ToolStripLabel toolStripLabel, StatusStrip SS, Servers serversInstance,
                                           threads threadsInstance)
        {
            //we need to increase the 15th byte to change the region
            byte[] gs = Protocol.Protocol.cod4getservers;
            for (int region = 0; region < 6; region++)
            {
                ToolStripText(toolStripLabel, ref SS, "Adding region:" + region + "/6");
                byte[] rec =
                    Networking.SendUDPPacketGetBlockingResponse(
                        NetExtras.HostnameToIP(Protocol.Protocol.MasterServer), 20810, gs);
                gs[15]++;

                ExtractServers(serversInstance, threadsInstance, rec);
            }

            ToolStripText(toolStripLabel, ref SS, "Ready");
        }
示例#35
0
        	public void BasicPropertiesTest ()
        	{
            		StatusStrip statusStrip = new StatusStrip ();
            		IRawElementProviderSimple provider =
				ProviderFactory.GetProvider (statusStrip);

			TestProperty (provider,
			              AutomationElementIdentifiers.ControlTypeProperty,
			              ControlType.StatusBar.Id);

			TestProperty (provider,
			              AutomationElementIdentifiers.LocalizedControlTypeProperty,
			              "status bar");
			
			TestProperty (provider,
			              AutomationElementIdentifiers.LabeledByProperty,
			              null);
		}
示例#36
0
 public static Form CreateForm(GViewer gviewer) {
     GViewer=gviewer;
     var form = new Form();
     form.SuspendLayout();
     form.Controls.Add(gviewer);
     gviewer.Dock = DockStyle.Fill;
     gviewer.SendToBack();
     form.StartPosition = FormStartPosition.CenterScreen;
     form.Size = new System.Drawing.Size(Screen.PrimaryScreen.WorkingArea.Width,
                       Screen.PrimaryScreen.WorkingArea.Height);
     var statusStrip = new StatusStrip();
     var toolStribLbl = new ToolStripStatusLabel("test");
     statusStrip.Items.Add(toolStribLbl);
     form.Controls.Add(statusStrip);
     form.MainMenuStrip = GetMainMenuStrip();
     form.Controls.Add(form.MainMenuStrip);
     form.ResumeLayout();
     form.Load += form_Load;
     return form;
 }
		public void BehaviorFindToolStrip ()
		{
			// Default stuff
			Assert.AreEqual (null, ToolStripManager.FindToolStrip (string.Empty), "A1");
			Assert.AreEqual (null, ToolStripManager.FindToolStrip ("MyStrip"), "A2");
			
			ToolStrip ts = new ToolStrip ();
			ts.Name = "MyStrip";

			// Basic operation
			Assert.AreSame (ts, ToolStripManager.FindToolStrip ("MyStrip"), "A3");
			
			// Dispose removes them
			ts.Dispose ();
			Assert.AreEqual (null, ToolStripManager.FindToolStrip ("MyStrip"), "A4");
			
			ts = new ToolStrip ();
			ts.Name = "MyStrip1";
			MenuStrip ms = new MenuStrip ();
			ms.Name = "MyStrip2";

			// Basic operation
			Assert.AreSame (ts, ToolStripManager.FindToolStrip ("MyStrip1"), "A5");
			Assert.AreSame (ms, ToolStripManager.FindToolStrip ("MyStrip2"), "A6");
		
			// Find unnamed strip
			StatusStrip ss = new StatusStrip ();
			Assert.AreEqual (ss, ToolStripManager.FindToolStrip (string.Empty), "A7");
			
			// Always return first unnamed strip
			ContextMenuStrip cms = new ContextMenuStrip ();
			Assert.AreEqual (ss, ToolStripManager.FindToolStrip (string.Empty), "A8");
			
			// Remove first unnamed strip, returns second one
			ss.Dispose ();
			Assert.AreEqual (cms, ToolStripManager.FindToolStrip (string.Empty), "A9");
			
			// ContextMenuStrips are included
			cms.Name = "Context";
			Assert.AreEqual (cms, ToolStripManager.FindToolStrip ("Context"), "A10");
		}
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainWindow));
     this.kryptonPanel1        = new ComponentFactory.Krypton.Toolkit.KryptonPanel();
     this.kbtnClose            = new ComponentFactory.Krypton.Toolkit.KryptonButton();
     this.statusStrip1         = new System.Windows.Forms.StatusStrip();
     this.kryptonPalette1      = new ComponentFactory.Krypton.Toolkit.KryptonPalette(this.components);
     this.kryptonPanelTop      = new ComponentFactory.Krypton.Toolkit.KryptonPanel();
     this.labelKryptonExplorer = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     this.pictureBoxRight      = new System.Windows.Forms.PictureBox();
     this.panel1            = new System.Windows.Forms.Panel();
     this.kryptonPanel2     = new ComponentFactory.Krypton.Toolkit.KryptonPanel();
     this.kryptonNavigator1 = new ComponentFactory.Krypton.Navigator.KryptonNavigator();
     this.kryptonPage1      = new ComponentFactory.Krypton.Navigator.KryptonPage();
     this.kryptonPage2      = new ComponentFactory.Krypton.Navigator.KryptonPage();
     this.kryptonPage3      = new ComponentFactory.Krypton.Navigator.KryptonPage();
     this.kryptonPage4      = new ComponentFactory.Krypton.Navigator.KryptonPage();
     this.kryptonPage5      = new ComponentFactory.Krypton.Navigator.KryptonPage();
     this.kryptonPage6      = new ComponentFactory.Krypton.Navigator.KryptonPage();
     this.kryptonPage7      = new ComponentFactory.Krypton.Navigator.KryptonPage();
     this.kryptonPage8      = new ComponentFactory.Krypton.Navigator.KryptonPage();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel1)).BeginInit();
     this.kryptonPanel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonPanelTop)).BeginInit();
     this.kryptonPanelTop.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBoxRight)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel2)).BeginInit();
     this.kryptonPanel2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonNavigator1)).BeginInit();
     this.kryptonNavigator1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonPage1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonPage2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonPage3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonPage4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonPage5)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonPage6)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonPage7)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonPage8)).BeginInit();
     this.SuspendLayout();
     //
     // kryptonPanel1
     //
     this.kryptonPanel1.Controls.Add(this.kbtnClose);
     this.kryptonPanel1.Controls.Add(this.statusStrip1);
     this.kryptonPanel1.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.kryptonPanel1.Location = new System.Drawing.Point(0, 492);
     this.kryptonPanel1.Name     = "kryptonPanel1";
     this.kryptonPanel1.Size     = new System.Drawing.Size(717, 65);
     this.kryptonPanel1.TabIndex = 0;
     //
     // kbtnClose
     //
     this.kbtnClose.AutoSize = true;
     this.kbtnClose.Location = new System.Drawing.Point(615, 8);
     this.kbtnClose.Name     = "kbtnClose";
     this.kbtnClose.Size     = new System.Drawing.Size(90, 30);
     this.kbtnClose.StateCommon.Content.ShortText.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kbtnClose.TabIndex    = 1;
     this.kbtnClose.Values.Text = "Clos&e";
     this.kbtnClose.Click      += new System.EventHandler(this.kbtnClose_Click);
     //
     // statusStrip1
     //
     this.statusStrip1.Font       = new System.Drawing.Font("Segoe UI", 9F);
     this.statusStrip1.Location   = new System.Drawing.Point(0, 43);
     this.statusStrip1.Name       = "statusStrip1";
     this.statusStrip1.RenderMode = System.Windows.Forms.ToolStripRenderMode.ManagerRenderMode;
     this.statusStrip1.Size       = new System.Drawing.Size(717, 22);
     this.statusStrip1.TabIndex   = 0;
     this.statusStrip1.Text       = "statusStrip1";
     //
     // kryptonPalette1
     //
     this.kryptonPalette1.CustomisedKryptonPaletteFilePath = null;
     //
     // kryptonPanelTop
     //
     this.kryptonPanelTop.Controls.Add(this.labelKryptonExplorer);
     this.kryptonPanelTop.Controls.Add(this.pictureBoxRight);
     this.kryptonPanelTop.Dock           = System.Windows.Forms.DockStyle.Top;
     this.kryptonPanelTop.Location       = new System.Drawing.Point(0, 0);
     this.kryptonPanelTop.Name           = "kryptonPanelTop";
     this.kryptonPanelTop.PanelBackStyle = ComponentFactory.Krypton.Toolkit.PaletteBackStyle.ControlClient;
     this.kryptonPanelTop.Size           = new System.Drawing.Size(717, 90);
     this.kryptonPanelTop.TabIndex       = 2;
     //
     // labelKryptonExplorer
     //
     this.labelKryptonExplorer.LabelStyle = ComponentFactory.Krypton.Toolkit.LabelStyle.TitleControl;
     this.labelKryptonExplorer.Location   = new System.Drawing.Point(17, 54);
     this.labelKryptonExplorer.Name       = "labelKryptonExplorer";
     this.labelKryptonExplorer.Size       = new System.Drawing.Size(450, 28);
     this.labelKryptonExplorer.StateCommon.ShortText.Font = new System.Drawing.Font("Verdana", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.labelKryptonExplorer.StateCommon.ShortText.Hint = ComponentFactory.Krypton.Toolkit.PaletteTextHint.AntiAlias;
     this.labelKryptonExplorer.TabIndex         = 0;
     this.labelKryptonExplorer.Values.ExtraText = "Built for .Net 4.7";
     this.labelKryptonExplorer.Values.Text      = "Krypton Extended Toolkit 5.450";
     //
     // pictureBoxRight
     //
     this.pictureBoxRight.BackColor             = System.Drawing.SystemColors.Window;
     this.pictureBoxRight.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.pictureBoxRight.Dock     = System.Windows.Forms.DockStyle.Right;
     this.pictureBoxRight.Image    = global::DemoHub.Properties.Resources.KR_64__x_64_Orange;
     this.pictureBoxRight.Location = new System.Drawing.Point(610, 0);
     this.pictureBoxRight.Name     = "pictureBoxRight";
     this.pictureBoxRight.Size     = new System.Drawing.Size(107, 90);
     this.pictureBoxRight.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage;
     this.pictureBoxRight.TabIndex = 0;
     this.pictureBoxRight.TabStop  = false;
     //
     // panel1
     //
     this.panel1.BackColor = System.Drawing.SystemColors.ControlDarkDark;
     this.panel1.Dock      = System.Windows.Forms.DockStyle.Bottom;
     this.panel1.Location  = new System.Drawing.Point(0, 489);
     this.panel1.Name      = "panel1";
     this.panel1.Size      = new System.Drawing.Size(717, 3);
     this.panel1.TabIndex  = 3;
     //
     // kryptonPanel2
     //
     this.kryptonPanel2.Controls.Add(this.kryptonNavigator1);
     this.kryptonPanel2.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.kryptonPanel2.Location = new System.Drawing.Point(0, 90);
     this.kryptonPanel2.Name     = "kryptonPanel2";
     this.kryptonPanel2.Size     = new System.Drawing.Size(717, 399);
     this.kryptonPanel2.TabIndex = 4;
     //
     // kryptonNavigator1
     //
     this.kryptonNavigator1.Bar.BarOrientation        = ComponentFactory.Krypton.Toolkit.VisualOrientation.Left;
     this.kryptonNavigator1.Bar.CheckButtonStyle      = ComponentFactory.Krypton.Toolkit.ButtonStyle.LowProfile;
     this.kryptonNavigator1.Bar.ItemOrientation       = ComponentFactory.Krypton.Toolkit.ButtonOrientation.FixedTop;
     this.kryptonNavigator1.Bar.TabBorderStyle        = ComponentFactory.Krypton.Toolkit.TabBorderStyle.OneNote;
     this.kryptonNavigator1.Button.ButtonDisplayLogic = ComponentFactory.Krypton.Navigator.ButtonDisplayLogic.None;
     this.kryptonNavigator1.Button.CloseButtonDisplay = ComponentFactory.Krypton.Navigator.ButtonDisplay.Hide;
     this.kryptonNavigator1.Dock          = System.Windows.Forms.DockStyle.Fill;
     this.kryptonNavigator1.Location      = new System.Drawing.Point(0, 0);
     this.kryptonNavigator1.Name          = "kryptonNavigator1";
     this.kryptonNavigator1.NavigatorMode = ComponentFactory.Krypton.Navigator.NavigatorMode.BarCheckButtonGroupOutside;
     this.kryptonNavigator1.PageBackStyle = ComponentFactory.Krypton.Toolkit.PaletteBackStyle.PanelClient;
     this.kryptonNavigator1.Pages.AddRange(new ComponentFactory.Krypton.Navigator.KryptonPage[] {
         this.kryptonPage1,
         this.kryptonPage2,
         this.kryptonPage3,
         this.kryptonPage4,
         this.kryptonPage5,
         this.kryptonPage6,
         this.kryptonPage7,
         this.kryptonPage8
     });
     this.kryptonNavigator1.SelectedIndex = 7;
     this.kryptonNavigator1.Size          = new System.Drawing.Size(717, 399);
     this.kryptonNavigator1.StateCommon.Bar.BarPaddingOutside              = new System.Windows.Forms.Padding(0, 0, 0, 10);
     this.kryptonNavigator1.StateCommon.Bar.CheckButtonGap                 = 5;
     this.kryptonNavigator1.StateCommon.CheckButton.Content.Image.ImageH   = ComponentFactory.Krypton.Toolkit.PaletteRelativeAlign.Center;
     this.kryptonNavigator1.StateCommon.CheckButton.Content.Image.ImageV   = ComponentFactory.Krypton.Toolkit.PaletteRelativeAlign.Near;
     this.kryptonNavigator1.StateCommon.CheckButton.Content.ShortText.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kryptonNavigator1.TabIndex = 0;
     this.kryptonNavigator1.Text     = "kryptonNavigator1";
     //
     // kryptonPage1
     //
     this.kryptonPage1.AutoHiddenSlideSize = new System.Drawing.Size(200, 200);
     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(588, 397);
     this.kryptonPage1.Text           = "Core";
     this.kryptonPage1.ToolTipTitle   = "Page ToolTip";
     this.kryptonPage1.UniqueName     = "b9322797412b486e88d7bf8056aa67da";
     //
     // kryptonPage2
     //
     this.kryptonPage2.AutoHiddenSlideSize = new System.Drawing.Size(200, 200);
     this.kryptonPage2.Flags          = 65534;
     this.kryptonPage2.LastVisibleSet = true;
     this.kryptonPage2.MinimumSize    = new System.Drawing.Size(50, 50);
     this.kryptonPage2.Name           = "kryptonPage2";
     this.kryptonPage2.Size           = new System.Drawing.Size(588, 397);
     this.kryptonPage2.Text           = "Dialogs";
     this.kryptonPage2.ToolTipTitle   = "Page ToolTip";
     this.kryptonPage2.UniqueName     = "419c8ea99da44619b29354043d29a999";
     //
     // kryptonPage3
     //
     this.kryptonPage3.AutoHiddenSlideSize = new System.Drawing.Size(200, 200);
     this.kryptonPage3.Flags          = 65534;
     this.kryptonPage3.LastVisibleSet = true;
     this.kryptonPage3.MinimumSize    = new System.Drawing.Size(50, 50);
     this.kryptonPage3.Name           = "kryptonPage3";
     this.kryptonPage3.Size           = new System.Drawing.Size(588, 397);
     this.kryptonPage3.Text           = "Outlook Grid";
     this.kryptonPage3.ToolTipTitle   = "Page ToolTip";
     this.kryptonPage3.UniqueName     = "29a07ed70c75409780c8cbb247c483d9";
     //
     // kryptonPage4
     //
     this.kryptonPage4.AutoHiddenSlideSize = new System.Drawing.Size(200, 200);
     this.kryptonPage4.Flags          = 65534;
     this.kryptonPage4.LastVisibleSet = true;
     this.kryptonPage4.MinimumSize    = new System.Drawing.Size(50, 50);
     this.kryptonPage4.Name           = "kryptonPage4";
     this.kryptonPage4.Size           = new System.Drawing.Size(588, 397);
     this.kryptonPage4.Text           = "Wizard";
     this.kryptonPage4.ToolTipTitle   = "Page ToolTip";
     this.kryptonPage4.UniqueName     = "21d61935efe54482972abc8ee8a3d62c";
     //
     // kryptonPage5
     //
     this.kryptonPage5.AutoHiddenSlideSize = new System.Drawing.Size(200, 200);
     this.kryptonPage5.Flags          = 65534;
     this.kryptonPage5.LastVisibleSet = true;
     this.kryptonPage5.MinimumSize    = new System.Drawing.Size(50, 50);
     this.kryptonPage5.Name           = "kryptonPage5";
     this.kryptonPage5.Size           = new System.Drawing.Size(588, 397);
     this.kryptonPage5.Text           = "Toolbars";
     this.kryptonPage5.ToolTipTitle   = "Page ToolTip";
     this.kryptonPage5.UniqueName     = "665508ede045476292cb5b6d650b24f2";
     //
     // kryptonPage6
     //
     this.kryptonPage6.AutoHiddenSlideSize = new System.Drawing.Size(200, 200);
     this.kryptonPage6.Flags          = 65534;
     this.kryptonPage6.LastVisibleSet = true;
     this.kryptonPage6.MinimumSize    = new System.Drawing.Size(50, 50);
     this.kryptonPage6.Name           = "kryptonPage6";
     this.kryptonPage6.Size           = new System.Drawing.Size(574, 397);
     this.kryptonPage6.Text           = "Colour Controls";
     this.kryptonPage6.ToolTipTitle   = "Page ToolTip";
     this.kryptonPage6.UniqueName     = "e53b1a35a58d49c0b013515a397f1d61";
     //
     // kryptonPage7
     //
     this.kryptonPage7.AutoHiddenSlideSize = new System.Drawing.Size(200, 200);
     this.kryptonPage7.Flags          = 65534;
     this.kryptonPage7.LastVisibleSet = true;
     this.kryptonPage7.MinimumSize    = new System.Drawing.Size(50, 50);
     this.kryptonPage7.Name           = "kryptonPage7";
     this.kryptonPage7.Size           = new System.Drawing.Size(574, 397);
     this.kryptonPage7.Text           = "IO Components";
     this.kryptonPage7.ToolTipTitle   = "Page ToolTip";
     this.kryptonPage7.UniqueName     = "86ccf13d73434c508a943edabc5065ed";
     //
     // kryptonPage8
     //
     this.kryptonPage8.AutoHiddenSlideSize = new System.Drawing.Size(200, 200);
     this.kryptonPage8.Flags          = 65534;
     this.kryptonPage8.LastVisibleSet = true;
     this.kryptonPage8.MinimumSize    = new System.Drawing.Size(50, 50);
     this.kryptonPage8.Name           = "kryptonPage8";
     this.kryptonPage8.Size           = new System.Drawing.Size(574, 397);
     this.kryptonPage8.Text           = "Toolkit Controls";
     this.kryptonPage8.ToolTipTitle   = "Page ToolTip";
     this.kryptonPage8.UniqueName     = "f02391499eb944a28eafec15d7a573bd";
     //
     // MainWindow
     //
     this.ClientSize = new System.Drawing.Size(717, 557);
     this.Controls.Add(this.kryptonPanel2);
     this.Controls.Add(this.panel1);
     this.Controls.Add(this.kryptonPanelTop);
     this.Controls.Add(this.kryptonPanel1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Fixed3D;
     this.Icon            = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "MainWindow";
     this.ShowIcon        = false;
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "Krypton Extended Toolkit Demo Hub";
     ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel1)).EndInit();
     this.kryptonPanel1.ResumeLayout(false);
     this.kryptonPanel1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonPanelTop)).EndInit();
     this.kryptonPanelTop.ResumeLayout(false);
     this.kryptonPanelTop.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBoxRight)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel2)).EndInit();
     this.kryptonPanel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.kryptonNavigator1)).EndInit();
     this.kryptonNavigator1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.kryptonPage1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonPage2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonPage3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonPage4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonPage5)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonPage6)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonPage7)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonPage8)).EndInit();
     this.ResumeLayout(false);
 }
示例#39
0
 private void InitializeComponent()
 {
     this.kryptonPanel1        = new ComponentFactory.Krypton.Toolkit.KryptonPanel();
     this.scEdit               = new ScintillaNET.Scintilla();
     this.kryptonPanel2        = new ComponentFactory.Krypton.Toolkit.KryptonPanel();
     this.kbtnCreate           = new ComponentFactory.Krypton.Toolkit.KryptonButton();
     this.kbtnOpen             = new ComponentFactory.Krypton.Toolkit.KryptonButton();
     this.kbtnSaveFile         = new ComponentFactory.Krypton.Toolkit.KryptonButton();
     this.kbtnOk               = new ComponentFactory.Krypton.Toolkit.KryptonButton();
     this.kbtnCancel           = new ComponentFactory.Krypton.Toolkit.KryptonButton();
     this.statusStrip1         = new System.Windows.Forms.StatusStrip();
     this.tslCurrentStatus     = new System.Windows.Forms.ToolStripStatusLabel();
     this.ksbZoomLevel         = new ExtendedControls.ExtendedToolkit.Controls.KryptonControls.ToolbarItems.KryptonSliderBar();
     this.tsslCurrentZoomLevel = new System.Windows.Forms.ToolStripStatusLabel();
     this.pnlSplitter          = new System.Windows.Forms.Panel();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel1)).BeginInit();
     this.kryptonPanel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel2)).BeginInit();
     this.kryptonPanel2.SuspendLayout();
     this.statusStrip1.SuspendLayout();
     this.SuspendLayout();
     //
     // kryptonPanel1
     //
     this.kryptonPanel1.Controls.Add(this.scEdit);
     this.kryptonPanel1.Dock     = System.Windows.Forms.DockStyle.Top;
     this.kryptonPanel1.Location = new System.Drawing.Point(0, 0);
     this.kryptonPanel1.Name     = "kryptonPanel1";
     this.kryptonPanel1.Size     = new System.Drawing.Size(870, 729);
     this.kryptonPanel1.TabIndex = 0;
     //
     // scEdit
     //
     this.scEdit.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                 | System.Windows.Forms.AnchorStyles.Left)
                                                                | System.Windows.Forms.AnchorStyles.Right)));
     this.scEdit.Lexer        = ScintillaNET.Lexer.Xml;
     this.scEdit.Location     = new System.Drawing.Point(12, 12);
     this.scEdit.Name         = "scEdit";
     this.scEdit.Size         = new System.Drawing.Size(846, 697);
     this.scEdit.TabIndex     = 0;
     this.scEdit.Technology   = ScintillaNET.Technology.DirectWrite;
     this.scEdit.TextChanged += new System.EventHandler(this.scEdit_TextChanged);
     //
     // kryptonPanel2
     //
     this.kryptonPanel2.Controls.Add(this.kbtnCreate);
     this.kryptonPanel2.Controls.Add(this.kbtnOpen);
     this.kryptonPanel2.Controls.Add(this.kbtnSaveFile);
     this.kryptonPanel2.Controls.Add(this.kbtnOk);
     this.kryptonPanel2.Controls.Add(this.kbtnCancel);
     this.kryptonPanel2.Controls.Add(this.statusStrip1);
     this.kryptonPanel2.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.kryptonPanel2.Location = new System.Drawing.Point(0, 732);
     this.kryptonPanel2.Name     = "kryptonPanel2";
     this.kryptonPanel2.Size     = new System.Drawing.Size(870, 71);
     this.kryptonPanel2.TabIndex = 1;
     //
     // kbtnCreate
     //
     this.kbtnCreate.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.kbtnCreate.Location = new System.Drawing.Point(258, 8);
     this.kbtnCreate.Name     = "kbtnCreate";
     this.kbtnCreate.Size     = new System.Drawing.Size(155, 29);
     this.kbtnCreate.StateCommon.Content.LongText.Font  = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kbtnCreate.StateCommon.Content.ShortText.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kbtnCreate.TabIndex    = 19;
     this.kbtnCreate.Values.Text = "C&reate New File...";
     this.kbtnCreate.Click      += new System.EventHandler(this.kbtnCreate_Click);
     //
     // kbtnOpen
     //
     this.kbtnOpen.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.kbtnOpen.Location = new System.Drawing.Point(12, 8);
     this.kbtnOpen.Name     = "kbtnOpen";
     this.kbtnOpen.Size     = new System.Drawing.Size(117, 29);
     this.kbtnOpen.StateCommon.Content.LongText.Font  = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kbtnOpen.StateCommon.Content.ShortText.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kbtnOpen.TabIndex    = 18;
     this.kbtnOpen.Values.Text = "&Open";
     this.kbtnOpen.Click      += new System.EventHandler(this.kbtnOpen_Click);
     //
     // kbtnSaveFile
     //
     this.kbtnSaveFile.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.kbtnSaveFile.Enabled  = false;
     this.kbtnSaveFile.Location = new System.Drawing.Point(135, 8);
     this.kbtnSaveFile.Name     = "kbtnSaveFile";
     this.kbtnSaveFile.Size     = new System.Drawing.Size(117, 29);
     this.kbtnSaveFile.StateCommon.Content.LongText.Font  = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kbtnSaveFile.StateCommon.Content.ShortText.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kbtnSaveFile.TabIndex    = 17;
     this.kbtnSaveFile.Values.Text = "S&ave File...";
     this.kbtnSaveFile.Click      += new System.EventHandler(this.kbtnSaveFile_Click);
     //
     // kbtnOk
     //
     this.kbtnOk.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.kbtnOk.DialogResult = System.Windows.Forms.DialogResult.OK;
     this.kbtnOk.Location     = new System.Drawing.Point(618, 8);
     this.kbtnOk.Name         = "kbtnOk";
     this.kbtnOk.Size         = new System.Drawing.Size(117, 29);
     this.kbtnOk.StateCommon.Content.LongText.Font  = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kbtnOk.StateCommon.Content.ShortText.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kbtnOk.TabIndex    = 16;
     this.kbtnOk.Values.Text = "O&k";
     this.kbtnOk.Click      += new System.EventHandler(this.kbtnOk_Click);
     //
     // 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(741, 8);
     this.kbtnCancel.Name         = "kbtnCancel";
     this.kbtnCancel.Size         = new System.Drawing.Size(117, 29);
     this.kbtnCancel.StateCommon.Content.LongText.Font  = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     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    = 15;
     this.kbtnCancel.Values.Text = "&Cancel";
     this.kbtnCancel.Click      += new System.EventHandler(this.kbtnCancel_Click);
     //
     // statusStrip1
     //
     this.statusStrip1.Font = new System.Drawing.Font("Segoe UI", 9F);
     this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.tslCurrentStatus,
         this.ksbZoomLevel,
         this.tsslCurrentZoomLevel
     });
     this.statusStrip1.Location   = new System.Drawing.Point(0, 48);
     this.statusStrip1.Name       = "statusStrip1";
     this.statusStrip1.RenderMode = System.Windows.Forms.ToolStripRenderMode.ManagerRenderMode;
     this.statusStrip1.Size       = new System.Drawing.Size(870, 23);
     this.statusStrip1.TabIndex   = 0;
     this.statusStrip1.Text       = "statusStrip1";
     //
     // tslCurrentStatus
     //
     this.tslCurrentStatus.Name      = "tslCurrentStatus";
     this.tslCurrentStatus.Size      = new System.Drawing.Size(715, 18);
     this.tslCurrentStatus.Spring    = true;
     this.tslCurrentStatus.Text      = "Ready";
     this.tslCurrentStatus.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // ksbZoomLevel
     //
     this.ksbZoomLevel.BackColor     = System.Drawing.Color.Transparent;
     this.ksbZoomLevel.Font          = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.ksbZoomLevel.Name          = "ksbZoomLevel";
     this.ksbZoomLevel.Size          = new System.Drawing.Size(140, 21);
     this.ksbZoomLevel.Steps         = 2;
     this.ksbZoomLevel.Text          = "kryptonSliderBar1";
     this.ksbZoomLevel.TrackerSize   = new System.Drawing.Size(140, 21);
     this.ksbZoomLevel.ValueChanged += new ExtendedControls.ExtendedToolkit.Controls.KryptonControls.ToolbarItems.KryptonSliderBar.ValueChangedEventHandler(this.ksbZoomLevel_ValueChanged);
     //
     // tsslCurrentZoomLevel
     //
     this.tsslCurrentZoomLevel.Name = "tsslCurrentZoomLevel";
     this.tsslCurrentZoomLevel.Size = new System.Drawing.Size(0, 18);
     //
     // pnlSplitter
     //
     this.pnlSplitter.BackColor = System.Drawing.SystemColors.ControlDarkDark;
     this.pnlSplitter.Dock      = System.Windows.Forms.DockStyle.Fill;
     this.pnlSplitter.Location  = new System.Drawing.Point(0, 729);
     this.pnlSplitter.Name      = "pnlSplitter";
     this.pnlSplitter.Size      = new System.Drawing.Size(870, 3);
     this.pnlSplitter.TabIndex  = 2;
     //
     // PaletteFileEditor
     //
     this.ClientSize = new System.Drawing.Size(870, 803);
     this.Controls.Add(this.pnlSplitter);
     this.Controls.Add(this.kryptonPanel2);
     this.Controls.Add(this.kryptonPanel1);
     this.Name  = "PaletteFileEditor";
     this.Load += new System.EventHandler(this.PaletteFileEditor_Load);
     ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel1)).EndInit();
     this.kryptonPanel1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel2)).EndInit();
     this.kryptonPanel2.ResumeLayout(false);
     this.kryptonPanel2.PerformLayout();
     this.statusStrip1.ResumeLayout(false);
     this.statusStrip1.PerformLayout();
     this.ResumeLayout(false);
 }
 /// <summary>
 ///  Required method for Designer support - do not modify
 ///  the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.Windows.Forms.MenuStrip         menuStrip1;
     System.Windows.Forms.ToolStripMenuItem toolStripMenuItem1;
     System.Windows.Forms.StatusStrip       statusStrip1;
     System.Windows.Forms.GroupBox          groupBox1;
     this._lstControls  = new System.Windows.Forms.ListBox();
     this._ctrlSplitter = new System.Windows.Forms.SplitContainer();
     this._panContent   = new System.Windows.Forms.GroupBox();
     menuStrip1         = new System.Windows.Forms.MenuStrip();
     toolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
     statusStrip1       = new System.Windows.Forms.StatusStrip();
     groupBox1          = new System.Windows.Forms.GroupBox();
     menuStrip1.SuspendLayout();
     groupBox1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this._ctrlSplitter)).BeginInit();
     this._ctrlSplitter.Panel1.SuspendLayout();
     this._ctrlSplitter.Panel2.SuspendLayout();
     this._ctrlSplitter.SuspendLayout();
     this.SuspendLayout();
     //
     // menuStrip1
     //
     menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         toolStripMenuItem1
     });
     menuStrip1.Location = new System.Drawing.Point(0, 0);
     menuStrip1.Name     = "menuStrip1";
     menuStrip1.Size     = new System.Drawing.Size(800, 24);
     menuStrip1.TabIndex = 0;
     menuStrip1.Text     = "menuStrip1";
     //
     // toolStripMenuItem1
     //
     toolStripMenuItem1.Name = "toolStripMenuItem1";
     toolStripMenuItem1.Size = new System.Drawing.Size(37, 20);
     toolStripMenuItem1.Text = "File";
     //
     // statusStrip1
     //
     statusStrip1.Location = new System.Drawing.Point(0, 428);
     statusStrip1.Name     = "statusStrip1";
     statusStrip1.Size     = new System.Drawing.Size(800, 22);
     statusStrip1.TabIndex = 1;
     statusStrip1.Text     = "statusStrip1";
     //
     // groupBox1
     //
     groupBox1.Controls.Add(this._lstControls);
     groupBox1.Dock     = System.Windows.Forms.DockStyle.Fill;
     groupBox1.Location = new System.Drawing.Point(0, 0);
     groupBox1.Name     = "groupBox1";
     groupBox1.Size     = new System.Drawing.Size(266, 404);
     groupBox1.TabIndex = 1;
     groupBox1.TabStop  = false;
     groupBox1.Text     = "Xaml Controls";
     //
     // _lstControls
     //
     this._lstControls.Dock = System.Windows.Forms.DockStyle.Fill;
     this._lstControls.FormattingEnabled = true;
     this._lstControls.ItemHeight        = 15;
     this._lstControls.Location          = new System.Drawing.Point(3, 19);
     this._lstControls.Name                  = "_lstControls";
     this._lstControls.Size                  = new System.Drawing.Size(260, 382);
     this._lstControls.TabIndex              = 0;
     this._lstControls.SelectedIndexChanged += new System.EventHandler(this.OnLstControls_SelectedIndexChanged);
     //
     // _ctrlSplitter
     //
     this._ctrlSplitter.Dock       = System.Windows.Forms.DockStyle.Fill;
     this._ctrlSplitter.FixedPanel = System.Windows.Forms.FixedPanel.Panel1;
     this._ctrlSplitter.Location   = new System.Drawing.Point(0, 24);
     this._ctrlSplitter.Name       = "_ctrlSplitter";
     //
     // _ctrlSplitter.Panel1
     //
     this._ctrlSplitter.Panel1.Controls.Add(groupBox1);
     //
     // _ctrlSplitter.Panel2
     //
     this._ctrlSplitter.Panel2.Controls.Add(this._panContent);
     this._ctrlSplitter.Size             = new System.Drawing.Size(800, 404);
     this._ctrlSplitter.SplitterDistance = 266;
     this._ctrlSplitter.TabIndex         = 2;
     this._ctrlSplitter.Text             = "splitContainer1";
     //
     // _panContent
     //
     this._panContent.Dock     = System.Windows.Forms.DockStyle.Fill;
     this._panContent.Location = new System.Drawing.Point(0, 0);
     this._panContent.Name     = "_panContent";
     this._panContent.Size     = new System.Drawing.Size(530, 404);
     this._panContent.TabIndex = 0;
     this._panContent.Text     = "-";
     //
     // MainWindow
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(800, 450);
     this.Controls.Add(this._ctrlSplitter);
     this.Controls.Add(statusStrip1);
     this.Controls.Add(menuStrip1);
     this.MainMenuStrip = menuStrip1;
     this.Name          = "MainWindow";
     this.Text          = "XamlIslands with Windows.Forms";
     this.AutoScaleMode = AutoScaleMode.Dpi;
     menuStrip1.ResumeLayout(false);
     menuStrip1.PerformLayout();
     groupBox1.ResumeLayout(false);
     this._ctrlSplitter.Panel1.ResumeLayout(false);
     this._ctrlSplitter.Panel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this._ctrlSplitter)).EndInit();
     this._ctrlSplitter.ResumeLayout(false);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ObjectValidation));
     this.label2                  = new System.Windows.Forms.Label();
     this.ddDatabaseList          = new System.Windows.Forms.ComboBox();
     this.statusBar1              = new System.Windows.Forms.StatusStrip();
     this.statStatus              = new System.Windows.Forms.ToolStripStatusLabel();
     this.btnValidate             = new System.Windows.Forms.Button();
     this.lstResults              = new System.Windows.Forms.ListView();
     this.columnHeader1           = new System.Windows.Forms.ColumnHeader();
     this.columnHeader2           = new System.Windows.Forms.ColumnHeader();
     this.columnHeader3           = new System.Windows.Forms.ColumnHeader();
     this.columnHeader4           = new System.Windows.Forms.ColumnHeader();
     this.contextMenu1            = new System.Windows.Forms.ContextMenuStrip();
     this.mnuCopy                 = new System.Windows.Forms.ToolStripMenuItem();
     this.mnuCopyInvalid          = new System.Windows.Forms.ToolStripMenuItem();
     this.menuItem2               = new System.Windows.Forms.ToolStripMenuItem();
     this.mnuViewObjectScript     = new System.Windows.Forms.ToolStripMenuItem();
     this.pnlWarning              = new System.Windows.Forms.Panel();
     this.label1                  = new System.Windows.Forms.Label();
     this.pictureBox1             = new System.Windows.Forms.PictureBox();
     this.bgworker                = new System.ComponentModel.BackgroundWorker();
     this.btnCancel               = new System.Windows.Forms.Button();
     this.menuStrip1              = new System.Windows.Forms.MenuStrip();
     this.actionToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.changeSqlServerConnectionToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.settingsControl1   = new SqlSync.SettingsControl();
     this.toolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
     this.pnlWarning.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
     this.menuStrip1.SuspendLayout();
     this.SuspendLayout();
     //
     // label2
     //
     this.label2.Font     = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label2.Location = new System.Drawing.Point(12, 93);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(112, 16);
     this.label2.TabIndex = 19;
     this.label2.Text     = "Select Database:";
     //
     // ddDatabaseList
     //
     this.ddDatabaseList.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.ddDatabaseList.Location      = new System.Drawing.Point(13, 112);
     this.ddDatabaseList.Name          = "ddDatabaseList";
     this.ddDatabaseList.Size          = new System.Drawing.Size(176, 21);
     this.ddDatabaseList.TabIndex      = 18;
     //
     // statusBar1
     //
     this.statusBar1.Location = new System.Drawing.Point(0, 427);
     this.statusBar1.Name     = "statusBar1";
     this.statusBar1.Items.AddRange(new System.Windows.Forms.ToolStripStatusLabel[] {
         this.statStatus
     });
     //this.statusBar1.ShowPanels = true;
     this.statusBar1.Size     = new System.Drawing.Size(910, 22);
     this.statusBar1.TabIndex = 21;
     this.statusBar1.Text     = "statusBar1";
     //
     // statStatus
     //
     this.statStatus.AutoSize = true;
     this.statStatus.Spring   = true;
     this.statStatus.Name     = "statStatus";
     this.statStatus.Text     = "Ready";
     this.statStatus.Width    = 893;
     //
     // btnValidate
     //
     this.btnValidate.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.btnValidate.Location  = new System.Drawing.Point(201, 111);
     this.btnValidate.Name      = "btnValidate";
     this.btnValidate.Size      = new System.Drawing.Size(112, 23);
     this.btnValidate.TabIndex  = 23;
     this.btnValidate.Text      = "Validate Objects";
     this.btnValidate.Click    += new System.EventHandler(this.btnValidate_Click);
     //
     // lstResults
     //
     this.lstResults.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                     | System.Windows.Forms.AnchorStyles.Left)
                                                                    | System.Windows.Forms.AnchorStyles.Right)));
     this.lstResults.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.columnHeader1,
         this.columnHeader2,
         this.columnHeader3,
         this.columnHeader4
     });
     this.lstResults.ContextMenuStrip = this.contextMenu1;
     this.lstResults.FullRowSelect    = true;
     this.lstResults.GridLines        = true;
     this.lstResults.Location         = new System.Drawing.Point(8, 141);
     this.lstResults.Name             = "lstResults";
     this.lstResults.Size             = new System.Drawing.Size(886, 280);
     this.lstResults.TabIndex         = 24;
     this.lstResults.UseCompatibleStateImageBehavior = false;
     this.lstResults.View         = System.Windows.Forms.View.Details;
     this.lstResults.ColumnClick += new System.Windows.Forms.ColumnClickEventHandler(this.lstResults_ColumnClick);
     //
     // columnHeader1
     //
     this.columnHeader1.Text  = "Object Name";
     this.columnHeader1.Width = 303;
     //
     // columnHeader2
     //
     this.columnHeader2.Text  = "Type";
     this.columnHeader2.Width = 43;
     //
     // columnHeader3
     //
     this.columnHeader3.Text  = "Results";
     this.columnHeader3.Width = 407;
     //
     // columnHeader4
     //
     this.columnHeader4.Text  = "Status Type";
     this.columnHeader4.Width = 106;
     //
     // contextMenu1
     //
     this.contextMenu1.Items.AddRange(new System.Windows.Forms.ToolStripMenuItem[] {
         this.mnuCopy,
         this.mnuCopyInvalid,
         this.menuItem2,
         this.mnuViewObjectScript
     });
     //
     // mnuCopy
     //
     // this.mnuCopy.Index = 0;
     this.mnuCopy.ShortcutKeys = System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.C;
     this.mnuCopy.Text         = "Copy";
     this.mnuCopy.Click       += new System.EventHandler(this.mnuCopy_Click);
     //
     // mnuCopyInvalid
     //
     // this.mnuCopyInvalid.Index = 1;
     this.mnuCopyInvalid.Text   = "Copy Invalid Objects";
     this.mnuCopyInvalid.Click += new System.EventHandler(this.mnuCopyInvalid_Click);
     //
     // menuItem2
     //
     //this.menuItem2.Index = 2;
     this.menuItem2.Text = "-";
     //
     // mnuViewObjectScript
     //
     //this.mnuViewObjectScript.Index = 3;
     this.mnuViewObjectScript.Text   = "View Object Script";
     this.mnuViewObjectScript.Click += new System.EventHandler(this.mnuViewObjectScript_Click);
     //
     // pnlWarning
     //
     this.pnlWarning.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.pnlWarning.BackColor = System.Drawing.Color.White;
     this.pnlWarning.Controls.Add(this.label1);
     this.pnlWarning.Controls.Add(this.pictureBox1);
     this.pnlWarning.Location = new System.Drawing.Point(421, 89);
     this.pnlWarning.Name     = "pnlWarning";
     this.pnlWarning.Size     = new System.Drawing.Size(324, 46);
     this.pnlWarning.TabIndex = 26;
     this.pnlWarning.Visible  = false;
     //
     // label1
     //
     this.label1.Font     = new System.Drawing.Font("Verdana", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label1.Location = new System.Drawing.Point(52, 12);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(270, 23);
     this.label1.TabIndex = 26;
     this.label1.Text     = "Warning! Invalid Objects Detected.";
     //
     // pictureBox1
     //
     this.pictureBox1.Image    = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
     this.pictureBox1.Location = new System.Drawing.Point(4, 2);
     this.pictureBox1.Name     = "pictureBox1";
     this.pictureBox1.Size     = new System.Drawing.Size(44, 40);
     this.pictureBox1.TabIndex = 25;
     this.pictureBox1.TabStop  = false;
     //
     // bgworker
     //
     this.bgworker.WorkerReportsProgress      = true;
     this.bgworker.WorkerSupportsCancellation = true;
     this.bgworker.DoWork             += new System.ComponentModel.DoWorkEventHandler(this.bgworker_DoWork);
     this.bgworker.RunWorkerCompleted += new System.ComponentModel.RunWorkerCompletedEventHandler(this.bgworker_RunWorkerCompleted);
     this.bgworker.ProgressChanged    += new System.ComponentModel.ProgressChangedEventHandler(this.bgworker_ProgressChanged);
     //
     // btnCancel
     //
     this.btnCancel.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.btnCancel.Location  = new System.Drawing.Point(319, 110);
     this.btnCancel.Name      = "btnCancel";
     this.btnCancel.Size      = new System.Drawing.Size(70, 23);
     this.btnCancel.TabIndex  = 27;
     this.btnCancel.Text      = "Cancel";
     this.btnCancel.Click    += new System.EventHandler(this.btnCancel_Click);
     //
     // menuStrip1
     //
     this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.actionToolStripMenuItem,
         this.toolStripMenuItem1
     });
     this.menuStrip1.Location = new System.Drawing.Point(0, 0);
     this.menuStrip1.Name     = "menuStrip1";
     this.menuStrip1.Size     = new System.Drawing.Size(910, 24);
     this.menuStrip1.TabIndex = 28;
     this.menuStrip1.Text     = "menuStrip1";
     //
     // actionToolStripMenuItem
     //
     this.actionToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.changeSqlServerConnectionToolStripMenuItem
     });
     this.actionToolStripMenuItem.Image = global::SqlSync.Properties.Resources.Execute;
     this.actionToolStripMenuItem.Name  = "actionToolStripMenuItem";
     this.actionToolStripMenuItem.Size  = new System.Drawing.Size(65, 20);
     this.actionToolStripMenuItem.Text  = "Action";
     //
     // changeSqlServerConnectionToolStripMenuItem
     //
     this.changeSqlServerConnectionToolStripMenuItem.Image  = global::SqlSync.Properties.Resources.Server1;
     this.changeSqlServerConnectionToolStripMenuItem.Name   = "changeSqlServerConnectionToolStripMenuItem";
     this.changeSqlServerConnectionToolStripMenuItem.Size   = new System.Drawing.Size(231, 22);
     this.changeSqlServerConnectionToolStripMenuItem.Text   = "Change Sql Server Connection";
     this.changeSqlServerConnectionToolStripMenuItem.Click += new System.EventHandler(this.mnuChangeSqlServer_Click);
     //
     // settingsControl1
     //
     this.settingsControl1.BackColor        = System.Drawing.Color.White;
     this.settingsControl1.Dock             = System.Windows.Forms.DockStyle.Top;
     this.settingsControl1.Location         = new System.Drawing.Point(0, 24);
     this.settingsControl1.Name             = "settingsControl1";
     this.settingsControl1.Project          = "";
     this.settingsControl1.ProjectLabelText = "";
     this.settingsControl1.Server           = "";
     this.settingsControl1.Size             = new System.Drawing.Size(910, 54);
     this.settingsControl1.TabIndex         = 20;
     this.settingsControl1.ServerChanged   += new SqlSync.ServerChangedEventHandler(this.settingsControl1_ServerChanged);
     //
     // toolStripMenuItem1
     //
     this.toolStripMenuItem1.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
     this.toolStripMenuItem1.Image     = global::SqlSync.Properties.Resources.Help_2;
     this.toolStripMenuItem1.Name      = "toolStripMenuItem1";
     this.toolStripMenuItem1.Size      = new System.Drawing.Size(28, 20);
     this.toolStripMenuItem1.Click    += new System.EventHandler(this.toolStripMenuItem1_Click);
     //
     // ObjectValidation
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(6, 14);
     this.ClientSize        = new System.Drawing.Size(910, 449);
     this.Controls.Add(this.btnCancel);
     this.Controls.Add(this.pnlWarning);
     this.Controls.Add(this.lstResults);
     this.Controls.Add(this.btnValidate);
     this.Controls.Add(this.statusBar1);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.ddDatabaseList);
     this.Controls.Add(this.settingsControl1);
     this.Controls.Add(this.menuStrip1);
     this.Font          = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.Icon          = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.KeyPreview    = true;
     this.MainMenuStrip = this.menuStrip1;
     this.Name          = "ObjectValidation";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "Sql Build Manager :: Database Object Validation";
     this.Load         += new System.EventHandler(this.ObjectValidation_Load);
     this.KeyDown      += new System.Windows.Forms.KeyEventHandler(this.ObjectValidation_KeyDown);
     this.pnlWarning.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
     this.menuStrip1.ResumeLayout(false);
     this.menuStrip1.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 ///
 /// Erforderliche Methode für die Designerunterstützung.
 /// Der Inhalt der Methode darf nicht mit dem Code-Editor geändert werden.
 ///
 private void InitializeComponent()
 {
     this.ButtonOK       = new System.Windows.Forms.Button();
     this.ListViewResult = new System.Windows.Forms.ListView();
     this.columnHeader1  = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.columnHeader2  = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.columnHeader3  = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.ButtonSearch   = new System.Windows.Forms.Button();
     this.TextBoxSearch  = new System.Windows.Forms.TextBox();
     this.StatusStipMain = new System.Windows.Forms.StatusStrip();
     this.ToolStripLabel = new System.Windows.Forms.ToolStripStatusLabel();
     this.ButtonCancel   = new System.Windows.Forms.Button();
     this.StatusStipMain.SuspendLayout();
     this.SuspendLayout();
     //
     // ButtonOK
     //
     this.ButtonOK.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.ButtonOK.Location = new System.Drawing.Point(474, 274);
     this.ButtonOK.Name     = "ButtonOK";
     this.ButtonOK.Size     = new System.Drawing.Size(75, 23);
     this.ButtonOK.TabIndex = 6;
     this.ButtonOK.Text     = "OK";
     this.ButtonOK.UseVisualStyleBackColor = true;
     this.ButtonOK.Click += new System.EventHandler(this.ButtonOK_Click);
     //
     // ListViewResult
     //
     this.ListViewResult.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                         | System.Windows.Forms.AnchorStyles.Left)
                                                                        | System.Windows.Forms.AnchorStyles.Right)));
     this.ListViewResult.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.columnHeader1,
         this.columnHeader2,
         this.columnHeader3
     });
     this.ListViewResult.FullRowSelect = true;
     this.ListViewResult.GridLines     = true;
     this.ListViewResult.HideSelection = false;
     this.ListViewResult.Location      = new System.Drawing.Point(12, 39);
     this.ListViewResult.Name          = "ListViewResult";
     this.ListViewResult.Size          = new System.Drawing.Size(618, 229);
     this.ListViewResult.Sorting       = System.Windows.Forms.SortOrder.Ascending;
     this.ListViewResult.TabIndex      = 10;
     this.ListViewResult.UseCompatibleStateImageBehavior = false;
     this.ListViewResult.View         = System.Windows.Forms.View.Details;
     this.ListViewResult.DoubleClick += new System.EventHandler(this.ListViewResult_DoubleClick);
     //
     // columnHeader1
     //
     this.columnHeader1.Text  = "Projektname";
     this.columnHeader1.Width = 76;
     //
     // columnHeader2
     //
     this.columnHeader2.Text  = "Pfad";
     this.columnHeader2.Width = 89;
     //
     // columnHeader3
     //
     this.columnHeader3.Text  = "Erweiterung";
     this.columnHeader3.Width = 223;
     //
     // ButtonSearch
     //
     this.ButtonSearch.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.ButtonSearch.Enabled  = false;
     this.ButtonSearch.Location = new System.Drawing.Point(530, 9);
     this.ButtonSearch.Name     = "ButtonSearch";
     this.ButtonSearch.Size     = new System.Drawing.Size(100, 23);
     this.ButtonSearch.TabIndex = 9;
     this.ButtonSearch.Text     = "Suchen";
     this.ButtonSearch.UseVisualStyleBackColor = true;
     this.ButtonSearch.Click += new System.EventHandler(this.ButtonSearch_Click);
     //
     // TextBoxSearch
     //
     this.TextBoxSearch.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                       | System.Windows.Forms.AnchorStyles.Right)));
     this.TextBoxSearch.Location     = new System.Drawing.Point(12, 11);
     this.TextBoxSearch.Name         = "TextBoxSearch";
     this.TextBoxSearch.Size         = new System.Drawing.Size(512, 20);
     this.TextBoxSearch.TabIndex     = 8;
     this.TextBoxSearch.TextChanged += new System.EventHandler(this.TextBoxSearch_TextChanged);
     //
     // StatusStipMain
     //
     this.StatusStipMain.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.ToolStripLabel
     });
     this.StatusStipMain.Location = new System.Drawing.Point(0, 301);
     this.StatusStipMain.Name     = "StatusStipMain";
     this.StatusStipMain.Size     = new System.Drawing.Size(642, 22);
     this.StatusStipMain.TabIndex = 13;
     this.StatusStipMain.Text     = "statusStrip1";
     //
     // ToolStripLabel
     //
     this.ToolStripLabel.Name      = "ToolStripLabel";
     this.ToolStripLabel.Size      = new System.Drawing.Size(627, 17);
     this.ToolStripLabel.Spring    = true;
     this.ToolStripLabel.Text      = "Suchbegriff eingeben...";
     this.ToolStripLabel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // ButtonCancel
     //
     this.ButtonCancel.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.ButtonCancel.Location = new System.Drawing.Point(555, 274);
     this.ButtonCancel.Name     = "ButtonCancel";
     this.ButtonCancel.Size     = new System.Drawing.Size(75, 23);
     this.ButtonCancel.TabIndex = 15;
     this.ButtonCancel.Text     = "Abbrechen";
     this.ButtonCancel.UseVisualStyleBackColor = true;
     this.ButtonCancel.Click += new System.EventHandler(this.btnCancel_Click);
     //
     // Projektsuche
     //
     this.AcceptButton        = this.ButtonSearch;
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor           = System.Drawing.SystemColors.Control;
     this.ClientSize          = new System.Drawing.Size(642, 323);
     this.Controls.Add(this.ButtonCancel);
     this.Controls.Add(this.StatusStipMain);
     this.Controls.Add(this.ListViewResult);
     this.Controls.Add(this.ButtonSearch);
     this.Controls.Add(this.TextBoxSearch);
     this.Controls.Add(this.ButtonOK);
     this.MaximizeBox   = false;
     this.MinimizeBox   = false;
     this.MinimumSize   = new System.Drawing.Size(450, 200);
     this.Name          = "Projektsuche";
     this.ShowIcon      = false;
     this.ShowInTaskbar = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "Projektsuche";
     this.Load         += new System.EventHandler(this.Projektsuche_Load);
     this.StatusStipMain.ResumeLayout(false);
     this.StatusStipMain.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm));
     System.Windows.Forms.TableLayoutPanel          tableTopRight;
     System.Windows.Forms.TableLayoutPanel          tableTopLeft;
     System.Windows.Forms.Label lblEnOld;
     System.Windows.Forms.Label lblEnNew;
     System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
     System.Windows.Forms.ToolStripSeparator toolStripSeparator2;
     System.Windows.Forms.StatusStrip        statusStrip;
     this.tableTopAll    = new System.Windows.Forms.TableLayoutPanel();
     this.txtEnNew       = new System.Windows.Forms.TextBox();
     this.btnEnNew       = new System.Windows.Forms.Button();
     this.txtEnOld       = new System.Windows.Forms.TextBox();
     this.btnEnOld       = new System.Windows.Forms.Button();
     this.lblStatus      = new System.Windows.Forms.ToolStripStatusLabel();
     this.openFileDialog = new System.Windows.Forms.OpenFileDialog();
     this.menuStrip      = new System.Windows.Forms.MenuStrip();
     this.changeFontToolStripMenuItem    = new System.Windows.Forms.ToolStripMenuItem();
     this.exportChangesToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.fontDialog     = new System.Windows.Forms.FontDialog();
     this.saveFileDialog = new System.Windows.Forms.SaveFileDialog();
     this.btnDoWork      = new System.Windows.Forms.Button();
     this.editor         = new Updater.Common.EditorTabControl();
     tableTopRight       = new System.Windows.Forms.TableLayoutPanel();
     tableTopLeft        = new System.Windows.Forms.TableLayoutPanel();
     lblEnOld            = new System.Windows.Forms.Label();
     lblEnNew            = new System.Windows.Forms.Label();
     toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
     toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
     statusStrip         = new System.Windows.Forms.StatusStrip();
     this.tableTopAll.SuspendLayout();
     tableTopRight.SuspendLayout();
     tableTopLeft.SuspendLayout();
     statusStrip.SuspendLayout();
     this.menuStrip.SuspendLayout();
     this.SuspendLayout();
     //
     // tableTopAll
     //
     resources.ApplyResources(this.tableTopAll, "tableTopAll");
     this.tableTopAll.Controls.Add(tableTopRight, 1, 1);
     this.tableTopAll.Controls.Add(tableTopLeft, 0, 1);
     this.tableTopAll.Controls.Add(lblEnOld, 0, 0);
     this.tableTopAll.Controls.Add(lblEnNew, 1, 0);
     this.tableTopAll.Name = "tableTopAll";
     //
     // tableTopRight
     //
     resources.ApplyResources(tableTopRight, "tableTopRight");
     tableTopRight.Controls.Add(this.txtEnNew, 0, 0);
     tableTopRight.Controls.Add(this.btnEnNew, 1, 0);
     tableTopRight.Name = "tableTopRight";
     //
     // txtEnNew
     //
     resources.ApplyResources(this.txtEnNew, "txtEnNew");
     this.txtEnNew.Name     = "txtEnNew";
     this.txtEnNew.ReadOnly = true;
     //
     // btnEnNew
     //
     resources.ApplyResources(this.btnEnNew, "btnEnNew");
     this.btnEnNew.Name = "btnEnNew";
     this.btnEnNew.UseVisualStyleBackColor = true;
     this.btnEnNew.Click += new System.EventHandler(this.btnEnNew_Click);
     //
     // tableTopLeft
     //
     resources.ApplyResources(tableTopLeft, "tableTopLeft");
     tableTopLeft.Controls.Add(this.txtEnOld, 0, 0);
     tableTopLeft.Controls.Add(this.btnEnOld, 1, 0);
     tableTopLeft.Name = "tableTopLeft";
     //
     // txtEnOld
     //
     resources.ApplyResources(this.txtEnOld, "txtEnOld");
     this.txtEnOld.Name     = "txtEnOld";
     this.txtEnOld.ReadOnly = true;
     //
     // btnEnOld
     //
     resources.ApplyResources(this.btnEnOld, "btnEnOld");
     this.btnEnOld.Name = "btnEnOld";
     this.btnEnOld.UseVisualStyleBackColor = true;
     this.btnEnOld.Click += new System.EventHandler(this.btnEnOld_Click);
     //
     // lblEnOld
     //
     resources.ApplyResources(lblEnOld, "lblEnOld");
     lblEnOld.Name = "lblEnOld";
     lblEnOld.Text = global::Updater.Common.Properties.Settings.Default.StepOneExplanation;
     //
     // lblEnNew
     //
     resources.ApplyResources(lblEnNew, "lblEnNew");
     lblEnNew.Name = "lblEnNew";
     lblEnNew.Text = global::Updater.Common.Properties.Settings.Default.StepTwoExplanation;
     //
     // toolStripSeparator1
     //
     toolStripSeparator1.Name = "toolStripSeparator1";
     resources.ApplyResources(toolStripSeparator1, "toolStripSeparator1");
     //
     // toolStripSeparator2
     //
     toolStripSeparator2.Name = "toolStripSeparator2";
     resources.ApplyResources(toolStripSeparator2, "toolStripSeparator2");
     //
     // statusStrip
     //
     statusStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[]
     {
         this.lblStatus
     });
     resources.ApplyResources(statusStrip, "statusStrip");
     statusStrip.Name = "statusStrip";
     //
     // lblStatus
     //
     this.lblStatus.ForeColor = System.Drawing.Color.Red;
     this.lblStatus.Margin    = new System.Windows.Forms.Padding(10, 3, 0, 2);
     this.lblStatus.Name      = "lblStatus";
     resources.ApplyResources(this.lblStatus, "lblStatus");
     this.lblStatus.Spring = true;
     //
     // openFileDialog
     //
     resources.ApplyResources(this.openFileDialog, "openFileDialog");
     //
     // menuStrip
     //
     this.menuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[]
     {
         this.changeFontToolStripMenuItem,
         this.exportChangesToolStripMenuItem
     });
     resources.ApplyResources(this.menuStrip, "menuStrip");
     this.menuStrip.Name = "menuStrip";
     //
     // changeFontToolStripMenuItem
     //
     this.changeFontToolStripMenuItem.Name = "changeFontToolStripMenuItem";
     resources.ApplyResources(this.changeFontToolStripMenuItem, "changeFontToolStripMenuItem");
     this.changeFontToolStripMenuItem.Text   = global::Updater.Common.Properties.Settings.Default.ChangeFont;
     this.changeFontToolStripMenuItem.Click += new System.EventHandler(this.changeFontToolStripMenuItem_Click);
     //
     // exportChangesToolStripMenuItem
     //
     resources.ApplyResources(this.exportChangesToolStripMenuItem, "exportChangesToolStripMenuItem");
     this.exportChangesToolStripMenuItem.Name   = "exportChangesToolStripMenuItem";
     this.exportChangesToolStripMenuItem.Text   = global::Updater.Common.Properties.Settings.Default.ExportChanges;
     this.exportChangesToolStripMenuItem.Click += new System.EventHandler(this.exportChangesToolStripMenuItem_Click);
     //
     // saveFileDialog
     //
     this.saveFileDialog.DefaultExt = "xml";
     resources.ApplyResources(this.saveFileDialog, "saveFileDialog");
     //
     // btnDoWork
     //
     resources.ApplyResources(this.btnDoWork, "btnDoWork");
     this.btnDoWork.Name = "btnDoWork";
     this.btnDoWork.Text = global::Updater.Common.Properties.Settings.Default.StepThreeExplanation;
     this.btnDoWork.UseVisualStyleBackColor = true;
     this.btnDoWork.Click += new System.EventHandler(this.btnDoWork_Click);
     //
     // editor
     //
     resources.ApplyResources(this.editor, "editor");
     this.editor.Name            = "editor";
     this.editor.NewFilePath     = null;
     this.editor.OldFilePath     = null;
     this.editor.UpdatedFilePath = null;
     this.editor.UpdatePaneFont  = new System.Drawing.Font("Verdana", 8.25F);
     //
     // MainForm
     //
     resources.ApplyResources(this, "$this");
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.btnDoWork);
     this.Controls.Add(this.editor);
     this.Controls.Add(statusStrip);
     this.Controls.Add(this.menuStrip);
     this.Controls.Add(this.tableTopAll);
     this.DataBindings.Add(new System.Windows.Forms.Binding("Text", global::Updater.Common.Properties.Settings.Default, "FormTitle", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
     this.DoubleBuffered = true;
     this.MainMenuStrip  = this.menuStrip;
     this.Name           = "MainForm";
     this.Text           = global::Updater.Common.Properties.Settings.Default.FormTitle;
     this.ResizeBegin   += new System.EventHandler(this.form_ResizeBegin);
     this.tableTopAll.ResumeLayout(false);
     this.tableTopAll.PerformLayout();
     tableTopRight.ResumeLayout(false);
     tableTopRight.PerformLayout();
     tableTopLeft.ResumeLayout(false);
     tableTopLeft.PerformLayout();
     statusStrip.ResumeLayout(false);
     statusStrip.PerformLayout();
     this.menuStrip.ResumeLayout(false);
     this.menuStrip.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
示例#44
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();
 }
示例#45
0
 /// <summary>
 /// This method is required for Windows Forms designer support.
 /// Do not change the method contents inside the source code editor. The Forms designer might
 /// not be able to load this method if it was changed manually.
 /// </summary>
 private void InitializeComponent()
 {
     this.listView            = new System.Windows.Forms.ListViewEx();
     this.columnLine          = new System.Windows.Forms.ColumnHeader();
     this.columnText          = new System.Windows.Forms.ColumnHeader();
     this.contextMenuStrip    = new System.Windows.Forms.ContextMenuStrip();
     this.removeBookmarksItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStrip           = new PluginCore.Controls.ToolStripEx();
     this.searchButton        = new System.Windows.Forms.ToolStripButton();
     this.searchBox           = new System.Windows.Forms.ToolStripSpringComboBox();
     this.statusStrip         = new System.Windows.Forms.StatusStrip();
     this.statusLabel         = new System.Windows.Forms.ToolStripStatusLabel();
     this.contextMenuStrip.SuspendLayout();
     this.toolStrip.SuspendLayout();
     this.statusStrip.SuspendLayout();
     this.SuspendLayout();
     //
     // listView
     //
     this.listView.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.listView.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.columnLine,
         this.columnText
     });
     this.listView.LabelWrap        = false;
     this.listView.GridLines        = true;
     this.listView.ShowItemToolTips = true;
     this.listView.ContextMenuStrip = this.contextMenuStrip;
     this.listView.Dock             = System.Windows.Forms.DockStyle.Fill;
     this.listView.FullRowSelect    = true;
     this.listView.HeaderStyle      = System.Windows.Forms.ColumnHeaderStyle.Clickable;
     this.listView.HideSelection    = false;
     this.listView.Name             = "listView";
     this.listView.Size             = new System.Drawing.Size(298, 324);
     this.listView.TabIndex         = 0;
     this.listView.UseCompatibleStateImageBehavior = false;
     this.listView.View         = System.Windows.Forms.View.Details;
     this.listView.DoubleClick += new System.EventHandler(this.ListViewDoubleClick);
     this.listView.KeyUp       += new System.Windows.Forms.KeyEventHandler(this.ListViewKeyUp);
     //
     // columnLine
     //
     this.columnLine.Text  = "Line";
     this.columnLine.Width = 55;
     //
     // columnText
     //
     this.columnText.Text  = "Text";
     this.columnText.Width = 250;
     //
     // contextMenuStrip
     //
     this.contextMenuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.removeBookmarksItem
     });
     this.contextMenuStrip.Name     = "contextMenuStrip";
     this.contextMenuStrip.Size     = new System.Drawing.Size(176, 26);
     this.contextMenuStrip.Opening += new System.ComponentModel.CancelEventHandler(this.ContextMenuStripOpening);
     //
     // removeBookmarksItem
     //
     this.removeBookmarksItem.Name   = "removeBookmarksItem";
     this.removeBookmarksItem.Size   = new System.Drawing.Size(175, 22);
     this.removeBookmarksItem.Text   = "Remove Bookmarks";
     this.removeBookmarksItem.Click += new System.EventHandler(this.RemoveBookmarksItemClick);
     //
     // toolStrip
     //
     this.toolStrip.CanOverflow = false;
     this.toolStrip.Dock        = System.Windows.Forms.DockStyle.Top;
     this.toolStrip.GripStyle   = System.Windows.Forms.ToolStripGripStyle.Hidden;
     this.toolStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.searchButton,
         this.searchBox
     });
     this.toolStrip.Name     = "toolStrip";
     this.toolStrip.Padding  = new System.Windows.Forms.Padding(1, 1, 2, 2);
     this.toolStrip.Size     = new System.Drawing.Size(298, 26);
     this.toolStrip.Stretch  = true;
     this.toolStrip.TabIndex = 1;
     //
     // searchButton
     //
     this.searchButton.Margin       = new System.Windows.Forms.Padding(0, 1, 0, 1);
     this.searchButton.Alignment    = System.Windows.Forms.ToolStripItemAlignment.Right;
     this.searchButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.searchButton.Name         = "searchButton";
     this.searchButton.Size         = new System.Drawing.Size(23, 22);
     this.searchButton.ToolTipText  = "Search And Add Bookmarks";
     this.searchButton.Click       += new System.EventHandler(this.SearchButtonClick);
     //
     // searchBox
     //
     this.searchBox.FlatCombo.MaxLength = 200;
     this.searchBox.Name    = "searchBox";
     this.searchBox.Size    = new System.Drawing.Size(200, 22);
     this.searchBox.Padding = new System.Windows.Forms.Padding(0, 0, 1, 0);
     this.searchBox.KeyUp  += new System.Windows.Forms.KeyEventHandler(this.SearchBoxKeyUp);
     //
     // statusStrip
     //
     this.statusStrip.BackColor = System.Drawing.SystemColors.Info;
     this.statusStrip.Dock      = System.Windows.Forms.DockStyle.Top;
     this.statusStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.statusLabel
     });
     this.statusStrip.Location   = new System.Drawing.Point(0, 25);
     this.statusStrip.Name       = "statusStrip";
     this.statusStrip.Size       = new System.Drawing.Size(300, 22);
     this.statusStrip.SizingGrip = false;
     this.statusStrip.TabIndex   = 2;
     this.statusStrip.Visible    = false;
     //
     // statusLabel
     //
     this.statusLabel.Name    = "statusLabel";
     this.statusLabel.Size    = new System.Drawing.Size(0, 17);
     this.statusLabel.Padding = new Padding(0, 2, 0, 0);
     //
     // PluginUI
     //
     this.Name = "PluginUI";
     this.Controls.Add(this.listView);
     this.Controls.Add(this.statusStrip);
     this.Controls.Add(this.toolStrip);
     this.Size = new System.Drawing.Size(300, 350);
     this.contextMenuStrip.ResumeLayout(false);
     this.toolStrip.ResumeLayout(false);
     this.toolStrip.PerformLayout();
     this.statusStrip.ResumeLayout(false);
     this.statusStrip.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
示例#46
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(DataDumpForm));
     this.lnkCheckAll          = new System.Windows.Forms.LinkLabel();
     this.label1               = new System.Windows.Forms.Label();
     this.lstTables            = new System.Windows.Forms.ListView();
     this.columnHeader1        = new System.Windows.Forms.ColumnHeader();
     this.columnHeader2        = new System.Windows.Forms.ColumnHeader();
     this.menuItem2            = new System.Windows.Forms.ToolStripMenuItem();
     this.mnuChangeFolder      = new System.Windows.Forms.ToolStripMenuItem();
     this.menuItem1            = new System.Windows.Forms.ToolStripMenuItem();
     this.ddDatabaseList       = new System.Windows.Forms.ComboBox();
     this.lnkExtractData       = new System.Windows.Forms.LinkLabel();
     this.statusBar1           = new System.Windows.Forms.StatusStrip();
     this.statStatus           = new System.Windows.Forms.ToolStripStatusLabel();
     this.folderBrowserDialog1 = new System.Windows.Forms.FolderBrowserDialog();
     this.label2               = new System.Windows.Forms.Label();
     this.lstResults           = new System.Windows.Forms.ListView();
     this.columnHeader3        = new System.Windows.Forms.ColumnHeader();
     this.columnHeader4        = new System.Windows.Forms.ColumnHeader();
     this.columnHeader5        = new System.Windows.Forms.ColumnHeader();
     this.contextMenu1         = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.mnuOpen              = new System.Windows.Forms.ToolStripMenuItem();
     this.label3               = new System.Windows.Forms.Label();
     this.menuStrip1           = new System.Windows.Forms.MenuStrip();
     this.toolStripMenuItem1   = new System.Windows.Forms.ToolStripMenuItem();
     this.changeDestinationFolderToolStripMenuItem   = new System.Windows.Forms.ToolStripMenuItem();
     this.changeSqlServerConnectionToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem2 = new System.Windows.Forms.ToolStripMenuItem();
     this.settingsControl1   = new SqlSync.SettingsControl();
     this.statusBar1.SuspendLayout();
     this.contextMenu1.SuspendLayout();
     this.menuStrip1.SuspendLayout();
     this.SuspendLayout();
     //
     // lnkCheckAll
     //
     this.lnkCheckAll.Location     = new System.Drawing.Point(240, 129);
     this.lnkCheckAll.Name         = "lnkCheckAll";
     this.lnkCheckAll.Size         = new System.Drawing.Size(104, 16);
     this.lnkCheckAll.TabIndex     = 10;
     this.lnkCheckAll.TabStop      = true;
     this.lnkCheckAll.Text         = "Check All";
     this.lnkCheckAll.TextAlign    = System.Drawing.ContentAlignment.MiddleRight;
     this.lnkCheckAll.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.lnkCheckAll_LinkClicked);
     //
     // label1
     //
     this.label1.Font     = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
     this.label1.Location = new System.Drawing.Point(16, 129);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(112, 16);
     this.label1.TabIndex = 12;
     this.label1.Text     = "Tables to Script:";
     //
     // lstTables
     //
     this.lstTables.Activation = System.Windows.Forms.ItemActivation.OneClick;
     this.lstTables.Anchor     = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                       | System.Windows.Forms.AnchorStyles.Left)));
     this.lstTables.CheckBoxes = true;
     this.lstTables.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.columnHeader1,
         this.columnHeader2
     });
     this.lstTables.FullRowSelect = true;
     this.lstTables.GridLines     = true;
     this.lstTables.HideSelection = false;
     this.lstTables.Location      = new System.Drawing.Point(16, 147);
     this.lstTables.Name          = "lstTables";
     this.lstTables.Size          = new System.Drawing.Size(328, 226);
     this.lstTables.TabIndex      = 11;
     this.lstTables.UseCompatibleStateImageBehavior = false;
     this.lstTables.View         = System.Windows.Forms.View.Details;
     this.lstTables.ColumnClick += new System.Windows.Forms.ColumnClickEventHandler(this.lstTables_ColumnClick);
     //
     // columnHeader1
     //
     this.columnHeader1.Text  = "Table Name";
     this.columnHeader1.Width = 229;
     //
     // columnHeader2
     //
     this.columnHeader2.Text      = "Row Count";
     this.columnHeader2.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.columnHeader2.Width     = 78;
     //
     // menuItem2
     //
     this.menuItem2.Name = "menuItem2";
     this.menuItem2.Size = new System.Drawing.Size(32, 19);
     //
     // mnuChangeFolder
     //
     this.mnuChangeFolder.Name = "mnuChangeFolder";
     this.mnuChangeFolder.Size = new System.Drawing.Size(32, 19);
     //
     // menuItem1
     //
     this.menuItem1.Name = "menuItem1";
     this.menuItem1.Size = new System.Drawing.Size(32, 19);
     //
     // ddDatabaseList
     //
     this.ddDatabaseList.DropDownStyle         = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.ddDatabaseList.Location              = new System.Drawing.Point(16, 101);
     this.ddDatabaseList.Name                  = "ddDatabaseList";
     this.ddDatabaseList.Size                  = new System.Drawing.Size(176, 21);
     this.ddDatabaseList.TabIndex              = 13;
     this.ddDatabaseList.SelectedIndexChanged += new System.EventHandler(this.ddDatabaseList_SelectedIndexChanged);
     //
     // lnkExtractData
     //
     this.lnkExtractData.Enabled      = false;
     this.lnkExtractData.Font         = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point);
     this.lnkExtractData.Location     = new System.Drawing.Point(384, 113);
     this.lnkExtractData.Name         = "lnkExtractData";
     this.lnkExtractData.Size         = new System.Drawing.Size(100, 16);
     this.lnkExtractData.TabIndex     = 14;
     this.lnkExtractData.TabStop      = true;
     this.lnkExtractData.Text         = "Extract Data";
     this.lnkExtractData.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.lnkExtractData_LinkClicked);
     //
     // statusBar1
     //
     this.statusBar1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.statStatus
     });
     this.statusBar1.Location = new System.Drawing.Point(0, 389);
     this.statusBar1.Name     = "statusBar1";
     this.statusBar1.Size     = new System.Drawing.Size(744, 22);
     this.statusBar1.TabIndex = 15;
     this.statusBar1.Text     = "statusBar1";
     //
     // statStatus
     //
     this.statStatus.Name   = "statStatus";
     this.statStatus.Size   = new System.Drawing.Size(729, 17);
     this.statStatus.Spring = true;
     //
     // label2
     //
     this.label2.Font     = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
     this.label2.Location = new System.Drawing.Point(16, 85);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(112, 16);
     this.label2.TabIndex = 17;
     this.label2.Text     = "Select Database:";
     //
     // lstResults
     //
     this.lstResults.Activation = System.Windows.Forms.ItemActivation.OneClick;
     this.lstResults.Anchor     = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                        | System.Windows.Forms.AnchorStyles.Left)));
     this.lstResults.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.columnHeader3,
         this.columnHeader4,
         this.columnHeader5
     });
     this.lstResults.ContextMenuStrip = this.contextMenu1;
     this.lstResults.FullRowSelect    = true;
     this.lstResults.GridLines        = true;
     this.lstResults.HideSelection    = false;
     this.lstResults.Location         = new System.Drawing.Point(384, 147);
     this.lstResults.Name             = "lstResults";
     this.lstResults.Size             = new System.Drawing.Size(328, 226);
     this.lstResults.TabIndex         = 18;
     this.lstResults.UseCompatibleStateImageBehavior = false;
     this.lstResults.View         = System.Windows.Forms.View.Details;
     this.lstResults.ColumnClick += new System.Windows.Forms.ColumnClickEventHandler(this.lstResults_ColumnClick);
     //
     // columnHeader3
     //
     this.columnHeader3.Text  = "File Name";
     this.columnHeader3.Width = 229;
     //
     // columnHeader4
     //
     this.columnHeader4.Text      = "Size (Kb)";
     this.columnHeader4.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.columnHeader4.Width     = 78;
     //
     // columnHeader5
     //
     this.columnHeader5.Text  = "Full Path";
     this.columnHeader5.Width = 0;
     //
     // contextMenu1
     //
     this.contextMenu1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.mnuOpen
     });
     this.contextMenu1.Name = "contextMenu1";
     this.contextMenu1.Size = new System.Drawing.Size(125, 26);
     //
     // mnuOpen
     //
     this.mnuOpen.Name   = "mnuOpen";
     this.mnuOpen.Size   = new System.Drawing.Size(124, 22);
     this.mnuOpen.Text   = "Open File";
     this.mnuOpen.Click += new System.EventHandler(this.mnuOpen_Click);
     //
     // label3
     //
     this.label3.Font     = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
     this.label3.Location = new System.Drawing.Point(384, 129);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(112, 16);
     this.label3.TabIndex = 19;
     this.label3.Text     = "Extract Results:";
     //
     // menuStrip1
     //
     this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.toolStripMenuItem1,
         this.toolStripMenuItem2
     });
     this.menuStrip1.Location = new System.Drawing.Point(0, 0);
     this.menuStrip1.Name     = "menuStrip1";
     this.menuStrip1.Size     = new System.Drawing.Size(744, 24);
     this.menuStrip1.TabIndex = 20;
     this.menuStrip1.Text     = "menuStrip1";
     //
     // toolStripMenuItem1
     //
     this.toolStripMenuItem1.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.changeDestinationFolderToolStripMenuItem,
         this.changeSqlServerConnectionToolStripMenuItem
     });
     this.toolStripMenuItem1.Name = "toolStripMenuItem1";
     this.toolStripMenuItem1.Size = new System.Drawing.Size(54, 20);
     this.toolStripMenuItem1.Text = "Action";
     //
     // changeDestinationFolderToolStripMenuItem
     //
     this.changeDestinationFolderToolStripMenuItem.Name   = "changeDestinationFolderToolStripMenuItem";
     this.changeDestinationFolderToolStripMenuItem.Size   = new System.Drawing.Size(234, 22);
     this.changeDestinationFolderToolStripMenuItem.Text   = "Change &Destination Folder";
     this.changeDestinationFolderToolStripMenuItem.Click += new System.EventHandler(this.mnuChangeFolder_Click);
     //
     // changeSqlServerConnectionToolStripMenuItem
     //
     this.changeSqlServerConnectionToolStripMenuItem.Name   = "changeSqlServerConnectionToolStripMenuItem";
     this.changeSqlServerConnectionToolStripMenuItem.Size   = new System.Drawing.Size(234, 22);
     this.changeSqlServerConnectionToolStripMenuItem.Text   = "Change Sql Server Connection";
     this.changeSqlServerConnectionToolStripMenuItem.Click += new System.EventHandler(this.mnuChangeSqlServer_Click);
     //
     // toolStripMenuItem2
     //
     this.toolStripMenuItem2.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
     this.toolStripMenuItem2.Name      = "toolStripMenuItem2";
     this.toolStripMenuItem2.Size      = new System.Drawing.Size(12, 20);
     this.toolStripMenuItem2.Click    += new System.EventHandler(this.toolStripMenuItem2_Click);
     //
     // settingsControl1
     //
     this.settingsControl1.BackColor        = System.Drawing.Color.White;
     this.settingsControl1.Dock             = System.Windows.Forms.DockStyle.Top;
     this.settingsControl1.Location         = new System.Drawing.Point(0, 24);
     this.settingsControl1.Name             = "settingsControl1";
     this.settingsControl1.Project          = "(select destination)";
     this.settingsControl1.ProjectLabelText = "Destination Folder:";
     this.settingsControl1.Server           = "";
     this.settingsControl1.Size             = new System.Drawing.Size(744, 56);
     this.settingsControl1.TabIndex         = 16;
     this.settingsControl1.Click           += new System.EventHandler(this.settingsControl1_Click);
     this.settingsControl1.DoubleClick     += new System.EventHandler(this.settingsControl1_Click);
     this.settingsControl1.ServerChanged   += new SqlSync.ServerChangedEventHandler(this.settingsControl1_ServerChanged);
     this.settingsControl1.Load            += new System.EventHandler(this.settingsControl1_Load);
     //
     // DataDumpForm
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(6, 14);
     this.ClientSize        = new System.Drawing.Size(744, 411);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.lstResults);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.settingsControl1);
     this.Controls.Add(this.statusBar1);
     this.Controls.Add(this.lnkExtractData);
     this.Controls.Add(this.ddDatabaseList);
     this.Controls.Add(this.lnkCheckAll);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.lstTables);
     this.Controls.Add(this.menuStrip1);
     this.Font          = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
     this.Icon          = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MainMenuStrip = this.menuStrip1;
     this.Name          = "DataDumpForm";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "Sql Build Manager :: Data Extraction";
     this.Load         += new System.EventHandler(this.DataDumpForm_Load);
     this.statusBar1.ResumeLayout(false);
     this.statusBar1.PerformLayout();
     this.contextMenu1.ResumeLayout(false);
     this.menuStrip1.ResumeLayout(false);
     this.menuStrip1.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
示例#47
0
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(PythonEditor));
     this.toolStrip2          = new System.Windows.Forms.ToolStrip();
     this.openToolStripButton = new System.Windows.Forms.ToolStripButton();
     this.saveToolStripButton = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
     this.tstripUndoButton    = new System.Windows.Forms.ToolStripButton();
     this.tstripRedoButton    = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
     this.toolStripButton1    = new System.Windows.Forms.ToolStripButton();
     this.editorHost          = new System.Windows.Forms.Panel();
     this.statusStrip1        = new System.Windows.Forms.StatusStrip();
     this.tstripStatus        = new System.Windows.Forms.ToolStripStatusLabel();
     this.tstripFilePath      = new System.Windows.Forms.ToolStripStatusLabel();
     this.toolStrip2.SuspendLayout();
     this.statusStrip1.SuspendLayout();
     this.SuspendLayout();
     //
     // toolStrip2
     //
     this.toolStrip2.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
     this.toolStrip2.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.openToolStripButton,
         this.saveToolStripButton,
         this.toolStripSeparator3,
         this.tstripUndoButton,
         this.tstripRedoButton,
         this.toolStripSeparator2,
         this.toolStripButton1
     });
     this.toolStrip2.Location = new System.Drawing.Point(0, 0);
     this.toolStrip2.Name     = "toolStrip2";
     this.toolStrip2.Size     = new System.Drawing.Size(485, 25);
     this.toolStrip2.TabIndex = 3;
     this.toolStrip2.Text     = "toolStrip2";
     //
     // openToolStripButton
     //
     this.openToolStripButton.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.openToolStripButton.Image                 = ((System.Drawing.Image)(resources.GetObject("openToolStripButton.Image")));
     this.openToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.openToolStripButton.Name   = "openToolStripButton";
     this.openToolStripButton.Size   = new System.Drawing.Size(23, 22);
     this.openToolStripButton.Text   = "&Open";
     this.openToolStripButton.Click += new System.EventHandler(this.openToolStripButton_Click);
     //
     // saveToolStripButton
     //
     this.saveToolStripButton.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.saveToolStripButton.Image                 = ((System.Drawing.Image)(resources.GetObject("saveToolStripButton.Image")));
     this.saveToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.saveToolStripButton.Name   = "saveToolStripButton";
     this.saveToolStripButton.Size   = new System.Drawing.Size(23, 22);
     this.saveToolStripButton.Text   = "&Save";
     this.saveToolStripButton.Click += new System.EventHandler(this.saveToolStripButton_Click);
     //
     // toolStripSeparator3
     //
     this.toolStripSeparator3.Name = "toolStripSeparator3";
     this.toolStripSeparator3.Size = new System.Drawing.Size(6, 25);
     //
     // tstripUndoButton
     //
     this.tstripUndoButton.Image = global::Envision.Properties.Resources.application_osx_left;
     this.tstripUndoButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.tstripUndoButton.Name = "tstripUndoButton";
     this.tstripUndoButton.Size = new System.Drawing.Size(56, 22);
     this.tstripUndoButton.Text = "Undo";
     //
     // tstripRedoButton
     //
     this.tstripRedoButton.Image = global::Envision.Properties.Resources.application_osx_right;
     this.tstripRedoButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.tstripRedoButton.Name = "tstripRedoButton";
     this.tstripRedoButton.Size = new System.Drawing.Size(54, 22);
     this.tstripRedoButton.Text = "Redo";
     //
     // toolStripSeparator2
     //
     this.toolStripSeparator2.Name = "toolStripSeparator2";
     this.toolStripSeparator2.Size = new System.Drawing.Size(6, 25);
     //
     // toolStripButton1
     //
     this.toolStripButton1.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.toolStripButton1.Image                 = global::Envision.Properties.Resources.greenarrowicon;
     this.toolStripButton1.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButton1.Name   = "toolStripButton1";
     this.toolStripButton1.Size   = new System.Drawing.Size(23, 22);
     this.toolStripButton1.Text   = "Run";
     this.toolStripButton1.Click += new System.EventHandler(this.toolStripButton1_Click);
     //
     // editorHost
     //
     this.editorHost.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                     | System.Windows.Forms.AnchorStyles.Left)
                                                                    | System.Windows.Forms.AnchorStyles.Right)));
     this.editorHost.Location = new System.Drawing.Point(0, 28);
     this.editorHost.Name     = "editorHost";
     this.editorHost.Size     = new System.Drawing.Size(485, 210);
     this.editorHost.TabIndex = 4;
     //
     // statusStrip1
     //
     this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.tstripStatus,
         this.tstripFilePath
     });
     this.statusStrip1.Location         = new System.Drawing.Point(0, 239);
     this.statusStrip1.Name             = "statusStrip1";
     this.statusStrip1.ShowItemToolTips = true;
     this.statusStrip1.Size             = new System.Drawing.Size(485, 22);
     this.statusStrip1.SizingGrip       = false;
     this.statusStrip1.TabIndex         = 5;
     this.statusStrip1.Text             = "statusStrip1";
     //
     // tstripStatus
     //
     this.tstripStatus.Name      = "tstripStatus";
     this.tstripStatus.Size      = new System.Drawing.Size(394, 17);
     this.tstripStatus.Spring    = true;
     this.tstripStatus.Text      = "Ready";
     this.tstripStatus.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // tstripFilePath
     //
     this.tstripFilePath.Name = "tstripFilePath";
     this.tstripFilePath.Size = new System.Drawing.Size(76, 17);
     this.tstripFilePath.Text = "File : Untitled";
     //
     // PythonEditor
     //
     this.ClientSize = new System.Drawing.Size(485, 261);
     this.Controls.Add(this.statusStrip1);
     this.Controls.Add(this.editorHost);
     this.Controls.Add(this.toolStrip2);
     this.Font          = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.Name          = "PythonEditor";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "Python Editor";
     this.toolStrip2.ResumeLayout(false);
     this.toolStrip2.PerformLayout();
     this.statusStrip1.ResumeLayout(false);
     this.statusStrip1.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
示例#48
0
        private void InitializeComponent()
        {
            this.gameToolStripMenuItem             = new System.Windows.Forms.ToolStripMenuItem();
            this.startANewGameToolStripMenuItem    = new System.Windows.Forms.ToolStripMenuItem();
            this.startANewTournirToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.propertiesToolStripMenuItem       = new System.Windows.Forms.ToolStripMenuItem();
            this.exitToolStripMenuItem             = new System.Windows.Forms.ToolStripSeparator();
            this.exitToolStripMenuItem1            = new System.Windows.Forms.ToolStripMenuItem();
            this.helpToolStripMenuItem             = new System.Windows.Forms.ToolStripMenuItem();
            this.howToPlayToolStripMenuItem        = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripSeparator1                   = new System.Windows.Forms.ToolStripSeparator();
            this.aboutToolStripMenuItem                = new System.Windows.Forms.ToolStripMenuItem();
            this.menuStrip1                            = new System.Windows.Forms.MenuStrip();
            this.statusStripPlayersStatus              = new System.Windows.Forms.StatusStrip();
            this.toolStripStatusLabelCurrentPlayer     = new System.Windows.Forms.ToolStripStatusLabel();
            this.toolStripStatusLabelCurrentPlayerName = new System.Windows.Forms.ToolStripStatusLabel();
            this.toolStripStatusLabelPlayer1Name       = new System.Windows.Forms.ToolStripStatusLabel();
            this.toolStripStatusLabelPlayer1Score      = new System.Windows.Forms.ToolStripStatusLabel();
            this.toolStripStatusLabelPlayer2Name       = new System.Windows.Forms.ToolStripStatusLabel();
            this.toolStripStatusLabelPlayer2Score      = new System.Windows.Forms.ToolStripStatusLabel();
            this.gamePanel         = new System.Windows.Forms.Panel();
            this.fallingCoinPicBox = new System.Windows.Forms.PictureBox();
            this.labelAbout        = new System.Windows.Forms.Label();
            this.menuStrip1.SuspendLayout();
            this.statusStripPlayersStatus.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize) this.fallingCoinPicBox).BeginInit();
            this.SuspendLayout();
            //
            // gameToolStripMenuItem
            //
            this.gameToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
                this.startANewGameToolStripMenuItem,
                this.startANewTournirToolStripMenuItem,
                this.propertiesToolStripMenuItem,
                this.exitToolStripMenuItem,
                this.exitToolStripMenuItem1
            });
            this.gameToolStripMenuItem.Name = "gameToolStripMenuItem";
            this.gameToolStripMenuItem.Size = new System.Drawing.Size(50, 20);
            this.gameToolStripMenuItem.Text = "Game";
            //
            // startANewGameToolStripMenuItem
            //
            this.startANewGameToolStripMenuItem.Name   = "startANewGameToolStripMenuItem";
            this.startANewGameToolStripMenuItem.Size   = new System.Drawing.Size(176, 22);
            this.startANewGameToolStripMenuItem.Text   = "Start a New Game";
            this.startANewGameToolStripMenuItem.Click += new System.EventHandler(this.StartANewGameToolStripMenuItem_Click);
            //
            // startANewTournirToolStripMenuItem
            //
            this.startANewTournirToolStripMenuItem.Name   = "startANewTournirToolStripMenuItem";
            this.startANewTournirToolStripMenuItem.Size   = new System.Drawing.Size(176, 22);
            this.startANewTournirToolStripMenuItem.Text   = "Start a New Tournir";
            this.startANewTournirToolStripMenuItem.Click += new System.EventHandler(this.StartANewTournirToolStripMenuItem_Click);
            //
            // propertiesToolStripMenuItem
            //
            this.propertiesToolStripMenuItem.Name = "propertiesToolStripMenuItem";
            this.propertiesToolStripMenuItem.Size = new System.Drawing.Size(176, 22);
            this.propertiesToolStripMenuItem.Text = "Properties...";
            //
            // exitToolStripMenuItem
            //
            this.exitToolStripMenuItem.Name = "exitToolStripMenuItem";
            this.exitToolStripMenuItem.Size = new System.Drawing.Size(173, 6);
            //
            // exitToolStripMenuItem1
            //
            this.exitToolStripMenuItem1.Name   = "exitToolStripMenuItem1";
            this.exitToolStripMenuItem1.Size   = new System.Drawing.Size(176, 22);
            this.exitToolStripMenuItem1.Text   = "Exit";
            this.exitToolStripMenuItem1.Click += new System.EventHandler(this.exitToolStripMenuItem1_Click);
            //
            // helpToolStripMenuItem
            //
            this.helpToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
                this.howToPlayToolStripMenuItem,
                this.toolStripSeparator1,
                this.aboutToolStripMenuItem
            });
            this.helpToolStripMenuItem.Name = "helpToolStripMenuItem";
            this.helpToolStripMenuItem.Size = new System.Drawing.Size(44, 20);
            this.helpToolStripMenuItem.Text = "Help";
            //
            // howToPlayToolStripMenuItem
            //
            this.howToPlayToolStripMenuItem.Name   = "howToPlayToolStripMenuItem";
            this.howToPlayToolStripMenuItem.Size   = new System.Drawing.Size(152, 22);
            this.howToPlayToolStripMenuItem.Text   = "How to play?";
            this.howToPlayToolStripMenuItem.Click += new System.EventHandler(this.howToPlayToolStripMenuItem_Click);
            //
            // toolStripSeparator1
            //
            this.toolStripSeparator1.Name = "toolStripSeparator1";
            this.toolStripSeparator1.Size = new System.Drawing.Size(149, 6);
            //
            // aboutToolStripMenuItem
            //
            this.aboutToolStripMenuItem.Name   = "aboutToolStripMenuItem";
            this.aboutToolStripMenuItem.Size   = new System.Drawing.Size(152, 22);
            this.aboutToolStripMenuItem.Text   = "About";
            this.aboutToolStripMenuItem.Click += new System.EventHandler(this.aboutToolStripMenuItem_Click);
            //
            // menuStrip1
            //
            this.menuStrip1.ImageScalingSize = new System.Drawing.Size(20, 20);
            this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
                this.gameToolStripMenuItem,
                this.helpToolStripMenuItem
            });
            this.menuStrip1.Location = new System.Drawing.Point(0, 0);
            this.menuStrip1.Name     = "menuStrip1";
            this.menuStrip1.Size     = new System.Drawing.Size(467, 24);
            this.menuStrip1.TabIndex = 0;
            this.menuStrip1.Text     = "menuStrip1";
            //
            // statusStripPlayersStatus
            //
            this.statusStripPlayersStatus.ImageScalingSize = new System.Drawing.Size(20, 20);
            this.statusStripPlayersStatus.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
                this.toolStripStatusLabelCurrentPlayer,
                this.toolStripStatusLabelCurrentPlayerName,
                this.toolStripStatusLabelPlayer1Name,
                this.toolStripStatusLabelPlayer1Score,
                this.toolStripStatusLabelPlayer2Name,
                this.toolStripStatusLabelPlayer2Score
            });
            this.statusStripPlayersStatus.Location = new System.Drawing.Point(0, 447);
            this.statusStripPlayersStatus.Name     = "statusStripPlayersStatus";
            this.statusStripPlayersStatus.Size     = new System.Drawing.Size(467, 22);
            this.statusStripPlayersStatus.Stretch  = false;
            this.statusStripPlayersStatus.TabIndex = 1;
            this.statusStripPlayersStatus.Text     = "statusStrip1";
            //
            // toolStripStatusLabelCurrentPlayer
            //
            this.toolStripStatusLabelCurrentPlayer.Name    = "toolStripStatusLabelCurrentPlayer";
            this.toolStripStatusLabelCurrentPlayer.Size    = new System.Drawing.Size(88, 17);
            this.toolStripStatusLabelCurrentPlayer.Text    = "Current Player :";
            this.toolStripStatusLabelCurrentPlayer.Visible = false;
            //
            // toolStripStatusLabelCurrentPlayerName
            //
            this.toolStripStatusLabelCurrentPlayerName.Name    = "toolStripStatusLabelCurrentPlayerName";
            this.toolStripStatusLabelCurrentPlayerName.Size    = new System.Drawing.Size(0, 17);
            this.toolStripStatusLabelCurrentPlayerName.Visible = false;
            //
            // toolStripStatusLabelPlayer1Name
            //
            this.toolStripStatusLabelPlayer1Name.Margin  = new System.Windows.Forms.Padding(20, 3, 0, 2);
            this.toolStripStatusLabelPlayer1Name.Name    = "toolStripStatusLabelPlayer1Name";
            this.toolStripStatusLabelPlayer1Name.Size    = new System.Drawing.Size(0, 17);
            this.toolStripStatusLabelPlayer1Name.Visible = false;
            //
            // toolStripStatusLabelPlayer1Score
            //
            this.toolStripStatusLabelPlayer1Score.Margin  = new System.Windows.Forms.Padding(-5, 3, 0, 2);
            this.toolStripStatusLabelPlayer1Score.Name    = "toolStripStatusLabelPlayer1Score";
            this.toolStripStatusLabelPlayer1Score.Size    = new System.Drawing.Size(13, 17);
            this.toolStripStatusLabelPlayer1Score.Text    = "0";
            this.toolStripStatusLabelPlayer1Score.Visible = false;
            //
            // toolStripStatusLabelPlayer2Name
            //
            this.toolStripStatusLabelPlayer2Name.Name    = "toolStripStatusLabelPlayer2Name";
            this.toolStripStatusLabelPlayer2Name.Size    = new System.Drawing.Size(0, 17);
            this.toolStripStatusLabelPlayer2Name.Visible = false;
            //
            // toolStripStatusLabelPlayer2Score
            //
            this.toolStripStatusLabelPlayer2Score.Margin  = new System.Windows.Forms.Padding(-5, 3, 0, 2);
            this.toolStripStatusLabelPlayer2Score.Name    = "toolStripStatusLabelPlayer2Score";
            this.toolStripStatusLabelPlayer2Score.Size    = new System.Drawing.Size(13, 17);
            this.toolStripStatusLabelPlayer2Score.Text    = "0";
            this.toolStripStatusLabelPlayer2Score.Visible = false;
            //
            // gamePanel
            //
            this.gamePanel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                          | System.Windows.Forms.AnchorStyles.Left)
                                                                         | System.Windows.Forms.AnchorStyles.Right));
            this.gamePanel.AutoSize    = true;
            this.gamePanel.BackColor   = System.Drawing.Color.Plum;
            this.gamePanel.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.gamePanel.Location    = new System.Drawing.Point(12, 50);
            this.gamePanel.Name        = "gamePanel";
            this.gamePanel.Size        = new System.Drawing.Size(443, 372);
            this.gamePanel.TabIndex    = 2;
            //
            // fallingCoinPicBox
            //
            this.fallingCoinPicBox.Location = new System.Drawing.Point(-1, -1);
            this.fallingCoinPicBox.Name     = "fallingCoinPicBox";
            this.fallingCoinPicBox.Size     = new System.Drawing.Size(67, 67);
            this.fallingCoinPicBox.TabIndex = 0;
            this.fallingCoinPicBox.TabStop  = false;

            //
            // labelAbout
            //
            this.labelAbout.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                            | System.Windows.Forms.AnchorStyles.Left)
                                                                           | System.Windows.Forms.AnchorStyles.Right)));
            this.labelAbout.BackColor = System.Drawing.Color.GhostWhite;
            this.labelAbout.Font      = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(177)));
            this.labelAbout.Location  = new System.Drawing.Point(67, 162);
            this.labelAbout.Name      = "labelAbout";
            this.labelAbout.Size      = new System.Drawing.Size(333, 145);
            this.labelAbout.TabIndex  = 5;
            this.labelAbout.Text      = "4 In A Row !! :)";
            this.labelAbout.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            this.labelAbout.Visible   = false;
            this.labelAbout.Click    += new System.EventHandler(this.labelAbout_Click);
            //
            // MainScreen
            //
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
            this.ClientSize    = new System.Drawing.Size(467, 469);
            this.Controls.Add(this.labelAbout);
            this.Controls.Add(this.gamePanel);
            this.Controls.Add(this.statusStripPlayersStatus);
            this.Controls.Add(this.menuStrip1);
            this.ForeColor       = System.Drawing.SystemColors.ControlText;
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
            this.MainMenuStrip   = this.menuStrip1;
            this.MaximizeBox     = false;
            this.Name            = "MainScreen";
            this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterParent;
            this.Text            = "4 In a Row!!";
            this.menuStrip1.ResumeLayout(false);
            this.menuStrip1.PerformLayout();
            this.statusStripPlayersStatus.ResumeLayout(false);
            this.statusStripPlayersStatus.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.fallingCoinPicBox)).EndInit();
            this.ResumeLayout(false);
            this.PerformLayout();
        }
示例#49
0
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(JoinForm));
     this.cbServerList            = new System.Windows.Forms.ComboBox();
     this.label1                  = new System.Windows.Forms.Label();
     this.cbServerType            = new System.Windows.Forms.ComboBox();
     this.label2                  = new System.Windows.Forms.Label();
     this.cbChoiceAutentification = new System.Windows.Forms.ComboBox();
     this.label3                  = new System.Windows.Forms.Label();
     this.label4                  = new System.Windows.Forms.Label();
     this.label5                  = new System.Windows.Forms.Label();
     this.tbUser                  = new System.Windows.Forms.TextBox();
     this.tbPass                  = new System.Windows.Forms.TextBox();
     this.btnConnect              = new System.Windows.Forms.Button();
     this.btnCancel               = new System.Windows.Forms.Button();
     this.bw_loader               = new System.ComponentModel.BackgroundWorker();
     this.statusStrip1            = new System.Windows.Forms.StatusStrip();
     this.toolStripStatusLabel1   = new System.Windows.Forms.ToolStripStatusLabel();
     this.label6                  = new System.Windows.Forms.Label();
     this.cbInitialCatalog        = new System.Windows.Forms.ComboBox();
     this.pictureBox1             = new System.Windows.Forms.PictureBox();
     this.label7                  = new System.Windows.Forms.Label();
     this.cb_ServerIdentifier     = new System.Windows.Forms.ComboBox();
     this.statusStrip1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
     this.SuspendLayout();
     //
     // cbServerList
     //
     this.cbServerList.FormattingEnabled = true;
     this.cbServerList.Location          = new System.Drawing.Point(146, 130);
     this.cbServerList.Name                  = "cbServerList";
     this.cbServerList.Size                  = new System.Drawing.Size(243, 21);
     this.cbServerList.TabIndex              = 0;
     this.cbServerList.SelectedIndexChanged += new System.EventHandler(this.cbServerList_SelectedIndexChanged);
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(12, 106);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(74, 13);
     this.label1.TabIndex = 3;
     this.label1.Text     = "Тип сервера:";
     //
     // cbServerType
     //
     this.cbServerType.Enabled           = false;
     this.cbServerType.FormattingEnabled = true;
     this.cbServerType.Items.AddRange(new object[] {
         "Компонент Database Engine"
     });
     this.cbServerType.Location = new System.Drawing.Point(146, 103);
     this.cbServerType.Name     = "cbServerType";
     this.cbServerType.Size     = new System.Drawing.Size(243, 21);
     this.cbServerType.TabIndex = 4;
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(12, 133);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(77, 13);
     this.label2.TabIndex = 5;
     this.label2.Text     = "Имя сервера:";
     //
     // cbChoiceAutentification
     //
     this.cbChoiceAutentification.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cbChoiceAutentification.FormattingEnabled = true;
     this.cbChoiceAutentification.Items.AddRange(new object[] {
         "Проверка подлинности Windows",
         "Проверка подлинности SQL Server"
     });
     this.cbChoiceAutentification.Location              = new System.Drawing.Point(146, 157);
     this.cbChoiceAutentification.MaxDropDownItems      = 2;
     this.cbChoiceAutentification.Name                  = "cbChoiceAutentification";
     this.cbChoiceAutentification.Size                  = new System.Drawing.Size(243, 21);
     this.cbChoiceAutentification.TabIndex              = 6;
     this.cbChoiceAutentification.SelectedIndexChanged += new System.EventHandler(this.cbChoiceAutentification_SelectedIndexChanged);
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Location = new System.Drawing.Point(12, 160);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(128, 13);
     this.label3.TabIndex = 7;
     this.label3.Text     = "Проверка подлинности:";
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Location = new System.Drawing.Point(54, 187);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(106, 13);
     this.label4.TabIndex = 8;
     this.label4.Text     = "Имя пользователя:";
     //
     // label5
     //
     this.label5.AutoSize = true;
     this.label5.Location = new System.Drawing.Point(54, 210);
     this.label5.Name     = "label5";
     this.label5.Size     = new System.Drawing.Size(48, 13);
     this.label5.TabIndex = 9;
     this.label5.Text     = "Пароль:";
     //
     // tbUser
     //
     this.tbUser.Location = new System.Drawing.Point(165, 184);
     this.tbUser.Name     = "tbUser";
     this.tbUser.Size     = new System.Drawing.Size(224, 20);
     this.tbUser.TabIndex = 10;
     //
     // tbPass
     //
     this.tbPass.Location     = new System.Drawing.Point(165, 210);
     this.tbPass.Name         = "tbPass";
     this.tbPass.PasswordChar = '*';
     this.tbPass.Size         = new System.Drawing.Size(224, 20);
     this.tbPass.TabIndex     = 11;
     //
     // btnConnect
     //
     this.btnConnect.DialogResult            = System.Windows.Forms.DialogResult.OK;
     this.btnConnect.Location                = new System.Drawing.Point(176, 266);
     this.btnConnect.Name                    = "btnConnect";
     this.btnConnect.Size                    = new System.Drawing.Size(109, 23);
     this.btnConnect.TabIndex                = 12;
     this.btnConnect.Text                    = "Сохранить";
     this.btnConnect.UseVisualStyleBackColor = true;
     this.btnConnect.Click                  += new System.EventHandler(this.btnConnect_Click);
     //
     // btnCancel
     //
     this.btnCancel.DialogResult            = System.Windows.Forms.DialogResult.Cancel;
     this.btnCancel.Location                = new System.Drawing.Point(291, 266);
     this.btnCancel.Name                    = "btnCancel";
     this.btnCancel.Size                    = new System.Drawing.Size(98, 23);
     this.btnCancel.TabIndex                = 13;
     this.btnCancel.Text                    = "Отмена";
     this.btnCancel.UseVisualStyleBackColor = true;
     //
     // bw_loader
     //
     this.bw_loader.DoWork             += new System.ComponentModel.DoWorkEventHandler(this.bw_loader_DoWork);
     this.bw_loader.RunWorkerCompleted += new System.ComponentModel.RunWorkerCompletedEventHandler(this.bw_loader_RunWorkerCompleted);
     //
     // statusStrip1
     //
     this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.toolStripStatusLabel1
     });
     this.statusStrip1.Location = new System.Drawing.Point(0, 298);
     this.statusStrip1.Name     = "statusStrip1";
     this.statusStrip1.Size     = new System.Drawing.Size(400, 22);
     this.statusStrip1.TabIndex = 14;
     this.statusStrip1.Text     = "statusStrip1";
     //
     // toolStripStatusLabel1
     //
     this.toolStripStatusLabel1.Name = "toolStripStatusLabel1";
     this.toolStripStatusLabel1.Size = new System.Drawing.Size(55, 17);
     this.toolStripStatusLabel1.Text = "                ";
     //
     // label6
     //
     this.label6.AutoSize = true;
     this.label6.Location = new System.Drawing.Point(12, 242);
     this.label6.Name     = "label6";
     this.label6.Size     = new System.Drawing.Size(75, 13);
     this.label6.TabIndex = 16;
     this.label6.Text     = "База данных:";
     //
     // cbInitialCatalog
     //
     this.cbInitialCatalog.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cbInitialCatalog.FormattingEnabled = true;
     this.cbInitialCatalog.Location          = new System.Drawing.Point(146, 239);
     this.cbInitialCatalog.MaxDropDownItems  = 5;
     this.cbInitialCatalog.Name      = "cbInitialCatalog";
     this.cbInitialCatalog.Size      = new System.Drawing.Size(243, 21);
     this.cbInitialCatalog.TabIndex  = 15;
     this.cbInitialCatalog.DropDown += new System.EventHandler(this.cbInitialCatalog_DropDown);
     //
     // pictureBox1
     //
     this.pictureBox1.BorderStyle  = System.Windows.Forms.BorderStyle.Fixed3D;
     this.pictureBox1.Dock         = System.Windows.Forms.DockStyle.Top;
     this.pictureBox1.ErrorImage   = null;
     this.pictureBox1.Image        = global::OPCClient.Properties.Resources.SQLServer;
     this.pictureBox1.InitialImage = null;
     this.pictureBox1.Location     = new System.Drawing.Point(0, 0);
     this.pictureBox1.Name         = "pictureBox1";
     this.pictureBox1.Size         = new System.Drawing.Size(400, 72);
     this.pictureBox1.TabIndex     = 2;
     this.pictureBox1.TabStop      = false;
     //
     // label7
     //
     this.label7.AutoSize  = true;
     this.label7.ForeColor = System.Drawing.Color.Blue;
     this.label7.Location  = new System.Drawing.Point(12, 80);
     this.label7.Name      = "label7";
     this.label7.Size      = new System.Drawing.Size(90, 13);
     this.label7.TabIndex  = 3;
     this.label7.Text      = "Идентификатор:";
     //
     // cb_ServerIdentifier
     //
     this.cb_ServerIdentifier.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cb_ServerIdentifier.FormattingEnabled = true;
     this.cb_ServerIdentifier.Items.AddRange(new object[] {
         "KIASU",
         "WEBSERV"
     });
     this.cb_ServerIdentifier.Location = new System.Drawing.Point(146, 77);
     this.cb_ServerIdentifier.Name     = "cb_ServerIdentifier";
     this.cb_ServerIdentifier.Size     = new System.Drawing.Size(243, 21);
     this.cb_ServerIdentifier.TabIndex = 4;
     //
     // JoinForm
     //
     this.AcceptButton        = this.btnConnect;
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.CancelButton        = this.btnCancel;
     this.ClientSize          = new System.Drawing.Size(400, 320);
     this.Controls.Add(this.label6);
     this.Controls.Add(this.cbInitialCatalog);
     this.Controls.Add(this.statusStrip1);
     this.Controls.Add(this.btnCancel);
     this.Controls.Add(this.btnConnect);
     this.Controls.Add(this.tbPass);
     this.Controls.Add(this.tbUser);
     this.Controls.Add(this.label5);
     this.Controls.Add(this.label4);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.cbChoiceAutentification);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.cb_ServerIdentifier);
     this.Controls.Add(this.cbServerType);
     this.Controls.Add(this.label7);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.pictureBox1);
     this.Controls.Add(this.cbServerList);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.Icon            = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox     = false;
     this.Name            = "JoinForm";
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "Соединение с сервером";
     this.Load           += new System.EventHandler(this.JoinForm_Load);
     this.statusStrip1.ResumeLayout(false);
     this.statusStrip1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
示例#50
0
        /// <summary>
        /// This method initialize the components contained on the form.
        /// </summary>
        public void InitializeComponent()
        {
            this.components    = new System.ComponentModel.Container();
            this.Panel1        = new System.Windows.Forms.Panel();
            this.sclviewertree = new SclViewerTree();
            // Legacy Tree initialization
            this.Panel2 = new System.Windows.Forms.Panel();
            this.PropertyGridAttributes = new System.Windows.Forms.PropertyGrid();
            this.splitContainer1        = new System.Windows.Forms.SplitContainer();

            this.mainMenu1       = new System.Windows.Forms.MainMenu(this.components);
            this.fileMenu        = new System.Windows.Forms.MenuItem();
            this.openItem        = new System.Windows.Forms.MenuItem();
            this.exitItem        = new System.Windows.Forms.MenuItem();
            this.editMenu        = new System.Windows.Forms.MenuItem();
            this.preferencesItem = new System.Windows.Forms.MenuItem();
            this.helpMenu        = new System.Windows.Forms.MenuItem();
            this.aboutItem       = new System.Windows.Forms.MenuItem();
            this.menuStrip1      = new System.Windows.Forms.MenuStrip();

            this.fileToolStripMenuItem   = new System.Windows.Forms.ToolStripMenuItem();
            this.newToolStripMenuItem    = new System.Windows.Forms.ToolStripMenuItem();
            this.openToolStripMenuItem   = new System.Windows.Forms.ToolStripMenuItem();
            this.saveToolStripMenuItem   = new System.Windows.Forms.ToolStripMenuItem();
            this.saveasToolStripMenuItem = new ToolStripMenuItem();
            this.exitToolStripMenuItem   = new System.Windows.Forms.ToolStripMenuItem();
            this.helpToolStripMenuItem   = new System.Windows.Forms.ToolStripMenuItem();
            this.aboutToolStripMenuItem  = new System.Windows.Forms.ToolStripMenuItem();
            this.toolsToolStripMenuItem  = new System.Windows.Forms.ToolStripMenuItem();

            this.validateSCLFileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();

            this.importIEDConfigToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();

            this.Exit       = new System.Windows.Forms.ToolBarButton();
            this.toolBar1   = new System.Windows.Forms.ToolBar();
            this.Separator1 = new System.Windows.Forms.ToolBarButton();

            this.New  = new System.Windows.Forms.ToolBarButton();
            this.Open = new System.Windows.Forms.ToolBarButton();
            this.save = new System.Windows.Forms.ToolBarButton();

            this.Separator2            = new System.Windows.Forms.ToolBarButton();
            this.statusStrip1          = new System.Windows.Forms.StatusStrip();
            this.toolStripStatusLabel1 = new System.Windows.Forms.ToolStripStatusLabel();

            this.Panel1.SuspendLayout();

            this.Panel2.SuspendLayout();

            this.splitContainer1.Panel1.SuspendLayout();
            this.splitContainer1.Panel2.SuspendLayout();
            this.splitContainer1.SuspendLayout();

            this.menuStrip1.SuspendLayout();
            this.statusStrip1.SuspendLayout();

            this.SuspendLayout();
            //
            // Panel1
            //
            this.Panel1.Controls.Add(this.sclviewertree);
            this.Panel1.Dock     = System.Windows.Forms.DockStyle.Fill;
            this.Panel1.Location = new System.Drawing.Point(0, 0);
            this.Panel1.Name     = "Panel1";
            //this.Panel1.Size = new System.Drawing.Size(347, 670);
            this.Panel1.TabIndex      = 0;
            this.Panel1.AutoSize      = true;
            this.sclviewertree.Anchor = ((System.Windows.Forms.AnchorStyles)
                                             ((((System.Windows.Forms.AnchorStyles.Top
                                                 | System.Windows.Forms.AnchorStyles.Bottom)
                                                | System.Windows.Forms.AnchorStyles.Left)
                                               | System.Windows.Forms.AnchorStyles.Right)));
            this.sclviewertree.Location     = new System.Drawing.Point(0, 0);
            this.sclviewertree.Name         = "SclTreeViewer";
            this.sclviewertree.Dock         = DockStyle.Fill;
            this.sclviewertree.TabIndex     = 0;
            this.sclviewertree.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.sclviewertreeAfterSelect);
            //
            // Panel2
            //
            this.Panel2.Dock = System.Windows.Forms.DockStyle.Fill;
            this.Panel2.Controls.Add(this.PropertyGridAttributes);

            this.Panel2.Location = new System.Drawing.Point(0, 0);
            this.Panel2.Name     = "Panel2";
            //this.Panel2.Size = new System.Drawing.Size(583, 670);
            this.Panel2.TabIndex = 2;
            //this.Panel2.AutoScroll = true;
            this.Panel2.AutoSize = true;

            //
            // PropertyGridAttributes
            //
            this.PropertyGridAttributes.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)));
            this.PropertyGridAttributes.Location = new System.Drawing.Point(1, 1);
            this.PropertyGridAttributes.Name     = "PropertyGridAttributes";
            this.PropertyGridAttributes.Dock     = DockStyle.Fill;
            //this.PropertyGridAttributes.Size = new System.Drawing.Size(580, 465);
            //this.PropertyGridAttributes.AutoScroll = true;
            //this.PropertyGridAttributes.AutoSize = true;
            this.PropertyGridAttributes.TabIndex              = 3;
            this.PropertyGridAttributes.PropertyValueChanged += new System.Windows.Forms.PropertyValueChangedEventHandler(this.PropertyGridAttributesPropertyValueChanged);
            //
            // splitContainer1
            //
            this.splitContainer1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                                 | System.Windows.Forms.AnchorStyles.Left)
                                                                                | System.Windows.Forms.AnchorStyles.Right)));
            this.splitContainer1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.splitContainer1.Location    = new System.Drawing.Point(0, 52);
            this.splitContainer1.Name        = "splitContainer1";
            this.splitContainer1.Dock        = DockStyle.Fill;
            //this.splitContainer1.Size = new System.Drawing.Size(943, 672);
            //this.splitContainer1.MinimumSize = new System.Drawing.Size(300, 200);
            //this.splitContainer1.AutoSize = true;
            //this.splitContainer1.AutoScroll = true;
            //this.splitContainer1.SplitterDistance = 349;

            //
            // splitContainer1.Panel1
            //
            this.splitContainer1.Panel1.AutoScroll = true;

            this.splitContainer1.Panel1.Controls.Add(this.Panel1);
            //this.splitContainer1.AutoScrollMinSize = new System.Drawing.Size(943, 672);

            //
            // splitContainer1.Panel2
            //
            this.splitContainer1.Panel2.Controls.Add(this.Panel2);
            this.splitContainer1.Panel2.AutoScroll = true;
            this.splitContainer1.TabIndex          = 5;

            //
            // mainMenu1
            //
            this.mainMenu1.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
                this.fileMenu,
                this.helpMenu
            });
            //
            // File Menu
            //
            this.fileMenu.Index = 0;
            this.fileMenu.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
                this.openItem,
                this.exitItem
            });
            this.fileMenu.OwnerDraw = true;
            this.fileMenu.Text      = "File";
            //
            // Open SCL File
            //
            this.openItem.Index     = 0;
            this.openItem.OwnerDraw = true;
            this.openItem.Text      = "Open";
            //
            // Exit Application
            //
            this.exitItem.Index     = 1;
            this.exitItem.OwnerDraw = true;
            this.exitItem.Text      = "Exit";
            this.exitItem.Click    += new System.EventHandler(this.exitApp);

            //
            // Preferences
            //
            this.preferencesItem.Index     = 1;
            this.preferencesItem.OwnerDraw = true;
            this.preferencesItem.Text      = "Preferences";
            this.preferencesItem.Click    += new System.EventHandler(this.OpenPreferencesDialog);

            //
            // Edit
            //
            this.editMenu.Index = 1;
            this.editMenu.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
                this.aboutItem
            });
            this.helpMenu.OwnerDraw = true;
            this.helpMenu.Text      = "Help";

            //
            // Help
            //
            this.helpMenu.Index = 1;
            this.helpMenu.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
                this.aboutItem
            });
            this.helpMenu.OwnerDraw = true;
            this.helpMenu.Text      = "Help";
            //
            // About
            //
            this.aboutItem.Index     = 0;
            this.aboutItem.OwnerDraw = true;
            this.aboutItem.Text      = "About";
            //
            // menuStrip1
            //
            this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
                this.fileToolStripMenuItem,
                this.toolsToolStripMenuItem,
                this.helpToolStripMenuItem
            });
            this.menuStrip1.Location = new System.Drawing.Point(0, 0);
            this.menuStrip1.Name     = "menuStrip1";
            //this.menuStrip1.Size = new System.Drawing.Size(943, 24);
            //this.menuStrip1.AutoSize = true;
            this.menuStrip1.TabIndex = 0;
            this.menuStrip1.Text     = "menuStrip1";
            //
            // fileToolStripMenuItem
            //
            this.fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
                this.newToolStripMenuItem,
                this.openToolStripMenuItem,
                this.saveToolStripMenuItem,
                this.saveasToolStripMenuItem,
                this.exitToolStripMenuItem
            });
            this.fileToolStripMenuItem.Name = "fileToolStripMenuItem";
            //this.fileToolStripMenuItem.Size = new System.Drawing.Size(53, 20);
            //this.fileToolStripMenuItem.AutoSize = true;
            this.fileToolStripMenuItem.Text = "Project";
            //
            // newToolStripMenuItem
            //
            this.newToolStripMenuItem.Name = "newToolStripMenuItem";
            //this.newToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
            //this.newToolStripMenuItem.AutoSize = true;
            this.newToolStripMenuItem.Text   = "New";
            this.newToolStripMenuItem.Click += new System.EventHandler(this.NewFile);
            //
            // openToolStripMenuItem
            //
            this.openToolStripMenuItem.Name = "openToolStripMenuItem";
            //this.openToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
            //this.openToolStripMenuItem.AutoSize = true;
            this.openToolStripMenuItem.Text   = "Open";
            this.openToolStripMenuItem.Click += new System.EventHandler(this.OpenFile);
            //
            // saveToolStripMenuItem
            //
            this.saveToolStripMenuItem.Name = "saveToolStripMenuItem";
            //this.saveToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
            //this.saveToolStripMenuItem.AutoSize = true;
            this.saveToolStripMenuItem.Text   = "Save";
            this.saveToolStripMenuItem.Click += new System.EventHandler(this.SaveFile);
            //
            // saveasToolStripMenuItem
            //
            this.saveasToolStripMenuItem.Name   = "saveasToolStripMenuItem";
            this.saveasToolStripMenuItem.Text   = "Save as...";
            this.saveasToolStripMenuItem.Click += new System.EventHandler(this.SaveAsFile);
            //
            // exitToolStripMenuItem
            //
            this.exitToolStripMenuItem.Name = "exitToolStripMenuItem";
            //this.exitToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
            //this.exitToolStripMenuItem.AutoSize = true;
            this.exitToolStripMenuItem.Text   = "Exit";
            this.exitToolStripMenuItem.Click += new System.EventHandler(this.exitApp);
            //
            // helpToolStripMenuItem
            //
            this.helpToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
                this.aboutToolStripMenuItem
            });
            this.helpToolStripMenuItem.Name = "helpToolStripMenuItem";
            //this.helpToolStripMenuItem.Size = new System.Drawing.Size(40, 20);
            //this.helpToolStripMenuItem.AutoSize = true;
            this.helpToolStripMenuItem.Text = "Help";
            //
            // aboutToolStripMenuItem
            //
            this.aboutToolStripMenuItem.Name = "aboutToolStripMenuItem";
            //this.aboutToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
            //this.aboutToolStripMenuItem.AutoSize = true;
            this.aboutToolStripMenuItem.Text   = "About";
            this.aboutToolStripMenuItem.Click += new System.EventHandler(this.AboutClick);
            //
            // toolsToolStripMenuItem
            //
            this.toolsToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
                this.validateSCLFileToolStripMenuItem,
                this.importIEDConfigToolStripMenuItem
            });
            this.toolsToolStripMenuItem.Name = "toolsToolStripMenuItem";
            //this.toolsToolStripMenuItem.Size = new System.Drawing.Size(44, 20);
            //this.toolsToolStripMenuItem.AutoSize = true;
            this.toolsToolStripMenuItem.Text = "Tools";
            //
            // validateSCLFileToolStripMenuItem
            //
            this.validateSCLFileToolStripMenuItem.Name = "validateSCLFileToolStripMenuItem";
            //this.validateSCLFileToolStripMenuItem.Size = new System.Drawing.Size(161, 22);
            //this.validateSCLFileToolStripMenuItem.AutoSize = true;
            this.validateSCLFileToolStripMenuItem.Text   = "Validate SCL file";
            this.validateSCLFileToolStripMenuItem.Click += new System.EventHandler(this.ValidateFileClick);
            //
            // importIEDConfigToolStripMenuItem
            //
            this.importIEDConfigToolStripMenuItem.Name = "importIEDConfigToolStripMenuItem";
            //this.importIEDConfigToolStripMenuItem.Size = new System.Drawing.Size(161, 22);
            //this.importIEDConfigToolStripMenuItem.AutoSize = true;
            this.importIEDConfigToolStripMenuItem.Text   = "Import IED file";
            this.importIEDConfigToolStripMenuItem.Click += new System.EventHandler(this.ImportIEDClick);

            //
            // toolBar1
            //
            this.toolBar1.Appearance = System.Windows.Forms.ToolBarAppearance.Flat;
            this.toolBar1.Buttons.AddRange(new System.Windows.Forms.ToolBarButton[] {
                this.Separator1,
                this.New,
                this.Open,
                this.save,
                this.Separator2
            });
            this.toolBar1.ButtonSize = new System.Drawing.Size(16, 16);

            this.toolBar1.DropDownArrows = true;
            this.toolBar1.Location       = new System.Drawing.Point(0, 24);
            this.toolBar1.Name           = "toolBar1";
            this.toolBar1.ShowToolTips   = true;
            //this.toolBar1.Size = new System.Drawing.Size(943, 28);
            this.toolBar1.TabIndex     = 1;
            this.toolBar1.ButtonClick += new System.Windows.Forms.ToolBarButtonClickEventHandler(this.toolBarEvent);
            //
            // Separator1
            //
            this.Separator1.Name  = "Separator1";
            this.Separator1.Style = System.Windows.Forms.ToolBarButtonStyle.Separator;
            //
            // New
            //
            this.New.ImageIndex  = 0;
            this.New.Name        = "New";
            this.New.ToolTipText = "New configuration file";
            //
            // Open
            //
            this.Open.ImageIndex  = 1;
            this.Open.Name        = "Open";
            this.Open.ToolTipText = "Open a configuration file";
            //
            // Salvar
            //
            this.save.ImageIndex  = 2;
            this.save.Name        = "Salvar";
            this.save.ToolTipText = "Save configuration file";
            //
            // Separator2
            //
            this.Separator2.Name  = "Separator2";
            this.Separator2.Style = System.Windows.Forms.ToolBarButtonStyle.Separator;
            //
            // statusStrip1
            //
            this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
                this.toolStripStatusLabel1
            });
            this.statusStrip1.Location = new System.Drawing.Point(0, 724);
            this.statusStrip1.Name     = "statusStrip1";
            this.statusStrip1.Size     = new System.Drawing.Size(943, 22);
            this.statusStrip1.TabIndex = 4;
            this.statusStrip1.Text     = "Status Bar";
            //
            // toolStripStatusLabel1
            //
            this.toolStripStatusLabel1.Name = "toolStripStatusLabel1";
            this.toolStripStatusLabel1.Size = new System.Drawing.Size(0, 17);
            //
            // FormSCL
            //
            //this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
            //this.ClientSize = new System.Drawing.Size(943, 746);
            this.Controls.Add(this.splitContainer1);
            this.Controls.Add(this.toolBar1);
            this.Controls.Add(this.menuStrip1);
            this.Controls.Add(this.statusStrip1);
            this.Name          = "FormSCL";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text          = this.AppName;
            this.WindowState   = System.Windows.Forms.FormWindowState.Maximized;
            //this.AutoScroll = true;
            this.AutoSize = true;

            this.Load       += new System.EventHandler(this.Form1_Load);
            this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.FormSCLFormClosed);
            this.Panel1.ResumeLayout(false);
            this.Panel2.ResumeLayout(false);
            this.splitContainer1.Panel1.ResumeLayout(false);
            this.splitContainer1.Panel2.ResumeLayout(false);
            this.splitContainer1.ResumeLayout(false);
            this.menuStrip1.ResumeLayout(false);
            this.menuStrip1.PerformLayout();
            this.statusStrip1.ResumeLayout(false);
            this.statusStrip1.PerformLayout();
            this.ResumeLayout(false);
            this.PerformLayout();
        }
示例#51
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm));
     this.openFileDialog          = new System.Windows.Forms.OpenFileDialog();
     this.menuStrip               = new System.Windows.Forms.MenuStrip();
     this.fileToolStripMenuItem   = new System.Windows.Forms.ToolStripMenuItem();
     this.openToolStripMenuItem   = new System.Windows.Forms.ToolStripMenuItem();
     this.reloadToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator1     = new System.Windows.Forms.ToolStripSeparator();
     this.closeToolStripMenuItem  = new System.Windows.Forms.ToolStripMenuItem();
     this.exitToolStripMenuItem   = new System.Windows.Forms.ToolStripMenuItem();
     this.splitContainer          = new System.Windows.Forms.SplitContainer();
     this.treeView             = new System.Windows.Forms.TreeView();
     this.imageList            = new System.Windows.Forms.ImageList(this.components);
     this.tabControl           = new System.Windows.Forms.TabControl();
     this.tabPage              = new System.Windows.Forms.TabPage();
     this.statusStrip          = new System.Windows.Forms.StatusStrip();
     this.toolStripStatusLabel = new System.Windows.Forms.ToolStripStatusLabel();
     this.menuStrip.SuspendLayout();
     this.splitContainer.Panel1.SuspendLayout();
     this.splitContainer.Panel2.SuspendLayout();
     this.splitContainer.SuspendLayout();
     this.tabControl.SuspendLayout();
     this.statusStrip.SuspendLayout();
     this.SuspendLayout();
     //
     // openFileDialog
     //
     this.openFileDialog.DefaultExt = "*.sol";
     this.openFileDialog.Filter     = "SharedObject Files|*.sol|All Files|*.*";
     //
     // menuStrip
     //
     this.menuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.fileToolStripMenuItem
     });
     this.menuStrip.Location   = new System.Drawing.Point(0, 0);
     this.menuStrip.Name       = "menuStrip";
     this.menuStrip.RenderMode = System.Windows.Forms.ToolStripRenderMode.System;
     this.menuStrip.Size       = new System.Drawing.Size(654, 24);
     this.menuStrip.TabIndex   = 4;
     //
     // fileToolStripMenuItem
     //
     this.fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.openToolStripMenuItem,
         this.reloadToolStripMenuItem,
         this.toolStripSeparator1,
         this.closeToolStripMenuItem,
         this.exitToolStripMenuItem
     });
     this.fileToolStripMenuItem.Name = "fileToolStripMenuItem";
     this.fileToolStripMenuItem.Size = new System.Drawing.Size(35, 20);
     this.fileToolStripMenuItem.Text = "&File";
     //
     // openToolStripMenuItem
     //
     this.openToolStripMenuItem.Name   = "openToolStripMenuItem";
     this.openToolStripMenuItem.Size   = new System.Drawing.Size(118, 22);
     this.openToolStripMenuItem.Text   = "&Open";
     this.openToolStripMenuItem.Click += new System.EventHandler(this.openToolStripMenuItem_Click);
     //
     // reloadToolStripMenuItem
     //
     this.reloadToolStripMenuItem.Enabled = false;
     this.reloadToolStripMenuItem.Name    = "reloadToolStripMenuItem";
     this.reloadToolStripMenuItem.Size    = new System.Drawing.Size(118, 22);
     this.reloadToolStripMenuItem.Text    = "&Reload";
     this.reloadToolStripMenuItem.Click  += new System.EventHandler(this.reloadToolStripMenuItem_Click);
     //
     // toolStripSeparator1
     //
     this.toolStripSeparator1.Name = "toolStripSeparator1";
     this.toolStripSeparator1.Size = new System.Drawing.Size(115, 6);
     //
     // closeToolStripMenuItem
     //
     this.closeToolStripMenuItem.Name   = "closeToolStripMenuItem";
     this.closeToolStripMenuItem.Size   = new System.Drawing.Size(118, 22);
     this.closeToolStripMenuItem.Text   = "&Close";
     this.closeToolStripMenuItem.Click += new System.EventHandler(this.closeToolStripMenuItem_Click);
     //
     // exitToolStripMenuItem
     //
     this.exitToolStripMenuItem.Name   = "exitToolStripMenuItem";
     this.exitToolStripMenuItem.Size   = new System.Drawing.Size(118, 22);
     this.exitToolStripMenuItem.Text   = "&Exit";
     this.exitToolStripMenuItem.Click += new System.EventHandler(this.exitToolStripMenuItem_Click);
     //
     // splitContainer
     //
     this.splitContainer.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.splitContainer.Location = new System.Drawing.Point(0, 24);
     this.splitContainer.Name     = "splitContainer";
     //
     // splitContainer.Panel1
     //
     this.splitContainer.Panel1.Controls.Add(this.treeView);
     //
     // splitContainer.Panel2
     //
     this.splitContainer.Panel2.Controls.Add(this.tabControl);
     this.splitContainer.Size             = new System.Drawing.Size(654, 426);
     this.splitContainer.SplitterDistance = 218;
     this.splitContainer.TabIndex         = 5;
     //
     // treeView
     //
     this.treeView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                   | System.Windows.Forms.AnchorStyles.Left)
                                                                  | System.Windows.Forms.AnchorStyles.Right)));
     this.treeView.FullRowSelect      = true;
     this.treeView.ImageIndex         = 0;
     this.treeView.ImageList          = this.imageList;
     this.treeView.Location           = new System.Drawing.Point(6, 6);
     this.treeView.Name               = "treeView";
     this.treeView.SelectedImageIndex = 0;
     this.treeView.Size               = new System.Drawing.Size(211, 392);
     this.treeView.TabIndex           = 0;
     this.treeView.AfterSelect       += new System.Windows.Forms.TreeViewEventHandler(this.treeView_AfterSelect);
     //
     // imageList
     //
     this.imageList.ImageStream      = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList.ImageStream")));
     this.imageList.TransparentColor = System.Drawing.Color.Transparent;
     this.imageList.Images.SetKeyName(0, "None");
     this.imageList.Images.SetKeyName(1, "Array");
     this.imageList.Images.SetKeyName(2, "ByteArray");
     this.imageList.Images.SetKeyName(3, "Date");
     this.imageList.Images.SetKeyName(4, "Int");
     this.imageList.Images.SetKeyName(5, "null");
     this.imageList.Images.SetKeyName(6, "Number");
     this.imageList.Images.SetKeyName(7, "Object");
     this.imageList.Images.SetKeyName(8, "String");
     this.imageList.Images.SetKeyName(9, "undefined");
     this.imageList.Images.SetKeyName(10, "XML");
     this.imageList.Images.SetKeyName(11, "Mixed");
     this.imageList.Images.SetKeyName(12, "Ref");
     this.imageList.Images.SetKeyName(13, "Boolean");
     this.imageList.Images.SetKeyName(14, "LostReference");
     this.imageList.Images.SetKeyName(15, "shared_object");
     //
     // tabControl
     //
     this.tabControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                     | System.Windows.Forms.AnchorStyles.Left)
                                                                    | System.Windows.Forms.AnchorStyles.Right)));
     this.tabControl.Controls.Add(this.tabPage);
     this.tabControl.ImageList     = this.imageList;
     this.tabControl.Location      = new System.Drawing.Point(0, 6);
     this.tabControl.Name          = "tabControl";
     this.tabControl.Padding       = new System.Drawing.Point(9, 5);
     this.tabControl.SelectedIndex = 0;
     this.tabControl.Size          = new System.Drawing.Size(429, 394);
     this.tabControl.TabIndex      = 1;
     this.tabControl.Visible       = false;
     //
     // tabPage
     //
     this.tabPage.Location = new System.Drawing.Point(4, 27);
     this.tabPage.Name     = "tabPage";
     this.tabPage.Padding  = new System.Windows.Forms.Padding(3);
     this.tabPage.Size     = new System.Drawing.Size(421, 363);
     this.tabPage.TabIndex = 1;
     this.tabPage.UseVisualStyleBackColor = true;
     //
     // statusStrip
     //
     this.statusStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.toolStripStatusLabel
     });
     this.statusStrip.Location = new System.Drawing.Point(0, 428);
     this.statusStrip.Name     = "statusStrip";
     this.statusStrip.Size     = new System.Drawing.Size(654, 22);
     this.statusStrip.TabIndex = 6;
     //
     // toolStripStatusLabel
     //
     this.toolStripStatusLabel.Margin   = new System.Windows.Forms.Padding(3, 3, 0, 2);
     this.toolStripStatusLabel.Name     = "toolStripStatusLabel";
     this.toolStripStatusLabel.Overflow = System.Windows.Forms.ToolStripItemOverflow.Never;
     this.toolStripStatusLabel.Size     = new System.Drawing.Size(42, 17);
     this.toolStripStatusLabel.Text     = "Ready.";
     //
     // MainForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(654, 450);
     this.Controls.Add(this.statusStrip);
     this.Controls.Add(this.splitContainer);
     this.Controls.Add(this.menuStrip);
     this.MainMenuStrip = this.menuStrip;
     this.Name          = "MainForm";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = " SharedObject Reader";
     this.Load         += new System.EventHandler(this.MainForm_Load);
     this.menuStrip.ResumeLayout(false);
     this.menuStrip.PerformLayout();
     this.splitContainer.Panel1.ResumeLayout(false);
     this.splitContainer.Panel2.ResumeLayout(false);
     this.splitContainer.ResumeLayout(false);
     this.tabControl.ResumeLayout(false);
     this.statusStrip.ResumeLayout(false);
     this.statusStrip.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
示例#52
0
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(StatusStripControls));
     this.kryptonPanel1         = new ComponentFactory.Krypton.Toolkit.KryptonPanel();
     this.ss                    = new System.Windows.Forms.StatusStrip();
     this.knudtsiTest           = new ExtendedControls.ExtendedToolkit.ToolstripControls.KryptonNumericUpDownToolStripItem();
     this.o07cptsiTest          = new ExtendedControls.ExtendedToolkit.Controls.Drawing.Controls.Office2007ColorPickerToolStripMenuItem();
     this.kcbtsmiTest           = new ExtendedControls.ExtendedToolkit.Controls.KryptonControls.KryptonColourButtonToolStripMenuItem();
     this.ktbtsmiTest           = new ExtendedControls.ExtendedToolkit.Controls.KryptonControls.KryptonTrackBarToolStripMenuItem();
     this.kvbTest               = new ExtendedControls.ExtendedToolkit.Controls.KryptonControls.KryptonViewBar();
     this.ksbTest               = new ExtendedControls.ExtendedToolkit.Controls.KryptonControls.ToolbarItems.KryptonSliderBar();
     this.tsmiuacsTest          = new KryptonExtendedToolkit.ExtendedToolkit.ToolstripControls.ToolStripMenuItemUACSheld();
     this.etslTest              = new ExtendedControls.ExtendedToolkit.ToolstripControls.ExtendedToolStripStatusLabel();
     this.tspbTest              = new System.Windows.Forms.ToolStripProgressBar();
     this.kpgStatusStripItems   = new ExtendedControls.ExtendedToolkit.Controls.KryptonControls.KryptonPropertyGrid();
     this.kcbtnBackwardDiagonal = new ComponentFactory.Krypton.Toolkit.KryptonCheckButton();
     this.kcbtnForwardDiagonal  = new ComponentFactory.Krypton.Toolkit.KryptonCheckButton();
     this.kcbtnVertical         = new ComponentFactory.Krypton.Toolkit.KryptonCheckButton();
     this.kcbtnHorizontal       = new ComponentFactory.Krypton.Toolkit.KryptonCheckButton();
     this.kcbtnTextColour       = new ComponentFactory.Krypton.Toolkit.KryptonColorButton();
     this.kcbtnGradientColour2  = new ComponentFactory.Krypton.Toolkit.KryptonColorButton();
     this.kcbtnGradientColour1  = new ComponentFactory.Krypton.Toolkit.KryptonColorButton();
     this.kryptonSliderBar1     = new ExtendedControls.ExtendedToolkit.Controls.KryptonControls.ToolbarItems.KryptonSliderBar();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel1)).BeginInit();
     this.kryptonPanel1.SuspendLayout();
     this.ss.SuspendLayout();
     this.SuspendLayout();
     //
     // kryptonPanel1
     //
     this.kryptonPanel1.Controls.Add(this.ss);
     this.kryptonPanel1.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.kryptonPanel1.Location = new System.Drawing.Point(0, 646);
     this.kryptonPanel1.Name     = "kryptonPanel1";
     this.kryptonPanel1.Size     = new System.Drawing.Size(1207, 22);
     this.kryptonPanel1.TabIndex = 0;
     //
     // ss
     //
     this.ss.Font = new System.Drawing.Font("Segoe UI", 9F);
     this.ss.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.knudtsiTest,
         this.o07cptsiTest,
         this.kcbtsmiTest,
         this.ktbtsmiTest,
         this.kvbTest,
         this.ksbTest,
         this.tsmiuacsTest,
         this.etslTest,
         this.tspbTest,
         this.kryptonSliderBar1
     });
     this.ss.Location   = new System.Drawing.Point(0, -3);
     this.ss.Name       = "ss";
     this.ss.RenderMode = System.Windows.Forms.ToolStripRenderMode.ManagerRenderMode;
     this.ss.Size       = new System.Drawing.Size(1207, 25);
     this.ss.TabIndex   = 0;
     this.ss.Text       = "statusStrip1";
     //
     // knudtsiTest
     //
     this.knudtsiTest.AutoSize = false;
     this.knudtsiTest.Name     = "knudtsiTest";
     this.knudtsiTest.Size     = new System.Drawing.Size(50, 23);
     this.knudtsiTest.Text     = "0";
     this.knudtsiTest.Value    = new decimal(new int[] {
         0,
         0,
         0,
         0
     });
     this.knudtsiTest.Click += new System.EventHandler(this.KnudtsiTest_Click);
     //
     // o07cptsiTest
     //
     this.o07cptsiTest.Name = "o07cptsiTest";
     //
     // o07cptsiTest
     //
     this.o07cptsiTest.Office2007ColourPickerControl.AccessibleName = "o07cptsiTest";
     this.o07cptsiTest.Office2007ColourPickerControl.DrawMode       = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.o07cptsiTest.Office2007ColourPickerControl.DropDownStyle  = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.o07cptsiTest.Office2007ColourPickerControl.Items.AddRange(new object[] {
         "Color"
     });
     this.o07cptsiTest.Office2007ColourPickerControl.Location       = new System.Drawing.Point(51, 2);
     this.o07cptsiTest.Office2007ColourPickerControl.Name           = "o07cptsiTest";
     this.o07cptsiTest.Office2007ColourPickerControl.SelectedColour = System.Drawing.Color.Black;
     this.o07cptsiTest.Office2007ColourPickerControl.Size           = new System.Drawing.Size(121, 24);
     this.o07cptsiTest.Office2007ColourPickerControl.TabIndex       = 2;
     this.o07cptsiTest.Size = new System.Drawing.Size(121, 23);
     this.o07cptsiTest.Text = "Color";
     //
     // kcbtsmiTest
     //
     this.kcbtsmiTest.AutoSize = false;
     //
     // kcbtsmiTest
     //
     this.kcbtsmiTest.KryptonColorButtonControl.AccessibleName = "kcbtsmiTest";
     this.kcbtsmiTest.KryptonColorButtonControl.Location       = new System.Drawing.Point(172, 2);
     this.kcbtsmiTest.KryptonColorButtonControl.Name           = "kcbtsmiTest";
     this.kcbtsmiTest.KryptonColorButtonControl.Size           = new System.Drawing.Size(90, 23);
     this.kcbtsmiTest.KryptonColorButtonControl.TabIndex       = 3;
     this.kcbtsmiTest.Name = "kcbtsmiTest";
     this.kcbtsmiTest.Size = new System.Drawing.Size(90, 23);
     this.kcbtsmiTest.Text = "Color";
     //
     // ktbtsmiTest
     //
     this.ktbtsmiTest.AutoSize = false;
     //
     // ktbtsmiTest
     //
     this.ktbtsmiTest.KryptonTrackBarControl.AccessibleName = "ktbtsmiTest";
     this.ktbtsmiTest.KryptonTrackBarControl.DrawBackground = true;
     this.ktbtsmiTest.KryptonTrackBarControl.Location       = new System.Drawing.Point(262, 2);
     this.ktbtsmiTest.KryptonTrackBarControl.Name           = "ktbtsmiTest";
     this.ktbtsmiTest.KryptonTrackBarControl.Size           = new System.Drawing.Size(150, 23);
     this.ktbtsmiTest.KryptonTrackBarControl.TabIndex       = 4;
     this.ktbtsmiTest.LargeChange   = 5;
     this.ktbtsmiTest.Maximum       = 10;
     this.ktbtsmiTest.Minimum       = 0;
     this.ktbtsmiTest.Name          = "ktbtsmiTest";
     this.ktbtsmiTest.Orientation   = System.Windows.Forms.Orientation.Horizontal;
     this.ktbtsmiTest.Size          = new System.Drawing.Size(150, 23);
     this.ktbtsmiTest.SmallChange   = 1;
     this.ktbtsmiTest.Text          = "kryptonTrackBarToolStripMenuItem1";
     this.ktbtsmiTest.TickFrequency = 1;
     this.ktbtsmiTest.TickStyle     = System.Windows.Forms.TickStyle.BottomRight;
     this.ktbtsmiTest.TrackBarSize  = ComponentFactory.Krypton.Toolkit.PaletteTrackBarSize.Medium;
     this.ktbtsmiTest.Value         = 0;
     this.ktbtsmiTest.VolumeControl = false;
     //
     // kvbTest
     //
     this.kvbTest.BackColor   = System.Drawing.Color.Transparent;
     this.kvbTest.Font        = new System.Drawing.Font("Segoe UI", 8.25F);
     this.kvbTest.Name        = "kvbTest";
     this.kvbTest.Size        = new System.Drawing.Size(117, 23);
     this.kvbTest.Text        = "kryptonViewBar1";
     this.kvbTest.ViewBarSize = new System.Drawing.Size(117, 23);
     //
     // ksbTest
     //
     this.ksbTest.BackColor   = System.Drawing.Color.Transparent;
     this.ksbTest.Font        = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.ksbTest.Name        = "ksbTest";
     this.ksbTest.Size        = new System.Drawing.Size(140, 23);
     this.ksbTest.Steps       = 2;
     this.ksbTest.Text        = "kryptonSliderBar1";
     this.ksbTest.TrackerSize = new System.Drawing.Size(140, 23);
     //
     // tsmiuacsTest
     //
     this.tsmiuacsTest.Image = ((System.Drawing.Image)(resources.GetObject("tsmiuacsTest.Image")));
     this.tsmiuacsTest.Name  = "tsmiuacsTest";
     this.tsmiuacsTest.Size  = new System.Drawing.Size(194, 25);
     this.tsmiuacsTest.Text  = "toolStripMenuItemUACSheld1";
     //
     // etslTest
     //
     this.etslTest.BackColor         = System.Drawing.Color.Empty;
     this.etslTest.BkClr             = false;
     this.etslTest.BlinkDuration     = ((long)(10));
     this.etslTest.BlinkState        = ExtendedControls.Base.Enumerations.BlinkState.NormalBlink;
     this.etslTest.CycleInterval     = ((short)(2000));
     this.etslTest.EnableBlinking    = true;
     this.etslTest.ForeColor         = System.Drawing.SystemColors.ControlText;
     this.etslTest.GradientColourOne = System.Drawing.Color.Empty;
     this.etslTest.GradientColourTwo = System.Drawing.Color.Empty;
     this.etslTest.Name   = "etslTest";
     this.etslTest.Size   = new System.Drawing.Size(75, 20);
     this.etslTest.Text   = "Gradient Test";
     this.etslTest.Click += new System.EventHandler(this.EtslTest_Click);
     //
     // tspbTest
     //
     this.tspbTest.Name  = "tspbTest";
     this.tspbTest.Size  = new System.Drawing.Size(100, 19);
     this.tspbTest.Value = 50;
     //
     // kpgStatusStripItems
     //
     this.kpgStatusStripItems.CategoryForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(57)))), ((int)(((byte)(91)))));
     this.kpgStatusStripItems.HelpBackColor     = System.Drawing.Color.FromArgb(((int)(((byte)(187)))), ((int)(((byte)(206)))), ((int)(((byte)(230)))));
     this.kpgStatusStripItems.HelpForeColor     = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(57)))), ((int)(((byte)(91)))));
     this.kpgStatusStripItems.LineColor         = System.Drawing.Color.FromArgb(((int)(((byte)(179)))), ((int)(((byte)(196)))), ((int)(((byte)(216)))));
     this.kpgStatusStripItems.Location          = new System.Drawing.Point(12, 12);
     this.kpgStatusStripItems.Name     = "kpgStatusStripItems";
     this.kpgStatusStripItems.Size     = new System.Drawing.Size(349, 612);
     this.kpgStatusStripItems.TabIndex = 1;
     //
     // kcbtnBackwardDiagonal
     //
     this.kcbtnBackwardDiagonal.Location    = new System.Drawing.Point(403, 92);
     this.kcbtnBackwardDiagonal.Name        = "kcbtnBackwardDiagonal";
     this.kcbtnBackwardDiagonal.Size        = new System.Drawing.Size(150, 25);
     this.kcbtnBackwardDiagonal.TabIndex    = 23;
     this.kcbtnBackwardDiagonal.Values.Text = "&Backward Diagonal";
     this.kcbtnBackwardDiagonal.Click      += new System.EventHandler(this.KcbtnBackwardDiagonal_Click);
     //
     // kcbtnForwardDiagonal
     //
     this.kcbtnForwardDiagonal.Checked     = true;
     this.kcbtnForwardDiagonal.Location    = new System.Drawing.Point(402, 252);
     this.kcbtnForwardDiagonal.Name        = "kcbtnForwardDiagonal";
     this.kcbtnForwardDiagonal.Size        = new System.Drawing.Size(150, 25);
     this.kcbtnForwardDiagonal.TabIndex    = 22;
     this.kcbtnForwardDiagonal.Values.Text = "&Forward Diagonal";
     this.kcbtnForwardDiagonal.Click      += new System.EventHandler(this.KcbtnForwardDiagonal_Click);
     //
     // kcbtnVertical
     //
     this.kcbtnVertical.Location    = new System.Drawing.Point(403, 172);
     this.kcbtnVertical.Name        = "kcbtnVertical";
     this.kcbtnVertical.Size        = new System.Drawing.Size(150, 25);
     this.kcbtnVertical.TabIndex    = 21;
     this.kcbtnVertical.Values.Text = "Ver&tical";
     this.kcbtnVertical.Click      += new System.EventHandler(this.KcbtnVertical_Click);
     //
     // kcbtnHorizontal
     //
     this.kcbtnHorizontal.Location    = new System.Drawing.Point(402, 12);
     this.kcbtnHorizontal.Name        = "kcbtnHorizontal";
     this.kcbtnHorizontal.Size        = new System.Drawing.Size(150, 25);
     this.kcbtnHorizontal.TabIndex    = 20;
     this.kcbtnHorizontal.Values.Text = "&Horizontal";
     this.kcbtnHorizontal.Click      += new System.EventHandler(this.KcbtnHorizontal_Click);
     //
     // kcbtnTextColour
     //
     this.kcbtnTextColour.AutoSize              = true;
     this.kcbtnTextColour.Location              = new System.Drawing.Point(402, 488);
     this.kcbtnTextColour.Name                  = "kcbtnTextColour";
     this.kcbtnTextColour.Size                  = new System.Drawing.Size(136, 25);
     this.kcbtnTextColour.TabIndex              = 26;
     this.kcbtnTextColour.Values.Text           = "Text Colour";
     this.kcbtnTextColour.SelectedColorChanged += new System.EventHandler <ComponentFactory.Krypton.Toolkit.ColorEventArgs>(this.KcbtnTextColour_SelectedColorChanged);
     //
     // kcbtnGradientColour2
     //
     this.kcbtnGradientColour2.AutoSize              = true;
     this.kcbtnGradientColour2.Location              = new System.Drawing.Point(403, 401);
     this.kcbtnGradientColour2.Name                  = "kcbtnGradientColour2";
     this.kcbtnGradientColour2.Size                  = new System.Drawing.Size(136, 25);
     this.kcbtnGradientColour2.TabIndex              = 25;
     this.kcbtnGradientColour2.Values.Text           = "Gradient Colour 2";
     this.kcbtnGradientColour2.SelectedColorChanged += new System.EventHandler <ComponentFactory.Krypton.Toolkit.ColorEventArgs>(this.KcbtnGradientColour2_SelectedColorChanged);
     //
     // kcbtnGradientColour1
     //
     this.kcbtnGradientColour1.AutoSize              = true;
     this.kcbtnGradientColour1.Location              = new System.Drawing.Point(403, 314);
     this.kcbtnGradientColour1.Name                  = "kcbtnGradientColour1";
     this.kcbtnGradientColour1.Size                  = new System.Drawing.Size(136, 25);
     this.kcbtnGradientColour1.TabIndex              = 24;
     this.kcbtnGradientColour1.Values.Text           = "Gradient Colour 1";
     this.kcbtnGradientColour1.SelectedColorChanged += new System.EventHandler <ComponentFactory.Krypton.Toolkit.ColorEventArgs>(this.KcbtnGradientColour1_SelectedColorChanged);
     //
     // kryptonSliderBar1
     //
     this.kryptonSliderBar1.BackColor   = System.Drawing.Color.Transparent;
     this.kryptonSliderBar1.Font        = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kryptonSliderBar1.Name        = "kryptonSliderBar1";
     this.kryptonSliderBar1.Size        = new System.Drawing.Size(140, 23);
     this.kryptonSliderBar1.Steps       = 2;
     this.kryptonSliderBar1.Text        = "kryptonSliderBar1";
     this.kryptonSliderBar1.TrackerSize = new System.Drawing.Size(140, 23);
     //
     // StatusStripControls
     //
     this.ClientSize = new System.Drawing.Size(1207, 668);
     this.Controls.Add(this.kcbtnTextColour);
     this.Controls.Add(this.kcbtnGradientColour2);
     this.Controls.Add(this.kcbtnGradientColour1);
     this.Controls.Add(this.kcbtnBackwardDiagonal);
     this.Controls.Add(this.kcbtnForwardDiagonal);
     this.Controls.Add(this.kcbtnVertical);
     this.Controls.Add(this.kcbtnHorizontal);
     this.Controls.Add(this.kpgStatusStripItems);
     this.Controls.Add(this.kryptonPanel1);
     this.Name   = "StatusStripControls";
     this.Load  += new System.EventHandler(this.StatusStripControls_Load);
     this.Click += new System.EventHandler(this.StatusStripControls_Click);
     ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel1)).EndInit();
     this.kryptonPanel1.ResumeLayout(false);
     this.kryptonPanel1.PerformLayout();
     this.ss.ResumeLayout(false);
     this.ss.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 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);
 }
示例#54
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ConnectionForm));
     this.lblTitle    = new System.Windows.Forms.Label();
     this.statusBar1  = new System.Windows.Forms.StatusStrip();
     this.pnlStatus   = new System.Windows.Forms.ToolStripStatusLabel();
     this.pictureBox1 = new System.Windows.Forms.PictureBox();
     this.lblVersion  = new System.Windows.Forms.Label();
     this.sqlConnect1 = new SqlSync.SQLConnect(lastAuthenticationType);
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
     this.SuspendLayout();
     //
     // lblTitle
     //
     this.lblTitle.Font      = new System.Drawing.Font("Arial", 14F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblTitle.ForeColor = System.Drawing.Color.LightSlateGray;
     this.lblTitle.Location  = new System.Drawing.Point(40, 10);
     this.lblTitle.Name      = "lblTitle";
     this.lblTitle.Size      = new System.Drawing.Size(260, 27);
     this.lblTitle.TabIndex  = 1;
     this.lblTitle.Text      = "Sql Build Manager";
     this.lblTitle.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // statusBar1
     //
     this.statusBar1.Location = new System.Drawing.Point(0, 424);
     this.statusBar1.Name     = "statusBar1";
     this.statusBar1.Items.AddRange(new System.Windows.Forms.ToolStripStatusLabel[] {
         this.pnlStatus
     });
     //this.statusBar1.ShowPanels = true;
     this.statusBar1.Size     = new System.Drawing.Size(287, 28);
     this.statusBar1.TabIndex = 2;
     this.statusBar1.Text     = "statusBar1";
     //
     // pnlStatus
     //
     this.pnlStatus.AutoSize = true;
     this.pnlStatus.Spring   = true;
     this.pnlStatus.Name     = "pnlStatus";
     this.pnlStatus.Text     = "Enumerating Sql Server List...";
     this.pnlStatus.Width    = 266;
     //
     // pictureBox1
     //
     this.pictureBox1.Image    = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
     this.pictureBox1.Location = new System.Drawing.Point(298, 3);
     this.pictureBox1.Name     = "pictureBox1";
     this.pictureBox1.Size     = new System.Drawing.Size(38, 41);
     this.pictureBox1.TabIndex = 3;
     this.pictureBox1.TabStop  = false;
     //
     // lblVersion
     //
     this.lblVersion.AutoSize  = true;
     this.lblVersion.Font      = new System.Drawing.Font("Microsoft Sans Serif", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblVersion.ForeColor = System.Drawing.SystemColors.Highlight;
     this.lblVersion.Location  = new System.Drawing.Point(4, 473);
     this.lblVersion.Name      = "lblVersion";
     this.lblVersion.Size      = new System.Drawing.Size(54, 15);
     this.lblVersion.TabIndex  = 4;
     this.lblVersion.Text      = "Version: ";
     //
     // sqlConnect1
     //
     this.sqlConnect1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                      | System.Windows.Forms.AnchorStyles.Left)
                                                                     | System.Windows.Forms.AnchorStyles.Right)));
     this.sqlConnect1.DisplayDatabaseDropDown = false;
     this.sqlConnect1.Enabled            = false;
     this.sqlConnect1.Location           = new System.Drawing.Point(11, 40);
     this.sqlConnect1.Name               = "sqlConnect1";
     this.sqlConnect1.Size               = new System.Drawing.Size(260, 356);
     this.sqlConnect1.TabIndex           = 0;
     this.sqlConnect1.ServerConnected   += new SqlSync.ServerConnectedEventHandler(this.sqlConnect1_ServerConnected);
     this.sqlConnect1.ServersEnumerated += new SqlSync.ServersEnumeratedEventHandler(this.sqlConnect1_ServersEnumerated);
     //
     // ConnectionForm
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(6, 15);
     this.ClientSize        = new System.Drawing.Size(287, 452);
     this.Controls.Add(this.lblVersion);
     this.Controls.Add(this.pictureBox1);
     this.Controls.Add(this.statusBar1);
     this.Controls.Add(this.lblTitle);
     this.Controls.Add(this.sqlConnect1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.SizableToolWindow;
     this.Icon            = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.KeyPreview      = true;
     this.Name            = "ConnectionForm";
     this.Text            = "Initalize Sql Server Connection";
     this.Load           += new System.EventHandler(this.ConnectionForm_Load);
     this.KeyDown        += new System.Windows.Forms.KeyEventHandler(this.ConnectionForm_KeyDown);
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
示例#55
0
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(HashFile));
     this.kryptonPanel1              = new ComponentFactory.Krypton.Toolkit.KryptonPanel();
     this.kcbShowLength              = new ComponentFactory.Krypton.Toolkit.KryptonCheckBox();
     this.kbtnGenerateFileHash       = new ComponentFactory.Krypton.Toolkit.KryptonButton();
     this.klblResult                 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     this.ctxResult                  = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.copyToolStripMenuItem      = new System.Windows.Forms.ToolStripMenuItem();
     this.kryptonLabel2              = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     this.kcbxHashAlgorithimType     = new ComponentFactory.Krypton.Toolkit.KryptonComboBox();
     this.kryptonLabel1              = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     this.kbtnBrowse                 = new ComponentFactory.Krypton.Toolkit.KryptonButton();
     this.kptxtApplicationExecutable = new ExtendedControls.ExtendedToolkit.Controls.KryptonPromptTextBox();
     this.kryptonLabel3              = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     this.kbtnCancel                 = new ComponentFactory.Krypton.Toolkit.KryptonButton();
     this.kryptonPanel2              = new ComponentFactory.Krypton.Toolkit.KryptonPanel();
     this.kbtnVarify                 = new ComponentFactory.Krypton.Toolkit.KryptonButton();
     this.kbtnSaveHash               = new ComponentFactory.Krypton.Toolkit.KryptonButton();
     this.ss = new System.Windows.Forms.StatusStrip();
     this.toolStripStatusLabel1 = new System.Windows.Forms.ToolStripStatusLabel();
     this.tspbHashProgess       = new System.Windows.Forms.ToolStripProgressBar();
     this.tslHashProgressValue  = new System.Windows.Forms.ToolStripStatusLabel();
     this.panel1       = new System.Windows.Forms.Panel();
     this.bgwMD5       = new System.ComponentModel.BackgroundWorker();
     this.bgwSHA1      = new System.ComponentModel.BackgroundWorker();
     this.bgwSHA256    = new System.ComponentModel.BackgroundWorker();
     this.bgwSHA384    = new System.ComponentModel.BackgroundWorker();
     this.bgwSHA512    = new System.ComponentModel.BackgroundWorker();
     this.bgwRIPEMD160 = new System.ComponentModel.BackgroundWorker();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel1)).BeginInit();
     this.kryptonPanel1.SuspendLayout();
     this.ctxResult.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.kcbxHashAlgorithimType)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel2)).BeginInit();
     this.kryptonPanel2.SuspendLayout();
     this.ss.SuspendLayout();
     this.SuspendLayout();
     //
     // kryptonPanel1
     //
     this.kryptonPanel1.Controls.Add(this.kcbShowLength);
     this.kryptonPanel1.Controls.Add(this.kbtnGenerateFileHash);
     this.kryptonPanel1.Controls.Add(this.klblResult);
     this.kryptonPanel1.Controls.Add(this.kryptonLabel2);
     this.kryptonPanel1.Controls.Add(this.kcbxHashAlgorithimType);
     this.kryptonPanel1.Controls.Add(this.kryptonLabel1);
     this.kryptonPanel1.Controls.Add(this.kbtnBrowse);
     this.kryptonPanel1.Controls.Add(this.kptxtApplicationExecutable);
     this.kryptonPanel1.Controls.Add(this.kryptonLabel3);
     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(853, 427);
     this.kryptonPanel1.TabIndex = 0;
     //
     // kcbShowLength
     //
     this.kcbShowLength.Location = new System.Drawing.Point(572, 109);
     this.kcbShowLength.Name     = "kcbShowLength";
     this.kcbShowLength.Size     = new System.Drawing.Size(119, 26);
     this.kcbShowLength.StateCommon.LongText.Font  = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kcbShowLength.StateCommon.ShortText.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kcbShowLength.TabIndex    = 9;
     this.kcbShowLength.Values.Text = "Show &Length";
     //
     // kbtnGenerateFileHash
     //
     this.kbtnGenerateFileHash.Enabled  = false;
     this.kbtnGenerateFileHash.Location = new System.Drawing.Point(410, 109);
     this.kbtnGenerateFileHash.Name     = "kbtnGenerateFileHash";
     this.kbtnGenerateFileHash.Size     = new System.Drawing.Size(156, 27);
     this.kbtnGenerateFileHash.StateCommon.Content.LongText.Font  = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kbtnGenerateFileHash.StateCommon.Content.ShortText.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kbtnGenerateFileHash.TabIndex    = 8;
     this.kbtnGenerateFileHash.Values.Text = "&Generate";
     this.kbtnGenerateFileHash.Click      += new System.EventHandler(this.KbtnGenerateFileHash_Click);
     //
     // klblResult
     //
     this.klblResult.AutoSize                    = false;
     this.klblResult.ContextMenuStrip            = this.ctxResult;
     this.klblResult.Location                    = new System.Drawing.Point(24, 217);
     this.klblResult.Name                        = "klblResult";
     this.klblResult.Size                        = new System.Drawing.Size(811, 73);
     this.klblResult.StateCommon.LongText.Font   = new System.Drawing.Font("Segoe UI", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.klblResult.StateCommon.LongText.TextH  = ComponentFactory.Krypton.Toolkit.PaletteRelativeAlign.Center;
     this.klblResult.StateCommon.LongText.TextV  = ComponentFactory.Krypton.Toolkit.PaletteRelativeAlign.Center;
     this.klblResult.StateCommon.ShortText.Font  = new System.Drawing.Font("Segoe UI", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.klblResult.StateCommon.ShortText.TextH = ComponentFactory.Krypton.Toolkit.PaletteRelativeAlign.Center;
     this.klblResult.StateCommon.ShortText.TextV = ComponentFactory.Krypton.Toolkit.PaletteRelativeAlign.Center;
     this.klblResult.TabIndex                    = 7;
     this.klblResult.Values.Text                 = "";
     //
     // ctxResult
     //
     this.ctxResult.Font = new System.Drawing.Font("Segoe UI", 9F);
     this.ctxResult.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.copyToolStripMenuItem
     });
     this.ctxResult.Name = "ctxResult";
     this.ctxResult.Size = new System.Drawing.Size(103, 26);
     //
     // copyToolStripMenuItem
     //
     this.copyToolStripMenuItem.Name   = "copyToolStripMenuItem";
     this.copyToolStripMenuItem.Size   = new System.Drawing.Size(102, 22);
     this.copyToolStripMenuItem.Text   = "C&opy";
     this.copyToolStripMenuItem.Click += new System.EventHandler(this.copyToolStripMenuItem_Click);
     //
     // kryptonLabel2
     //
     this.kryptonLabel2.Location = new System.Drawing.Point(24, 170);
     this.kryptonLabel2.Name     = "kryptonLabel2";
     this.kryptonLabel2.Size     = new System.Drawing.Size(62, 26);
     this.kryptonLabel2.StateCommon.LongText.Font  = new System.Drawing.Font("Segoe UI Semibold", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kryptonLabel2.StateCommon.ShortText.Font = new System.Drawing.Font("Segoe UI Semibold", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kryptonLabel2.TabIndex    = 6;
     this.kryptonLabel2.Values.Text = "Result:";
     //
     // kcbxHashAlgorithimType
     //
     this.kcbxHashAlgorithimType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.kcbxHashAlgorithimType.DropDownWidth = 223;
     this.kcbxHashAlgorithimType.Items.AddRange(new object[] {
         "MD5",
         "SHA-1",
         "SHA-256",
         "SHA-384",
         "SHA-512",
         "RIPEMD-160"
     });
     this.kcbxHashAlgorithimType.Location = new System.Drawing.Point(181, 109);
     this.kcbxHashAlgorithimType.Name     = "kcbxHashAlgorithimType";
     this.kcbxHashAlgorithimType.Size     = new System.Drawing.Size(223, 27);
     this.kcbxHashAlgorithimType.StateCommon.ComboBox.Content.Font       = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kcbxHashAlgorithimType.StateCommon.ComboBox.Content.TextH      = ComponentFactory.Krypton.Toolkit.PaletteRelativeAlign.Near;
     this.kcbxHashAlgorithimType.StateCommon.Item.Content.LongText.Font  = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kcbxHashAlgorithimType.StateCommon.Item.Content.ShortText.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kcbxHashAlgorithimType.TabIndex              = 5;
     this.kcbxHashAlgorithimType.SelectedIndexChanged += new System.EventHandler(this.KcbxHashAlgorithimType_SelectedIndexChanged);
     //
     // kryptonLabel1
     //
     this.kryptonLabel1.Location = new System.Drawing.Point(24, 110);
     this.kryptonLabel1.Name     = "kryptonLabel1";
     this.kryptonLabel1.Size     = new System.Drawing.Size(138, 26);
     this.kryptonLabel1.StateCommon.LongText.Font  = new System.Drawing.Font("Segoe UI Semibold", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kryptonLabel1.StateCommon.ShortText.Font = new System.Drawing.Font("Segoe UI Semibold", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kryptonLabel1.TabIndex    = 4;
     this.kryptonLabel1.Values.Text = "Hash Algorithim:";
     //
     // kbtnBrowse
     //
     this.kbtnBrowse.Location = new System.Drawing.Point(800, 44);
     this.kbtnBrowse.Name     = "kbtnBrowse";
     this.kbtnBrowse.Size     = new System.Drawing.Size(35, 29);
     this.kbtnBrowse.StateCommon.Content.LongText.Font  = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kbtnBrowse.StateCommon.Content.ShortText.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kbtnBrowse.TabIndex    = 3;
     this.kbtnBrowse.Values.Text = "...";
     this.kbtnBrowse.Click      += new System.EventHandler(this.KbtnBrowse_Click);
     //
     // kptxtApplicationExecutable
     //
     this.kptxtApplicationExecutable.DrawPrompt       = true;
     this.kptxtApplicationExecutable.FocusSelect      = true;
     this.kptxtApplicationExecutable.Font             = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kptxtApplicationExecutable.Location         = new System.Drawing.Point(181, 44);
     this.kptxtApplicationExecutable.Name             = "kptxtApplicationExecutable";
     this.kptxtApplicationExecutable.PromptForeColour = System.Drawing.SystemColors.GrayText;
     this.kptxtApplicationExecutable.PromptText       = "Executable Path";
     this.kptxtApplicationExecutable.PromptTypeface   = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kptxtApplicationExecutable.Size             = new System.Drawing.Size(613, 29);
     this.kptxtApplicationExecutable.TabIndex         = 2;
     //
     // kryptonLabel3
     //
     this.kryptonLabel3.Location = new System.Drawing.Point(24, 45);
     this.kryptonLabel3.Name     = "kryptonLabel3";
     this.kryptonLabel3.Size     = new System.Drawing.Size(153, 26);
     this.kryptonLabel3.StateCommon.LongText.Font  = new System.Drawing.Font("Segoe UI Semibold", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kryptonLabel3.StateCommon.ShortText.Font = new System.Drawing.Font("Segoe UI Semibold", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kryptonLabel3.TabIndex    = 1;
     this.kryptonLabel3.Values.Text = "Application Binary:";
     //
     // kbtnCancel
     //
     this.kbtnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.kbtnCancel.Location     = new System.Drawing.Point(718, 17);
     this.kbtnCancel.Name         = "kbtnCancel";
     this.kbtnCancel.Size         = new System.Drawing.Size(117, 29);
     this.kbtnCancel.StateCommon.Content.LongText.Font  = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     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    = 9;
     this.kbtnCancel.Values.Text = "&Cancel";
     //
     // kryptonPanel2
     //
     this.kryptonPanel2.Controls.Add(this.kbtnVarify);
     this.kryptonPanel2.Controls.Add(this.kbtnSaveHash);
     this.kryptonPanel2.Controls.Add(this.kbtnCancel);
     this.kryptonPanel2.Controls.Add(this.ss);
     this.kryptonPanel2.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.kryptonPanel2.Location = new System.Drawing.Point(0, 343);
     this.kryptonPanel2.Name     = "kryptonPanel2";
     this.kryptonPanel2.Size     = new System.Drawing.Size(853, 84);
     this.kryptonPanel2.TabIndex = 2;
     //
     // kbtnVarify
     //
     this.kbtnVarify.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.kbtnVarify.Location     = new System.Drawing.Point(12, 17);
     this.kbtnVarify.Name         = "kbtnVarify";
     this.kbtnVarify.Size         = new System.Drawing.Size(139, 29);
     this.kbtnVarify.StateCommon.Content.LongText.Font  = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kbtnVarify.StateCommon.Content.ShortText.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kbtnVarify.TabIndex    = 11;
     this.kbtnVarify.Values.Text = "V&arify Hash";
     this.kbtnVarify.Click      += new System.EventHandler(this.KbtnVarify_Click);
     //
     // kbtnSaveHash
     //
     this.kbtnSaveHash.Enabled  = false;
     this.kbtnSaveHash.Location = new System.Drawing.Point(595, 17);
     this.kbtnSaveHash.Name     = "kbtnSaveHash";
     this.kbtnSaveHash.Size     = new System.Drawing.Size(117, 29);
     this.kbtnSaveHash.StateCommon.Content.LongText.Font  = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kbtnSaveHash.StateCommon.Content.ShortText.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kbtnSaveHash.TabIndex    = 10;
     this.kbtnSaveHash.Values.Text = "S&ave";
     //
     // ss
     //
     this.ss.Font = new System.Drawing.Font("Segoe UI", 9F);
     this.ss.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.toolStripStatusLabel1,
         this.tspbHashProgess,
         this.tslHashProgressValue
     });
     this.ss.Location   = new System.Drawing.Point(0, 62);
     this.ss.Name       = "ss";
     this.ss.RenderMode = System.Windows.Forms.ToolStripRenderMode.ManagerRenderMode;
     this.ss.Size       = new System.Drawing.Size(853, 22);
     this.ss.TabIndex   = 0;
     this.ss.Text       = "statusStrip1";
     //
     // toolStripStatusLabel1
     //
     this.toolStripStatusLabel1.Name      = "toolStripStatusLabel1";
     this.toolStripStatusLabel1.Size      = new System.Drawing.Size(838, 17);
     this.toolStripStatusLabel1.Spring    = true;
     this.toolStripStatusLabel1.Text      = "Ready";
     this.toolStripStatusLabel1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // tspbHashProgess
     //
     this.tspbHashProgess.Name    = "tspbHashProgess";
     this.tspbHashProgess.Size    = new System.Drawing.Size(100, 16);
     this.tspbHashProgess.Visible = false;
     //
     // tslHashProgressValue
     //
     this.tslHashProgressValue.Name    = "tslHashProgressValue";
     this.tslHashProgressValue.Size    = new System.Drawing.Size(31, 17);
     this.tslHashProgressValue.Text    = "{0}%";
     this.tslHashProgressValue.Visible = false;
     //
     // panel1
     //
     this.panel1.BackColor = System.Drawing.SystemColors.ControlDarkDark;
     this.panel1.Dock      = System.Windows.Forms.DockStyle.Bottom;
     this.panel1.Location  = new System.Drawing.Point(0, 340);
     this.panel1.Name      = "panel1";
     this.panel1.Size      = new System.Drawing.Size(853, 3);
     this.panel1.TabIndex  = 3;
     //
     // bgwMD5
     //
     this.bgwMD5.WorkerReportsProgress      = true;
     this.bgwMD5.WorkerSupportsCancellation = true;
     this.bgwMD5.DoWork             += new System.ComponentModel.DoWorkEventHandler(this.bgwMD5_DoWork);
     this.bgwMD5.ProgressChanged    += new System.ComponentModel.ProgressChangedEventHandler(this.bgwMD5_ProgressChanged);
     this.bgwMD5.RunWorkerCompleted += new System.ComponentModel.RunWorkerCompletedEventHandler(this.bgwMD5_RunWorkerCompleted);
     //
     // bgwSHA1
     //
     this.bgwSHA1.WorkerReportsProgress      = true;
     this.bgwSHA1.WorkerSupportsCancellation = true;
     this.bgwSHA1.DoWork             += new System.ComponentModel.DoWorkEventHandler(this.bgwSHA1_DoWork);
     this.bgwSHA1.ProgressChanged    += new System.ComponentModel.ProgressChangedEventHandler(this.bgwSHA1_ProgressChanged);
     this.bgwSHA1.RunWorkerCompleted += new System.ComponentModel.RunWorkerCompletedEventHandler(this.bgwSHA1_RunWorkerCompleted);
     //
     // bgwSHA256
     //
     this.bgwSHA256.WorkerReportsProgress      = true;
     this.bgwSHA256.WorkerSupportsCancellation = true;
     this.bgwSHA256.DoWork             += new System.ComponentModel.DoWorkEventHandler(this.bgwSHA256_DoWork);
     this.bgwSHA256.ProgressChanged    += new System.ComponentModel.ProgressChangedEventHandler(this.bgwSHA256_ProgressChanged);
     this.bgwSHA256.RunWorkerCompleted += new System.ComponentModel.RunWorkerCompletedEventHandler(this.bgwSHA256_RunWorkerCompleted);
     //
     // bgwSHA384
     //
     this.bgwSHA384.WorkerReportsProgress      = true;
     this.bgwSHA384.WorkerSupportsCancellation = true;
     this.bgwSHA384.DoWork             += new System.ComponentModel.DoWorkEventHandler(this.bgwSHA384_DoWork);
     this.bgwSHA384.ProgressChanged    += new System.ComponentModel.ProgressChangedEventHandler(this.bgwSHA384_ProgressChanged);
     this.bgwSHA384.RunWorkerCompleted += new System.ComponentModel.RunWorkerCompletedEventHandler(this.bgwSHA384_RunWorkerCompleted);
     //
     // bgwSHA512
     //
     this.bgwSHA512.WorkerReportsProgress      = true;
     this.bgwSHA512.WorkerSupportsCancellation = true;
     this.bgwSHA512.DoWork             += new System.ComponentModel.DoWorkEventHandler(this.bgwSHA512_DoWork);
     this.bgwSHA512.ProgressChanged    += new System.ComponentModel.ProgressChangedEventHandler(this.bgwSHA512_ProgressChanged);
     this.bgwSHA512.RunWorkerCompleted += new System.ComponentModel.RunWorkerCompletedEventHandler(this.bgwSHA512_RunWorkerCompleted);
     //
     // bgwRIPEMD160
     //
     this.bgwRIPEMD160.WorkerReportsProgress      = true;
     this.bgwRIPEMD160.WorkerSupportsCancellation = true;
     this.bgwRIPEMD160.DoWork             += new System.ComponentModel.DoWorkEventHandler(this.bgwRIPEMD160_DoWork);
     this.bgwRIPEMD160.ProgressChanged    += new System.ComponentModel.ProgressChangedEventHandler(this.bgwRIPEMD160_ProgressChanged);
     this.bgwRIPEMD160.RunWorkerCompleted += new System.ComponentModel.RunWorkerCompletedEventHandler(this.bgwRIPEMD160_RunWorkerCompleted);
     //
     // HashFile
     //
     this.CancelButton = this.kbtnCancel;
     this.ClientSize   = new System.Drawing.Size(853, 427);
     this.Controls.Add(this.panel1);
     this.Controls.Add(this.kryptonPanel2);
     this.Controls.Add(this.kryptonPanel1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Fixed3D;
     this.Icon            = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox     = false;
     this.Name            = "HashFile";
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "Hash File";
     this.Load           += new System.EventHandler(this.HashFile_Load);
     ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel1)).EndInit();
     this.kryptonPanel1.ResumeLayout(false);
     this.kryptonPanel1.PerformLayout();
     this.ctxResult.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.kcbxHashAlgorithimType)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel2)).EndInit();
     this.kryptonPanel2.ResumeLayout(false);
     this.kryptonPanel2.PerformLayout();
     this.ss.ResumeLayout(false);
     this.ss.PerformLayout();
     this.ResumeLayout(false);
 }
示例#56
0
        private void FireLoginReady(object sender, System.EventArgs e)
        {
            LoginControl login = (LoginControl)sender;

            //
            //  Create a new login client request
            //

            ClientAdapterResponse response = controller.SendRpc(
                new Login(login.Username, login.Password));

            if (response.Type != ClientAdapterResponse.Types.ResponseType.ACKNOWLEDGEMENT)
            {
                System.Windows.Forms.MessageBox.Show(
                    "Invalid username / password.",
                    "Login Error", MessageBoxButtons.OK,
                    MessageBoxIcon.Exclamation);

                login.Reset();
                login.Invalidate();
                return;
            }

            if (!response.HasDatabaseResponse ||
                response.DatabaseResponse.ResultSetCount != 1 ||
                response.DatabaseResponse.GetResultSet(0).RowCount != 1)
            {
                System.Windows.Forms.MessageBox.Show(
                    "Invalid username / password.",
                    "Login Error", MessageBoxButtons.OK,
                    MessageBoxIcon.Exclamation);

                login.Reset();
                login.Invalidate();
                return;
            }

            User userData = new User(
                response.DatabaseResponse.
                GetResultSet(0).GetRow(0));

            //
            //  Get the user's applications
            //

            response = controller.SendRpc(
                new GetUserApplications(userData.Id));

            foreach (DatabaseEngineResponse.Types.ResultSet rs in response.DatabaseResponse.ResultSetList)
            {
                foreach (DatabaseEngineResponse.Types.ResultSet.Types.Row row in rs.RowList)
                {
                    userData.AddApplication(row);
                }
            }

            //
            //  Set the user
            //

            controller.ApplicationUser = userData;

            //
            //  Load the active set data
            //

            login.labelHeader = "Loading Static Data...";
            Application.DoEvents();

            controller.LoadStaticData();

            login.labelHeader = "Loading Dealing Collection...";
            Application.DoEvents();

            controller.LoadActiveSet();

            //
            //  Create the main GUI
            //

            this.SuspendLayout();

            //
            //  Menu
            //

            MainMenu menu = new MainMenu();
            MenuItem file = new MenuItem("File");
            MenuItem edit = new MenuItem("Edit");
            MenuItem help = new MenuItem("Help");

            menu.MenuItems.Add(file);
            menu.MenuItems.Add(edit);
            menu.MenuItems.Add(help);

            file.MenuItems.Add(new MenuItem("Exit", new EventHandler(FireExit)));

            //
            //  Status Strip
            //

            ToolStripStatusLabel toolStripStatusLabel = new ToolStripStatusLabel();

            toolStripStatusLabel.Name = "toolStripStatusLabel";
            toolStripStatusLabel.Size = new System.Drawing.Size(38, 17);
            toolStripStatusLabel.Text =
                (string)ConfigurationManager.AppSettings["fcm_id"] + " : " +
                (string)ConfigurationManager.AppSettings["rpc"];

            System.Windows.Forms.StatusStrip statusStrip = new System.Windows.Forms.StatusStrip();
            statusStrip.Location = new System.Drawing.Point(0, 248);
            statusStrip.Name     = "statusStrip";
            statusStrip.Size     = new System.Drawing.Size(292, 25);
            statusStrip.TabIndex = 0;
            statusStrip.Text     = "statusStrip";
            statusStrip.Items.AddRange(new ToolStripItem[] { toolStripStatusLabel });

            //
            //  Split Container
            //

            splitContainer.SuspendLayout();
            splitContainer.BackColor         = System.Drawing.Color.LightSteelBlue;
            splitContainer.Dock              = System.Windows.Forms.DockStyle.Fill;
            splitContainer.Size              = new System.Drawing.Size(550, 550);
            splitContainer.Location          = new System.Drawing.Point(0, 0);
            splitContainer.Name              = "splitContainer";
            splitContainer.SplitterIncrement = 10;
            splitContainer.SplitterWidth     = 6;
            splitContainer.SplitterDistance  = 220;
            splitContainer.Panel1MinSize     = 200;
            splitContainer.FixedPanel        = System.Windows.Forms.FixedPanel.Panel1;
            splitContainer.Panel1.Padding    = new System.Windows.Forms.Padding(4, 4, 0, 4);
            splitContainer.Panel2.Padding    = new System.Windows.Forms.Padding(0, 4, 4, 4);

            if (userData.IsComplianceUser)
            {
                splitContainer.Panel2.Controls.AddRange(new Control[]
                {
                    new DealingViewer(controller),
                    new AccountComplianceViewer(controller)
                });

                splitContainer.Panel1.Controls.Add(new ClientNavigation(controller));
            }
            else if (userData.IsClientUser)
            {
                splitContainer.Panel2.Controls.AddRange(new Control[]
                {
                    new DealingViewer(controller)
                });

                splitContainer.Panel1.Controls.Add(new ClientNavigation(controller));
            }

            //
            //  (this) Form variables
            //

            this.Menu            = menu;
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Sizable;
            this.MaximizeBox     = true;
            this.MinimizeBox     = true;
            this.FormBorderStyle = FormBorderStyle.Sizable;
            this.SizeGripStyle   = SizeGripStyle.Show;
            this.Size            = new System.Drawing.Size(1200, 880);
            this.CenterToScreen();
            //this.WindowState = FormWindowState.Maximized;

            this.Controls.Clear();
            this.Controls.AddRange(new Control [] { splitContainer, statusStrip });

            splitContainer.ResumeLayout(false);
            this.ResumeLayout(true);
            this.PerformLayout();
        }
示例#57
0
 ///
 /// Erforderliche Methode für die Designerunterstützung.
 /// Der Inhalt der Methode darf nicht mit dem Code-Editor geändert werden.
 ///
 private void InitializeComponent()
 {
     this.btnAbbrechen       = new System.Windows.Forms.Button();
     this.lblStatus2         = new System.Windows.Forms.ToolStripStatusLabel();
     this.statusStrip1       = new System.Windows.Forms.StatusStrip();
     this.prgBar             = new System.Windows.Forms.ToolStripProgressBar();
     this.btnProjectsHistory = new System.Windows.Forms.Button();
     this.btnHistory         = new System.Windows.Forms.Button();
     this.liviLastOpend      = new System.Windows.Forms.ListView();
     this.columnHeader4      = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.columnHeader5      = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.columnHeader6      = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.statusStrip1.SuspendLayout();
     this.SuspendLayout();
     //
     // btnAbbrechen
     //
     this.btnAbbrechen.Anchor                  = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnAbbrechen.DialogResult            = System.Windows.Forms.DialogResult.Cancel;
     this.btnAbbrechen.Location                = new System.Drawing.Point(612, 418);
     this.btnAbbrechen.Name                    = "btnAbbrechen";
     this.btnAbbrechen.Size                    = new System.Drawing.Size(120, 24);
     this.btnAbbrechen.TabIndex                = 7;
     this.btnAbbrechen.Text                    = "Abbrechen";
     this.btnAbbrechen.UseVisualStyleBackColor = true;
     //
     // lblStatus2
     //
     this.lblStatus2.Margin = new System.Windows.Forms.Padding(2, 3, 0, 2);
     this.lblStatus2.Name   = "lblStatus2";
     this.lblStatus2.Size   = new System.Drawing.Size(235, 17);
     this.lblStatus2.Text   = "Letzte Änderung: 2009-10-23  - Johann Weiher";
     //
     // statusStrip1
     //
     this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.prgBar
     });
     this.statusStrip1.Location   = new System.Drawing.Point(0, 450);
     this.statusStrip1.Name       = "statusStrip1";
     this.statusStrip1.Size       = new System.Drawing.Size(744, 22);
     this.statusStrip1.SizingGrip = false;
     this.statusStrip1.TabIndex   = 13;
     this.statusStrip1.Text       = "statusStrip1";
     //
     // prgBar
     //
     this.prgBar.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
     this.prgBar.AutoSize  = false;
     this.prgBar.Name      = "prgBar";
     this.prgBar.Size      = new System.Drawing.Size(740, 16);
     //
     // btnProjectsHistory
     //
     this.btnProjectsHistory.Enabled  = false;
     this.btnProjectsHistory.Location = new System.Drawing.Point(486, 419);
     this.btnProjectsHistory.Name     = "btnProjectsHistory";
     this.btnProjectsHistory.Size     = new System.Drawing.Size(120, 23);
     this.btnProjectsHistory.TabIndex = 11;
     this.btnProjectsHistory.Text     = "Projekt(e) öffnen";
     this.btnProjectsHistory.UseVisualStyleBackColor = true;
     this.btnProjectsHistory.Click += new System.EventHandler(this.btnProjectsHistory_Click);
     //
     // btnHistory
     //
     this.btnHistory.Location = new System.Drawing.Point(360, 419);
     this.btnHistory.Name     = "btnHistory";
     this.btnHistory.Size     = new System.Drawing.Size(120, 23);
     this.btnHistory.TabIndex = 17;
     this.btnHistory.Text     = "History löschen";
     this.btnHistory.UseVisualStyleBackColor = true;
     this.btnHistory.Click += new System.EventHandler(this.btnHistory_Click);
     //
     // liviLastOpend
     //
     this.liviLastOpend.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.columnHeader4,
         this.columnHeader5,
         this.columnHeader6
     });
     this.liviLastOpend.FullRowSelect = true;
     this.liviLastOpend.GridLines     = true;
     this.liviLastOpend.HideSelection = false;
     this.liviLastOpend.Location      = new System.Drawing.Point(12, 12);
     this.liviLastOpend.Name          = "liviLastOpend";
     this.liviLastOpend.Size          = new System.Drawing.Size(720, 400);
     this.liviLastOpend.TabIndex      = 10;
     this.liviLastOpend.UseCompatibleStateImageBehavior = false;
     this.liviLastOpend.View                  = System.Windows.Forms.View.Details;
     this.liviLastOpend.ColumnClick          += new System.Windows.Forms.ColumnClickEventHandler(this.liviLastOpend_ColumnClick);
     this.liviLastOpend.SelectedIndexChanged += new System.EventHandler(this.liviLastOpend_SelectedIndexChanged);
     this.liviLastOpend.DoubleClick          += new System.EventHandler(this.liviLastOpend_DoubleClick);
     //
     // columnHeader4
     //
     this.columnHeader4.Text  = "Projekt";
     this.columnHeader4.Width = 76;
     //
     // columnHeader5
     //
     this.columnHeader5.Text  = "Pfad";
     this.columnHeader5.Width = 89;
     //
     // columnHeader6
     //
     this.columnHeader6.Text  = "Erweiterung";
     this.columnHeader6.Width = 223;
     //
     // FrmProjectHistory
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor           = System.Drawing.SystemColors.Control;
     this.CancelButton        = this.btnAbbrechen;
     this.ClientSize          = new System.Drawing.Size(744, 472);
     this.Controls.Add(this.btnHistory);
     this.Controls.Add(this.btnProjectsHistory);
     this.Controls.Add(this.liviLastOpend);
     this.Controls.Add(this.statusStrip1);
     this.Controls.Add(this.btnAbbrechen);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "FrmProjectHistory";
     this.ShowIcon        = false;
     this.ShowInTaskbar   = false;
     this.SizeGripStyle   = System.Windows.Forms.SizeGripStyle.Hide;
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "ProjectHistory";
     this.Load           += new System.EventHandler(this.FrmSearchMacros_Load);
     this.statusStrip1.ResumeLayout(false);
     this.statusStrip1.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 private void InitializeComponent()
 {
     this.kryptonPanel1         = new ComponentFactory.Krypton.Toolkit.KryptonPanel();
     this.kryptonNumericUpDown1 = new ComponentFactory.Krypton.Toolkit.KryptonNumericUpDown();
     this.kbtnFlash             = new ComponentFactory.Krypton.Toolkit.KryptonButton();
     this.kryptonLabel1         = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
     this.statusStrip1          = new System.Windows.Forms.StatusStrip();
     this.toolStripStatusLabel1 = new System.Windows.Forms.ToolStripStatusLabel();
     this.label1 = new System.Windows.Forms.Label();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel1)).BeginInit();
     this.kryptonPanel1.SuspendLayout();
     this.statusStrip1.SuspendLayout();
     this.SuspendLayout();
     //
     // kryptonPanel1
     //
     this.kryptonPanel1.Controls.Add(this.label1);
     this.kryptonPanel1.Controls.Add(this.kbtnFlash);
     this.kryptonPanel1.Controls.Add(this.kryptonLabel1);
     this.kryptonPanel1.Controls.Add(this.kryptonNumericUpDown1);
     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(997, 500);
     this.kryptonPanel1.TabIndex = 0;
     //
     // kryptonNumericUpDown1
     //
     this.kryptonNumericUpDown1.Location = new System.Drawing.Point(264, 52);
     this.kryptonNumericUpDown1.Maximum  = new decimal(new int[] {
         120,
         0,
         0,
         0
     });
     this.kryptonNumericUpDown1.Name = "kryptonNumericUpDown1";
     this.kryptonNumericUpDown1.Size = new System.Drawing.Size(120, 28);
     this.kryptonNumericUpDown1.StateCommon.Content.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kryptonNumericUpDown1.TabIndex = 0;
     //
     // kbtnFlash
     //
     this.kbtnFlash.Location = new System.Drawing.Point(390, 52);
     this.kbtnFlash.Name     = "kbtnFlash";
     this.kbtnFlash.Size     = new System.Drawing.Size(90, 28);
     this.kbtnFlash.StateCommon.Content.LongText.Font  = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kbtnFlash.StateCommon.Content.ShortText.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kbtnFlash.TabIndex    = 1;
     this.kbtnFlash.Values.Text = "&Flash";
     this.kbtnFlash.Click      += new System.EventHandler(this.kbtnFlash_Click);
     //
     // kryptonLabel1
     //
     this.kryptonLabel1.Location = new System.Drawing.Point(50, 32);
     this.kryptonLabel1.Name     = "kryptonLabel1";
     this.kryptonLabel1.Size     = new System.Drawing.Size(115, 26);
     this.kryptonLabel1.StateCommon.LongText.Font  = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kryptonLabel1.StateCommon.ShortText.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kryptonLabel1.TabIndex    = 1;
     this.kryptonLabel1.Values.Text = "kryptonLabel1";
     //
     // statusStrip1
     //
     this.statusStrip1.Font = new System.Drawing.Font("Segoe UI", 9F);
     this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.toolStripStatusLabel1
     });
     this.statusStrip1.Location   = new System.Drawing.Point(0, 478);
     this.statusStrip1.Name       = "statusStrip1";
     this.statusStrip1.RenderMode = System.Windows.Forms.ToolStripRenderMode.ManagerRenderMode;
     this.statusStrip1.Size       = new System.Drawing.Size(997, 22);
     this.statusStrip1.TabIndex   = 2;
     this.statusStrip1.Text       = "statusStrip1";
     //
     // toolStripStatusLabel1
     //
     this.toolStripStatusLabel1.Name = "toolStripStatusLabel1";
     this.toolStripStatusLabel1.Size = new System.Drawing.Size(118, 17);
     this.toolStripStatusLabel1.Text = "toolStripStatusLabel1";
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Font     = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label1.Location = new System.Drawing.Point(56, 72);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(52, 21);
     this.label1.TabIndex = 2;
     this.label1.Text     = "label1";
     //
     // FlashingLabelTest
     //
     this.ClientSize = new System.Drawing.Size(997, 500);
     this.Controls.Add(this.statusStrip1);
     this.Controls.Add(this.kryptonPanel1);
     this.Name  = "FlashingLabelTest";
     this.Load += new System.EventHandler(this.FlashingLabelTest_Load);
     ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel1)).EndInit();
     this.kryptonPanel1.ResumeLayout(false);
     this.kryptonPanel1.PerformLayout();
     this.statusStrip1.ResumeLayout(false);
     this.statusStrip1.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
示例#59
0
 private void InitializeComponent()
 {
     this.kryptonPanel1       = new ComponentFactory.Krypton.Toolkit.KryptonPanel();
     this.kbtnAccept          = new ComponentFactory.Krypton.Toolkit.KryptonButton();
     this.kbtnCancel          = new ComponentFactory.Krypton.Toolkit.KryptonButton();
     this.statusStrip1        = new System.Windows.Forms.StatusStrip();
     this.tslStatus           = new System.Windows.Forms.ToolStripStatusLabel();
     this.kryptonPanel2       = new ComponentFactory.Krypton.Toolkit.KryptonPanel();
     this.tsMenu              = new System.Windows.Forms.ToolStrip();
     this.tsbImport           = new System.Windows.Forms.ToolStripButton();
     this.tsbExport           = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
     this.tsbBold             = new System.Windows.Forms.ToolStripButton();
     this.tsbItalic           = new System.Windows.Forms.ToolStripButton();
     this.tsbUnderline        = new System.Windows.Forms.ToolStripButton();
     this.tsbStrikethrough    = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
     this.tscmbTextSize       = new System.Windows.Forms.ToolStripComboBox();
     this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
     this.tsbProperties       = new System.Windows.Forms.ToolStripButton();
     this.kryptonPanel3       = new ComponentFactory.Krypton.Toolkit.KryptonPanel();
     this.kptxtTypefaceFilter = new ExtendedControls.ExtendedToolkit.Controls.KryptonPromptTextBox();
     this.ktxtSampleText      = new ComponentFactory.Krypton.Toolkit.KryptonTextBox();
     this.klstTypefaces       = new ComponentFactory.Krypton.Toolkit.KryptonListBox();
     this.panel1              = new System.Windows.Forms.Panel();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel1)).BeginInit();
     this.kryptonPanel1.SuspendLayout();
     this.statusStrip1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel2)).BeginInit();
     this.kryptonPanel2.SuspendLayout();
     this.tsMenu.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel3)).BeginInit();
     this.kryptonPanel3.SuspendLayout();
     this.SuspendLayout();
     //
     // kryptonPanel1
     //
     this.kryptonPanel1.Controls.Add(this.kbtnAccept);
     this.kryptonPanel1.Controls.Add(this.kbtnCancel);
     this.kryptonPanel1.Controls.Add(this.statusStrip1);
     this.kryptonPanel1.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.kryptonPanel1.Location = new System.Drawing.Point(0, 742);
     this.kryptonPanel1.Name     = "kryptonPanel1";
     this.kryptonPanel1.Size     = new System.Drawing.Size(1115, 77);
     this.kryptonPanel1.TabIndex = 0;
     //
     // kbtnAccept
     //
     this.kbtnAccept.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.kbtnAccept.DialogResult = System.Windows.Forms.DialogResult.OK;
     this.kbtnAccept.Location     = new System.Drawing.Point(863, 16);
     this.kbtnAccept.Name         = "kbtnAccept";
     this.kbtnAccept.Size         = new System.Drawing.Size(144, 26);
     this.kbtnAccept.StateCommon.Content.ShortText.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kbtnAccept.TabIndex    = 6;
     this.kbtnAccept.Values.Text = "&Use Typeface";
     //
     // 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(1013, 16);
     this.kbtnCancel.Name         = "kbtnCancel";
     this.kbtnCancel.Size         = new System.Drawing.Size(90, 26);
     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    = 5;
     this.kbtnCancel.Values.Text = "C&ancel";
     //
     // 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, 55);
     this.statusStrip1.Name       = "statusStrip1";
     this.statusStrip1.RenderMode = System.Windows.Forms.ToolStripRenderMode.ManagerRenderMode;
     this.statusStrip1.Size       = new System.Drawing.Size(1115, 22);
     this.statusStrip1.TabIndex   = 0;
     this.statusStrip1.Text       = "statusStrip1";
     //
     // tslStatus
     //
     this.tslStatus.Name      = "tslStatus";
     this.tslStatus.Size      = new System.Drawing.Size(1100, 17);
     this.tslStatus.Spring    = true;
     this.tslStatus.Text      = "Ready";
     this.tslStatus.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // kryptonPanel2
     //
     this.kryptonPanel2.Controls.Add(this.tsMenu);
     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(1115, 25);
     this.kryptonPanel2.TabIndex = 1;
     //
     // tsMenu
     //
     this.tsMenu.Dock      = System.Windows.Forms.DockStyle.None;
     this.tsMenu.Font      = new System.Drawing.Font("Segoe UI", 9F);
     this.tsMenu.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
     this.tsMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.tsbImport,
         this.tsbExport,
         this.toolStripSeparator1,
         this.tsbBold,
         this.tsbItalic,
         this.tsbUnderline,
         this.tsbStrikethrough,
         this.toolStripSeparator2,
         this.tscmbTextSize,
         this.toolStripSeparator3,
         this.tsbProperties
     });
     this.tsMenu.Location = new System.Drawing.Point(0, 0);
     this.tsMenu.Name     = "tsMenu";
     this.tsMenu.Size     = new System.Drawing.Size(265, 25);
     this.tsMenu.TabIndex = 0;
     this.tsMenu.Text     = "toolStrip1";
     this.tsMenu.KeyDown += new System.Windows.Forms.KeyEventHandler(this.tsMenu_KeyDown);
     //
     // tsbImport
     //
     this.tsbImport.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.tsbImport.Image                 = global::ExtendedControls.Properties.Resources.Open_File_16_x_16;
     this.tsbImport.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.tsbImport.Name   = "tsbImport";
     this.tsbImport.Size   = new System.Drawing.Size(23, 22);
     this.tsbImport.Text   = "toolStripButton1";
     this.tsbImport.Click += new System.EventHandler(this.tsbImport_Click);
     //
     // tsbExport
     //
     this.tsbExport.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.tsbExport.Image                 = global::ExtendedControls.Properties.Resources.Export_To_Document;
     this.tsbExport.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.tsbExport.Name   = "tsbExport";
     this.tsbExport.Size   = new System.Drawing.Size(23, 22);
     this.tsbExport.Text   = "toolStripButton2";
     this.tsbExport.Click += new System.EventHandler(this.tsbExport_Click);
     //
     // toolStripSeparator1
     //
     this.toolStripSeparator1.Name = "toolStripSeparator1";
     this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25);
     //
     // tsbBold
     //
     this.tsbBold.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.tsbBold.Image                 = global::ExtendedControls.Properties.Resources.text_bold;
     this.tsbBold.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.tsbBold.Name            = "tsbBold";
     this.tsbBold.Size            = new System.Drawing.Size(23, 22);
     this.tsbBold.Text            = "toolStripButton3";
     this.tsbBold.CheckedChanged += new System.EventHandler(this.tsbBold_CheckedChanged);
     //
     // tsbItalic
     //
     this.tsbItalic.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.tsbItalic.Image                 = global::ExtendedControls.Properties.Resources.text_italic;
     this.tsbItalic.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.tsbItalic.Name            = "tsbItalic";
     this.tsbItalic.Size            = new System.Drawing.Size(23, 22);
     this.tsbItalic.Text            = "toolStripButton4";
     this.tsbItalic.CheckedChanged += new System.EventHandler(this.tsbItalic_CheckedChanged);
     //
     // tsbUnderline
     //
     this.tsbUnderline.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.tsbUnderline.Image                 = global::ExtendedControls.Properties.Resources.text_underline;
     this.tsbUnderline.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.tsbUnderline.Name            = "tsbUnderline";
     this.tsbUnderline.Size            = new System.Drawing.Size(23, 22);
     this.tsbUnderline.Text            = "toolStripButton5";
     this.tsbUnderline.CheckedChanged += new System.EventHandler(this.tsbUnderline_CheckedChanged);
     //
     // tsbStrikethrough
     //
     this.tsbStrikethrough.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.tsbStrikethrough.Image                 = global::ExtendedControls.Properties.Resources.text_strikethrough;
     this.tsbStrikethrough.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.tsbStrikethrough.Name            = "tsbStrikethrough";
     this.tsbStrikethrough.Size            = new System.Drawing.Size(23, 22);
     this.tsbStrikethrough.Text            = "toolStripButton6";
     this.tsbStrikethrough.CheckedChanged += new System.EventHandler(this.tsbStrikethrough_CheckedChanged);
     //
     // toolStripSeparator2
     //
     this.toolStripSeparator2.Name = "toolStripSeparator2";
     this.toolStripSeparator2.Size = new System.Drawing.Size(6, 25);
     //
     // tscmbTextSize
     //
     this.tscmbTextSize.AutoSize              = false;
     this.tscmbTextSize.Name                  = "tscmbTextSize";
     this.tscmbTextSize.Size                  = new System.Drawing.Size(50, 23);
     this.tscmbTextSize.SelectedIndexChanged += new System.EventHandler(this.tscmbTextSize_SelectedIndexChanged);
     this.tscmbTextSize.TextChanged          += new System.EventHandler(this.tscmbTextSize_TextChanged);
     //
     // toolStripSeparator3
     //
     this.toolStripSeparator3.Name = "toolStripSeparator3";
     this.toolStripSeparator3.Size = new System.Drawing.Size(6, 25);
     //
     // tsbProperties
     //
     this.tsbProperties.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.tsbProperties.Image                 = global::ExtendedControls.Properties.Resources.text_lowercase;
     this.tsbProperties.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.tsbProperties.Name   = "tsbProperties";
     this.tsbProperties.Size   = new System.Drawing.Size(23, 22);
     this.tsbProperties.Text   = "toolStripButton7";
     this.tsbProperties.Click += new System.EventHandler(this.tsbProperties_Click);
     //
     // kryptonPanel3
     //
     this.kryptonPanel3.Controls.Add(this.kptxtTypefaceFilter);
     this.kryptonPanel3.Controls.Add(this.ktxtSampleText);
     this.kryptonPanel3.Controls.Add(this.klstTypefaces);
     this.kryptonPanel3.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.kryptonPanel3.Location = new System.Drawing.Point(0, 25);
     this.kryptonPanel3.Name     = "kryptonPanel3";
     this.kryptonPanel3.Size     = new System.Drawing.Size(1115, 717);
     this.kryptonPanel3.TabIndex = 0;
     //
     // kptxtTypefaceFilter
     //
     this.kptxtTypefaceFilter.DrawPrompt       = true;
     this.kptxtTypefaceFilter.FocusSelect      = true;
     this.kptxtTypefaceFilter.Font             = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kptxtTypefaceFilter.Location         = new System.Drawing.Point(12, 6);
     this.kptxtTypefaceFilter.Name             = "kptxtTypefaceFilter";
     this.kptxtTypefaceFilter.PromptForeColour = System.Drawing.SystemColors.GrayText;
     this.kptxtTypefaceFilter.PromptText       = "Filter typefaces";
     this.kptxtTypefaceFilter.PromptTypeface   = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.kptxtTypefaceFilter.Size             = new System.Drawing.Size(333, 29);
     this.kptxtTypefaceFilter.TabIndex         = 2;
     this.kptxtTypefaceFilter.Click           += new System.EventHandler(this.kptxtTypefaceFilter_Click);
     this.kptxtTypefaceFilter.TextChanged     += new System.EventHandler(this.kptxtTypefaceFilter_TextChanged);
     this.kptxtTypefaceFilter.Enter           += new System.EventHandler(this.kptxtTypefaceFilter_Enter);
     this.kptxtTypefaceFilter.KeyDown         += new System.Windows.Forms.KeyEventHandler(this.kptxtTypefaceFilter_KeyDown);
     //
     // ktxtSampleText
     //
     this.ktxtSampleText.Location  = new System.Drawing.Point(351, 6);
     this.ktxtSampleText.Multiline = true;
     this.ktxtSampleText.Name      = "ktxtSampleText";
     this.ktxtSampleText.ReadOnly  = true;
     this.ktxtSampleText.Size      = new System.Drawing.Size(752, 702);
     this.ktxtSampleText.TabIndex  = 1;
     this.ktxtSampleText.Text      = "ABCDEFGHIJKLMNOPQRSTUVWXYZ\r\nabcdefghijklmnopqrstuvwxyz\r\n1234567890\r\n\r\n/\\|!?%$&()[" +
                                     "]{}<>+-~=*@;:,._\r\n\r\nLorem ipsum dolor sit amet";
     this.ktxtSampleText.KeyDown  += new System.Windows.Forms.KeyEventHandler(this.ktxtSampleText_KeyDown);
     this.ktxtSampleText.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.ktxtSampleText_KeyPress);
     //
     // klstTypefaces
     //
     this.klstTypefaces.Location              = new System.Drawing.Point(12, 41);
     this.klstTypefaces.Name                  = "klstTypefaces";
     this.klstTypefaces.Size                  = new System.Drawing.Size(333, 667);
     this.klstTypefaces.TabIndex              = 0;
     this.klstTypefaces.SelectedIndexChanged += new System.EventHandler(this.klstTypefaces_SelectedIndexChanged);
     this.klstTypefaces.KeyDown              += new System.Windows.Forms.KeyEventHandler(this.klstTypefaces_KeyDown);
     this.klstTypefaces.KeyPress             += new System.Windows.Forms.KeyPressEventHandler(this.klstTypefaces_KeyPress);
     //
     // panel1
     //
     this.panel1.BackColor = System.Drawing.SystemColors.ControlDarkDark;
     this.panel1.Dock      = System.Windows.Forms.DockStyle.Bottom;
     this.panel1.Location  = new System.Drawing.Point(0, 739);
     this.panel1.Name      = "panel1";
     this.panel1.Size      = new System.Drawing.Size(1115, 3);
     this.panel1.TabIndex  = 2;
     //
     // TypefaceSelector
     //
     this.AcceptButton = this.kbtnAccept;
     this.ClientSize   = new System.Drawing.Size(1115, 819);
     this.Controls.Add(this.panel1);
     this.Controls.Add(this.kryptonPanel3);
     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            = "TypefaceSelector";
     this.ShowIcon        = false;
     this.ShowInTaskbar   = false;
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "Select Typeface";
     this.KeyDown        += new System.Windows.Forms.KeyEventHandler(this.TypefaceSelector_KeyDown);
     this.Resize         += new System.EventHandler(this.TypefaceSelector_Resize);
     ((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.tsMenu.ResumeLayout(false);
     this.tsMenu.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel3)).EndInit();
     this.kryptonPanel3.ResumeLayout(false);
     this.kryptonPanel3.PerformLayout();
     this.ResumeLayout(false);
 }
示例#60
0
        private void LocalInitializeComponent()
        {
            this.components                      = new System.ComponentModel.Container();
            this.toolStrip1                      = new System.Windows.Forms.ToolStrip();
            this.toolStripButtonRefresh          = new System.Windows.Forms.ToolStripButton();
            this.autoRefreshToolStripSplitButton = new System.Windows.Forms.ToolStripSplitButton();
            this.pollDisabledToolStripMenuItem   = new System.Windows.Forms.ToolStripMenuItem();
            this.pollSlowToolStripMenuItem       = new System.Windows.Forms.ToolStripMenuItem();
            this.pollNormalToolStripMenuItem     = new System.Windows.Forms.ToolStripMenuItem();
            this.pollFastToolStripMenuItem       = new System.Windows.Forms.ToolStripMenuItem();
            this.pollConfigureToolStripMenuItem  = new System.Windows.Forms.ToolStripMenuItem();
            this.refreshTimer                    = new System.Windows.Forms.Timer(this.components);
            this.refreshContextMenuStrip         = new System.Windows.Forms.ContextMenuStrip(this.components);
            this.refreshToolStripMenuItem        = new System.Windows.Forms.ToolStripMenuItem();
            this.autoRefreshToolStripMenuItem    = new ToolStripMenuItem();
            this.toolStripButtonExportData       = new ToolStripButton();
            this.lvwEntries                      = new ListViewEx();
            this.statusStrip1                    = new System.Windows.Forms.StatusStrip();
            this.toolStripStatusLabelDetails     = new System.Windows.Forms.ToolStripStatusLabel();
            this.toolStrip1.SuspendLayout();
            this.refreshContextMenuStrip.SuspendLayout();
            this.statusStrip1.SuspendLayout();
            this.SuspendLayout();
            //
            //lvwEntries
            //
            this.lvwEntries.ContextMenuStrip = this.refreshContextMenuStrip;
            this.lvwEntries.Dock             = System.Windows.Forms.DockStyle.Fill;
            this.lvwEntries.FullRowSelect    = true;
            this.lvwEntries.Location         = new System.Drawing.Point(0, 39);
            this.lvwEntries.Name             = "lvwHosts";
            this.lvwEntries.Size             = new System.Drawing.Size(504, 269);
            this.lvwEntries.TabIndex         = 13;
            this.lvwEntries.UseCompatibleStateImageBehavior = false;
            this.lvwEntries.View = System.Windows.Forms.View.Details;

            //
            // toolStrip1
            //
            this.toolStrip1.GripStyle        = System.Windows.Forms.ToolStripGripStyle.Hidden;
            this.toolStrip1.ImageScalingSize = new System.Drawing.Size(32, 32);
            this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
                this.toolStripButtonRefresh,
                this.autoRefreshToolStripSplitButton,
                this.toolStripButtonExportData
            });
            this.toolStrip1.Location = new System.Drawing.Point(0, 0);
            this.toolStrip1.Name     = "toolStrip1";
            this.toolStrip1.Size     = new System.Drawing.Size(504, 39);
            this.toolStrip1.TabIndex = 8;
            this.toolStrip1.Text     = "toolStrip1";
            //
            // toolStripButtonRefresh
            //
            this.toolStripButtonRefresh.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.toolStripButtonRefresh.Image                 = global::QuickMon.Properties.Resources.doc_refresh;
            this.toolStripButtonRefresh.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.toolStripButtonRefresh.Name   = "toolStripButtonRefresh";
            this.toolStripButtonRefresh.Size   = new System.Drawing.Size(36, 36);
            this.toolStripButtonRefresh.Text   = "Refresh";
            this.toolStripButtonRefresh.Click += new System.EventHandler(this.toolStripButtonRefresh_Click);
            //
            // autoRefreshToolStripSplitButton
            //
            this.autoRefreshToolStripSplitButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.autoRefreshToolStripSplitButton.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
                this.pollDisabledToolStripMenuItem,
                this.pollSlowToolStripMenuItem,
                this.pollNormalToolStripMenuItem,
                this.pollFastToolStripMenuItem,
                this.pollConfigureToolStripMenuItem
            });
            this.autoRefreshToolStripSplitButton.Image = global::QuickMon.Properties.Resources.clockBW;
            this.autoRefreshToolStripSplitButton.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.autoRefreshToolStripSplitButton.Name         = "autoRefreshToolStripSplitButton";
            this.autoRefreshToolStripSplitButton.Size         = new System.Drawing.Size(48, 36);
            this.autoRefreshToolStripSplitButton.Text         = "Auto refresh";
            this.autoRefreshToolStripSplitButton.ButtonClick += new System.EventHandler(this.autoRefreshToolStripSplitButton_ButtonClick);
            //
            // pollDisabledToolStripMenuItem
            //
            this.pollDisabledToolStripMenuItem.Name   = "pollDisabledToolStripMenuItem";
            this.pollDisabledToolStripMenuItem.Size   = new System.Drawing.Size(121, 22);
            this.pollDisabledToolStripMenuItem.Text   = "Stop";
            this.pollDisabledToolStripMenuItem.Click += new System.EventHandler(this.pollDisabledToolStripMenuItem_Click);
            //
            // pollSlowToolStripMenuItem
            //
            this.pollSlowToolStripMenuItem.Name   = "pollSlowToolStripMenuItem";
            this.pollSlowToolStripMenuItem.Size   = new System.Drawing.Size(121, 22);
            this.pollSlowToolStripMenuItem.Text   = "Slow";
            this.pollSlowToolStripMenuItem.Click += new System.EventHandler(this.pollSlowToolStripMenuItem_Click);
            //
            // pollNormalToolStripMenuItem
            //
            this.pollNormalToolStripMenuItem.Name   = "pollNormalToolStripMenuItem";
            this.pollNormalToolStripMenuItem.Size   = new System.Drawing.Size(121, 22);
            this.pollNormalToolStripMenuItem.Text   = "Normal";
            this.pollNormalToolStripMenuItem.Click += new System.EventHandler(this.pollNormalToolStripMenuItem_Click);
            //
            // pollFastToolStripMenuItem
            //
            this.pollFastToolStripMenuItem.Name   = "pollFastToolStripMenuItem";
            this.pollFastToolStripMenuItem.Size   = new System.Drawing.Size(121, 22);
            this.pollFastToolStripMenuItem.Text   = "Fast";
            this.pollFastToolStripMenuItem.Click += new System.EventHandler(this.pollFastToolStripMenuItem_Click);
            //
            // pollConfigureToolStripMenuItem
            //
            this.pollConfigureToolStripMenuItem.Name   = "pollConfigureToolStripMenuItem";
            this.pollConfigureToolStripMenuItem.Size   = new System.Drawing.Size(121, 22);
            this.pollConfigureToolStripMenuItem.Text   = "Configure";
            this.pollConfigureToolStripMenuItem.Click += new System.EventHandler(this.pollConfigureToolStripMenuItem_Click);
            //
            // toolStripButtonExportData
            //
            this.toolStripButtonExportData.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.toolStripButtonExportData.Image                 = global::QuickMon.Properties.Resources.edit_32;
            this.toolStripButtonExportData.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.toolStripButtonExportData.Name    = "toolStripButtonExportData";
            this.toolStripButtonExportData.Size    = new System.Drawing.Size(36, 36);
            this.toolStripButtonExportData.Text    = "Export";
            this.toolStripButtonExportData.Click  += new System.EventHandler(this.toolStripButtonExportData_Click);
            this.toolStripButtonExportData.Visible = false;
            //
            // refreshTimer
            //
            this.refreshTimer.Interval = 5000;
            this.refreshTimer.Tick    += new System.EventHandler(this.refreshTimer_Tick);
            //
            // contextMenuStrip1
            //
            this.refreshContextMenuStrip.AccessibleRole = System.Windows.Forms.AccessibleRole.MenuPopup;
            this.refreshContextMenuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
                this.refreshToolStripMenuItem,
                this.autoRefreshToolStripMenuItem
            });
            this.refreshContextMenuStrip.Name = "contextMenuStrip1";
            this.refreshContextMenuStrip.Size = new System.Drawing.Size(136, 48);
            //
            // refreshToolStripMenuItem
            //
            this.refreshToolStripMenuItem.AccessibleRole = System.Windows.Forms.AccessibleRole.MenuItem;
            this.refreshToolStripMenuItem.Name           = "refreshToolStripMenuItem";
            this.refreshToolStripMenuItem.ShortcutKeys   = System.Windows.Forms.Keys.F5;
            this.refreshToolStripMenuItem.Size           = new System.Drawing.Size(135, 22);
            this.refreshToolStripMenuItem.Text           = "Refresh";
            this.refreshToolStripMenuItem.Click         += new System.EventHandler(this.toolStripButtonRefresh_Click);
            //
            // autoRefreshToolStripMenuItem
            //
            this.autoRefreshToolStripMenuItem.Name   = "autoRefreshToolStripMenuItem";
            this.autoRefreshToolStripMenuItem.Size   = new System.Drawing.Size(135, 22);
            this.autoRefreshToolStripMenuItem.Text   = "Auto refresh";
            this.autoRefreshToolStripMenuItem.Click += new System.EventHandler(this.autoRefreshToolStripMenuItem_Click);
            //
            // statusStrip1
            //
            this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
                this.toolStripStatusLabelDetails
            });
            this.statusStrip1.Location = new System.Drawing.Point(0, 308);
            this.statusStrip1.Name     = "statusStrip1";
            this.statusStrip1.Size     = new System.Drawing.Size(504, 22);
            this.statusStrip1.TabIndex = 11;
            this.statusStrip1.Text     = "statusStrip1";
            //
            // toolStripStatusLabel1
            //
            this.toolStripStatusLabelDetails.AutoSize  = false;
            this.toolStripStatusLabelDetails.Name      = "toolStripStatusLabel1";
            this.toolStripStatusLabelDetails.Size      = new System.Drawing.Size(489, 17);
            this.toolStripStatusLabelDetails.Spring    = true;
            this.toolStripStatusLabelDetails.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            //
            // PingCollectorShowDetails
            //
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize          = new System.Drawing.Size(504, 330);

            this.Controls.Add(this.statusStrip1);
            this.Controls.Add(this.toolStrip1);
            this.Controls.Add(this.lvwEntries);
            //this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.Name = "PingCollectorShowDetails";
            this.Text = "PingCollectorShowDetails";
            this.toolStrip1.ResumeLayout(false);
            this.toolStrip1.PerformLayout();
            this.refreshContextMenuStrip.ResumeLayout(false);
            this.statusStrip1.ResumeLayout(false);
            this.statusStrip1.PerformLayout();
            this.Controls.SetChildIndex(this.lvwEntries, 0);
            this.ResumeLayout(false);
            this.PerformLayout();
        }