示例#1
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(Form1));
     this.axWebBrowser1 = new AxSHDocVw.AxWebBrowser();
     ((System.ComponentModel.ISupportInitialize)(this.axWebBrowser1)).BeginInit();
     this.SuspendLayout();
     //
     // axWebBrowser1
     //
     this.axWebBrowser1.Dock     = System.Windows.Forms.DockStyle.Top;
     this.axWebBrowser1.Enabled  = true;
     this.axWebBrowser1.Location = new System.Drawing.Point(0, 0);
     this.axWebBrowser1.OcxState = ((System.Windows.Forms.AxHost.State)(resources.GetObject("axWebBrowser1.OcxState")));
     this.axWebBrowser1.Size     = new System.Drawing.Size(292, 150);
     this.axWebBrowser1.TabIndex = 0;
     //
     // Form1
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(292, 273);
     this.Controls.Add(this.axWebBrowser1);
     this.Name  = "Form1";
     this.Text  = "Form1";
     this.Load += new System.EventHandler(this.Form1_Load);
     ((System.ComponentModel.ISupportInitialize)(this.axWebBrowser1)).EndInit();
     this.ResumeLayout(false);
 }
示例#2
0
		/// <summary>
		/// Required method for Designer support - do not modify
		/// the contents of this method with the code editor.
		/// </summary>
		private void InitializeComponent()
		{
			System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(ResultsForm));
#if !__MonoCS__
			this.axWebBrowser1 = new AxSHDocVw.AxWebBrowser();
			((System.ComponentModel.ISupportInitialize)(this.axWebBrowser1)).BeginInit();
			this.SuspendLayout();
			// 
			// axWebBrowser1
			// 
			this.axWebBrowser1.Anchor = (((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
				| System.Windows.Forms.AnchorStyles.Left) 
				| System.Windows.Forms.AnchorStyles.Right);
			this.axWebBrowser1.Enabled = true;
			this.axWebBrowser1.Location = new System.Drawing.Point(8, 8);
			this.axWebBrowser1.OcxState = ((System.Windows.Forms.AxHost.State)(resources.GetObject("axWebBrowser1.OcxState")));
			this.axWebBrowser1.Size = new System.Drawing.Size(352, 272);
			this.axWebBrowser1.TabIndex = 1;
			// 
			// ResultsForm
			// 
			this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
			this.ClientSize = new System.Drawing.Size(368, 286);
			this.Controls.AddRange(new System.Windows.Forms.Control[] {
																		  this.axWebBrowser1});
			this.Name = "ResultsForm";
			this.Text = "ResultsForm";
			this.Load += new System.EventHandler(this.ResultsForm_Load);
			((System.ComponentModel.ISupportInitialize)(this.axWebBrowser1)).EndInit();
			this.ResumeLayout(false);
#endif

		}
示例#3
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(MainForm));
     this.axWebBrowser1 = new AxSHDocVw.AxWebBrowser();
     ((System.ComponentModel.ISupportInitialize)(this.axWebBrowser1)).BeginInit();
     this.SuspendLayout();
     //
     // axWebBrowser1
     //
     this.axWebBrowser1.Dock              = System.Windows.Forms.DockStyle.Fill;
     this.axWebBrowser1.Enabled           = true;
     this.axWebBrowser1.Location          = new System.Drawing.Point(0, 0);
     this.axWebBrowser1.OcxState          = ((System.Windows.Forms.AxHost.State)(resources.GetObject("axWebBrowser1.OcxState")));
     this.axWebBrowser1.Size              = new System.Drawing.Size(456, 550);
     this.axWebBrowser1.TabIndex          = 0;
     this.axWebBrowser1.DocumentComplete += new AxSHDocVw.DWebBrowserEvents2_DocumentCompleteEventHandler(this.axWebBrowser1_DocumentComplete);
     //
     // MainForm
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(456, 550);
     this.Controls.Add(this.axWebBrowser1);
     this.Icon          = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name          = "MainForm";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "Microsoft WebBrowser Automation";
     this.TopMost       = true;
     this.Load         += new System.EventHandler(this.FrmMain_Load);
     ((System.ComponentModel.ISupportInitialize)(this.axWebBrowser1)).EndInit();
     this.ResumeLayout(false);
 }
示例#4
0
        /// <summary> 
        /// Required method for Designer support - do not modify 
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(NewBrowserWnd));
            this.axWebBrowser1 = new AxSHDocVw.AxWebBrowser();
            ((System.ComponentModel.ISupportInitialize)(this.axWebBrowser1)).BeginInit();
            this.SuspendLayout();
            // // axWebBrowser1
            //
            this.axWebBrowser1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.axWebBrowser1.Enabled = true;
            this.axWebBrowser1.Location = new System.Drawing.Point(0, 0);
            this.axWebBrowser1.OcxState = ((System.Windows.Forms.AxHost.State)(resources.GetObject("axWebBrowser1.OcxState")));
            this.axWebBrowser1.Size = new System.Drawing.Size(808, 512);
            this.axWebBrowser1.TabIndex = 0;

            //
            // advertiseBrowser
            //
            this.Controls.Add(this.axWebBrowser1);
            this.Name = "advertiseBrowser";
            this.Size = new System.Drawing.Size(240, 160);
            this.Load += new System.EventHandler(this.advertiseBrowser_Load);

            ((System.ComponentModel.ISupportInitialize)(this.axWebBrowser1)).EndInit();
            this.ResumeLayout(false);
        }
示例#5
0
        void UpdateTab()
        {
            tabControl1.TabPages.Clear();
            string [] dirs = System.IO.Directory.GetDirectories("HackUser\\", "*");
            foreach (string dir in dirs)
            {
                //string []str = folder.FolderPath.Split('\\');
                string [] str     = dir.Split('\\');
                string    version = str[str.Length - 1];

                System.Windows.Forms.TabPage tab = new TabPage(version);

                AxSHDocVw.AxWebBrowser web = new AxSHDocVw.AxWebBrowser();

                System.Object nullObject = 0;

                tab.Controls.Add(web);
                tabControl1.TabPages.Add(tab);


                web.Dock = DockStyle.Fill;

                try
                {
                    web.Navigate("file://" + Application.StartupPath + "\\report\\" + version + "_dmp.html", ref nullObject, ref nullObject, ref nullObject, ref nullObject);
                }
                catch (System.Exception e)
                {
                    e.ToString();
                }
            }
        }
示例#6
0
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(ResultsForm));
#if !__MonoCS__
            this.axWebBrowser1 = new AxSHDocVw.AxWebBrowser();
            ((System.ComponentModel.ISupportInitialize)(this.axWebBrowser1)).BeginInit();
            this.SuspendLayout();
            //
            // axWebBrowser1
            //
            this.axWebBrowser1.Anchor = (((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                          | System.Windows.Forms.AnchorStyles.Left)
                                         | System.Windows.Forms.AnchorStyles.Right);
            this.axWebBrowser1.Enabled  = true;
            this.axWebBrowser1.Location = new System.Drawing.Point(8, 8);
            this.axWebBrowser1.OcxState = ((System.Windows.Forms.AxHost.State)(resources.GetObject("axWebBrowser1.OcxState")));
            this.axWebBrowser1.Size     = new System.Drawing.Size(352, 272);
            this.axWebBrowser1.TabIndex = 1;
            //
            // ResultsForm
            //
            this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
            this.ClientSize        = new System.Drawing.Size(368, 286);
            this.Controls.AddRange(new System.Windows.Forms.Control[] {
                this.axWebBrowser1
            });
            this.Name  = "ResultsForm";
            this.Text  = "ResultsForm";
            this.Load += new System.EventHandler(this.ResultsForm_Load);
            ((System.ComponentModel.ISupportInitialize)(this.axWebBrowser1)).EndInit();
            this.ResumeLayout(false);
#endif
        }
示例#7
0
文件: TestDlg.cs 项目: renyh1013/dp2
		/// <summary>
		/// Required method for Designer support - do not modify
		/// the contents of this method with the code editor.
		/// </summary>
		private void InitializeComponent()
		{
			System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(TestDlg));
			this.axWebBrowser1 = new AxSHDocVw.AxWebBrowser();
			((System.ComponentModel.ISupportInitialize)(this.axWebBrowser1)).BeginInit();
			this.SuspendLayout();
			// 
			// axWebBrowser1
			// 
			this.axWebBrowser1.Enabled = true;
			this.axWebBrowser1.Location = new System.Drawing.Point(64, 40);
			this.axWebBrowser1.OcxState = ((System.Windows.Forms.AxHost.State)(resources.GetObject("axWebBrowser1.OcxState")));
			this.axWebBrowser1.Size = new System.Drawing.Size(300, 150);
			this.axWebBrowser1.TabIndex = 0;
			// 
			// TestDlg
			// 
			this.AutoScaleBaseSize = new System.Drawing.Size(6, 14);
			this.ClientSize = new System.Drawing.Size(292, 276);
			this.Controls.Add(this.axWebBrowser1);
			this.Name = "TestDlg";
			this.Text = "TestDlg";
			((System.ComponentModel.ISupportInitialize)(this.axWebBrowser1)).EndInit();
			this.ResumeLayout(false);

		}
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(Form1));
     this.web = new AxSHDocVw.AxWebBrowser();
     ((System.ComponentModel.ISupportInitialize)(this.web)).BeginInit();
     this.SuspendLayout();
     //
     // web
     //
     this.web.Dock = System.Windows.Forms.DockStyle.Fill;
     this.web.Enabled = true;
     this.web.Location = new System.Drawing.Point(0, 0);
     this.web.OcxState = ((System.Windows.Forms.AxHost.State)(resources.GetObject("web.OcxState")));
     this.web.Size = new System.Drawing.Size(292, 266);
     this.web.TabIndex = 10;
     this.web.BeforeNavigate2 += new AxSHDocVw.DWebBrowserEvents2_BeforeNavigate2EventHandler(this.web_BeforeNavigate2);
     //
     // Form1
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize = new System.Drawing.Size(292, 266);
     this.Controls.Add(this.web);
     this.Name = "Form1";
     this.Text = "Form1";
     ((System.ComponentModel.ISupportInitialize)(this.web)).EndInit();
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(DlgQuickReferenceGuideHelp));
     this.axwbQuickRefGuide = new AxSHDocVw.AxWebBrowser();
     ((System.ComponentModel.ISupportInitialize)(this.axwbQuickRefGuide)).BeginInit();
     this.SuspendLayout();
     //
     // axwbQuickRefGuide
     //
     this.axwbQuickRefGuide.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.axwbQuickRefGuide.Enabled  = true;
     this.axwbQuickRefGuide.OcxState = ((System.Windows.Forms.AxHost.State)(resources.GetObject("axwbQuickRefGuide.OcxState")));
     this.axwbQuickRefGuide.Size     = new System.Drawing.Size(292, 405);
     this.axwbQuickRefGuide.TabIndex = 0;
     //
     // DlgQuickReferenceGuideHelp
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.AutoScroll        = true;
     this.ClientSize        = new System.Drawing.Size(292, 405);
     this.Controls.AddRange(new System.Windows.Forms.Control[] {
         this.axwbQuickRefGuide
     });
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name = "DlgQuickReferenceGuideHelp";
     this.Text = "LingTree Quick Reference Guide";
     ((System.ComponentModel.ISupportInitialize)(this.axwbQuickRefGuide)).EndInit();
     this.ResumeLayout(false);
 }
示例#10
0
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(NewBrowserWnd));
            this.axWebBrowser1 = new AxSHDocVw.AxWebBrowser();
            ((System.ComponentModel.ISupportInitialize)(this.axWebBrowser1)).BeginInit();
            this.SuspendLayout();
            // // axWebBrowser1
            //
            this.axWebBrowser1.Dock     = System.Windows.Forms.DockStyle.Fill;
            this.axWebBrowser1.Enabled  = true;
            this.axWebBrowser1.Location = new System.Drawing.Point(0, 0);
            this.axWebBrowser1.OcxState = ((System.Windows.Forms.AxHost.State)(resources.GetObject("axWebBrowser1.OcxState")));
            this.axWebBrowser1.Size     = new System.Drawing.Size(808, 512);
            this.axWebBrowser1.TabIndex = 0;

            //
            // advertiseBrowser
            //
            this.Controls.Add(this.axWebBrowser1);
            this.Name  = "advertiseBrowser";
            this.Size  = new System.Drawing.Size(240, 160);
            this.Load += new System.EventHandler(this.advertiseBrowser_Load);

            ((System.ComponentModel.ISupportInitialize)(this.axWebBrowser1)).EndInit();
            this.ResumeLayout(false);
        }
示例#11
0
        public static void openFileInWebBrowser(AxSHDocVw.AxWebBrowser axWBtoUse, string strPathToFileToOpen)
        {
            axWBtoUse.Visible = true;
            object ipNull = IntPtr.Zero;

            axWBtoUse.Navigate(strPathToFileToOpen, ref ipNull, ref ipNull, ref ipNull, ref ipNull);
        }
//		protected override void Dispose( bool disposing )
//		{
//			webBrowser.Dispose();
//			base.Dispose( disposing );
//		}

		#region Windows Form Designer generated code
		/// <summary>
		/// Required method for Designer support - do not modify
		/// the contents of this method with the code editor.
		/// </summary>
		private void InitializeComponent()
		{
			System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(WebBrowserHelper));
			this.webBrowser = new AxSHDocVw.AxWebBrowser();
			((System.ComponentModel.ISupportInitialize)(this.webBrowser)).BeginInit();
			this.SuspendLayout();
			// 
			// WebBrowser
			// 
			this.webBrowser.Enabled = true;
			this.webBrowser.Location = new System.Drawing.Point(16, 16);
			this.webBrowser.OcxState = ((System.Windows.Forms.AxHost.State)(resources.GetObject("WebBrowser.OcxState")));
			this.webBrowser.Size = new System.Drawing.Size(264, 88);
			this.webBrowser.TabIndex = 3;
			// 
			// WebBrowserHelper
			// 
			this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
			this.ClientSize = new System.Drawing.Size(292, 118);
			this.ControlBox = false;
			this.Controls.Add(this.webBrowser);
			this.Name = "WebBrowserHelper";
			this.Text = "Processing request...";
			((System.ComponentModel.ISupportInitialize)(this.webBrowser)).EndInit();
			this.ResumeLayout(false);

		}
示例#13
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(DvtkWebBrowser));
     this.axWebBrowser = new AxSHDocVw.AxWebBrowser();
     ((System.ComponentModel.ISupportInitialize)(this.axWebBrowser)).BeginInit();
     this.SuspendLayout();
     //
     // axWebBrowser
     //
     this.axWebBrowser.AllowDrop           = true;
     this.axWebBrowser.Dock                = System.Windows.Forms.DockStyle.Fill;
     this.axWebBrowser.Enabled             = true;
     this.axWebBrowser.Location            = new System.Drawing.Point(0, 0);
     this.axWebBrowser.OcxState            = ((System.Windows.Forms.AxHost.State)(resources.GetObject("axWebBrowser.OcxState")));
     this.axWebBrowser.Size                = new System.Drawing.Size(392, 328);
     this.axWebBrowser.TabIndex            = 0;
     this.axWebBrowser.CommandStateChange += new AxSHDocVw.DWebBrowserEvents2_CommandStateChangeEventHandler(this.axWebBrowser_CommandStateChange);
     this.axWebBrowser.NavigateComplete2  += new AxSHDocVw.DWebBrowserEvents2_NavigateComplete2EventHandler(this.axWebBrowser_NavigateComplete2);
     this.axWebBrowser.BeforeNavigate2    += new AxSHDocVw.DWebBrowserEvents2_BeforeNavigate2EventHandler(this.axWebBrowser_BeforeNavigate2);
     //
     // DvtkWebBrowser
     //
     this.Controls.Add(this.axWebBrowser);
     this.Name = "DvtkWebBrowser";
     this.Size = new System.Drawing.Size(392, 328);
     ((System.ComponentModel.ISupportInitialize)(this.axWebBrowser)).EndInit();
     this.ResumeLayout(false);
 }
		/// <summary>
		/// Required method for Designer support - do not modify
		/// the contents of this method with the code editor.
		/// </summary>
		private void InitializeComponent()
		{
			System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(TrackerSubmitForm));
			this.label1 = new System.Windows.Forms.Label();
			this.webBrowser = new AxSHDocVw.AxWebBrowser();
			this.panel1 = new System.Windows.Forms.Panel();
			((System.ComponentModel.ISupportInitialize)(this.webBrowser)).BeginInit();
			this.panel1.SuspendLayout();
			this.SuspendLayout();
			// 
			// label1
			// 
			this.label1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
				| System.Windows.Forms.AnchorStyles.Right)));
			this.label1.Location = new System.Drawing.Point(8, 8);
			this.label1.Name = "label1";
			this.label1.Size = new System.Drawing.Size(768, 24);
			this.label1.TabIndex = 0;
			this.label1.Text = "Please try to include any helpfull details you can offer, such as what you were d" +
				"oing when you encountered an error, steps to reproduce the error, upload screens" +
				"hots etc.";
			// 
			// webBrowser
			// 
			this.webBrowser.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.webBrowser.ContainingControl = this;
			this.webBrowser.Enabled = true;
			this.webBrowser.Location = new System.Drawing.Point(8, 40);
			this.webBrowser.OcxState = ((System.Windows.Forms.AxHost.State)(resources.GetObject("webBrowser.OcxState")));
			this.webBrowser.Size = new System.Drawing.Size(768, 446);
			this.webBrowser.TabIndex = 4;
			// 
			// panel1
			// 
			this.panel1.Controls.Add(this.label1);
			this.panel1.Controls.Add(this.webBrowser);
			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(784, 494);
			this.panel1.TabIndex = 5;
			// 
			// TrackerSubmitForm
			// 
			this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
			this.ClientSize = new System.Drawing.Size(784, 494);
			this.Controls.Add(this.panel1);
			this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
			this.Name = "TrackerSubmitForm";
			this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
			this.Text = "Submit a new bug report";
			this.TopMost = true;
			this.Load += new System.EventHandler(this.TrackerSubmitForm_Load);
			((System.ComponentModel.ISupportInitialize)(this.webBrowser)).EndInit();
			this.panel1.ResumeLayout(false);
			this.ResumeLayout(false);

		}
示例#15
0
        private void print_btn_Click(object sender, EventArgs e)
        {
            OnPrintClick(EventArgs.Empty);
            object em = null;

            GF.showLoading((this.Parent as Panel).Parent as Form);
            using (AxSHDocVw.AxWebBrowser wb = new AxSHDocVw.AxWebBrowser())
            {
                wb.CreateControl();
                wb.Left = -1000;
                wb.Top  = -1000;
                wb.Navigate(Properties.Settings.Default.webserver_url + url);
                for (; wb.ReadyState != SHDocVw.tagREADYSTATE.READYSTATE_COMPLETE;)
                {
                    System.Windows.Forms.Application.DoEvents();
                }
                GF.closeLoading();
                try
                {
                    SHDocVw.OLECMDF eQuery = wb.QueryStatusWB(SHDocVw.OLECMDID.OLECMDID_PAGESETUP);
                    wb.ExecWB(SHDocVw.OLECMDID.OLECMDID_PAGESETUP, SHDocVw.OLECMDEXECOPT.OLECMDEXECOPT_PROMPTUSER, ref em, ref em);
                    wb.ExecWB(SHDocVw.OLECMDID.OLECMDID_PRINT, SHDocVw.OLECMDEXECOPT.OLECMDEXECOPT_PROMPTUSER, ref em, ref em);
                }
                catch (Exception err)
                {
                    MessageBox.Show(err.Message);
                }
            }
        }
示例#16
0
 /// <summary>
 /// デザイナ サポートに必要なメソッドです。このメソッドの内容を
 /// コード エディタで変更しないでください。
 /// </summary>
 private void InitializeComponent()
 {
     System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(WebBrowserControl));
     this.axWebBrowser = new AxSHDocVw.AxWebBrowser();
     ((System.ComponentModel.ISupportInitialize)(this.axWebBrowser)).BeginInit();
     this.SuspendLayout();
     //
     // axWebBrowser
     //
     this.axWebBrowser.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.axWebBrowser.Enabled  = true;
     this.axWebBrowser.Location = new System.Drawing.Point(0, 0);
     this.axWebBrowser.OcxState = ((System.Windows.Forms.AxHost.State)(resources.GetObject("axWebBrowser.OcxState")));
     this.axWebBrowser.Size     = new System.Drawing.Size(136, 112);
     this.axWebBrowser.TabIndex = 0;
     //
     // WebBrowserControl
     //
     this.AutoScroll = true;
     this.Controls.Add(this.axWebBrowser);
     this.Name = "WebBrowserControl";
     this.Size = new System.Drawing.Size(136, 112);
     ((System.ComponentModel.ISupportInitialize)(this.axWebBrowser)).EndInit();
     this.ResumeLayout(false);
 }
示例#17
0
		/// <summary>
		/// Required method for Designer support - do not modify
		/// the contents of this method with the code editor.
		/// </summary>
		private void InitializeComponent()
		{
			System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(ContentBrowser));
			this.axWebBrowser1 = new AxSHDocVw.AxWebBrowser();
			((System.ComponentModel.ISupportInitialize)(this.axWebBrowser1)).BeginInit();
			this.SuspendLayout();
			// 
			// axWebBrowser1
			// 
			this.axWebBrowser1.Dock = System.Windows.Forms.DockStyle.Fill;
			this.axWebBrowser1.Enabled = true;
			this.axWebBrowser1.Location = new System.Drawing.Point(0, 0);
			this.axWebBrowser1.OcxState = ((System.Windows.Forms.AxHost.State)(resources.GetObject("axWebBrowser1.OcxState")));
			this.axWebBrowser1.Size = new System.Drawing.Size(328, 298);
			this.axWebBrowser1.TabIndex = 0;
			this.axWebBrowser1.Enter += new System.EventHandler(this.axWebBrowser1_Enter);
			// 
			// WebForm
			// 
			this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
			this.ClientSize = new System.Drawing.Size(328, 298);
			this.Controls.Add(this.axWebBrowser1);
			this.Name = "WebForm";
			this.Text = "Content Browser";
			((System.ComponentModel.ISupportInitialize)(this.axWebBrowser1)).EndInit();
			this.ResumeLayout(false);

		}
示例#18
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(NewBrowserWnd));
     this.axWebBrowser1 = new AxSHDocVw.AxWebBrowser();
     ((System.ComponentModel.ISupportInitialize)(this.axWebBrowser1)).BeginInit();
     this.SuspendLayout();
     //
     // axWebBrowser1
     //
     this.axWebBrowser1.Dock              = System.Windows.Forms.DockStyle.Fill;
     this.axWebBrowser1.Enabled           = true;
     this.axWebBrowser1.Location          = new System.Drawing.Point(0, 0);
     this.axWebBrowser1.OcxState          = ((System.Windows.Forms.AxHost.State)(resources.GetObject("axWebBrowser1.OcxState")));
     this.axWebBrowser1.Size              = new System.Drawing.Size(808, 512);
     this.axWebBrowser1.TabIndex          = 0;
     this.axWebBrowser1.TitleChange      += new AxSHDocVw.DWebBrowserEvents2_TitleChangeEventHandler(this.axWebBrowser1_TitleChange);
     this.axWebBrowser1.DocumentComplete += new AxSHDocVw.DWebBrowserEvents2_DocumentCompleteEventHandler(this.axWebBrowser1_DocumentComplete);
     this.axWebBrowser1.OnMenuBar        += new AxSHDocVw.DWebBrowserEvents2_OnMenuBarEventHandler(this.axWebBrowser1_OnMenuBar);
     //
     // NewBrowserWnd
     //
     this.Controls.Add(this.axWebBrowser1);
     this.Name = "NewBrowserWnd";
     this.Size = new System.Drawing.Size(808, 512);
     ((System.ComponentModel.ISupportInitialize)(this.axWebBrowser1)).EndInit();
     this.ResumeLayout(false);
 }
示例#19
0
文件: TestDlg.cs 项目: zszqwe/dp2
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(TestDlg));
     this.axWebBrowser1 = new AxSHDocVw.AxWebBrowser();
     ((System.ComponentModel.ISupportInitialize)(this.axWebBrowser1)).BeginInit();
     this.SuspendLayout();
     //
     // axWebBrowser1
     //
     this.axWebBrowser1.Enabled  = true;
     this.axWebBrowser1.Location = new System.Drawing.Point(64, 40);
     this.axWebBrowser1.OcxState = ((System.Windows.Forms.AxHost.State)(resources.GetObject("axWebBrowser1.OcxState")));
     this.axWebBrowser1.Size     = new System.Drawing.Size(300, 150);
     this.axWebBrowser1.TabIndex = 0;
     //
     // TestDlg
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(6, 14);
     this.ClientSize        = new System.Drawing.Size(292, 276);
     this.Controls.Add(this.axWebBrowser1);
     this.Name = "TestDlg";
     this.Text = "TestDlg";
     ((System.ComponentModel.ISupportInitialize)(this.axWebBrowser1)).EndInit();
     this.ResumeLayout(false);
 }
示例#20
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(DlgHelpTopics));
     this.axwbHelpTopics = new AxSHDocVw.AxWebBrowser();
     ((System.ComponentModel.ISupportInitialize)(this.axwbHelpTopics)).BeginInit();
     this.SuspendLayout();
     //
     // axwbHelpTopics
     //
     this.axwbHelpTopics.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.axwbHelpTopics.Enabled  = true;
     this.axwbHelpTopics.Location = new System.Drawing.Point(0, 0);
     this.axwbHelpTopics.OcxState = ((System.Windows.Forms.AxHost.State)(resources.GetObject("axwbHelpTopics.OcxState")));
     this.axwbHelpTopics.Size     = new System.Drawing.Size(520, 517);
     this.axwbHelpTopics.TabIndex = 0;
     //
     // DlgHelpTopics
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(520, 517);
     this.Controls.Add(this.axwbHelpTopics);
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name = "DlgHelpTopics";
     this.Text = "LingTree Help Topics";
     ((System.ComponentModel.ISupportInitialize)(this.axwbHelpTopics)).EndInit();
     this.ResumeLayout(false);
 }
示例#21
0
        void toolStripButton_MouseUp(object sender, MouseEventArgs e)
        {
            ToolStripButton toolStripButton = (ToolStripButton)sender;

            if (toolStripButton == toolStripButton9)
            {
                AxSHDocVw.AxWebBrowser webBrowser = IniWebBrowser();
                webBrowser.GoHome();
                currentWebBrowser = webBrowser;
            }
            else if (e.Button == MouseButtons.Right)
            {
                WebBrowserProperty property = (WebBrowserProperty)((ToolStripButton)sender).Tag;
                Controls.Remove(property.webBrowser);
                property.webBrowser.Dispose();
                toolStrip3.Items.Remove(property.toolStripButton);
                Application.DoEvents();
                Control webBrowser = Control.FromChildHandle(WinDll.WindowFromPoint(PointToScreen(new Point(panel2.Location.X + 10, panel2.Location.Y + 10))));
                if (webBrowser.ToString() == "AxSHDocVw.AxWebBrowser")
                {
                    toolStripButton_MouseUp(((WebBrowserProperty)webBrowser.Tag).toolStripButton, new MouseEventArgs(MouseButtons.Left, 1, 0, 0, 0));
                }
                else
                {
                    toolStripButton_MouseUp(toolStripButton9, new MouseEventArgs(MouseButtons.Left, 1, 0, 0, 0));
                }
            }
            else if (e.Button == MouseButtons.Left)
            {
                if (e.X > toolStripButton.Size.Width - closeLeft)
                {
                    toolStripButton_MouseUp(sender, new MouseEventArgs(MouseButtons.Right, 0, 0, 0, 0));
                }
                else
                {
                    WebBrowserProperty property = (WebBrowserProperty)(toolStripButton).Tag;
                    WebBrowserProperty.frontProperty = property;
                    foreach (ToolStripButton tsb in toolStrip3.Items)
                    {
                        tsb.Checked = false;
                    }
                    ((ToolStripButton)sender).Checked = true;
                    //设置标题和地址
                    if (e.Clicks != -1)
                    {
                        Text = WebBrowserProperty.frontProperty.siteTitle + " - so浏览器 2011 正式版";
                        toolStripComboBox1.Text    = WebBrowserProperty.frontProperty.webBrowser.LocationURL;
                        toolStripButton1.Enabled   = 后退BToolStripMenuItem.Enabled = WebBrowserProperty.frontProperty.canBack;
                        toolStripButton2.Enabled   = 前进FToolStripMenuItem.Enabled = WebBrowserProperty.frontProperty.canForward;
                        toolStripStatusLabel1.Text = WebBrowserProperty.frontProperty.statusText;
                    }
                    //设置前端显示
                    WebBrowserProperty.frontProperty.webBrowser.BringToFront();
                }
            }
        }
示例#22
0
        private void axWebBrowser1_StatusTextChange(object sender, AxSHDocVw.DWebBrowserEvents2_StatusTextChangeEvent e)
        {
            AxSHDocVw.AxWebBrowser webBrowser = (AxSHDocVw.AxWebBrowser)sender;
            WebBrowserProperty     property   = (WebBrowserProperty)webBrowser.Tag;

            property.statusText = e.text;
            if (webBrowser == WebBrowserProperty.frontProperty.webBrowser)
            {
                toolStripStatusLabel1.Text = e.text;
            }
        }
示例#23
0
        private void axWebBrowser1_TitleChange(object sender, AxSHDocVw.DWebBrowserEvents2_TitleChangeEvent e)
        {
            AxSHDocVw.AxWebBrowser webBrowser = (AxSHDocVw.AxWebBrowser)sender;
            WebBrowserProperty     property   = (WebBrowserProperty)webBrowser.Tag;

            property.siteTitle                   = e.text;
            property.toolStripButton.Text        = GetSubstring(e.text, 25);
            property.toolStripButton.ToolTipText = e.text;
            if (webBrowser == WebBrowserProperty.frontProperty.webBrowser)
            {
                Text = e.text + " - so浏览器 2011 正式版";
                toolStripComboBox1.Text = webBrowser.LocationURL;
            }
        }
示例#24
0
        public void StartSubclass(IntPtr hWnd,AxSHDocVw.AxWebBrowser browser)
        {
            // delegate for the new wndproc
            newWndProc = new Win32.USER32.Win32WndProc(MyWndProc);

            if(oldWndProc.ToInt32() != 0)
                Win32.USER32.SetWindowLong(hWnd, Win32.USER32.GWL_WNDPROC, newWndProc);
            else
                oldWndProc = Win32.USER32.SetWindowLong(hWnd, Win32.USER32.GWL_WNDPROC, newWndProc);

            if(browser!= null)
            {
                browserControl = browser;
            }
        }
示例#25
0
 private void Form_Main_Ini(string url_)
 {
     InitializeComponent();
     toolStrip2_SizeChanged(null, null);
     Show();
     Application.DoEvents();
     AxSHDocVw.AxWebBrowser webBrowser = IniWebBrowser();
     currentWebBrowser = webBrowser;
     if (string.IsNullOrEmpty(url_))
     {
         webBrowser.GoHome();
     }
     else
     {
         webBrowser.Navigate(url_);
     }
 }
示例#26
0
        public void StartSubclass(IntPtr hWnd, AxSHDocVw.AxWebBrowser browser)
        {
            // delegate for the new wndproc
            newWndProc = new Win32.USER32.Win32WndProc(MyWndProc);

            if (oldWndProc.ToInt32() != 0)
            {
                Win32.USER32.SetWindowLong(hWnd, Win32.USER32.GWL_WNDPROC, newWndProc);
            }
            else
            {
                oldWndProc = Win32.USER32.SetWindowLong(hWnd, Win32.USER32.GWL_WNDPROC, newWndProc);
            }

            if (browser != null)
            {
                browserControl = browser;
            }
        }
示例#27
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(UserManualForm));
     this.axWebBrowser  = new AxSHDocVw.AxWebBrowser();
     this.mainMenu      = new System.Windows.Forms.MainMenu();
     this.menuItemClose = new System.Windows.Forms.MenuItem();
     ((System.ComponentModel.ISupportInitialize)(this.axWebBrowser)).BeginInit();
     this.SuspendLayout();
     //
     // axWebBrowser
     //
     this.axWebBrowser.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.axWebBrowser.Enabled  = true;
     this.axWebBrowser.Location = new System.Drawing.Point(0, 0);
     this.axWebBrowser.OcxState = ((System.Windows.Forms.AxHost.State)(resources.GetObject("axWebBrowser.OcxState")));
     this.axWebBrowser.Size     = new System.Drawing.Size(700, 606);
     this.axWebBrowser.TabIndex = 0;
     //
     // mainMenu
     //
     this.mainMenu.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
         this.menuItemClose
     });
     //
     // menuItemClose
     //
     this.menuItemClose.Index  = 0;
     this.menuItemClose.Text   = "Close";
     this.menuItemClose.Click += new System.EventHandler(this.menuItemClose_Click);
     //
     // UserManualForm
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(700, 606);
     this.Controls.Add(this.axWebBrowser);
     this.Icon          = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Menu          = this.mainMenu;
     this.Name          = "UserManualForm";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "ProSimO - User\'s Manual";
     ((System.ComponentModel.ISupportInitialize)(this.axWebBrowser)).EndInit();
     this.ResumeLayout(false);
 }
示例#28
0
        private AxSHDocVw.AxWebBrowser IniWebBrowser()
        {
            //初始化浏览器
            AxSHDocVw.AxWebBrowser webBrowser = new AxSHDocVw.AxWebBrowser();
            webBrowser.Dock                = System.Windows.Forms.DockStyle.Fill;
            webBrowser.NewWindow2         += new AxSHDocVw.DWebBrowserEvents2_NewWindow2EventHandler(this.axWebBrowser1_NewWindow2);
            webBrowser.ProgressChange     += new AxSHDocVw.DWebBrowserEvents2_ProgressChangeEventHandler(this.axWebBrowser1_ProgressChange);
            webBrowser.StatusTextChange   += new AxSHDocVw.DWebBrowserEvents2_StatusTextChangeEventHandler(this.axWebBrowser1_StatusTextChange);
            webBrowser.CommandStateChange += new AxSHDocVw.DWebBrowserEvents2_CommandStateChangeEventHandler(this.axWebBrowser1_CommandStateChange);
            webBrowser.TitleChange        += new AxSHDocVw.DWebBrowserEvents2_TitleChangeEventHandler(this.axWebBrowser1_TitleChange);
            webBrowser.SetSecureLockIcon  += new AxSHDocVw.DWebBrowserEvents2_SetSecureLockIconEventHandler(this.axWebBrowser1_SetSecureLockIcon);
            webBrowser.WindowClosing      += new AxSHDocVw.DWebBrowserEvents2_WindowClosingEventHandler(webBrowser_WindowClosing);
            webBrowser.BeforeNavigate2    += new AxSHDocVw.DWebBrowserEvents2_BeforeNavigate2EventHandler(webBrowser_BeforeNavigate2);
            panel2.Controls.Add(webBrowser);
            Application.DoEvents();
            webBrowser.Silent = true;
            //初始化标签页
            ToolStripButton toolStripButton = new ToolStripButton("新标签页        ", imageList1.Images[0]);

            toolStripButton.AutoSize = false;
            toolStripButton.Width    = 200;
            toolStripButton.MouseUp += new MouseEventHandler(toolStripButton_MouseUp);
            toolStripButton.Margin   = new Padding(0, 0, 5, 0);
            //toolStripButton.BackColor = Color.FromArgb(216, 229, 250);
            toolStripButton.BackColor   = Color.FromArgb(254, 254, 255);
            toolStripButton.Paint      += new PaintEventHandler(toolStripButton_Paint);
            toolStripButton.MouseMove  += new MouseEventHandler(toolStripButton_MouseMove);
            toolStripButton.MouseLeave += new EventHandler(toolStripButton_MouseLeave);
            toolStrip3.Items.Insert(toolStrip3.Items.Count - 2, toolStripButton);
            //定义对应属性
            WebBrowserProperty property = new WebBrowserProperty();

            property.toolStripButton = toolStripButton;
            property.webBrowser      = webBrowser;
            webBrowser.Tag           = property;
            toolStripButton.Tag      = property;
            //设为当前焦点
            toolStripButton_MouseUp(toolStripButton, new MouseEventArgs(MouseButtons.Left, -1, 0, 0, 0));
            return(webBrowser);
        }
示例#29
0
 /// <summary> 
 /// Required method for Designer support - do not modify 
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(XmlViewer));
     this.axWebBrowser = new AxSHDocVw.AxWebBrowser();
     this.grpViewer = new System.Windows.Forms.GroupBox();
     ((System.ComponentModel.ISupportInitialize)(this.axWebBrowser)).BeginInit();
     this.grpViewer.SuspendLayout();
     this.SuspendLayout();
     //
     // axWebBrowser
     //
     this.axWebBrowser.ContainingControl = this;
     this.axWebBrowser.Enabled = true;
     this.axWebBrowser.Location = new System.Drawing.Point(16, 24);
     this.axWebBrowser.OcxState = ((System.Windows.Forms.AxHost.State)(resources.GetObject("axWebBrowser.OcxState")));
     this.axWebBrowser.Size = new System.Drawing.Size(616, 376);
     this.axWebBrowser.TabIndex = 2;
     //
     // grpViewer
     //
     this.grpViewer.Controls.Add(this.axWebBrowser);
     this.grpViewer.Location = new System.Drawing.Point(8, 16);
     this.grpViewer.Name = "grpViewer";
     this.grpViewer.Size = new System.Drawing.Size(648, 424);
     this.grpViewer.TabIndex = 3;
     this.grpViewer.TabStop = false;
     this.grpViewer.Text = "grpViewer";
     //
     // XmlViewer
     //
     this.Controls.Add(this.grpViewer);
     this.Name = "XmlViewer";
     this.Size = new System.Drawing.Size(664, 456);
     ((System.ComponentModel.ISupportInitialize)(this.axWebBrowser)).EndInit();
     this.grpViewer.ResumeLayout(false);
     this.ResumeLayout(false);
 }
示例#30
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(XmlViewer));
     this.axWebBrowser = new AxSHDocVw.AxWebBrowser();
     this.grpViewer    = new System.Windows.Forms.GroupBox();
     ((System.ComponentModel.ISupportInitialize)(this.axWebBrowser)).BeginInit();
     this.grpViewer.SuspendLayout();
     this.SuspendLayout();
     //
     // axWebBrowser
     //
     this.axWebBrowser.ContainingControl = this;
     this.axWebBrowser.Enabled           = true;
     this.axWebBrowser.Location          = new System.Drawing.Point(16, 24);
     this.axWebBrowser.OcxState          = ((System.Windows.Forms.AxHost.State)(resources.GetObject("axWebBrowser.OcxState")));
     this.axWebBrowser.Size     = new System.Drawing.Size(616, 376);
     this.axWebBrowser.TabIndex = 2;
     //
     // grpViewer
     //
     this.grpViewer.Controls.Add(this.axWebBrowser);
     this.grpViewer.Location = new System.Drawing.Point(8, 16);
     this.grpViewer.Name     = "grpViewer";
     this.grpViewer.Size     = new System.Drawing.Size(648, 424);
     this.grpViewer.TabIndex = 3;
     this.grpViewer.TabStop  = false;
     this.grpViewer.Text     = "grpViewer";
     //
     // XmlViewer
     //
     this.Controls.Add(this.grpViewer);
     this.Name = "XmlViewer";
     this.Size = new System.Drawing.Size(664, 456);
     ((System.ComponentModel.ISupportInitialize)(this.axWebBrowser)).EndInit();
     this.grpViewer.ResumeLayout(false);
     this.ResumeLayout(false);
 }
示例#31
0
        private void axWebBrowser1_CommandStateChange(object sender, AxSHDocVw.DWebBrowserEvents2_CommandStateChangeEvent e)
        {
            AxSHDocVw.AxWebBrowser webBrowser = (AxSHDocVw.AxWebBrowser)sender;
            WebBrowserProperty     property   = (WebBrowserProperty)webBrowser.Tag;

            switch ((CommandStateChangeConstants)e.command)
            {
            case CommandStateChangeConstants.CSC_NAVIGATEBACK:
                property.canBack = e.enable;
                if (webBrowser == WebBrowserProperty.frontProperty.webBrowser)
                {
                    toolStripButton1.Enabled = 后退BToolStripMenuItem.Enabled = e.enable;
                }
                break;

            case CommandStateChangeConstants.CSC_NAVIGATEFORWARD:
                property.canForward = e.enable;
                if (webBrowser == WebBrowserProperty.frontProperty.webBrowser)
                {
                    toolStripButton2.Enabled = 前进FToolStripMenuItem.Enabled = e.enable;
                }
                break;
            }
        }
示例#32
0
 /// <summary> 
 /// Required method for Designer support - do not modify 
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(NewWelcome));
     this.nWebBrowser = new AxSHDocVw.AxWebBrowser();
     ((System.ComponentModel.ISupportInitialize)(this.nWebBrowser)).BeginInit();
     this.SuspendLayout();
     //
     // nWebBrowser
     //
     this.nWebBrowser.Dock = System.Windows.Forms.DockStyle.Fill;
     this.nWebBrowser.Enabled = true;
     this.nWebBrowser.Location = new System.Drawing.Point(0, 0);
     this.nWebBrowser.OcxState = ((System.Windows.Forms.AxHost.State)(resources.GetObject("nWebBrowser.OcxState")));
     this.nWebBrowser.Size = new System.Drawing.Size(920, 576);
     this.nWebBrowser.TabIndex = 0;
     //
     // NewWelcome
     //
     this.Controls.Add(this.nWebBrowser);
     this.Name = "NewWelcome";
     this.Size = new System.Drawing.Size(920, 576);
     ((System.ComponentModel.ISupportInitialize)(this.nWebBrowser)).EndInit();
     this.ResumeLayout(false);
 }
示例#33
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(MainForm));
     this._tvGroups = new System.Windows.Forms.TreeView();
     this._ilGroups = new System.Windows.Forms.ImageList(this.components);
     this._splitter = new System.Windows.Forms.Splitter();
     this._axWebBrowser = new AxSHDocVw.AxWebBrowser();
     ((System.ComponentModel.ISupportInitialize)(this._axWebBrowser)).BeginInit();
     this.SuspendLayout();
     //
     // _tvGroups
     //
     this._tvGroups.Dock = System.Windows.Forms.DockStyle.Left;
     this._tvGroups.ImageList = this._ilGroups;
     this._tvGroups.ItemHeight = 18;
     this._tvGroups.Location = new System.Drawing.Point(0, 0);
     this._tvGroups.Name = "_tvGroups";
     this._tvGroups.Size = new System.Drawing.Size(180, 668);
     this._tvGroups.TabIndex = 1;
     this._tvGroups.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.OnGroupsSelect);
     this._tvGroups.BeforeExpand += new System.Windows.Forms.TreeViewCancelEventHandler(this.OnGroupsExpand);
     //
     // _ilGroups
     //
     this._ilGroups.ImageSize = new System.Drawing.Size(16, 16);
     this._ilGroups.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("_ilGroups.ImageStream")));
     this._ilGroups.TransparentColor = System.Drawing.Color.Transparent;
     //
     // _splitter
     //
     this._splitter.Location = new System.Drawing.Point(180, 0);
     this._splitter.Name = "_splitter";
     this._splitter.Size = new System.Drawing.Size(4, 668);
     this._splitter.TabIndex = 2;
     this._splitter.TabStop = false;
     //
     // _axWebBrowser
     //
     this._axWebBrowser.Dock = System.Windows.Forms.DockStyle.Fill;
     this._axWebBrowser.Enabled = true;
     this._axWebBrowser.Location = new System.Drawing.Point(184, 0);
     this._axWebBrowser.OcxState = ((System.Windows.Forms.AxHost.State)(resources.GetObject("_axWebBrowser.OcxState")));
     this._axWebBrowser.Size = new System.Drawing.Size(843, 668);
     this._axWebBrowser.TabIndex = 3;
     //
     // MainForm
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize = new System.Drawing.Size(1027, 668);
     this.Controls.Add(this._axWebBrowser);
     this.Controls.Add(this._splitter);
     this.Controls.Add(this._tvGroups);
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox = false;
     this.Name = "MainForm";
     this.Text = "Zenfolio Browser";
     this.Load += new System.EventHandler(this.OnLoad);
     ((System.ComponentModel.ISupportInitialize)(this._axWebBrowser)).EndInit();
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(DlgQuickReferenceGuideHelp));
     this.axwbQuickRefGuide = new AxSHDocVw.AxWebBrowser();
     ((System.ComponentModel.ISupportInitialize)(this.axwbQuickRefGuide)).BeginInit();
     this.SuspendLayout();
     //
     // axwbQuickRefGuide
     //
     this.axwbQuickRefGuide.Dock = System.Windows.Forms.DockStyle.Fill;
     this.axwbQuickRefGuide.Enabled = true;
     this.axwbQuickRefGuide.OcxState = ((System.Windows.Forms.AxHost.State)(resources.GetObject("axwbQuickRefGuide.OcxState")));
     this.axwbQuickRefGuide.Size = new System.Drawing.Size(292, 405);
     this.axwbQuickRefGuide.TabIndex = 0;
     //
     // DlgQuickReferenceGuideHelp
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.AutoScroll = true;
     this.ClientSize = new System.Drawing.Size(292, 405);
     this.Controls.AddRange(new System.Windows.Forms.Control[] {
                                                                   this.axwbQuickRefGuide});
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name = "DlgQuickReferenceGuideHelp";
     this.Text = "LingTree Quick Reference Guide";
     ((System.ComponentModel.ISupportInitialize)(this.axwbQuickRefGuide)).EndInit();
     this.ResumeLayout(false);
 }
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmMyVideos));
            this.statusStrip1 = new System.Windows.Forms.StatusStrip();
            this.lblStatus = new System.Windows.Forms.ToolStripStatusLabel();
            this.pbStatus = new System.Windows.Forms.ToolStripProgressBar();
            this.lvVideos = 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.columnHeader5 = new System.Windows.Forms.ColumnHeader();
            this.columnHeader6 = new System.Windows.Forms.ColumnHeader();
            this.columnHeader7 = new System.Windows.Forms.ColumnHeader();
            this.button1 = new System.Windows.Forms.Button();
            this.btnDisable = new System.Windows.Forms.Button();
            this.btnEnable = new System.Windows.Forms.Button();

            this.wb = new SHDocVw.WebBrowser();
            this.btnSelectAll = new System.Windows.Forms.Button();
            this.btnDeselectAll = new System.Windows.Forms.Button();
            this.statusStrip1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.wb)).BeginInit();
            this.SuspendLayout();
            //
            // statusStrip1
            //
            this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.lblStatus,
            this.pbStatus});
            this.statusStrip1.Location = new System.Drawing.Point(0, 271);
            this.statusStrip1.Name = "statusStrip1";
            this.statusStrip1.Size = new System.Drawing.Size(667, 22);
            this.statusStrip1.SizingGrip = false;
            this.statusStrip1.TabIndex = 0;
            this.statusStrip1.Text = "statusStrip1";
            //
            // lblStatus
            //
            this.lblStatus.Name = "lblStatus";
            this.lblStatus.Size = new System.Drawing.Size(450, 17);
            this.lblStatus.Spring = true;
            this.lblStatus.Text = "Idle.";
            this.lblStatus.TextAlign = System.Drawing.ContentAlignment.TopLeft;
            //
            // pbStatus
            //
            this.pbStatus.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
            this.pbStatus.Name = "pbStatus";
            this.pbStatus.Size = new System.Drawing.Size(200, 16);
            //
            // lvVideos
            //
            this.lvVideos.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
            this.columnHeader1,
            this.columnHeader2,
            this.columnHeader3,
            this.columnHeader4,
            this.columnHeader5,
            this.columnHeader6,
            this.columnHeader7});
            this.lvVideos.FullRowSelect = true;
            this.lvVideos.Location = new System.Drawing.Point(12, 12);
            this.lvVideos.Name = "lvVideos";
            this.lvVideos.Size = new System.Drawing.Size(643, 220);
            this.lvVideos.TabIndex = 3;
            this.lvVideos.UseCompatibleStateImageBehavior = false;
            this.lvVideos.View = System.Windows.Forms.View.Details;
            //
            // columnHeader1
            //
            this.columnHeader1.Text = "ID";
            this.columnHeader1.Width = 70;
            //
            // columnHeader2
            //
            this.columnHeader2.Text = "Title";
            this.columnHeader2.Width = 319;
            //
            // columnHeader3
            //
            this.columnHeader3.Text = "Views";
            this.columnHeader3.Width = 50;
            //
            // columnHeader4
            //
            this.columnHeader4.Text = "Comments";
            this.columnHeader4.Width = 50;
            //
            // columnHeader5
            //
            this.columnHeader5.Text = "Favorites";
            this.columnHeader5.Width = 50;
            //
            // columnHeader6
            //
            this.columnHeader6.Text = "Ratings";
            this.columnHeader6.Width = 50;
            //
            // columnHeader7
            //
            this.columnHeader7.Text = "Average";
            this.columnHeader7.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
            this.columnHeader7.Width = 50;
            //
            // button1
            //
            this.button1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.button1.Location = new System.Drawing.Point(524, 238);
            this.button1.Name = "button1";
            this.button1.Size = new System.Drawing.Size(131, 24);
            this.button1.TabIndex = 4;
            this.button1.Text = "Reload Videos";
            this.button1.UseVisualStyleBackColor = true;
            this.button1.Click += new System.EventHandler(this.button1_Click);
            //
            // btnDisable
            //
            this.btnDisable.Location = new System.Drawing.Point(12, 238);
            this.btnDisable.Name = "btnDisable";
            this.btnDisable.Size = new System.Drawing.Size(113, 24);
            this.btnDisable.TabIndex = 5;
            this.btnDisable.Text = "Disable Selected";
            this.btnDisable.UseVisualStyleBackColor = true;
            this.btnDisable.Click += new System.EventHandler(this.btnDisable_Click);
            //
            // btnEnable
            //
            this.btnEnable.Location = new System.Drawing.Point(131, 238);
            this.btnEnable.Name = "btnEnable";
            this.btnEnable.Size = new System.Drawing.Size(113, 24);
            this.btnEnable.TabIndex = 6;
            this.btnEnable.Text = "Enable Selected";
            this.btnEnable.UseVisualStyleBackColor = true;
            this.btnEnable.Click += new System.EventHandler(this.btnEnable_Click);
            //
            // wb
            //
            this.wb.Enabled = true;
            this.wb.Location = new System.Drawing.Point(12, 316);
            this.wb.OcxState = ((System.Windows.Forms.AxHost.State)(resources.GetObject("wb.OcxState")));
            this.wb.Size = new System.Drawing.Size(643, 180);
            this.wb.TabIndex = 7;
            //
            // btnSelectAll
            //
            this.btnSelectAll.Location = new System.Drawing.Point(250, 238);
            this.btnSelectAll.Name = "btnSelectAll";
            this.btnSelectAll.Size = new System.Drawing.Size(113, 23);
            this.btnSelectAll.TabIndex = 8;
            this.btnSelectAll.Text = "Select All";
            this.btnSelectAll.UseVisualStyleBackColor = true;
            this.btnSelectAll.Click += new System.EventHandler(this.btnSelectAll_Click);
            //
            // btnDeselectAll
            //
            this.btnDeselectAll.Location = new System.Drawing.Point(369, 238);
            this.btnDeselectAll.Name = "btnDeselectAll";
            this.btnDeselectAll.Size = new System.Drawing.Size(113, 23);
            this.btnDeselectAll.TabIndex = 9;
            this.btnDeselectAll.Text = "Deselect All";
            this.btnDeselectAll.UseVisualStyleBackColor = true;
            this.btnDeselectAll.Click += new System.EventHandler(this.btnDeselectAll_Click);
            //
            // frmMyVideos
            //
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(667, 293);
            this.Controls.Add(this.btnDeselectAll);
            this.Controls.Add(this.btnSelectAll);
            this.Controls.Add(this.wb);
            this.Controls.Add(this.btnEnable);
            this.Controls.Add(this.btnDisable);
            this.Controls.Add(this.button1);
            this.Controls.Add(this.lvVideos);
            this.Controls.Add(this.statusStrip1);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
            this.Name = "frmMyVideos";
            this.Text = "My Videos";
            this.Load += new System.EventHandler(this.frmMyVideos_Load);
            this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.frmMyVideos_Unload);
            this.statusStrip1.ResumeLayout(false);
            this.statusStrip1.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.wb)).EndInit();
            this.ResumeLayout(false);
            this.PerformLayout();
        }
示例#36
0
 /// <summary> 
 /// Required method for Designer support - do not modify 
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(NewBrowserWnd));
     this.axWebBrowser1 = new AxSHDocVw.AxWebBrowser();
     ((System.ComponentModel.ISupportInitialize)(this.axWebBrowser1)).BeginInit();
     this.SuspendLayout();
     //
     // axWebBrowser1
     //
     this.axWebBrowser1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.axWebBrowser1.Enabled = true;
     this.axWebBrowser1.Location = new System.Drawing.Point(0, 0);
     this.axWebBrowser1.OcxState = ((System.Windows.Forms.AxHost.State)(resources.GetObject("axWebBrowser1.OcxState")));
     this.axWebBrowser1.Size = new System.Drawing.Size(808, 512);
     this.axWebBrowser1.TabIndex = 0;
     this.axWebBrowser1.TitleChange += new AxSHDocVw.DWebBrowserEvents2_TitleChangeEventHandler(this.axWebBrowser1_TitleChange);
     this.axWebBrowser1.DocumentComplete += new AxSHDocVw.DWebBrowserEvents2_DocumentCompleteEventHandler(this.axWebBrowser1_DocumentComplete);
     this.axWebBrowser1.OnMenuBar += new AxSHDocVw.DWebBrowserEvents2_OnMenuBarEventHandler(this.axWebBrowser1_OnMenuBar);
     //
     // NewBrowserWnd
     //
     this.Controls.Add(this.axWebBrowser1);
     this.Name = "NewBrowserWnd";
     this.Size = new System.Drawing.Size(808, 512);
     ((System.ComponentModel.ISupportInitialize)(this.axWebBrowser1)).EndInit();
     this.ResumeLayout(false);
 }
示例#37
0
 /// <summary>
 /// Constructor.
 /// </summary>
 /// <param name="theAxWebBrowser">The web browser activeX control.</param>
 public ValidationResultsManager(AxSHDocVw.AxWebBrowser theAxWebBrowser)
 {
     _AxWebBrowser = theAxWebBrowser;
 }
示例#38
0
        private void Init()
        {
            System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(PrintTabPage));
            this.treePreview = new System.Windows.Forms.TreeView();
            treeToolTip=new ToolTip();
            this.splitter1 = new System.Windows.Forms.Splitter();
            this.groupPreviewSettings = new System.Windows.Forms.GroupBox();
            this.printPreview = new System.Windows.Forms.Button();
            this.webPreview = new System.Windows.Forms.Button();
            this.templateBox = new System.Windows.Forms.ComboBox();
            this.axPreviewBrowser = new AxSHDocVw.AxWebBrowser();
            this.groupPreviewSettings.SuspendLayout();
            this.zoomTracker=new TrackBar();
            this.label1 = new System.Windows.Forms.Label();
            ((System.ComponentModel.ISupportInitialize)(this.axPreviewBrowser)).BeginInit();
            this.SuspendLayout();
            treeToolTip.AutoPopDelay = 5000;
            treeToolTip.InitialDelay = 700;
            treeToolTip.ReshowDelay = 500;
            treeToolTip.ShowAlways=true;
            treeToolTip.SetToolTip(this.treePreview,"Select columns to preview."  );

            //
            // treePreview
            //
            this.treePreview.CheckBoxes = true;
            this.treePreview.Dock = System.Windows.Forms.DockStyle.Left;
            this.treePreview.ImageIndex = -1;
            this.treePreview.Location = new System.Drawing.Point(0, 0);
            this.treePreview.Name = "treePreview";
            this.treePreview.SelectedImageIndex = -1;
            this.treePreview.Size = new System.Drawing.Size(184, 621);
            this.treePreview.TabIndex = 8;
            this.treePreview.BeforeCheck += new System.Windows.Forms.TreeViewCancelEventHandler(this.treePreview_BeforeCheck);
            //
            // splitter1
            //
            this.splitter1.Location = new System.Drawing.Point(184, 0);
            this.splitter1.Name = "splitter1";
            this.splitter1.Size = new System.Drawing.Size(8, 621);
            this.splitter1.TabIndex = 9;
            this.splitter1.TabStop = false;
            //
            // groupPreviewSettings
            //
            this.groupPreviewSettings.Controls.Add(this.printPreview);
            this.groupPreviewSettings.Controls.Add(this.webPreview);
            this.groupPreviewSettings.Controls.Add(this.templateBox);
            this.groupPreviewSettings.Controls.Add(this.zoomTracker);
            this.groupPreviewSettings.Controls.Add(this.label1);
            this.groupPreviewSettings.Dock = System.Windows.Forms.DockStyle.Top;
            this.groupPreviewSettings.Location = new System.Drawing.Point(192, 0);
            this.groupPreviewSettings.Name = "groupPreviewSettings";
            this.groupPreviewSettings.Size = new System.Drawing.Size(696, 64);
            this.groupPreviewSettings.TabIndex = 10;
            this.groupPreviewSettings.TabStop = false;
            this.groupPreviewSettings.Text = "Choose a template";
            //
            // printPreview
            //
            this.printPreview.Cursor = System.Windows.Forms.Cursors.Hand;
            this.printPreview.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.printPreview.Location = new System.Drawing.Point(268, 16);
            this.printPreview.Name = "printPreview";
            this.printPreview.Size = new System.Drawing.Size(112, 40);
            this.printPreview.TabIndex = 2;
            this.printPreview.Text = "Print Preview";
            this.printPreview.Click += new System.EventHandler(this.printPreview_Click);
            //
            // webPreview
            //
            this.webPreview.Cursor = System.Windows.Forms.Cursors.Hand;
            this.webPreview.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.webPreview.Location = new System.Drawing.Point(148, 16);
            this.webPreview.Name = "webPreview";
            this.webPreview.Size = new System.Drawing.Size(112, 40);
            this.webPreview.TabIndex = 1;
            this.webPreview.Text = "Web Preview";
            this.webPreview.Click += new System.EventHandler(this.webPreview_Click);
            //
            // templateBox
            //
            this.templateBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.templateBox.Location = new System.Drawing.Point(16, 24);
            this.templateBox.Name = "templateBox";
            this.templateBox.Size = new System.Drawing.Size(116, 21);
            this.templateBox.TabIndex = 0;
            //
            // axPreviewBrowser
            //
            this.axPreviewBrowser.Dock = System.Windows.Forms.DockStyle.Top;
            this.axPreviewBrowser.Enabled = true;
            this.axPreviewBrowser.Location = new System.Drawing.Point(192, 64);
            this.axPreviewBrowser.OcxState = ((System.Windows.Forms.AxHost.State)(resources.GetObject("axPreviewBrowser.OcxState")));
            this.axPreviewBrowser.Size = new System.Drawing.Size(696, 557);
            this.axPreviewBrowser.TabIndex = 11;
            this.axPreviewBrowser.DocumentComplete+=new AxSHDocVw.DWebBrowserEvents2_DocumentCompleteEventHandler(axPreviewBrowser_DocumentComplete);

            //this.axPreviewBrowser.DocumentComplete += new AxSHDocVw.DWebBrowserEvents2_DocumentCompleteEventHandler(this.axPreviewBrowser_DocumentComplete);
            //
            // TestingForm
            //
            this.zoomTracker.LargeChange = 2;
            this.zoomTracker.Location = new System.Drawing.Point(452, 16);
            this.zoomTracker.Maximum = 100;
            this.zoomTracker.Minimum = 40;
            this.zoomTracker.Name = "zoomTracker";
            this.zoomTracker.Size = new System.Drawing.Size(80, 42);
            this.zoomTracker.TabIndex = 5;
            this.zoomTracker.TickFrequency = 10;
            this.zoomTracker.Value = 100;
            this.zoomTracker.Scroll+=new EventHandler(zoomTracker_Scroll);

            //
            // label1
            //
            this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
            this.label1.Location = new System.Drawing.Point(404, 24);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(40, 23);
            this.label1.TabIndex = 6;
            this.label1.Text = "Zoom";
            this.label1.ForeColor=Color.Black;

            this.ClientSize = new System.Drawing.Size(888, 621);
            this.Controls.Add(this.axPreviewBrowser);
            this.Controls.Add(this.groupPreviewSettings);
            this.Controls.Add(this.splitter1);
            this.Controls.Add(this.treePreview);
            this.Name = "PrintTabPage";
            this.Text = "Web/Print Preview";
            this.VisibleChanged += new System.EventHandler(this.PrintTabPage_VisibleChanged);
            this.groupPreviewSettings.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.axPreviewBrowser)).EndInit();
            this.ResumeLayout(false);
        }
示例#39
0
 /// <summary> 
 /// Required method for Designer support - do not modify 
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(DvtkWebBrowser));
     this.axWebBrowser = new AxSHDocVw.AxWebBrowser();
     ((System.ComponentModel.ISupportInitialize)(this.axWebBrowser)).BeginInit();
     this.SuspendLayout();
     //
     // axWebBrowser
     //
     this.axWebBrowser.AllowDrop = true;
     this.axWebBrowser.Dock = System.Windows.Forms.DockStyle.Fill;
     this.axWebBrowser.Enabled = true;
     this.axWebBrowser.Location = new System.Drawing.Point(0, 0);
     this.axWebBrowser.OcxState = ((System.Windows.Forms.AxHost.State)(resources.GetObject("axWebBrowser.OcxState")));
     this.axWebBrowser.Size = new System.Drawing.Size(392, 328);
     this.axWebBrowser.TabIndex = 0;
     this.axWebBrowser.CommandStateChange += new AxSHDocVw.DWebBrowserEvents2_CommandStateChangeEventHandler(this.axWebBrowser_CommandStateChange);
     this.axWebBrowser.NavigateComplete2 += new AxSHDocVw.DWebBrowserEvents2_NavigateComplete2EventHandler(this.axWebBrowser_NavigateComplete2);
     this.axWebBrowser.BeforeNavigate2 += new AxSHDocVw.DWebBrowserEvents2_BeforeNavigate2EventHandler(this.axWebBrowser_BeforeNavigate2);
     //
     // DvtkWebBrowser
     //
     this.Controls.Add(this.axWebBrowser);
     this.Name = "DvtkWebBrowser";
     this.Size = new System.Drawing.Size(392, 328);
     ((System.ComponentModel.ISupportInitialize)(this.axWebBrowser)).EndInit();
     this.ResumeLayout(false);
 }
示例#40
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(DCMCompareForm));
     this.mainMenu1 = new System.Windows.Forms.MainMenu();
     this.MenuItem_File = new System.Windows.Forms.MenuItem();
     this.MenuItem_FileOpen = new System.Windows.Forms.MenuItem();
     this.MenuItem_FileExit = new System.Windows.Forms.MenuItem();
     this.MenuItem_Help = new System.Windows.Forms.MenuItem();
     this.MenuItem_AboutDCMCompare = new System.Windows.Forms.MenuItem();
     this.TabControl = new System.Windows.Forms.TabControl();
     this.TabCompareSummaryResults = new System.Windows.Forms.TabPage();
     this.WebBrowserResults = new AxSHDocVw.AxWebBrowser();
     this.TabCompareDetailResults = new System.Windows.Forms.TabPage();
     this.WebBrowserDetail = new AxSHDocVw.AxWebBrowser();
     this.MenuItem_FileShow = new System.Windows.Forms.MenuItem();
     this.TabControl.SuspendLayout();
     this.TabCompareSummaryResults.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.WebBrowserResults)).BeginInit();
     this.TabCompareDetailResults.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.WebBrowserDetail)).BeginInit();
     this.SuspendLayout();
     //
     // mainMenu1
     //
     this.mainMenu1.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
                                                                               this.MenuItem_File,
                                                                               this.MenuItem_Help});
     //
     // MenuItem_File
     //
     this.MenuItem_File.Index = 0;
     this.MenuItem_File.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
                                                                                   this.MenuItem_FileOpen,
                                                                                   this.MenuItem_FileShow,
                                                                                   this.MenuItem_FileExit});
     this.MenuItem_File.Text = "File";
     //
     // MenuItem_FileOpen
     //
     this.MenuItem_FileOpen.Index = 0;
     this.MenuItem_FileOpen.Text = "&Open";
     this.MenuItem_FileOpen.Click += new System.EventHandler(this.Open_Click);
     //
     // MenuItem_FileExit
     //
     this.MenuItem_FileExit.Index = 2;
     this.MenuItem_FileExit.Text = "&Exit";
     this.MenuItem_FileExit.Click += new System.EventHandler(this.MenuItem_FileExit_Click);
     //
     // MenuItem_Help
     //
     this.MenuItem_Help.Index = 1;
     this.MenuItem_Help.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
                                                                                   this.MenuItem_AboutDCMCompare});
     this.MenuItem_Help.Text = "Help";
     //
     // MenuItem_AboutDCMCompare
     //
     this.MenuItem_AboutDCMCompare.Index = 0;
     this.MenuItem_AboutDCMCompare.Text = "About DCM Compare";
     //
     // TabControl
     //
     this.TabControl.Controls.Add(this.TabCompareSummaryResults);
     this.TabControl.Controls.Add(this.TabCompareDetailResults);
     this.TabControl.Dock = System.Windows.Forms.DockStyle.Fill;
     this.TabControl.Location = new System.Drawing.Point(0, 0);
     this.TabControl.Name = "TabControl";
     this.TabControl.SelectedIndex = 0;
     this.TabControl.Size = new System.Drawing.Size(640, 505);
     this.TabControl.TabIndex = 0;
     //
     // TabCompareSummaryResults
     //
     this.TabCompareSummaryResults.AutoScroll = true;
     this.TabCompareSummaryResults.Controls.Add(this.WebBrowserResults);
     this.TabCompareSummaryResults.Location = new System.Drawing.Point(4, 22);
     this.TabCompareSummaryResults.Name = "TabCompareSummaryResults";
     this.TabCompareSummaryResults.Size = new System.Drawing.Size(632, 479);
     this.TabCompareSummaryResults.TabIndex = 0;
     this.TabCompareSummaryResults.Text = "Compare Results Overview";
     //
     // WebBrowserResults
     //
     this.WebBrowserResults.ContainingControl = this;
     this.WebBrowserResults.Dock = System.Windows.Forms.DockStyle.Fill;
     this.WebBrowserResults.Enabled = true;
     this.WebBrowserResults.ImeMode = System.Windows.Forms.ImeMode.Disable;
     this.WebBrowserResults.Location = new System.Drawing.Point(0, 0);
     this.WebBrowserResults.OcxState = ((System.Windows.Forms.AxHost.State)(resources.GetObject("WebBrowserResults.OcxState")));
     this.WebBrowserResults.Size = new System.Drawing.Size(632, 479);
     this.WebBrowserResults.TabIndex = 0;
     //
     // TabCompareDetailResults
     //
     this.TabCompareDetailResults.AutoScroll = true;
     this.TabCompareDetailResults.Controls.Add(this.WebBrowserDetail);
     this.TabCompareDetailResults.Location = new System.Drawing.Point(4, 22);
     this.TabCompareDetailResults.Name = "TabCompareDetailResults";
     this.TabCompareDetailResults.Size = new System.Drawing.Size(632, 479);
     this.TabCompareDetailResults.TabIndex = 1;
     this.TabCompareDetailResults.Text = "Detail Compare Results";
     //
     // WebBrowserDetail
     //
     this.WebBrowserDetail.ContainingControl = this;
     this.WebBrowserDetail.Dock = System.Windows.Forms.DockStyle.Fill;
     this.WebBrowserDetail.Enabled = true;
     this.WebBrowserDetail.ImeMode = System.Windows.Forms.ImeMode.Disable;
     this.WebBrowserDetail.Location = new System.Drawing.Point(0, 0);
     this.WebBrowserDetail.OcxState = ((System.Windows.Forms.AxHost.State)(resources.GetObject("WebBrowserDetail.OcxState")));
     this.WebBrowserDetail.Size = new System.Drawing.Size(632, 479);
     this.WebBrowserDetail.TabIndex = 0;
     //
     // MenuItem_FileShow
     //
     this.MenuItem_FileShow.Index = 1;
     this.MenuItem_FileShow.Text = "&Show";
     this.MenuItem_FileShow.Click += new System.EventHandler(this.MenuItem_FileShow_Click);
     //
     // DCMCompareForm
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize = new System.Drawing.Size(640, 505);
     this.Controls.Add(this.TabControl);
     this.Menu = this.mainMenu1;
     this.Name = "DCMCompareForm";
     this.Text = "DCM Compare";
     this.TabControl.ResumeLayout(false);
     this.TabCompareSummaryResults.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.WebBrowserResults)).EndInit();
     this.TabCompareDetailResults.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.WebBrowserDetail)).EndInit();
     this.ResumeLayout(false);
 }
示例#41
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.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(frmMain));
     this.tabMain = new System.Windows.Forms.TabControl();
     this.tabPage1 = new System.Windows.Forms.TabPage();
     this.rb1Html = new System.Windows.Forms.RadioButton();
     this.rb1Url = new System.Windows.Forms.RadioButton();
     this.btn1Decode = new System.Windows.Forms.Button();
     this.btn1Encode = new System.Windows.Forms.Button();
     this.groupBox2 = new System.Windows.Forms.GroupBox();
     this.txt1Encoded = new System.Windows.Forms.TextBox();
     this.groupBox1 = new System.Windows.Forms.GroupBox();
     this.txt1Decoded = new System.Windows.Forms.TextBox();
     this.tabPage2 = new System.Windows.Forms.TabPage();
     this.groupBox5 = new System.Windows.Forms.GroupBox();
     this.btn2Transfer = new System.Windows.Forms.Button();
     this.lst2Form = new System.Windows.Forms.ListBox();
     this.btn2Post = new System.Windows.Forms.Button();
     this.btn2Get = new System.Windows.Forms.Button();
     this.groupBox4 = new System.Windows.Forms.GroupBox();
     this.txt2Address = new System.Windows.Forms.TextBox();
     this.webMain = new AxSHDocVw.AxWebBrowser();
     this.groupBox3 = new System.Windows.Forms.GroupBox();
     this.btn2Modify = new System.Windows.Forms.Button();
     this.btn2Remove = new System.Windows.Forms.Button();
     this.btn2Add = new System.Windows.Forms.Button();
     this.lst2 = new System.Windows.Forms.ListBox();
     this.txt2Val = new System.Windows.Forms.TextBox();
     this.txt2Var = new System.Windows.Forms.TextBox();
     this.label3 = new System.Windows.Forms.Label();
     this.label2 = new System.Windows.Forms.Label();
     this.txt2Url = new System.Windows.Forms.TextBox();
     this.label1 = new System.Windows.Forms.Label();
     this.mainMenu1 = new System.Windows.Forms.MainMenu();
     this.menuItem1 = new System.Windows.Forms.MenuItem();
     this.menuItem3 = new System.Windows.Forms.MenuItem();
     this.menuItem4 = new System.Windows.Forms.MenuItem();
     this.menuItem5 = new System.Windows.Forms.MenuItem();
     this.menuItem2 = new System.Windows.Forms.MenuItem();
     this.label4 = new System.Windows.Forms.Label();
     this.lnkMain = new System.Windows.Forms.LinkLabel();
     this.saveMain = new System.Windows.Forms.SaveFileDialog();
     this.loadMain = new System.Windows.Forms.OpenFileDialog();
     this.ilMain = new System.Windows.Forms.ImageList(this.components);
     this.picStat = new System.Windows.Forms.PictureBox();
     this.tabMain.SuspendLayout();
     this.tabPage1.SuspendLayout();
     this.groupBox2.SuspendLayout();
     this.groupBox1.SuspendLayout();
     this.tabPage2.SuspendLayout();
     this.groupBox5.SuspendLayout();
     this.groupBox4.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.webMain)).BeginInit();
     this.groupBox3.SuspendLayout();
     this.SuspendLayout();
     //
     // tabMain
     //
     this.tabMain.Controls.Add(this.tabPage1);
     this.tabMain.Controls.Add(this.tabPage2);
     this.tabMain.Location = new System.Drawing.Point(8, 8);
     this.tabMain.Name = "tabMain";
     this.tabMain.SelectedIndex = 0;
     this.tabMain.Size = new System.Drawing.Size(624, 304);
     this.tabMain.TabIndex = 0;
     this.tabMain.SelectedIndexChanged += new System.EventHandler(this.tabMain_SelectedIndexChanged);
     //
     // tabPage1
     //
     this.tabPage1.Controls.Add(this.rb1Html);
     this.tabPage1.Controls.Add(this.rb1Url);
     this.tabPage1.Controls.Add(this.btn1Decode);
     this.tabPage1.Controls.Add(this.btn1Encode);
     this.tabPage1.Controls.Add(this.groupBox2);
     this.tabPage1.Controls.Add(this.groupBox1);
     this.tabPage1.Location = new System.Drawing.Point(4, 22);
     this.tabPage1.Name = "tabPage1";
     this.tabPage1.Size = new System.Drawing.Size(616, 278);
     this.tabPage1.TabIndex = 0;
     this.tabPage1.Text = "Encode Data";
     //
     // rb1Html
     //
     this.rb1Html.Location = new System.Drawing.Point(112, 128);
     this.rb1Html.Name = "rb1Html";
     this.rb1Html.TabIndex = 5;
     this.rb1Html.Text = "HTML Encode";
     //
     // rb1Url
     //
     this.rb1Url.Checked = true;
     this.rb1Url.Location = new System.Drawing.Point(16, 128);
     this.rb1Url.Name = "rb1Url";
     this.rb1Url.Size = new System.Drawing.Size(88, 24);
     this.rb1Url.TabIndex = 4;
     this.rb1Url.TabStop = true;
     this.rb1Url.Text = "URL Encode";
     //
     // btn1Decode
     //
     this.btn1Decode.Location = new System.Drawing.Point(528, 128);
     this.btn1Decode.Name = "btn1Decode";
     this.btn1Decode.Size = new System.Drawing.Size(80, 32);
     this.btn1Decode.TabIndex = 3;
     this.btn1Decode.Text = "Decode";
     this.btn1Decode.Click += new System.EventHandler(this.txt1Decode_Click);
     //
     // btn1Encode
     //
     this.btn1Encode.Location = new System.Drawing.Point(440, 128);
     this.btn1Encode.Name = "btn1Encode";
     this.btn1Encode.Size = new System.Drawing.Size(80, 32);
     this.btn1Encode.TabIndex = 2;
     this.btn1Encode.Text = "Encode";
     this.btn1Encode.Click += new System.EventHandler(this.btnEncode_Click);
     //
     // groupBox2
     //
     this.groupBox2.Controls.Add(this.txt1Encoded);
     this.groupBox2.Location = new System.Drawing.Point(8, 168);
     this.groupBox2.Name = "groupBox2";
     this.groupBox2.Size = new System.Drawing.Size(600, 112);
     this.groupBox2.TabIndex = 1;
     this.groupBox2.TabStop = false;
     this.groupBox2.Text = "Encoded Text";
     //
     // txt1Encoded
     //
     this.txt1Encoded.Location = new System.Drawing.Point(8, 24);
     this.txt1Encoded.Multiline = true;
     this.txt1Encoded.Name = "txt1Encoded";
     this.txt1Encoded.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
     this.txt1Encoded.Size = new System.Drawing.Size(584, 80);
     this.txt1Encoded.TabIndex = 1;
     this.txt1Encoded.Text = "";
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.txt1Decoded);
     this.groupBox1.Location = new System.Drawing.Point(8, 8);
     this.groupBox1.Name = "groupBox1";
     this.groupBox1.Size = new System.Drawing.Size(600, 112);
     this.groupBox1.TabIndex = 0;
     this.groupBox1.TabStop = false;
     this.groupBox1.Text = "Decoded Text";
     //
     // txt1Decoded
     //
     this.txt1Decoded.Location = new System.Drawing.Point(8, 24);
     this.txt1Decoded.Multiline = true;
     this.txt1Decoded.Name = "txt1Decoded";
     this.txt1Decoded.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
     this.txt1Decoded.Size = new System.Drawing.Size(584, 80);
     this.txt1Decoded.TabIndex = 0;
     this.txt1Decoded.Text = "";
     //
     // tabPage2
     //
     this.tabPage2.Controls.Add(this.groupBox5);
     this.tabPage2.Controls.Add(this.btn2Post);
     this.tabPage2.Controls.Add(this.btn2Get);
     this.tabPage2.Controls.Add(this.groupBox4);
     this.tabPage2.Controls.Add(this.groupBox3);
     this.tabPage2.Controls.Add(this.txt2Url);
     this.tabPage2.Controls.Add(this.label1);
     this.tabPage2.Location = new System.Drawing.Point(4, 22);
     this.tabPage2.Name = "tabPage2";
     this.tabPage2.Size = new System.Drawing.Size(616, 278);
     this.tabPage2.TabIndex = 1;
     this.tabPage2.Text = "Post Data";
     //
     // groupBox5
     //
     this.groupBox5.Controls.Add(this.btn2Transfer);
     this.groupBox5.Controls.Add(this.lst2Form);
     this.groupBox5.Location = new System.Drawing.Point(328, 48);
     this.groupBox5.Name = "groupBox5";
     this.groupBox5.Size = new System.Drawing.Size(280, 136);
     this.groupBox5.TabIndex = 6;
     this.groupBox5.TabStop = false;
     this.groupBox5.Text = "Form Analysis";
     //
     // btn2Transfer
     //
     this.btn2Transfer.Location = new System.Drawing.Point(8, 88);
     this.btn2Transfer.Name = "btn2Transfer";
     this.btn2Transfer.Size = new System.Drawing.Size(264, 32);
     this.btn2Transfer.TabIndex = 1;
     this.btn2Transfer.Text = "Transfer";
     this.btn2Transfer.Click += new System.EventHandler(this.btn2Transfer_Click);
     //
     // lst2Form
     //
     this.lst2Form.Location = new System.Drawing.Point(8, 24);
     this.lst2Form.Name = "lst2Form";
     this.lst2Form.Size = new System.Drawing.Size(264, 56);
     this.lst2Form.TabIndex = 0;
     //
     // btn2Post
     //
     this.btn2Post.Location = new System.Drawing.Point(560, 16);
     this.btn2Post.Name = "btn2Post";
     this.btn2Post.Size = new System.Drawing.Size(48, 23);
     this.btn2Post.TabIndex = 5;
     this.btn2Post.Text = "Post";
     this.btn2Post.Click += new System.EventHandler(this.btn2Post_Click);
     //
     // btn2Get
     //
     this.btn2Get.Location = new System.Drawing.Point(504, 16);
     this.btn2Get.Name = "btn2Get";
     this.btn2Get.Size = new System.Drawing.Size(48, 23);
     this.btn2Get.TabIndex = 4;
     this.btn2Get.Text = "Get";
     this.btn2Get.Click += new System.EventHandler(this.btn2Get_Click);
     //
     // groupBox4
     //
     this.groupBox4.Controls.Add(this.txt2Address);
     this.groupBox4.Controls.Add(this.webMain);
     this.groupBox4.Location = new System.Drawing.Point(8, 192);
     this.groupBox4.Name = "groupBox4";
     this.groupBox4.Size = new System.Drawing.Size(600, 80);
     this.groupBox4.TabIndex = 3;
     this.groupBox4.TabStop = false;
     this.groupBox4.Text = "Result";
     //
     // txt2Address
     //
     this.txt2Address.Location = new System.Drawing.Point(16, 24);
     this.txt2Address.Name = "txt2Address";
     this.txt2Address.ReadOnly = true;
     this.txt2Address.Size = new System.Drawing.Size(576, 20);
     this.txt2Address.TabIndex = 2;
     this.txt2Address.Text = "";
     //
     // webMain
     //
     this.webMain.ContainingControl = this;
     this.webMain.Enabled = true;
     this.webMain.Location = new System.Drawing.Point(16, 48);
     this.webMain.OcxState = ((System.Windows.Forms.AxHost.State)(resources.GetObject("webMain.OcxState")));
     this.webMain.Size = new System.Drawing.Size(576, 48);
     this.webMain.TabIndex = 1;
     this.webMain.DocumentComplete += new AxSHDocVw.DWebBrowserEvents2_DocumentCompleteEventHandler(this.webMain_DocumentComplete);
     //
     // groupBox3
     //
     this.groupBox3.Controls.Add(this.btn2Modify);
     this.groupBox3.Controls.Add(this.btn2Remove);
     this.groupBox3.Controls.Add(this.btn2Add);
     this.groupBox3.Controls.Add(this.lst2);
     this.groupBox3.Controls.Add(this.txt2Val);
     this.groupBox3.Controls.Add(this.txt2Var);
     this.groupBox3.Controls.Add(this.label3);
     this.groupBox3.Controls.Add(this.label2);
     this.groupBox3.Location = new System.Drawing.Point(8, 48);
     this.groupBox3.Name = "groupBox3";
     this.groupBox3.Size = new System.Drawing.Size(312, 136);
     this.groupBox3.TabIndex = 2;
     this.groupBox3.TabStop = false;
     this.groupBox3.Text = "Variables";
     //
     // btn2Modify
     //
     this.btn2Modify.Location = new System.Drawing.Point(72, 88);
     this.btn2Modify.Name = "btn2Modify";
     this.btn2Modify.Size = new System.Drawing.Size(56, 32);
     this.btn2Modify.TabIndex = 7;
     this.btn2Modify.Text = "Modify";
     this.btn2Modify.Click += new System.EventHandler(this.btn2Modify_Click);
     //
     // btn2Remove
     //
     this.btn2Remove.Location = new System.Drawing.Point(128, 88);
     this.btn2Remove.Name = "btn2Remove";
     this.btn2Remove.Size = new System.Drawing.Size(56, 32);
     this.btn2Remove.TabIndex = 6;
     this.btn2Remove.Text = "Remove";
     this.btn2Remove.Click += new System.EventHandler(this.btn2Remove_Click);
     //
     // btn2Add
     //
     this.btn2Add.Location = new System.Drawing.Point(16, 88);
     this.btn2Add.Name = "btn2Add";
     this.btn2Add.Size = new System.Drawing.Size(56, 32);
     this.btn2Add.TabIndex = 5;
     this.btn2Add.Text = "Add";
     this.btn2Add.Click += new System.EventHandler(this.btn2Add_Click);
     //
     // lst2
     //
     this.lst2.Location = new System.Drawing.Point(192, 24);
     this.lst2.Name = "lst2";
     this.lst2.Size = new System.Drawing.Size(112, 95);
     this.lst2.TabIndex = 4;
     this.lst2.SelectedIndexChanged += new System.EventHandler(this.lst2_SelectedIndexChanged);
     //
     // txt2Val
     //
     this.txt2Val.Location = new System.Drawing.Point(80, 56);
     this.txt2Val.Name = "txt2Val";
     this.txt2Val.TabIndex = 3;
     this.txt2Val.Text = "";
     this.txt2Val.Enter += new System.EventHandler(this.txt2Val_Enter);
     //
     // txt2Var
     //
     this.txt2Var.Location = new System.Drawing.Point(80, 24);
     this.txt2Var.Name = "txt2Var";
     this.txt2Var.TabIndex = 2;
     this.txt2Var.Text = "";
     this.txt2Var.Enter += new System.EventHandler(this.txt2Var_Enter);
     //
     // label3
     //
     this.label3.Location = new System.Drawing.Point(16, 56);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(56, 23);
     this.label3.TabIndex = 1;
     this.label3.Text = "Value";
     //
     // label2
     //
     this.label2.Location = new System.Drawing.Point(16, 24);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(56, 23);
     this.label2.TabIndex = 0;
     this.label2.Text = "Variable";
     //
     // txt2Url
     //
     this.txt2Url.Location = new System.Drawing.Point(56, 16);
     this.txt2Url.Name = "txt2Url";
     this.txt2Url.Size = new System.Drawing.Size(440, 20);
     this.txt2Url.TabIndex = 1;
     this.txt2Url.Text = "";
     this.txt2Url.TextChanged += new System.EventHandler(this.txt2Url_TextChanged);
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(8, 16);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(40, 23);
     this.label1.TabIndex = 0;
     this.label1.Text = "URL";
     //
     // mainMenu1
     //
     this.mainMenu1.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
                                                                               this.menuItem1});
     //
     // menuItem1
     //
     this.menuItem1.Index = 0;
     this.menuItem1.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
                                                                               this.menuItem3,
                                                                               this.menuItem4,
                                                                               this.menuItem5,
                                                                               this.menuItem2});
     this.menuItem1.Text = "&File";
     //
     // menuItem3
     //
     this.menuItem3.Index = 0;
     this.menuItem3.Text = "&Save Post Data...";
     this.menuItem3.Click += new System.EventHandler(this.menuItem3_Click);
     //
     // menuItem4
     //
     this.menuItem4.Index = 1;
     this.menuItem4.Text = "&Load Post Data...";
     this.menuItem4.Click += new System.EventHandler(this.menuItem4_Click);
     //
     // menuItem5
     //
     this.menuItem5.Index = 2;
     this.menuItem5.Text = "-";
     //
     // menuItem2
     //
     this.menuItem2.Index = 3;
     this.menuItem2.Text = "E&xit";
     this.menuItem2.Click += new System.EventHandler(this.menuItem2_Click);
     //
     // label4
     //
     this.label4.Location = new System.Drawing.Point(464, 320);
     this.label4.Name = "label4";
     this.label4.Size = new System.Drawing.Size(32, 16);
     this.label4.TabIndex = 1;
     this.label4.Text = "Visit";
     //
     // lnkMain
     //
     this.lnkMain.Location = new System.Drawing.Point(496, 320);
     this.lnkMain.Name = "lnkMain";
     this.lnkMain.Size = new System.Drawing.Size(136, 23);
     this.lnkMain.TabIndex = 2;
     this.lnkMain.TabStop = true;
     this.lnkMain.Text = "http://www.whitesaint.org";
     this.lnkMain.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.lnkMain_LinkClicked);
     //
     // saveMain
     //
     this.saveMain.DefaultExt = "xml";
     //
     // ilMain
     //
     this.ilMain.ImageSize = new System.Drawing.Size(32, 15);
     this.ilMain.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("ilMain.ImageStream")));
     this.ilMain.TransparentColor = System.Drawing.Color.Transparent;
     //
     // picStat
     //
     this.picStat.Location = new System.Drawing.Point(8, 320);
     this.picStat.Name = "picStat";
     this.picStat.Size = new System.Drawing.Size(32, 15);
     this.picStat.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage;
     this.picStat.TabIndex = 3;
     this.picStat.TabStop = false;
     //
     // frmMain
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize = new System.Drawing.Size(642, 343);
     this.Controls.Add(this.picStat);
     this.Controls.Add(this.lnkMain);
     this.Controls.Add(this.label4);
     this.Controls.Add(this.tabMain);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Menu = this.mainMenu1;
     this.Name = "frmMain";
     this.Text = "WebSly 0.81 - written by Kerem Koseoglu";
     this.Resize += new System.EventHandler(this.frmMain_Resize);
     this.tabMain.ResumeLayout(false);
     this.tabPage1.ResumeLayout(false);
     this.groupBox2.ResumeLayout(false);
     this.groupBox1.ResumeLayout(false);
     this.tabPage2.ResumeLayout(false);
     this.groupBox5.ResumeLayout(false);
     this.groupBox4.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.webMain)).EndInit();
     this.groupBox3.ResumeLayout(false);
     this.ResumeLayout(false);
 }
示例#42
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.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(Form1));
     this.axWebBrowser1     = new AxSHDocVw.AxWebBrowser();
     this.dotNetBarManager1 = new DevComponents.DotNetBar.DotNetBarManager(this.components);
     this.barBottomDockSite = new DevComponents.DotNetBar.DockSite();
     this.barLeftDockSite   = new DevComponents.DotNetBar.DockSite();
     this.barRightDockSite  = new DevComponents.DotNetBar.DockSite();
     this.dockSite4         = new DevComponents.DotNetBar.DockSite();
     this.dockSite1         = new DevComponents.DotNetBar.DockSite();
     this.dockSite2         = new DevComponents.DotNetBar.DockSite();
     this.dockSite3         = new DevComponents.DotNetBar.DockSite();
     this.barMenu           = new DevComponents.DotNetBar.Bar();
     this.bFile             = new DevComponents.DotNetBar.ButtonItem();
     this.bOpen             = new DevComponents.DotNetBar.ButtonItem();
     this.bPrint            = new DevComponents.DotNetBar.ButtonItem();
     this.bExit             = new DevComponents.DotNetBar.ButtonItem();
     this.bFavorites        = new DevComponents.DotNetBar.ButtonItem();
     this.bAddToFavorites   = new DevComponents.DotNetBar.ButtonItem();
     this.bar3           = new DevComponents.DotNetBar.Bar();
     this.bBack          = new DevComponents.DotNetBar.ButtonItem();
     this.bForward       = new DevComponents.DotNetBar.ButtonItem();
     this.bStop          = new DevComponents.DotNetBar.ButtonItem();
     this.bRefresh       = new DevComponents.DotNetBar.ButtonItem();
     this.bSearch        = new DevComponents.DotNetBar.ButtonItem();
     this.bHome          = new DevComponents.DotNetBar.ButtonItem();
     this.buttonItem1    = new DevComponents.DotNetBar.ButtonItem();
     this.buttonItem2    = new DevComponents.DotNetBar.ButtonItem();
     this.barLocation    = new DevComponents.DotNetBar.Bar();
     this.bAddress       = new DevComponents.DotNetBar.ComboBoxItem();
     this.bGo            = new DevComponents.DotNetBar.ButtonItem();
     this.barTopDockSite = new DevComponents.DotNetBar.DockSite();
     ((System.ComponentModel.ISupportInitialize)(this.axWebBrowser1)).BeginInit();
     this.dockSite3.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.barMenu)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.bar3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.barLocation)).BeginInit();
     this.SuspendLayout();
     //
     // axWebBrowser1
     //
     this.axWebBrowser1.Dock              = System.Windows.Forms.DockStyle.Fill;
     this.axWebBrowser1.Enabled           = true;
     this.axWebBrowser1.Location          = new System.Drawing.Point(0, 87);
     this.axWebBrowser1.OcxState          = ((System.Windows.Forms.AxHost.State)(resources.GetObject("axWebBrowser1.OcxState")));
     this.axWebBrowser1.Size              = new System.Drawing.Size(472, 243);
     this.axWebBrowser1.TabIndex          = 4;
     this.axWebBrowser1.NavigateError    += new AxSHDocVw.DWebBrowserEvents2_NavigateErrorEventHandler(this.WebNavigateError);
     this.axWebBrowser1.DocumentComplete += new AxSHDocVw.DWebBrowserEvents2_DocumentCompleteEventHandler(this.WebDocumentComplete);
     //
     // dotNetBarManager1
     //
     this.dotNetBarManager1.BottomDockSite        = this.barBottomDockSite;
     this.dotNetBarManager1.DefinitionName        = "";
     this.dotNetBarManager1.LeftDockSite          = this.barLeftDockSite;
     this.dotNetBarManager1.ParentForm            = this;
     this.dotNetBarManager1.RightDockSite         = this.barRightDockSite;
     this.dotNetBarManager1.Style                 = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
     this.dotNetBarManager1.ToolbarBottomDockSite = this.dockSite4;
     this.dotNetBarManager1.ToolbarLeftDockSite   = this.dockSite1;
     this.dotNetBarManager1.ToolbarRightDockSite  = this.dockSite2;
     this.dotNetBarManager1.ToolbarTopDockSite    = this.dockSite3;
     this.dotNetBarManager1.TopDockSite           = this.barTopDockSite;
     this.dotNetBarManager1.ItemClick            += new System.EventHandler(this.BarItemClick);
     this.dotNetBarManager1.MouseDown            += new System.Windows.Forms.MouseEventHandler(this.ItemMouseDown);
     //
     // barBottomDockSite
     //
     this.barBottomDockSite.AccessibleRole        = System.Windows.Forms.AccessibleRole.Window;
     this.barBottomDockSite.Dock                  = System.Windows.Forms.DockStyle.Bottom;
     this.barBottomDockSite.DocumentDockContainer = new DevComponents.DotNetBar.DocumentDockContainer();
     this.barBottomDockSite.Location              = new System.Drawing.Point(0, 330);
     this.barBottomDockSite.Name                  = "barBottomDockSite";
     this.barBottomDockSite.Size                  = new System.Drawing.Size(472, 0);
     this.barBottomDockSite.TabIndex              = 8;
     this.barBottomDockSite.TabStop               = false;
     //
     // barLeftDockSite
     //
     this.barLeftDockSite.AccessibleRole        = System.Windows.Forms.AccessibleRole.Window;
     this.barLeftDockSite.Dock                  = System.Windows.Forms.DockStyle.Left;
     this.barLeftDockSite.DocumentDockContainer = new DevComponents.DotNetBar.DocumentDockContainer();
     this.barLeftDockSite.Location              = new System.Drawing.Point(0, 87);
     this.barLeftDockSite.Name                  = "barLeftDockSite";
     this.barLeftDockSite.Size                  = new System.Drawing.Size(0, 243);
     this.barLeftDockSite.TabIndex              = 5;
     this.barLeftDockSite.TabStop               = false;
     //
     // barRightDockSite
     //
     this.barRightDockSite.AccessibleRole        = System.Windows.Forms.AccessibleRole.Window;
     this.barRightDockSite.Dock                  = System.Windows.Forms.DockStyle.Right;
     this.barRightDockSite.DocumentDockContainer = new DevComponents.DotNetBar.DocumentDockContainer();
     this.barRightDockSite.Location              = new System.Drawing.Point(472, 87);
     this.barRightDockSite.Name                  = "barRightDockSite";
     this.barRightDockSite.Size                  = new System.Drawing.Size(0, 243);
     this.barRightDockSite.TabIndex              = 6;
     this.barRightDockSite.TabStop               = false;
     //
     // dockSite4
     //
     this.dockSite4.AccessibleRole = System.Windows.Forms.AccessibleRole.Window;
     this.dockSite4.Dock           = System.Windows.Forms.DockStyle.Bottom;
     this.dockSite4.Location       = new System.Drawing.Point(0, 330);
     this.dockSite4.Name           = "dockSite4";
     this.dockSite4.Size           = new System.Drawing.Size(472, 0);
     this.dockSite4.TabIndex       = 12;
     this.dockSite4.TabStop        = false;
     //
     // dockSite1
     //
     this.dockSite1.AccessibleRole = System.Windows.Forms.AccessibleRole.Window;
     this.dockSite1.Dock           = System.Windows.Forms.DockStyle.Left;
     this.dockSite1.Location       = new System.Drawing.Point(0, 87);
     this.dockSite1.Name           = "dockSite1";
     this.dockSite1.Size           = new System.Drawing.Size(0, 243);
     this.dockSite1.TabIndex       = 9;
     this.dockSite1.TabStop        = false;
     //
     // dockSite2
     //
     this.dockSite2.AccessibleRole = System.Windows.Forms.AccessibleRole.Window;
     this.dockSite2.Dock           = System.Windows.Forms.DockStyle.Right;
     this.dockSite2.Location       = new System.Drawing.Point(472, 87);
     this.dockSite2.Name           = "dockSite2";
     this.dockSite2.Size           = new System.Drawing.Size(0, 243);
     this.dockSite2.TabIndex       = 10;
     this.dockSite2.TabStop        = false;
     //
     // dockSite3
     //
     this.dockSite3.AccessibleRole = System.Windows.Forms.AccessibleRole.Window;
     this.dockSite3.Controls.AddRange(new System.Windows.Forms.Control[] {
         this.barMenu,
         this.bar3,
         this.barLocation
     });
     this.dockSite3.Dock     = System.Windows.Forms.DockStyle.Top;
     this.dockSite3.Name     = "dockSite3";
     this.dockSite3.Size     = new System.Drawing.Size(472, 87);
     this.dockSite3.TabIndex = 11;
     this.dockSite3.TabStop  = false;
     //
     // barMenu
     //
     this.barMenu.AccessibleDescription = "DotNetBar Bar (barMenu)";
     this.barMenu.AccessibleName        = "DotNetBar Bar";
     this.barMenu.AccessibleRole        = System.Windows.Forms.AccessibleRole.MenuBar;
     this.barMenu.DockSide = DevComponents.DotNetBar.eDockSide.Top;
     this.barMenu.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] {
         this.bFile,
         this.bFavorites
     });
     this.barMenu.MenuBar  = true;
     this.barMenu.Name     = "barMenu";
     this.barMenu.Size     = new System.Drawing.Size(472, 24);
     this.barMenu.Stretch  = true;
     this.barMenu.Style    = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
     this.barMenu.TabIndex = 0;
     this.barMenu.TabStop  = false;
     this.barMenu.Text     = "Main Menu";
     //
     // bFile
     //
     this.bFile.GlobalName = "bFile";
     this.bFile.Name       = "bFile";
     this.bFile.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] {
         this.bOpen,
         this.bPrint,
         this.bExit
     });
     this.bFile.Text = "&File";
     //
     // bOpen
     //
     this.bOpen.GlobalName = "bOpen";
     this.bOpen.Name       = "bOpen";
     this.bOpen.Shortcuts.Add(DevComponents.DotNetBar.eShortcut.CtrlO);
     this.bOpen.Text = "&Open...";
     //
     // bPrint
     //
     this.bPrint.BeginGroup = true;
     this.bPrint.GlobalName = "bPrint";
     this.bPrint.Name       = "bPrint";
     this.bPrint.Text       = "&Print";
     //
     // bExit
     //
     this.bExit.BeginGroup = true;
     this.bExit.GlobalName = "bExit";
     this.bExit.Name       = "bExit";
     this.bExit.Shortcuts.Add(DevComponents.DotNetBar.eShortcut.CtrlX);
     this.bExit.Text = "E&xit";
     //
     // bFavorites
     //
     this.bFavorites.GlobalName = "bFavorites";
     this.bFavorites.Name       = "bFavorites";
     this.bFavorites.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] {
         this.bAddToFavorites
     });
     this.bFavorites.Text = "F&avorites";
     //
     // bAddToFavorites
     //
     this.bAddToFavorites.GlobalName = "bAddToFavorites";
     this.bAddToFavorites.Name       = "bAddToFavorites";
     this.bAddToFavorites.Text       = "&Add to Favorites...";
     //
     // bar3
     //
     this.bar3.AccessibleDescription = "DotNetBar Bar (bar3)";
     this.bar3.AccessibleName        = "DotNetBar Bar";
     this.bar3.AccessibleRole        = System.Windows.Forms.AccessibleRole.ToolBar;
     this.bar3.DockLine        = 1;
     this.bar3.DockSide        = DevComponents.DotNetBar.eDockSide.Top;
     this.bar3.GrabHandleStyle = DevComponents.DotNetBar.eGrabHandleStyle.Office2003;
     this.bar3.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] {
         this.bBack,
         this.bForward,
         this.bStop,
         this.bRefresh,
         this.bSearch,
         this.bHome,
         this.buttonItem1,
         this.buttonItem2
     });
     this.bar3.Location = new System.Drawing.Point(0, 25);
     this.bar3.Name     = "bar3";
     this.bar3.Size     = new System.Drawing.Size(472, 33);
     this.bar3.Stretch  = true;
     this.bar3.Style    = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
     this.bar3.TabIndex = 1;
     this.bar3.TabStop  = false;
     this.bar3.Text     = "Navigation";
     //
     // bBack
     //
     this.bBack.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText;
     this.bBack.GlobalName  = "bBack";
     this.bBack.Image       = ((System.Drawing.Bitmap)(resources.GetObject("bBack.Image")));
     this.bBack.Name        = "bBack";
     this.bBack.Text        = "&Back";
     //
     // bForward
     //
     this.bForward.GlobalName = "bForward";
     this.bForward.Image      = ((System.Drawing.Bitmap)(resources.GetObject("bForward.Image")));
     this.bForward.Name       = "bForward";
     this.bForward.Text       = "&Forward";
     //
     // bStop
     //
     this.bStop.GlobalName = "bStop";
     this.bStop.Image      = ((System.Drawing.Bitmap)(resources.GetObject("bStop.Image")));
     this.bStop.Name       = "bStop";
     this.bStop.Text       = "&Stop";
     //
     // bRefresh
     //
     this.bRefresh.GlobalName = "bRefresh";
     this.bRefresh.Image      = ((System.Drawing.Bitmap)(resources.GetObject("bRefresh.Image")));
     this.bRefresh.Name       = "bRefresh";
     this.bRefresh.Text       = "&Refresh";
     //
     // bSearch
     //
     this.bSearch.BeginGroup = true;
     this.bSearch.GlobalName = "bSearch";
     this.bSearch.Image      = ((System.Drawing.Bitmap)(resources.GetObject("bSearch.Image")));
     this.bSearch.Name       = "bSearch";
     this.bSearch.Text       = "&Search";
     //
     // bHome
     //
     this.bHome.GlobalName = "bHome";
     this.bHome.Image      = ((System.Drawing.Bitmap)(resources.GetObject("bHome.Image")));
     this.bHome.Name       = "bHome";
     this.bHome.Text       = "&Home";
     //
     // buttonItem1
     //
     this.buttonItem1.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText;
     this.buttonItem1.GlobalName  = "bFavorites";
     this.buttonItem1.Image       = ((System.Drawing.Bitmap)(resources.GetObject("buttonItem1.Image")));
     this.buttonItem1.Name        = "buttonItem1";
     this.buttonItem1.Text        = "&Favorites";
     //
     // buttonItem2
     //
     this.buttonItem2.BeginGroup = true;
     this.buttonItem2.GlobalName = "bPrint";
     this.buttonItem2.Image      = ((System.Drawing.Bitmap)(resources.GetObject("buttonItem2.Image")));
     this.buttonItem2.Name       = "buttonItem2";
     this.buttonItem2.Text       = "&Print";
     //
     // barLocation
     //
     this.barLocation.AccessibleDescription = "DotNetBar Bar (barLocation)";
     this.barLocation.AccessibleName        = "DotNetBar Bar";
     this.barLocation.AccessibleRole        = System.Windows.Forms.AccessibleRole.ToolBar;
     this.barLocation.CanDockLeft           = false;
     this.barLocation.CanDockRight          = false;
     this.barLocation.DockLine        = 2;
     this.barLocation.DockSide        = DevComponents.DotNetBar.eDockSide.Top;
     this.barLocation.GrabHandleStyle = DevComponents.DotNetBar.eGrabHandleStyle.Office2003;
     this.barLocation.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] {
         this.bAddress,
         this.bGo
     });
     this.barLocation.Location = new System.Drawing.Point(0, 59);
     this.barLocation.Name     = "barLocation";
     this.barLocation.Size     = new System.Drawing.Size(472, 27);
     this.barLocation.Stretch  = true;
     this.barLocation.Style    = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
     this.barLocation.TabIndex = 2;
     this.barLocation.TabStop  = false;
     this.barLocation.Text     = "Location";
     //
     // bAddress
     //
     this.bAddress.ComboWidth    = 128;
     this.bAddress.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDown;
     this.bAddress.GlobalName    = "bAddress";
     this.bAddress.ItemHeight    = 14;
     this.bAddress.Name          = "bAddress";
     this.bAddress.Stretch       = true;
     //
     // bGo
     //
     this.bGo.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText;
     this.bGo.GlobalName  = "bGo";
     this.bGo.Image       = ((System.Drawing.Bitmap)(resources.GetObject("bGo.Image")));
     this.bGo.Name        = "bGo";
     this.bGo.Text        = "Go";
     //
     // barTopDockSite
     //
     this.barTopDockSite.AccessibleRole        = System.Windows.Forms.AccessibleRole.Window;
     this.barTopDockSite.Dock                  = System.Windows.Forms.DockStyle.Top;
     this.barTopDockSite.DocumentDockContainer = new DevComponents.DotNetBar.DocumentDockContainer();
     this.barTopDockSite.Location              = new System.Drawing.Point(0, 87);
     this.barTopDockSite.Name                  = "barTopDockSite";
     this.barTopDockSite.Size                  = new System.Drawing.Size(472, 0);
     this.barTopDockSite.TabIndex              = 7;
     this.barTopDockSite.TabStop               = false;
     //
     // Form1
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(472, 330);
     this.Controls.AddRange(new System.Windows.Forms.Control[] {
         this.axWebBrowser1,
         this.barLeftDockSite,
         this.barRightDockSite,
         this.barTopDockSite,
         this.barBottomDockSite,
         this.dockSite1,
         this.dockSite2,
         this.dockSite3,
         this.dockSite4
     });
     this.Name        = "Form1";
     this.Text        = "DotNetBar Explorer";
     this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
     this.Load       += new System.EventHandler(this.Form1_Load);
     this.Closed     += new System.EventHandler(this.Form1_Closed);
     ((System.ComponentModel.ISupportInitialize)(this.axWebBrowser1)).EndInit();
     this.dockSite3.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.barMenu)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.bar3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.barLocation)).EndInit();
     this.ResumeLayout(false);
 }
示例#43
0
 /// <summary>
 /// Método necesario para admitir el Diseñador. No se puede modificar
 /// el contenido del método con el editor de código.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.Resources.ResourceManager       resources = new System.Resources.ResourceManager(typeof(FormMain));
     Infragistics.Win.UltraWinListBar.Group group1    = new Infragistics.Win.UltraWinListBar.Group(true);
     Infragistics.Win.UltraWinListBar.Item  item1     = new Infragistics.Win.UltraWinListBar.Item();
     Infragistics.Win.UltraWinListBar.Item  item2     = new Infragistics.Win.UltraWinListBar.Item();
     Infragistics.Win.UltraWinListBar.Item  item3     = new Infragistics.Win.UltraWinListBar.Item();
     Infragistics.Win.UltraWinListBar.Item  item4     = new Infragistics.Win.UltraWinListBar.Item();
     this.mainMenu              = new System.Windows.Forms.MainMenu();
     this.menuItem1             = new System.Windows.Forms.MenuItem();
     this.menuItem2             = new System.Windows.Forms.MenuItem();
     this.menuItem3             = new System.Windows.Forms.MenuItem();
     this.menuItemArhivoSalir   = new System.Windows.Forms.MenuItem();
     this.menuItem4             = new System.Windows.Forms.MenuItem();
     this.menuItemEnviarRecibir = new System.Windows.Forms.MenuItem();
     this.menuItemEnviar        = new System.Windows.Forms.MenuItem();
     this.menuItemRecibir       = new System.Windows.Forms.MenuItem();
     this.menuItem6             = new System.Windows.Forms.MenuItem();
     this.menuItemProcesarSentenciasDeReplicacion = new System.Windows.Forms.MenuItem();
     this.imageList      = new System.Windows.Forms.ImageList(this.components);
     this.splitter1      = new System.Windows.Forms.Splitter();
     this.statusBar      = new System.Windows.Forms.StatusBar();
     this.panel3         = new System.Windows.Forms.Panel();
     this.panel2         = new System.Windows.Forms.Panel();
     this.panel4         = new System.Windows.Forms.Panel();
     this.axWebBrowser   = new AxSHDocVw.AxWebBrowser();
     this.splitter2      = new System.Windows.Forms.Splitter();
     this.panelGrid      = new System.Windows.Forms.Panel();
     this.gridEX         = new Janus.Windows.GridEX.GridEX();
     this.labelHeader    = new System.Windows.Forms.Label();
     this.imageListSmall = new System.Windows.Forms.ImageList(this.components);
     this.ultraListBar1  = new Infragistics.Win.UltraWinListBar.UltraListBar();
     this.toolBar1       = new System.Windows.Forms.ToolBar();
     this.menuItem5      = new System.Windows.Forms.MenuItem();
     this.menuItem7      = new System.Windows.Forms.MenuItem();
     this.panel3.SuspendLayout();
     this.panel2.SuspendLayout();
     this.panel4.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.axWebBrowser)).BeginInit();
     this.panelGrid.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gridEX)).BeginInit();
     this.SuspendLayout();
     //
     // mainMenu
     //
     this.mainMenu.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
         this.menuItem1,
         this.menuItem4
     });
     //
     // menuItem1
     //
     this.menuItem1.Index = 0;
     this.menuItem1.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
         this.menuItem2,
         this.menuItem3,
         this.menuItemArhivoSalir
     });
     this.menuItem1.Text = "&Archivo";
     //
     // menuItem2
     //
     this.menuItem2.Index = 0;
     this.menuItem2.Text  = "";
     //
     // menuItem3
     //
     this.menuItem3.Index = 1;
     this.menuItem3.Text  = "-";
     //
     // menuItemArhivoSalir
     //
     this.menuItemArhivoSalir.Index    = 2;
     this.menuItemArhivoSalir.Shortcut = System.Windows.Forms.Shortcut.CtrlS;
     this.menuItemArhivoSalir.Text     = "&Salir";
     //
     // menuItem4
     //
     this.menuItem4.Index = 1;
     this.menuItem4.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
         this.menuItemEnviarRecibir,
         this.menuItemEnviar,
         this.menuItemRecibir,
         this.menuItem6,
         this.menuItemProcesarSentenciasDeReplicacion,
         this.menuItem7,
         this.menuItem5
     });
     this.menuItem4.Text = "H&erramientas";
     //
     // menuItemEnviarRecibir
     //
     this.menuItemEnviarRecibir.Index  = 0;
     this.menuItemEnviarRecibir.Text   = "Enviar y recibir todo";
     this.menuItemEnviarRecibir.Click += new System.EventHandler(this.menuItemEnviarRecibir_Click);
     //
     // menuItemEnviar
     //
     this.menuItemEnviar.Index  = 1;
     this.menuItemEnviar.Text   = "Enviar todo";
     this.menuItemEnviar.Click += new System.EventHandler(this.menuItemEnviar_Click);
     //
     // menuItemRecibir
     //
     this.menuItemRecibir.Index  = 2;
     this.menuItemRecibir.Text   = "Recibir todo";
     this.menuItemRecibir.Click += new System.EventHandler(this.menuItemRecibir_Click);
     //
     // menuItem6
     //
     this.menuItem6.Index = 3;
     this.menuItem6.Text  = "-";
     //
     // menuItemProcesarSentenciasDeReplicacion
     //
     this.menuItemProcesarSentenciasDeReplicacion.Index  = 4;
     this.menuItemProcesarSentenciasDeReplicacion.Text   = "Procesar sentencias de replicación";
     this.menuItemProcesarSentenciasDeReplicacion.Click += new System.EventHandler(this.menuItemProcesarSentenciasDeReplicacion_Click);
     //
     // imageList
     //
     this.imageList.ImageSize        = new System.Drawing.Size(32, 32);
     this.imageList.ImageStream      = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList.ImageStream")));
     this.imageList.TransparentColor = System.Drawing.Color.Magenta;
     //
     // splitter1
     //
     this.splitter1.Location = new System.Drawing.Point(0, 0);
     this.splitter1.Name     = "splitter1";
     this.splitter1.Size     = new System.Drawing.Size(3, 385);
     this.splitter1.TabIndex = 4;
     this.splitter1.TabStop  = false;
     //
     // statusBar
     //
     this.statusBar.Location = new System.Drawing.Point(3, 363);
     this.statusBar.Name     = "statusBar";
     this.statusBar.Size     = new System.Drawing.Size(829, 22);
     this.statusBar.TabIndex = 8;
     //
     // panel3
     //
     this.panel3.Controls.Add(this.panel2);
     this.panel3.Controls.Add(this.toolBar1);
     this.panel3.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panel3.Location = new System.Drawing.Point(3, 0);
     this.panel3.Name     = "panel3";
     this.panel3.Size     = new System.Drawing.Size(829, 363);
     this.panel3.TabIndex = 10;
     //
     // panel2
     //
     this.panel2.Controls.Add(this.panel4);
     this.panel2.Controls.Add(this.ultraListBar1);
     this.panel2.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panel2.Font     = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.panel2.Location = new System.Drawing.Point(0, 42);
     this.panel2.Name     = "panel2";
     this.panel2.Size     = new System.Drawing.Size(829, 321);
     this.panel2.TabIndex = 11;
     //
     // panel4
     //
     this.panel4.Controls.Add(this.axWebBrowser);
     this.panel4.Controls.Add(this.splitter2);
     this.panel4.Controls.Add(this.panelGrid);
     this.panel4.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panel4.Location = new System.Drawing.Point(144, 0);
     this.panel4.Name     = "panel4";
     this.panel4.Size     = new System.Drawing.Size(685, 321);
     this.panel4.TabIndex = 10;
     //
     // axWebBrowser
     //
     this.axWebBrowser.ContainingControl = this;
     this.axWebBrowser.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.axWebBrowser.Enabled  = true;
     this.axWebBrowser.Location = new System.Drawing.Point(0, 195);
     this.axWebBrowser.OcxState = ((System.Windows.Forms.AxHost.State)(resources.GetObject("axWebBrowser.OcxState")));
     this.axWebBrowser.Size     = new System.Drawing.Size(685, 126);
     this.axWebBrowser.TabIndex = 10;
     //
     // splitter2
     //
     this.splitter2.Dock     = System.Windows.Forms.DockStyle.Top;
     this.splitter2.Location = new System.Drawing.Point(0, 192);
     this.splitter2.Name     = "splitter2";
     this.splitter2.Size     = new System.Drawing.Size(685, 3);
     this.splitter2.TabIndex = 9;
     this.splitter2.TabStop  = false;
     //
     // panelGrid
     //
     this.panelGrid.Controls.Add(this.gridEX);
     this.panelGrid.Controls.Add(this.labelHeader);
     this.panelGrid.Dock     = System.Windows.Forms.DockStyle.Top;
     this.panelGrid.Font     = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.panelGrid.Location = new System.Drawing.Point(0, 0);
     this.panelGrid.Name     = "panelGrid";
     this.panelGrid.Size     = new System.Drawing.Size(685, 192);
     this.panelGrid.TabIndex = 8;
     //
     // gridEX
     //
     this.gridEX.ColumnAutoResize = true;
     this.gridEX.Cursor           = System.Windows.Forms.Cursors.Default;
     this.gridEX.Dock             = System.Windows.Forms.DockStyle.Fill;
     this.gridEX.EditorsControlStyle.ButtonAppearance = Janus.Windows.GridEX.ButtonAppearance.Regular;
     this.gridEX.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.gridEX.GroupByBoxVisible  = false;
     this.gridEX.InvalidValueAction = Janus.Windows.GridEX.InvalidValueAction.DiscardChanges;
     this.gridEX.LayoutData         = @"<GridEXLayoutData><RootTable><AllowAddNew>False</AllowAddNew><AllowDelete>False</AllowDelete><AllowEdit>False</AllowEdit><AllowGroup>False</AllowGroup><Columns Collection=""true""><Column0 ID=""Icon""><AllowSize>False</AllowSize><ColumnType>Image</ColumnType><Key>Icon</Key><Position>0</Position><Width>30</Width></Column0><Column1 ID=""IdBandeja""><Caption>IdBandeja</Caption><DataMember>IdBandeja</DataMember><Key>IdBandeja</Key><Position>1</Position><Visible>False</Visible></Column1><Column2 ID=""NombreArchivo""><Caption>Nombre</Caption><DataMember>NombreArchivo</DataMember><Key>NombreArchivo</Key><Position>2</Position><Width>351</Width></Column2><Column3 ID=""FechaTransferencia""><AllowSize>False</AllowSize><Caption>Transferencia</Caption><DataMember>FechaTransferencia</DataMember><EditType>CalendarDropDown</EditType><Key>FechaTransferencia</Key><Position>3</Position><Width>150</Width></Column3><Column4 ID=""FechaCreacion""><AllowSize>False</AllowSize><Caption>Creación</Caption><DataMember>FechaCreacion</DataMember><EditType>CalendarDropDown</EditType><Key>FechaCreacion</Key><Position>4</Position><Width>150</Width></Column4></Columns><GridLines>Horizontal</GridLines><GroupCondition ID="""" /><SortKeys Collection=""true""><SortKey0 ID=""SortKey0""><ColIndex>3</ColIndex><SortOrder>Descending</SortOrder></SortKey0></SortKeys></RootTable></GridEXLayoutData>";
     this.gridEX.Location           = new System.Drawing.Point(0, 23);
     this.gridEX.Name              = "gridEX";
     this.gridEX.Size              = new System.Drawing.Size(685, 169);
     this.gridEX.TabIndex          = 4;
     this.gridEX.SelectionChanged += new System.EventHandler(this.gridEX_SelectionChanged);
     //
     // labelHeader
     //
     this.labelHeader.BackColor   = System.Drawing.SystemColors.AppWorkspace;
     this.labelHeader.Dock        = System.Windows.Forms.DockStyle.Top;
     this.labelHeader.Font        = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.labelHeader.ForeColor   = System.Drawing.SystemColors.HighlightText;
     this.labelHeader.ImageAlign  = System.Drawing.ContentAlignment.MiddleLeft;
     this.labelHeader.ImageIndex  = 1;
     this.labelHeader.ImageList   = this.imageListSmall;
     this.labelHeader.Location    = new System.Drawing.Point(0, 0);
     this.labelHeader.Name        = "labelHeader";
     this.labelHeader.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.labelHeader.Size        = new System.Drawing.Size(685, 23);
     this.labelHeader.TabIndex    = 0;
     this.labelHeader.Text        = "   [bandeja]";
     this.labelHeader.TextAlign   = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // imageListSmall
     //
     this.imageListSmall.ImageSize        = new System.Drawing.Size(16, 16);
     this.imageListSmall.ImageStream      = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageListSmall.ImageStream")));
     this.imageListSmall.TransparentColor = System.Drawing.Color.Magenta;
     //
     // ultraListBar1
     //
     this.ultraListBar1.BorderStyle         = Infragistics.Win.UIElementBorderStyle.InsetSoft;
     this.ultraListBar1.Dock                = System.Windows.Forms.DockStyle.Left;
     this.ultraListBar1.Font                = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.ultraListBar1.GroupHeadersVisible = false;
     item1.Key             = "INBOX";
     item1.LargeImageIndex = 0;
     item1.SmallImageIndex = 0;
     item1.Text            = "Bandeja de entrada";
     item2.Key             = "OUTBOX";
     item2.LargeImageIndex = 1;
     item2.SmallImageIndex = 1;
     item2.Text            = "Bandeja de salida";
     item3.Key             = "SENT";
     item3.LargeImageIndex = 2;
     item3.SmallImageIndex = 2;
     item3.Text            = "Elementos enviados";
     item4.Key             = "TRASH";
     item4.LargeImageIndex = 3;
     item4.SmallImageIndex = 3;
     item4.Text            = "Elementos eliminados";
     group1.Items.Add(item1);
     group1.Items.Add(item2);
     group1.Items.Add(item3);
     group1.Items.Add(item4);
     this.ultraListBar1.Groups.Add(group1);
     this.ultraListBar1.LargeImageList = this.imageList;
     this.ultraListBar1.Location       = new System.Drawing.Point(0, 0);
     this.ultraListBar1.Name           = "ultraListBar1";
     this.ultraListBar1.Size           = new System.Drawing.Size(144, 321);
     this.ultraListBar1.ItemSelected  += new Infragistics.Win.UltraWinListBar.ItemEventHandler(this.ultraListBar1_ItemSelected);
     //
     // toolBar1
     //
     this.toolBar1.DropDownArrows = true;
     this.toolBar1.Location       = new System.Drawing.Point(0, 0);
     this.toolBar1.Name           = "toolBar1";
     this.toolBar1.ShowToolTips   = true;
     this.toolBar1.Size           = new System.Drawing.Size(829, 42);
     this.toolBar1.TabIndex       = 10;
     //
     // menuItem5
     //
     this.menuItem5.Index  = 6;
     this.menuItem5.Text   = "Procesar bandeja de entrada";
     this.menuItem5.Click += new System.EventHandler(this.menuItem5_Click);
     //
     // menuItem7
     //
     this.menuItem7.Index = 5;
     this.menuItem7.Text  = "-";
     //
     // FormMain
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 14);
     this.ClientSize        = new System.Drawing.Size(832, 385);
     this.Controls.Add(this.panel3);
     this.Controls.Add(this.statusBar);
     this.Controls.Add(this.splitter1);
     this.Font  = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.Menu  = this.mainMenu;
     this.Name  = "FormMain";
     this.Text  = "Administrador de transferencias";
     this.Load += new System.EventHandler(this.FormMain_Load);
     this.panel3.ResumeLayout(false);
     this.panel2.ResumeLayout(false);
     this.panel4.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.axWebBrowser)).EndInit();
     this.panelGrid.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.gridEX)).EndInit();
     this.ResumeLayout(false);
 }
示例#44
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(Form1));
     this.label1 = new System.Windows.Forms.Label();
     this.label2 = new System.Windows.Forms.Label();
     this.label3 = new System.Windows.Forms.Label();
     this.label4 = new System.Windows.Forms.Label();
     this.textFrom = new System.Windows.Forms.TextBox();
     this.textTo = new System.Windows.Forms.TextBox();
     this.textCc = new System.Windows.Forms.TextBox();
     this.textSubject = new System.Windows.Forms.TextBox();
     this.groupBox1 = new System.Windows.Forms.GroupBox();
     this.chkAuth = new System.Windows.Forms.CheckBox();
     this.chkSSL = new System.Windows.Forms.CheckBox();
     this.textPassword = new System.Windows.Forms.TextBox();
     this.textUser = new System.Windows.Forms.TextBox();
     this.label7 = new System.Windows.Forms.Label();
     this.label6 = new System.Windows.Forms.Label();
     this.Server = new System.Windows.Forms.Label();
     this.textServer = new System.Windows.Forms.TextBox();
     this.label8 = new System.Windows.Forms.Label();
     this.textAttachments = new System.Windows.Forms.TextBox();
     this.btnSend = new System.Windows.Forms.Button();
     this.pgSending = new System.Windows.Forms.ProgressBar();
     this.sbStatus = new System.Windows.Forms.StatusBar();
     this.label9 = new System.Windows.Forms.Label();
     this.lstCharset = new System.Windows.Forms.ComboBox();
     this.btnAdd = new System.Windows.Forms.Button();
     this.btnClear = new System.Windows.Forms.Button();
     this.attachmentDlg = new System.Windows.Forms.OpenFileDialog();
     this.chkSignature = new System.Windows.Forms.CheckBox();
     this.chkEncrypt = new System.Windows.Forms.CheckBox();
     this.htmlEditor = new AxSHDocVw.AxWebBrowser();
     this.colorDlg = new System.Windows.Forms.ColorDialog();
     this.lstFont = new System.Windows.Forms.ComboBox();
     this.lstSize = new System.Windows.Forms.ComboBox();
     this.btnB = new System.Windows.Forms.Button();
     this.btnI = new System.Windows.Forms.Button();
     this.btnU = new System.Windows.Forms.Button();
     this.btnC = new System.Windows.Forms.Button();
     this.btnP = new System.Windows.Forms.Button();
     this.btnCancel = new System.Windows.Forms.Button();
     this.lstProtocol = new System.Windows.Forms.ComboBox();
     this.groupBox1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.htmlEditor)).BeginInit();
     this.SuspendLayout();
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(8, 16);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(33, 17);
     this.label1.TabIndex = 0;
     this.label1.Text = "From";
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(8, 48);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(19, 17);
     this.label2.TabIndex = 1;
     this.label2.Text = "To";
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Location = new System.Drawing.Point(8, 80);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(20, 17);
     this.label3.TabIndex = 2;
     this.label3.Text = "Cc";
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Location = new System.Drawing.Point(8, 112);
     this.label4.Name = "label4";
     this.label4.Size = new System.Drawing.Size(46, 17);
     this.label4.TabIndex = 3;
     this.label4.Text = "Subject";
     //
     // textFrom
     //
     this.textFrom.Location = new System.Drawing.Point(64, 16);
     this.textFrom.Name = "textFrom";
     this.textFrom.Size = new System.Drawing.Size(304, 21);
     this.textFrom.TabIndex = 1;
     this.textFrom.Text = "";
     //
     // textTo
     //
     this.textTo.Location = new System.Drawing.Point(64, 48);
     this.textTo.Name = "textTo";
     this.textTo.Size = new System.Drawing.Size(304, 21);
     this.textTo.TabIndex = 2;
     this.textTo.Text = "";
     //
     // textCc
     //
     this.textCc.Location = new System.Drawing.Point(64, 80);
     this.textCc.Name = "textCc";
     this.textCc.Size = new System.Drawing.Size(304, 21);
     this.textCc.TabIndex = 3;
     this.textCc.Text = "";
     //
     // textSubject
     //
     this.textSubject.Location = new System.Drawing.Point(64, 112);
     this.textSubject.Name = "textSubject";
     this.textSubject.Size = new System.Drawing.Size(304, 21);
     this.textSubject.TabIndex = 4;
     this.textSubject.Text = "Test HTML sample";
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.lstProtocol);
     this.groupBox1.Controls.Add(this.chkAuth);
     this.groupBox1.Controls.Add(this.chkSSL);
     this.groupBox1.Controls.Add(this.textPassword);
     this.groupBox1.Controls.Add(this.textUser);
     this.groupBox1.Controls.Add(this.label7);
     this.groupBox1.Controls.Add(this.label6);
     this.groupBox1.Controls.Add(this.Server);
     this.groupBox1.Controls.Add(this.textServer);
     this.groupBox1.Location = new System.Drawing.Point(400, 8);
     this.groupBox1.Name = "groupBox1";
     this.groupBox1.Size = new System.Drawing.Size(280, 200);
     this.groupBox1.TabIndex = 8;
     this.groupBox1.TabStop = false;
     //
     // chkAuth
     //
     this.chkAuth.Location = new System.Drawing.Point(8, 48);
     this.chkAuth.Name = "chkAuth";
     this.chkAuth.Size = new System.Drawing.Size(232, 24);
     this.chkAuth.TabIndex = 11;
     this.chkAuth.Text = "My server requires authentication";
     this.chkAuth.CheckedChanged += new System.EventHandler(this.chkAuth_CheckedChanged);
     //
     // chkSSL
     //
     this.chkSSL.Location = new System.Drawing.Point(8, 144);
     this.chkSSL.Name = "chkSSL";
     this.chkSSL.Size = new System.Drawing.Size(184, 16);
     this.chkSSL.TabIndex = 14;
     this.chkSSL.Text = "SSL Connection";
     //
     // textPassword
     //
     this.textPassword.Location = new System.Drawing.Point(72, 112);
     this.textPassword.Name = "textPassword";
     this.textPassword.PasswordChar = '*';
     this.textPassword.Size = new System.Drawing.Size(192, 21);
     this.textPassword.TabIndex = 13;
     this.textPassword.Text = "";
     //
     // textUser
     //
     this.textUser.Location = new System.Drawing.Point(72, 80);
     this.textUser.Name = "textUser";
     this.textUser.Size = new System.Drawing.Size(192, 21);
     this.textUser.TabIndex = 12;
     this.textUser.Text = "";
     //
     // label7
     //
     this.label7.AutoSize = true;
     this.label7.Location = new System.Drawing.Point(8, 112);
     this.label7.Name = "label7";
     this.label7.Size = new System.Drawing.Size(59, 17);
     this.label7.TabIndex = 2;
     this.label7.Text = "Password";
     //
     // label6
     //
     this.label6.AutoSize = true;
     this.label6.Location = new System.Drawing.Point(8, 80);
     this.label6.Name = "label6";
     this.label6.Size = new System.Drawing.Size(31, 17);
     this.label6.TabIndex = 1;
     this.label6.Text = "User";
     //
     // Server
     //
     this.Server.AutoSize = true;
     this.Server.Location = new System.Drawing.Point(8, 17);
     this.Server.Name = "Server";
     this.Server.Size = new System.Drawing.Size(41, 17);
     this.Server.TabIndex = 0;
     this.Server.Text = "Server";
     //
     // textServer
     //
     this.textServer.Location = new System.Drawing.Point(72, 16);
     this.textServer.Name = "textServer";
     this.textServer.Size = new System.Drawing.Size(192, 21);
     this.textServer.TabIndex = 10;
     this.textServer.Text = "";
     //
     // label8
     //
     this.label8.AutoSize = true;
     this.label8.Location = new System.Drawing.Point(8, 216);
     this.label8.Name = "label8";
     this.label8.Size = new System.Drawing.Size(73, 17);
     this.label8.TabIndex = 9;
     this.label8.Text = "Attachments";
     //
     // textAttachments
     //
     this.textAttachments.BackColor = System.Drawing.SystemColors.Info;
     this.textAttachments.ForeColor = System.Drawing.SystemColors.HotTrack;
     this.textAttachments.Location = new System.Drawing.Point(72, 216);
     this.textAttachments.Name = "textAttachments";
     this.textAttachments.ReadOnly = true;
     this.textAttachments.Size = new System.Drawing.Size(496, 21);
     this.textAttachments.TabIndex = 6;
     this.textAttachments.Text = "";
     //
     // btnSend
     //
     this.btnSend.Location = new System.Drawing.Point(512, 424);
     this.btnSend.Name = "btnSend";
     this.btnSend.Size = new System.Drawing.Size(80, 23);
     this.btnSend.TabIndex = 15;
     this.btnSend.TabStop = false;
     this.btnSend.Text = "Send";
     this.btnSend.Click += new System.EventHandler(this.button1_Click);
     //
     // pgSending
     //
     this.pgSending.Location = new System.Drawing.Point(8, 432);
     this.pgSending.Name = "pgSending";
     this.pgSending.Size = new System.Drawing.Size(480, 8);
     this.pgSending.TabIndex = 13;
     //
     // sbStatus
     //
     this.sbStatus.Location = new System.Drawing.Point(0, 451);
     this.sbStatus.Name = "sbStatus";
     this.sbStatus.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.sbStatus.Size = new System.Drawing.Size(692, 22);
     this.sbStatus.TabIndex = 14;
     //
     // label9
     //
     this.label9.AutoSize = true;
     this.label9.Location = new System.Drawing.Point(8, 144);
     this.label9.Name = "label9";
     this.label9.Size = new System.Drawing.Size(56, 17);
     this.label9.TabIndex = 15;
     this.label9.Text = "Encoding";
     //
     // lstCharset
     //
     this.lstCharset.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.lstCharset.Location = new System.Drawing.Point(64, 144);
     this.lstCharset.Name = "lstCharset";
     this.lstCharset.Size = new System.Drawing.Size(168, 23);
     this.lstCharset.TabIndex = 5;
     //
     // btnAdd
     //
     this.btnAdd.Location = new System.Drawing.Point(584, 216);
     this.btnAdd.Name = "btnAdd";
     this.btnAdd.Size = new System.Drawing.Size(40, 23);
     this.btnAdd.TabIndex = 7;
     this.btnAdd.Text = "Add";
     this.btnAdd.Click += new System.EventHandler(this.btnAdd_Click);
     //
     // btnClear
     //
     this.btnClear.Location = new System.Drawing.Point(632, 216);
     this.btnClear.Name = "btnClear";
     this.btnClear.Size = new System.Drawing.Size(48, 23);
     this.btnClear.TabIndex = 8;
     this.btnClear.Text = "Clear";
     this.btnClear.Click += new System.EventHandler(this.btnClear_Click);
     //
     // chkSignature
     //
     this.chkSignature.Location = new System.Drawing.Point(8, 184);
     this.chkSignature.Name = "chkSignature";
     this.chkSignature.Size = new System.Drawing.Size(120, 16);
     this.chkSignature.TabIndex = 17;
     this.chkSignature.Text = "Digitial Signature";
     //
     // chkEncrypt
     //
     this.chkEncrypt.Location = new System.Drawing.Point(160, 184);
     this.chkEncrypt.Name = "chkEncrypt";
     this.chkEncrypt.Size = new System.Drawing.Size(88, 20);
     this.chkEncrypt.TabIndex = 18;
     this.chkEncrypt.Text = "Encrypt";
     //
     // htmlEditor
     //
     this.htmlEditor.Enabled = true;
     this.htmlEditor.Location = new System.Drawing.Point(8, 280);
     this.htmlEditor.OcxState = ((System.Windows.Forms.AxHost.State)(resources.GetObject("htmlEditor.OcxState")));
     this.htmlEditor.Size = new System.Drawing.Size(672, 136);
     this.htmlEditor.TabIndex = 19;
     this.htmlEditor.NavigateComplete2 += new AxSHDocVw.DWebBrowserEvents2_NavigateComplete2EventHandler(this.htmlEditor_NavigateComplete2);
     //
     // lstFont
     //
     this.lstFont.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.lstFont.Location = new System.Drawing.Point(8, 248);
     this.lstFont.Name = "lstFont";
     this.lstFont.Size = new System.Drawing.Size(136, 23);
     this.lstFont.TabIndex = 20;
     this.lstFont.SelectedIndexChanged += new System.EventHandler(this.lstFont_SelectedIndexChanged);
     //
     // lstSize
     //
     this.lstSize.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.lstSize.Location = new System.Drawing.Point(152, 248);
     this.lstSize.Name = "lstSize";
     this.lstSize.Size = new System.Drawing.Size(80, 23);
     this.lstSize.TabIndex = 21;
     this.lstSize.SelectedIndexChanged += new System.EventHandler(this.lstSize_SelectedIndexChanged);
     //
     // btnB
     //
     this.btnB.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.btnB.Location = new System.Drawing.Point(240, 248);
     this.btnB.Name = "btnB";
     this.btnB.Size = new System.Drawing.Size(24, 23);
     this.btnB.TabIndex = 22;
     this.btnB.Text = "B";
     this.btnB.Click += new System.EventHandler(this.btnB_Click);
     //
     // btnI
     //
     this.btnI.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))), System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.btnI.Location = new System.Drawing.Point(264, 248);
     this.btnI.Name = "btnI";
     this.btnI.Size = new System.Drawing.Size(24, 23);
     this.btnI.TabIndex = 23;
     this.btnI.Text = "I";
     this.btnI.Click += new System.EventHandler(this.btnI_Click);
     //
     // btnU
     //
     this.btnU.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Underline))), System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.btnU.Location = new System.Drawing.Point(288, 248);
     this.btnU.Name = "btnU";
     this.btnU.Size = new System.Drawing.Size(24, 23);
     this.btnU.TabIndex = 24;
     this.btnU.Text = "U";
     this.btnU.Click += new System.EventHandler(this.btnU_Click);
     //
     // btnC
     //
     this.btnC.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.btnC.ForeColor = System.Drawing.Color.Red;
     this.btnC.Location = new System.Drawing.Point(312, 248);
     this.btnC.Name = "btnC";
     this.btnC.Size = new System.Drawing.Size(24, 23);
     this.btnC.TabIndex = 25;
     this.btnC.Text = "C";
     this.btnC.Click += new System.EventHandler(this.btnC_Click);
     //
     // btnP
     //
     this.btnP.Location = new System.Drawing.Point(352, 248);
     this.btnP.Name = "btnP";
     this.btnP.Size = new System.Drawing.Size(88, 23);
     this.btnP.TabIndex = 26;
     this.btnP.Text = "Insert Picture";
     this.btnP.Click += new System.EventHandler(this.btnP_Click);
     //
     // btnCancel
     //
     this.btnCancel.Enabled = false;
     this.btnCancel.Location = new System.Drawing.Point(600, 424);
     this.btnCancel.Name = "btnCancel";
     this.btnCancel.Size = new System.Drawing.Size(80, 23);
     this.btnCancel.TabIndex = 27;
     this.btnCancel.TabStop = false;
     this.btnCancel.Text = "Cancel";
     this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
     //
     // lstProtocol
     //
     this.lstProtocol.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.lstProtocol.Location = new System.Drawing.Point(8, 168);
     this.lstProtocol.Name = "lstProtocol";
     this.lstProtocol.Size = new System.Drawing.Size(264, 23);
     this.lstProtocol.TabIndex = 15;
     //
     // Form1
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(6, 14);
     this.ClientSize = new System.Drawing.Size(692, 473);
     this.Controls.Add(this.btnCancel);
     this.Controls.Add(this.btnP);
     this.Controls.Add(this.btnC);
     this.Controls.Add(this.btnU);
     this.Controls.Add(this.btnI);
     this.Controls.Add(this.btnB);
     this.Controls.Add(this.lstSize);
     this.Controls.Add(this.lstFont);
     this.Controls.Add(this.htmlEditor);
     this.Controls.Add(this.chkEncrypt);
     this.Controls.Add(this.chkSignature);
     this.Controls.Add(this.btnClear);
     this.Controls.Add(this.btnAdd);
     this.Controls.Add(this.lstCharset);
     this.Controls.Add(this.label9);
     this.Controls.Add(this.textAttachments);
     this.Controls.Add(this.label8);
     this.Controls.Add(this.textSubject);
     this.Controls.Add(this.textCc);
     this.Controls.Add(this.textTo);
     this.Controls.Add(this.textFrom);
     this.Controls.Add(this.label4);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.sbStatus);
     this.Controls.Add(this.pgSending);
     this.Controls.Add(this.btnSend);
     this.Controls.Add(this.groupBox1);
     this.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.Name = "Form1";
     this.Text = "Form1";
     this.Resize += new System.EventHandler(this.Form1_Resize);
     this.Load += new System.EventHandler(this.Form1_Load);
     this.groupBox1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.htmlEditor)).EndInit();
     this.ResumeLayout(false);
 }
示例#45
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(frmMain));
     this.panel1 = new System.Windows.Forms.Panel();
     this.groupBox1 = new System.Windows.Forms.GroupBox();
     this.lblAlbum = new System.Windows.Forms.Label();
     this.lblMusicComposer = new System.Windows.Forms.Label();
     this.lblArtist = new System.Windows.Forms.Label();
     this.lblSongTitle = new System.Windows.Forms.Label();
     this.label4 = new System.Windows.Forms.Label();
     this.label3 = new System.Windows.Forms.Label();
     this.label2 = new System.Windows.Forms.Label();
     this.label1 = new System.Windows.Forms.Label();
     this.lblSongs = new System.Windows.Forms.Label();
     this.pictureBox2 = new System.Windows.Forms.PictureBox();
     this.pnlDeepGrey = new System.Windows.Forms.Panel();
     this.pnlWhite = new System.Windows.Forms.Panel();
     this.pnlBlue = new System.Windows.Forms.Panel();
     this.pnlGrey = new System.Windows.Forms.Panel();
     this.pictureBox1 = new System.Windows.Forms.PictureBox();
     this.panel2 = new System.Windows.Forms.Panel();
     this.ctlRaagaBrowser = new AxSHDocVw.AxWebBrowser();
     this.c1OutBar1 = new C1.Win.C1Command.C1OutBar();
     this.c1OutPage1 = new C1.Win.C1Command.C1OutPage();
     this.c1ToolBar1 = new C1.Win.C1Command.C1ToolBar();
     this.lnkRaagaHome = new C1.Win.C1Command.C1CommandLink();
     this.cmdRaagaHome = new C1.Win.C1Command.C1Command();
     this.lnkMyRaagaLogIn = new C1.Win.C1Command.C1CommandLink();
     this.cmdMyRaagaLogin = new C1.Win.C1Command.C1Command();
     this.lnkMusicDirectory = new C1.Win.C1Command.C1CommandLink();
     this.cmdMusicDirectory = new C1.Win.C1Command.C1Command();
     this.c1CommandLink1 = new C1.Win.C1Command.C1CommandLink();
     this.cmdSettings = new C1.Win.C1Command.C1Command();
     this.c1CommandLink3 = new C1.Win.C1Command.C1CommandLink();
     this.cmdAdSignatures = new C1.Win.C1Command.C1Command();
     this.c1CommandLink4 = new C1.Win.C1Command.C1CommandLink();
     this.cmdGuidedTour = new C1.Win.C1Command.C1Command();
     this.c1CommandLink2 = new C1.Win.C1Command.C1CommandLink();
     this.cmdAboutMe = new C1.Win.C1Command.C1Command();
     this.c1CommandHolder1 = new C1.Win.C1Command.C1CommandHolder();
     this.tnVolume = new System.Windows.Forms.TrackBar();
     this.panel1.SuspendLayout();
     this.groupBox1.SuspendLayout();
     this.panel2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ctlRaagaBrowser)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.c1OutBar1)).BeginInit();
     this.c1OutBar1.SuspendLayout();
     this.c1OutPage1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.c1CommandHolder1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.tnVolume)).BeginInit();
     this.SuspendLayout();
     //
     // panel1
     //
     this.panel1.AutoScroll = true;
     this.panel1.Controls.Add(this.tnVolume);
     this.panel1.Controls.Add(this.groupBox1);
     this.panel1.Controls.Add(this.lblSongs);
     this.panel1.Controls.Add(this.pictureBox2);
     this.panel1.Controls.Add(this.pnlDeepGrey);
     this.panel1.Controls.Add(this.pnlWhite);
     this.panel1.Controls.Add(this.pnlBlue);
     this.panel1.Controls.Add(this.pnlGrey);
     this.panel1.Controls.Add(this.pictureBox1);
     this.panel1.Controls.Add(this.panel2);
     this.panel1.Location = new System.Drawing.Point(88, 0);
     this.panel1.Name = "panel1";
     this.panel1.Size = new System.Drawing.Size(536, 536);
     this.panel1.TabIndex = 1;
     this.panel1.Paint += new System.Windows.Forms.PaintEventHandler(this.panel1_Paint);
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.lblAlbum);
     this.groupBox1.Controls.Add(this.lblMusicComposer);
     this.groupBox1.Controls.Add(this.lblArtist);
     this.groupBox1.Controls.Add(this.lblSongTitle);
     this.groupBox1.Controls.Add(this.label4);
     this.groupBox1.Controls.Add(this.label3);
     this.groupBox1.Controls.Add(this.label2);
     this.groupBox1.Controls.Add(this.label1);
     this.groupBox1.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.groupBox1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.groupBox1.Location = new System.Drawing.Point(96, 360);
     this.groupBox1.Name = "groupBox1";
     this.groupBox1.Size = new System.Drawing.Size(344, 96);
     this.groupBox1.TabIndex = 18;
     this.groupBox1.TabStop = false;
     this.groupBox1.Text = "Current Song Details ";
     //
     // lblAlbum
     //
     this.lblAlbum.Location = new System.Drawing.Point(120, 64);
     this.lblAlbum.Name = "lblAlbum";
     this.lblAlbum.Size = new System.Drawing.Size(184, 16);
     this.lblAlbum.TabIndex = 23;
     this.lblAlbum.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // lblMusicComposer
     //
     this.lblMusicComposer.Location = new System.Drawing.Point(120, 48);
     this.lblMusicComposer.Name = "lblMusicComposer";
     this.lblMusicComposer.Size = new System.Drawing.Size(184, 16);
     this.lblMusicComposer.TabIndex = 22;
     this.lblMusicComposer.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // lblArtist
     //
     this.lblArtist.Location = new System.Drawing.Point(120, 32);
     this.lblArtist.Name = "lblArtist";
     this.lblArtist.Size = new System.Drawing.Size(184, 16);
     this.lblArtist.TabIndex = 21;
     this.lblArtist.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // lblSongTitle
     //
     this.lblSongTitle.Location = new System.Drawing.Point(120, 16);
     this.lblSongTitle.Name = "lblSongTitle";
     this.lblSongTitle.Size = new System.Drawing.Size(184, 16);
     this.lblSongTitle.TabIndex = 20;
     this.lblSongTitle.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // label4
     //
     this.label4.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.label4.ForeColor = System.Drawing.SystemColors.ControlText;
     this.label4.Location = new System.Drawing.Point(8, 64);
     this.label4.Name = "label4";
     this.label4.Size = new System.Drawing.Size(104, 16);
     this.label4.TabIndex = 19;
     this.label4.Text = "Album :";
     //
     // label3
     //
     this.label3.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.label3.ForeColor = System.Drawing.SystemColors.ControlText;
     this.label3.Location = new System.Drawing.Point(8, 48);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(112, 16);
     this.label3.TabIndex = 18;
     this.label3.Text = "Music Composer :";
     //
     // label2
     //
     this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.label2.ForeColor = System.Drawing.SystemColors.ControlText;
     this.label2.Location = new System.Drawing.Point(8, 32);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(48, 16);
     this.label2.TabIndex = 17;
     this.label2.Text = "Artist :";
     //
     // label1
     //
     this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.label1.ForeColor = System.Drawing.SystemColors.ControlText;
     this.label1.Location = new System.Drawing.Point(8, 16);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(104, 16);
     this.label1.TabIndex = 16;
     this.label1.Text = "Song Title : ";
     //
     // lblSongs
     //
     this.lblSongs.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.lblSongs.ForeColor = System.Drawing.SystemColors.ControlText;
     this.lblSongs.Location = new System.Drawing.Point(488, 360);
     this.lblSongs.Name = "lblSongs";
     this.lblSongs.Size = new System.Drawing.Size(32, 16);
     this.lblSongs.TabIndex = 17;
     this.lblSongs.Text = "pp";
     this.lblSongs.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // pictureBox2
     //
     this.pictureBox2.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox2.Image")));
     this.pictureBox2.Location = new System.Drawing.Point(8, 352);
     this.pictureBox2.Name = "pictureBox2";
     this.pictureBox2.Size = new System.Drawing.Size(88, 104);
     this.pictureBox2.TabIndex = 8;
     this.pictureBox2.TabStop = false;
     //
     // pnlDeepGrey
     //
     this.pnlDeepGrey.BackColor = System.Drawing.Color.FromArgb(((System.Byte)(102)), ((System.Byte)(102)), ((System.Byte)(102)));
     this.pnlDeepGrey.Location = new System.Drawing.Point(232, 54);
     this.pnlDeepGrey.Name = "pnlDeepGrey";
     this.pnlDeepGrey.Size = new System.Drawing.Size(304, 27);
     this.pnlDeepGrey.TabIndex = 7;
     //
     // pnlWhite
     //
     this.pnlWhite.BackColor = System.Drawing.Color.White;
     this.pnlWhite.Location = new System.Drawing.Point(232, 36);
     this.pnlWhite.Name = "pnlWhite";
     this.pnlWhite.Size = new System.Drawing.Size(304, 18);
     this.pnlWhite.TabIndex = 6;
     //
     // pnlBlue
     //
     this.pnlBlue.BackColor = System.Drawing.Color.FromArgb(((System.Byte)(51)), ((System.Byte)(102)), ((System.Byte)(153)));
     this.pnlBlue.Location = new System.Drawing.Point(232, 14);
     this.pnlBlue.Name = "pnlBlue";
     this.pnlBlue.Size = new System.Drawing.Size(304, 22);
     this.pnlBlue.TabIndex = 5;
     //
     // pnlGrey
     //
     this.pnlGrey.BackColor = System.Drawing.Color.FromArgb(((System.Byte)(230)), ((System.Byte)(230)), ((System.Byte)(230)));
     this.pnlGrey.Location = new System.Drawing.Point(232, 0);
     this.pnlGrey.Name = "pnlGrey";
     this.pnlGrey.Size = new System.Drawing.Size(304, 14);
     this.pnlGrey.TabIndex = 4;
     //
     // pictureBox1
     //
     this.pictureBox1.BackColor = System.Drawing.Color.FromArgb(((System.Byte)(102)), ((System.Byte)(102)), ((System.Byte)(102)));
     this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
     this.pictureBox1.Location = new System.Drawing.Point(0, 0);
     this.pictureBox1.Name = "pictureBox1";
     this.pictureBox1.Size = new System.Drawing.Size(232, 81);
     this.pictureBox1.TabIndex = 3;
     this.pictureBox1.TabStop = false;
     //
     // panel2
     //
     this.panel2.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.panel2.Controls.Add(this.ctlRaagaBrowser);
     this.panel2.Location = new System.Drawing.Point(0, 81);
     this.panel2.Name = "panel2";
     this.panel2.Size = new System.Drawing.Size(536, 264);
     this.panel2.TabIndex = 2;
     //
     // ctlRaagaBrowser
     //
     this.ctlRaagaBrowser.ContainingControl = this;
     this.ctlRaagaBrowser.Dock = System.Windows.Forms.DockStyle.Fill;
     this.ctlRaagaBrowser.Enabled = true;
     this.ctlRaagaBrowser.Location = new System.Drawing.Point(0, 0);
     this.ctlRaagaBrowser.OcxState = ((System.Windows.Forms.AxHost.State)(resources.GetObject("ctlRaagaBrowser.OcxState")));
     this.ctlRaagaBrowser.Size = new System.Drawing.Size(532, 260);
     this.ctlRaagaBrowser.TabIndex = 0;
     this.ctlRaagaBrowser.DocumentComplete += new AxSHDocVw.DWebBrowserEvents2_DocumentCompleteEventHandler(this.ctlRaagaBrowser_DocumentComplete);
     this.ctlRaagaBrowser.NewWindow2 += new AxSHDocVw.DWebBrowserEvents2_NewWindow2EventHandler(this.ctlRaagaBrowser_NewWindow2);
     this.ctlRaagaBrowser.BeforeNavigate2 += new AxSHDocVw.DWebBrowserEvents2_BeforeNavigate2EventHandler(this.ctlRaagaBrowser_BeforeNavigate2);
     //
     // c1OutBar1
     //
     this.c1OutBar1.Controls.Add(this.c1OutPage1);
     this.c1OutBar1.Dock = System.Windows.Forms.DockStyle.Left;
     this.c1OutBar1.Location = new System.Drawing.Point(0, 0);
     this.c1OutBar1.Name = "c1OutBar1";
     this.c1OutBar1.Pages.Add(this.c1OutPage1);
     this.c1OutBar1.SelectedIndex = 0;
     this.c1OutBar1.SelectedPage = this.c1OutPage1;
     this.c1OutBar1.Size = new System.Drawing.Size(88, 472);
     this.c1OutBar1.Text = "c1OutBar1";
     //
     // c1OutPage1
     //
     this.c1OutPage1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.c1OutPage1.Controls.Add(this.c1ToolBar1);
     this.c1OutPage1.Location = new System.Drawing.Point(0, 18);
     this.c1OutPage1.Name = "c1OutPage1";
     this.c1OutPage1.Size = new System.Drawing.Size(88, 436);
     this.c1OutPage1.TabIndex = 0;
     this.c1OutPage1.Text = "Action";
     //
     // c1ToolBar1
     //
     this.c1ToolBar1.AutoSize = false;
     this.c1ToolBar1.ButtonLookVert = C1.Win.C1Command.ButtonLookFlags.TextAndImage;
     this.c1ToolBar1.CommandHolder = null;
     this.c1ToolBar1.CommandLinks.Add(this.lnkRaagaHome);
     this.c1ToolBar1.CommandLinks.Add(this.lnkMyRaagaLogIn);
     this.c1ToolBar1.CommandLinks.Add(this.lnkMusicDirectory);
     this.c1ToolBar1.CommandLinks.Add(this.c1CommandLink1);
     this.c1ToolBar1.CommandLinks.Add(this.c1CommandLink3);
     this.c1ToolBar1.CommandLinks.Add(this.c1CommandLink4);
     this.c1ToolBar1.CommandLinks.Add(this.c1CommandLink2);
     this.c1ToolBar1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.c1ToolBar1.Horizontal = false;
     this.c1ToolBar1.Location = new System.Drawing.Point(0, 0);
     this.c1ToolBar1.Name = "c1ToolBar1";
     this.c1ToolBar1.Size = new System.Drawing.Size(84, 432);
     this.c1ToolBar1.Text = "Page1";
     //
     // lnkRaagaHome
     //
     this.lnkRaagaHome.ButtonLook = C1.Win.C1Command.ButtonLookFlags.TextAndImage;
     this.lnkRaagaHome.Command = this.cmdRaagaHome;
     //
     // cmdRaagaHome
     //
     this.cmdRaagaHome.Image = ((System.Drawing.Image)(resources.GetObject("cmdRaagaHome.Image")));
     this.cmdRaagaHome.Name = "cmdRaagaHome";
     this.cmdRaagaHome.Text = "Raaga (Hindi)";
     this.cmdRaagaHome.Click += new C1.Win.C1Command.ClickEventHandler(this.cmdRaagaHome_Click);
     //
     // lnkMyRaagaLogIn
     //
     this.lnkMyRaagaLogIn.Command = this.cmdMyRaagaLogin;
     //
     // cmdMyRaagaLogin
     //
     this.cmdMyRaagaLogin.Image = ((System.Drawing.Image)(resources.GetObject("cmdMyRaagaLogin.Image")));
     this.cmdMyRaagaLogin.Name = "cmdMyRaagaLogin";
     this.cmdMyRaagaLogin.Text = "My Raaga LogIn";
     this.cmdMyRaagaLogin.ToolTipText = "LogIn to MyRaaga";
     this.cmdMyRaagaLogin.Click += new C1.Win.C1Command.ClickEventHandler(this.cmdMyRaagaLogin_Click);
     //
     // lnkMusicDirectory
     //
     this.lnkMusicDirectory.Command = this.cmdMusicDirectory;
     //
     // cmdMusicDirectory
     //
     this.cmdMusicDirectory.Image = ((System.Drawing.Image)(resources.GetObject("cmdMusicDirectory.Image")));
     this.cmdMusicDirectory.Name = "cmdMusicDirectory";
     this.cmdMusicDirectory.Text = "Music Directory";
     this.cmdMusicDirectory.ToolTipText = "Raaga Music Archive";
     this.cmdMusicDirectory.Click += new C1.Win.C1Command.ClickEventHandler(this.cmdMusicDirectory_Click);
     //
     // c1CommandLink1
     //
     this.c1CommandLink1.Command = this.cmdSettings;
     //
     // cmdSettings
     //
     this.cmdSettings.Image = ((System.Drawing.Image)(resources.GetObject("cmdSettings.Image")));
     this.cmdSettings.Name = "cmdSettings";
     this.cmdSettings.Text = "Settings";
     this.cmdSettings.ToolTipText = "RaagaHacker Settings";
     this.cmdSettings.Click += new C1.Win.C1Command.ClickEventHandler(this.cmdSettings_Click);
     //
     // c1CommandLink3
     //
     this.c1CommandLink3.Command = this.cmdAdSignatures;
     //
     // cmdAdSignatures
     //
     this.cmdAdSignatures.Image = ((System.Drawing.Image)(resources.GetObject("cmdAdSignatures.Image")));
     this.cmdAdSignatures.Name = "cmdAdSignatures";
     this.cmdAdSignatures.Text = "Ad Signatures";
     this.cmdAdSignatures.Click += new C1.Win.C1Command.ClickEventHandler(this.cmdAdSignatures_Click);
     //
     // c1CommandLink4
     //
     this.c1CommandLink4.Command = this.cmdGuidedTour;
     //
     // cmdGuidedTour
     //
     this.cmdGuidedTour.Image = ((System.Drawing.Image)(resources.GetObject("cmdGuidedTour.Image")));
     this.cmdGuidedTour.Name = "cmdGuidedTour";
     this.cmdGuidedTour.Text = "Guided Tour";
     this.cmdGuidedTour.Click += new C1.Win.C1Command.ClickEventHandler(this.cmdGuidedTour_Click);
     //
     // c1CommandLink2
     //
     this.c1CommandLink2.Command = this.cmdAboutMe;
     //
     // cmdAboutMe
     //
     this.cmdAboutMe.Image = ((System.Drawing.Image)(resources.GetObject("cmdAboutMe.Image")));
     this.cmdAboutMe.Name = "cmdAboutMe";
     this.cmdAboutMe.Text = "About Me";
     this.cmdAboutMe.Click += new C1.Win.C1Command.ClickEventHandler(this.cmdAboutMe_Click);
     //
     // c1CommandHolder1
     //
     this.c1CommandHolder1.Commands.Add(this.cmdRaagaHome);
     this.c1CommandHolder1.Commands.Add(this.cmdMusicDirectory);
     this.c1CommandHolder1.Commands.Add(this.cmdMyRaagaLogin);
     this.c1CommandHolder1.Commands.Add(this.cmdSettings);
     this.c1CommandHolder1.Commands.Add(this.cmdAboutMe);
     this.c1CommandHolder1.Commands.Add(this.cmdAdSignatures);
     this.c1CommandHolder1.Commands.Add(this.cmdGuidedTour);
     this.c1CommandHolder1.LookAndFeel = C1.Win.C1Command.LookAndFeelEnum.WindowsXP;
     this.c1CommandHolder1.Owner = this;
     //
     // tnVolume
     //
     this.tnVolume.BackColor = System.Drawing.SystemColors.Control;
     this.tnVolume.Enabled = false;
     this.tnVolume.Location = new System.Drawing.Point(448, 360);
     this.tnVolume.Maximum = 100;
     this.tnVolume.Name = "tnVolume";
     this.tnVolume.Orientation = System.Windows.Forms.Orientation.Vertical;
     this.tnVolume.Size = new System.Drawing.Size(45, 104);
     this.tnVolume.TabIndex = 20;
     this.tnVolume.TickStyle = System.Windows.Forms.TickStyle.None;
     this.tnVolume.Scroll += new System.EventHandler(this.tnVolume_Scroll);
     //
     // frmMain
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize = new System.Drawing.Size(618, 472);
     this.Controls.Add(this.c1OutBar1);
     this.Controls.Add(this.panel1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox = false;
     this.Name = "frmMain";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "Untitled - Raaga Hacker v1.0.1";
     this.Closing += new System.ComponentModel.CancelEventHandler(this.frmMain_Closing);
     this.Load += new System.EventHandler(this.Form1_Load);
     this.Closed += new System.EventHandler(this.frmMain_Closed);
     this.panel1.ResumeLayout(false);
     this.groupBox1.ResumeLayout(false);
     this.panel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.ctlRaagaBrowser)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.c1OutBar1)).EndInit();
     this.c1OutBar1.ResumeLayout(false);
     this.c1OutPage1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.c1CommandHolder1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.tnVolume)).EndInit();
     this.ResumeLayout(false);
 }
示例#46
0
 /// <summary>
 /// 设计器支持所需的方法 - 不要使用代码编辑器修改
 /// 此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager    resources            = new System.ComponentModel.ComponentResourceManager(typeof(DocExplorer));
     Infragistics.Win.UltraWinDock.DockAreaPane        dockAreaPane1        = new Infragistics.Win.UltraWinDock.DockAreaPane(Infragistics.Win.UltraWinDock.DockedLocation.DockedBottom, new System.Guid("01e093ff-df4d-4770-a1dd-3aece8ce7706"));
     Infragistics.Win.UltraWinDock.DockableControlPane dockableControlPane1 = new Infragistics.Win.UltraWinDock.DockableControlPane(new System.Guid("8d224fea-b240-43cf-95bb-5673db4e581c"), new System.Guid("00000000-0000-0000-0000-000000000000"), -1, new System.Guid("01e093ff-df4d-4770-a1dd-3aece8ce7706"), -1);
     this.ultraButton1      = new Infragistics.Win.Misc.UltraButton();
     this.axWebBrowser1     = new AxSHDocVw.AxWebBrowser();
     this.ultraDockManager1 = new Infragistics.Win.UltraWinDock.UltraDockManager(this.components);
     this._DocExplorerUnpinnedTabAreaLeft   = new Infragistics.Win.UltraWinDock.UnpinnedTabArea();
     this._DocExplorerUnpinnedTabAreaRight  = new Infragistics.Win.UltraWinDock.UnpinnedTabArea();
     this._DocExplorerUnpinnedTabAreaTop    = new Infragistics.Win.UltraWinDock.UnpinnedTabArea();
     this._DocExplorerUnpinnedTabAreaBottom = new Infragistics.Win.UltraWinDock.UnpinnedTabArea();
     this._DocExplorerAutoHideControl       = new Infragistics.Win.UltraWinDock.AutoHideControl();
     this.dockableWindow1    = new Infragistics.Win.UltraWinDock.DockableWindow();
     this.windowDockingArea1 = new Infragistics.Win.UltraWinDock.WindowDockingArea();
     ((System.ComponentModel.ISupportInitialize)(this.axWebBrowser1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraDockManager1)).BeginInit();
     this._DocExplorerAutoHideControl.SuspendLayout();
     this.dockableWindow1.SuspendLayout();
     this.SuspendLayout();
     //
     // ultraButton1
     //
     this.ultraButton1.Font     = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.ultraButton1.Location = new System.Drawing.Point(0, 0);
     this.ultraButton1.Name     = "ultraButton1";
     this.ultraButton1.Size     = new System.Drawing.Size(648, 74);
     this.ultraButton1.TabIndex = 2;
     this.ultraButton1.Text     = "返回";
     this.ultraButton1.Click   += new System.EventHandler(this.ultraButton1_Click);
     //
     // axWebBrowser1
     //
     this.axWebBrowser1.Dock               = System.Windows.Forms.DockStyle.Fill;
     this.axWebBrowser1.Enabled            = true;
     this.axWebBrowser1.Location           = new System.Drawing.Point(0, 0);
     this.axWebBrowser1.OcxState           = ((System.Windows.Forms.AxHost.State)(resources.GetObject("axWebBrowser1.OcxState")));
     this.axWebBrowser1.Size               = new System.Drawing.Size(648, 382);
     this.axWebBrowser1.TabIndex           = 0;
     this.axWebBrowser1.NavigateComplete2 += new AxSHDocVw.DWebBrowserEvents2_NavigateComplete2EventHandler(this.axWebBrowser1_NavigateComplete2);
     //
     // ultraDockManager1
     //
     dockableControlPane1.Control               = this.ultraButton1;
     dockableControlPane1.FlyoutSize            = new System.Drawing.Size(-1, 74);
     dockableControlPane1.OriginalControlBounds = new System.Drawing.Rectangle(416, 104, 128, 37);
     dockableControlPane1.Pinned = false;
     dockableControlPane1.Settings.AllowClose      = Infragistics.Win.DefaultableBoolean.False;
     dockableControlPane1.Settings.AllowDockAsTab  = Infragistics.Win.DefaultableBoolean.False;
     dockableControlPane1.Settings.AllowDockBottom = Infragistics.Win.DefaultableBoolean.False;
     dockableControlPane1.Settings.AllowDockLeft   = Infragistics.Win.DefaultableBoolean.False;
     dockableControlPane1.Settings.AllowDockRight  = Infragistics.Win.DefaultableBoolean.False;
     dockableControlPane1.Settings.AllowDockTop    = Infragistics.Win.DefaultableBoolean.False;
     dockableControlPane1.Settings.AllowDragging   = Infragistics.Win.DefaultableBoolean.False;
     dockableControlPane1.Settings.AllowFloating   = Infragistics.Win.DefaultableBoolean.False;
     dockableControlPane1.Settings.AllowMaximize   = Infragistics.Win.DefaultableBoolean.False;
     dockableControlPane1.Settings.AllowMinimize   = Infragistics.Win.DefaultableBoolean.False;
     dockableControlPane1.Settings.AllowResize     = Infragistics.Win.DefaultableBoolean.False;
     dockableControlPane1.Settings.ShowCaption     = Infragistics.Win.DefaultableBoolean.False;
     dockableControlPane1.Size    = new System.Drawing.Size(100, 100);
     dockableControlPane1.TextTab = "返回";
     dockAreaPane1.Panes.AddRange(new Infragistics.Win.UltraWinDock.DockablePaneBase[] {
         dockableControlPane1
     });
     dockAreaPane1.Size    = new System.Drawing.Size(648, 48);
     dockAreaPane1.TextTab = "";
     this.ultraDockManager1.DockAreas.AddRange(new Infragistics.Win.UltraWinDock.DockAreaPane[] {
         dockAreaPane1
     });
     this.ultraDockManager1.HostControl = this;
     //
     // _DocExplorerUnpinnedTabAreaLeft
     //
     this._DocExplorerUnpinnedTabAreaLeft.Dock     = System.Windows.Forms.DockStyle.Left;
     this._DocExplorerUnpinnedTabAreaLeft.Font     = new System.Drawing.Font("宋体", 30F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this._DocExplorerUnpinnedTabAreaLeft.Location = new System.Drawing.Point(0, 0);
     this._DocExplorerUnpinnedTabAreaLeft.Name     = "_DocExplorerUnpinnedTabAreaLeft";
     this._DocExplorerUnpinnedTabAreaLeft.Owner    = this.ultraDockManager1;
     this._DocExplorerUnpinnedTabAreaLeft.Size     = new System.Drawing.Size(0, 438);
     this._DocExplorerUnpinnedTabAreaLeft.TabIndex = 4;
     //
     // _DocExplorerUnpinnedTabAreaRight
     //
     this._DocExplorerUnpinnedTabAreaRight.Dock     = System.Windows.Forms.DockStyle.Right;
     this._DocExplorerUnpinnedTabAreaRight.Font     = new System.Drawing.Font("宋体", 30F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this._DocExplorerUnpinnedTabAreaRight.Location = new System.Drawing.Point(648, 0);
     this._DocExplorerUnpinnedTabAreaRight.Name     = "_DocExplorerUnpinnedTabAreaRight";
     this._DocExplorerUnpinnedTabAreaRight.Owner    = this.ultraDockManager1;
     this._DocExplorerUnpinnedTabAreaRight.Size     = new System.Drawing.Size(0, 438);
     this._DocExplorerUnpinnedTabAreaRight.TabIndex = 5;
     //
     // _DocExplorerUnpinnedTabAreaTop
     //
     this._DocExplorerUnpinnedTabAreaTop.Dock     = System.Windows.Forms.DockStyle.Top;
     this._DocExplorerUnpinnedTabAreaTop.Font     = new System.Drawing.Font("宋体", 30F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this._DocExplorerUnpinnedTabAreaTop.Location = new System.Drawing.Point(0, 0);
     this._DocExplorerUnpinnedTabAreaTop.Name     = "_DocExplorerUnpinnedTabAreaTop";
     this._DocExplorerUnpinnedTabAreaTop.Owner    = this.ultraDockManager1;
     this._DocExplorerUnpinnedTabAreaTop.Size     = new System.Drawing.Size(648, 0);
     this._DocExplorerUnpinnedTabAreaTop.TabIndex = 6;
     //
     // _DocExplorerUnpinnedTabAreaBottom
     //
     this._DocExplorerUnpinnedTabAreaBottom.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this._DocExplorerUnpinnedTabAreaBottom.Font     = new System.Drawing.Font("宋体", 30F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this._DocExplorerUnpinnedTabAreaBottom.Location = new System.Drawing.Point(0, 382);
     this._DocExplorerUnpinnedTabAreaBottom.Name     = "_DocExplorerUnpinnedTabAreaBottom";
     this._DocExplorerUnpinnedTabAreaBottom.Owner    = this.ultraDockManager1;
     this._DocExplorerUnpinnedTabAreaBottom.Size     = new System.Drawing.Size(648, 56);
     this._DocExplorerUnpinnedTabAreaBottom.TabIndex = 7;
     //
     // _DocExplorerAutoHideControl
     //
     this._DocExplorerAutoHideControl.Controls.Add(this.dockableWindow1);
     this._DocExplorerAutoHideControl.Font     = new System.Drawing.Font("宋体", 30F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this._DocExplorerAutoHideControl.Location = new System.Drawing.Point(0, 363);
     this._DocExplorerAutoHideControl.Name     = "_DocExplorerAutoHideControl";
     this._DocExplorerAutoHideControl.Owner    = this.ultraDockManager1;
     this._DocExplorerAutoHideControl.Size     = new System.Drawing.Size(648, 19);
     this._DocExplorerAutoHideControl.TabIndex = 8;
     //
     // dockableWindow1
     //
     this.dockableWindow1.Controls.Add(this.ultraButton1);
     this.dockableWindow1.Location = new System.Drawing.Point(-10000, 5);
     this.dockableWindow1.Name     = "dockableWindow1";
     this.dockableWindow1.Owner    = this.ultraDockManager1;
     this.dockableWindow1.Size     = new System.Drawing.Size(648, 74);
     this.dockableWindow1.TabIndex = 10;
     //
     // windowDockingArea1
     //
     this.windowDockingArea1.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.windowDockingArea1.Font     = new System.Drawing.Font("宋体", 30F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.windowDockingArea1.Location = new System.Drawing.Point(0, 364);
     this.windowDockingArea1.Name     = "windowDockingArea1";
     this.windowDockingArea1.Owner    = this.ultraDockManager1;
     this.windowDockingArea1.Size     = new System.Drawing.Size(648, 53);
     this.windowDockingArea1.TabIndex = 9;
     //
     // DocExplorer
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(21, 46);
     this.ClientSize        = new System.Drawing.Size(648, 438);
     this.ControlBox        = false;
     this.Controls.Add(this._DocExplorerAutoHideControl);
     this.Controls.Add(this.axWebBrowser1);
     this.Controls.Add(this.windowDockingArea1);
     this.Controls.Add(this._DocExplorerUnpinnedTabAreaBottom);
     this.Controls.Add(this._DocExplorerUnpinnedTabAreaTop);
     this.Controls.Add(this._DocExplorerUnpinnedTabAreaRight);
     this.Controls.Add(this._DocExplorerUnpinnedTabAreaLeft);
     this.Font            = new System.Drawing.Font("宋体", 30F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "DocExplorer";
     this.Text            = "DocExplorer";
     this.WindowState     = System.Windows.Forms.FormWindowState.Maximized;
     this.Load           += new System.EventHandler(this.DocExplorer_Load);
     ((System.ComponentModel.ISupportInitialize)(this.axWebBrowser1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ultraDockManager1)).EndInit();
     this._DocExplorerAutoHideControl.ResumeLayout(false);
     this.dockableWindow1.ResumeLayout(false);
     this.ResumeLayout(false);
 }
 /// <summary> 
 /// Required method for Designer support - do not modify 
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(HtmlPrintForm));
     this.web = new AxSHDocVw.AxWebBrowser();
     ((System.ComponentModel.ISupportInitialize)(this.web)).BeginInit();
     this.SuspendLayout();
     //
     // web
     //
     this.web.Dock = System.Windows.Forms.DockStyle.Fill;
     this.web.Enabled = true;
     this.web.Location = new System.Drawing.Point(0, 0);
     this.web.OcxState = ((System.Windows.Forms.AxHost.State)(resources.GetObject("web.OcxState")));
     this.web.Size = new System.Drawing.Size(462, 288);
     this.web.TabIndex = 1;
     //
     // HtmlPrintForm
     //
     this.BackColor = System.Drawing.Color.White;
     this.Controls.Add(this.web);
     this.Name = "HtmlPrintForm";
     this.Size = new System.Drawing.Size(462, 288);
     ((System.ComponentModel.ISupportInitialize)(this.web)).EndInit();
     this.ResumeLayout(false);
 }
示例#48
0
文件: Main.cs 项目: akinomyoga/Hanyu
 /// <summary>
 /// デザイナ サポートに必要なメソッドです。このメソッドの内容を
 /// コード エディタで変更しないでください。
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(frmMain));
     this.treeView1      = new System.Windows.Forms.TreeView();
     this.imageList1     = new System.Windows.Forms.ImageList(this.components);
     this.listView1      = new System.Windows.Forms.ListView();
     this.clmName        = new System.Windows.Forms.ColumnHeader();
     this.clmPinyin      = new System.Windows.Forms.ColumnHeader();
     this.Browser        = new AxSHDocVw.AxWebBrowser();
     this.mainMenu1      = new System.Windows.Forms.MainMenu();
     this.menuItem1      = new System.Windows.Forms.MenuItem();
     this.menuItem2      = new System.Windows.Forms.MenuItem();
     this.panel1         = new System.Windows.Forms.Panel();
     this.label2         = new System.Windows.Forms.Label();
     this.splitter1      = new System.Windows.Forms.Splitter();
     this.treePart       = new System.Windows.Forms.TreeView();
     this.imagePart      = new System.Windows.Forms.ImageList(this.components);
     this.label1         = new System.Windows.Forms.Label();
     this.splitter2      = new System.Windows.Forms.Splitter();
     this.splitter3      = new System.Windows.Forms.Splitter();
     this.panel2         = new System.Windows.Forms.Panel();
     this.toolBar1       = new System.Windows.Forms.ToolBar();
     this.toolbarWord    = new System.Windows.Forms.ToolBarButton();
     this.toolbarContent = new System.Windows.Forms.ToolBarButton();
     this.menuItem3      = new System.Windows.Forms.MenuItem();
     ((System.ComponentModel.ISupportInitialize)(this.Browser)).BeginInit();
     this.panel1.SuspendLayout();
     this.panel2.SuspendLayout();
     this.SuspendLayout();
     //
     // treeView1
     //
     this.treeView1.AllowDrop     = true;
     this.treeView1.Dock          = System.Windows.Forms.DockStyle.Fill;
     this.treeView1.HideSelection = false;
     this.treeView1.ImageList     = this.imageList1;
     this.treeView1.Location      = new System.Drawing.Point(0, 220);
     this.treeView1.Name          = "treeView1";
     this.treeView1.Size          = new System.Drawing.Size(152, 317);
     this.treeView1.TabIndex      = 0;
     this.treeView1.AfterSelect  += new System.Windows.Forms.TreeViewEventHandler(this.treeView1_AfterSelect);
     this.treeView1.DragEnter    += new System.Windows.Forms.DragEventHandler(this.treeView1_DragEnter);
     this.treeView1.DragDrop     += new System.Windows.Forms.DragEventHandler(this.treeView1_DragDrop);
     //
     // imageList1
     //
     this.imageList1.ColorDepth       = System.Windows.Forms.ColorDepth.Depth24Bit;
     this.imageList1.ImageSize        = new System.Drawing.Size(12, 12);
     this.imageList1.ImageStream      = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
     this.imageList1.TransparentColor = System.Drawing.Color.Transparent;
     //
     // listView1
     //
     this.listView1.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.clmName,
         this.clmPinyin
     });
     this.listView1.Dock                  = System.Windows.Forms.DockStyle.Fill;
     this.listView1.Font                  = new System.Drawing.Font("MS UI Gothic", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(128)));
     this.listView1.FullRowSelect         = true;
     this.listView1.HideSelection         = false;
     this.listView1.Location              = new System.Drawing.Point(0, 28);
     this.listView1.Name                  = "listView1";
     this.listView1.Size                  = new System.Drawing.Size(184, 509);
     this.listView1.SmallImageList        = this.imageList1;
     this.listView1.TabIndex              = 2;
     this.listView1.View                  = System.Windows.Forms.View.Details;
     this.listView1.ItemDrag             += new System.Windows.Forms.ItemDragEventHandler(this.listView1_ItemDrag);
     this.listView1.SelectedIndexChanged += new System.EventHandler(this.listView1_SelectedIndexChanged);
     //
     // clmName
     //
     this.clmName.Text  = "単語";
     this.clmName.Width = 80;
     //
     // clmPinyin
     //
     this.clmPinyin.Text  = "発音";
     this.clmPinyin.Width = 80;
     //
     // Browser
     //
     this.Browser.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.Browser.Enabled  = true;
     this.Browser.Location = new System.Drawing.Point(342, 0);
     this.Browser.OcxState = ((System.Windows.Forms.AxHost.State)(resources.GetObject("Browser.OcxState")));
     this.Browser.Size     = new System.Drawing.Size(498, 537);
     this.Browser.TabIndex = 4;
     //
     // mainMenu1
     //
     this.mainMenu1.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
         this.menuItem1
     });
     //
     // menuItem1
     //
     this.menuItem1.Index = 0;
     this.menuItem1.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
         this.menuItem2,
         this.menuItem3
     });
     this.menuItem1.Text = "ファイル(&F)";
     //
     // menuItem2
     //
     this.menuItem2.Index = 0;
     this.menuItem2.Text  = "開く(&O)";
     //
     // panel1
     //
     this.panel1.Controls.Add(this.treeView1);
     this.panel1.Controls.Add(this.label2);
     this.panel1.Controls.Add(this.splitter1);
     this.panel1.Controls.Add(this.treePart);
     this.panel1.Controls.Add(this.label1);
     this.panel1.Dock     = System.Windows.Forms.DockStyle.Left;
     this.panel1.Location = new System.Drawing.Point(0, 0);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(152, 537);
     this.panel1.TabIndex = 5;
     //
     // label2
     //
     this.label2.BackColor = System.Drawing.SystemColors.ActiveCaption;
     this.label2.Dock      = System.Windows.Forms.DockStyle.Top;
     this.label2.Font      = new System.Drawing.Font("MS UI Gothic", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(128)));
     this.label2.ForeColor = System.Drawing.SystemColors.ActiveCaptionText;
     this.label2.Location  = new System.Drawing.Point(0, 204);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(152, 16);
     this.label2.TabIndex  = 4;
     this.label2.Text      = "ファイル";
     //
     // splitter1
     //
     this.splitter1.Dock     = System.Windows.Forms.DockStyle.Top;
     this.splitter1.Location = new System.Drawing.Point(0, 200);
     this.splitter1.Name     = "splitter1";
     this.splitter1.Size     = new System.Drawing.Size(152, 4);
     this.splitter1.TabIndex = 3;
     this.splitter1.TabStop  = false;
     //
     // treePart
     //
     this.treePart.AllowDrop  = true;
     this.treePart.Dock       = System.Windows.Forms.DockStyle.Top;
     this.treePart.ImageList  = this.imagePart;
     this.treePart.ItemHeight = 14;
     this.treePart.Location   = new System.Drawing.Point(0, 16);
     this.treePart.Name       = "treePart";
     this.treePart.Size       = new System.Drawing.Size(152, 184);
     this.treePart.TabIndex   = 5;
     this.treePart.DragOver  += new System.Windows.Forms.DragEventHandler(this.treePart_DragOver);
     this.treePart.DragEnter += new System.Windows.Forms.DragEventHandler(this.treePart_DragEnter);
     this.treePart.DragLeave += new System.EventHandler(this.treePart_DragLeave);
     this.treePart.DragDrop  += new System.Windows.Forms.DragEventHandler(this.treePart_DragDrop);
     //
     // imagePart
     //
     this.imagePart.ColorDepth       = System.Windows.Forms.ColorDepth.Depth24Bit;
     this.imagePart.ImageSize        = new System.Drawing.Size(12, 12);
     this.imagePart.ImageStream      = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imagePart.ImageStream")));
     this.imagePart.TransparentColor = System.Drawing.Color.Transparent;
     //
     // label1
     //
     this.label1.BackColor = System.Drawing.SystemColors.ActiveCaption;
     this.label1.Dock      = System.Windows.Forms.DockStyle.Top;
     this.label1.Font      = new System.Drawing.Font("MS UI Gothic", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(128)));
     this.label1.ForeColor = System.Drawing.SystemColors.ActiveCaptionText;
     this.label1.Location  = new System.Drawing.Point(0, 0);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(152, 16);
     this.label1.TabIndex  = 1;
     this.label1.Text      = "品詞・分類";
     //
     // splitter2
     //
     this.splitter2.Location = new System.Drawing.Point(152, 0);
     this.splitter2.Name     = "splitter2";
     this.splitter2.Size     = new System.Drawing.Size(3, 537);
     this.splitter2.TabIndex = 6;
     this.splitter2.TabStop  = false;
     //
     // splitter3
     //
     this.splitter3.Location = new System.Drawing.Point(339, 0);
     this.splitter3.Name     = "splitter3";
     this.splitter3.Size     = new System.Drawing.Size(3, 537);
     this.splitter3.TabIndex = 7;
     this.splitter3.TabStop  = false;
     //
     // panel2
     //
     this.panel2.Controls.Add(this.listView1);
     this.panel2.Controls.Add(this.toolBar1);
     this.panel2.Dock     = System.Windows.Forms.DockStyle.Left;
     this.panel2.Location = new System.Drawing.Point(155, 0);
     this.panel2.Name     = "panel2";
     this.panel2.Size     = new System.Drawing.Size(184, 537);
     this.panel2.TabIndex = 8;
     //
     // toolBar1
     //
     this.toolBar1.Buttons.AddRange(new System.Windows.Forms.ToolBarButton[] {
         this.toolbarWord,
         this.toolbarContent
     });
     this.toolBar1.ButtonSize     = new System.Drawing.Size(55, 22);
     this.toolBar1.DropDownArrows = true;
     this.toolBar1.ImageList      = this.imagePart;
     this.toolBar1.Location       = new System.Drawing.Point(0, 0);
     this.toolBar1.Name           = "toolBar1";
     this.toolBar1.ShowToolTips   = true;
     this.toolBar1.Size           = new System.Drawing.Size(184, 28);
     this.toolBar1.TabIndex       = 3;
     this.toolBar1.TextAlign      = System.Windows.Forms.ToolBarTextAlign.Right;
     this.toolBar1.ButtonClick   += new System.Windows.Forms.ToolBarButtonClickEventHandler(this.toolBar1_ButtonClick);
     //
     // toolbarWord
     //
     this.toolbarWord.ImageIndex = 0;
     this.toolbarWord.Pushed     = true;
     this.toolbarWord.Text       = "単語";
     //
     // toolbarContent
     //
     this.toolbarContent.ImageIndex = 1;
     this.toolbarContent.Text       = "意味";
     //
     // menuItem3
     //
     this.menuItem3.Index    = 1;
     this.menuItem3.Shortcut = System.Windows.Forms.Shortcut.CtrlS;
     this.menuItem3.Text     = "保存(&S)";
     this.menuItem3.Click   += new System.EventHandler(this.menuItem3_Click);
     //
     // frmMain
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 12);
     this.ClientSize        = new System.Drawing.Size(840, 537);
     this.Controls.Add(this.Browser);
     this.Controls.Add(this.splitter3);
     this.Controls.Add(this.panel2);
     this.Controls.Add(this.splitter2);
     this.Controls.Add(this.panel1);
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Menu = this.mainMenu1;
     this.Name = "frmMain";
     this.Text = "中文";
     ((System.ComponentModel.ISupportInitialize)(this.Browser)).EndInit();
     this.panel1.ResumeLayout(false);
     this.panel2.ResumeLayout(false);
     this.ResumeLayout(false);
 }
示例#49
0
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(StartForm));
     this.label1        = new System.Windows.Forms.Label();
     this.urlTextBox    = new System.Windows.Forms.TextBox();
     this.imageList1    = new System.Windows.Forms.ImageList(this.components);
     this.openButton    = new System.Windows.Forms.Button();
     this.backButton    = new System.Windows.Forms.Button();
     this.forwardButton = new System.Windows.Forms.Button();
     this.reloadButton  = new System.Windows.Forms.Button();
     this.editButton    = new System.Windows.Forms.Button();
     this.printButton   = new System.Windows.Forms.Button();
     this.homeButton    = new System.Windows.Forms.Button();
     this.stopButton    = new System.Windows.Forms.Button();
     this.saveButton    = new System.Windows.Forms.Button();
     this.browser       = new AxSHDocVw.AxWebBrowser();
     ((System.ComponentModel.ISupportInitialize)(this.browser)).BeginInit();
     this.SuspendLayout();
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(8, 48);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(152, 16);
     this.label1.TabIndex = 1;
     this.label1.Text     = "Url:";
     //
     // urlTextBox
     //
     this.urlTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                    | System.Windows.Forms.AnchorStyles.Right)));
     this.urlTextBox.Location  = new System.Drawing.Point(32, 48);
     this.urlTextBox.Name      = "urlTextBox";
     this.urlTextBox.Size      = new System.Drawing.Size(536, 20);
     this.urlTextBox.TabIndex  = 9;
     this.urlTextBox.Text      = "";
     this.urlTextBox.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.urlTextBox_KeyPress);
     //
     // imageList1
     //
     this.imageList1.ImageSize        = new System.Drawing.Size(16, 16);
     this.imageList1.TransparentColor = System.Drawing.Color.Transparent;
     //
     // openButton
     //
     this.openButton.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.openButton.Location = new System.Drawing.Point(576, 48);
     this.openButton.Name     = "openButton";
     this.openButton.Size     = new System.Drawing.Size(72, 24);
     this.openButton.TabIndex = 10;
     this.openButton.Text     = "Öffnen";
     this.openButton.Click   += new System.EventHandler(this.openButton_Click);
     //
     // backButton
     //
     this.backButton.Location = new System.Drawing.Point(88, 8);
     this.backButton.Name     = "backButton";
     this.backButton.Size     = new System.Drawing.Size(72, 23);
     this.backButton.TabIndex = 2;
     this.backButton.Text     = "Zurück";
     this.backButton.Click   += new System.EventHandler(this.backButton_Click);
     //
     // forwardButton
     //
     this.forwardButton.Location = new System.Drawing.Point(168, 8);
     this.forwardButton.Name     = "forwardButton";
     this.forwardButton.Size     = new System.Drawing.Size(72, 23);
     this.forwardButton.TabIndex = 3;
     this.forwardButton.Text     = "Vor";
     this.forwardButton.Click   += new System.EventHandler(this.forwardButton_Click);
     //
     // reloadButton
     //
     this.reloadButton.Enabled  = false;
     this.reloadButton.Location = new System.Drawing.Point(328, 8);
     this.reloadButton.Name     = "reloadButton";
     this.reloadButton.Size     = new System.Drawing.Size(72, 23);
     this.reloadButton.TabIndex = 5;
     this.reloadButton.Text     = "Neu laden";
     this.reloadButton.Click   += new System.EventHandler(this.reloadButton_Click);
     //
     // editButton
     //
     this.editButton.Enabled  = false;
     this.editButton.Location = new System.Drawing.Point(408, 8);
     this.editButton.Name     = "editButton";
     this.editButton.Size     = new System.Drawing.Size(72, 23);
     this.editButton.TabIndex = 6;
     this.editButton.Text     = "Bearbeiten";
     this.editButton.Click   += new System.EventHandler(this.editButton_Click);
     //
     // printButton
     //
     this.printButton.Enabled  = false;
     this.printButton.Location = new System.Drawing.Point(488, 8);
     this.printButton.Name     = "printButton";
     this.printButton.Size     = new System.Drawing.Size(72, 23);
     this.printButton.TabIndex = 7;
     this.printButton.Text     = "Drucken";
     this.printButton.Click   += new System.EventHandler(this.printButton_Click);
     //
     // homeButton
     //
     this.homeButton.Location = new System.Drawing.Point(8, 8);
     this.homeButton.Name     = "homeButton";
     this.homeButton.Size     = new System.Drawing.Size(72, 23);
     this.homeButton.TabIndex = 0;
     this.homeButton.Text     = "Home";
     this.homeButton.Click   += new System.EventHandler(this.homeButton_Click);
     //
     // stopButton
     //
     this.stopButton.Location = new System.Drawing.Point(248, 8);
     this.stopButton.Name     = "stopButton";
     this.stopButton.Size     = new System.Drawing.Size(72, 23);
     this.stopButton.TabIndex = 4;
     this.stopButton.Text     = "Stop";
     this.stopButton.Click   += new System.EventHandler(this.stopButton_Click);
     //
     // saveButton
     //
     this.saveButton.Enabled  = false;
     this.saveButton.Location = new System.Drawing.Point(568, 8);
     this.saveButton.Name     = "saveButton";
     this.saveButton.Size     = new System.Drawing.Size(72, 23);
     this.saveButton.TabIndex = 8;
     this.saveButton.Text     = "Speichern";
     this.saveButton.Click   += new System.EventHandler(this.saveButton_Click);
     //
     // browser
     //
     this.browser.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.browser.Enabled  = true;
     this.browser.Location = new System.Drawing.Point(8, 80);
     this.browser.OcxState = ((System.Windows.Forms.AxHost.State)(resources.GetObject("browser.OcxState")));
     this.browser.Size     = new System.Drawing.Size(640, 296);
     this.browser.TabIndex = 11;
     //
     // StartForm
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(656, 381);
     this.Controls.Add(this.browser);
     this.Controls.Add(this.saveButton);
     this.Controls.Add(this.stopButton);
     this.Controls.Add(this.homeButton);
     this.Controls.Add(this.printButton);
     this.Controls.Add(this.editButton);
     this.Controls.Add(this.reloadButton);
     this.Controls.Add(this.forwardButton);
     this.Controls.Add(this.backButton);
     this.Controls.Add(this.openButton);
     this.Controls.Add(this.urlTextBox);
     this.Controls.Add(this.label1);
     this.Name  = "StartForm";
     this.Text  = "Webseiten darstellen";
     this.Load += new System.EventHandler(this.StartForm_Load);
     ((System.ComponentModel.ISupportInitialize)(this.browser)).EndInit();
     this.ResumeLayout(false);
 }
示例#50
0
文件: MainForm.cs 项目: cjus/mcww
        /// <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.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(MainForm));
            this.statusBar = new System.Windows.Forms.StatusBar();
            this.statusBarPanelMessage = new System.Windows.Forms.StatusBarPanel();
            this.statusBarPanelTimer = new System.Windows.Forms.StatusBarPanel();
            this.statusBarPanelTime = new System.Windows.Forms.StatusBarPanel();
            this.mainMenu = new System.Windows.Forms.MainMenu();
            this.menuItemFile = new System.Windows.Forms.MenuItem();
            this.menuItemFileLoadXML = new System.Windows.Forms.MenuItem();
            this.menuItemImportXML = new System.Windows.Forms.MenuItem();
            this.menuItemFileSaveXML = new System.Windows.Forms.MenuItem();
            this.menuItemFileSep1 = new System.Windows.Forms.MenuItem();
            this.menuItemFileExit = new System.Windows.Forms.MenuItem();
            this.menuItemActions = new System.Windows.Forms.MenuItem();
            this.menuItemActionsRunall = new System.Windows.Forms.MenuItem();
            this.menuItemActionsRunSingle = new System.Windows.Forms.MenuItem();
            this.menuItemActionsStop = new System.Windows.Forms.MenuItem();
            this.menuItem2 = new System.Windows.Forms.MenuItem();
            this.menuItemActionsAddTest = new System.Windows.Forms.MenuItem();
            this.menuItemActionsRemoveTest = new System.Windows.Forms.MenuItem();
            this.menuItemReport = new System.Windows.Forms.MenuItem();
            this.menuItemReportPrint = new System.Windows.Forms.MenuItem();
            this.menuItemOptions = new System.Windows.Forms.MenuItem();
            this.menuItemOptionsDisableNagel = new System.Windows.Forms.MenuItem();
            this.menuItemHelp = new System.Windows.Forms.MenuItem();
            this.menuItemHelpAbout = new System.Windows.Forms.MenuItem();
            this.toolBar = new System.Windows.Forms.ToolBar();
            this.toolBarButtonOpen = new System.Windows.Forms.ToolBarButton();
            this.toolBarButtonSave = new System.Windows.Forms.ToolBarButton();
            this.toolBarButtonSep = new System.Windows.Forms.ToolBarButton();
            this.toolBarButtonAddTest = new System.Windows.Forms.ToolBarButton();
            this.toolBarButtonRemoveTest = new System.Windows.Forms.ToolBarButton();
            this.toolBarButtonSep2 = new System.Windows.Forms.ToolBarButton();
            this.toolBarButtonPlayAll = new System.Windows.Forms.ToolBarButton();
            this.toolBarButtonPlay = new System.Windows.Forms.ToolBarButton();
            this.toolBarButtonStop = new System.Windows.Forms.ToolBarButton();
            this.imageListToolBar = new System.Windows.Forms.ImageList(this.components);
            this.treeViewXML = new System.Windows.Forms.TreeView();
            this.contextMenuTreeViewXML = new System.Windows.Forms.ContextMenu();
            this.menuItemTreeViewAddTest = new System.Windows.Forms.MenuItem();
            this.menuItemTreeViewRemoveTest = new System.Windows.Forms.MenuItem();
            this.menuItem7 = new System.Windows.Forms.MenuItem();
            this.menuItemTreeViewRunAllTests = new System.Windows.Forms.MenuItem();
            this.menuItemTreeViewRunSingleTest = new System.Windows.Forms.MenuItem();
            this.menuItemTreeViewStopTests = new System.Windows.Forms.MenuItem();
            this.menuItemTreeViewCopyRawData = new System.Windows.Forms.MenuItem();
            this.imageListTreeView = new System.Windows.Forms.ImageList(this.components);
            this.panel1 = new System.Windows.Forms.Panel();
            this.tabControl = new System.Windows.Forms.TabControl();
            this.tabPageMain = new System.Windows.Forms.TabPage();
            this.panel2 = new System.Windows.Forms.Panel();
            this.listViewThreads = new System.Windows.Forms.ListView();
            this.columnHeaderNum = new System.Windows.Forms.ColumnHeader();
            this.columnHeaderTaskName = new System.Windows.Forms.ColumnHeader();
            this.columnHeaderPercentComplete = new System.Windows.Forms.ColumnHeader();
            this.columnHeaderMinRes = new System.Windows.Forms.ColumnHeader();
            this.columnHeaderMaxRes = new System.Windows.Forms.ColumnHeader();
            this.columnHeaderAvgRes = new System.Windows.Forms.ColumnHeader();
            this.columnHeaderPass = new System.Windows.Forms.ColumnHeader();
            this.columnHeaderFail = new System.Windows.Forms.ColumnHeader();
            this.columnHeaderStatusMessage = new System.Windows.Forms.ColumnHeader();
            this.richTextBox = new System.Windows.Forms.RichTextBox();
            this.splitterHorz = new System.Windows.Forms.Splitter();
            this.listBoxAppLog = new System.Windows.Forms.ListBox();
            this.contextMenuLogView = new System.Windows.Forms.ContextMenu();
            this.menuItemAppLogClearLog = new System.Windows.Forms.MenuItem();
            this.menuItemAppLogExportLog = new System.Windows.Forms.MenuItem();
            this.tabPageReport = new System.Windows.Forms.TabPage();
            this.axWebBrowser = new AxSHDocVw.AxWebBrowser();
            this.splitterVert = new System.Windows.Forms.Splitter();
            this.openFileDialog = new System.Windows.Forms.OpenFileDialog();
            this.saveFileDialog = new System.Windows.Forms.SaveFileDialog();
            this.timer = new System.Windows.Forms.Timer(this.components);
            this.contextMenuMessageType = new System.Windows.Forms.ContextMenu();
            this.menuItemTCPMCP = new System.Windows.Forms.MenuItem();
            this.menuItemUDPMCP = new System.Windows.Forms.MenuItem();
            this.menuItemTCPHTTPGet = new System.Windows.Forms.MenuItem();
            this.menuItemTCPHTTPPost = new System.Windows.Forms.MenuItem();
            this.contextMenuPayload = new System.Windows.Forms.ContextMenu();
            this.menuItemPayloadImport = new System.Windows.Forms.MenuItem();
            this.menuItemPayloadRemove = new System.Windows.Forms.MenuItem();
            this.menuItemPayloadExport = new System.Windows.Forms.MenuItem();
            this.openFileDialogPayload = new System.Windows.Forms.OpenFileDialog();
            this.saveFileDialogPayload = new System.Windows.Forms.SaveFileDialog();
            ((System.ComponentModel.ISupportInitialize)(this.statusBarPanelMessage)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.statusBarPanelTimer)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.statusBarPanelTime)).BeginInit();
            this.panel1.SuspendLayout();
            this.tabControl.SuspendLayout();
            this.tabPageMain.SuspendLayout();
            this.panel2.SuspendLayout();
            this.tabPageReport.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.axWebBrowser)).BeginInit();
            this.SuspendLayout();
            //
            // statusBar
            //
            this.statusBar.Location = new System.Drawing.Point(0, 455);
            this.statusBar.Name = "statusBar";
            this.statusBar.Panels.AddRange(new System.Windows.Forms.StatusBarPanel[] {
                                                                                         this.statusBarPanelMessage,
                                                                                         this.statusBarPanelTimer,
                                                                                         this.statusBarPanelTime});
            this.statusBar.RightToLeft = System.Windows.Forms.RightToLeft.No;
            this.statusBar.ShowPanels = true;
            this.statusBar.Size = new System.Drawing.Size(712, 22);
            this.statusBar.TabIndex = 0;
            //
            // statusBarPanelMessage
            //
            this.statusBarPanelMessage.AutoSize = System.Windows.Forms.StatusBarPanelAutoSize.Spring;
            this.statusBarPanelMessage.BorderStyle = System.Windows.Forms.StatusBarPanelBorderStyle.None;
            this.statusBarPanelMessage.Text = "Ready";
            this.statusBarPanelMessage.Width = 676;
            //
            // statusBarPanelTimer
            //
            this.statusBarPanelTimer.Alignment = System.Windows.Forms.HorizontalAlignment.Center;
            this.statusBarPanelTimer.AutoSize = System.Windows.Forms.StatusBarPanelAutoSize.Contents;
            this.statusBarPanelTimer.Width = 10;
            //
            // statusBarPanelTime
            //
            this.statusBarPanelTime.Alignment = System.Windows.Forms.HorizontalAlignment.Center;
            this.statusBarPanelTime.AutoSize = System.Windows.Forms.StatusBarPanelAutoSize.Contents;
            this.statusBarPanelTime.Width = 10;
            //
            // mainMenu
            //
            this.mainMenu.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
                                                                                     this.menuItemFile,
                                                                                     this.menuItemActions,
                                                                                     this.menuItemReport,
                                                                                     this.menuItemOptions,
                                                                                     this.menuItemHelp});
            //
            // menuItemFile
            //
            this.menuItemFile.Index = 0;
            this.menuItemFile.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
                                                                                         this.menuItemFileLoadXML,
                                                                                         this.menuItemImportXML,
                                                                                         this.menuItemFileSaveXML,
                                                                                         this.menuItemFileSep1,
                                                                                         this.menuItemFileExit});
            this.menuItemFile.Shortcut = System.Windows.Forms.Shortcut.CtrlF;
            this.menuItemFile.Text = "File";
            //
            // menuItemFileLoadXML
            //
            this.menuItemFileLoadXML.Index = 0;
            this.menuItemFileLoadXML.Shortcut = System.Windows.Forms.Shortcut.CtrlL;
            this.menuItemFileLoadXML.Text = "Load";
            this.menuItemFileLoadXML.Click += new System.EventHandler(this.menuItemFileLoadXML_Click);
            //
            // menuItemImportXML
            //
            this.menuItemImportXML.Index = 1;
            this.menuItemImportXML.Shortcut = System.Windows.Forms.Shortcut.CtrlI;
            this.menuItemImportXML.Text = "Import";
            this.menuItemImportXML.Click += new System.EventHandler(this.menuItemImportXML_Click);
            //
            // menuItemFileSaveXML
            //
            this.menuItemFileSaveXML.Index = 2;
            this.menuItemFileSaveXML.Shortcut = System.Windows.Forms.Shortcut.CtrlS;
            this.menuItemFileSaveXML.Text = "Save";
            this.menuItemFileSaveXML.Click += new System.EventHandler(this.menuItemFileSaveXML_Click);
            //
            // menuItemFileSep1
            //
            this.menuItemFileSep1.Index = 3;
            this.menuItemFileSep1.Text = "-";
            //
            // menuItemFileExit
            //
            this.menuItemFileExit.Index = 4;
            this.menuItemFileExit.Shortcut = System.Windows.Forms.Shortcut.CtrlX;
            this.menuItemFileExit.Text = "Exit";
            this.menuItemFileExit.Click += new System.EventHandler(this.menuItemFileExit_Click);
            //
            // menuItemActions
            //
            this.menuItemActions.Index = 1;
            this.menuItemActions.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
                                                                                            this.menuItemActionsRunall,
                                                                                            this.menuItemActionsRunSingle,
                                                                                            this.menuItemActionsStop,
                                                                                            this.menuItem2,
                                                                                            this.menuItemActionsAddTest,
                                                                                            this.menuItemActionsRemoveTest});
            this.menuItemActions.Text = "Actions";
            //
            // menuItemActionsRunall
            //
            this.menuItemActionsRunall.Enabled = false;
            this.menuItemActionsRunall.Index = 0;
            this.menuItemActionsRunall.Shortcut = System.Windows.Forms.Shortcut.CtrlA;
            this.menuItemActionsRunall.Text = "Run all tests";
            this.menuItemActionsRunall.Click += new System.EventHandler(this.menuItemActionsRunall_Click);
            //
            // menuItemActionsRunSingle
            //
            this.menuItemActionsRunSingle.Enabled = false;
            this.menuItemActionsRunSingle.Index = 1;
            this.menuItemActionsRunSingle.Shortcut = System.Windows.Forms.Shortcut.CtrlR;
            this.menuItemActionsRunSingle.Text = "Run single test";
            this.menuItemActionsRunSingle.Click += new System.EventHandler(this.menuItemActionsRunSingle_Click);
            //
            // menuItemActionsStop
            //
            this.menuItemActionsStop.Enabled = false;
            this.menuItemActionsStop.Index = 2;
            this.menuItemActionsStop.Shortcut = System.Windows.Forms.Shortcut.CtrlB;
            this.menuItemActionsStop.Text = "Stop test";
            this.menuItemActionsStop.Click += new System.EventHandler(this.menuItemActionsStop_Click);
            //
            // menuItem2
            //
            this.menuItem2.Index = 3;
            this.menuItem2.Text = "-";
            //
            // menuItemActionsAddTest
            //
            this.menuItemActionsAddTest.Index = 4;
            this.menuItemActionsAddTest.Shortcut = System.Windows.Forms.Shortcut.CtrlI;
            this.menuItemActionsAddTest.Text = "Add test";
            this.menuItemActionsAddTest.Click += new System.EventHandler(this.menuItemActionsAddTest_Click);
            //
            // menuItemActionsRemoveTest
            //
            this.menuItemActionsRemoveTest.Enabled = false;
            this.menuItemActionsRemoveTest.Index = 5;
            this.menuItemActionsRemoveTest.Shortcut = System.Windows.Forms.Shortcut.CtrlD;
            this.menuItemActionsRemoveTest.Text = "Remove test";
            this.menuItemActionsRemoveTest.Click += new System.EventHandler(this.menuItemActionsRemoveTest_Click);
            //
            // menuItemReport
            //
            this.menuItemReport.Index = 2;
            this.menuItemReport.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
                                                                                           this.menuItemReportPrint});
            this.menuItemReport.Text = "Report";
            //
            // menuItemReportPrint
            //
            this.menuItemReportPrint.Enabled = false;
            this.menuItemReportPrint.Index = 0;
            this.menuItemReportPrint.Shortcut = System.Windows.Forms.Shortcut.CtrlP;
            this.menuItemReportPrint.Text = "Print";
            this.menuItemReportPrint.Click += new System.EventHandler(this.menuItemReportPrint_Click);
            //
            // menuItemOptions
            //
            this.menuItemOptions.Index = 3;
            this.menuItemOptions.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
                                                                                            this.menuItemOptionsDisableNagel});
            this.menuItemOptions.Text = "Options";
            //
            // menuItemOptionsDisableNagel
            //
            this.menuItemOptionsDisableNagel.Checked = true;
            this.menuItemOptionsDisableNagel.Index = 0;
            this.menuItemOptionsDisableNagel.Text = "Disable Nagel";
            this.menuItemOptionsDisableNagel.Click += new System.EventHandler(this.menuItemOptionsDisableNagel_Click);
            //
            // menuItemHelp
            //
            this.menuItemHelp.Index = 4;
            this.menuItemHelp.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
                                                                                         this.menuItemHelpAbout});
            this.menuItemHelp.Shortcut = System.Windows.Forms.Shortcut.CtrlH;
            this.menuItemHelp.Text = "Help";
            //
            // menuItemHelpAbout
            //
            this.menuItemHelpAbout.Index = 0;
            this.menuItemHelpAbout.Shortcut = System.Windows.Forms.Shortcut.F1;
            this.menuItemHelpAbout.Text = "About";
            this.menuItemHelpAbout.Click += new System.EventHandler(this.menuItemHelpAbout_Click);
            //
            // toolBar
            //
            this.toolBar.Appearance = System.Windows.Forms.ToolBarAppearance.Flat;
            this.toolBar.AutoSize = false;
            this.toolBar.Buttons.AddRange(new System.Windows.Forms.ToolBarButton[] {
                                                                                       this.toolBarButtonOpen,
                                                                                       this.toolBarButtonSave,
                                                                                       this.toolBarButtonSep,
                                                                                       this.toolBarButtonAddTest,
                                                                                       this.toolBarButtonRemoveTest,
                                                                                       this.toolBarButtonSep2,
                                                                                       this.toolBarButtonPlayAll,
                                                                                       this.toolBarButtonPlay,
                                                                                       this.toolBarButtonStop});
            this.toolBar.ButtonSize = new System.Drawing.Size(18, 18);
            this.toolBar.DropDownArrows = true;
            this.toolBar.ImageList = this.imageListToolBar;
            this.toolBar.Location = new System.Drawing.Point(0, 0);
            this.toolBar.Name = "toolBar";
            this.toolBar.ShowToolTips = true;
            this.toolBar.Size = new System.Drawing.Size(712, 24);
            this.toolBar.TabIndex = 1;
            this.toolBar.ButtonClick += new System.Windows.Forms.ToolBarButtonClickEventHandler(this.toolBar_ButtonClick);
            //
            // toolBarButtonOpen
            //
            this.toolBarButtonOpen.ImageIndex = 0;
            this.toolBarButtonOpen.ToolTipText = "Load Test";
            //
            // toolBarButtonSave
            //
            this.toolBarButtonSave.ImageIndex = 1;
            this.toolBarButtonSave.ToolTipText = "Save Test";
            //
            // toolBarButtonSep
            //
            this.toolBarButtonSep.Style = System.Windows.Forms.ToolBarButtonStyle.Separator;
            //
            // toolBarButtonAddTest
            //
            this.toolBarButtonAddTest.ImageIndex = 5;
            //
            // toolBarButtonRemoveTest
            //
            this.toolBarButtonRemoveTest.Enabled = false;
            this.toolBarButtonRemoveTest.ImageIndex = 6;
            //
            // toolBarButtonSep2
            //
            this.toolBarButtonSep2.Style = System.Windows.Forms.ToolBarButtonStyle.Separator;
            //
            // toolBarButtonPlayAll
            //
            this.toolBarButtonPlayAll.Enabled = false;
            this.toolBarButtonPlayAll.ImageIndex = 3;
            this.toolBarButtonPlayAll.ToolTipText = "Run all test";
            //
            // toolBarButtonPlay
            //
            this.toolBarButtonPlay.Enabled = false;
            this.toolBarButtonPlay.ImageIndex = 2;
            this.toolBarButtonPlay.ToolTipText = "Run Test";
            //
            // toolBarButtonStop
            //
            this.toolBarButtonStop.Enabled = false;
            this.toolBarButtonStop.ImageIndex = 4;
            this.toolBarButtonStop.ToolTipText = "Stop tests";
            //
            // imageListToolBar
            //
            this.imageListToolBar.ColorDepth = System.Windows.Forms.ColorDepth.Depth32Bit;
            this.imageListToolBar.ImageSize = new System.Drawing.Size(16, 16);
            this.imageListToolBar.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageListToolBar.ImageStream")));
            this.imageListToolBar.TransparentColor = System.Drawing.Color.Magenta;
            //
            // treeViewXML
            //
            this.treeViewXML.ContextMenu = this.contextMenuTreeViewXML;
            this.treeViewXML.Dock = System.Windows.Forms.DockStyle.Left;
            this.treeViewXML.HideSelection = false;
            this.treeViewXML.ImageList = this.imageListTreeView;
            this.treeViewXML.Indent = 19;
            this.treeViewXML.LabelEdit = true;
            this.treeViewXML.Location = new System.Drawing.Point(0, 24);
            this.treeViewXML.Name = "treeViewXML";
            this.treeViewXML.Size = new System.Drawing.Size(152, 431);
            this.treeViewXML.TabIndex = 2;
            this.treeViewXML.KeyDown += new System.Windows.Forms.KeyEventHandler(this.treeViewXML_KeyDown);
            this.treeViewXML.AfterLabelEdit += new System.Windows.Forms.NodeLabelEditEventHandler(this.treeViewXML_AfterLabelEdit);
            this.treeViewXML.BeforeLabelEdit += new System.Windows.Forms.NodeLabelEditEventHandler(this.treeViewXML_BeforeLabelEdit);
            //
            // contextMenuTreeViewXML
            //
            this.contextMenuTreeViewXML.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
                                                                                                   this.menuItemTreeViewAddTest,
                                                                                                   this.menuItemTreeViewRemoveTest,
                                                                                                   this.menuItem7,
                                                                                                   this.menuItemTreeViewRunAllTests,
                                                                                                   this.menuItemTreeViewRunSingleTest,
                                                                                                   this.menuItemTreeViewStopTests,
                                                                                                   this.menuItemTreeViewCopyRawData});

            //
            // menuItemTreeViewAddTest
            //
            this.menuItemTreeViewAddTest.Index = 0;
            this.menuItemTreeViewAddTest.Text = "Add Test";
            this.menuItemTreeViewAddTest.Click += new System.EventHandler(this.menuItemActionsAddTest_Click);
            //
            // menuItemTreeViewRemoveTest
            //
            this.menuItemTreeViewRemoveTest.Enabled = false;
            this.menuItemTreeViewRemoveTest.Index = 1;
            this.menuItemTreeViewRemoveTest.Text = "Remove Test";
            this.menuItemTreeViewRemoveTest.Click += new System.EventHandler(this.menuItemActionsRemoveTest_Click);
            //
            // menuItem7
            //
            this.menuItem7.Index = 2;
            this.menuItem7.Text = "-";
            //
            // menuItemTreeViewRunAllTests
            //
            this.menuItemTreeViewRunAllTests.Enabled = false;
            this.menuItemTreeViewRunAllTests.Index = 3;
            this.menuItemTreeViewRunAllTests.Text = "Run all tests";
            //
            // menuItemTreeViewRunSingleTest
            //
            this.menuItemTreeViewRunSingleTest.Enabled = false;
            this.menuItemTreeViewRunSingleTest.Index = 4;
            this.menuItemTreeViewRunSingleTest.Text = "Run single test";
            this.menuItemTreeViewRunSingleTest.Click += new System.EventHandler(this.menuItemActionsRunSingle_Click);
            //
            // menuItemTreeViewStopTests
            //
            this.menuItemTreeViewStopTests.Enabled = false;
            this.menuItemTreeViewStopTests.Index = 5;
            this.menuItemTreeViewStopTests.Text = "Stop tests";
            //
            // menuItemTreeViewCopyRawData
            //
            this.menuItemTreeViewCopyRawData.Enabled = false;
            this.menuItemTreeViewCopyRawData.Index = 6;
            this.menuItemTreeViewCopyRawData.Text = "Copy raw data";
            this.menuItemTreeViewCopyRawData.Click += new System.EventHandler(this.menuItemCopyRawData_Click);
            //
            // imageListTreeView
            //
            this.imageListTreeView.ImageSize = new System.Drawing.Size(16, 16);
            this.imageListTreeView.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageListTreeView.ImageStream")));
            this.imageListTreeView.TransparentColor = System.Drawing.Color.Magenta;
            //
            // panel1
            //
            this.panel1.Controls.Add(this.tabControl);
            this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.panel1.Location = new System.Drawing.Point(152, 24);
            this.panel1.Name = "panel1";
            this.panel1.Size = new System.Drawing.Size(560, 431);
            this.panel1.TabIndex = 3;
            //
            // tabControl
            //
            this.tabControl.Controls.Add(this.tabPageMain);
            this.tabControl.Controls.Add(this.tabPageReport);
            this.tabControl.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tabControl.Location = new System.Drawing.Point(0, 0);
            this.tabControl.Name = "tabControl";
            this.tabControl.SelectedIndex = 0;
            this.tabControl.Size = new System.Drawing.Size(560, 431);
            this.tabControl.TabIndex = 0;
            //
            // tabPageMain
            //
            this.tabPageMain.Controls.Add(this.panel2);
            this.tabPageMain.Location = new System.Drawing.Point(4, 22);
            this.tabPageMain.Name = "tabPageMain";
            this.tabPageMain.Size = new System.Drawing.Size(552, 405);
            this.tabPageMain.TabIndex = 0;
            this.tabPageMain.Text = "Main";
            //
            // panel2
            //
            this.panel2.Controls.Add(this.listViewThreads);
            this.panel2.Controls.Add(this.richTextBox);
            this.panel2.Controls.Add(this.splitterHorz);
            this.panel2.Controls.Add(this.listBoxAppLog);
            this.panel2.Dock = System.Windows.Forms.DockStyle.Fill;
            this.panel2.Location = new System.Drawing.Point(0, 0);
            this.panel2.Name = "panel2";
            this.panel2.Size = new System.Drawing.Size(552, 405);
            this.panel2.TabIndex = 0;
            //
            // listViewThreads
            //
            this.listViewThreads.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
                                                                                              this.columnHeaderNum,
                                                                                              this.columnHeaderTaskName,
                                                                                              this.columnHeaderPercentComplete,
                                                                                              this.columnHeaderMinRes,
                                                                                              this.columnHeaderMaxRes,
                                                                                              this.columnHeaderAvgRes,
                                                                                              this.columnHeaderPass,
                                                                                              this.columnHeaderFail,
                                                                                              this.columnHeaderStatusMessage});
            this.listViewThreads.Dock = System.Windows.Forms.DockStyle.Fill;
            this.listViewThreads.FullRowSelect = true;
            this.listViewThreads.GridLines = true;
            this.listViewThreads.Location = new System.Drawing.Point(0, 0);
            this.listViewThreads.Name = "listViewThreads";
            this.listViewThreads.Size = new System.Drawing.Size(552, 333);
            this.listViewThreads.TabIndex = 0;
            this.listViewThreads.View = System.Windows.Forms.View.Details;
            this.listViewThreads.KeyDown += new System.Windows.Forms.KeyEventHandler(this.listViewThreads_KeyDown);
            this.listViewThreads.DoubleClick += new System.EventHandler(this.listViewThreads_DoubleClick);
            this.listViewThreads.ColumnClick += new System.Windows.Forms.ColumnClickEventHandler(this.listViewThreads_ColumnClick);
            //
            // columnHeaderNum
            //
            this.columnHeaderNum.Text = "#";
            this.columnHeaderNum.Width = 45;
            //
            // columnHeaderTaskName
            //
            this.columnHeaderTaskName.Text = "Task Name";
            this.columnHeaderTaskName.Width = 140;
            //
            // columnHeaderPercentComplete
            //
            this.columnHeaderPercentComplete.Text = "% Complete";
            this.columnHeaderPercentComplete.Width = 70;
            //
            // columnHeaderMinRes
            //
            this.columnHeaderMinRes.Text = "MinRes";
            //
            // columnHeaderMaxRes
            //
            this.columnHeaderMaxRes.Text = "MaxRes";
            //
            // columnHeaderAvgRes
            //
            this.columnHeaderAvgRes.Text = "AvgRes";
            //
            // columnHeaderPass
            //
            this.columnHeaderPass.Text = "Pass";
            //
            // columnHeaderFail
            //
            this.columnHeaderFail.Text = "Fail";
            //
            // columnHeaderStatusMessage
            //
            this.columnHeaderStatusMessage.Text = "Status Message";
            this.columnHeaderStatusMessage.Width = 300;
            //
            // richTextBox
            //
            this.richTextBox.BackColor = System.Drawing.SystemColors.ActiveBorder;
            this.richTextBox.Dock = System.Windows.Forms.DockStyle.Fill;
            this.richTextBox.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
            this.richTextBox.ForeColor = System.Drawing.SystemColors.MenuText;
            this.richTextBox.Location = new System.Drawing.Point(0, 0);
            this.richTextBox.Name = "richTextBox";
            this.richTextBox.Size = new System.Drawing.Size(552, 333);
            this.richTextBox.TabIndex = 2;
            this.richTextBox.Text = "Test is currently executing...\nOnce complete, the results view and report view wi" +
                "ll be visible.\nTo abort this test use the square (stop) button or the Actions=>S" +
                "top Test menu item.";
            //
            // splitterHorz
            //
            this.splitterHorz.BackColor = System.Drawing.SystemColors.Control;
            this.splitterHorz.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
            this.splitterHorz.Cursor = System.Windows.Forms.Cursors.HSplit;
            this.splitterHorz.Dock = System.Windows.Forms.DockStyle.Bottom;
            this.splitterHorz.Location = new System.Drawing.Point(0, 333);
            this.splitterHorz.Name = "splitterHorz";
            this.splitterHorz.Size = new System.Drawing.Size(552, 3);
            this.splitterHorz.TabIndex = 1;
            this.splitterHorz.TabStop = false;
            //
            // listBoxAppLog
            //
            this.listBoxAppLog.ContextMenu = this.contextMenuLogView;
            this.listBoxAppLog.Dock = System.Windows.Forms.DockStyle.Bottom;
            this.listBoxAppLog.HorizontalScrollbar = true;
            this.listBoxAppLog.Location = new System.Drawing.Point(0, 336);
            this.listBoxAppLog.Name = "listBoxAppLog";
            this.listBoxAppLog.SelectionMode = System.Windows.Forms.SelectionMode.None;
            this.listBoxAppLog.Size = new System.Drawing.Size(552, 69);
            this.listBoxAppLog.TabIndex = 0;
            //
            // contextMenuLogView
            //
            this.contextMenuLogView.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
                                                                                               this.menuItemAppLogClearLog,
                                                                                               this.menuItemAppLogExportLog});
            //
            // menuItemAppLogClearLog
            //
            this.menuItemAppLogClearLog.Index = 0;
            this.menuItemAppLogClearLog.Text = "Clear log";
            //
            // menuItemAppLogExportLog
            //
            this.menuItemAppLogExportLog.Index = 1;
            this.menuItemAppLogExportLog.Text = "Export log";
            //
            // tabPageReport
            //
            this.tabPageReport.Controls.Add(this.axWebBrowser);
            this.tabPageReport.Location = new System.Drawing.Point(4, 22);
            this.tabPageReport.Name = "tabPageReport";
            this.tabPageReport.Size = new System.Drawing.Size(552, 405);
            this.tabPageReport.TabIndex = 2;
            this.tabPageReport.Text = "Report";
            //
            // axWebBrowser
            //
            this.axWebBrowser.ContainingControl = this;
            this.axWebBrowser.Dock = System.Windows.Forms.DockStyle.Fill;
            this.axWebBrowser.Enabled = true;
            this.axWebBrowser.Location = new System.Drawing.Point(0, 0);
            this.axWebBrowser.OcxState = ((System.Windows.Forms.AxHost.State)(resources.GetObject("axWebBrowser.OcxState")));
            this.axWebBrowser.Size = new System.Drawing.Size(552, 405);
            this.axWebBrowser.TabIndex = 0;
            //
            // splitterVert
            //
            this.splitterVert.BackColor = System.Drawing.SystemColors.Control;
            this.splitterVert.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
            this.splitterVert.Location = new System.Drawing.Point(152, 24);
            this.splitterVert.MinExtra = 100;
            this.splitterVert.Name = "splitterVert";
            this.splitterVert.Size = new System.Drawing.Size(3, 431);
            this.splitterVert.TabIndex = 4;
            this.splitterVert.TabStop = false;
            //
            // openFileDialog
            //
            this.openFileDialog.DefaultExt = "xml";
            this.openFileDialog.Filter = "Test XML files (*.xml)|*.xml";
            this.openFileDialog.Title = "Load test script";
            //
            // saveFileDialog
            //
            this.saveFileDialog.DefaultExt = "xml";
            this.saveFileDialog.Filter = "Test XML files (*.xml)|*.xml";
            this.saveFileDialog.Title = "Save current test script";
            //
            // timer
            //
            this.timer.Enabled = true;
            this.timer.Interval = 1000;
            this.timer.Tick += new System.EventHandler(this.timer_Tick);
            //
            // contextMenuMessageType
            //
            this.contextMenuMessageType.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
                                                                                                   this.menuItemTCPMCP,
                                                                                                   this.menuItemUDPMCP,
                                                                                                   this.menuItemTCPHTTPGet,
                                                                                                   this.menuItemTCPHTTPPost});
            //
            // menuItemTCPMCP
            //
            this.menuItemTCPMCP.Index = 0;
            this.menuItemTCPMCP.Text = "TCP/MCP";
            this.menuItemTCPMCP.Click += new System.EventHandler(this.menuItemTCPMCP_Click);
            //
            // menuItemUDPMCP
            //
            this.menuItemUDPMCP.Index = 1;
            this.menuItemUDPMCP.Text = "UDP/MCP";
            this.menuItemUDPMCP.Click += new System.EventHandler(this.menuItemUDPMCP_Click);
            //
            // menuItemTCPHTTPGet
            //
            this.menuItemTCPHTTPGet.Index = 2;
            this.menuItemTCPHTTPGet.Text = "TCP/HTTP-GET";
            this.menuItemTCPHTTPGet.Click += new System.EventHandler(this.menuItemTCPHTTPGet_Click);
            //
            // menuItemTCPHTTPPost
            //
            this.menuItemTCPHTTPPost.Index = 3;
            this.menuItemTCPHTTPPost.Text = "TCP/HTTP-POST";
            this.menuItemTCPHTTPPost.Click += new System.EventHandler(this.menuItemTCPHTTPPost_Click);
            //
            // contextMenuPayload
            //
            this.contextMenuPayload.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
                                                                                               this.menuItemPayloadImport,
                                                                                               this.menuItemPayloadRemove,
                                                                                               this.menuItemPayloadExport});
            //
            // menuItemPayloadImport
            //
            this.menuItemPayloadImport.Index = 0;
            this.menuItemPayloadImport.Text = "Import...";
            this.menuItemPayloadImport.Click += new System.EventHandler(this.menuItemPayloadImport_Click);
            //
            // menuItemPayloadRemove
            //
            this.menuItemPayloadRemove.Enabled = false;
            this.menuItemPayloadRemove.Index = 1;
            this.menuItemPayloadRemove.Text = "Remove";
            this.menuItemPayloadRemove.Click += new System.EventHandler(this.menuItemPayloadRemove_Click);
            //
            // menuItemPayloadExport
            //
            this.menuItemPayloadExport.Enabled = false;
            this.menuItemPayloadExport.Index = 2;
            this.menuItemPayloadExport.Text = "Export...";
            this.menuItemPayloadExport.Click += new System.EventHandler(this.menuItemPayloadExport_Click);
            //
            // openFileDialogPayload
            //
            this.openFileDialogPayload.Filter = "All files (*.*)|*.*";
            this.openFileDialogPayload.Title = "Import Message Payload Data";
            //
            // saveFileDialogPayload
            //
            this.saveFileDialogPayload.Filter = "All files (*.*)|*.*|Base64 (*.b64)|*.b64";
            this.saveFileDialogPayload.Title = "Export payload data";
            //
            // MainForm
            //
            this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
            this.ClientSize = new System.Drawing.Size(712, 477);
            this.Controls.Add(this.splitterVert);
            this.Controls.Add(this.panel1);
            this.Controls.Add(this.treeViewXML);
            this.Controls.Add(this.toolBar);
            this.Controls.Add(this.statusBar);
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.Menu = this.mainMenu;
            this.Name = "MainForm";
            this.Text = "MCWhirlWind";
            ((System.ComponentModel.ISupportInitialize)(this.statusBarPanelMessage)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.statusBarPanelTimer)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.statusBarPanelTime)).EndInit();
            this.panel1.ResumeLayout(false);
            this.tabControl.ResumeLayout(false);
            this.tabPageMain.ResumeLayout(false);
            this.panel2.ResumeLayout(false);
            this.tabPageReport.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.axWebBrowser)).EndInit();
            this.ResumeLayout(false);
        }
示例#51
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(MainForm));
     this.axWebBrowser1 = new AxSHDocVw.AxWebBrowser();
     ((System.ComponentModel.ISupportInitialize)(this.axWebBrowser1)).BeginInit();
     this.SuspendLayout();
     //
     // axWebBrowser1
     //
     this.axWebBrowser1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.axWebBrowser1.Enabled = true;
     this.axWebBrowser1.Location = new System.Drawing.Point(0, 0);
     this.axWebBrowser1.OcxState = ((System.Windows.Forms.AxHost.State)(resources.GetObject("axWebBrowser1.OcxState")));
     this.axWebBrowser1.Size = new System.Drawing.Size(456, 550);
     this.axWebBrowser1.TabIndex = 0;
     this.axWebBrowser1.DocumentComplete += new AxSHDocVw.DWebBrowserEvents2_DocumentCompleteEventHandler(this.axWebBrowser1_DocumentComplete);
     //
     // MainForm
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize = new System.Drawing.Size(456, 550);
     this.Controls.Add(this.axWebBrowser1);
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name = "MainForm";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "Microsoft WebBrowser Automation";
     this.TopMost = true;
     this.Load += new System.EventHandler(this.FrmMain_Load);
     ((System.ComponentModel.ISupportInitialize)(this.axWebBrowser1)).EndInit();
     this.ResumeLayout(false);
 }
示例#52
0
 /// <summary>
 /// デザイナ サポートに必要なメソッドです。このメソッドの内容を
 /// コード エディタで変更しないでください。
 /// </summary>
 private void InitializeComponent()
 {
     System.Windows.Forms.ListViewItem listViewItem1 = new System.Windows.Forms.ListViewItem("word");
     System.Windows.Forms.ListViewItem listViewItem2 = new System.Windows.Forms.ListViewItem("sample");
     System.Resources.ResourceManager  resources     = new System.Resources.ResourceManager(typeof(EngViewWord));
     this.listView1     = new System.Windows.Forms.ListView();
     this.word          = new System.Windows.Forms.ColumnHeader();
     this.mean          = new System.Windows.Forms.ColumnHeader();
     this.panel1        = new System.Windows.Forms.Panel();
     this.splitter1     = new System.Windows.Forms.Splitter();
     this.axWebBrowser1 = new AxSHDocVw.AxWebBrowser();
     this.listBox1      = new System.Windows.Forms.ListBox();
     this.bSearch       = new System.Windows.Forms.Button();
     this.bEdit         = new System.Windows.Forms.Button();
     this.bStudy        = new System.Windows.Forms.Button();
     this.panel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.axWebBrowser1)).BeginInit();
     this.SuspendLayout();
     //
     // listView1
     //
     this.listView1.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.word,
         this.mean
     });
     this.listView1.Dock = System.Windows.Forms.DockStyle.Top;
     this.listView1.Items.AddRange(new System.Windows.Forms.ListViewItem[] {
         listViewItem1,
         listViewItem2
     });
     this.listView1.Location = new System.Drawing.Point(0, 0);
     this.listView1.Name     = "listView1";
     this.listView1.Size     = new System.Drawing.Size(480, 200);
     this.listView1.TabIndex = 0;
     this.listView1.View     = System.Windows.Forms.View.Details;
     //
     // word
     //
     this.word.Text  = "単語/熟語";
     this.word.Width = 104;
     //
     // mean
     //
     this.mean.Text  = "意味";
     this.mean.Width = 181;
     //
     // panel1
     //
     this.panel1.Controls.Add(this.splitter1);
     this.panel1.Controls.Add(this.axWebBrowser1);
     this.panel1.Controls.Add(this.listView1);
     this.panel1.Location = new System.Drawing.Point(168, 8);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(480, 464);
     this.panel1.TabIndex = 1;
     //
     // splitter1
     //
     this.splitter1.Dock     = System.Windows.Forms.DockStyle.Top;
     this.splitter1.Location = new System.Drawing.Point(0, 200);
     this.splitter1.Name     = "splitter1";
     this.splitter1.Size     = new System.Drawing.Size(480, 3);
     this.splitter1.TabIndex = 2;
     this.splitter1.TabStop  = false;
     //
     // axWebBrowser1
     //
     this.axWebBrowser1.ContainingControl = this;
     this.axWebBrowser1.Dock              = System.Windows.Forms.DockStyle.Fill;
     this.axWebBrowser1.Enabled           = true;
     this.axWebBrowser1.Location          = new System.Drawing.Point(0, 200);
     this.axWebBrowser1.OcxState          = ((System.Windows.Forms.AxHost.State)(resources.GetObject("axWebBrowser1.OcxState")));
     this.axWebBrowser1.Size              = new System.Drawing.Size(480, 264);
     this.axWebBrowser1.TabIndex          = 1;
     this.axWebBrowser1.DocumentComplete += new AxSHDocVw.DWebBrowserEvents2_DocumentCompleteEventHandler(this.axWebBrowser1_DocumentComplete);
     //
     // listBox1
     //
     this.listBox1.ItemHeight = 12;
     this.listBox1.Items.AddRange(new object[] {
         "第一章",
         "第二章",
         "第三章",
         "検索結果: Hello (10件)",
         "検索結果: cnj. (21件)"
     });
     this.listBox1.Location = new System.Drawing.Point(8, 8);
     this.listBox1.Name     = "listBox1";
     this.listBox1.Size     = new System.Drawing.Size(152, 460);
     this.listBox1.TabIndex = 2;
     //
     // bSearch
     //
     this.bSearch.Location = new System.Drawing.Point(656, 8);
     this.bSearch.Name     = "bSearch";
     this.bSearch.Size     = new System.Drawing.Size(88, 24);
     this.bSearch.TabIndex = 3;
     this.bSearch.Text     = "検索(&S)";
     //
     // bEdit
     //
     this.bEdit.Location = new System.Drawing.Point(656, 40);
     this.bEdit.Name     = "bEdit";
     this.bEdit.Size     = new System.Drawing.Size(88, 24);
     this.bEdit.TabIndex = 4;
     this.bEdit.Text     = "編集(&E)";
     //
     // bStudy
     //
     this.bStudy.Location = new System.Drawing.Point(656, 72);
     this.bStudy.Name     = "bStudy";
     this.bStudy.Size     = new System.Drawing.Size(88, 24);
     this.bStudy.TabIndex = 5;
     this.bStudy.Text     = "練習(&T)";
     //
     // EngViewWord
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 12);
     this.ClientSize        = new System.Drawing.Size(752, 485);
     this.Controls.Add(this.bStudy);
     this.Controls.Add(this.bEdit);
     this.Controls.Add(this.bSearch);
     this.Controls.Add(this.listBox1);
     this.Controls.Add(this.panel1);
     this.Name  = "EngViewWord";
     this.Text  = "English";
     this.Load += new System.EventHandler(this.EngViewWord_Load);
     this.panel1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.axWebBrowser1)).EndInit();
     this.ResumeLayout(false);
 }
示例#53
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(MainForm));
     this.tabControl1 = new System.Windows.Forms.TabControl();
     this.tabPage1 = new System.Windows.Forms.TabPage();
     this.ClearButton = new System.Windows.Forms.Button();
     this.groupBox1 = new System.Windows.Forms.GroupBox();
     this.HexMode = new System.Windows.Forms.RadioButton();
     this.TextMode = new System.Windows.Forms.RadioButton();
     this.SendButton = new System.Windows.Forms.Button();
     this.SendText = new System.Windows.Forms.TextBox();
     this.ComPort = new System.Windows.Forms.TextBox();
     this.DisconnectButton = new System.Windows.Forms.Button();
     this.CtsLabel = new System.Windows.Forms.Label();
     this.RtsButton = new System.Windows.Forms.Button();
     this.ConnectButton = new System.Windows.Forms.Button();
     this.tabPage2 = new System.Windows.Forms.TabPage();
     this.label6 = new System.Windows.Forms.Label();
     this.SaveDefaultSettingsButton = new System.Windows.Forms.Button();
     this.groupBox2 = new System.Windows.Forms.GroupBox();
     this.LineEndChars = new System.Windows.Forms.ComboBox();
     this.AutoAddLineEnd = new System.Windows.Forms.CheckBox();
     this.ShowCRLF = new System.Windows.Forms.CheckBox();
     this.ShowLF = new System.Windows.Forms.CheckBox();
     this.ShowCR = new System.Windows.Forms.CheckBox();
     this.FlowControlList = new System.Windows.Forms.ComboBox();
     this.label5 = new System.Windows.Forms.Label();
     this.StopBitsList = new System.Windows.Forms.ComboBox();
     this.label4 = new System.Windows.Forms.Label();
     this.ParityList = new System.Windows.Forms.ComboBox();
     this.label3 = new System.Windows.Forms.Label();
     this.DataSizeList = new System.Windows.Forms.ComboBox();
     this.label2 = new System.Windows.Forms.Label();
     this.BaudRateList = new System.Windows.Forms.ComboBox();
     this.label1 = new System.Windows.Forms.Label();
     this.groupBox3 = new System.Windows.Forms.GroupBox();
     this.EchoLocal = new System.Windows.Forms.CheckBox();
     this.ShowConnections = new System.Windows.Forms.CheckBox();
     this.ShowCtsTransitions = new System.Windows.Forms.CheckBox();
     this.ShowRtsTransitions = new System.Windows.Forms.CheckBox();
     this.mainMenu1 = new System.Windows.Forms.MainMenu();
     this.FileMenu = new System.Windows.Forms.MenuItem();
     this.FileMenu_OpenTranscript = new System.Windows.Forms.MenuItem();
     this.FileMenu_SaveTranscript = new System.Windows.Forms.MenuItem();
     this.menuItem3 = new System.Windows.Forms.MenuItem();
     this.FileMenu_Exit = new System.Windows.Forms.MenuItem();
     this.HelpMenu = new System.Windows.Forms.MenuItem();
     this.HelpMenu_About = new System.Windows.Forms.MenuItem();
     this.webMain = new AxSHDocVw.AxWebBrowser();
     this.tabControl1.SuspendLayout();
     this.tabPage1.SuspendLayout();
     this.groupBox1.SuspendLayout();
     this.tabPage2.SuspendLayout();
     this.groupBox2.SuspendLayout();
     this.groupBox3.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.webMain)).BeginInit();
     this.SuspendLayout();
     //
     // tabControl1
     //
     this.tabControl1.Controls.Add(this.tabPage1);
     this.tabControl1.Controls.Add(this.tabPage2);
     this.tabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.tabControl1.Location = new System.Drawing.Point(0, 0);
     this.tabControl1.Name = "tabControl1";
     this.tabControl1.SelectedIndex = 0;
     this.tabControl1.Size = new System.Drawing.Size(664, 465);
     this.tabControl1.TabIndex = 0;
     this.tabControl1.SelectedIndexChanged += new System.EventHandler(this.tabControl1_SelectedIndexChanged);
     //
     // tabPage1
     //
     this.tabPage1.Controls.Add(this.webMain);
     this.tabPage1.Controls.Add(this.ClearButton);
     this.tabPage1.Controls.Add(this.groupBox1);
     this.tabPage1.Controls.Add(this.SendButton);
     this.tabPage1.Controls.Add(this.SendText);
     this.tabPage1.Controls.Add(this.ComPort);
     this.tabPage1.Controls.Add(this.DisconnectButton);
     this.tabPage1.Controls.Add(this.CtsLabel);
     this.tabPage1.Controls.Add(this.RtsButton);
     this.tabPage1.Controls.Add(this.ConnectButton);
     this.tabPage1.Location = new System.Drawing.Point(4, 22);
     this.tabPage1.Name = "tabPage1";
     this.tabPage1.Size = new System.Drawing.Size(616, 439);
     this.tabPage1.TabIndex = 0;
     this.tabPage1.Text = "Communication";
     //
     // ClearButton
     //
     this.ClearButton.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.ClearButton.Location = new System.Drawing.Point(433, 16);
     this.ClearButton.Name = "ClearButton";
     this.ClearButton.TabIndex = 23;
     this.ClearButton.Text = "Clear";
     this.ClearButton.Click += new System.EventHandler(this.ClearButton_Click);
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.HexMode);
     this.groupBox1.Controls.Add(this.TextMode);
     this.groupBox1.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.groupBox1.Location = new System.Drawing.Point(293, 7);
     this.groupBox1.Name = "groupBox1";
     this.groupBox1.Size = new System.Drawing.Size(129, 35);
     this.groupBox1.TabIndex = 22;
     this.groupBox1.TabStop = false;
     //
     // HexMode
     //
     this.HexMode.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.HexMode.Location = new System.Drawing.Point(72, 14);
     this.HexMode.Name = "HexMode";
     this.HexMode.Size = new System.Drawing.Size(48, 16);
     this.HexMode.TabIndex = 1;
     this.HexMode.Text = "Hex";
     this.HexMode.CheckedChanged += new System.EventHandler(this.HexMode_CheckedChanged);
     //
     // TextMode
     //
     this.TextMode.Checked = true;
     this.TextMode.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.TextMode.Location = new System.Drawing.Point(7, 14);
     this.TextMode.Name = "TextMode";
     this.TextMode.Size = new System.Drawing.Size(55, 16);
     this.TextMode.TabIndex = 0;
     this.TextMode.TabStop = true;
     this.TextMode.Text = "Text";
     this.TextMode.CheckedChanged += new System.EventHandler(this.TextMode_CheckedChanged);
     //
     // SendButton
     //
     this.SendButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.SendButton.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.SendButton.Location = new System.Drawing.Point(538, 411);
     this.SendButton.Name = "SendButton";
     this.SendButton.Size = new System.Drawing.Size(75, 22);
     this.SendButton.TabIndex = 20;
     this.SendButton.Text = "Send";
     this.SendButton.Click += new System.EventHandler(this.SendButton_Click);
     //
     // SendText
     //
     this.SendText.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
         | System.Windows.Forms.AnchorStyles.Right)));
     this.SendText.Location = new System.Drawing.Point(7, 412);
     this.SendText.Name = "SendText";
     this.SendText.Size = new System.Drawing.Size(524, 20);
     this.SendText.TabIndex = 19;
     this.SendText.Text = "";
     this.SendText.KeyUp += new System.Windows.Forms.KeyEventHandler(this.SendText_KeyUp);
     //
     // ComPort
     //
     this.ComPort.Location = new System.Drawing.Point(8, 16);
     this.ComPort.Name = "ComPort";
     this.ComPort.TabIndex = 13;
     this.ComPort.Text = "COM1";
     //
     // DisconnectButton
     //
     this.DisconnectButton.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.DisconnectButton.Location = new System.Drawing.Point(208, 16);
     this.DisconnectButton.Name = "DisconnectButton";
     this.DisconnectButton.Size = new System.Drawing.Size(80, 23);
     this.DisconnectButton.TabIndex = 18;
     this.DisconnectButton.Text = "Disconnect";
     this.DisconnectButton.Click += new System.EventHandler(this.DisconnectButton_Click);
     //
     // CtsLabel
     //
     this.CtsLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.CtsLabel.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.CtsLabel.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.CtsLabel.Location = new System.Drawing.Point(525, 18);
     this.CtsLabel.Name = "CtsLabel";
     this.CtsLabel.Size = new System.Drawing.Size(40, 21);
     this.CtsLabel.TabIndex = 16;
     this.CtsLabel.Text = "CTS";
     this.CtsLabel.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // RtsButton
     //
     this.RtsButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.RtsButton.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.RtsButton.Location = new System.Drawing.Point(571, 18);
     this.RtsButton.Name = "RtsButton";
     this.RtsButton.Size = new System.Drawing.Size(40, 21);
     this.RtsButton.TabIndex = 15;
     this.RtsButton.Text = "RTS";
     this.RtsButton.Click += new System.EventHandler(this.RtsButton_Click);
     //
     // ConnectButton
     //
     this.ConnectButton.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.ConnectButton.Location = new System.Drawing.Point(120, 16);
     this.ConnectButton.Name = "ConnectButton";
     this.ConnectButton.TabIndex = 14;
     this.ConnectButton.Text = "Connect";
     this.ConnectButton.Click += new System.EventHandler(this.ConnectButton_Click);
     //
     // tabPage2
     //
     this.tabPage2.Controls.Add(this.label6);
     this.tabPage2.Controls.Add(this.SaveDefaultSettingsButton);
     this.tabPage2.Controls.Add(this.groupBox2);
     this.tabPage2.Controls.Add(this.FlowControlList);
     this.tabPage2.Controls.Add(this.label5);
     this.tabPage2.Controls.Add(this.StopBitsList);
     this.tabPage2.Controls.Add(this.label4);
     this.tabPage2.Controls.Add(this.ParityList);
     this.tabPage2.Controls.Add(this.label3);
     this.tabPage2.Controls.Add(this.DataSizeList);
     this.tabPage2.Controls.Add(this.label2);
     this.tabPage2.Controls.Add(this.BaudRateList);
     this.tabPage2.Controls.Add(this.label1);
     this.tabPage2.Controls.Add(this.groupBox3);
     this.tabPage2.Location = new System.Drawing.Point(4, 22);
     this.tabPage2.Name = "tabPage2";
     this.tabPage2.Size = new System.Drawing.Size(656, 439);
     this.tabPage2.TabIndex = 1;
     this.tabPage2.Text = "Configuration";
     //
     // label6
     //
     this.label6.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.label6.Location = new System.Drawing.Point(448, 512);
     this.label6.Name = "label6";
     this.label6.Size = new System.Drawing.Size(200, 23);
     this.label6.TabIndex = 13;
     this.label6.Text = "Make these settings my default:";
     this.label6.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // SaveDefaultSettingsButton
     //
     this.SaveDefaultSettingsButton.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.SaveDefaultSettingsButton.Location = new System.Drawing.Point(648, 512);
     this.SaveDefaultSettingsButton.Name = "SaveDefaultSettingsButton";
     this.SaveDefaultSettingsButton.TabIndex = 12;
     this.SaveDefaultSettingsButton.Text = "Save";
     this.SaveDefaultSettingsButton.Click += new System.EventHandler(this.SaveDefaultSettingsButton_Click);
     //
     // groupBox2
     //
     this.groupBox2.Controls.Add(this.LineEndChars);
     this.groupBox2.Controls.Add(this.AutoAddLineEnd);
     this.groupBox2.Controls.Add(this.ShowCRLF);
     this.groupBox2.Controls.Add(this.ShowLF);
     this.groupBox2.Controls.Add(this.ShowCR);
     this.groupBox2.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.groupBox2.Location = new System.Drawing.Point(232, 8);
     this.groupBox2.Name = "groupBox2";
     this.groupBox2.Size = new System.Drawing.Size(184, 168);
     this.groupBox2.TabIndex = 10;
     this.groupBox2.TabStop = false;
     this.groupBox2.Text = "Special Characters";
     //
     // LineEndChars
     //
     this.LineEndChars.Items.AddRange(new object[] {
                                                                                                     "0x0D",
                                                                                                     "0x0A",
                                                                                                     "0x0D0A"});
     this.LineEndChars.Location = new System.Drawing.Point(32, 136);
     this.LineEndChars.Name = "LineEndChars";
     this.LineEndChars.Size = new System.Drawing.Size(144, 21);
     this.LineEndChars.TabIndex = 4;
     //
     // AutoAddLineEnd
     //
     this.AutoAddLineEnd.CheckAlign = System.Drawing.ContentAlignment.TopLeft;
     this.AutoAddLineEnd.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.AutoAddLineEnd.Location = new System.Drawing.Point(8, 96);
     this.AutoAddLineEnd.Name = "AutoAddLineEnd";
     this.AutoAddLineEnd.Size = new System.Drawing.Size(168, 40);
     this.AutoAddLineEnd.TabIndex = 3;
     this.AutoAddLineEnd.Text = "Automatically append line end to messages:";
     this.AutoAddLineEnd.TextAlign = System.Drawing.ContentAlignment.TopLeft;
     //
     // ShowCRLF
     //
     this.ShowCRLF.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.ShowCRLF.Location = new System.Drawing.Point(8, 72);
     this.ShowCRLF.Name = "ShowCRLF";
     this.ShowCRLF.Size = new System.Drawing.Size(168, 24);
     this.ShowCRLF.TabIndex = 2;
     this.ShowCRLF.Text = "Display incoming CRLF";
     //
     // ShowLF
     //
     this.ShowLF.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.ShowLF.Location = new System.Drawing.Point(8, 48);
     this.ShowLF.Name = "ShowLF";
     this.ShowLF.Size = new System.Drawing.Size(168, 24);
     this.ShowLF.TabIndex = 1;
     this.ShowLF.Text = "Display incoming LF";
     //
     // ShowCR
     //
     this.ShowCR.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.ShowCR.Location = new System.Drawing.Point(8, 24);
     this.ShowCR.Name = "ShowCR";
     this.ShowCR.Size = new System.Drawing.Size(168, 24);
     this.ShowCR.TabIndex = 0;
     this.ShowCR.Text = "Display incoming CR";
     //
     // FlowControlList
     //
     this.FlowControlList.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.FlowControlList.Items.AddRange(new object[] {
                                                                                                          "None",
                                                                                                          "Hardware",
                                                                                                          "XOn/XOff"});
     this.FlowControlList.Location = new System.Drawing.Point(104, 136);
     this.FlowControlList.Name = "FlowControlList";
     this.FlowControlList.Size = new System.Drawing.Size(121, 21);
     this.FlowControlList.TabIndex = 9;
     this.FlowControlList.SelectedIndexChanged += new System.EventHandler(this.FlowControlList_SelectedIndexChanged);
     //
     // label5
     //
     this.label5.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.label5.Location = new System.Drawing.Point(8, 136);
     this.label5.Name = "label5";
     this.label5.TabIndex = 8;
     this.label5.Text = "Flow Control";
     //
     // StopBitsList
     //
     this.StopBitsList.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.StopBitsList.Items.AddRange(new object[] {
                                                                                                     "1",
                                                                                                     "1.5",
                                                                                                     "2"});
     this.StopBitsList.Location = new System.Drawing.Point(104, 104);
     this.StopBitsList.Name = "StopBitsList";
     this.StopBitsList.Size = new System.Drawing.Size(121, 21);
     this.StopBitsList.TabIndex = 7;
     this.StopBitsList.SelectedIndexChanged += new System.EventHandler(this.StopBitsList_SelectedIndexChanged);
     //
     // label4
     //
     this.label4.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.label4.Location = new System.Drawing.Point(8, 104);
     this.label4.Name = "label4";
     this.label4.TabIndex = 6;
     this.label4.Text = "Stop Bits";
     //
     // ParityList
     //
     this.ParityList.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.ParityList.Items.AddRange(new object[] {
                                                                                                 "None",
                                                                                                 "Even",
                                                                                                 "Odd"});
     this.ParityList.Location = new System.Drawing.Point(104, 72);
     this.ParityList.Name = "ParityList";
     this.ParityList.Size = new System.Drawing.Size(121, 21);
     this.ParityList.TabIndex = 5;
     this.ParityList.SelectedIndexChanged += new System.EventHandler(this.ParityList_SelectedIndexChanged);
     //
     // label3
     //
     this.label3.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.label3.Location = new System.Drawing.Point(8, 72);
     this.label3.Name = "label3";
     this.label3.TabIndex = 4;
     this.label3.Text = "Parity";
     //
     // DataSizeList
     //
     this.DataSizeList.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.DataSizeList.Items.AddRange(new object[] {
                                                                                                     "4",
                                                                                                     "5",
                                                                                                     "6",
                                                                                                     "7",
                                                                                                     "8"});
     this.DataSizeList.Location = new System.Drawing.Point(104, 40);
     this.DataSizeList.Name = "DataSizeList";
     this.DataSizeList.Size = new System.Drawing.Size(121, 21);
     this.DataSizeList.TabIndex = 3;
     this.DataSizeList.SelectedIndexChanged += new System.EventHandler(this.DataSizeList_SelectedIndexChanged);
     //
     // label2
     //
     this.label2.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.label2.Location = new System.Drawing.Point(8, 40);
     this.label2.Name = "label2";
     this.label2.TabIndex = 2;
     this.label2.Text = "Data Bits";
     //
     // BaudRateList
     //
     this.BaudRateList.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.BaudRateList.Items.AddRange(new object[] {
                                                                                                     "1200",
                                                                                                     "2400",
                                                                                                     "4800",
                                                                                                     "9600",
                                                                                                     "19200",
                                                                                                     "38400",
                                                                                                     "57600",
                                                                                                     "115200"});
     this.BaudRateList.Location = new System.Drawing.Point(104, 8);
     this.BaudRateList.Name = "BaudRateList";
     this.BaudRateList.Size = new System.Drawing.Size(121, 21);
     this.BaudRateList.TabIndex = 1;
     this.BaudRateList.SelectedIndexChanged += new System.EventHandler(this.BaudRateList_SelectedIndexChanged);
     //
     // label1
     //
     this.label1.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.label1.Location = new System.Drawing.Point(8, 8);
     this.label1.Name = "label1";
     this.label1.TabIndex = 0;
     this.label1.Text = "Baud Rate";
     //
     // groupBox3
     //
     this.groupBox3.Controls.Add(this.EchoLocal);
     this.groupBox3.Controls.Add(this.ShowConnections);
     this.groupBox3.Controls.Add(this.ShowCtsTransitions);
     this.groupBox3.Controls.Add(this.ShowRtsTransitions);
     this.groupBox3.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.groupBox3.Location = new System.Drawing.Point(424, 8);
     this.groupBox3.Name = "groupBox3";
     this.groupBox3.Size = new System.Drawing.Size(232, 168);
     this.groupBox3.TabIndex = 11;
     this.groupBox3.TabStop = false;
     this.groupBox3.Text = "Transcript Options";
     //
     // EchoLocal
     //
     this.EchoLocal.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.EchoLocal.Location = new System.Drawing.Point(8, 96);
     this.EchoLocal.Name = "EchoLocal";
     this.EchoLocal.Size = new System.Drawing.Size(216, 24);
     this.EchoLocal.TabIndex = 3;
     this.EchoLocal.Text = "Echo Sent Messages";
     //
     // ShowConnections
     //
     this.ShowConnections.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.ShowConnections.Location = new System.Drawing.Point(8, 72);
     this.ShowConnections.Name = "ShowConnections";
     this.ShowConnections.Size = new System.Drawing.Size(216, 24);
     this.ShowConnections.TabIndex = 2;
     this.ShowConnections.Text = "Include Connections and Disconnections";
     //
     // ShowCtsTransitions
     //
     this.ShowCtsTransitions.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.ShowCtsTransitions.Location = new System.Drawing.Point(8, 48);
     this.ShowCtsTransitions.Name = "ShowCtsTransitions";
     this.ShowCtsTransitions.Size = new System.Drawing.Size(216, 24);
     this.ShowCtsTransitions.TabIndex = 1;
     this.ShowCtsTransitions.Text = "Include CTS line transitions";
     //
     // ShowRtsTransitions
     //
     this.ShowRtsTransitions.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.ShowRtsTransitions.Location = new System.Drawing.Point(8, 24);
     this.ShowRtsTransitions.Name = "ShowRtsTransitions";
     this.ShowRtsTransitions.Size = new System.Drawing.Size(216, 24);
     this.ShowRtsTransitions.TabIndex = 0;
     this.ShowRtsTransitions.Text = "Include RTS line transitions";
     //
     // mainMenu1
     //
     this.mainMenu1.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
                                                                                                                                                     this.FileMenu,
                                                                                                                                                     this.HelpMenu});
     //
     // FileMenu
     //
     this.FileMenu.Index = 0;
     this.FileMenu.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
                                                                                                                                                  this.FileMenu_OpenTranscript,
                                                                                                                                                  this.FileMenu_SaveTranscript,
                                                                                                                                                  this.menuItem3,
                                                                                                                                                  this.FileMenu_Exit});
     this.FileMenu.Text = "&File";
     //
     // FileMenu_OpenTranscript
     //
     this.FileMenu_OpenTranscript.Index = 0;
     this.FileMenu_OpenTranscript.Shortcut = System.Windows.Forms.Shortcut.CtrlO;
     this.FileMenu_OpenTranscript.Text = "&Open Transcript...";
     this.FileMenu_OpenTranscript.Click += new System.EventHandler(this.FileMenu_OpenTranscript_Click);
     //
     // FileMenu_SaveTranscript
     //
     this.FileMenu_SaveTranscript.Index = 1;
     this.FileMenu_SaveTranscript.Shortcut = System.Windows.Forms.Shortcut.CtrlS;
     this.FileMenu_SaveTranscript.Text = "&Save Transcript...";
     this.FileMenu_SaveTranscript.Click += new System.EventHandler(this.FileMenu_SaveTranscript_Click);
     //
     // menuItem3
     //
     this.menuItem3.Index = 2;
     this.menuItem3.Text = "-";
     //
     // FileMenu_Exit
     //
     this.FileMenu_Exit.Index = 3;
     this.FileMenu_Exit.Shortcut = System.Windows.Forms.Shortcut.AltF4;
     this.FileMenu_Exit.Text = "E&xit";
     this.FileMenu_Exit.Click += new System.EventHandler(this.FileMenu_Exit_Click);
     //
     // HelpMenu
     //
     this.HelpMenu.Index = 1;
     this.HelpMenu.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
                                                                                                                                                  this.HelpMenu_About});
     this.HelpMenu.Text = "&Help";
     //
     // HelpMenu_About
     //
     this.HelpMenu_About.Index = 0;
     this.HelpMenu_About.Text = "&About";
     this.HelpMenu_About.Click += new System.EventHandler(this.HelpMenu_About_Click);
     //
     // webMain
     //
     this.webMain.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.webMain.ContainingControl = this;
     this.webMain.Enabled = true;
     this.webMain.Location = new System.Drawing.Point(8, 48);
     this.webMain.OcxState = ((System.Windows.Forms.AxHost.State)(resources.GetObject("webMain.OcxState")));
     this.webMain.Size = new System.Drawing.Size(600, 360);
     this.webMain.TabIndex = 24;
     //
     // MainForm
     //
     this.AcceptButton = this.SendButton;
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize = new System.Drawing.Size(664, 465);
     this.Controls.Add(this.tabControl1);
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Menu = this.mainMenu1;
     this.MinimumSize = new System.Drawing.Size(672, 520);
     this.Name = "MainForm";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "SharpTerminal";
     this.Closing += new System.ComponentModel.CancelEventHandler(this.MainForm_Closing);
     this.Load += new System.EventHandler(this.MainForm_Load);
     this.tabControl1.ResumeLayout(false);
     this.tabPage1.ResumeLayout(false);
     this.groupBox1.ResumeLayout(false);
     this.tabPage2.ResumeLayout(false);
     this.groupBox2.ResumeLayout(false);
     this.groupBox3.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.webMain)).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.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(frmNewWindowJukeBox));
     this.ctlRaagaJukebox = new AxSHDocVw.AxWebBrowser();
     ((System.ComponentModel.ISupportInitialize)(this.ctlRaagaJukebox)).BeginInit();
     this.SuspendLayout();
     //
     // ctlRaagaJukebox
     //
     this.ctlRaagaJukebox.Dock = System.Windows.Forms.DockStyle.Fill;
     this.ctlRaagaJukebox.Enabled = true;
     this.ctlRaagaJukebox.Location = new System.Drawing.Point(0, 0);
     this.ctlRaagaJukebox.OcxState = ((System.Windows.Forms.AxHost.State)(resources.GetObject("ctlRaagaJukebox.OcxState")));
     this.ctlRaagaJukebox.Size = new System.Drawing.Size(400, 478);
     this.ctlRaagaJukebox.TabIndex = 0;
     this.ctlRaagaJukebox.Enter += new System.EventHandler(this.ctlRaagaJukebox_Enter);
     this.ctlRaagaJukebox.TitleChange += new AxSHDocVw.DWebBrowserEvents2_TitleChangeEventHandler(this.ctlRaagaJukebox_TitleChange);
     this.ctlRaagaJukebox.DocumentComplete += new AxSHDocVw.DWebBrowserEvents2_DocumentCompleteEventHandler(this.ctlRaagaJukebox_DocumentComplete);
     this.ctlRaagaJukebox.NewWindow2 += new AxSHDocVw.DWebBrowserEvents2_NewWindow2EventHandler(this.ctlRaagaJukebox_NewWindow2);
     //
     // frmNewWindowJukeBox
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize = new System.Drawing.Size(400, 478);
     this.Controls.Add(this.ctlRaagaJukebox);
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox = false;
     this.MinimizeBox = false;
     this.Name = "frmNewWindowJukeBox";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text = "Add to Playlist";
     this.Closing += new System.ComponentModel.CancelEventHandler(this.frmNewWindowJukeBox_Closing);
     this.Load += new System.EventHandler(this.frmNewWindowJukeBox_Load);
     ((System.ComponentModel.ISupportInitialize)(this.ctlRaagaJukebox)).EndInit();
     this.ResumeLayout(false);
 }
示例#55
0
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(PrintForm2));
     this.imageList1    = new System.Windows.Forms.ImageList(this.components);
     this.mainMenu1     = new System.Windows.Forms.MainMenu();
     this.menuItem1     = new System.Windows.Forms.MenuItem();
     this.menuItem2     = new System.Windows.Forms.MenuItem();
     this.menuItem3     = new System.Windows.Forms.MenuItem();
     this.menuItem4     = new System.Windows.Forms.MenuItem();
     this.axWebBrowser1 = new AxSHDocVw.AxWebBrowser();
     ((System.ComponentModel.ISupportInitialize)(this.axWebBrowser1)).BeginInit();
     this.SuspendLayout();
     //
     // imageList1
     //
     this.imageList1.ImageSize        = new System.Drawing.Size(16, 16);
     this.imageList1.ImageStream      = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
     this.imageList1.TransparentColor = System.Drawing.Color.Transparent;
     //
     // mainMenu1
     //
     this.mainMenu1.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
         this.menuItem1
     });
     //
     // menuItem1
     //
     this.menuItem1.Index = 0;
     this.menuItem1.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
         this.menuItem2,
         this.menuItem3,
         this.menuItem4
     });
     this.menuItem1.Text = "File";
     //
     // menuItem2
     //
     this.menuItem2.Index  = 0;
     this.menuItem2.Text   = "Page Setup...";
     this.menuItem2.Click += new System.EventHandler(this.menuPageSetup);
     //
     // menuItem3
     //
     this.menuItem3.Index  = 1;
     this.menuItem3.Text   = "Print Preview...";
     this.menuItem3.Click += new System.EventHandler(this.menuPrintPreview);
     //
     // menuItem4
     //
     this.menuItem4.Index    = 2;
     this.menuItem4.Shortcut = System.Windows.Forms.Shortcut.CtrlP;
     this.menuItem4.Text     = "Print";
     this.menuItem4.Click   += new System.EventHandler(this.menuPrint);
     //
     // axWebBrowser1
     //
     this.axWebBrowser1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.axWebBrowser1.Enabled  = true;
     this.axWebBrowser1.Location = new System.Drawing.Point(0, 0);
     this.axWebBrowser1.OcxState = ((System.Windows.Forms.AxHost.State)(resources.GetObject("axWebBrowser1.OcxState")));
     this.axWebBrowser1.Size     = new System.Drawing.Size(292, 273);
     this.axWebBrowser1.TabIndex = 0;
     //
     // PrintForm2
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(292, 273);
     this.Controls.Add(this.axWebBrowser1);
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Menu = this.mainMenu1;
     this.Name = "PrintForm2";
     this.Text = "Print Game Information";
     ((System.ComponentModel.ISupportInitialize)(this.axWebBrowser1)).EndInit();
     this.ResumeLayout(false);
 }
示例#56
0
 /// <summary> 
 /// Required method for Designer support - do not modify 
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(documentSharingControl));
     this.lblStatus = new System.Windows.Forms.Label();
     this.panel1 = new System.Windows.Forms.Panel();
     this.axWebBrowser1 = new AxSHDocVw.AxWebBrowser();
     this.panel2 = new System.Windows.Forms.Panel();
     this.btnOptions = new NSPAControls.NSButton();
     this.btnFirst = new NSPAControls.NSButton();
     this.btnLast = new NSPAControls.NSButton();
     this.btnPrev = new NSPAControls.NSButton();
     this.chkShowThumbNails = new System.Windows.Forms.CheckBox();
     this.chkThumbNail = new System.Windows.Forms.CheckBox();
     this.btnNext = new NSPAControls.NSButton();
     this.chkSynch = new System.Windows.Forms.CheckBox();
     this.panel3 = new System.Windows.Forms.Panel();
     this.nsButton1 = new NSPAControls.NSButton();
     this.buttonDown = new NSPAControls.NSButton();
     this.nsButton2 = new NSPAControls.NSButton();
     this.panel4 = new System.Windows.Forms.Panel();
     this.panelAnnotations = new System.Windows.Forms.Panel();
     this.annotateBox = new System.Windows.Forms.PictureBox();
     this.panel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.axWebBrowser1)).BeginInit();
     this.panel2.SuspendLayout();
     this.panel4.SuspendLayout();
     this.panelAnnotations.SuspendLayout();
     this.SuspendLayout();
     //
     // lblStatus
     //
     this.lblStatus.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.lblStatus.Location = new System.Drawing.Point(0, 476);
     this.lblStatus.Name = "lblStatus";
     this.lblStatus.Size = new System.Drawing.Size(708, 24);
     this.lblStatus.TabIndex = 3;
     this.lblStatus.Text = "1 of 1";
     this.lblStatus.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // panel1
     //
     this.panel1.AutoScroll = true;
     this.panel1.Controls.Add(this.axWebBrowser1);
     this.panel1.Controls.Add(this.nsButton1);
     this.panel1.Controls.Add(this.buttonDown);
     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(708, 476);
     this.panel1.TabIndex = 5;
     //
     // axWebBrowser1
     //
     this.axWebBrowser1.ContainingControl = this;
     this.axWebBrowser1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.axWebBrowser1.Enabled = true;
     this.axWebBrowser1.Location = new System.Drawing.Point(0, 0);
     this.axWebBrowser1.OcxState = ((System.Windows.Forms.AxHost.State)(resources.GetObject("axWebBrowser1.OcxState")));
     this.axWebBrowser1.Size = new System.Drawing.Size(708, 476);
     this.axWebBrowser1.TabIndex = 8;
     this.axWebBrowser1.NavigateComplete2 += new AxSHDocVw.DWebBrowserEvents2_NavigateComplete2EventHandler(this.axWebBrowser1_NavigateComplete2);
     //
     // panel2
     //
     this.panel2.Controls.Add(this.btnOptions);
     this.panel2.Controls.Add(this.btnFirst);
     this.panel2.Controls.Add(this.btnLast);
     this.panel2.Controls.Add(this.btnPrev);
     this.panel2.Controls.Add(this.chkShowThumbNails);
     this.panel2.Controls.Add(this.chkThumbNail);
     this.panel2.Controls.Add(this.btnNext);
     this.panel2.Controls.Add(this.chkSynch);
     this.panel2.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.panel2.Location = new System.Drawing.Point(0, 500);
     this.panel2.Name = "panel2";
     this.panel2.Size = new System.Drawing.Size(752, 20);
     this.panel2.TabIndex = 6;
     this.panel2.Click += new System.EventHandler(this.panel2_Click);
     //
     // btnOptions
     //
     this.btnOptions.ButtonForm = NSPAControls.eButtonForm.Rectangle;
     this.btnOptions.HighlightColor = System.Drawing.SystemColors.HotTrack;
     this.btnOptions.HottrackImage = ((System.Drawing.Image)(resources.GetObject("btnOptions.HottrackImage")));
     this.btnOptions.Location = new System.Drawing.Point(340, -9);
     this.btnOptions.Name = "btnOptions";
     this.btnOptions.NormalImage = ((System.Drawing.Image)(resources.GetObject("btnOptions.NormalImage")));
     this.btnOptions.OnlyShowBitmap = true;
     this.btnOptions.PressedImage = ((System.Drawing.Image)(resources.GetObject("btnOptions.PressedImage")));
     this.btnOptions.Size = new System.Drawing.Size(60, 25);
     this.btnOptions.Text = "Options";
     this.btnOptions.TextAlign = NSPAControls.eTextAlign.Bottom;
     this.btnOptions.ToolTip = null;
     this.btnOptions.Visible = false;
     this.btnOptions.Click += new System.EventHandler(this.btnOptions_Click);
     //
     // btnFirst
     //
     this.btnFirst.ButtonForm = NSPAControls.eButtonForm.Rectangle;
     this.btnFirst.HighlightColor = System.Drawing.SystemColors.HotTrack;
     this.btnFirst.HottrackImage = ((System.Drawing.Image)(resources.GetObject("btnFirst.HottrackImage")));
     this.btnFirst.Location = new System.Drawing.Point(61, 30);
     this.btnFirst.Name = "btnFirst";
     this.btnFirst.NormalImage = ((System.Drawing.Image)(resources.GetObject("btnFirst.NormalImage")));
     this.btnFirst.OnlyShowBitmap = true;
     this.btnFirst.PressedImage = ((System.Drawing.Image)(resources.GetObject("btnFirst.PressedImage")));
     this.btnFirst.Size = new System.Drawing.Size(23, 1);
     this.btnFirst.Text = "nsButton3";
     this.btnFirst.TextAlign = NSPAControls.eTextAlign.Bottom;
     this.btnFirst.ToolTip = null;
     this.btnFirst.Visible = false;
     this.btnFirst.Click += new System.EventHandler(this.btnFirst_Click);
     //
     // btnLast
     //
     this.btnLast.ButtonForm = NSPAControls.eButtonForm.Rectangle;
     this.btnLast.HighlightColor = System.Drawing.SystemColors.HotTrack;
     this.btnLast.HottrackImage = ((System.Drawing.Image)(resources.GetObject("btnLast.HottrackImage")));
     this.btnLast.Location = new System.Drawing.Point(106, 31);
     this.btnLast.Name = "btnLast";
     this.btnLast.NormalImage = ((System.Drawing.Image)(resources.GetObject("btnLast.NormalImage")));
     this.btnLast.OnlyShowBitmap = true;
     this.btnLast.PressedImage = ((System.Drawing.Image)(resources.GetObject("btnLast.PressedImage")));
     this.btnLast.Size = new System.Drawing.Size(23, 2);
     this.btnLast.Text = "nsButton3";
     this.btnLast.TextAlign = NSPAControls.eTextAlign.Bottom;
     this.btnLast.ToolTip = null;
     this.btnLast.Visible = false;
     this.btnLast.Click += new System.EventHandler(this.btnLast_Click);
     //
     // btnPrev
     //
     this.btnPrev.ButtonForm = NSPAControls.eButtonForm.Rectangle;
     this.btnPrev.HighlightColor = System.Drawing.SystemColors.HotTrack;
     this.btnPrev.HottrackImage = ((System.Drawing.Image)(resources.GetObject("btnPrev.HottrackImage")));
     this.btnPrev.Location = new System.Drawing.Point(27, 32);
     this.btnPrev.Name = "btnPrev";
     this.btnPrev.NormalImage = ((System.Drawing.Image)(resources.GetObject("btnPrev.NormalImage")));
     this.btnPrev.OnlyShowBitmap = true;
     this.btnPrev.PressedImage = ((System.Drawing.Image)(resources.GetObject("btnPrev.PressedImage")));
     this.btnPrev.Size = new System.Drawing.Size(23, 1);
     this.btnPrev.Text = "nsButton3";
     this.btnPrev.TextAlign = NSPAControls.eTextAlign.Bottom;
     this.btnPrev.ToolTip = null;
     this.btnPrev.Visible = false;
     this.btnPrev.Click += new System.EventHandler(this.btnPrev_Click);
     //
     // chkShowThumbNails
     //
     this.chkShowThumbNails.Location = new System.Drawing.Point(129, 38);
     this.chkShowThumbNails.Name = "chkShowThumbNails";
     this.chkShowThumbNails.Size = new System.Drawing.Size(112, 16);
     this.chkShowThumbNails.TabIndex = 8;
     this.chkShowThumbNails.Text = "Show Annotations";
     this.chkShowThumbNails.Visible = false;
     this.chkShowThumbNails.CheckedChanged += new System.EventHandler(this.chkShowThumbNails_CheckedChanged);
     //
     // chkThumbNail
     //
     this.chkThumbNail.Enabled = false;
     this.chkThumbNail.Location = new System.Drawing.Point(13, 38);
     this.chkThumbNail.Name = "chkThumbNail";
     this.chkThumbNail.Size = new System.Drawing.Size(104, 16);
     this.chkThumbNail.TabIndex = 7;
     this.chkThumbNail.Text = "Add Annotation";
     this.chkThumbNail.Visible = false;
     this.chkThumbNail.CheckedChanged += new System.EventHandler(this.chkThumbNail_CheckedChanged);
     //
     // btnNext
     //
     this.btnNext.ButtonForm = NSPAControls.eButtonForm.Rectangle;
     this.btnNext.HighlightColor = System.Drawing.SystemColors.HotTrack;
     this.btnNext.HottrackImage = ((System.Drawing.Image)(resources.GetObject("btnNext.HottrackImage")));
     this.btnNext.Location = new System.Drawing.Point(255, 31);
     this.btnNext.Name = "btnNext";
     this.btnNext.NormalImage = ((System.Drawing.Image)(resources.GetObject("btnNext.NormalImage")));
     this.btnNext.OnlyShowBitmap = true;
     this.btnNext.PressedImage = ((System.Drawing.Image)(resources.GetObject("btnNext.PressedImage")));
     this.btnNext.Size = new System.Drawing.Size(23, 1);
     this.btnNext.Text = "nsButton3";
     this.btnNext.TextAlign = NSPAControls.eTextAlign.Bottom;
     this.btnNext.ToolTip = null;
     this.btnNext.Visible = false;
     this.btnNext.Click += new System.EventHandler(this.btnNext_Click);
     //
     // chkSynch
     //
     this.chkSynch.Location = new System.Drawing.Point(259, 38);
     this.chkSynch.Name = "chkSynch";
     this.chkSynch.Size = new System.Drawing.Size(86, 16);
     this.chkSynch.TabIndex = 8;
     this.chkSynch.Text = "Synchornize";
     this.chkSynch.Visible = false;
     //
     // panel3
     //
     this.panel3.Dock = System.Windows.Forms.DockStyle.Right;
     this.panel3.Location = new System.Drawing.Point(732, 0);
     this.panel3.Name = "panel3";
     this.panel3.Size = new System.Drawing.Size(20, 500);
     this.panel3.TabIndex = 7;
     this.panel3.Paint += new System.Windows.Forms.PaintEventHandler(this.panel3_Paint);
     //
     // nsButton1
     //
     this.nsButton1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.nsButton1.ButtonForm = NSPAControls.eButtonForm.Rectangle;
     this.nsButton1.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.nsButton1.HighlightColor = System.Drawing.SystemColors.HotTrack;
     this.nsButton1.HottrackImage = null;
     this.nsButton1.Location = new System.Drawing.Point(600, 16);
     this.nsButton1.Name = "nsButton1";
     this.nsButton1.NormalImage = ((System.Drawing.Image)(resources.GetObject("nsButton1.NormalImage")));
     this.nsButton1.OnlyShowBitmap = true;
     this.nsButton1.PressedImage = null;
     this.nsButton1.Size = new System.Drawing.Size(18, 21);
     this.nsButton1.TextAlign = NSPAControls.eTextAlign.Bottom;
     this.nsButton1.ToolTip = null;
     this.nsButton1.Visible = false;
     this.nsButton1.Click += new System.EventHandler(this.buttonDown_Click);
     //
     // buttonDown
     //
     this.buttonDown.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.buttonDown.ButtonForm = NSPAControls.eButtonForm.Rectangle;
     this.buttonDown.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.buttonDown.HighlightColor = System.Drawing.SystemColors.HotTrack;
     this.buttonDown.HottrackImage = null;
     this.buttonDown.Location = new System.Drawing.Point(640, 56);
     this.buttonDown.Name = "buttonDown";
     this.buttonDown.NormalImage = ((System.Drawing.Image)(resources.GetObject("buttonDown.NormalImage")));
     this.buttonDown.OnlyShowBitmap = true;
     this.buttonDown.PressedImage = null;
     this.buttonDown.Size = new System.Drawing.Size(18, 21);
     this.buttonDown.TextAlign = NSPAControls.eTextAlign.Bottom;
     this.buttonDown.ToolTip = null;
     this.buttonDown.Visible = false;
     this.buttonDown.Click += new System.EventHandler(this.nsButton2_Click);
     //
     // nsButton2
     //
     this.nsButton2.ButtonForm = NSPAControls.eButtonForm.Rectangle;
     this.nsButton2.HighlightColor = System.Drawing.SystemColors.HotTrack;
     this.nsButton2.HottrackImage = null;
     this.nsButton2.Location = new System.Drawing.Point(0, 0);
     this.nsButton2.Name = "nsButton2";
     this.nsButton2.NormalImage = null;
     this.nsButton2.OnlyShowBitmap = false;
     this.nsButton2.PressedImage = null;
     this.nsButton2.Size = new System.Drawing.Size(23, 23);
     this.nsButton2.TextAlign = NSPAControls.eTextAlign.Bottom;
     this.nsButton2.ToolTip = null;
     this.nsButton2.Visible = false;
     //
     // panel4
     //
     this.panel4.Controls.Add(this.panel1);
     this.panel4.Controls.Add(this.lblStatus);
     this.panel4.Dock = System.Windows.Forms.DockStyle.Fill;
     this.panel4.Location = new System.Drawing.Point(24, 0);
     this.panel4.Name = "panel4";
     this.panel4.Size = new System.Drawing.Size(708, 500);
     this.panel4.TabIndex = 9;
     //
     // panelAnnotations
     //
     this.panelAnnotations.AutoScroll = true;
     this.panelAnnotations.Controls.Add(this.annotateBox);
     this.panelAnnotations.Dock = System.Windows.Forms.DockStyle.Left;
     this.panelAnnotations.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.panelAnnotations.Location = new System.Drawing.Point(0, 0);
     this.panelAnnotations.Name = "panelAnnotations";
     this.panelAnnotations.Size = new System.Drawing.Size(24, 500);
     this.panelAnnotations.TabIndex = 8;
     //
     // annotateBox
     //
     this.annotateBox.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.annotateBox.Location = new System.Drawing.Point(10, 16);
     this.annotateBox.Name = "annotateBox";
     this.annotateBox.Size = new System.Drawing.Size(60, 50);
     this.annotateBox.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     this.annotateBox.TabIndex = 8;
     this.annotateBox.TabStop = false;
     this.annotateBox.Click += new System.EventHandler(this.annotateBox_Click);
     //
     // documentSharingControl
     //
     this.Controls.Add(this.panel4);
     this.Controls.Add(this.panelAnnotations);
     this.Controls.Add(this.panel3);
     this.Controls.Add(this.panel2);
     this.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.Name = "documentSharingControl";
     this.Size = new System.Drawing.Size(752, 520);
     this.panel1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.axWebBrowser1)).EndInit();
     this.panel2.ResumeLayout(false);
     this.panel4.ResumeLayout(false);
     this.panelAnnotations.ResumeLayout(false);
     this.ResumeLayout(false);
 }
示例#57
0
 /// <summary> 
 /// Required method for Designer support - do not modify 
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(ManageContentInfo));
     this.lblInfo = new System.Windows.Forms.Label();
     this.groupBox1 = new System.Windows.Forms.GroupBox();
     this.listWebPolls = new System.Windows.Forms.ListView();
     this.columnHeader2 = new System.Windows.Forms.ColumnHeader();
     this.columnHeader1 = new System.Windows.Forms.ColumnHeader();
     this.btnUploadContent = new System.Windows.Forms.Button();
     this.btnRefresh = new System.Windows.Forms.Button();
     this.axWebBrowser2 = new AxSHDocVw.AxWebBrowser();
     this.groupBox1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.axWebBrowser2)).BeginInit();
     this.SuspendLayout();
     //
     // lblInfo
     //
     this.lblInfo.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
         | System.Windows.Forms.AnchorStyles.Right)));
     this.lblInfo.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.lblInfo.ForeColor = System.Drawing.Color.Red;
     this.lblInfo.Location = new System.Drawing.Point(183, 452);
     this.lblInfo.Name = "lblInfo";
     this.lblInfo.Size = new System.Drawing.Size(0, 0);
     this.lblInfo.TabIndex = 7;
     this.lblInfo.Text = "Retrieving Content. Please Wait..";
     this.lblInfo.Visible = false;
     //
     // groupBox1
     //
     this.groupBox1.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.groupBox1.Controls.Add(this.listWebPolls);
     this.groupBox1.Location = new System.Drawing.Point(10, 13);
     this.groupBox1.Name = "groupBox1";
     this.groupBox1.Size = new System.Drawing.Size(634, 431);
     this.groupBox1.TabIndex = 3;
     this.groupBox1.TabStop = false;
     this.groupBox1.Text = "Information Page";
     //
     // listWebPolls
     //
     this.listWebPolls.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
                                                                                    this.columnHeader2,
                                                                                    this.columnHeader1});
     this.listWebPolls.FullRowSelect = true;
     this.listWebPolls.Location = new System.Drawing.Point(3, 17);
     this.listWebPolls.MultiSelect = false;
     this.listWebPolls.Name = "listWebPolls";
     this.listWebPolls.Size = new System.Drawing.Size(0, 0);
     this.listWebPolls.TabIndex = 0;
     this.listWebPolls.View = System.Windows.Forms.View.Details;
     this.listWebPolls.Visible = false;
     this.listWebPolls.DoubleClick += new System.EventHandler(this.listWebPolls_DoubleClick);
     this.listWebPolls.SelectedIndexChanged += new System.EventHandler(this.listWebPolls_SelectedIndexChanged);
     //
     // columnHeader2
     //
     this.columnHeader2.Text = "Item";
     this.columnHeader2.Width = 110;
     //
     // columnHeader1
     //
     this.columnHeader1.Text = "URL";
     this.columnHeader1.Width = 450;
     //
     // btnUploadContent
     //
     this.btnUploadContent.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnUploadContent.Location = new System.Drawing.Point(560, 448);
     this.btnUploadContent.Name = "btnUploadContent";
     this.btnUploadContent.Size = new System.Drawing.Size(0, 0);
     this.btnUploadContent.TabIndex = 8;
     this.btnUploadContent.Text = "Upload";
     this.btnUploadContent.Visible = false;
     this.btnUploadContent.Click += new System.EventHandler(this.btnUploadContent_Click);
     //
     // btnRefresh
     //
     this.btnRefresh.BackColor = System.Drawing.Color.FromArgb(((System.Byte)(212)), ((System.Byte)(202)), ((System.Byte)(227)));
     this.btnRefresh.Location = new System.Drawing.Point(288, 448);
     this.btnRefresh.Name = "btnRefresh";
     this.btnRefresh.TabIndex = 10;
     this.btnRefresh.Text = "&Refresh";
     this.btnRefresh.Click += new System.EventHandler(this.btnRefresh_Click);
     //
     // axWebBrowser2
     //
     this.axWebBrowser2.Dock = System.Windows.Forms.DockStyle.Fill;
     this.axWebBrowser2.Enabled = true;
     this.axWebBrowser2.Location = new System.Drawing.Point(0, 0);
     this.axWebBrowser2.OcxState = ((System.Windows.Forms.AxHost.State)(resources.GetObject("axWebBrowser2.OcxState")));
     this.axWebBrowser2.Size = new System.Drawing.Size(656, 480);
     this.axWebBrowser2.TabIndex = 0;
     //this.axWebBrowser2.TitleChange += new AxSHDocVw.DWebBrowserEvents2_TitleChangeEventHandler(this.axWebBrowser2_TitleChange);
     this.axWebBrowser2.DocumentComplete  +=new AxSHDocVw.DWebBrowserEvents2_DocumentCompleteEventHandler(this.axWebBrowser1_DocumentComplete);
     //this.axWebBrowser2.DocumentComplete += new AxSHDocVw.DWebBrowserEvents2_DocumentCompleteEventHandler(this.axWebBrowser2_DocumentComplete_1);
     //
     // ManageContentInfo
     //
     this.Controls.Add(this.axWebBrowser2);
     this.Controls.Add(this.btnRefresh);
     this.Controls.Add(this.btnUploadContent);
     this.Controls.Add(this.groupBox1);
     this.Controls.Add(this.lblInfo);
     this.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.Name = "ManageContentInfo";
     this.Size = new System.Drawing.Size(656, 480);
     this.Load += new System.EventHandler(this.ManageContentBookmarks_Load);
     this.Enter += new System.EventHandler(this.ManageContentBookmarks_Enter);
     this.groupBox1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.axWebBrowser2)).EndInit();
     this.ResumeLayout(false);
 }
示例#58
0
 /// <summary> 
 /// Required method for Designer support - do not modify 
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(ascxExport));
     this.btPreviewXmlFileWithAllData = new System.Windows.Forms.Button();
     this.lbXmlFileCreated = new System.Windows.Forms.Label();
     this.label6 = new System.Windows.Forms.Label();
     this.btGenerateXmlWithAllData = new System.Windows.Forms.Button();
     this.label8 = new System.Windows.Forms.Label();
     this.axWebBrowser_ShowHtmlReport = new AxSHDocVw.AxWebBrowser();
     this.label9 = new System.Windows.Forms.Label();
     this.label7 = new System.Windows.Forms.Label();
     this.btProcessTransformation = new System.Windows.Forms.Button();
     this.lbXmlFileCreate_DataTransformation = new System.Windows.Forms.Label();
     this.label13 = new System.Windows.Forms.Label();
     this.btPreviewDataTransformationFile = new System.Windows.Forms.Button();
     this.cbDataFilter = new System.Windows.Forms.ComboBox();
     this.label1 = new System.Windows.Forms.Label();
     this.label2 = new System.Windows.Forms.Label();
     this.label3 = new System.Windows.Forms.Label();
     this.cbXSDtoUseOnExport = new System.Windows.Forms.ComboBox();
     this.btVerifyXmlFile = new System.Windows.Forms.Button();
     this.lbXmlValidationResult = new System.Windows.Forms.Label();
     this.txtXmlValidationResult = new System.Windows.Forms.TextBox();
     this.label5 = new System.Windows.Forms.Label();
     this.label4 = new System.Windows.Forms.Label();
     this.txtPathToSaveXmlFile = new System.Windows.Forms.TextBox();
     this.label10 = new System.Windows.Forms.Label();
     this.txtExportedXmlFileName = new System.Windows.Forms.TextBox();
     this.btExportedXmlFileCopy = new System.Windows.Forms.Button();
     this.label11 = new System.Windows.Forms.Label();
     ((System.ComponentModel.ISupportInitialize)(this.axWebBrowser_ShowHtmlReport)).BeginInit();
     this.SuspendLayout();
     //
     // btPreviewXmlFileWithAllData
     //
     this.btPreviewXmlFileWithAllData.Enabled = false;
     this.btPreviewXmlFileWithAllData.Location = new System.Drawing.Point(664, 40);
     this.btPreviewXmlFileWithAllData.Name = "btPreviewXmlFileWithAllData";
     this.btPreviewXmlFileWithAllData.Size = new System.Drawing.Size(96, 20);
     this.btPreviewXmlFileWithAllData.TabIndex = 34;
     this.btPreviewXmlFileWithAllData.Text = "Preview File";
     this.btPreviewXmlFileWithAllData.Click += new System.EventHandler(this.btPreviewXmlFileWithAllData_Click);
     //
     // lbXmlFileCreated
     //
     this.lbXmlFileCreated.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.lbXmlFileCreated.Location = new System.Drawing.Point(576, 48);
     this.lbXmlFileCreated.Name = "lbXmlFileCreated";
     this.lbXmlFileCreated.Size = new System.Drawing.Size(88, 16);
     this.lbXmlFileCreated.TabIndex = 36;
     //
     // label6
     //
     this.label6.Location = new System.Drawing.Point(480, 48);
     this.label6.Name = "label6";
     this.label6.Size = new System.Drawing.Size(112, 16);
     this.label6.TabIndex = 35;
     this.label6.Text = "Xml File Created ->";
     this.label6.Click += new System.EventHandler(this.label6_Click);
     //
     // btGenerateXmlWithAllData
     //
     this.btGenerateXmlWithAllData.Location = new System.Drawing.Point(312, 40);
     this.btGenerateXmlWithAllData.Name = "btGenerateXmlWithAllData";
     this.btGenerateXmlWithAllData.Size = new System.Drawing.Size(152, 20);
     this.btGenerateXmlWithAllData.TabIndex = 33;
     this.btGenerateXmlWithAllData.Text = "Generate Xml With All Data";
     this.btGenerateXmlWithAllData.Click += new System.EventHandler(this.btGenerateXmlWithAllData_Click);
     //
     // label8
     //
     this.label8.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.label8.Location = new System.Drawing.Point(8, 8);
     this.label8.Name = "label8";
     this.label8.Size = new System.Drawing.Size(280, 16);
     this.label8.TabIndex = 37;
     this.label8.Text = "Step 1) Generate Xml File with All Data";
     //
     // axWebBrowser_ShowHtmlReport
     //
     this.axWebBrowser_ShowHtmlReport.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.axWebBrowser_ShowHtmlReport.Enabled = true;
     this.axWebBrowser_ShowHtmlReport.Location = new System.Drawing.Point(8, 392);
     this.axWebBrowser_ShowHtmlReport.OcxState = ((System.Windows.Forms.AxHost.State)(resources.GetObject("axWebBrowser_ShowHtmlReport.OcxState")));
     this.axWebBrowser_ShowHtmlReport.Size = new System.Drawing.Size(904, 96);
     this.axWebBrowser_ShowHtmlReport.TabIndex = 38;
     //
     // label9
     //
     this.label9.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.label9.Location = new System.Drawing.Point(8, 64);
     this.label9.Name = "label9";
     this.label9.Size = new System.Drawing.Size(280, 16);
     this.label9.TabIndex = 39;
     this.label9.Text = "Step 2)  Apply Data Filter";
     //
     // label7
     //
     this.label7.Location = new System.Drawing.Point(40, 91);
     this.label7.Name = "label7";
     this.label7.Size = new System.Drawing.Size(112, 16);
     this.label7.TabIndex = 43;
     this.label7.Text = "Data Filter ->";
     //
     // btProcessTransformation
     //
     this.btProcessTransformation.Enabled = false;
     this.btProcessTransformation.Location = new System.Drawing.Point(312, 88);
     this.btProcessTransformation.Name = "btProcessTransformation";
     this.btProcessTransformation.Size = new System.Drawing.Size(152, 20);
     this.btProcessTransformation.TabIndex = 40;
     this.btProcessTransformation.Text = "ProcessTransformation";
     this.btProcessTransformation.Click += new System.EventHandler(this.btProcessTransformation_Click);
     //
     // lbXmlFileCreate_DataTransformation
     //
     this.lbXmlFileCreate_DataTransformation.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.lbXmlFileCreate_DataTransformation.Location = new System.Drawing.Point(568, 91);
     this.lbXmlFileCreate_DataTransformation.Name = "lbXmlFileCreate_DataTransformation";
     this.lbXmlFileCreate_DataTransformation.Size = new System.Drawing.Size(88, 16);
     this.lbXmlFileCreate_DataTransformation.TabIndex = 44;
     //
     // label13
     //
     this.label13.Location = new System.Drawing.Point(480, 91);
     this.label13.Name = "label13";
     this.label13.Size = new System.Drawing.Size(112, 16);
     this.label13.TabIndex = 42;
     this.label13.Text = "Xml File Created ->";
     //
     // btPreviewDataTransformationFile
     //
     this.btPreviewDataTransformationFile.Enabled = false;
     this.btPreviewDataTransformationFile.Location = new System.Drawing.Point(664, 89);
     this.btPreviewDataTransformationFile.Name = "btPreviewDataTransformationFile";
     this.btPreviewDataTransformationFile.Size = new System.Drawing.Size(96, 20);
     this.btPreviewDataTransformationFile.TabIndex = 41;
     this.btPreviewDataTransformationFile.Text = "Preview File";
     this.btPreviewDataTransformationFile.Click += new System.EventHandler(this.btPreviewDataTransformationFile_Click);
     //
     // cbDataFilter
     //
     this.cbDataFilter.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cbDataFilter.Enabled = false;
     this.cbDataFilter.Items.AddRange(new object[] {
                                                       "misc\\Export.xslt",
                                                       "misc\\MapToDataFeedXsd_v0_5.xslt"});
     this.cbDataFilter.Location = new System.Drawing.Point(120, 88);
     this.cbDataFilter.Name = "cbDataFilter";
     this.cbDataFilter.Size = new System.Drawing.Size(184, 21);
     this.cbDataFilter.Sorted = true;
     this.cbDataFilter.TabIndex = 45;
     //
     // label1
     //
     this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.label1.Location = new System.Drawing.Point(11, 128);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(280, 16);
     this.label1.TabIndex = 39;
     this.label1.Text = "Step 3) Verify created XML file with current XSD";
     //
     // label2
     //
     this.label2.Location = new System.Drawing.Point(40, 155);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(80, 16);
     this.label2.TabIndex = 43;
     this.label2.Text = "XSD to use ->";
     //
     // label3
     //
     this.label3.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.label3.Location = new System.Drawing.Point(8, 248);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(136, 16);
     this.label3.TabIndex = 39;
     this.label3.Text = "Step 4) Publish XML File";
     //
     // cbXSDtoUseOnExport
     //
     this.cbXSDtoUseOnExport.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cbXSDtoUseOnExport.Enabled = false;
     this.cbXSDtoUseOnExport.Items.AddRange(new object[] {
                                                                "DataFeedXsd_v0.5.xsd"});
     this.cbXSDtoUseOnExport.Location = new System.Drawing.Point(120, 152);
     this.cbXSDtoUseOnExport.Name = "cbXSDtoUseOnExport";
     this.cbXSDtoUseOnExport.Size = new System.Drawing.Size(184, 21);
     this.cbXSDtoUseOnExport.Sorted = true;
     this.cbXSDtoUseOnExport.TabIndex = 45;
     //
     // btVerifyXmlFile
     //
     this.btVerifyXmlFile.Enabled = false;
     this.btVerifyXmlFile.Location = new System.Drawing.Point(312, 152);
     this.btVerifyXmlFile.Name = "btVerifyXmlFile";
     this.btVerifyXmlFile.Size = new System.Drawing.Size(208, 20);
     this.btVerifyXmlFile.TabIndex = 40;
     this.btVerifyXmlFile.Text = "Verify Xml File using selected XSD";
     this.btVerifyXmlFile.Click += new System.EventHandler(this.btVerifyXmlFile_Click);
     //
     // lbXmlValidationResult
     //
     this.lbXmlValidationResult.Location = new System.Drawing.Point(648, 152);
     this.lbXmlValidationResult.Name = "lbXmlValidationResult";
     this.lbXmlValidationResult.Size = new System.Drawing.Size(112, 16);
     this.lbXmlValidationResult.TabIndex = 43;
     this.lbXmlValidationResult.Text = "...";
     //
     // txtXmlValidationResult
     //
     this.txtXmlValidationResult.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
         | System.Windows.Forms.AnchorStyles.Right)));
     this.txtXmlValidationResult.Location = new System.Drawing.Point(552, 168);
     this.txtXmlValidationResult.Multiline = true;
     this.txtXmlValidationResult.Name = "txtXmlValidationResult";
     this.txtXmlValidationResult.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
     this.txtXmlValidationResult.Size = new System.Drawing.Size(352, 56);
     this.txtXmlValidationResult.TabIndex = 46;
     this.txtXmlValidationResult.Text = "";
     //
     // label5
     //
     this.label5.Location = new System.Drawing.Point(552, 152);
     this.label5.Name = "label5";
     this.label5.Size = new System.Drawing.Size(120, 16);
     this.label5.TabIndex = 43;
     this.label5.Text = "Xml Validation Result:";
     //
     // label4
     //
     this.label4.Location = new System.Drawing.Point(40, 280);
     this.label4.Name = "label4";
     this.label4.Size = new System.Drawing.Size(168, 16);
     this.label4.TabIndex = 35;
     this.label4.Text = "Path To Save Exported Xml File";
     //
     // txtPathToSaveXmlFile
     //
     this.txtPathToSaveXmlFile.Location = new System.Drawing.Point(208, 276);
     this.txtPathToSaveXmlFile.Name = "txtPathToSaveXmlFile";
     this.txtPathToSaveXmlFile.Size = new System.Drawing.Size(112, 20);
     this.txtPathToSaveXmlFile.TabIndex = 47;
     this.txtPathToSaveXmlFile.Text = "c:\\__Exports";
     //
     // label10
     //
     this.label10.Location = new System.Drawing.Point(328, 280);
     this.label10.Name = "label10";
     this.label10.Size = new System.Drawing.Size(56, 16);
     this.label10.TabIndex = 35;
     this.label10.Text = "FileName:";
     //
     // txtExportedXmlFileName
     //
     this.txtExportedXmlFileName.Location = new System.Drawing.Point(384, 276);
     this.txtExportedXmlFileName.Name = "txtExportedXmlFileName";
     this.txtExportedXmlFileName.Size = new System.Drawing.Size(160, 20);
     this.txtExportedXmlFileName.TabIndex = 47;
     this.txtExportedXmlFileName.Text = "data_Jul_2006.xml";
     this.txtExportedXmlFileName.TextChanged += new System.EventHandler(this.txtExportedXmlFileName_TextChanged);
     //
     // btExportedXmlFileCopy
     //
     this.btExportedXmlFileCopy.Enabled = false;
     this.btExportedXmlFileCopy.Location = new System.Drawing.Point(552, 278);
     this.btExportedXmlFileCopy.Name = "btExportedXmlFileCopy";
     this.btExportedXmlFileCopy.Size = new System.Drawing.Size(136, 20);
     this.btExportedXmlFileCopy.TabIndex = 34;
     this.btExportedXmlFileCopy.Text = "Copy File ";
     this.btExportedXmlFileCopy.Click += new System.EventHandler(this.btExportedXmlFileCopy_Click);
     //
     // label11
     //
     this.label11.Font = new System.Drawing.Font("Microsoft Sans Serif", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.label11.Location = new System.Drawing.Point(552, 302);
     this.label11.Name = "label11";
     this.label11.Size = new System.Drawing.Size(152, 16);
     this.label11.TabIndex = 35;
     this.label11.Text = "(i.e. put file in Exported Directory)";
     //
     // ascxExport
     //
     this.Controls.Add(this.txtPathToSaveXmlFile);
     this.Controls.Add(this.txtXmlValidationResult);
     this.Controls.Add(this.cbDataFilter);
     this.Controls.Add(this.label7);
     this.Controls.Add(this.btProcessTransformation);
     this.Controls.Add(this.lbXmlFileCreate_DataTransformation);
     this.Controls.Add(this.label13);
     this.Controls.Add(this.btPreviewDataTransformationFile);
     this.Controls.Add(this.label9);
     this.Controls.Add(this.axWebBrowser_ShowHtmlReport);
     this.Controls.Add(this.label8);
     this.Controls.Add(this.btPreviewXmlFileWithAllData);
     this.Controls.Add(this.lbXmlFileCreated);
     this.Controls.Add(this.label6);
     this.Controls.Add(this.btGenerateXmlWithAllData);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.cbXSDtoUseOnExport);
     this.Controls.Add(this.btVerifyXmlFile);
     this.Controls.Add(this.lbXmlValidationResult);
     this.Controls.Add(this.label5);
     this.Controls.Add(this.label4);
     this.Controls.Add(this.label10);
     this.Controls.Add(this.txtExportedXmlFileName);
     this.Controls.Add(this.btExportedXmlFileCopy);
     this.Controls.Add(this.label11);
     this.Name = "ascxExport";
     this.Size = new System.Drawing.Size(920, 496);
     this.Load += new System.EventHandler(this.ascxExport_Load);
     ((System.ComponentModel.ISupportInitialize)(this.axWebBrowser_ShowHtmlReport)).EndInit();
     this.ResumeLayout(false);
 }
示例#59
0
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(ManageContentWebPresentations));
            this.groupBox1            = new System.Windows.Forms.GroupBox();
            this.listWebPresentations = new System.Windows.Forms.ListView();
            this.columnHeader2        = new System.Windows.Forms.ColumnHeader();
            this.lblInfo          = new System.Windows.Forms.Label();
            this.btnUploadContent = new System.Windows.Forms.Button();
            this.btnRefresh       = new System.Windows.Forms.Button();
            this.axWebBrowser1    = new AxSHDocVw.AxWebBrowser();
            this.groupBox1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.axWebBrowser1)).BeginInit();
            this.SuspendLayout();
            //
            // groupBox1
            //
            this.groupBox1.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.groupBox1.Controls.Add(this.listWebPresentations);
            this.groupBox1.Location = new System.Drawing.Point(10, 13);
            this.groupBox1.Name     = "groupBox1";
            this.groupBox1.Size     = new System.Drawing.Size(634, 431);
            this.groupBox1.TabIndex = 3;
            this.groupBox1.TabStop  = false;
            this.groupBox1.Text     = "Manage WebPresentations";
            //
            // listWebPresentations
            //
            this.listWebPresentations.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
                this.columnHeader2
            });
            this.listWebPresentations.FullRowSelect = true;
            this.listWebPresentations.Location      = new System.Drawing.Point(3, 17);
            this.listWebPresentations.MultiSelect   = false;
            this.listWebPresentations.Name          = "listWebPresentations";
            this.listWebPresentations.Size          = new System.Drawing.Size(0, 0);
            this.listWebPresentations.TabIndex      = 0;
            this.listWebPresentations.View          = System.Windows.Forms.View.Details;
            this.listWebPresentations.DoubleClick  += new System.EventHandler(this.listWebPresentations_DoubleClick);
            //
            // columnHeader2
            //
            this.columnHeader2.Text  = "Item";
            this.columnHeader2.Width = 258;
            //
            // lblInfo
            //
            this.lblInfo.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                                                                        | System.Windows.Forms.AnchorStyles.Right)));
            this.lblInfo.Font      = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
            this.lblInfo.ForeColor = System.Drawing.Color.Red;
            this.lblInfo.Location  = new System.Drawing.Point(183, 452);
            this.lblInfo.Name      = "lblInfo";
            this.lblInfo.Size      = new System.Drawing.Size(0, 0);
            this.lblInfo.TabIndex  = 6;
            this.lblInfo.Text      = "Retrieving Content. Please Wait..";
            this.lblInfo.Visible   = false;
            //
            // btnUploadContent
            //
            this.btnUploadContent.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.btnUploadContent.Location = new System.Drawing.Point(560, 448);
            this.btnUploadContent.Name     = "btnUploadContent";
            this.btnUploadContent.Size     = new System.Drawing.Size(0, 0);
            this.btnUploadContent.TabIndex = 9;
            this.btnUploadContent.Text     = "Upload";
            this.btnUploadContent.Visible  = false;
            this.btnUploadContent.Click   += new System.EventHandler(this.btnUploadContent_Click);
            //
            // btnRefresh
            //
            this.btnRefresh.BackColor = System.Drawing.Color.FromArgb(((System.Byte)(212)), ((System.Byte)(202)), ((System.Byte)(227)));
            this.btnRefresh.Location  = new System.Drawing.Point(288, 448);
            this.btnRefresh.Name      = "btnRefresh";
            this.btnRefresh.TabIndex  = 10;
            this.btnRefresh.Text      = "&Refresh";
            this.btnRefresh.Click    += new System.EventHandler(this.btnRefresh_Click);
            //
            // axWebBrowser1
            //
            this.axWebBrowser1.Dock         = System.Windows.Forms.DockStyle.Fill;
            this.axWebBrowser1.Enabled      = true;
            this.axWebBrowser1.Location     = new System.Drawing.Point(0, 0);
            this.axWebBrowser1.OcxState     = ((System.Windows.Forms.AxHost.State)(resources.GetObject("axWebBrowser1.OcxState")));
            this.axWebBrowser1.Size         = new System.Drawing.Size(656, 480);
            this.axWebBrowser1.TitleChange += new AxSHDocVw.DWebBrowserEvents2_TitleChangeEventHandler(axWebBrowser1_TitleChange);
            //this.axWebBrowser1.BeforeNavigate2 +=new AxSHDocVw.DWebBrowserEvents2_BeforeNavigate2EventHandler(this.axLunchWebsite);
            //.DWebBrowserEvents2_TitleChangeEventHandler(axWebBrowser1_TitleChange);
            this.axWebBrowser1.TabIndex = 1;

            this.axWebBrowser1.DocumentComplete += new AxSHDocVw.DWebBrowserEvents2_DocumentCompleteEventHandler(this.axWebBrowser1_DownloadComplete);
            //
            // ManageContentWebPresentations
            //
            this.Controls.Add(this.axWebBrowser1);
            this.Controls.Add(this.btnRefresh);
            this.Controls.Add(this.lblInfo);
            this.Controls.Add(this.groupBox1);
            this.Controls.Add(this.btnUploadContent);
            this.Font  = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
            this.Name  = "ManageContentWebPresentations";
            this.Size  = new System.Drawing.Size(656, 480);
            this.Load += new EventHandler(this.ManageContentWebPresentations_Enter);
            //this.Enter += new System.EventHandler();
            this.groupBox1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.axWebBrowser1)).EndInit();
            this.ResumeLayout(false);
        }
示例#60
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(frmMain));
     this._webBrowser = new AxSHDocVw.AxWebBrowser();
     this._menuBar = new System.Windows.Forms.MainMenu();
     this._miFile = new System.Windows.Forms.MenuItem();
     this._miOpen = new System.Windows.Forms.MenuItem();
     this._miExit = new System.Windows.Forms.MenuItem();
     this._ofd = new System.Windows.Forms.OpenFileDialog();
     ((System.ComponentModel.ISupportInitialize)(this._webBrowser)).BeginInit();
     this.SuspendLayout();
     //
     // _webBrowser
     //
     this._webBrowser.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._webBrowser.Enabled = true;
     this._webBrowser.Location = new System.Drawing.Point(0, 0);
     this._webBrowser.OcxState = ((System.Windows.Forms.AxHost.State)(resources.GetObject("_webBrowser.OcxState")));
     this._webBrowser.Size = new System.Drawing.Size(672, 296);
     this._webBrowser.TabIndex = 0;
     //
     // _menuBar
     //
     this._menuBar.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
                                                                              this._miFile});
     //
     // _miFile
     //
     this._miFile.Index = 0;
     this._miFile.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
                                                                             this._miOpen,
                                                                             this._miExit});
     this._miFile.Text = "&File";
     //
     // _miOpen
     //
     this._miOpen.Index = 0;
     this._miOpen.Text = "&Open";
     this._miOpen.Click += new System.EventHandler(this._miOpen_Click);
     //
     // _miExit
     //
     this._miExit.Index = 1;
     this._miExit.Text = "E&xit";
     this._miExit.Click += new System.EventHandler(this._miExit_Click);
     //
     // frmMain
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize = new System.Drawing.Size(672, 294);
     this.Controls.Add(this._webBrowser);
     this.Menu = this._menuBar;
     this.Name = "frmMain";
     this.Text = "Evidence Browser";
     this.Load += new System.EventHandler(this.frmMain_Load);
     ((System.ComponentModel.ISupportInitialize)(this._webBrowser)).EndInit();
     this.ResumeLayout(false);
 }