/// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            button1 = new System.Windows.Forms.Button();
            SuspendLayout();
            // 
            // button1
            // 
            button1.Location = new System.Drawing.Point(52, 36);
            button1.Name = "button1";
            button1.Size = new System.Drawing.Size(75, 23);
            button1.TabIndex = 0;
            button1.Text = "button1";
            button1.UseVisualStyleBackColor = true;
            // 
            // GameMusic
            // 
            AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            ClientSize = new System.Drawing.Size(534, 311);
            Controls.Add(button1);
            Name = "GameMusic";
            Text = "GameMusic";
            FormClosing += new System.Windows.Forms.FormClosingEventHandler(GameMusic_FormClosing);
            ResumeLayout(false);

        }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     buttonDismiss             = new System.Windows.Forms.Button();
     listBoxOutput             = new System.Windows.Forms.ListBox();
     progressBarFilesCompleted = new System.Windows.Forms.ProgressBar();
     SuspendLayout();
     //
     // buttonDismiss
     //
     buttonDismiss.Location = new System.Drawing.Point(1016, 619);
     buttonDismiss.Name     = "buttonDismiss";
     buttonDismiss.Size     = new System.Drawing.Size(200, 59);
     buttonDismiss.TabIndex = 2;
     buttonDismiss.Text     = "&Dismiss";
     buttonDismiss.UseVisualStyleBackColor = true;
     buttonDismiss.Click += new System.EventHandler(buttonDismiss_Click);
     //
     // listBoxOutput
     //
     listBoxOutput.FormattingEnabled   = true;
     listBoxOutput.HorizontalScrollbar = true;
     listBoxOutput.ItemHeight          = 31;
     listBoxOutput.Location            = new System.Drawing.Point(16, 16);
     listBoxOutput.Name          = "listBoxOutput";
     listBoxOutput.SelectionMode = System.Windows.Forms.SelectionMode.None;
     listBoxOutput.Size          = new System.Drawing.Size(1200, 593);
     listBoxOutput.TabIndex      = 0;
     //
     // progressBarFilesCompleted
     //
     progressBarFilesCompleted.Location = new System.Drawing.Point(16, 634);
     progressBarFilesCompleted.Name     = "progressBarFilesCompleted";
     progressBarFilesCompleted.Size     = new System.Drawing.Size(977, 23);
     progressBarFilesCompleted.Step     = 1;
     progressBarFilesCompleted.TabIndex = 1;
     //
     // FormResults
     //
     AutoScaleDimensions = new System.Drawing.SizeF(16F, 31F);
     AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     AutoSize            = true;
     AutoSizeMode        = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     ClientSize          = new System.Drawing.Size(1408, 872);
     ControlBox          = false;
     Controls.Add(progressBarFilesCompleted);
     Controls.Add(listBoxOutput);
     Controls.Add(buttonDismiss);
     MaximizeBox   = false;
     Name          = "FormResults";
     Padding       = new System.Windows.Forms.Padding(16);
     ShowInTaskbar = false;
     SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide;
     Text          = "Conversion results";
     FormClosing  += new System.Windows.Forms.FormClosingEventHandler(
         FormResults_FormClosing);
     Load  += new System.EventHandler(FormResults_Load);
     Shown += new System.EventHandler(FormResults_Shown);
     ResumeLayout(false);
 }
        /// <summary>
        /// 終了時のイベントハンドラを指定して通知を行います。
        /// </summary>
        public virtual void Notify(System.Windows.Forms.FormClosingEventHandler customClosingHandler)
        {
            if (!IsEnabled || IsSilenced)
            {
                return;
            }

            ShowDialog(customClosingHandler);
            PlaySound();
        }
 /// <summary>
 /// 通知ダイアログを表示します。
 /// </summary>
 public void ShowDialog(System.Windows.Forms.FormClosingEventHandler customClosingHandler = null)
 {
     if (ShowsDialog)
     {
         var dialog = new DialogNotifier(DialogData);
         dialog.FormClosing += dialog_FormClosing;
         if (customClosingHandler != null)
         {
             dialog.FormClosing += customClosingHandler;
         }
         NotifierManager.Instance.ShowNotifier(dialog);
     }
 }
Beispiel #5
0
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            FormClosing += new System.Windows.Forms.FormClosingEventHandler(DeviceForm_ClosingHandler);
            this.lblStatus = new System.Windows.Forms.Label();
            this.lblVolume = new System.Windows.Forms.Label();
            this.SuspendLayout();
            // 
            // lblStatus
            // 
            this.lblStatus.AutoSize = true;
            this.lblStatus.Location = new System.Drawing.Point(12, 9);
            this.lblStatus.Name = "lblStatus";
            this.lblStatus.Size = new System.Drawing.Size(40, 13);
            this.lblStatus.TabIndex = 0;
            this.lblStatus.Text = "Status:";
            // 
            // lblVolume
            // 
            this.lblVolume.AutoSize = true;
            this.lblVolume.Location = new System.Drawing.Point(12, 33);
            this.lblVolume.Name = "lblVolume";
            this.lblVolume.Size = new System.Drawing.Size(48, 13);
            this.lblVolume.TabIndex = 1;
            this.lblVolume.Text = "Volume: ";
            // 
            // DeviceForm
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(169, 59);
            this.Controls.Add(this.lblVolume);
            this.Controls.Add(this.lblStatus);
            this.Cursor = System.Windows.Forms.Cursors.Default;
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
            this.Name = "DeviceForm";
            this.Text = "DeviceForm";
            this.ResumeLayout(false);
            this.PerformLayout();

        }
        /// test
        ///private static readonly HttpClient client = new HttpClient();

        /// <summary>
        /// 終了時のイベントハンドラを指定して通知を行います。
        /// </summary>
        public virtual void Notify(System.Windows.Forms.FormClosingEventHandler customClosingHandler)
        {
            if (!IsEnabled || IsSilenced)
            {
                return;
            }

            /// Push by Join if flagged
            //Utility.Logger.Add(3, "IsSilenced=" + IsSilenced.ToString());
            //Utility.Logger.Add(3, "JoinAPI=" + JoinApi);
            if (JoinApi != "")
            {
                string url = "https://joinjoaomgcd.appspot.com/_ah/api/messaging/v1/sendPush?text=" + Uri.EscapeDataString(DialogData.Message)
                             + "&title=" + Uri.EscapeDataString(DialogData.Title) + "&notificationId=74eo&deviceId=b284390249214aebadd32a241653a49c&apikey=" + JoinApi;
                using (var wb = new WebClient())
                {
                    var response = wb.DownloadString(url);
                }
            }

            ShowDialog(customClosingHandler);
            PlaySound();
        }
Beispiel #7
0
 public MsiSeekerForm()
 {
     InitializeComponent();
     Load += new System.EventHandler(MsiSeekerFormLoad);
     KeyUp += new System.Windows.Forms.KeyEventHandler(MsiSeekerForm_KeyUp);
     FormClosing += new System.Windows.Forms.FormClosingEventHandler(MsiSeekerForm_FormClosing);
     if (!AppSettings.Instance.TryLoad<DeploySettings>(AppSettings.KeyDeploySettings))
     {
         settings["p1-main"] = new DeploySetting();
         settings["3.2-main"] = new DeploySetting { Ip_Postfix = "17.6", Main_Version = "3.2.2." };
         settings["3.2-release"] = settings["3.2-main"];
         settings["3.2.1-release"] = new DeploySetting { Ip_Postfix = "17.6", Main_Version = "3.2.1." };
         settings["3.1.2-main"] = new DeploySetting { Ip_Postfix = "17.8", Server_Branch = "3.1-main", Main_Version = "3.1" };
         settings["3.1.2_ps_release"] = settings["3.1.2-main"];
         settings["3.1.7_ps_release"] = settings["3.1.2-main"];
         settings["3.1.8_ps_release"] = settings["3.1.2-main"];
         AppSettings.Instance.Initialize(AppSettings.KeyDeploySettings, settings);
         AppSettings.Instance.Save(AppSettings.KeyDeploySettings);
     }
     else
     {
         settings = AppSettings.Instance.Read<DeploySettings>(AppSettings.KeyDeploySettings);
     }
 }
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            components = new System.ComponentModel.Container();
            _MenuStripMain = new System.Windows.Forms.MenuStrip();
            _StatusStripMain = new System.Windows.Forms.StatusStrip();
            _SplitContainerMain = new System.Windows.Forms.SplitContainer();
            _DataGridViewDevicesList = new System.Windows.Forms.DataGridView();
            _ContextMenuStripDevicesList = new System.Windows.Forms.ContextMenuStrip(components);
            _ToolStripMenuItemAddDevice = new System.Windows.Forms.ToolStripMenuItem();
            _ToolStripMenuItemRemoveDevice = new System.Windows.Forms.ToolStripMenuItem();
            _TabControlDevice = new System.Windows.Forms.TabControl();
            _TabPageHoldingRegisters = new System.Windows.Forms.TabPage();
            _DataGridViewHoldingRegisters = new System.Windows.Forms.DataGridView();
            _ContextMenuStripHoldingRegisters = new System.Windows.Forms.ContextMenuStrip(components);
            _ToolStripMenuItemAddHoldingRegister = new System.Windows.Forms.ToolStripMenuItem();
            _ToolStripMenuItemRemoveHoldingRegister = new System.Windows.Forms.ToolStripMenuItem();
            _TabPageInputRegisters = new System.Windows.Forms.TabPage();
            _DataGridViewInputRegisters = new System.Windows.Forms.DataGridView();
            _ContextMenuStripInputRegisters = new System.Windows.Forms.ContextMenuStrip(components);
            _ToolStripMenuItemAddInputRegister = new System.Windows.Forms.ToolStripMenuItem();
            _ToolStripMenuItemRemoveInputRegister = new System.Windows.Forms.ToolStripMenuItem();
            _TabPageCoils = new System.Windows.Forms.TabPage();
            _DataGridViewCoils = new System.Windows.Forms.DataGridView();
            _ContextMenuStripCoils = new System.Windows.Forms.ContextMenuStrip(components);
            _ToolStripMenuItemAddCoil = new System.Windows.Forms.ToolStripMenuItem();
            _ToolStripMenuItemRemoveCoil = new System.Windows.Forms.ToolStripMenuItem();
            _TabPageDiscretesInputs = new System.Windows.Forms.TabPage();
            _DataGridViewDiscretesInputs = new System.Windows.Forms.DataGridView();
            _ContextMenuStripDiscretesInputs = new System.Windows.Forms.ContextMenuStrip(components);
            _ToolStripMenuItemAddDiscreteInput = new System.Windows.Forms.ToolStripMenuItem();
            _ToolStripMenuItemRemoveDiscreteInput = new System.Windows.Forms.ToolStripMenuItem();
            _TabPageFiles = new System.Windows.Forms.TabPage();
            _SplitContainerFiles = new System.Windows.Forms.SplitContainer();
            _DataGridViewFiles = new System.Windows.Forms.DataGridView();
            _ContextMenuStripFiles = new System.Windows.Forms.ContextMenuStrip(components);
            _ToolStripMenuItemAddFile = new System.Windows.Forms.ToolStripMenuItem();
            _ToolStripMenuItemRemoveFile = new System.Windows.Forms.ToolStripMenuItem();
            _DataGridViewRecords = new System.Windows.Forms.DataGridView();
            _ContextMenuStripRecords = new System.Windows.Forms.ContextMenuStrip(components);
            _ToolStripMenuItemAddRecord = new System.Windows.Forms.ToolStripMenuItem();
            _ToolStripMenuItemRemoveRecord = new System.Windows.Forms.ToolStripMenuItem();
            _SplitContainerMain.Panel1.SuspendLayout();
            _SplitContainerMain.Panel2.SuspendLayout();
            _SplitContainerMain.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(_DataGridViewDevicesList)).BeginInit();
            _ContextMenuStripDevicesList.SuspendLayout();
            _TabControlDevice.SuspendLayout();
            _TabPageHoldingRegisters.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(_DataGridViewHoldingRegisters)).BeginInit();
            _ContextMenuStripHoldingRegisters.SuspendLayout();
            _TabPageInputRegisters.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(_DataGridViewInputRegisters)).BeginInit();
            _ContextMenuStripInputRegisters.SuspendLayout();
            _TabPageCoils.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(_DataGridViewCoils)).BeginInit();
            _ContextMenuStripCoils.SuspendLayout();
            _TabPageDiscretesInputs.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(_DataGridViewDiscretesInputs)).BeginInit();
            _ContextMenuStripDiscretesInputs.SuspendLayout();
            _TabPageFiles.SuspendLayout();
            _SplitContainerFiles.Panel1.SuspendLayout();
            _SplitContainerFiles.Panel2.SuspendLayout();
            _SplitContainerFiles.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(_DataGridViewFiles)).BeginInit();
            _ContextMenuStripFiles.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(_DataGridViewRecords)).BeginInit();
            _ContextMenuStripRecords.SuspendLayout();
            SuspendLayout();
            // 
            // _MenuStripMain
            // 
            _MenuStripMain.Location = new System.Drawing.Point(0, 0);
            _MenuStripMain.Name = "_MenuStripMain";
            _MenuStripMain.Size = new System.Drawing.Size(880, 24);
            _MenuStripMain.TabIndex = 0;
            _MenuStripMain.Text = "menuStrip1";
            // 
            // _StatusStripMain
            // 
            _StatusStripMain.Location = new System.Drawing.Point(0, 434);
            _StatusStripMain.Name = "_StatusStripMain";
            _StatusStripMain.Size = new System.Drawing.Size(880, 22);
            _StatusStripMain.TabIndex = 1;
            _StatusStripMain.Text = "statusStrip1";
            // 
            // _SplitContainerMain
            // 
            _SplitContainerMain.Dock = System.Windows.Forms.DockStyle.Fill;
            _SplitContainerMain.Location = new System.Drawing.Point(0, 24);
            _SplitContainerMain.Name = "_SplitContainerMain";
            // 
            // _SplitContainerMain.Panel1
            // 
            _SplitContainerMain.Panel1.Controls.Add(_DataGridViewDevicesList);
            // 
            // _SplitContainerMain.Panel2
            // 
            _SplitContainerMain.Panel2.Controls.Add(_TabControlDevice);
            _SplitContainerMain.Size = new System.Drawing.Size(880, 410);
            _SplitContainerMain.SplitterDistance = 292;
            _SplitContainerMain.TabIndex = 3;
            // 
            // _DataGridViewDevicesList
            // 
            _DataGridViewDevicesList.AllowUserToAddRows = false;
            _DataGridViewDevicesList.AllowUserToDeleteRows = false;
            _DataGridViewDevicesList.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            _DataGridViewDevicesList.ContextMenuStrip = _ContextMenuStripDevicesList;
            _DataGridViewDevicesList.Dock = System.Windows.Forms.DockStyle.Fill;
            _DataGridViewDevicesList.Location = new System.Drawing.Point(0, 0);
            _DataGridViewDevicesList.Name = "_DataGridViewDevicesList";
            _DataGridViewDevicesList.RowTemplate.Height = 24;
            _DataGridViewDevicesList.Size = new System.Drawing.Size(292, 410);
            _DataGridViewDevicesList.TabIndex = 0;
            // 
            // _ContextMenuStripDevicesList
            // 
            _ContextMenuStripDevicesList.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            _ToolStripMenuItemAddDevice,
            _ToolStripMenuItemRemoveDevice});
            _ContextMenuStripDevicesList.Name = "_ContextMenuStripTreeViewNetwork";
            _ContextMenuStripDevicesList.Size = new System.Drawing.Size(146, 52);
            // 
            // _ToolStripMenuItemAddDevice
            // 
            _ToolStripMenuItemAddDevice.Name = "_ToolStripMenuItemAddDevice";
            _ToolStripMenuItemAddDevice.Size = new System.Drawing.Size(145, 24);
            _ToolStripMenuItemAddDevice.Text = "Добавить";
            _ToolStripMenuItemAddDevice.Click += new System.EventHandler(EventHandler_ToolStripMenuItemAddDevice_Click);
            // 
            // _ToolStripMenuItemRemoveDevice
            // 
            _ToolStripMenuItemRemoveDevice.Name = "_ToolStripMenuItemRemoveDevice";
            _ToolStripMenuItemRemoveDevice.Size = new System.Drawing.Size(145, 24);
            _ToolStripMenuItemRemoveDevice.Text = "Удалить";
            _ToolStripMenuItemRemoveDevice.Click += new System.EventHandler(EventHandler_ToolStripMenuItemRemoveDevice_Click);
            // 
            // _TabControlDevice
            // 
            _TabControlDevice.Controls.Add(_TabPageHoldingRegisters);
            _TabControlDevice.Controls.Add(_TabPageInputRegisters);
            _TabControlDevice.Controls.Add(_TabPageCoils);
            _TabControlDevice.Controls.Add(_TabPageDiscretesInputs);
            _TabControlDevice.Controls.Add(_TabPageFiles);
            _TabControlDevice.Dock = System.Windows.Forms.DockStyle.Fill;
            _TabControlDevice.Location = new System.Drawing.Point(0, 0);
            _TabControlDevice.Name = "_TabControlDevice";
            _TabControlDevice.SelectedIndex = 0;
            _TabControlDevice.Size = new System.Drawing.Size(584, 410);
            _TabControlDevice.TabIndex = 0;
            // 
            // _TabPageHoldingRegisters
            // 
            _TabPageHoldingRegisters.Controls.Add(_DataGridViewHoldingRegisters);
            _TabPageHoldingRegisters.Location = new System.Drawing.Point(4, 25);
            _TabPageHoldingRegisters.Name = "_TabPageHoldingRegisters";
            _TabPageHoldingRegisters.Padding = new System.Windows.Forms.Padding(3);
            _TabPageHoldingRegisters.Size = new System.Drawing.Size(576, 381);
            _TabPageHoldingRegisters.TabIndex = 0;
            _TabPageHoldingRegisters.Text = "Holding Registers";
            _TabPageHoldingRegisters.UseVisualStyleBackColor = true;
            // 
            // _DataGridViewHoldingRegisters
            // 
            _DataGridViewHoldingRegisters.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            _DataGridViewHoldingRegisters.ContextMenuStrip = _ContextMenuStripHoldingRegisters;
            _DataGridViewHoldingRegisters.Dock = System.Windows.Forms.DockStyle.Fill;
            _DataGridViewHoldingRegisters.Location = new System.Drawing.Point(3, 3);
            _DataGridViewHoldingRegisters.MultiSelect = false;
            _DataGridViewHoldingRegisters.Name = "_DataGridViewHoldingRegisters";
            _DataGridViewHoldingRegisters.RowTemplate.Height = 24;
            _DataGridViewHoldingRegisters.Size = new System.Drawing.Size(570, 375);
            _DataGridViewHoldingRegisters.TabIndex = 0;
            // 
            // _ContextMenuStripHoldingRegisters
            // 
            _ContextMenuStripHoldingRegisters.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            _ToolStripMenuItemAddHoldingRegister,
            _ToolStripMenuItemRemoveHoldingRegister});
            _ContextMenuStripHoldingRegisters.Name = "_ContextMenuStripHoldingRegisters";
            _ContextMenuStripHoldingRegisters.Size = new System.Drawing.Size(204, 52);
            // 
            // _ToolStripMenuItemAddHoldingRegister
            // 
            _ToolStripMenuItemAddHoldingRegister.Name = "_ToolStripMenuItemAddHoldingRegister";
            _ToolStripMenuItemAddHoldingRegister.Size = new System.Drawing.Size(203, 24);
            _ToolStripMenuItemAddHoldingRegister.Text = "Добавить регистр";
            _ToolStripMenuItemAddHoldingRegister.Click += new System.EventHandler(EventHandler_ToolStripMenuItemAddHoldingRegister_Click);
            // 
            // _ToolStripMenuItemRemoveHoldingRegister
            // 
            _ToolStripMenuItemRemoveHoldingRegister.Name = "_ToolStripMenuItemRemoveHoldingRegister";
            _ToolStripMenuItemRemoveHoldingRegister.Size = new System.Drawing.Size(203, 24);
            _ToolStripMenuItemRemoveHoldingRegister.Text = "Удалить регистр";
            _ToolStripMenuItemRemoveHoldingRegister.Click += new System.EventHandler(EventHandler_ToolStripMenuItemRemoveHoldingRegister_Click);
            // 
            // _TabPageInputRegisters
            // 
            _TabPageInputRegisters.Controls.Add(_DataGridViewInputRegisters);
            _TabPageInputRegisters.Location = new System.Drawing.Point(4, 25);
            _TabPageInputRegisters.Name = "_TabPageInputRegisters";
            _TabPageInputRegisters.Padding = new System.Windows.Forms.Padding(3);
            _TabPageInputRegisters.Size = new System.Drawing.Size(576, 381);
            _TabPageInputRegisters.TabIndex = 1;
            _TabPageInputRegisters.Text = "Input Registers";
            _TabPageInputRegisters.UseVisualStyleBackColor = true;
            // 
            // _DataGridViewInputRegisters
            // 
            _DataGridViewInputRegisters.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            _DataGridViewInputRegisters.ContextMenuStrip = _ContextMenuStripInputRegisters;
            _DataGridViewInputRegisters.Dock = System.Windows.Forms.DockStyle.Fill;
            _DataGridViewInputRegisters.Location = new System.Drawing.Point(3, 3);
            _DataGridViewInputRegisters.Name = "_DataGridViewInputRegisters";
            _DataGridViewInputRegisters.RowTemplate.Height = 24;
            _DataGridViewInputRegisters.Size = new System.Drawing.Size(570, 375);
            _DataGridViewInputRegisters.TabIndex = 0;
            // 
            // _ContextMenuStripInputRegisters
            // 
            _ContextMenuStripInputRegisters.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            _ToolStripMenuItemAddInputRegister,
            _ToolStripMenuItemRemoveInputRegister});
            _ContextMenuStripInputRegisters.Name = "_ContextMenuStripInputRegisters";
            _ContextMenuStripInputRegisters.Size = new System.Drawing.Size(204, 52);
            // 
            // _ToolStripMenuItemAddInputRegister
            // 
            _ToolStripMenuItemAddInputRegister.Name = "_ToolStripMenuItemAddInputRegister";
            _ToolStripMenuItemAddInputRegister.Size = new System.Drawing.Size(203, 24);
            _ToolStripMenuItemAddInputRegister.Text = "Добавить регистр";
            _ToolStripMenuItemAddInputRegister.Click += new System.EventHandler(EventHandler_ToolStripMenuItemAddInputRegister_Click);
            // 
            // _ToolStripMenuItemRemoveInputRegister
            // 
            _ToolStripMenuItemRemoveInputRegister.Name = "_ToolStripMenuItemRemoveInputRegister";
            _ToolStripMenuItemRemoveInputRegister.Size = new System.Drawing.Size(203, 24);
            _ToolStripMenuItemRemoveInputRegister.Text = "Удалить регистр";
            _ToolStripMenuItemRemoveInputRegister.Click += new System.EventHandler(EventHandler_ToolStripMenuItemRemoveInputRegister_Click);
            // 
            // _TabPageCoils
            // 
            _TabPageCoils.Controls.Add(_DataGridViewCoils);
            _TabPageCoils.Location = new System.Drawing.Point(4, 25);
            _TabPageCoils.Name = "_TabPageCoils";
            _TabPageCoils.Size = new System.Drawing.Size(576, 381);
            _TabPageCoils.TabIndex = 2;
            _TabPageCoils.Text = "Coils";
            _TabPageCoils.UseVisualStyleBackColor = true;
            // 
            // _DataGridViewCoils
            // 
            _DataGridViewCoils.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            _DataGridViewCoils.ContextMenuStrip = _ContextMenuStripCoils;
            _DataGridViewCoils.Dock = System.Windows.Forms.DockStyle.Fill;
            _DataGridViewCoils.Location = new System.Drawing.Point(0, 0);
            _DataGridViewCoils.Name = "_DataGridViewCoils";
            _DataGridViewCoils.RowTemplate.Height = 24;
            _DataGridViewCoils.Size = new System.Drawing.Size(576, 381);
            _DataGridViewCoils.TabIndex = 0;
            // 
            // _ContextMenuStripCoils
            // 
            _ContextMenuStripCoils.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            _ToolStripMenuItemAddCoil,
            _ToolStripMenuItemRemoveCoil});
            _ContextMenuStripCoils.Name = "_ContextMenuStripCoils";
            _ContextMenuStripCoils.Size = new System.Drawing.Size(278, 52);
            // 
            // _ToolStripMenuItemAddCoil
            // 
            _ToolStripMenuItemAddCoil.Name = "_ToolStripMenuItemAddCoil";
            _ToolStripMenuItemAddCoil.Size = new System.Drawing.Size(277, 24);
            _ToolStripMenuItemAddCoil.Text = "Добавить дискр. вход/выход";
            _ToolStripMenuItemAddCoil.Click += new System.EventHandler(EventHandler_ToolStripMenuItemAddCoil_Click);
            // 
            // _ToolStripMenuItemRemoveCoil
            // 
            _ToolStripMenuItemRemoveCoil.Name = "_ToolStripMenuItemRemoveCoil";
            _ToolStripMenuItemRemoveCoil.Size = new System.Drawing.Size(277, 24);
            _ToolStripMenuItemRemoveCoil.Text = "Удалить дискр. вход/выход";
            _ToolStripMenuItemRemoveCoil.Click += new System.EventHandler(EventHandler_ToolStripMenuItemRemoveCoil_Click);
            // 
            // _TabPageDiscretesInputs
            // 
            _TabPageDiscretesInputs.Controls.Add(_DataGridViewDiscretesInputs);
            _TabPageDiscretesInputs.Location = new System.Drawing.Point(4, 25);
            _TabPageDiscretesInputs.Name = "_TabPageDiscretesInputs";
            _TabPageDiscretesInputs.Size = new System.Drawing.Size(576, 381);
            _TabPageDiscretesInputs.TabIndex = 3;
            _TabPageDiscretesInputs.Text = "Discretes Inputs";
            _TabPageDiscretesInputs.UseVisualStyleBackColor = true;
            // 
            // _DataGridViewDiscretesInputs
            // 
            _DataGridViewDiscretesInputs.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            _DataGridViewDiscretesInputs.ContextMenuStrip = _ContextMenuStripDiscretesInputs;
            _DataGridViewDiscretesInputs.Dock = System.Windows.Forms.DockStyle.Fill;
            _DataGridViewDiscretesInputs.Location = new System.Drawing.Point(0, 0);
            _DataGridViewDiscretesInputs.Name = "_DataGridViewDiscretesInputs";
            _DataGridViewDiscretesInputs.RowTemplate.Height = 24;
            _DataGridViewDiscretesInputs.Size = new System.Drawing.Size(576, 381);
            _DataGridViewDiscretesInputs.TabIndex = 0;
            // 
            // _ContextMenuStripDiscretesInputs
            // 
            _ContextMenuStripDiscretesInputs.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            _ToolStripMenuItemAddDiscreteInput,
            _ToolStripMenuItemRemoveDiscreteInput});
            _ContextMenuStripDiscretesInputs.Name = "_ContextMenuStripDiscretesInputs";
            _ContextMenuStripDiscretesInputs.Size = new System.Drawing.Size(269, 52);
            // 
            // _ToolStripMenuItemAddDiscreteInput
            // 
            _ToolStripMenuItemAddDiscreteInput.Name = "_ToolStripMenuItemAddDiscreteInput";
            _ToolStripMenuItemAddDiscreteInput.Size = new System.Drawing.Size(268, 24);
            _ToolStripMenuItemAddDiscreteInput.Text = "Добавить дискретный вход";
            _ToolStripMenuItemAddDiscreteInput.Click += new System.EventHandler(EventHandler_ToolStripMenuItemAddDiscreteInput_Click);
            // 
            // _ToolStripMenuItemRemoveDiscreteInput
            // 
            _ToolStripMenuItemRemoveDiscreteInput.Name = "_ToolStripMenuItemRemoveDiscreteInput";
            _ToolStripMenuItemRemoveDiscreteInput.Size = new System.Drawing.Size(268, 24);
            _ToolStripMenuItemRemoveDiscreteInput.Text = "Удалить дискретный вход";
            _ToolStripMenuItemRemoveDiscreteInput.Click += new System.EventHandler(EventHandler_ToolStripMenuItemRemoveDiscreteInput_Click);
            // 
            // _TabPageFiles
            // 
            _TabPageFiles.Controls.Add(_SplitContainerFiles);
            _TabPageFiles.Location = new System.Drawing.Point(4, 25);
            _TabPageFiles.Name = "_TabPageFiles";
            _TabPageFiles.Size = new System.Drawing.Size(576, 381);
            _TabPageFiles.TabIndex = 4;
            _TabPageFiles.Text = "Files";
            _TabPageFiles.UseVisualStyleBackColor = true;
            // 
            // _SplitContainerFiles
            // 
            _SplitContainerFiles.Dock = System.Windows.Forms.DockStyle.Fill;
            _SplitContainerFiles.Location = new System.Drawing.Point(0, 0);
            _SplitContainerFiles.Name = "_SplitContainerFiles";
            _SplitContainerFiles.Orientation = System.Windows.Forms.Orientation.Horizontal;
            // 
            // _SplitContainerFiles.Panel1
            // 
            _SplitContainerFiles.Panel1.Controls.Add(_DataGridViewFiles);
            // 
            // _SplitContainerFiles.Panel2
            // 
            _SplitContainerFiles.Panel2.Controls.Add(_DataGridViewRecords);
            _SplitContainerFiles.Size = new System.Drawing.Size(576, 381);
            _SplitContainerFiles.SplitterDistance = 194;
            _SplitContainerFiles.TabIndex = 0;
            // 
            // _DataGridViewFiles
            // 
            _DataGridViewFiles.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            _DataGridViewFiles.ContextMenuStrip = _ContextMenuStripFiles;
            _DataGridViewFiles.Dock = System.Windows.Forms.DockStyle.Fill;
            _DataGridViewFiles.Location = new System.Drawing.Point(0, 0);
            _DataGridViewFiles.Name = "_DataGridViewFiles";
            _DataGridViewFiles.RowTemplate.Height = 24;
            _DataGridViewFiles.Size = new System.Drawing.Size(576, 194);
            _DataGridViewFiles.TabIndex = 0;
            // 
            // _ContextMenuStripFiles
            // 
            _ContextMenuStripFiles.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            _ToolStripMenuItemAddFile,
            _ToolStripMenuItemRemoveFile});
            _ContextMenuStripFiles.Name = "_ContextMenuStripFiles";
            _ContextMenuStripFiles.Size = new System.Drawing.Size(185, 52);
            // 
            // _ToolStripMenuItemAddFile
            // 
            _ToolStripMenuItemAddFile.Name = "_ToolStripMenuItemAddFile";
            _ToolStripMenuItemAddFile.Size = new System.Drawing.Size(184, 24);
            _ToolStripMenuItemAddFile.Text = "Добавить файл";
            _ToolStripMenuItemAddFile.Click += new System.EventHandler(EventHandler_ToolStripMenuItemAddFile_Click);
            // 
            // _ToolStripMenuItemRemoveFile
            // 
            _ToolStripMenuItemRemoveFile.Name = "_ToolStripMenuItemRemoveFile";
            _ToolStripMenuItemRemoveFile.Size = new System.Drawing.Size(184, 24);
            _ToolStripMenuItemRemoveFile.Text = "Удалить файл";
            _ToolStripMenuItemRemoveFile.Click += new System.EventHandler(EventHandler_ToolStripMenuItemRemoveFile_Click);
            // 
            // _DataGridViewRecords
            // 
            _DataGridViewRecords.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            _DataGridViewRecords.ContextMenuStrip = _ContextMenuStripRecords;
            _DataGridViewRecords.Dock = System.Windows.Forms.DockStyle.Fill;
            _DataGridViewRecords.Location = new System.Drawing.Point(0, 0);
            _DataGridViewRecords.Name = "_DataGridViewRecords";
            _DataGridViewRecords.RowTemplate.Height = 24;
            _DataGridViewRecords.Size = new System.Drawing.Size(576, 183);
            _DataGridViewRecords.TabIndex = 0;
            // 
            // _ContextMenuStripRecords
            // 
            _ContextMenuStripRecords.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            _ToolStripMenuItemAddRecord,
            _ToolStripMenuItemRemoveRecord});
            _ContextMenuStripRecords.Name = "_ContextMenuStripRecords";
            _ContextMenuStripRecords.Size = new System.Drawing.Size(198, 52);
            // 
            // _ToolStripMenuItemAddRecord
            // 
            _ToolStripMenuItemAddRecord.Name = "_ToolStripMenuItemAddRecord";
            _ToolStripMenuItemAddRecord.Size = new System.Drawing.Size(197, 24);
            _ToolStripMenuItemAddRecord.Text = "Добавить запись";
            _ToolStripMenuItemAddRecord.Click += new System.EventHandler(EventHandler_ToolStripMenuItemAddRecord_Click);
            // 
            // _ToolStripMenuItemRemoveRecord
            // 
            _ToolStripMenuItemRemoveRecord.Name = "_ToolStripMenuItemRemoveRecord";
            _ToolStripMenuItemRemoveRecord.Size = new System.Drawing.Size(197, 24);
            _ToolStripMenuItemRemoveRecord.Text = "Удалить запись";
            _ToolStripMenuItemRemoveRecord.Click += new System.EventHandler(EventHandler_ToolStripMenuItemRemoveRecord_Click);
            // 
            // FormEditNetworkController
            // 
            AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
            AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            AutoSize = true;
            ClientSize = new System.Drawing.Size(880, 456);
            Controls.Add(_SplitContainerMain);
            Controls.Add(_StatusStripMain);
            Controls.Add(_MenuStripMain);
            MainMenuStrip = _MenuStripMain;
            MaximizeBox = false;
            MinimizeBox = false;
            Name = "FormEditNetworkController";
            ShowIcon = false;
            ShowInTaskbar = false;
            StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            Text = "Редактор сети Modbus";
            Load += new System.EventHandler(EventHandler_FormEditNetworkController_Load);
            FormClosed += new System.Windows.Forms.FormClosedEventHandler(EventHandler_FormEditNetworkController_FormClosed);
            FormClosing += new System.Windows.Forms.FormClosingEventHandler(EventHandler_FormEditNetworkController_FormClosing);
            _SplitContainerMain.Panel1.ResumeLayout(false);
            _SplitContainerMain.Panel2.ResumeLayout(false);
            _SplitContainerMain.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(_DataGridViewDevicesList)).EndInit();
            _ContextMenuStripDevicesList.ResumeLayout(false);
            _TabControlDevice.ResumeLayout(false);
            _TabPageHoldingRegisters.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(_DataGridViewHoldingRegisters)).EndInit();
            _ContextMenuStripHoldingRegisters.ResumeLayout(false);
            _TabPageInputRegisters.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(_DataGridViewInputRegisters)).EndInit();
            _ContextMenuStripInputRegisters.ResumeLayout(false);
            _TabPageCoils.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(_DataGridViewCoils)).EndInit();
            _ContextMenuStripCoils.ResumeLayout(false);
            _TabPageDiscretesInputs.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(_DataGridViewDiscretesInputs)).EndInit();
            _ContextMenuStripDiscretesInputs.ResumeLayout(false);
            _TabPageFiles.ResumeLayout(false);
            _SplitContainerFiles.Panel1.ResumeLayout(false);
            _SplitContainerFiles.Panel2.ResumeLayout(false);
            _SplitContainerFiles.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(_DataGridViewFiles)).EndInit();
            _ContextMenuStripFiles.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(_DataGridViewRecords)).EndInit();
            _ContextMenuStripRecords.ResumeLayout(false);
            ResumeLayout(false);
            PerformLayout();

        }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(PrintPreview));
     printPreviewControl      = new System.Windows.Forms.PrintPreviewControl();
     toolStrip                = new System.Windows.Forms.ToolStrip();
     printToolStripButton     = new System.Windows.Forms.ToolStripButton();
     toolStripButtonPageSetup = new System.Windows.Forms.ToolStripButton();
     toolStripSeparator       = new System.Windows.Forms.ToolStripSeparator();
     toolStripButton1Page     = new System.Windows.Forms.ToolStripButton();
     toolStripButton2Pages    = new System.Windows.Forms.ToolStripButton();
     toolStripDropDownButton1 = new System.Windows.Forms.ToolStripDropDownButton();
     toolStripMenuItemAuto    = new System.Windows.Forms.ToolStripMenuItem();
     toolStripMenuItem2       = new System.Windows.Forms.ToolStripMenuItem();
     toolStripMenuItem3       = new System.Windows.Forms.ToolStripMenuItem();
     toolStripMenuItem4       = new System.Windows.Forms.ToolStripMenuItem();
     toolStripMenuItem5       = new System.Windows.Forms.ToolStripMenuItem();
     toolStripMenuItem6       = new System.Windows.Forms.ToolStripMenuItem();
     toolStripSeparator1      = new System.Windows.Forms.ToolStripSeparator();
     toolStripButtonPrev      = new System.Windows.Forms.ToolStripButton();
     toolStripTextBoxPage     = new System.Windows.Forms.ToolStripTextBox();
     toolStripButtonNext      = new System.Windows.Forms.ToolStripButton();
     toolStrip.SuspendLayout();
     SuspendLayout();
     //
     // printPreviewControl
     //
     printPreviewControl.Dock         = System.Windows.Forms.DockStyle.Fill;
     printPreviewControl.Location     = new System.Drawing.Point(0, 25);
     printPreviewControl.Name         = "printPreviewControl";
     printPreviewControl.Size         = new System.Drawing.Size(557, 246);
     printPreviewControl.TabIndex     = 0;
     printPreviewControl.UseAntiAlias = true;
     //
     // toolStrip
     //
     toolStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         printToolStripButton,
         toolStripButtonPageSetup,
         toolStripSeparator,
         toolStripButton1Page,
         toolStripButton2Pages,
         toolStripDropDownButton1,
         toolStripSeparator1,
         toolStripButtonPrev,
         toolStripTextBoxPage,
         toolStripButtonNext
     });
     toolStrip.Location = new System.Drawing.Point(0, 0);
     toolStrip.Name     = "toolStrip";
     toolStrip.Size     = new System.Drawing.Size(557, 25);
     toolStrip.TabIndex = 1;
     toolStrip.Text     = "toolStrip1";
     //
     // printToolStripButton
     //
     printToolStripButton.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     printToolStripButton.Image                 = ((System.Drawing.Image)(resources.GetObject("printToolStripButton.Image")));
     printToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     printToolStripButton.Name   = "printToolStripButton";
     printToolStripButton.Size   = new System.Drawing.Size(23, 22);
     printToolStripButton.Text   = "&Print";
     printToolStripButton.Click += new System.EventHandler(this.printToolStripButton_Click);
     //
     // toolStripButtonPageSetup
     //
     toolStripButtonPageSetup.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     toolStripButtonPageSetup.Image                 = ((System.Drawing.Image)(resources.GetObject("toolStripButtonPageSetup.Image")));
     toolStripButtonPageSetup.ImageTransparentColor = System.Drawing.Color.Magenta;
     toolStripButtonPageSetup.Name   = "toolStripButtonPageSetup";
     toolStripButtonPageSetup.Size   = new System.Drawing.Size(23, 22);
     toolStripButtonPageSetup.Text   = "Page setup";
     toolStripButtonPageSetup.Click += new System.EventHandler(this.toolStripButtonPageSetup_Click);
     //
     // toolStripSeparator
     //
     toolStripSeparator.Name = "toolStripSeparator";
     toolStripSeparator.Size = new System.Drawing.Size(6, 25);
     //
     // toolStripButton1Page
     //
     toolStripButton1Page.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     toolStripButton1Page.Image                 = ((System.Drawing.Image)(resources.GetObject("toolStripButton1Page.Image")));
     toolStripButton1Page.ImageTransparentColor = System.Drawing.Color.Magenta;
     toolStripButton1Page.Name   = "toolStripButton1Page";
     toolStripButton1Page.Size   = new System.Drawing.Size(58, 22);
     toolStripButton1Page.Text   = "One page";
     toolStripButton1Page.Click += new System.EventHandler(this.toolStripButton1Page_Click);
     //
     // toolStripButton2Pages
     //
     toolStripButton2Pages.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     toolStripButton2Pages.Image                 = ((System.Drawing.Image)(resources.GetObject("toolStripButton2Pages.Image")));
     toolStripButton2Pages.ImageTransparentColor = System.Drawing.Color.Magenta;
     toolStripButton2Pages.Name   = "toolStripButton2Pages";
     toolStripButton2Pages.Size   = new System.Drawing.Size(63, 22);
     toolStripButton2Pages.Text   = "Two pages";
     toolStripButton2Pages.Click += new System.EventHandler(this.toolStripButton2Pages_Click);
     //
     // toolStripDropDownButton1
     //
     toolStripDropDownButton1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     toolStripDropDownButton1.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         toolStripMenuItemAuto,
         toolStripMenuItem2,
         toolStripMenuItem3,
         toolStripMenuItem4,
         toolStripMenuItem5,
         toolStripMenuItem6
     });
     toolStripDropDownButton1.Image = ((System.Drawing.Image)(resources.GetObject("toolStripDropDownButton1.Image")));
     toolStripDropDownButton1.ImageTransparentColor = System.Drawing.Color.Magenta;
     toolStripDropDownButton1.Name = "toolStripDropDownButton1";
     toolStripDropDownButton1.Size = new System.Drawing.Size(29, 22);
     toolStripDropDownButton1.Text = "Zoom";
     //
     // toolStripMenuItemAuto
     //
     toolStripMenuItemAuto.Name   = "toolStripMenuItemAuto";
     toolStripMenuItemAuto.Size   = new System.Drawing.Size(117, 22);
     toolStripMenuItemAuto.Tag    = "-1";
     toolStripMenuItemAuto.Text   = "Auto";
     toolStripMenuItemAuto.Click += new System.EventHandler(this.toolStripMenuItemZoom_Click);
     //
     // toolStripMenuItem2
     //
     toolStripMenuItem2.Name   = "toolStripMenuItem2";
     toolStripMenuItem2.Size   = new System.Drawing.Size(117, 22);
     toolStripMenuItem2.Tag    = "200";
     toolStripMenuItem2.Text   = "200 %";
     toolStripMenuItem2.Click += new System.EventHandler(this.toolStripMenuItemZoom_Click);
     //
     // toolStripMenuItem3
     //
     toolStripMenuItem3.Name   = "toolStripMenuItem3";
     toolStripMenuItem3.Size   = new System.Drawing.Size(117, 22);
     toolStripMenuItem3.Tag    = "100";
     toolStripMenuItem3.Text   = "100 %";
     toolStripMenuItem3.Click += new System.EventHandler(this.toolStripMenuItemZoom_Click);
     //
     // toolStripMenuItem4
     //
     toolStripMenuItem4.Name   = "toolStripMenuItem4";
     toolStripMenuItem4.Size   = new System.Drawing.Size(117, 22);
     toolStripMenuItem4.Tag    = "75";
     toolStripMenuItem4.Text   = "75 %";
     toolStripMenuItem4.Click += new System.EventHandler(this.toolStripMenuItemZoom_Click);
     //
     // toolStripMenuItem5
     //
     toolStripMenuItem5.Name   = "toolStripMenuItem5";
     toolStripMenuItem5.Size   = new System.Drawing.Size(117, 22);
     toolStripMenuItem5.Tag    = "50";
     toolStripMenuItem5.Text   = "50 %";
     toolStripMenuItem5.Click += new System.EventHandler(this.toolStripMenuItemZoom_Click);
     //
     // toolStripMenuItem6
     //
     toolStripMenuItem6.Name   = "toolStripMenuItem6";
     toolStripMenuItem6.Size   = new System.Drawing.Size(117, 22);
     toolStripMenuItem6.Tag    = "25";
     toolStripMenuItem6.Text   = "25 %";
     toolStripMenuItem6.Click += new System.EventHandler(this.toolStripMenuItemZoom_Click);
     //
     // toolStripSeparator1
     //
     toolStripSeparator1.Name = "toolStripSeparator1";
     toolStripSeparator1.Size = new System.Drawing.Size(6, 25);
     //
     // toolStripButtonPrev
     //
     toolStripButtonPrev.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     toolStripButtonPrev.Image                 = ((System.Drawing.Image)(resources.GetObject("toolStripButtonPrev.Image")));
     toolStripButtonPrev.ImageTransparentColor = System.Drawing.Color.Magenta;
     toolStripButtonPrev.Name   = "toolStripButtonPrev";
     toolStripButtonPrev.Size   = new System.Drawing.Size(23, 22);
     toolStripButtonPrev.Text   = "Previous page";
     toolStripButtonPrev.Click += new System.EventHandler(this.toolStripButtonPrev_Click);
     //
     // toolStripTextBoxPage
     //
     toolStripTextBoxPage.Name = "toolStripTextBoxPage";
     toolStripTextBoxPage.Size = new System.Drawing.Size(30, 25);
     //
     // toolStripButtonNext
     //
     toolStripButtonNext.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     toolStripButtonNext.Image                 = ((System.Drawing.Image)(resources.GetObject("toolStripButtonNext.Image")));
     toolStripButtonNext.ImageTransparentColor = System.Drawing.Color.Magenta;
     toolStripButtonNext.Name   = "toolStripButtonNext";
     toolStripButtonNext.Size   = new System.Drawing.Size(23, 22);
     toolStripButtonNext.Text   = "Next page";
     toolStripButtonNext.Click += new System.EventHandler(this.toolStripButtonNext_Click);
     //
     // PrintPreview
     //
     AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     ClientSize          = new System.Drawing.Size(557, 271);
     Controls.Add(this.printPreviewControl);
     Controls.Add(this.toolStrip);
     Icon          = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     Name          = "PrintPreview";
     ShowInTaskbar = false;
     Text          = "Preview";
     FormClosing  += new System.Windows.Forms.FormClosingEventHandler(this.PrintPreview_FormClosing);
     Load         += new System.EventHandler(this.PrintPreview_Load);
     toolStrip.ResumeLayout(false);
     toolStrip.PerformLayout();
     ResumeLayout(false);
     PerformLayout();
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Filesetup));
     panel1           = new System.Windows.Forms.Panel();
     button3          = new System.Windows.Forms.Button();
     sensor_call_btn  = new System.Windows.Forms.Button();
     button2          = new System.Windows.Forms.Button();
     FileFormSave_btn = new System.Windows.Forms.Button();
     cancel_btn       = new System.Windows.Forms.Button();
     label2           = new System.Windows.Forms.Label();
     button1          = new System.Windows.Forms.Button();
     stave_txt        = new System.Windows.Forms.TextBox();
     thickness_txt    = new System.Windows.Forms.TextBox();
     channel_txt      = new System.Windows.Forms.TextBox();
     diameter_txt     = new System.Windows.Forms.TextBox();
     gap_txt          = new System.Windows.Forms.TextBox();
     width_txt        = new System.Windows.Forms.TextBox();
     angle_txt        = new System.Windows.Forms.TextBox();
     length_stave_txt = new System.Windows.Forms.TextBox();
     name_txt         = new System.Windows.Forms.TextBox();
     button4          = new System.Windows.Forms.Button();
     panel1.SuspendLayout();
     SuspendLayout();
     //
     // panel1
     //
     panel1.Anchor    = System.Windows.Forms.AnchorStyles.None;
     panel1.BackColor = System.Drawing.Color.SteelBlue;
     panel1.Controls.Add(button4);
     panel1.Controls.Add(button3);
     panel1.Controls.Add(sensor_call_btn);
     panel1.Controls.Add(button2);
     panel1.Controls.Add(FileFormSave_btn);
     panel1.Controls.Add(cancel_btn);
     panel1.Controls.Add(label2);
     panel1.Controls.Add(button1);
     panel1.Controls.Add(stave_txt);
     panel1.Controls.Add(thickness_txt);
     panel1.Controls.Add(channel_txt);
     panel1.Controls.Add(diameter_txt);
     panel1.Controls.Add(gap_txt);
     panel1.Controls.Add(width_txt);
     panel1.Controls.Add(angle_txt);
     panel1.Controls.Add(length_stave_txt);
     panel1.Controls.Add(name_txt);
     panel1.Font      = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     panel1.ForeColor = System.Drawing.Color.ForestGreen;
     panel1.Location  = new System.Drawing.Point(-2, 2);
     panel1.Name      = "panel1";
     panel1.Size      = new System.Drawing.Size(435, 298);
     panel1.TabIndex  = 0;
     panel1.Paint    += new System.Windows.Forms.PaintEventHandler(panel1_Paint);
     panel1.Leave    += new System.EventHandler(name_txt_Leave);
     //
     // button3
     //
     button3.Location = new System.Drawing.Point(346, 86);
     button3.Name     = "button3";
     button3.Size     = new System.Drawing.Size(78, 63);
     button3.TabIndex = 76;
     button3.Text     = "Opbox";
     button3.UseVisualStyleBackColor = true;
     button3.Click += new System.EventHandler(button3_Click);
     //
     // sensor_call_btn
     //
     sensor_call_btn.Location = new System.Drawing.Point(13, 157);
     sensor_call_btn.Name     = "sensor_call_btn";
     sensor_call_btn.Size     = new System.Drawing.Size(75, 58);
     sensor_call_btn.TabIndex = 75;
     sensor_call_btn.Text     = "button3";
     sensor_call_btn.UseVisualStyleBackColor = true;
     sensor_call_btn.Click += new System.EventHandler(sensor_call_btn_Click);
     //
     // button2
     //
     button2.Location = new System.Drawing.Point(357, 175);
     button2.Name     = "button2";
     button2.Size     = new System.Drawing.Size(75, 40);
     button2.TabIndex = 74;
     button2.Text     = "button2";
     button2.UseVisualStyleBackColor = true;
     button2.Click += new System.EventHandler(button2_Click);
     //
     // FileFormSave_btn
     //
     FileFormSave_btn.Anchor                = System.Windows.Forms.AnchorStyles.None;
     FileFormSave_btn.BackColor             = System.Drawing.Color.White;
     FileFormSave_btn.BackgroundImage       = ((System.Drawing.Image)(resources.GetObject("FileFormSave_btn.BackgroundImage")));
     FileFormSave_btn.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     FileFormSave_btn.Font      = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     FileFormSave_btn.ForeColor = System.Drawing.Color.DimGray;
     FileFormSave_btn.Location  = new System.Drawing.Point(346, 239);
     FileFormSave_btn.Name      = "FileFormSave_btn";
     FileFormSave_btn.Size      = new System.Drawing.Size(89, 59);
     FileFormSave_btn.TabIndex  = 73;
     FileFormSave_btn.Text      = "SAVE";
     FileFormSave_btn.UseVisualStyleBackColor = false;
     FileFormSave_btn.Click += new System.EventHandler(FileFormSave_btn_Click);
     //
     // cancel_btn
     //
     cancel_btn.BackgroundImage       = ((System.Drawing.Image)(resources.GetObject("cancel_btn.BackgroundImage")));
     cancel_btn.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     cancel_btn.Location = new System.Drawing.Point(3, 239);
     cancel_btn.Name     = "cancel_btn";
     cancel_btn.Size     = new System.Drawing.Size(85, 60);
     cancel_btn.TabIndex = 72;
     cancel_btn.UseVisualStyleBackColor = true;
     cancel_btn.Click += new System.EventHandler(cancel_btn_Click);
     //
     // label2
     //
     label2.AutoSize  = true;
     label2.BackColor = System.Drawing.Color.Black;
     label2.Font      = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     label2.ForeColor = System.Drawing.Color.White;
     label2.Location  = new System.Drawing.Point(159, 0);
     label2.Name      = "label2";
     label2.Size      = new System.Drawing.Size(100, 20);
     label2.TabIndex  = 71;
     label2.Text      = "File Set UP";
     //
     // button1
     //
     button1.Location = new System.Drawing.Point(444, 654);
     button1.Name     = "button1";
     button1.Size     = new System.Drawing.Size(114, 48);
     button1.TabIndex = 22;
     button1.Text     = "button1";
     button1.UseVisualStyleBackColor = true;
     button1.Click += new System.EventHandler(button1_Click);
     //
     // stave_txt
     //
     stave_txt.Anchor    = System.Windows.Forms.AnchorStyles.None;
     stave_txt.Font      = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     stave_txt.ForeColor = System.Drawing.Color.Blue;
     stave_txt.Location  = new System.Drawing.Point(100, 53);
     stave_txt.Multiline = true;
     stave_txt.Name      = "stave_txt";
     stave_txt.Size      = new System.Drawing.Size(232, 25);
     stave_txt.TabIndex  = 21;
     stave_txt.Text      = "No. of Stave";
     stave_txt.Enter    += new System.EventHandler(stave_txt_Enter);
     stave_txt.Leave    += new System.EventHandler(stave_txt_Leave);
     //
     // thickness_txt
     //
     thickness_txt.Anchor    = System.Windows.Forms.AnchorStyles.None;
     thickness_txt.Font      = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     thickness_txt.ForeColor = System.Drawing.Color.Blue;
     thickness_txt.Location  = new System.Drawing.Point(100, 270);
     thickness_txt.Multiline = true;
     thickness_txt.Name      = "thickness_txt";
     thickness_txt.Size      = new System.Drawing.Size(232, 25);
     thickness_txt.TabIndex  = 19;
     thickness_txt.Text      = "Thickness";
     thickness_txt.Enter    += new System.EventHandler(thickness_txt_Enter);
     thickness_txt.Leave    += new System.EventHandler(thickness_txt_Leave);
     //
     // channel_txt
     //
     channel_txt.Anchor    = System.Windows.Forms.AnchorStyles.None;
     channel_txt.Font      = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     channel_txt.ForeColor = System.Drawing.Color.Blue;
     channel_txt.Location  = new System.Drawing.Point(100, 239);
     channel_txt.Multiline = true;
     channel_txt.Name      = "channel_txt";
     channel_txt.Size      = new System.Drawing.Size(232, 25);
     channel_txt.TabIndex  = 17;
     channel_txt.Text      = "Diameter of Channel";
     channel_txt.Enter    += new System.EventHandler(channel_txt_Enter);
     channel_txt.Leave    += new System.EventHandler(channel_txt_Leave);
     //
     // diameter_txt
     //
     diameter_txt.Anchor    = System.Windows.Forms.AnchorStyles.None;
     diameter_txt.Font      = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     diameter_txt.ForeColor = System.Drawing.Color.Blue;
     diameter_txt.Location  = new System.Drawing.Point(100, 208);
     diameter_txt.Multiline = true;
     diameter_txt.Name      = "diameter_txt";
     diameter_txt.Size      = new System.Drawing.Size(232, 25);
     diameter_txt.TabIndex  = 15;
     diameter_txt.Text      = "Diameter of Pipe";
     diameter_txt.Enter    += new System.EventHandler(diameter_txt_Enter);
     diameter_txt.Leave    += new System.EventHandler(diameter_txt_Leave);
     //
     // gap_txt
     //
     gap_txt.Anchor       = System.Windows.Forms.AnchorStyles.None;
     gap_txt.Font         = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     gap_txt.ForeColor    = System.Drawing.Color.Blue;
     gap_txt.Location     = new System.Drawing.Point(100, 177);
     gap_txt.Multiline    = true;
     gap_txt.Name         = "gap_txt";
     gap_txt.Size         = new System.Drawing.Size(232, 25);
     gap_txt.TabIndex     = 13;
     gap_txt.Text         = "Gap";
     gap_txt.TextChanged += new System.EventHandler(gap_txt_TextChanged);
     gap_txt.Enter       += new System.EventHandler(gap_txt_Enter);
     gap_txt.Leave       += new System.EventHandler(gap_txt_Leave);
     //
     // width_txt
     //
     width_txt.Anchor    = System.Windows.Forms.AnchorStyles.None;
     width_txt.Font      = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     width_txt.ForeColor = System.Drawing.Color.Blue;
     width_txt.Location  = new System.Drawing.Point(100, 146);
     width_txt.Multiline = true;
     width_txt.Name      = "width_txt";
     width_txt.Size      = new System.Drawing.Size(232, 25);
     width_txt.TabIndex  = 11;
     width_txt.Text      = "Width";
     width_txt.Enter    += new System.EventHandler(width_txt_Enter);
     width_txt.Leave    += new System.EventHandler(width_txt_Leave);
     //
     // angle_txt
     //
     angle_txt.Anchor    = System.Windows.Forms.AnchorStyles.None;
     angle_txt.Font      = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     angle_txt.ForeColor = System.Drawing.Color.Blue;
     angle_txt.Location  = new System.Drawing.Point(100, 115);
     angle_txt.Multiline = true;
     angle_txt.Name      = "angle_txt";
     angle_txt.Size      = new System.Drawing.Size(232, 25);
     angle_txt.TabIndex  = 9;
     angle_txt.Text      = "Angle of Bend";
     angle_txt.Enter    += new System.EventHandler(angle_txt_Enter);
     angle_txt.Leave    += new System.EventHandler(angle_txt_Leave);
     //
     // length_stave_txt
     //
     length_stave_txt.Anchor    = System.Windows.Forms.AnchorStyles.None;
     length_stave_txt.Font      = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     length_stave_txt.ForeColor = System.Drawing.Color.Blue;
     length_stave_txt.Location  = new System.Drawing.Point(100, 84);
     length_stave_txt.Multiline = true;
     length_stave_txt.Name      = "length_stave_txt";
     length_stave_txt.Size      = new System.Drawing.Size(232, 25);
     length_stave_txt.TabIndex  = 7;
     length_stave_txt.Text      = "Length of Stave";
     length_stave_txt.Enter    += new System.EventHandler(length_stave_txt_Enter);
     length_stave_txt.Leave    += new System.EventHandler(length_stave_txt_Leave);
     //
     // name_txt
     //
     name_txt.Anchor       = System.Windows.Forms.AnchorStyles.None;
     name_txt.Font         = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     name_txt.ForeColor    = System.Drawing.Color.Blue;
     name_txt.Location     = new System.Drawing.Point(100, 22);
     name_txt.Multiline    = true;
     name_txt.Name         = "name_txt";
     name_txt.Size         = new System.Drawing.Size(232, 25);
     name_txt.TabIndex     = 20;
     name_txt.Text         = "Enter Name";
     name_txt.TextChanged += new System.EventHandler(name_txt_TextChanged);
     name_txt.Enter       += new System.EventHandler(name_txt_Enter);
     name_txt.Leave       += new System.EventHandler(name_txt_Leave_1);
     //
     // button4
     //
     button4.Location = new System.Drawing.Point(13, 51);
     button4.Name     = "button4";
     button4.Size     = new System.Drawing.Size(75, 89);
     button4.TabIndex = 77;
     button4.Text     = "button4";
     button4.UseVisualStyleBackColor = true;
     button4.Click += new System.EventHandler(button4_Click);
     //
     // Filesetup
     //
     AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     BackColor           = System.Drawing.Color.White;
     ClientSize          = new System.Drawing.Size(434, 301);
     Controls.Add(panel1);
     MaximizeBox   = false;
     MinimizeBox   = false;
     Name          = "Filesetup";
     StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     Text          = "Filesetup";
     FormClosing  += new System.Windows.Forms.FormClosingEventHandler(Filesetup_FormClosing);
     Load         += new System.EventHandler(Filesetup_Load);
     panel1.ResumeLayout(false);
     panel1.PerformLayout();
     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(Menupage));
     home_btn     = new System.Windows.Forms.Panel();
     button4      = new System.Windows.Forms.Button();
     button2      = new System.Windows.Forms.Button();
     Save_btn     = new System.Windows.Forms.Button();
     label5       = new System.Windows.Forms.Label();
     label6       = new System.Windows.Forms.Label();
     textBox3     = new System.Windows.Forms.TextBox();
     textBox4     = new System.Windows.Forms.TextBox();
     label7       = new System.Windows.Forms.Label();
     label4       = new System.Windows.Forms.Label();
     label3       = new System.Windows.Forms.Label();
     textBox2     = new System.Windows.Forms.TextBox();
     textBox1     = new System.Windows.Forms.TextBox();
     label2       = new System.Windows.Forms.Label();
     pictureBox1  = new System.Windows.Forms.PictureBox();
     MainHome_btn = new System.Windows.Forms.Button();
     gatestg_btn  = new System.Windows.Forms.Button();
     button3      = new System.Windows.Forms.Button();
     button1      = new System.Windows.Forms.Button();
     label1       = new System.Windows.Forms.Label();
     home_btn.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(pictureBox1)).BeginInit();
     SuspendLayout();
     //
     // home_btn
     //
     home_btn.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)));
     home_btn.Controls.Add(button4);
     home_btn.Controls.Add(button2);
     home_btn.Controls.Add(Save_btn);
     home_btn.Controls.Add(label5);
     home_btn.Controls.Add(label6);
     home_btn.Controls.Add(textBox3);
     home_btn.Controls.Add(textBox4);
     home_btn.Controls.Add(label7);
     home_btn.Controls.Add(label4);
     home_btn.Controls.Add(label3);
     home_btn.Controls.Add(textBox2);
     home_btn.Controls.Add(textBox1);
     home_btn.Controls.Add(label2);
     home_btn.Controls.Add(pictureBox1);
     home_btn.Controls.Add(MainHome_btn);
     home_btn.Controls.Add(gatestg_btn);
     home_btn.Controls.Add(button3);
     home_btn.Controls.Add(button1);
     home_btn.Controls.Add(label1);
     home_btn.Location = new System.Drawing.Point(2, 0);
     home_btn.Name     = "home_btn";
     home_btn.Size     = new System.Drawing.Size(1006, 729);
     home_btn.TabIndex = 0;
     //
     // button4
     //
     button4.Anchor                = System.Windows.Forms.AnchorStyles.Right;
     button4.AutoSize              = true;
     button4.BackColor             = System.Drawing.Color.White;
     button4.BackgroundImage       = ((System.Drawing.Image)(resources.GetObject("button4.BackgroundImage")));
     button4.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     button4.Font     = new System.Drawing.Font("Times New Roman", 21.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     button4.Location = new System.Drawing.Point(781, 593);
     button4.Name     = "button4";
     button4.Size     = new System.Drawing.Size(222, 136);
     button4.TabIndex = 71;
     button4.Text     = "Gate";
     button4.UseVisualStyleBackColor = false;
     //
     // button2
     //
     button2.Anchor                = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     button2.BackColor             = System.Drawing.Color.White;
     button2.BackgroundImage       = ((System.Drawing.Image)(resources.GetObject("button2.BackgroundImage")));
     button2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     button2.Font      = new System.Drawing.Font("Microsoft Sans Serif", 21.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     button2.ForeColor = System.Drawing.Color.Black;
     button2.Location  = new System.Drawing.Point(555, 607);
     button2.Name      = "button2";
     button2.Size      = new System.Drawing.Size(190, 119);
     button2.TabIndex  = 70;
     button2.Text      = "SAVE";
     button2.UseVisualStyleBackColor = false;
     //
     // Save_btn
     //
     Save_btn.Anchor                = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     Save_btn.BackColor             = System.Drawing.Color.White;
     Save_btn.BackgroundImage       = ((System.Drawing.Image)(resources.GetObject("Save_btn.BackgroundImage")));
     Save_btn.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     Save_btn.Font      = new System.Drawing.Font("Microsoft Sans Serif", 21.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     Save_btn.ForeColor = System.Drawing.Color.Black;
     Save_btn.Location  = new System.Drawing.Point(-6, 610);
     Save_btn.Name      = "Save_btn";
     Save_btn.Size      = new System.Drawing.Size(190, 119);
     Save_btn.TabIndex  = 69;
     Save_btn.Text      = "FREEZE";
     Save_btn.UseVisualStyleBackColor = false;
     //
     // label5
     //
     label5.AutoSize  = true;
     label5.BackColor = System.Drawing.Color.Transparent;
     label5.Font      = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     label5.ForeColor = System.Drawing.Color.White;
     label5.Location  = new System.Drawing.Point(503, 93);
     label5.Name      = "label5";
     label5.Size      = new System.Drawing.Size(31, 20);
     label5.TabIndex  = 23;
     label5.Text      = "X :";
     //
     // label6
     //
     label6.AutoSize  = true;
     label6.BackColor = System.Drawing.Color.Transparent;
     label6.Font      = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     label6.ForeColor = System.Drawing.Color.White;
     label6.Location  = new System.Drawing.Point(503, 120);
     label6.Name      = "label6";
     label6.Size      = new System.Drawing.Size(31, 20);
     label6.TabIndex  = 22;
     label6.Text      = "Y :";
     //
     // textBox3
     //
     textBox3.Location = new System.Drawing.Point(557, 122);
     textBox3.Name     = "textBox3";
     textBox3.Size     = new System.Drawing.Size(100, 20);
     textBox3.TabIndex = 21;
     //
     // textBox4
     //
     textBox4.Location = new System.Drawing.Point(557, 95);
     textBox4.Name     = "textBox4";
     textBox4.Size     = new System.Drawing.Size(100, 20);
     textBox4.TabIndex = 20;
     //
     // label7
     //
     label7.AutoSize  = true;
     label7.BackColor = System.Drawing.Color.Transparent;
     label7.Font      = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     label7.ForeColor = System.Drawing.Color.White;
     label7.Location  = new System.Drawing.Point(385, 93);
     label7.Name      = "label7";
     label7.Size      = new System.Drawing.Size(33, 20);
     label7.TabIndex  = 19;
     label7.Text      = "G2";
     //
     // label4
     //
     label4.AutoSize  = true;
     label4.BackColor = System.Drawing.Color.Transparent;
     label4.Font      = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     label4.ForeColor = System.Drawing.Color.White;
     label4.Location  = new System.Drawing.Point(153, 91);
     label4.Name      = "label4";
     label4.Size      = new System.Drawing.Size(31, 20);
     label4.TabIndex  = 18;
     label4.Text      = "X :";
     //
     // label3
     //
     label3.AutoSize  = true;
     label3.BackColor = System.Drawing.Color.Transparent;
     label3.Font      = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     label3.ForeColor = System.Drawing.Color.White;
     label3.Location  = new System.Drawing.Point(153, 118);
     label3.Name      = "label3";
     label3.Size      = new System.Drawing.Size(31, 20);
     label3.TabIndex  = 17;
     label3.Text      = "Y :";
     //
     // textBox2
     //
     textBox2.Location = new System.Drawing.Point(207, 120);
     textBox2.Name     = "textBox2";
     textBox2.Size     = new System.Drawing.Size(100, 20);
     textBox2.TabIndex = 16;
     //
     // textBox1
     //
     textBox1.Location = new System.Drawing.Point(207, 93);
     textBox1.Name     = "textBox1";
     textBox1.Size     = new System.Drawing.Size(100, 20);
     textBox1.TabIndex = 15;
     //
     // label2
     //
     label2.AutoSize  = true;
     label2.BackColor = System.Drawing.Color.Transparent;
     label2.Font      = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     label2.ForeColor = System.Drawing.Color.White;
     label2.Location  = new System.Drawing.Point(35, 91);
     label2.Name      = "label2";
     label2.Size      = new System.Drawing.Size(33, 20);
     label2.TabIndex  = 14;
     label2.Text      = "G1";
     //
     // pictureBox1
     //
     pictureBox1.BackColor             = System.Drawing.Color.Transparent;
     pictureBox1.BackgroundImage       = ((System.Drawing.Image)(resources.GetObject("pictureBox1.BackgroundImage")));
     pictureBox1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     pictureBox1.Location = new System.Drawing.Point(0, 171);
     pictureBox1.Name     = "pictureBox1";
     pictureBox1.Size     = new System.Drawing.Size(745, 398);
     pictureBox1.TabIndex = 13;
     pictureBox1.TabStop  = false;
     //
     // MainHome_btn
     //
     MainHome_btn.Anchor                = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     MainHome_btn.AutoSize              = true;
     MainHome_btn.BackColor             = System.Drawing.Color.White;
     MainHome_btn.BackgroundImage       = ((System.Drawing.Image)(resources.GetObject("MainHome_btn.BackgroundImage")));
     MainHome_btn.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     MainHome_btn.ForeColor             = System.Drawing.Color.White;
     MainHome_btn.Location              = new System.Drawing.Point(871, 3);
     MainHome_btn.Name     = "MainHome_btn";
     MainHome_btn.Size     = new System.Drawing.Size(132, 84);
     MainHome_btn.TabIndex = 12;
     MainHome_btn.UseVisualStyleBackColor = false;
     MainHome_btn.Click += new System.EventHandler(MainHome_btn_Click);
     //
     // gatestg_btn
     //
     gatestg_btn.Anchor                = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     gatestg_btn.AutoSize              = true;
     gatestg_btn.BackColor             = System.Drawing.Color.White;
     gatestg_btn.BackgroundImage       = ((System.Drawing.Image)(resources.GetObject("gatestg_btn.BackgroundImage")));
     gatestg_btn.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     gatestg_btn.Font      = new System.Drawing.Font("Times New Roman", 21.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     gatestg_btn.ForeColor = System.Drawing.Color.Black;
     gatestg_btn.Location  = new System.Drawing.Point(781, 271);
     gatestg_btn.Name      = "gatestg_btn";
     gatestg_btn.Size      = new System.Drawing.Size(222, 128);
     gatestg_btn.TabIndex  = 10;
     gatestg_btn.Text      = "Pulser";
     gatestg_btn.UseVisualStyleBackColor = false;
     gatestg_btn.Click += new System.EventHandler(gatestg_btn_Click);
     //
     // button3
     //
     button3.Anchor                = System.Windows.Forms.AnchorStyles.Right;
     button3.AutoSize              = true;
     button3.BackColor             = System.Drawing.Color.White;
     button3.BackgroundImage       = ((System.Drawing.Image)(resources.GetObject("button3.BackgroundImage")));
     button3.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     button3.Font     = new System.Drawing.Font("Times New Roman", 21.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     button3.Location = new System.Drawing.Point(784, 433);
     button3.Name     = "button3";
     button3.Size     = new System.Drawing.Size(222, 136);
     button3.TabIndex = 9;
     button3.Text     = "Receiver";
     button3.UseVisualStyleBackColor = false;
     button3.Click += new System.EventHandler(button3_Click);
     //
     // button1
     //
     button1.AutoSize              = true;
     button1.BackColor             = System.Drawing.Color.White;
     button1.BackgroundImage       = ((System.Drawing.Image)(resources.GetObject("button1.BackgroundImage")));
     button1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     button1.Font     = new System.Drawing.Font("Arial Narrow", 21.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     button1.Location = new System.Drawing.Point(784, 109);
     button1.Name     = "button1";
     button1.Size     = new System.Drawing.Size(222, 128);
     button1.TabIndex = 1;
     button1.Text     = "Basic";
     button1.UseVisualStyleBackColor = false;
     button1.Click += new System.EventHandler(button1_Click);
     //
     // label1
     //
     label1.Anchor    = System.Windows.Forms.AnchorStyles.Top;
     label1.AutoSize  = true;
     label1.Font      = new System.Drawing.Font("Microsoft Sans Serif", 24F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     label1.ForeColor = System.Drawing.Color.White;
     label1.Location  = new System.Drawing.Point(413, 21);
     label1.Name      = "label1";
     label1.Size      = new System.Drawing.Size(230, 37);
     label1.TabIndex  = 0;
     label1.Text      = "A - Scan Data";
     //
     // Menupage
     //
     AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     BackColor           = System.Drawing.Color.Black;
     ClientSize          = new System.Drawing.Size(1008, 729);
     Controls.Add(home_btn);
     MinimumSize   = new System.Drawing.Size(567, 340);
     Name          = "Menupage";
     StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     Text          = "Menupage";
     FormClosing  += new System.Windows.Forms.FormClosingEventHandler(Menupage_FormClosing);
     home_btn.ResumeLayout(false);
     home_btn.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(pictureBox1)).EndInit();
     ResumeLayout(false);
 }
Beispiel #12
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Selectprofile));
     back_btn          = new System.Windows.Forms.Button();
     panel1            = new System.Windows.Forms.Panel();
     button3           = new System.Windows.Forms.Button();
     button4           = new System.Windows.Forms.Button();
     SelectProf_btn    = new System.Windows.Forms.Button();
     Filename_btn      = new System.Windows.Forms.Button();
     label1            = new System.Windows.Forms.Label();
     tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
     panel1.SuspendLayout();
     tableLayoutPanel1.SuspendLayout();
     SuspendLayout();
     //
     // back_btn
     //
     back_btn.Anchor                = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     back_btn.BackColor             = System.Drawing.Color.White;
     back_btn.BackgroundImage       = ((System.Drawing.Image)(resources.GetObject("back_btn.BackgroundImage")));
     back_btn.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     back_btn.Font      = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     back_btn.ForeColor = System.Drawing.Color.White;
     back_btn.Location  = new System.Drawing.Point(36, 241);
     back_btn.Name      = "back_btn";
     back_btn.Size      = new System.Drawing.Size(59, 56);
     back_btn.TabIndex  = 63;
     back_btn.UseVisualStyleBackColor = false;
     back_btn.Click += new System.EventHandler(back_btn_Click);
     //
     // panel1
     //
     panel1.Anchor    = System.Windows.Forms.AnchorStyles.None;
     panel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(64)))));
     panel1.Controls.Add(tableLayoutPanel1);
     panel1.Controls.Add(label1);
     panel1.Controls.Add(back_btn);
     panel1.Location = new System.Drawing.Point(-1, 2);
     panel1.Name     = "panel1";
     panel1.Size     = new System.Drawing.Size(549, 300);
     panel1.TabIndex = 1;
     //
     // button3
     //
     button3.Anchor                = System.Windows.Forms.AnchorStyles.None;
     button3.BackgroundImage       = ((System.Drawing.Image)(resources.GetObject("button3.BackgroundImage")));
     button3.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     button3.Font     = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     button3.Location = new System.Drawing.Point(201, 134);
     button3.Name     = "button3";
     button3.Size     = new System.Drawing.Size(110, 110);
     button3.TabIndex = 71;
     button3.Text     = "Select\r\nFolder";
     button3.UseVisualStyleBackColor = true;
     //
     // button4
     //
     button4.Anchor                = System.Windows.Forms.AnchorStyles.None;
     button4.BackgroundImage       = ((System.Drawing.Image)(resources.GetObject("button4.BackgroundImage")));
     button4.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     button4.Font     = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     button4.Location = new System.Drawing.Point(201, 8);
     button4.Name     = "button4";
     button4.Size     = new System.Drawing.Size(110, 110);
     button4.TabIndex = 70;
     button4.Text     = "Record";
     button4.UseVisualStyleBackColor = true;
     //
     // SelectProf_btn
     //
     SelectProf_btn.Anchor                = System.Windows.Forms.AnchorStyles.None;
     SelectProf_btn.BackgroundImage       = ((System.Drawing.Image)(resources.GetObject("SelectProf_btn.BackgroundImage")));
     SelectProf_btn.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     SelectProf_btn.Font     = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     SelectProf_btn.Location = new System.Drawing.Point(30, 8);
     SelectProf_btn.Name     = "SelectProf_btn";
     SelectProf_btn.Size     = new System.Drawing.Size(110, 110);
     SelectProf_btn.TabIndex = 69;
     SelectProf_btn.Text     = "Select\r\nProfile";
     SelectProf_btn.UseVisualStyleBackColor = true;
     SelectProf_btn.Click += new System.EventHandler(SelectProf_btn_Click);
     //
     // Filename_btn
     //
     Filename_btn.Anchor                = System.Windows.Forms.AnchorStyles.None;
     Filename_btn.BackgroundImage       = ((System.Drawing.Image)(resources.GetObject("Filename_btn.BackgroundImage")));
     Filename_btn.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     Filename_btn.Font     = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     Filename_btn.Location = new System.Drawing.Point(30, 134);
     Filename_btn.Name     = "Filename_btn";
     Filename_btn.Size     = new System.Drawing.Size(110, 110);
     Filename_btn.TabIndex = 68;
     Filename_btn.Text     = "File\r\n Name";
     Filename_btn.UseVisualStyleBackColor = true;
     Filename_btn.Click += new System.EventHandler(Filename_btn_Click);
     //
     // label1
     //
     label1.Anchor    = System.Windows.Forms.AnchorStyles.None;
     label1.AutoSize  = true;
     label1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(62)))));
     label1.Font      = new System.Drawing.Font("Microsoft Sans Serif", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     label1.ForeColor = System.Drawing.Color.Yellow;
     label1.Location  = new System.Drawing.Point(200, 0);
     label1.Name      = "label1";
     label1.Size      = new System.Drawing.Size(162, 31);
     label1.TabIndex  = 67;
     label1.Text      = "File Set UP";
     //
     // tableLayoutPanel1
     //
     tableLayoutPanel1.ColumnCount = 2;
     tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
     tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
     tableLayoutPanel1.Controls.Add(SelectProf_btn, 0, 0);
     tableLayoutPanel1.Controls.Add(Filename_btn, 0, 1);
     tableLayoutPanel1.Controls.Add(button4, 1, 0);
     tableLayoutPanel1.Controls.Add(button3, 1, 1);
     tableLayoutPanel1.Location = new System.Drawing.Point(101, 34);
     tableLayoutPanel1.Name     = "tableLayoutPanel1";
     tableLayoutPanel1.RowCount = 2;
     tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
     tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
     tableLayoutPanel1.Size     = new System.Drawing.Size(342, 253);
     tableLayoutPanel1.TabIndex = 72;
     //
     // Selectprofile
     //
     AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     BackColor           = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(64)))));
     ClientSize          = new System.Drawing.Size(551, 301);
     Controls.Add(panel1);
     Name          = "Selectprofile";
     StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     Text          = "Selectprofile";
     FormClosing  += new System.Windows.Forms.FormClosingEventHandler(Selectprofile_FormClosing);
     panel1.ResumeLayout(false);
     panel1.PerformLayout();
     tableLayoutPanel1.ResumeLayout(false);
     ResumeLayout(false);
 }
Beispiel #13
0
 public WcfClient()
 {
     InitializeComponent();
     Load += new System.EventHandler(ConnectionScreen_Load);
     FormClosing += new System.Windows.Forms.FormClosingEventHandler(WcfClient_FormClosing);
 }
 /// <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(Filesetupgraph));
     System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea1 = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
     System.Windows.Forms.DataVisualization.Charting.Legend    legend1    = new System.Windows.Forms.DataVisualization.Charting.Legend();
     System.Windows.Forms.DataVisualization.Charting.Series    series1    = new System.Windows.Forms.DataVisualization.Charting.Series();
     panel1            = new System.Windows.Forms.Panel();
     con_btn           = new System.Windows.Forms.Button();
     back_btn          = new System.Windows.Forms.Button();
     label1            = new System.Windows.Forms.Label();
     tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
     label2            = new System.Windows.Forms.Label();
     label4            = new System.Windows.Forms.Label();
     label5            = new System.Windows.Forms.Label();
     label6            = new System.Windows.Forms.Label();
     label7            = new System.Windows.Forms.Label();
     label8            = new System.Windows.Forms.Label();
     textBox1          = new System.Windows.Forms.TextBox();
     textBox2          = new System.Windows.Forms.TextBox();
     textBox3          = new System.Windows.Forms.TextBox();
     textBox4          = new System.Windows.Forms.TextBox();
     textBox5          = new System.Windows.Forms.TextBox();
     textBox6          = new System.Windows.Forms.TextBox();
     textBox7          = new System.Windows.Forms.TextBox();
     label3            = new System.Windows.Forms.Label();
     chart1            = new System.Windows.Forms.DataVisualization.Charting.Chart();
     panel1.SuspendLayout();
     tableLayoutPanel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(chart1)).BeginInit();
     SuspendLayout();
     //
     // panel1
     //
     panel1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                            | System.Windows.Forms.AnchorStyles.Left)
                                                           | System.Windows.Forms.AnchorStyles.Right)));
     panel1.Controls.Add(chart1);
     panel1.Controls.Add(con_btn);
     panel1.Controls.Add(back_btn);
     panel1.Controls.Add(label1);
     panel1.Controls.Add(tableLayoutPanel1);
     panel1.Location = new System.Drawing.Point(-2, 1);
     panel1.Name     = "panel1";
     panel1.Size     = new System.Drawing.Size(554, 303);
     panel1.TabIndex = 0;
     //
     // con_btn
     //
     con_btn.Anchor                = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     con_btn.BackColor             = System.Drawing.Color.White;
     con_btn.BackgroundImage       = ((System.Drawing.Image)(resources.GetObject("con_btn.BackgroundImage")));
     con_btn.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     con_btn.Location              = new System.Drawing.Point(464, 233);
     con_btn.Name     = "con_btn";
     con_btn.Size     = new System.Drawing.Size(90, 70);
     con_btn.TabIndex = 66;
     con_btn.UseVisualStyleBackColor = false;
     con_btn.Click += new System.EventHandler(con_btn_Click);
     //
     // back_btn
     //
     back_btn.Anchor                = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     back_btn.BackColor             = System.Drawing.Color.White;
     back_btn.BackgroundImage       = ((System.Drawing.Image)(resources.GetObject("back_btn.BackgroundImage")));
     back_btn.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     back_btn.Font     = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     back_btn.Location = new System.Drawing.Point(3, 233);
     back_btn.Name     = "back_btn";
     back_btn.Size     = new System.Drawing.Size(80, 70);
     back_btn.TabIndex = 64;
     back_btn.UseVisualStyleBackColor = false;
     back_btn.Click += new System.EventHandler(back_btn_Click);
     //
     // label1
     //
     label1.Anchor    = System.Windows.Forms.AnchorStyles.Top;
     label1.AutoSize  = true;
     label1.Font      = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     label1.ForeColor = System.Drawing.Color.MidnightBlue;
     label1.Location  = new System.Drawing.Point(229, 0);
     label1.Name      = "label1";
     label1.Size      = new System.Drawing.Size(114, 24);
     label1.TabIndex  = 2;
     label1.Text      = "File Set UP";
     //
     // tableLayoutPanel1
     //
     tableLayoutPanel1.Anchor      = System.Windows.Forms.AnchorStyles.Left;
     tableLayoutPanel1.ColumnCount = 2;
     tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
     tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
     tableLayoutPanel1.Controls.Add(label2, 0, 0);
     tableLayoutPanel1.Controls.Add(label4, 0, 2);
     tableLayoutPanel1.Controls.Add(label5, 0, 3);
     tableLayoutPanel1.Controls.Add(label6, 0, 4);
     tableLayoutPanel1.Controls.Add(label7, 0, 5);
     tableLayoutPanel1.Controls.Add(label8, 0, 6);
     tableLayoutPanel1.Controls.Add(textBox1, 1, 0);
     tableLayoutPanel1.Controls.Add(textBox2, 1, 1);
     tableLayoutPanel1.Controls.Add(textBox3, 1, 2);
     tableLayoutPanel1.Controls.Add(textBox4, 1, 3);
     tableLayoutPanel1.Controls.Add(textBox5, 1, 4);
     tableLayoutPanel1.Controls.Add(textBox6, 1, 5);
     tableLayoutPanel1.Controls.Add(textBox7, 1, 6);
     tableLayoutPanel1.Controls.Add(label3, 0, 1);
     tableLayoutPanel1.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     tableLayoutPanel1.Location = new System.Drawing.Point(3, 27);
     tableLayoutPanel1.Name     = "tableLayoutPanel1";
     tableLayoutPanel1.RowCount = 7;
     tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 14.28571F));
     tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 14.28571F));
     tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 14.28571F));
     tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 14.28571F));
     tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 14.28571F));
     tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 14.28571F));
     tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 14.28571F));
     tableLayoutPanel1.Size     = new System.Drawing.Size(289, 200);
     tableLayoutPanel1.TabIndex = 0;
     tableLayoutPanel1.Paint   += new System.Windows.Forms.PaintEventHandler(tableLayoutPanel1_Paint);
     //
     // label2
     //
     label2.Anchor    = System.Windows.Forms.AnchorStyles.Bottom;
     label2.AutoSize  = true;
     label2.Font      = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     label2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     label2.Location  = new System.Drawing.Point(49, 12);
     label2.Name      = "label2";
     label2.Size      = new System.Drawing.Size(45, 16);
     label2.TabIndex  = 0;
     label2.Text      = "Name";
     //
     // label4
     //
     label4.Anchor    = System.Windows.Forms.AnchorStyles.Bottom;
     label4.AutoSize  = true;
     label4.Font      = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     label4.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     label4.Location  = new System.Drawing.Point(22, 68);
     label4.Name      = "label4";
     label4.Size      = new System.Drawing.Size(100, 16);
     label4.TabIndex  = 2;
     label4.Text      = "Length of Stave";
     //
     // label5
     //
     label5.Anchor    = System.Windows.Forms.AnchorStyles.Bottom;
     label5.AutoSize  = true;
     label5.Font      = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     label5.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     label5.Location  = new System.Drawing.Point(26, 96);
     label5.Name      = "label5";
     label5.Size      = new System.Drawing.Size(92, 16);
     label5.TabIndex  = 3;
     label5.Text      = "Angle of Bend";
     //
     // label6
     //
     label6.Anchor    = System.Windows.Forms.AnchorStyles.Bottom;
     label6.AutoSize  = true;
     label6.Font      = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     label6.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     label6.Location  = new System.Drawing.Point(51, 124);
     label6.Name      = "label6";
     label6.Size      = new System.Drawing.Size(42, 16);
     label6.TabIndex  = 4;
     label6.Text      = "Width";
     //
     // label7
     //
     label7.Anchor    = System.Windows.Forms.AnchorStyles.Bottom;
     label7.AutoSize  = true;
     label7.Font      = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     label7.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     label7.Location  = new System.Drawing.Point(55, 152);
     label7.Name      = "label7";
     label7.Size      = new System.Drawing.Size(34, 16);
     label7.TabIndex  = 5;
     label7.Text      = "Gap";
     //
     // label8
     //
     label8.Anchor    = System.Windows.Forms.AnchorStyles.Bottom;
     label8.AutoSize  = true;
     label8.Font      = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     label8.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     label8.Location  = new System.Drawing.Point(39, 168);
     label8.Name      = "label8";
     label8.Size      = new System.Drawing.Size(66, 32);
     label8.TabIndex  = 6;
     label8.Text      = "Diameter \r\nOf Pipe";
     //
     // textBox1
     //
     textBox1.Dock      = System.Windows.Forms.DockStyle.Bottom;
     textBox1.Font      = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     textBox1.ForeColor = System.Drawing.Color.Navy;
     textBox1.Location  = new System.Drawing.Point(147, 3);
     textBox1.Multiline = true;
     textBox1.Name      = "textBox1";
     textBox1.Size      = new System.Drawing.Size(139, 22);
     textBox1.TabIndex  = 7;
     //
     // textBox2
     //
     textBox2.Dock      = System.Windows.Forms.DockStyle.Bottom;
     textBox2.Font      = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     textBox2.ForeColor = System.Drawing.Color.Navy;
     textBox2.Location  = new System.Drawing.Point(147, 31);
     textBox2.Multiline = true;
     textBox2.Name      = "textBox2";
     textBox2.Size      = new System.Drawing.Size(139, 22);
     textBox2.TabIndex  = 8;
     //
     // textBox3
     //
     textBox3.Dock      = System.Windows.Forms.DockStyle.Bottom;
     textBox3.Font      = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     textBox3.ForeColor = System.Drawing.Color.Navy;
     textBox3.Location  = new System.Drawing.Point(147, 59);
     textBox3.Multiline = true;
     textBox3.Name      = "textBox3";
     textBox3.Size      = new System.Drawing.Size(139, 22);
     textBox3.TabIndex  = 9;
     //
     // textBox4
     //
     textBox4.Dock      = System.Windows.Forms.DockStyle.Bottom;
     textBox4.Font      = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     textBox4.ForeColor = System.Drawing.Color.Navy;
     textBox4.Location  = new System.Drawing.Point(147, 87);
     textBox4.Multiline = true;
     textBox4.Name      = "textBox4";
     textBox4.Size      = new System.Drawing.Size(139, 22);
     textBox4.TabIndex  = 10;
     //
     // textBox5
     //
     textBox5.Dock      = System.Windows.Forms.DockStyle.Bottom;
     textBox5.Font      = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     textBox5.ForeColor = System.Drawing.Color.Navy;
     textBox5.Location  = new System.Drawing.Point(147, 115);
     textBox5.Multiline = true;
     textBox5.Name      = "textBox5";
     textBox5.Size      = new System.Drawing.Size(139, 22);
     textBox5.TabIndex  = 11;
     //
     // textBox6
     //
     textBox6.Dock      = System.Windows.Forms.DockStyle.Bottom;
     textBox6.Font      = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     textBox6.ForeColor = System.Drawing.Color.Navy;
     textBox6.Location  = new System.Drawing.Point(147, 143);
     textBox6.Multiline = true;
     textBox6.Name      = "textBox6";
     textBox6.Size      = new System.Drawing.Size(139, 22);
     textBox6.TabIndex  = 12;
     //
     // textBox7
     //
     textBox7.Dock      = System.Windows.Forms.DockStyle.Bottom;
     textBox7.Font      = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     textBox7.ForeColor = System.Drawing.Color.Navy;
     textBox7.Location  = new System.Drawing.Point(147, 171);
     textBox7.Multiline = true;
     textBox7.Name      = "textBox7";
     textBox7.Size      = new System.Drawing.Size(139, 26);
     textBox7.TabIndex  = 13;
     //
     // label3
     //
     label3.Anchor    = System.Windows.Forms.AnchorStyles.Bottom;
     label3.AutoSize  = true;
     label3.Font      = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     label3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     label3.Location  = new System.Drawing.Point(30, 40);
     label3.Name      = "label3";
     label3.Size      = new System.Drawing.Size(83, 16);
     label3.TabIndex  = 1;
     label3.Text      = "No. Of Stave";
     //
     // chart1
     //
     chartArea1.Name = "ChartArea1";
     chart1.ChartAreas.Add(chartArea1);
     legend1.Name = "Legend1";
     chart1.Legends.Add(legend1);
     chart1.Location   = new System.Drawing.Point(295, 27);
     chart1.Name       = "chart1";
     series1.ChartArea = "ChartArea1";
     series1.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.FastLine;
     series1.Legend    = "Legend1";
     series1.Name      = "Series1";
     chart1.Series.Add(series1);
     chart1.Size     = new System.Drawing.Size(256, 200);
     chart1.TabIndex = 67;
     chart1.Text     = "chart1";
     //
     // Filesetupgraph
     //
     AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     BackColor           = System.Drawing.Color.White;
     ClientSize          = new System.Drawing.Size(551, 301);
     Controls.Add(panel1);
     MaximumSize   = new System.Drawing.Size(567, 340);
     MinimumSize   = new System.Drawing.Size(567, 340);
     Name          = "Filesetupgraph";
     ShowInTaskbar = false;
     StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     Text          = "Filesetupgraph";
     FormClosing  += new System.Windows.Forms.FormClosingEventHandler(Filesetupgraph_FormClosing);
     Load         += new System.EventHandler(Filesetupgraph_Load);
     panel1.ResumeLayout(false);
     panel1.PerformLayout();
     tableLayoutPanel1.ResumeLayout(false);
     tableLayoutPanel1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(chart1)).EndInit();
     ResumeLayout(false);
 }
Beispiel #15
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainFrm));
     imgList               = new System.Windows.Forms.ImageList(components);
     btnConnectToRoom      = new Proshot.UtilityLib.Button();
     txtHowToConnectToRoom = new Proshot.UtilityLib.TextBox();
     mnuMain               = new Proshot.UtilityLib.MenuStrip();
     mniChat               = new System.Windows.Forms.ToolStripMenuItem();
     mniSignup             = new System.Windows.Forms.ToolStripMenuItem();
     mniEnter              = new System.Windows.Forms.ToolStripMenuItem();
     mniCreateRoom         = new System.Windows.Forms.ToolStripMenuItem();
     mniConnectToRoom      = new System.Windows.Forms.ToolStripMenuItem();
     mniConnectMyProfile   = new System.Windows.Forms.ToolStripMenuItem();
     toolStripMenuItem1    = new System.Windows.Forms.ToolStripSeparator();
     mniExit               = new System.Windows.Forms.ToolStripMenuItem();
     splitContainer        = new System.Windows.Forms.SplitContainer();
     lstViwUsers           = new Proshot.UtilityLib.ListView();
     colUserIcon           = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     colUserName           = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     lstViwRooms           = new Proshot.UtilityLib.ListView();
     colRoomIcon           = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     colRoomUsers          = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     colRoomName           = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     colRoomDescription    = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     mnuMain.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(splitContainer)).BeginInit();
     splitContainer.Panel1.SuspendLayout();
     splitContainer.Panel2.SuspendLayout();
     splitContainer.SuspendLayout();
     SuspendLayout();
     //
     // imgList
     //
     imgList.ImageStream      = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imgList.ImageStream")));
     imgList.TransparentColor = System.Drawing.Color.Transparent;
     imgList.Images.Add((Image)resources.GetObject("InLine.Image"));
     imgList.Images.Add((Image)resources.GetObject("OffLine.Image"));
     imgList.Images.Add((Image)resources.GetObject("mniConnectToRoom.Image"));
     imgList.Images.SetKeyName(0, "Smiely.png");
     imgList.Images.SetKeyName(1, "Private.ico");
     imgList.Images.SetKeyName(2, "SendMessage.ico");
     imgList.Images.SetKeyName(3, "Enter.ico");
     imgList.Images.SetKeyName(4, "Exit.ico");
     imgList.Images.SetKeyName(5, "InLine.png");
     imgList.Images.SetKeyName(6, "OffLine.png");
     imgList.Images.SetKeyName(7, "Chat.png");
     //
     // btnConnectToRoom
     //
     btnConnectToRoom.Anchor     = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     btnConnectToRoom.ImageAlign = System.Drawing.ContentAlignment.MiddleRight;
     btnConnectToRoom.ImageKey   = "Chat.png";
     btnConnectToRoom.ImageList  = imgList;
     btnConnectToRoom.Location   = new System.Drawing.Point(6, 424);
     btnConnectToRoom.Name       = "btnConnectToRoom";
     btnConnectToRoom.Size       = new System.Drawing.Size(123, 23);
     btnConnectToRoom.TabIndex   = 6;
     btnConnectToRoom.Text       = "Connect to Room";
     btnConnectToRoom.UseVisualStyleBackColor = true;
     btnConnectToRoom.Click += new System.EventHandler(btnConnectToRoom_Click);
     //
     // txtHowToConnectToRoom
     //
     txtHowToConnectToRoom.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                                                                          | System.Windows.Forms.AnchorStyles.Right)));
     txtHowToConnectToRoom.BorderWidth = 1F;
     txtHowToConnectToRoom.Enabled     = false;
     txtHowToConnectToRoom.FloatValue  = 0D;
     txtHowToConnectToRoom.Location    = new System.Drawing.Point(275, 427);
     txtHowToConnectToRoom.Name        = "txtHowToConnectToRoom";
     txtHowToConnectToRoom.Size        = new System.Drawing.Size(300, 21);
     txtHowToConnectToRoom.TabIndex    = 1;
     txtHowToConnectToRoom.Text        = "  To connect to a chat room, double-click on the room name";
     //
     // mnuMain
     //
     mnuMain.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("mnuMain.BackgroundImage")));
     mnuMain.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         mniChat
     });
     mnuMain.Location = new System.Drawing.Point(0, 0);
     mnuMain.Name     = "mnuMain";
     mnuMain.Size     = new System.Drawing.Size(635, 24);
     mnuMain.TabIndex = 7;
     //
     // mniChat
     //
     mniChat.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         mniSignup,
         mniEnter,
         mniCreateRoom,
         mniConnectToRoom,
         mniConnectMyProfile,
         toolStripMenuItem1,
         mniExit
     });
     mniChat.Name = "mniChat";
     mniChat.Size = new System.Drawing.Size(44, 20);
     mniChat.Text = "Chat";
     //
     // mniSignup
     //
     mniSignup.Image  = ((System.Drawing.Image)(resources.GetObject("mniSignup.Image")));
     mniSignup.Name   = "mniSignup";
     mniSignup.Size   = new System.Drawing.Size(168, 22);
     mniSignup.Text   = "Sign up";
     mniSignup.Click += new System.EventHandler(mniSignup_Click);
     //
     // mniEnter
     //
     mniEnter.Image  = ((System.Drawing.Image)(resources.GetObject("mniEnter.Image")));
     mniEnter.Name   = "mniEnter";
     mniEnter.Size   = new System.Drawing.Size(168, 22);
     mniEnter.Text   = "Login";
     mniEnter.Click += new System.EventHandler(mniEnter_Click);
     //
     // mniCreateRoom
     //
     mniCreateRoom.Enabled = false;
     mniCreateRoom.Image   = ((System.Drawing.Image)(resources.GetObject("mniCreateRoom.Image")));
     mniCreateRoom.Name    = "mniCreateRoom";
     mniCreateRoom.Size    = new System.Drawing.Size(168, 22);
     mniCreateRoom.Text    = "Create Room";
     mniCreateRoom.Click  += new System.EventHandler(mniCreateRoom_Click);
     //
     // mniConnectToRoom
     //
     mniConnectToRoom.Image  = ((System.Drawing.Image)(resources.GetObject("mniConnectToRoom.Image")));
     mniConnectToRoom.Name   = "mniConnectToRoom";
     mniConnectToRoom.Size   = new System.Drawing.Size(168, 22);
     mniConnectToRoom.Text   = "Connect to Room";
     mniConnectToRoom.Click += new System.EventHandler(mniConnectToRoom_Click);
     //
     // mniConnectMyProfile
     //
     mniConnectMyProfile.Enabled = false;
     mniConnectMyProfile.Image   = ((System.Drawing.Image)(resources.GetObject("mniConnectMyProfile.Image")));
     mniConnectMyProfile.Name    = "mniConnectMyProfile";
     mniConnectMyProfile.Size    = new System.Drawing.Size(168, 22);
     mniConnectMyProfile.Text    = "My Profile";
     mniConnectMyProfile.Click  += new System.EventHandler(mniConnectMyProfile_Click);
     //
     // toolStripMenuItem1
     //
     toolStripMenuItem1.Name = "toolStripMenuItem1";
     toolStripMenuItem1.Size = new System.Drawing.Size(165, 6);
     //
     // mniExit
     //
     mniExit.Image  = ((System.Drawing.Image)(resources.GetObject("mniExit.Image")));
     mniExit.Name   = "mniExit";
     mniExit.Size   = new System.Drawing.Size(168, 22);
     mniExit.Text   = "Exit";
     mniExit.Click += new System.EventHandler(mniExit_Click);
     //
     // splitContainer
     //
     splitContainer.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)));
     splitContainer.Location = new System.Drawing.Point(3, 24);
     splitContainer.Name     = "splitContainer";
     //
     // splitContainer.Panel1
     //
     splitContainer.Panel1.Controls.Add(lstViwUsers);
     splitContainer.Panel1.RightToLeft = System.Windows.Forms.RightToLeft.No;
     splitContainer.Panel1MinSize      = 130;
     //
     // splitContainer.Panel2
     //
     splitContainer.Panel2.Controls.Add(lstViwRooms);
     splitContainer.Panel2.RightToLeft = System.Windows.Forms.RightToLeft.No;
     splitContainer.Size             = new System.Drawing.Size(627, 394);
     splitContainer.SplitterDistance = 130;
     splitContainer.TabIndex         = 8;
     //
     // lstViwUsers
     //
     lstViwUsers.Activation = System.Windows.Forms.ItemActivation.OneClick;
     lstViwUsers.Alignment  = System.Windows.Forms.ListViewAlignment.Default;
     lstViwUsers.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         colUserIcon,
         colUserName
     });
     lstViwUsers.Dock              = System.Windows.Forms.DockStyle.Fill;
     lstViwUsers.FullRowSelect     = true;
     lstViwUsers.HeaderStyle       = System.Windows.Forms.ColumnHeaderStyle.None;
     lstViwUsers.HideSelection     = false;
     lstViwUsers.LabelWrap         = false;
     lstViwUsers.Location          = new System.Drawing.Point(0, 0);
     lstViwUsers.MultiSelect       = false;
     lstViwUsers.Name              = "lstViwUsers";
     lstViwUsers.RightToLeftLayout = true;
     lstViwUsers.Size              = new System.Drawing.Size(130, 394);
     lstViwUsers.SmallImageList    = imgList;
     lstViwUsers.TabIndex          = 8;
     lstViwUsers.UseCompatibleStateImageBehavior = false;
     lstViwUsers.View = System.Windows.Forms.View.Details;
     //
     // colUserIcon
     //
     colUserIcon.Text  = "";
     colUserIcon.Width = 23;
     //
     // colUserName
     //
     colUserName.Text  = "";
     colUserName.Width = 85;
     //
     // lstViwRooms
     //
     lstViwRooms.Activation = System.Windows.Forms.ItemActivation.OneClick;
     lstViwRooms.Alignment  = System.Windows.Forms.ListViewAlignment.Default;
     lstViwRooms.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         colRoomIcon,
         colRoomName,
         colRoomDescription,
         colRoomUsers
     });
     lstViwRooms.Dock              = System.Windows.Forms.DockStyle.Fill;
     lstViwRooms.FullRowSelect     = true;
     lstViwRooms.HeaderStyle       = System.Windows.Forms.ColumnHeaderStyle.None;
     lstViwRooms.HideSelection     = false;
     lstViwRooms.LabelWrap         = false;
     lstViwRooms.Location          = new System.Drawing.Point(0, 0);
     lstViwRooms.MultiSelect       = false;
     lstViwRooms.Name              = "lstViwRooms";
     lstViwRooms.RightToLeftLayout = true;
     lstViwRooms.Size              = new System.Drawing.Size(493, 394);
     lstViwRooms.SmallImageList    = imgList;
     lstViwRooms.TabIndex          = 8;
     lstViwRooms.UseCompatibleStateImageBehavior = false;
     lstViwRooms.View         = System.Windows.Forms.View.Details;
     lstViwRooms.DoubleClick += new System.EventHandler(btnConnectToRoom_Click);
     //
     // colRoomIcon
     //
     colRoomIcon.Text  = "";
     colRoomIcon.Width = 23;
     //
     // colRoomName
     //
     colRoomName.Text  = "Room Name";
     colRoomName.Width = 75;
     //
     // colRoomDescription
     //
     colRoomDescription.Text  = "Room Description";
     colRoomDescription.Width = 350;
     //
     // colRoomUsers
     //
     colRoomUsers.Text  = "Users";
     colRoomUsers.Width = 50;
     //
     // MainFrm
     //
     AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     ClientSize          = new System.Drawing.Size(635, 459);
     Controls.Add(splitContainer);
     Controls.Add(btnConnectToRoom);
     Controls.Add(txtHowToConnectToRoom);
     Controls.Add(mnuMain);
     Font              = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(177)));
     MinimumSize       = new System.Drawing.Size(643, 493);
     Name              = "MainFrm";
     RightToLeft       = System.Windows.Forms.RightToLeft.No;
     RightToLeftLayout = true;
     ShowIcon          = false;
     StartPosition     = System.Windows.Forms.FormStartPosition.CenterScreen;
     Text              = "Offline";
     FormClosing      += new System.Windows.Forms.FormClosingEventHandler(MainFrm_FormClosing);
     mnuMain.ResumeLayout(false);
     mnuMain.PerformLayout();
     splitContainer.Panel1.ResumeLayout(false);
     splitContainer.Panel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(splitContainer)).EndInit();
     splitContainer.ResumeLayout(false);
     ResumeLayout(false);
     PerformLayout();
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormEditPast));
     LabelHint          = new System.Windows.Forms.Label();
     LabelMonth         = new System.Windows.Forms.Label();
     ComboBoxMonth      = new System.Windows.Forms.ComboBox();
     DataGridViewTimes  = new System.Windows.Forms.DataGridView();
     ColumnClockIn      = new System.Windows.Forms.DataGridViewTextBoxColumn();
     ColumnClockOut     = new System.Windows.Forms.DataGridViewTextBoxColumn();
     ButtonLoad         = new System.Windows.Forms.Button();
     TextBoxCardID      = new System.Windows.Forms.TextBox();
     LabelCardID        = new System.Windows.Forms.Label();
     NumericUpDownYear  = new System.Windows.Forms.NumericUpDown();
     LabelYear          = new System.Windows.Forms.Label();
     ButtonSave         = new System.Windows.Forms.Button();
     ButtonReset        = new System.Windows.Forms.Button();
     datePicker         = new System.Windows.Forms.DateTimePicker();
     clockInTimePicker  = new System.Windows.Forms.DateTimePicker();
     clockOutTimePicker = new System.Windows.Forms.DateTimePicker();
     dateLabel          = new System.Windows.Forms.Label();
     clockInLabel       = new System.Windows.Forms.Label();
     clockOutLabel      = new System.Windows.Forms.Label();
     DeleteButton       = new System.Windows.Forms.Button();
     ((System.ComponentModel.ISupportInitialize)(DataGridViewTimes)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(NumericUpDownYear)).BeginInit();
     SuspendLayout();
     //
     // LabelHint
     //
     LabelHint.Location = new System.Drawing.Point(9, 7);
     LabelHint.Margin   = new System.Windows.Forms.Padding(2, 0, 2, 0);
     LabelHint.Name     = "LabelHint";
     LabelHint.Size     = new System.Drawing.Size(406, 54);
     LabelHint.TabIndex = 0;
     LabelHint.Text     = "Scan your card or enter your Student ID to pull up logged times within the respec" +
                          "tive month. ";
     //
     // LabelMonth
     //
     LabelMonth.AutoSize = true;
     LabelMonth.Location = new System.Drawing.Point(9, 89);
     LabelMonth.Margin   = new System.Windows.Forms.Padding(2, 0, 2, 0);
     LabelMonth.Name     = "LabelMonth";
     LabelMonth.Size     = new System.Drawing.Size(40, 13);
     LabelMonth.TabIndex = 5;
     LabelMonth.Text     = "Month:";
     //
     // ComboBoxMonth
     //
     ComboBoxMonth.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     ComboBoxMonth.FormattingEnabled = true;
     ComboBoxMonth.ItemHeight        = 13;
     ComboBoxMonth.Items.AddRange(new object[] {
         "January",
         "February",
         "March",
         "April",
         "May",
         "June",
         "July",
         "August",
         "September",
         "October",
         "November",
         "December"
     });
     ComboBoxMonth.Location         = new System.Drawing.Point(98, 87);
     ComboBoxMonth.Margin           = new System.Windows.Forms.Padding(2);
     ComboBoxMonth.MaxDropDownItems = 12;
     ComboBoxMonth.Name             = "ComboBoxMonth";
     ComboBoxMonth.Size             = new System.Drawing.Size(200, 21);
     ComboBoxMonth.TabIndex         = 2;
     //
     // DataGridViewTimes
     //
     DataGridViewTimes.AllowUserToAddRows          = false;
     DataGridViewTimes.AllowUserToResizeColumns    = false;
     DataGridViewTimes.AllowUserToResizeRows       = false;
     DataGridViewTimes.AutoSizeColumnsMode         = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
     DataGridViewTimes.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     DataGridViewTimes.EditMode                = System.Windows.Forms.DataGridViewEditMode.EditProgrammatically;
     DataGridViewTimes.ImeMode                 = System.Windows.Forms.ImeMode.NoControl;
     DataGridViewTimes.Location                = new System.Drawing.Point(9, 134);
     DataGridViewTimes.Margin                  = new System.Windows.Forms.Padding(2);
     DataGridViewTimes.MultiSelect             = false;
     DataGridViewTimes.Name                    = "DataGridViewTimes";
     DataGridViewTimes.ReadOnly                = true;
     DataGridViewTimes.RowHeadersVisible       = false;
     DataGridViewTimes.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.AutoSizeToDisplayedHeaders;
     DataGridViewTimes.RowTemplate.Height      = 24;
     DataGridViewTimes.ScrollBars              = System.Windows.Forms.ScrollBars.Vertical;
     DataGridViewTimes.SelectionMode           = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
     DataGridViewTimes.Size                    = new System.Drawing.Size(406, 155);
     DataGridViewTimes.TabIndex                = 5;
     DataGridViewTimes.VirtualMode             = true;
     //
     // ColumnClockIn
     //
     ColumnClockIn.Name = "ColumnClockIn";
     //
     // ColumnClockOut
     //
     ColumnClockOut.Name = "ColumnClockOut";
     //
     // ButtonLoad
     //
     ButtonLoad.Location = new System.Drawing.Point(302, 70);
     ButtonLoad.Margin   = new System.Windows.Forms.Padding(2);
     ButtonLoad.Name     = "ButtonLoad";
     ButtonLoad.Size     = new System.Drawing.Size(112, 22);
     ButtonLoad.TabIndex = 4;
     ButtonLoad.Text     = "Load Times";
     ButtonLoad.UseVisualStyleBackColor = true;
     ButtonLoad.Click += new System.EventHandler(ButtonLoad_Click);
     //
     // TextBoxCardID
     //
     TextBoxCardID.Location = new System.Drawing.Point(98, 64);
     TextBoxCardID.Margin   = new System.Windows.Forms.Padding(2);
     TextBoxCardID.Name     = "TextBoxCardID";
     TextBoxCardID.Size     = new System.Drawing.Size(200, 20);
     TextBoxCardID.TabIndex = 1;
     //
     // LabelCardID
     //
     LabelCardID.AutoSize = true;
     LabelCardID.Location = new System.Drawing.Point(9, 67);
     LabelCardID.Margin   = new System.Windows.Forms.Padding(2, 0, 2, 0);
     LabelCardID.Name     = "LabelCardID";
     LabelCardID.Size     = new System.Drawing.Size(88, 13);
     LabelCardID.TabIndex = 11;
     LabelCardID.Text     = "Card/Student ID:";
     //
     // NumericUpDownYear
     //
     NumericUpDownYear.Location = new System.Drawing.Point(98, 111);
     NumericUpDownYear.Margin   = new System.Windows.Forms.Padding(2);
     NumericUpDownYear.Maximum  = new decimal(new int[] {
         9999,
         0,
         0,
         0
     });
     NumericUpDownYear.Minimum = new decimal(new int[] {
         2014,
         0,
         0,
         0
     });
     NumericUpDownYear.Name     = "NumericUpDownYear";
     NumericUpDownYear.Size     = new System.Drawing.Size(200, 20);
     NumericUpDownYear.TabIndex = 3;
     NumericUpDownYear.Value    = new decimal(new int[] {
         2014,
         0,
         0,
         0
     });
     //
     // LabelYear
     //
     LabelYear.AutoSize = true;
     LabelYear.Location = new System.Drawing.Point(9, 113);
     LabelYear.Margin   = new System.Windows.Forms.Padding(2, 0, 2, 0);
     LabelYear.Name     = "LabelYear";
     LabelYear.Size     = new System.Drawing.Size(32, 13);
     LabelYear.TabIndex = 13;
     LabelYear.Text     = "Year:";
     //
     // ButtonSave
     //
     ButtonSave.Enabled  = false;
     ButtonSave.Location = new System.Drawing.Point(344, 400);
     ButtonSave.Margin   = new System.Windows.Forms.Padding(2);
     ButtonSave.Name     = "ButtonSave";
     ButtonSave.Size     = new System.Drawing.Size(70, 23);
     ButtonSave.TabIndex = 6;
     ButtonSave.Text     = "Save";
     ButtonSave.UseVisualStyleBackColor = true;
     ButtonSave.Click += new System.EventHandler(ButtonSave_Click);
     //
     // ButtonReset
     //
     ButtonReset.Location = new System.Drawing.Point(302, 102);
     ButtonReset.Margin   = new System.Windows.Forms.Padding(2);
     ButtonReset.Name     = "ButtonReset";
     ButtonReset.Size     = new System.Drawing.Size(112, 22);
     ButtonReset.TabIndex = 7;
     ButtonReset.Text     = "Reset";
     ButtonReset.UseVisualStyleBackColor = true;
     ButtonReset.Click += new System.EventHandler(ButtonReset_Click);
     //
     // datePicker
     //
     datePicker.CustomFormat = "MM/dd/yy";
     datePicker.Enabled      = false;
     datePicker.Format       = System.Windows.Forms.DateTimePickerFormat.Short;
     datePicker.Location     = new System.Drawing.Point(315, 313);
     datePicker.Name         = "datePicker";
     datePicker.Size         = new System.Drawing.Size(99, 20);
     datePicker.TabIndex     = 14;
     //
     // clockInTimePicker
     //
     clockInTimePicker.CustomFormat = "";
     clockInTimePicker.Enabled      = false;
     clockInTimePicker.Format       = System.Windows.Forms.DateTimePickerFormat.Time;
     clockInTimePicker.Location     = new System.Drawing.Point(326, 340);
     clockInTimePicker.Name         = "clockInTimePicker";
     clockInTimePicker.ShowUpDown   = true;
     clockInTimePicker.Size         = new System.Drawing.Size(87, 20);
     clockInTimePicker.TabIndex     = 15;
     //
     // clockOutTimePicker
     //
     clockOutTimePicker.Enabled    = false;
     clockOutTimePicker.Format     = System.Windows.Forms.DateTimePickerFormat.Time;
     clockOutTimePicker.Location   = new System.Drawing.Point(326, 369);
     clockOutTimePicker.Name       = "clockOutTimePicker";
     clockOutTimePicker.ShowUpDown = true;
     clockOutTimePicker.Size       = new System.Drawing.Size(87, 20);
     clockOutTimePicker.TabIndex   = 16;
     //
     // dateLabel
     //
     dateLabel.AutoSize = true;
     dateLabel.Location = new System.Drawing.Point(270, 316);
     dateLabel.Name     = "dateLabel";
     dateLabel.Size     = new System.Drawing.Size(33, 13);
     dateLabel.TabIndex = 17;
     dateLabel.Text     = "Date:";
     //
     // clockInLabel
     //
     clockInLabel.AutoSize = true;
     clockInLabel.Location = new System.Drawing.Point(269, 343);
     clockInLabel.Name     = "clockInLabel";
     clockInLabel.Size     = new System.Drawing.Size(49, 13);
     clockInLabel.TabIndex = 18;
     clockInLabel.Text     = "Clock In:";
     //
     // clockOutLabel
     //
     clockOutLabel.AutoSize = true;
     clockOutLabel.Location = new System.Drawing.Point(268, 372);
     clockOutLabel.Name     = "clockOutLabel";
     clockOutLabel.Size     = new System.Drawing.Size(57, 13);
     clockOutLabel.TabIndex = 19;
     clockOutLabel.Text     = "Clock Out:";
     //
     // DeleteButton
     //
     DeleteButton.Enabled  = false;
     DeleteButton.Location = new System.Drawing.Point(271, 400);
     DeleteButton.Name     = "DeleteButton";
     DeleteButton.Size     = new System.Drawing.Size(68, 23);
     DeleteButton.TabIndex = 20;
     DeleteButton.Text     = "Delete";
     DeleteButton.UseVisualStyleBackColor = true;
     DeleteButton.Click += new System.EventHandler(DeleteButton_Click);
     //
     // FormEditPast
     //
     AcceptButton        = ButtonLoad;
     AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     ClientSize          = new System.Drawing.Size(425, 432);
     Controls.Add(DeleteButton);
     Controls.Add(clockOutLabel);
     Controls.Add(clockInLabel);
     Controls.Add(dateLabel);
     Controls.Add(clockOutTimePicker);
     Controls.Add(clockInTimePicker);
     Controls.Add(datePicker);
     Controls.Add(ButtonReset);
     Controls.Add(ButtonSave);
     Controls.Add(LabelYear);
     Controls.Add(NumericUpDownYear);
     Controls.Add(TextBoxCardID);
     Controls.Add(LabelCardID);
     Controls.Add(ButtonLoad);
     Controls.Add(DataGridViewTimes);
     Controls.Add(LabelMonth);
     Controls.Add(ComboBoxMonth);
     Controls.Add(LabelHint);
     FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     Icon            = ((System.Drawing.Icon)(resources.GetObject("$Icon")));
     Margin          = new System.Windows.Forms.Padding(2);
     MaximizeBox     = false;
     MaximumSize     = new System.Drawing.Size(441, 470);
     MinimizeBox     = false;
     MinimumSize     = new System.Drawing.Size(441, 470);
     Name            = "FormEditPast";
     SizeGripStyle   = System.Windows.Forms.SizeGripStyle.Hide;
     Text            = "Edit Past Time";
     FormClosing    += new System.Windows.Forms.FormClosingEventHandler(FormEditPast_FormClosing);
     ((System.ComponentModel.ISupportInitialize)(DataGridViewTimes)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(NumericUpDownYear)).EndInit();
     ResumeLayout(false);
     PerformLayout();
 }
Beispiel #17
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(RoomFrm));
     listViewMessage   = new System.Windows.Forms.ListView();
     msg               = new System.Windows.Forms.ColumnHeader();
     likes             = new System.Windows.Forms.ColumnHeader();
     txtNewMessage     = new Proshot.UtilityLib.TextBox();
     lblNewMessage     = new Proshot.UtilityLib.Label();
     splitContainer    = new System.Windows.Forms.SplitContainer();
     listViewRoomUsers = new Proshot.UtilityLib.ListView();
     colUserIcon       = new System.Windows.Forms.ColumnHeader();
     colUserName       = new System.Windows.Forms.ColumnHeader();
     imgList           = new System.Windows.Forms.ImageList(components);
     btnSend           = new Proshot.UtilityLib.Button();
     mnuMain           = new Proshot.UtilityLib.MenuStrip();
     mniChat           = new System.Windows.Forms.ToolStripMenuItem();
     mniSave           = new System.Windows.Forms.ToolStripMenuItem();
     mniExit           = new System.Windows.Forms.ToolStripMenuItem();
     contextMenuStripListViewMessage = new System.Windows.Forms.ContextMenuStrip(components);
     deleteToolStripMenuItem         = new System.Windows.Forms.ToolStripMenuItem();
     likeToolStripMenuItem           = new System.Windows.Forms.ToolStripMenuItem();
     ((System.ComponentModel.ISupportInitialize)(splitContainer)).BeginInit();
     splitContainer.Panel1.SuspendLayout();
     splitContainer.Panel2.SuspendLayout();
     splitContainer.SuspendLayout();
     mnuMain.SuspendLayout();
     contextMenuStripListViewMessage.SuspendLayout();
     SuspendLayout();
     //
     // listViewMessage
     //
     listViewMessage.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         msg,
         likes
     });
     listViewMessage.Dock     = System.Windows.Forms.DockStyle.Fill;
     listViewMessage.Location = new System.Drawing.Point(0, 0);
     listViewMessage.Name     = "listViewMessage";
     listViewMessage.Size     = new System.Drawing.Size(331, 195);
     listViewMessage.TabIndex = 10;
     listViewMessage.UseCompatibleStateImageBehavior = false;
     listViewMessage.View = System.Windows.Forms.View.Details;
     listViewMessage.SelectedIndexChanged += new System.EventHandler(listViewMessage_SelectedIndexChanged);
     listViewMessage.MouseClick           += new System.Windows.Forms.MouseEventHandler(listViewMessage_MouseClick);
     //
     // msg
     //
     msg.Text  = "Message";
     msg.Width = 290;
     //
     // likes
     //
     likes.Text  = "Likes";
     likes.Width = 38;
     //
     // txtNewMessage
     //
     txtNewMessage.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                                                                  | System.Windows.Forms.AnchorStyles.Right)));
     txtNewMessage.BorderWidth = 1F;
     txtNewMessage.FloatValue  = 0D;
     txtNewMessage.Location    = new System.Drawing.Point(145, 223);
     txtNewMessage.Name        = "txtNewMessage";
     txtNewMessage.Size        = new System.Drawing.Size(267, 21);
     txtNewMessage.TabIndex    = 1;
     //
     // lblNewMessage
     //
     lblNewMessage.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                                                                  | System.Windows.Forms.AnchorStyles.Right)));
     lblNewMessage.AutoSize    = true;
     lblNewMessage.BorderWidth = 1F;
     lblNewMessage.Location    = new System.Drawing.Point(85, 226);
     lblNewMessage.Name        = "lblNewMessage";
     lblNewMessage.Size        = new System.Drawing.Size(56, 13);
     lblNewMessage.TabIndex    = 2;
     lblNewMessage.Text        = "Message :";
     //
     // splitContainer
     //
     splitContainer.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)));
     splitContainer.Location = new System.Drawing.Point(3, 24);
     splitContainer.Name     = "splitContainer";
     //
     // splitContainer.Panel1
     //
     splitContainer.Panel1.Controls.Add(listViewRoomUsers);
     splitContainer.Panel1.RightToLeft = System.Windows.Forms.RightToLeft.No;
     splitContainer.Panel1.Paint      += new System.Windows.Forms.PaintEventHandler(splitContainer_Panel1_Paint);
     splitContainer.Panel1MinSize      = 130;
     //
     // splitContainer.Panel2
     //
     splitContainer.Panel2.Controls.Add(listViewMessage);
     splitContainer.Panel2.RightToLeft = System.Windows.Forms.RightToLeft.No;
     splitContainer.Size             = new System.Drawing.Size(477, 195);
     splitContainer.SplitterDistance = 137;
     splitContainer.TabIndex         = 8;
     //
     // listViewRoomUsers
     //
     listViewRoomUsers.Alignment = System.Windows.Forms.ListViewAlignment.Default;
     listViewRoomUsers.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         colUserIcon,
         colUserName
     });
     listViewRoomUsers.Dock              = System.Windows.Forms.DockStyle.Fill;
     listViewRoomUsers.FullRowSelect     = true;
     listViewRoomUsers.HeaderStyle       = System.Windows.Forms.ColumnHeaderStyle.None;
     listViewRoomUsers.HideSelection     = false;
     listViewRoomUsers.LabelWrap         = false;
     listViewRoomUsers.Location          = new System.Drawing.Point(0, 0);
     listViewRoomUsers.MultiSelect       = false;
     listViewRoomUsers.Name              = "listViewRoomUsers";
     listViewRoomUsers.RightToLeftLayout = true;
     listViewRoomUsers.Size              = new System.Drawing.Size(137, 195);
     listViewRoomUsers.SmallImageList    = imgList;
     listViewRoomUsers.TabIndex          = 8;
     listViewRoomUsers.UseCompatibleStateImageBehavior = false;
     listViewRoomUsers.View = System.Windows.Forms.View.Details;
     listViewRoomUsers.SelectedIndexChanged += new System.EventHandler(listViewRoomUsers_SelectedIndexChanged);
     //
     // colUserIcon
     //
     colUserIcon.Text  = "";
     colUserIcon.Width = 23;
     //
     // colUserName
     //
     colUserName.Text  = "";
     colUserName.Width = 85;
     //
     // imgList
     //
     imgList.ImageStream      = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imgList.ImageStream")));
     imgList.TransparentColor = System.Drawing.Color.Transparent;
     imgList.Images.Add((Image)resources.GetObject("InLine.Image"));
     imgList.Images.SetKeyName(0, "Smiely.ico");
     imgList.Images.SetKeyName(1, "Private.ico");
     imgList.Images.SetKeyName(2, "SendMessage.ico");
     imgList.Images.SetKeyName(3, "Enter.ico");
     imgList.Images.SetKeyName(4, "Exit.ico");
     imgList.Images.SetKeyName(5, "InLine.png");
     //
     // btnSend
     //
     btnSend.Anchor     = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     btnSend.ImageAlign = System.Drawing.ContentAlignment.MiddleRight;
     btnSend.ImageKey   = "SendMessage.ico";
     btnSend.ImageList  = imgList;
     btnSend.Location   = new System.Drawing.Point(417, 222);
     btnSend.Name       = "btnSend";
     btnSend.Size       = new System.Drawing.Size(67, 23);
     btnSend.TabIndex   = 3;
     btnSend.Text       = "Send";
     btnSend.TextAlign  = System.Drawing.ContentAlignment.MiddleLeft;
     btnSend.UseVisualStyleBackColor = true;
     btnSend.Click += new System.EventHandler(btnSend_Click);
     //
     // mnuMain
     //
     mnuMain.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("mnuMain.BackgroundImage")));
     mnuMain.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         mniChat
     });
     mnuMain.Location = new System.Drawing.Point(0, 0);
     mnuMain.Name     = "mnuMain";
     mnuMain.Size     = new System.Drawing.Size(487, 24);
     mnuMain.TabIndex = 7;
     //
     // mniChat
     //
     mniChat.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         mniSave,
         mniExit
     });
     mniChat.Name = "mniChat";
     mniChat.Size = new System.Drawing.Size(44, 20);
     mniChat.Text = "Chat";
     //
     // mniSave
     //
     mniSave.Image  = ((System.Drawing.Image)(resources.GetObject("mniSave.Image")));
     mniSave.Name   = "mniSave";
     mniSave.Size   = new System.Drawing.Size(98, 22);
     mniSave.Text   = "Save";
     mniSave.Click += new System.EventHandler(mniSave_Click);
     //
     // mniExit
     //
     mniExit.Image  = ((System.Drawing.Image)(resources.GetObject("mniExit.Image")));
     mniExit.Name   = "mniExit";
     mniExit.Size   = new System.Drawing.Size(98, 22);
     mniExit.Text   = "Exit";
     mniExit.Click += new System.EventHandler(mniExit_Click);
     //
     // contextMenuStripListViewMessage
     //
     contextMenuStripListViewMessage.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         deleteToolStripMenuItem,
         likeToolStripMenuItem
     });
     contextMenuStripListViewMessage.Name = "contextMenuStripListViewMessage";
     contextMenuStripListViewMessage.Size = new System.Drawing.Size(108, 48);
     //
     // deleteToolStripMenuItem
     //
     deleteToolStripMenuItem.Name   = "deleteToolStripMenuItem";
     deleteToolStripMenuItem.Size   = new System.Drawing.Size(50, 22);
     deleteToolStripMenuItem.Text   = "Delete";
     deleteToolStripMenuItem.Image  = ((System.Drawing.Image)(resources.GetObject("Garbage.Image")));
     deleteToolStripMenuItem.Click += new System.EventHandler(deleteToolStripMenuItem_Click);
     //
     // likeToolStripMenuItem
     //
     likeToolStripMenuItem.Name   = "likeToolStripMenuItem";
     likeToolStripMenuItem.Size   = new System.Drawing.Size(50, 22);
     likeToolStripMenuItem.Text   = "Like";
     likeToolStripMenuItem.Image  = ((System.Drawing.Image)(resources.GetObject("Like.Image")));
     likeToolStripMenuItem.Click += new System.EventHandler(likeToolStripMenuItem_Click);
     //
     // RoomFrm
     //
     AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     ClientSize          = new System.Drawing.Size(487, 258);
     Controls.Add(btnSend);
     Controls.Add(lblNewMessage);
     Controls.Add(txtNewMessage);
     Controls.Add(mnuMain);
     Controls.Add(splitContainer);
     Font          = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(177)));
     MinimumSize   = new System.Drawing.Size(354, 292);
     Name          = "RoomFrm";
     ShowIcon      = false;
     StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
     Activated    += new System.EventHandler(RoomFrm_Activated);
     Deactivate   += new System.EventHandler(RoomFrm_Deactivate);
     FormClosing  += new System.Windows.Forms.FormClosingEventHandler(RoomFrm_FormClosing);
     Load         += new System.EventHandler(RoomFrm_Load);
     splitContainer.Panel1.ResumeLayout(false);
     splitContainer.Panel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(splitContainer)).EndInit();
     splitContainer.ResumeLayout(false);
     mnuMain.ResumeLayout(false);
     mnuMain.PerformLayout();
     contextMenuStripListViewMessage.ResumeLayout(false);
     ResumeLayout(false);
     PerformLayout();
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainWindow));
     menuStrip1                      = new System.Windows.Forms.MenuStrip();
     fileToolStripMenuItem           = new System.Windows.Forms.ToolStripMenuItem();
     preferencesToolStripMenuItem    = new System.Windows.Forms.ToolStripMenuItem();
     exitToolStripMenuItem           = new System.Windows.Forms.ToolStripMenuItem();
     helpToolStripMenuItem           = new System.Windows.Forms.ToolStripMenuItem();
     aboutToolStripMenuItem          = new System.Windows.Forms.ToolStripMenuItem();
     buildsListView                  = new System.Windows.Forms.ListView();
     serverColumnHeader              = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     projectColumnHeader             = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     planColumnHeader                = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     buildActivityColumnHeader       = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     buildStatusColumnHeader         = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     lastBuildTimeColumnHeader       = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     lastBuildDurationColumnHeader   = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     lastBuildNumberColumnHeader     = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     lastVcsRevisionColumnHeader     = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     successfulTestCountColumnHeader = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     failedTestCountColumnHeader     = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     notifyIcon                      = new System.Windows.Forms.NotifyIcon(components);
     updateTimer                     = new System.Windows.Forms.Timer(components);
     iconTimer = new System.Windows.Forms.Timer(components);
     mainViewModelBindingSource = new System.Windows.Forms.BindingSource(components);
     menuStrip1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(mainViewModelBindingSource)).BeginInit();
     SuspendLayout();
     //
     // menuStrip1
     //
     menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         fileToolStripMenuItem,
         helpToolStripMenuItem
     });
     menuStrip1.Location = new System.Drawing.Point(0, 0);
     menuStrip1.Name     = "menuStrip1";
     menuStrip1.Size     = new System.Drawing.Size(896, 24);
     menuStrip1.TabIndex = 2;
     menuStrip1.Text     = "menuStrip1";
     //
     // fileToolStripMenuItem
     //
     fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         preferencesToolStripMenuItem,
         exitToolStripMenuItem
     });
     fileToolStripMenuItem.Name = "fileToolStripMenuItem";
     fileToolStripMenuItem.Size = new System.Drawing.Size(37, 20);
     fileToolStripMenuItem.Text = "&File";
     //
     // preferencesToolStripMenuItem
     //
     preferencesToolStripMenuItem.Name         = "preferencesToolStripMenuItem";
     preferencesToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.P)));
     preferencesToolStripMenuItem.Size         = new System.Drawing.Size(185, 22);
     preferencesToolStripMenuItem.Text         = "&Preferences...";
     preferencesToolStripMenuItem.Click       += new System.EventHandler(PreferencesToolStripMenuItemClick);
     //
     // exitToolStripMenuItem
     //
     exitToolStripMenuItem.Name         = "exitToolStripMenuItem";
     exitToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Alt | System.Windows.Forms.Keys.F4)));
     exitToolStripMenuItem.Size         = new System.Drawing.Size(185, 22);
     exitToolStripMenuItem.Text         = "E&xit";
     exitToolStripMenuItem.Click       += new System.EventHandler(ExitToolStripMenuItemClick);
     //
     // helpToolStripMenuItem
     //
     helpToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         aboutToolStripMenuItem
     });
     helpToolStripMenuItem.Name = "helpToolStripMenuItem";
     helpToolStripMenuItem.Size = new System.Drawing.Size(44, 20);
     helpToolStripMenuItem.Text = "&Help";
     //
     // aboutToolStripMenuItem
     //
     aboutToolStripMenuItem.Name   = "aboutToolStripMenuItem";
     aboutToolStripMenuItem.Size   = new System.Drawing.Size(107, 22);
     aboutToolStripMenuItem.Text   = "&About";
     aboutToolStripMenuItem.Click += new System.EventHandler(AboutToolStripMenuItemClick);
     //
     // buildsListView
     //
     buildsListView.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         serverColumnHeader,
         projectColumnHeader,
         planColumnHeader,
         buildActivityColumnHeader,
         buildStatusColumnHeader,
         lastBuildTimeColumnHeader,
         lastBuildDurationColumnHeader,
         lastBuildNumberColumnHeader,
         lastVcsRevisionColumnHeader,
         successfulTestCountColumnHeader,
         failedTestCountColumnHeader
     });
     buildsListView.Dock          = System.Windows.Forms.DockStyle.Fill;
     buildsListView.FullRowSelect = true;
     buildsListView.Location      = new System.Drawing.Point(0, 24);
     buildsListView.Name          = "buildsListView";
     buildsListView.Size          = new System.Drawing.Size(896, 200);
     buildsListView.TabIndex      = 3;
     buildsListView.UseCompatibleStateImageBehavior = false;
     buildsListView.View = System.Windows.Forms.View.Details;
     //
     // serverColumnHeader
     //
     serverColumnHeader.Text  = "Server";
     serverColumnHeader.Width = 100;
     //
     // projectColumnHeader
     //
     projectColumnHeader.Text  = "Project";
     projectColumnHeader.Width = 100;
     //
     // planColumnHeader
     //
     planColumnHeader.Text = "Plan";
     //
     // buildActivityColumnHeader
     //
     buildActivityColumnHeader.Text = "Activity";
     //
     // buildStatusColumnHeader
     //
     buildStatusColumnHeader.Text  = "Status";
     buildStatusColumnHeader.Width = 70;
     //
     // lastBuildTimeColumnHeader
     //
     lastBuildTimeColumnHeader.Text  = "Last Build";
     lastBuildTimeColumnHeader.Width = 85;
     //
     // lastBuildDurationColumnHeader
     //
     lastBuildDurationColumnHeader.Text  = "Duration";
     lastBuildDurationColumnHeader.Width = 80;
     //
     // lastBuildNumberColumnHeader
     //
     lastBuildNumberColumnHeader.Text  = "Build Number";
     lastBuildNumberColumnHeader.Width = 80;
     //
     // lastVcsRevisionColumnHeader
     //
     lastVcsRevisionColumnHeader.Text  = "VCS Revision";
     lastVcsRevisionColumnHeader.Width = 80;
     //
     // successfulTestCountColumnHeader
     //
     successfulTestCountColumnHeader.Text  = "Passing Tests";
     successfulTestCountColumnHeader.Width = 80;
     //
     // failedTestCountColumnHeader
     //
     failedTestCountColumnHeader.Text  = "Failing Tests";
     failedTestCountColumnHeader.Width = 80;
     //
     // notifyIcon
     //
     notifyIcon.Icon    = ((System.Drawing.Icon)(resources.GetObject("notifyIcon.Icon")));
     notifyIcon.Text    = "Bamboo Tray";
     notifyIcon.Visible = true;
     notifyIcon.Click  += new System.EventHandler(NotifyIconClick);
     //
     // updateTimer
     //
     updateTimer.Enabled  = true;
     updateTimer.Interval = 20000;
     updateTimer.Tick    += new System.EventHandler(UpdateTimerTick);
     //
     // iconTimer
     //
     iconTimer.Interval = 200;
     iconTimer.Tick    += new System.EventHandler(BuildIconTimerTick);
     //
     // mainViewModelBindingSource
     //
     mainViewModelBindingSource.DataSource = typeof(MainViewModel);
     //
     // MainWindow
     //
     AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     ClientSize          = new System.Drawing.Size(896, 224);
     Controls.Add(buildsListView);
     Controls.Add(menuStrip1);
     Icon          = ((System.Drawing.Icon)(resources.GetObject("$Icon")));
     MainMenuStrip = menuStrip1;
     MaximizeBox   = false;
     MinimizeBox   = false;
     Name          = "MainWindow";
     Text          = "Bamboo Tray";
     FormClosing  += new System.Windows.Forms.FormClosingEventHandler(MainFormClosing);
     menuStrip1.ResumeLayout(false);
     menuStrip1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(mainViewModelBindingSource)).EndInit();
     ResumeLayout(false);
     PerformLayout();
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(HomePage));
     panel1            = new System.Windows.Forms.Panel();
     tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
     selectpro_btn     = new System.Windows.Forms.Button();
     createpjt_btm     = new System.Windows.Forms.Button();
     record_btn        = new System.Windows.Forms.Button();
     label7            = new System.Windows.Forms.Label();
     button1           = new System.Windows.Forms.Button();
     panel1.SuspendLayout();
     tableLayoutPanel1.SuspendLayout();
     SuspendLayout();
     //
     // panel1
     //
     panel1.Anchor    = System.Windows.Forms.AnchorStyles.None;
     panel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(64)))));
     panel1.Controls.Add(tableLayoutPanel1);
     panel1.Controls.Add(label7);
     panel1.Location = new System.Drawing.Point(1, 1);
     panel1.Name     = "panel1";
     panel1.Size     = new System.Drawing.Size(548, 299);
     panel1.TabIndex = 0;
     panel1.Paint   += new System.Windows.Forms.PaintEventHandler(panel1_Paint);
     //
     // tableLayoutPanel1
     //
     tableLayoutPanel1.ColumnCount = 2;
     tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
     tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
     tableLayoutPanel1.Controls.Add(selectpro_btn, 0, 0);
     tableLayoutPanel1.Controls.Add(createpjt_btm, 1, 0);
     tableLayoutPanel1.Controls.Add(record_btn, 0, 1);
     tableLayoutPanel1.Controls.Add(button1, 1, 1);
     tableLayoutPanel1.Location = new System.Drawing.Point(112, 34);
     tableLayoutPanel1.Name     = "tableLayoutPanel1";
     tableLayoutPanel1.RowCount = 2;
     tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
     tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
     tableLayoutPanel1.Size     = new System.Drawing.Size(325, 262);
     tableLayoutPanel1.TabIndex = 71;
     //
     // selectpro_btn
     //
     selectpro_btn.Anchor                = System.Windows.Forms.AnchorStyles.None;
     selectpro_btn.BackgroundImage       = ((System.Drawing.Image)(resources.GetObject("selectpro_btn.BackgroundImage")));
     selectpro_btn.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     selectpro_btn.Font     = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     selectpro_btn.Location = new System.Drawing.Point(26, 10);
     selectpro_btn.Name     = "selectpro_btn";
     selectpro_btn.Size     = new System.Drawing.Size(110, 110);
     selectpro_btn.TabIndex = 68;
     selectpro_btn.Text     = "Select \r\nProfile";
     selectpro_btn.UseVisualStyleBackColor = true;
     //
     // createpjt_btm
     //
     createpjt_btm.Anchor                = System.Windows.Forms.AnchorStyles.None;
     createpjt_btm.BackgroundImage       = ((System.Drawing.Image)(resources.GetObject("createpjt_btm.BackgroundImage")));
     createpjt_btm.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     createpjt_btm.Font     = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     createpjt_btm.Location = new System.Drawing.Point(188, 10);
     createpjt_btm.Name     = "createpjt_btm";
     createpjt_btm.Size     = new System.Drawing.Size(110, 110);
     createpjt_btm.TabIndex = 70;
     createpjt_btm.Text     = "Create\r\n Project";
     createpjt_btm.UseVisualStyleBackColor = true;
     createpjt_btm.Click += new System.EventHandler(createpjt_btm_Click);
     //
     // record_btn
     //
     record_btn.Anchor                = System.Windows.Forms.AnchorStyles.None;
     record_btn.BackColor             = System.Drawing.Color.White;
     record_btn.BackgroundImage       = ((System.Drawing.Image)(resources.GetObject("record_btn.BackgroundImage")));
     record_btn.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     record_btn.Font     = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     record_btn.Location = new System.Drawing.Point(26, 141);
     record_btn.Name     = "record_btn";
     record_btn.Size     = new System.Drawing.Size(110, 110);
     record_btn.TabIndex = 69;
     record_btn.Text     = "Record";
     record_btn.UseVisualStyleBackColor = false;
     //
     // label7
     //
     label7.Anchor    = System.Windows.Forms.AnchorStyles.None;
     label7.AutoSize  = true;
     label7.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(64)))));
     label7.Font      = new System.Drawing.Font("Microsoft Sans Serif", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     label7.ForeColor = System.Drawing.Color.Yellow;
     label7.Location  = new System.Drawing.Point(201, 0);
     label7.Name      = "label7";
     label7.Size      = new System.Drawing.Size(162, 31);
     label7.TabIndex  = 67;
     label7.Text      = "File Set UP";
     //
     // button1
     //
     button1.BackColor = System.Drawing.Color.Aqua;
     button1.ForeColor = System.Drawing.SystemColors.ControlLightLight;
     button1.Location  = new System.Drawing.Point(165, 134);
     button1.Name      = "button1";
     button1.Size      = new System.Drawing.Size(133, 117);
     button1.TabIndex  = 71;
     button1.Text      = "WaveForm";
     button1.UseVisualStyleBackColor = false;
     button1.Click += new System.EventHandler(button1_Click);
     //
     // HomePage
     //
     AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     BackColor           = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(64)))));
     ClientSize          = new System.Drawing.Size(551, 301);
     Controls.Add(panel1);
     MinimumSize     = new System.Drawing.Size(567, 340);
     Name            = "HomePage";
     StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     Text            = "HomePage";
     TransparencyKey = System.Drawing.Color.Navy;
     FormClosing    += new System.Windows.Forms.FormClosingEventHandler(HomePage_FormClosing);
     Load           += new System.EventHandler(HomePage_Load);
     panel1.ResumeLayout(false);
     panel1.PerformLayout();
     tableLayoutPanel1.ResumeLayout(false);
     ResumeLayout(false);
 }
Beispiel #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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(NewQuestionsForm));
     backButton          = new System.Windows.Forms.Button();
     questionHeaderLabel = new System.Windows.Forms.Label();
     answerHeaderLabel   = new System.Windows.Forms.Label();
     questionTextBox     = new System.Windows.Forms.TextBox();
     answerTextBox       = new System.Windows.Forms.TextBox();
     nextQuestionButton  = new System.Windows.Forms.Button();
     label3 = new System.Windows.Forms.Label();
     currentQuestionLabel   = new System.Windows.Forms.Label();
     previousQuestionButton = new System.Windows.Forms.Button();
     SuspendLayout();
     //
     // backButton
     //
     backButton.Location = new System.Drawing.Point(12, 214);
     backButton.Name     = "backButton";
     backButton.Size     = new System.Drawing.Size(70, 35);
     backButton.TabIndex = 0;
     backButton.Text     = "Back";
     backButton.UseVisualStyleBackColor = true;
     backButton.Click += new System.EventHandler(backButton_Click);
     //
     // questionHeaderLabel
     //
     questionHeaderLabel.AutoSize = true;
     questionHeaderLabel.Location = new System.Drawing.Point(9, 81);
     questionHeaderLabel.Name     = "questionHeaderLabel";
     questionHeaderLabel.Size     = new System.Drawing.Size(65, 13);
     questionHeaderLabel.TabIndex = 1;
     questionHeaderLabel.Text     = "Question #1";
     //
     // answerHeaderLabel
     //
     answerHeaderLabel.AutoSize = true;
     answerHeaderLabel.Location = new System.Drawing.Point(9, 143);
     answerHeaderLabel.Name     = "answerHeaderLabel";
     answerHeaderLabel.Size     = new System.Drawing.Size(58, 13);
     answerHeaderLabel.TabIndex = 2;
     answerHeaderLabel.Text     = "Answer #1";
     //
     // questionTextBox
     //
     questionTextBox.Location = new System.Drawing.Point(12, 97);
     questionTextBox.Name     = "questionTextBox";
     questionTextBox.Size     = new System.Drawing.Size(260, 20);
     questionTextBox.TabIndex = 3;
     //
     // answerTextBox
     //
     answerTextBox.Location = new System.Drawing.Point(12, 159);
     answerTextBox.Name     = "answerTextBox";
     answerTextBox.Size     = new System.Drawing.Size(260, 20);
     answerTextBox.TabIndex = 4;
     //
     // nextQuestionButton
     //
     nextQuestionButton.Location = new System.Drawing.Point(202, 214);
     nextQuestionButton.Name     = "nextQuestionButton";
     nextQuestionButton.Size     = new System.Drawing.Size(70, 35);
     nextQuestionButton.TabIndex = 5;
     nextQuestionButton.Text     = "Next Question";
     nextQuestionButton.UseVisualStyleBackColor = true;
     nextQuestionButton.Click += new System.EventHandler(nextQuestionButton_Click);
     //
     // label3
     //
     label3.AutoSize  = true;
     label3.Font      = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     label3.Location  = new System.Drawing.Point(13, 9);
     label3.Name      = "label3";
     label3.Size      = new System.Drawing.Size(258, 32);
     label3.TabIndex  = 6;
     label3.Text      = "Fill out the questions and answers to\nadd them.";
     label3.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // currentQuestionLabel
     //
     currentQuestionLabel.AutoSize = true;
     currentQuestionLabel.Font     = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     currentQuestionLabel.Location = new System.Drawing.Point(77, 50);
     currentQuestionLabel.Name     = "currentQuestionLabel";
     currentQuestionLabel.Size     = new System.Drawing.Size(130, 16);
     currentQuestionLabel.TabIndex = 7;
     currentQuestionLabel.Text     = "Current Question: 0/1";
     //
     // previousQuestionButton
     //
     previousQuestionButton.Location = new System.Drawing.Point(107, 214);
     previousQuestionButton.Name     = "previousQuestionButton";
     previousQuestionButton.Size     = new System.Drawing.Size(70, 35);
     previousQuestionButton.TabIndex = 8;
     previousQuestionButton.Text     = "Previous Question";
     previousQuestionButton.UseVisualStyleBackColor = true;
     previousQuestionButton.Visible = false;
     previousQuestionButton.Click  += new System.EventHandler(previousQuestionButton_Click);
     //
     // NewQuestionsForm
     //
     AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     BackgroundImage     = Properties.Resources.A;
     ClientSize          = new System.Drawing.Size(284, 261);
     Controls.Add(previousQuestionButton);
     Controls.Add(currentQuestionLabel);
     Controls.Add(label3);
     Controls.Add(nextQuestionButton);
     Controls.Add(answerTextBox);
     Controls.Add(questionTextBox);
     Controls.Add(answerHeaderLabel);
     Controls.Add(questionHeaderLabel);
     Controls.Add(backButton);
     FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     Icon            = ((System.Drawing.Icon)(resources.GetObject("$Icon")));
     Name            = "NewQuestionsForm";
     StartPosition   = System.Windows.Forms.FormStartPosition.CenterParent;
     Text            = "New Questions";
     FormClosing    += new System.Windows.Forms.FormClosingEventHandler(NewQuestionsForm_FormClosing);
     Load           += new System.EventHandler(NewQuestionsForm_Load);
     ResumeLayout(false);
     PerformLayout();
 }
Beispiel #21
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     progressBar1 = new System.Windows.Forms.ProgressBar();
     btCancel     = new System.Windows.Forms.Button();
     txtInfo      = new System.Windows.Forms.TextBox();
     btClose      = new System.Windows.Forms.Button();
     SuspendLayout();
     //
     // progressBar1
     //
     progressBar1.ForeColor = System.Drawing.Color.Blue;
     progressBar1.Location  = new System.Drawing.Point(7, 7);
     progressBar1.Name      = "progressBar1";
     progressBar1.Size      = new System.Drawing.Size(334, 20);
     progressBar1.Step      = 1;
     progressBar1.Style     = System.Windows.Forms.ProgressBarStyle.Continuous;
     progressBar1.TabIndex  = 0;
     //
     // btCancel
     //
     btCancel.Location = new System.Drawing.Point(81, 194);
     btCancel.Name     = "btCancel";
     btCancel.Size     = new System.Drawing.Size(90, 25);
     btCancel.TabIndex = 0;
     btCancel.Text     = "Cancel";
     btCancel.UseVisualStyleBackColor = true;
     btCancel.Click += new System.EventHandler(btCancel_Click);
     //
     // txtInfo
     //
     txtInfo.AcceptsReturn    = true;
     txtInfo.AcceptsTab       = true;
     txtInfo.CausesValidation = false;
     txtInfo.Location         = new System.Drawing.Point(7, 33);
     txtInfo.Multiline        = true;
     txtInfo.Name             = "txtInfo";
     txtInfo.ReadOnly         = true;
     txtInfo.ScrollBars       = System.Windows.Forms.ScrollBars.Both;
     txtInfo.Size             = new System.Drawing.Size(334, 155);
     txtInfo.TabIndex         = 3;
     txtInfo.TabStop          = false;
     txtInfo.WordWrap         = false;
     //
     // btClose
     //
     btClose.Enabled  = false;
     btClose.Location = new System.Drawing.Point(177, 194);
     btClose.Name     = "btClose";
     btClose.Size     = new System.Drawing.Size(90, 25);
     btClose.TabIndex = 1;
     btClose.Text     = "Close";
     btClose.UseVisualStyleBackColor = true;
     btClose.Click += new System.EventHandler(btClose_Click);
     //
     // FrmRunner
     //
     AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     ClientSize          = new System.Drawing.Size(349, 224);
     Controls.Add(btClose);
     Controls.Add(txtInfo);
     Controls.Add(btCancel);
     Controls.Add(progressBar1);
     FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     MaximizeBox     = false;
     MinimizeBox     = false;
     Name            = "FrmRunner";
     ShowIcon        = false;
     ShowInTaskbar   = false;
     StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     Text            = "Progress";
     FormClosing    += new System.Windows.Forms.FormClosingEventHandler(FormProgress_FormClosing);
     Load           += new System.EventHandler(FrmProgress_Load);
     ResumeLayout(false);
     PerformLayout();
 }
Beispiel #22
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormEditCard));
     TextBoxFirstName    = new System.Windows.Forms.TextBox();
     LabelFirstName      = new System.Windows.Forms.Label();
     LabelLastName       = new System.Windows.Forms.Label();
     TextBoxLastName     = new System.Windows.Forms.TextBox();
     LabelCardID         = new System.Windows.Forms.Label();
     TextBoxCardID       = new System.Windows.Forms.TextBox();
     LabelTip            = new System.Windows.Forms.Label();
     ButtonSave          = new System.Windows.Forms.Button();
     LabelSeparator      = new System.Windows.Forms.Label();
     LabelMI             = new System.Windows.Forms.Label();
     LabelHrRate         = new System.Windows.Forms.Label();
     TextBoxMI           = new System.Windows.Forms.TextBox();
     NumericUpDownHrRate = new System.Windows.Forms.NumericUpDown();
     LabelPosType        = new System.Windows.Forms.Label();
     RadioButtonFWS      = new System.Windows.Forms.RadioButton();
     RadioButtonSWS      = new System.Windows.Forms.RadioButton();
     RadioButtonMST      = new System.Windows.Forms.RadioButton();
     RadioButtonHED      = new System.Windows.Forms.RadioButton();
     RadioButtonHelp     = new System.Windows.Forms.RadioButton();
     RadioButtonTutor1   = new System.Windows.Forms.RadioButton();
     RadioButtonTutor2   = new System.Windows.Forms.RadioButton();
     RadioButtonTANF     = new System.Windows.Forms.RadioButton();
     ((System.ComponentModel.ISupportInitialize)(NumericUpDownHrRate)).BeginInit();
     SuspendLayout();
     //
     // TextBoxFirstName
     //
     TextBoxFirstName.Enabled  = false;
     TextBoxFirstName.Location = new System.Drawing.Point(130, 81);
     TextBoxFirstName.Name     = "TextBoxFirstName";
     TextBoxFirstName.Size     = new System.Drawing.Size(240, 22);
     TextBoxFirstName.TabIndex = 2;
     //
     // LabelFirstName
     //
     LabelFirstName.AutoSize = true;
     LabelFirstName.Location = new System.Drawing.Point(12, 84);
     LabelFirstName.Name     = "LabelFirstName";
     LabelFirstName.Size     = new System.Drawing.Size(80, 17);
     LabelFirstName.TabIndex = 1;
     LabelFirstName.Text     = "First Name:";
     //
     // LabelLastName
     //
     LabelLastName.AutoSize = true;
     LabelLastName.Location = new System.Drawing.Point(12, 170);
     LabelLastName.Name     = "LabelLastName";
     LabelLastName.Size     = new System.Drawing.Size(80, 17);
     LabelLastName.TabIndex = 2;
     LabelLastName.Text     = "Last Name:";
     //
     // TextBoxLastName
     //
     TextBoxLastName.Enabled  = false;
     TextBoxLastName.Location = new System.Drawing.Point(130, 167);
     TextBoxLastName.Name     = "TextBoxLastName";
     TextBoxLastName.Size     = new System.Drawing.Size(240, 22);
     TextBoxLastName.TabIndex = 3;
     //
     // LabelCardID
     //
     LabelCardID.AutoSize = true;
     LabelCardID.Location = new System.Drawing.Point(12, 56);
     LabelCardID.Name     = "LabelCardID";
     LabelCardID.Size     = new System.Drawing.Size(112, 17);
     LabelCardID.TabIndex = 4;
     LabelCardID.Text     = "Card/Student ID:";
     //
     // TextBoxCardID
     //
     TextBoxCardID.Location  = new System.Drawing.Point(130, 53);
     TextBoxCardID.Name      = "TextBoxCardID";
     TextBoxCardID.Size      = new System.Drawing.Size(240, 22);
     TextBoxCardID.TabIndex  = 1;
     TextBoxCardID.KeyDown  += new System.Windows.Forms.KeyEventHandler(TextBoxCardID_KeyDown);
     TextBoxCardID.KeyPress += new System.Windows.Forms.KeyPressEventHandler(Helper.OnKeyPress);
     //
     // LabelTip
     //
     LabelTip.Font     = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     LabelTip.Location = new System.Drawing.Point(13, 13);
     LabelTip.Name     = "LabelTip";
     LabelTip.Size     = new System.Drawing.Size(357, 37);
     LabelTip.TabIndex = 6;
     LabelTip.Text     = "Scan your card to retrieve your info. Leading and trailing spaces are removed.";
     //
     // ButtonSave
     //
     ButtonSave.Dock     = System.Windows.Forms.DockStyle.Bottom;
     ButtonSave.Enabled  = false;
     ButtonSave.Location = new System.Drawing.Point(0, 360);
     ButtonSave.Name     = "ButtonSave";
     ButtonSave.Size     = new System.Drawing.Size(382, 27);
     ButtonSave.TabIndex = 14;
     ButtonSave.Text     = "Save Card Edits";
     ButtonSave.UseVisualStyleBackColor = true;
     ButtonSave.Click += new System.EventHandler(ButtonSave_Click);
     //
     // LabelSeparator
     //
     LabelSeparator.Location  = new System.Drawing.Point(12, 127);
     LabelSeparator.Name      = "LabelSeparator";
     LabelSeparator.Size      = new System.Drawing.Size(358, 37);
     LabelSeparator.TabIndex  = 7;
     LabelSeparator.Text      = "Optional Info\r\n(used to fill out respective fields in time sheet)";
     LabelSeparator.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // LabelMI
     //
     LabelMI.AutoSize = true;
     LabelMI.Location = new System.Drawing.Point(12, 198);
     LabelMI.Name     = "LabelMI";
     LabelMI.Size     = new System.Drawing.Size(89, 17);
     LabelMI.TabIndex = 8;
     LabelMI.Text     = "Middle Initial:";
     //
     // LabelHrRate
     //
     LabelHrRate.AutoSize = true;
     LabelHrRate.Location = new System.Drawing.Point(12, 225);
     LabelHrRate.Name     = "LabelHrRate";
     LabelHrRate.Size     = new System.Drawing.Size(87, 17);
     LabelHrRate.TabIndex = 9;
     LabelHrRate.Text     = "Hourly Rate:";
     //
     // TextBoxMI
     //
     TextBoxMI.Enabled  = false;
     TextBoxMI.Location = new System.Drawing.Point(130, 195);
     TextBoxMI.Name     = "TextBoxMI";
     TextBoxMI.Size     = new System.Drawing.Size(240, 22);
     TextBoxMI.TabIndex = 4;
     //
     // NumericUpDownHrRate
     //
     NumericUpDownHrRate.DecimalPlaces = 2;
     NumericUpDownHrRate.Enabled       = false;
     NumericUpDownHrRate.Location      = new System.Drawing.Point(130, 223);
     NumericUpDownHrRate.Name          = "NumericUpDownHrRate";
     NumericUpDownHrRate.Size          = new System.Drawing.Size(240, 22);
     NumericUpDownHrRate.TabIndex      = 5;
     //
     // LabelPosType
     //
     LabelPosType.AutoSize = true;
     LabelPosType.Location = new System.Drawing.Point(12, 253);
     LabelPosType.Name     = "LabelPosType";
     LabelPosType.Size     = new System.Drawing.Size(98, 17);
     LabelPosType.TabIndex = 13;
     LabelPosType.Text     = "Position Type:";
     //
     // RadioButtonFWS
     //
     RadioButtonFWS.AutoSize = true;
     RadioButtonFWS.Enabled  = false;
     RadioButtonFWS.Location = new System.Drawing.Point(130, 251);
     RadioButtonFWS.Name     = "RadioButtonFWS";
     RadioButtonFWS.Size     = new System.Drawing.Size(59, 21);
     RadioButtonFWS.TabIndex = 6;
     RadioButtonFWS.TabStop  = true;
     RadioButtonFWS.Text     = "FWS";
     RadioButtonFWS.UseVisualStyleBackColor = true;
     //
     // RadioButtonSWS
     //
     RadioButtonSWS.AutoSize = true;
     RadioButtonSWS.Enabled  = false;
     RadioButtonSWS.Location = new System.Drawing.Point(195, 251);
     RadioButtonSWS.Name     = "RadioButtonSWS";
     RadioButtonSWS.Size     = new System.Drawing.Size(60, 21);
     RadioButtonSWS.TabIndex = 7;
     RadioButtonSWS.TabStop  = true;
     RadioButtonSWS.Text     = "SWS";
     RadioButtonSWS.UseVisualStyleBackColor = true;
     //
     // RadioButtonMST
     //
     RadioButtonMST.AutoSize = true;
     RadioButtonMST.Enabled  = false;
     RadioButtonMST.Location = new System.Drawing.Point(261, 251);
     RadioButtonMST.Name     = "RadioButtonMST";
     RadioButtonMST.Size     = new System.Drawing.Size(93, 21);
     RadioButtonMST.TabIndex = 8;
     RadioButtonMST.TabStop  = true;
     RadioButtonMST.Text     = "SWS MST";
     RadioButtonMST.UseVisualStyleBackColor = true;
     //
     // RadioButtonHED
     //
     RadioButtonHED.AutoSize = true;
     RadioButtonHED.Enabled  = false;
     RadioButtonHED.Location = new System.Drawing.Point(130, 278);
     RadioButtonHED.Name     = "RadioButtonHED";
     RadioButtonHED.Size     = new System.Drawing.Size(93, 21);
     RadioButtonHED.TabIndex = 9;
     RadioButtonHED.TabStop  = true;
     RadioButtonHED.Text     = "SWS HED";
     RadioButtonHED.UseVisualStyleBackColor = true;
     //
     // RadioButtonHelp
     //
     RadioButtonHelp.AutoSize = true;
     RadioButtonHelp.Enabled  = false;
     RadioButtonHelp.Location = new System.Drawing.Point(261, 278);
     RadioButtonHelp.Name     = "RadioButtonHelp";
     RadioButtonHelp.Size     = new System.Drawing.Size(111, 21);
     RadioButtonHelp.TabIndex = 10;
     RadioButtonHelp.TabStop  = true;
     RadioButtonHelp.Text     = "Student Help";
     RadioButtonHelp.UseVisualStyleBackColor = true;
     //
     // RadioButtonTutor1
     //
     RadioButtonTutor1.AutoSize = true;
     RadioButtonTutor1.Enabled  = false;
     RadioButtonTutor1.Location = new System.Drawing.Point(130, 305);
     RadioButtonTutor1.Name     = "RadioButtonTutor1";
     RadioButtonTutor1.Size     = new System.Drawing.Size(75, 21);
     RadioButtonTutor1.TabIndex = 11;
     RadioButtonTutor1.TabStop  = true;
     RadioButtonTutor1.Text     = "Tutor 1";
     RadioButtonTutor1.UseVisualStyleBackColor = true;
     //
     // RadioButtonTutor2
     //
     RadioButtonTutor2.AutoSize = true;
     RadioButtonTutor2.Enabled  = false;
     RadioButtonTutor2.Location = new System.Drawing.Point(261, 305);
     RadioButtonTutor2.Name     = "RadioButtonTutor2";
     RadioButtonTutor2.Size     = new System.Drawing.Size(75, 21);
     RadioButtonTutor2.TabIndex = 12;
     RadioButtonTutor2.TabStop  = true;
     RadioButtonTutor2.Text     = "Tutor 2";
     RadioButtonTutor2.UseVisualStyleBackColor = true;
     //
     // RadioButtonTANF
     //
     RadioButtonTANF.AutoSize = true;
     RadioButtonTANF.Enabled  = false;
     RadioButtonTANF.Location = new System.Drawing.Point(130, 332);
     RadioButtonTANF.Name     = "RadioButtonTANF";
     RadioButtonTANF.Size     = new System.Drawing.Size(118, 21);
     RadioButtonTANF.TabIndex = 13;
     RadioButtonTANF.TabStop  = true;
     RadioButtonTANF.Text     = "TANF Student";
     RadioButtonTANF.UseVisualStyleBackColor = true;
     //
     // FormEditCard
     //
     AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
     AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     ClientSize          = new System.Drawing.Size(382, 387);
     Controls.Add(RadioButtonTANF);
     Controls.Add(RadioButtonTutor2);
     Controls.Add(RadioButtonTutor1);
     Controls.Add(RadioButtonHelp);
     Controls.Add(RadioButtonHED);
     Controls.Add(RadioButtonMST);
     Controls.Add(RadioButtonSWS);
     Controls.Add(RadioButtonFWS);
     Controls.Add(LabelPosType);
     Controls.Add(NumericUpDownHrRate);
     Controls.Add(TextBoxMI);
     Controls.Add(LabelHrRate);
     Controls.Add(LabelMI);
     Controls.Add(LabelSeparator);
     Controls.Add(ButtonSave);
     Controls.Add(LabelTip);
     Controls.Add(TextBoxCardID);
     Controls.Add(LabelCardID);
     Controls.Add(TextBoxLastName);
     Controls.Add(LabelLastName);
     Controls.Add(LabelFirstName);
     Controls.Add(TextBoxFirstName);
     FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     Icon            = ((System.Drawing.Icon)(resources.GetObject("$Icon")));
     MaximizeBox     = false;
     MaximumSize     = new System.Drawing.Size(400, 432);
     MinimizeBox     = false;
     MinimumSize     = new System.Drawing.Size(400, 432);
     Name            = "FormEditCard";
     SizeGripStyle   = System.Windows.Forms.SizeGripStyle.Hide;
     Text            = "Edit Card";
     FormClosing    += new System.Windows.Forms.FormClosingEventHandler(FormEditCard_FormClosing);
     ((System.ComponentModel.ISupportInitialize)(NumericUpDownHrRate)).EndInit();
     ResumeLayout(false);
     PerformLayout();
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
     menuStrip1                               = new System.Windows.Forms.MenuStrip();
     fileToolStripMenuItem                    = new System.Windows.Forms.ToolStripMenuItem();
     openToolStripMenuItem                    = new System.Windows.Forms.ToolStripMenuItem();
     closeToolStripMenuItem                   = new System.Windows.Forms.ToolStripMenuItem();
     toolStripSeparator1                      = new System.Windows.Forms.ToolStripSeparator();
     exitToolStripMenuItem                    = new System.Windows.Forms.ToolStripMenuItem();
     editToolStripMenuItem                    = new System.Windows.Forms.ToolStripMenuItem();
     memoryToolStripMenuItem                  = new System.Windows.Forms.ToolStripMenuItem();
     mapsAndPackageToolStripMenuItem          = new System.Windows.Forms.ToolStripMenuItem();
     generatePluginsToolStripMenuItem         = new System.Windows.Forms.ToolStripMenuItem();
     toolStripSeparator6                      = new System.Windows.Forms.ToolStripSeparator();
     patchesToolStripMenuItem                 = new System.Windows.Forms.ToolStripMenuItem();
     createPatchToolStripMenuItem             = new System.Windows.Forms.ToolStripMenuItem();
     applyPatchToolStripMenuItem              = new System.Windows.Forms.ToolStripMenuItem();
     pokePatchToolStripMenuItem               = new System.Windows.Forms.ToolStripMenuItem();
     xDKToolStripMenuItem                     = new System.Windows.Forms.ToolStripMenuItem();
     screenshotToolStripMenuItem              = new System.Windows.Forms.ToolStripMenuItem();
     toolStripSeparator4                      = new System.Windows.Forms.ToolStripSeparator();
     preBetaToolStripMenuItem                 = new System.Windows.Forms.ToolStripMenuItem();
     loadMapToolStripMenuItem                 = new System.Windows.Forms.ToolStripMenuItem();
     swordslayerToolStripMenuItem             = new System.Windows.Forms.ToolStripMenuItem();
     settlementToolStripMenuItem              = new System.Windows.Forms.ToolStripMenuItem();
     boneyardToolStripMenuItem                = new System.Windows.Forms.ToolStripMenuItem();
     ff10prototypeToolStripMenuItem           = new System.Windows.Forms.ToolStripMenuItem();
     toolStripSeparator3                      = new System.Windows.Forms.ToolStripSeparator();
     publicBetaToolStripMenuItem              = new System.Windows.Forms.ToolStripMenuItem();
     loadBetaMapToolStripMenuItem             = new System.Windows.Forms.ToolStripMenuItem();
     swordslayerToolStripMenuItem1            = new System.Windows.Forms.ToolStripMenuItem();
     settlementToolStripMenuItem1             = new System.Windows.Forms.ToolStripMenuItem();
     boneyardToolStripMenuItem1               = new System.Windows.Forms.ToolStripMenuItem();
     ff10prototypeToolStripMenuItem1          = new System.Windows.Forms.ToolStripMenuItem();
     printCamDebugInfoToolStripMenuItem       = new System.Windows.Forms.ToolStripMenuItem();
     toolStripSeparator5                      = new System.Windows.Forms.ToolStripSeparator();
     finalToolStripMenuItem                   = new System.Windows.Forms.ToolStripMenuItem();
     slidersToolStripMenuItem                 = new System.Windows.Forms.ToolStripMenuItem();
     sceneryToolStripMenuItem                 = new System.Windows.Forms.ToolStripMenuItem();
     vehiclesToolStripMenuItem                = new System.Windows.Forms.ToolStripMenuItem();
     hudToolStripMenuItem                     = new System.Windows.Forms.ToolStripMenuItem();
     toolStripSeparator8                      = new System.Windows.Forms.ToolStripSeparator();
     toolStripSeparator7                      = new System.Windows.Forms.ToolStripSeparator();
     gamertagToolStripMenuItem                = new System.Windows.Forms.ToolStripMenuItem();
     toolStripTextBoxGamertagPoke             = new System.Windows.Forms.ToolStripTextBox();
     pokeToolStripMenuItem                    = new System.Windows.Forms.ToolStripMenuItem();
     openTrayToolStripMenuItem                = new System.Windows.Forms.ToolStripMenuItem();
     closeTrayToolStripMenuItem               = new System.Windows.Forms.ToolStripMenuItem();
     consoleIDToolStripMenuItem               = new System.Windows.Forms.ToolStripMenuItem();
     toolStripSeparator2                      = new System.Windows.Forms.ToolStripSeparator();
     settingsToolStripMenuItem                = new System.Windows.Forms.ToolStripMenuItem();
     viewToolStripMenuItem                    = new System.Windows.Forms.ToolStripMenuItem();
     tagComparerToolStripMenuItem             = new System.Windows.Forms.ToolStripMenuItem();
     finderToolStripMenuItem                  = new System.Windows.Forms.ToolStripMenuItem();
     tagListMergerToolStripMenuItem           = new System.Windows.Forms.ToolStripMenuItem();
     advancedXeXPokerToolStripMenuItem1       = new System.Windows.Forms.ToolStripMenuItem();
     playerInformationToolStripMenuItem       = new System.Windows.Forms.ToolStripMenuItem();
     anniversaryMemoryOffsetToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     windowToolStripMenuItem                  = new System.Windows.Forms.ToolStripMenuItem();
     tileVerticallyToolStripMenuItem          = new System.Windows.Forms.ToolStripMenuItem();
     tileHorizontallyToolStripMenuItem        = new System.Windows.Forms.ToolStripMenuItem();
     cascadeToolStripMenuItem                 = new System.Windows.Forms.ToolStripMenuItem();
     helpToolStripMenuItem                    = new System.Windows.Forms.ToolStripMenuItem();
     buildLogsToolStripMenuItem               = new System.Windows.Forms.ToolStripMenuItem();
     aboutToolStripMenuItem                   = new System.Windows.Forms.ToolStripMenuItem();
     menuStrip1.SuspendLayout();
     SuspendLayout();
     //
     // menuStrip1
     //
     menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         fileToolStripMenuItem,
         editToolStripMenuItem,
         viewToolStripMenuItem,
         windowToolStripMenuItem,
         helpToolStripMenuItem
     });
     menuStrip1.Location          = new System.Drawing.Point(0, 0);
     menuStrip1.MdiWindowListItem = windowToolStripMenuItem;
     menuStrip1.Name     = "menuStrip1";
     menuStrip1.Size     = new System.Drawing.Size(831, 24);
     menuStrip1.TabIndex = 1;
     menuStrip1.Text     = "menuStrip1";
     //
     // fileToolStripMenuItem
     //
     fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         openToolStripMenuItem,
         closeToolStripMenuItem,
         toolStripSeparator1,
         exitToolStripMenuItem
     });
     fileToolStripMenuItem.Name = "fileToolStripMenuItem";
     fileToolStripMenuItem.Size = new System.Drawing.Size(37, 20);
     fileToolStripMenuItem.Text = "File";
     //
     // openToolStripMenuItem
     //
     openToolStripMenuItem.Name         = "openToolStripMenuItem";
     openToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.O)));
     openToolStripMenuItem.Size         = new System.Drawing.Size(146, 22);
     openToolStripMenuItem.Text         = "Open";
     openToolStripMenuItem.Click       += new System.EventHandler(openToolStripMenuItem_Click);
     //
     // closeToolStripMenuItem
     //
     closeToolStripMenuItem.Name   = "closeToolStripMenuItem";
     closeToolStripMenuItem.Size   = new System.Drawing.Size(146, 22);
     closeToolStripMenuItem.Text   = "Close";
     closeToolStripMenuItem.Click += new System.EventHandler(closeToolStripMenuItem_Click);
     //
     // toolStripSeparator1
     //
     toolStripSeparator1.Name = "toolStripSeparator1";
     toolStripSeparator1.Size = new System.Drawing.Size(143, 6);
     //
     // exitToolStripMenuItem
     //
     exitToolStripMenuItem.Name         = "exitToolStripMenuItem";
     exitToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.E)));
     exitToolStripMenuItem.Size         = new System.Drawing.Size(146, 22);
     exitToolStripMenuItem.Text         = "Exit";
     exitToolStripMenuItem.Click       += new System.EventHandler(exitToolStripMenuItem_Click);
     //
     // editToolStripMenuItem
     //
     editToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         memoryToolStripMenuItem,
         mapsAndPackageToolStripMenuItem,
         xDKToolStripMenuItem,
         toolStripSeparator2,
         settingsToolStripMenuItem
     });
     editToolStripMenuItem.Name = "editToolStripMenuItem";
     editToolStripMenuItem.Size = new System.Drawing.Size(39, 20);
     editToolStripMenuItem.Text = "Edit";
     //
     // memoryToolStripMenuItem
     //
     memoryToolStripMenuItem.Name    = "memoryToolStripMenuItem";
     memoryToolStripMenuItem.Size    = new System.Drawing.Size(173, 22);
     memoryToolStripMenuItem.Text    = "Memory Writer";
     memoryToolStripMenuItem.Visible = false;
     memoryToolStripMenuItem.Click  += new System.EventHandler(memoryToolStripMenuItem_Click);
     //
     // mapsAndPackageToolStripMenuItem
     //
     mapsAndPackageToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         generatePluginsToolStripMenuItem,
         toolStripSeparator6,
         patchesToolStripMenuItem
     });
     mapsAndPackageToolStripMenuItem.Name = "mapsAndPackageToolStripMenuItem";
     mapsAndPackageToolStripMenuItem.Size = new System.Drawing.Size(173, 22);
     mapsAndPackageToolStripMenuItem.Text = "Maps and Package";
     //
     // generatePluginsToolStripMenuItem
     //
     generatePluginsToolStripMenuItem.Name   = "generatePluginsToolStripMenuItem";
     generatePluginsToolStripMenuItem.Size   = new System.Drawing.Size(163, 22);
     generatePluginsToolStripMenuItem.Text   = "Generate Plugins";
     generatePluginsToolStripMenuItem.Click += new System.EventHandler(generatePluginsToolStripMenuItem_Click);
     //
     // toolStripSeparator6
     //
     toolStripSeparator6.Name = "toolStripSeparator6";
     toolStripSeparator6.Size = new System.Drawing.Size(160, 6);
     //
     // patchesToolStripMenuItem
     //
     patchesToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         createPatchToolStripMenuItem,
         applyPatchToolStripMenuItem,
         pokePatchToolStripMenuItem
     });
     patchesToolStripMenuItem.Name = "patchesToolStripMenuItem";
     patchesToolStripMenuItem.Size = new System.Drawing.Size(163, 22);
     patchesToolStripMenuItem.Text = "Patches";
     //
     // createPatchToolStripMenuItem
     //
     createPatchToolStripMenuItem.Name   = "createPatchToolStripMenuItem";
     createPatchToolStripMenuItem.Size   = new System.Drawing.Size(141, 22);
     createPatchToolStripMenuItem.Text   = "Create Patch";
     createPatchToolStripMenuItem.Click += new System.EventHandler(createPatchToolStripMenuItem_Click);
     //
     // applyPatchToolStripMenuItem
     //
     applyPatchToolStripMenuItem.Name   = "applyPatchToolStripMenuItem";
     applyPatchToolStripMenuItem.Size   = new System.Drawing.Size(141, 22);
     applyPatchToolStripMenuItem.Text   = "Apply Patch";
     applyPatchToolStripMenuItem.Click += new System.EventHandler(applyPatchToolStripMenuItem_Click);
     //
     // pokePatchToolStripMenuItem
     //
     pokePatchToolStripMenuItem.Name   = "pokePatchToolStripMenuItem";
     pokePatchToolStripMenuItem.Size   = new System.Drawing.Size(141, 22);
     pokePatchToolStripMenuItem.Text   = "Poke Patch";
     pokePatchToolStripMenuItem.Click += new System.EventHandler(pokePatchToolStripMenuItem_Click);
     //
     // xDKToolStripMenuItem
     //
     xDKToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         screenshotToolStripMenuItem,
         toolStripSeparator4,
         preBetaToolStripMenuItem,
         toolStripSeparator3,
         publicBetaToolStripMenuItem,
         toolStripSeparator5,
         finalToolStripMenuItem,
         toolStripSeparator7,
         gamertagToolStripMenuItem,
         openTrayToolStripMenuItem,
         closeTrayToolStripMenuItem,
         consoleIDToolStripMenuItem
     });
     xDKToolStripMenuItem.Name = "xDKToolStripMenuItem";
     xDKToolStripMenuItem.Size = new System.Drawing.Size(173, 22);
     xDKToolStripMenuItem.Text = "Xbox Poking";
     //
     // screenshotToolStripMenuItem
     //
     screenshotToolStripMenuItem.Name         = "screenshotToolStripMenuItem";
     screenshotToolStripMenuItem.ShortcutKeys = System.Windows.Forms.Keys.F1;
     screenshotToolStripMenuItem.Size         = new System.Drawing.Size(151, 22);
     screenshotToolStripMenuItem.Text         = "Screenshot";
     screenshotToolStripMenuItem.Click       += new System.EventHandler(screenshotToolStripMenuItem_Click);
     //
     // toolStripSeparator4
     //
     toolStripSeparator4.Name = "toolStripSeparator4";
     toolStripSeparator4.Size = new System.Drawing.Size(148, 6);
     //
     // preBetaToolStripMenuItem
     //
     preBetaToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         loadMapToolStripMenuItem
     });
     preBetaToolStripMenuItem.Name = "preBetaToolStripMenuItem";
     preBetaToolStripMenuItem.Size = new System.Drawing.Size(151, 22);
     preBetaToolStripMenuItem.Text = "Pre-Beta";
     //
     // loadMapToolStripMenuItem
     //
     loadMapToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         swordslayerToolStripMenuItem,
         settlementToolStripMenuItem,
         boneyardToolStripMenuItem,
         ff10prototypeToolStripMenuItem
     });
     loadMapToolStripMenuItem.Name = "loadMapToolStripMenuItem";
     loadMapToolStripMenuItem.Size = new System.Drawing.Size(127, 22);
     loadMapToolStripMenuItem.Text = "Load Map";
     //
     // swordslayerToolStripMenuItem
     //
     swordslayerToolStripMenuItem.Name         = "swordslayerToolStripMenuItem";
     swordslayerToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.D1)));
     swordslayerToolStripMenuItem.Size         = new System.Drawing.Size(198, 22);
     swordslayerToolStripMenuItem.Text         = "20_sword_slayer";
     swordslayerToolStripMenuItem.Click       += new System.EventHandler(swordslayerToolStripMenuItem_Click);
     //
     // settlementToolStripMenuItem
     //
     settlementToolStripMenuItem.Name         = "settlementToolStripMenuItem";
     settlementToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.D2)));
     settlementToolStripMenuItem.Size         = new System.Drawing.Size(198, 22);
     settlementToolStripMenuItem.Text         = "30_settlement";
     settlementToolStripMenuItem.Click       += new System.EventHandler(settlementToolStripMenuItem_Click);
     //
     // boneyardToolStripMenuItem
     //
     boneyardToolStripMenuItem.Name         = "boneyardToolStripMenuItem";
     boneyardToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.D3)));
     boneyardToolStripMenuItem.Size         = new System.Drawing.Size(198, 22);
     boneyardToolStripMenuItem.Text         = "70_boneyard";
     boneyardToolStripMenuItem.Click       += new System.EventHandler(boneyardToolStripMenuItem_Click);
     //
     // ff10prototypeToolStripMenuItem
     //
     ff10prototypeToolStripMenuItem.Name         = "ff10prototypeToolStripMenuItem";
     ff10prototypeToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.D4)));
     ff10prototypeToolStripMenuItem.Size         = new System.Drawing.Size(198, 22);
     ff10prototypeToolStripMenuItem.Text         = "ff10_prototype";
     ff10prototypeToolStripMenuItem.Click       += new System.EventHandler(ff10prototypeToolStripMenuItem_Click);
     //
     // toolStripSeparator3
     //
     toolStripSeparator3.Name = "toolStripSeparator3";
     toolStripSeparator3.Size = new System.Drawing.Size(148, 6);
     //
     // publicBetaToolStripMenuItem
     //
     publicBetaToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         loadBetaMapToolStripMenuItem,
         printCamDebugInfoToolStripMenuItem
     });
     publicBetaToolStripMenuItem.Name = "publicBetaToolStripMenuItem";
     publicBetaToolStripMenuItem.Size = new System.Drawing.Size(151, 22);
     publicBetaToolStripMenuItem.Text = "Public Beta";
     //
     // loadBetaMapToolStripMenuItem
     //
     loadBetaMapToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         swordslayerToolStripMenuItem1,
         settlementToolStripMenuItem1,
         boneyardToolStripMenuItem1,
         ff10prototypeToolStripMenuItem1
     });
     loadBetaMapToolStripMenuItem.Name = "loadBetaMapToolStripMenuItem";
     loadBetaMapToolStripMenuItem.Size = new System.Drawing.Size(263, 22);
     loadBetaMapToolStripMenuItem.Text = "Load Map";
     //
     // swordslayerToolStripMenuItem1
     //
     swordslayerToolStripMenuItem1.Name         = "swordslayerToolStripMenuItem1";
     swordslayerToolStripMenuItem1.ShortcutKeys = ((System.Windows.Forms.Keys)(((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Shift)
                                                                                | System.Windows.Forms.Keys.D1)));
     swordslayerToolStripMenuItem1.Size   = new System.Drawing.Size(230, 22);
     swordslayerToolStripMenuItem1.Text   = "20_sword_slayer";
     swordslayerToolStripMenuItem1.Click += new System.EventHandler(swordslayerToolStripMenuItem1_Click);
     //
     // settlementToolStripMenuItem1
     //
     settlementToolStripMenuItem1.Name         = "settlementToolStripMenuItem1";
     settlementToolStripMenuItem1.ShortcutKeys = ((System.Windows.Forms.Keys)(((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Shift)
                                                                               | System.Windows.Forms.Keys.D2)));
     settlementToolStripMenuItem1.Size   = new System.Drawing.Size(230, 22);
     settlementToolStripMenuItem1.Text   = "30_settlement";
     settlementToolStripMenuItem1.Click += new System.EventHandler(settlementToolStripMenuItem1_Click);
     //
     // boneyardToolStripMenuItem1
     //
     boneyardToolStripMenuItem1.Name         = "boneyardToolStripMenuItem1";
     boneyardToolStripMenuItem1.ShortcutKeys = ((System.Windows.Forms.Keys)(((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Shift)
                                                                             | System.Windows.Forms.Keys.D3)));
     boneyardToolStripMenuItem1.Size   = new System.Drawing.Size(230, 22);
     boneyardToolStripMenuItem1.Text   = "70_boneyard";
     boneyardToolStripMenuItem1.Click += new System.EventHandler(boneyardToolStripMenuItem1_Click);
     //
     // ff10prototypeToolStripMenuItem1
     //
     ff10prototypeToolStripMenuItem1.Name         = "ff10prototypeToolStripMenuItem1";
     ff10prototypeToolStripMenuItem1.ShortcutKeys = ((System.Windows.Forms.Keys)(((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Shift)
                                                                                  | System.Windows.Forms.Keys.D4)));
     ff10prototypeToolStripMenuItem1.Size   = new System.Drawing.Size(230, 22);
     ff10prototypeToolStripMenuItem1.Text   = "ff10_prototype";
     ff10prototypeToolStripMenuItem1.Click += new System.EventHandler(ff10prototypeToolStripMenuItem1_Click);
     //
     // printCamDebugInfoToolStripMenuItem
     //
     printCamDebugInfoToolStripMenuItem.Name         = "printCamDebugInfoToolStripMenuItem";
     printCamDebugInfoToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)(((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Shift)
                                                                                     | System.Windows.Forms.Keys.C)));
     printCamDebugInfoToolStripMenuItem.Size   = new System.Drawing.Size(263, 22);
     printCamDebugInfoToolStripMenuItem.Text   = "Print Cam Debug Info";
     printCamDebugInfoToolStripMenuItem.Click += new System.EventHandler(printCamDebugInfoToolStripMenuItem_Click);
     //
     // toolStripSeparator5
     //
     toolStripSeparator5.Name = "toolStripSeparator5";
     toolStripSeparator5.Size = new System.Drawing.Size(148, 6);
     //
     // finalToolStripMenuItem
     //
     finalToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         slidersToolStripMenuItem,
         toolStripSeparator8
     });
     finalToolStripMenuItem.Name = "finalToolStripMenuItem";
     finalToolStripMenuItem.Size = new System.Drawing.Size(151, 22);
     finalToolStripMenuItem.Text = "Final";
     //
     // slidersToolStripMenuItem
     //
     slidersToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         sceneryToolStripMenuItem,
         vehiclesToolStripMenuItem,
         hudToolStripMenuItem
     });
     slidersToolStripMenuItem.Name = "slidersToolStripMenuItem";
     slidersToolStripMenuItem.Size = new System.Drawing.Size(108, 22);
     slidersToolStripMenuItem.Text = "Sliders";
     //
     // sceneryToolStripMenuItem
     //
     sceneryToolStripMenuItem.Name   = "sceneryToolStripMenuItem";
     sceneryToolStripMenuItem.Size   = new System.Drawing.Size(116, 22);
     sceneryToolStripMenuItem.Text   = "Scenery";
     sceneryToolStripMenuItem.Click += new System.EventHandler(sceneryToolStripMenuItem_Click);
     //
     // vehiclesToolStripMenuItem
     //
     vehiclesToolStripMenuItem.Name   = "vehiclesToolStripMenuItem";
     vehiclesToolStripMenuItem.Size   = new System.Drawing.Size(116, 22);
     vehiclesToolStripMenuItem.Text   = "Vehicles";
     vehiclesToolStripMenuItem.Click += new System.EventHandler(vehiclesToolStripMenuItem_Click);
     //
     // hudToolStripMenuItem
     //
     hudToolStripMenuItem.Name   = "hudToolStripMenuItem";
     hudToolStripMenuItem.Size   = new System.Drawing.Size(116, 22);
     hudToolStripMenuItem.Text   = "Hud";
     hudToolStripMenuItem.Click += new System.EventHandler(hudToolStripMenuItem_Click);
     //
     // toolStripSeparator8
     //
     toolStripSeparator8.Name = "toolStripSeparator8";
     toolStripSeparator8.Size = new System.Drawing.Size(105, 6);
     //
     // toolStripSeparator7
     //
     toolStripSeparator7.Name    = "toolStripSeparator7";
     toolStripSeparator7.Size    = new System.Drawing.Size(148, 6);
     toolStripSeparator7.Visible = false;
     //
     // gamertagToolStripMenuItem
     //
     gamertagToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         toolStripTextBoxGamertagPoke,
         pokeToolStripMenuItem
     });
     gamertagToolStripMenuItem.Name    = "gamertagToolStripMenuItem";
     gamertagToolStripMenuItem.Size    = new System.Drawing.Size(151, 22);
     gamertagToolStripMenuItem.Text    = "Gamertag";
     gamertagToolStripMenuItem.Visible = false;
     //
     // toolStripTextBoxGamertagPoke
     //
     toolStripTextBoxGamertagPoke.BackColor   = System.Drawing.SystemColors.ScrollBar;
     toolStripTextBoxGamertagPoke.Name        = "toolStripTextBoxGamertagPoke";
     toolStripTextBoxGamertagPoke.RightToLeft = System.Windows.Forms.RightToLeft.No;
     toolStripTextBoxGamertagPoke.Size        = new System.Drawing.Size(100, 23);
     //
     // pokeToolStripMenuItem
     //
     pokeToolStripMenuItem.Name   = "pokeToolStripMenuItem";
     pokeToolStripMenuItem.Size   = new System.Drawing.Size(160, 22);
     pokeToolStripMenuItem.Text   = "Poke";
     pokeToolStripMenuItem.Click += new System.EventHandler(pokeToolStripMenuItem_Click);
     //
     // openTrayToolStripMenuItem
     //
     openTrayToolStripMenuItem.Name    = "openTrayToolStripMenuItem";
     openTrayToolStripMenuItem.Size    = new System.Drawing.Size(151, 22);
     openTrayToolStripMenuItem.Text    = "Open Tray";
     openTrayToolStripMenuItem.Visible = false;
     openTrayToolStripMenuItem.Click  += new System.EventHandler(openTrayToolStripMenuItem_Click);
     //
     // closeTrayToolStripMenuItem
     //
     closeTrayToolStripMenuItem.Name    = "closeTrayToolStripMenuItem";
     closeTrayToolStripMenuItem.Size    = new System.Drawing.Size(151, 22);
     closeTrayToolStripMenuItem.Text    = "Close Tray";
     closeTrayToolStripMenuItem.Visible = false;
     closeTrayToolStripMenuItem.Click  += new System.EventHandler(closeTrayToolStripMenuItem_Click);
     //
     // consoleIDToolStripMenuItem
     //
     consoleIDToolStripMenuItem.Name    = "consoleIDToolStripMenuItem";
     consoleIDToolStripMenuItem.Size    = new System.Drawing.Size(151, 22);
     consoleIDToolStripMenuItem.Text    = "Console ID";
     consoleIDToolStripMenuItem.Visible = false;
     consoleIDToolStripMenuItem.Click  += new System.EventHandler(consoleIDToolStripMenuItem_Click);
     //
     // toolStripSeparator2
     //
     toolStripSeparator2.Name = "toolStripSeparator2";
     toolStripSeparator2.Size = new System.Drawing.Size(170, 6);
     //
     // settingsToolStripMenuItem
     //
     settingsToolStripMenuItem.Name         = "settingsToolStripMenuItem";
     settingsToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.S)));
     settingsToolStripMenuItem.Size         = new System.Drawing.Size(173, 22);
     settingsToolStripMenuItem.Text         = "Settings";
     settingsToolStripMenuItem.Click       += new System.EventHandler(settingsToolStripMenuItem_Click);
     //
     // viewToolStripMenuItem
     //
     viewToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         tagComparerToolStripMenuItem,
         finderToolStripMenuItem,
         tagListMergerToolStripMenuItem,
         advancedXeXPokerToolStripMenuItem1,
         playerInformationToolStripMenuItem,
         anniversaryMemoryOffsetToolStripMenuItem
     });
     viewToolStripMenuItem.Name = "viewToolStripMenuItem";
     viewToolStripMenuItem.Size = new System.Drawing.Size(47, 20);
     viewToolStripMenuItem.Text = "Tools";
     //
     // tagComparerToolStripMenuItem
     //
     tagComparerToolStripMenuItem.Name   = "tagComparerToolStripMenuItem";
     tagComparerToolStripMenuItem.Size   = new System.Drawing.Size(219, 22);
     tagComparerToolStripMenuItem.Text   = "Tag Comparer";
     tagComparerToolStripMenuItem.Click += new System.EventHandler(tagComparerToolStripMenuItem_Click);
     //
     // finderToolStripMenuItem
     //
     finderToolStripMenuItem.Name    = "finderToolStripMenuItem";
     finderToolStripMenuItem.Size    = new System.Drawing.Size(219, 22);
     finderToolStripMenuItem.Text    = "Finder";
     finderToolStripMenuItem.Visible = false;
     finderToolStripMenuItem.Click  += new System.EventHandler(finderToolStripMenuItem_Click);
     //
     // tagListMergerToolStripMenuItem
     //
     tagListMergerToolStripMenuItem.Name   = "tagListMergerToolStripMenuItem";
     tagListMergerToolStripMenuItem.Size   = new System.Drawing.Size(219, 22);
     tagListMergerToolStripMenuItem.Text   = "TagList Merger";
     tagListMergerToolStripMenuItem.Click += new System.EventHandler(tagListMergerToolStripMenuItem_Click);
     //
     // advancedXeXPokerToolStripMenuItem1
     //
     advancedXeXPokerToolStripMenuItem1.Name   = "advancedXeXPokerToolStripMenuItem1";
     advancedXeXPokerToolStripMenuItem1.Size   = new System.Drawing.Size(219, 22);
     advancedXeXPokerToolStripMenuItem1.Text   = "Advanced Poker";
     advancedXeXPokerToolStripMenuItem1.Click += new System.EventHandler(advancedXeXPokerToolStripMenuItem1_Click);
     //
     // playerInformationToolStripMenuItem
     //
     playerInformationToolStripMenuItem.Name   = "playerInformationToolStripMenuItem";
     playerInformationToolStripMenuItem.Size   = new System.Drawing.Size(219, 22);
     playerInformationToolStripMenuItem.Text   = "Player Information";
     playerInformationToolStripMenuItem.Click += new System.EventHandler(playerInformationToolStripMenuItem_Click);
     //
     // anniversaryMemoryOffsetToolStripMenuItem
     //
     anniversaryMemoryOffsetToolStripMenuItem.Name   = "anniversaryMemoryOffsetToolStripMenuItem";
     anniversaryMemoryOffsetToolStripMenuItem.Size   = new System.Drawing.Size(219, 22);
     anniversaryMemoryOffsetToolStripMenuItem.Text   = "Anniversary Memory Offset";
     anniversaryMemoryOffsetToolStripMenuItem.Click += new System.EventHandler(anniversaryMemoryOffsetToolStripMenuItem_Click);
     //
     // windowToolStripMenuItem
     //
     windowToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         tileVerticallyToolStripMenuItem,
         tileHorizontallyToolStripMenuItem,
         cascadeToolStripMenuItem
     });
     windowToolStripMenuItem.Name = "windowToolStripMenuItem";
     windowToolStripMenuItem.Size = new System.Drawing.Size(63, 20);
     windowToolStripMenuItem.Text = "Window";
     //
     // tileVerticallyToolStripMenuItem
     //
     tileVerticallyToolStripMenuItem.Name   = "tileVerticallyToolStripMenuItem";
     tileVerticallyToolStripMenuItem.Size   = new System.Drawing.Size(160, 22);
     tileVerticallyToolStripMenuItem.Text   = "Tile Vertically";
     tileVerticallyToolStripMenuItem.Click += new System.EventHandler(tileVerticallyToolStripMenuItem_Click);
     //
     // tileHorizontallyToolStripMenuItem
     //
     tileHorizontallyToolStripMenuItem.Name   = "tileHorizontallyToolStripMenuItem";
     tileHorizontallyToolStripMenuItem.Size   = new System.Drawing.Size(160, 22);
     tileHorizontallyToolStripMenuItem.Text   = "Tile Horizontally";
     tileHorizontallyToolStripMenuItem.Click += new System.EventHandler(tileHorizontallyToolStripMenuItem_Click);
     //
     // cascadeToolStripMenuItem
     //
     cascadeToolStripMenuItem.Name   = "cascadeToolStripMenuItem";
     cascadeToolStripMenuItem.Size   = new System.Drawing.Size(160, 22);
     cascadeToolStripMenuItem.Text   = "Cascade";
     cascadeToolStripMenuItem.Click += new System.EventHandler(cascadeToolStripMenuItem_Click);
     //
     // helpToolStripMenuItem
     //
     helpToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         buildLogsToolStripMenuItem,
         aboutToolStripMenuItem
     });
     helpToolStripMenuItem.Name = "helpToolStripMenuItem";
     helpToolStripMenuItem.Size = new System.Drawing.Size(44, 20);
     helpToolStripMenuItem.Text = "Help";
     //
     // buildLogsToolStripMenuItem
     //
     buildLogsToolStripMenuItem.Name         = "buildLogsToolStripMenuItem";
     buildLogsToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.L)));
     buildLogsToolStripMenuItem.Size         = new System.Drawing.Size(181, 22);
     buildLogsToolStripMenuItem.Text         = "Build Logs";
     buildLogsToolStripMenuItem.Click       += new System.EventHandler(buildLogsToolStripMenuItem_Click);
     //
     // aboutToolStripMenuItem
     //
     aboutToolStripMenuItem.Name         = "aboutToolStripMenuItem";
     aboutToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)(((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Shift)
                                                                         | System.Windows.Forms.Keys.A)));
     aboutToolStripMenuItem.Size   = new System.Drawing.Size(181, 22);
     aboutToolStripMenuItem.Text   = "About";
     aboutToolStripMenuItem.Click += new System.EventHandler(aboutToolStripMenuItem_Click);
     //
     // Form1
     //
     AutoScaleDimensions   = new System.Drawing.SizeF(6F, 13F);
     AutoScaleMode         = System.Windows.Forms.AutoScaleMode.Font;
     BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     ClientSize            = new System.Drawing.Size(831, 570);
     Controls.Add(menuStrip1);
     Icon           = ((System.Drawing.Icon)(resources.GetObject("$Icon")));
     IsMdiContainer = true;
     KeyPreview     = true;
     MainMenuStrip  = menuStrip1;
     Name           = "Form1";
     ShowIcon       = false;
     Text           = "Ascension";
     WindowState    = System.Windows.Forms.FormWindowState.Maximized;
     FormClosing   += new System.Windows.Forms.FormClosingEventHandler(Form1_FormClosing);
     FormClosed    += new System.Windows.Forms.FormClosedEventHandler(Form1_FormClosed);
     Load          += new System.EventHandler(Form1_Load);
     menuStrip1.ResumeLayout(false);
     menuStrip1.PerformLayout();
     ResumeLayout(false);
     PerformLayout();
 }
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            label1 = new System.Windows.Forms.Label();
            NextButton1 = new System.Windows.Forms.Button();
            label2 = new System.Windows.Forms.Label();
            panel1 = new System.Windows.Forms.Panel();
            panel2 = new System.Windows.Forms.Panel();
            button3 = new System.Windows.Forms.Button();
            label5 = new System.Windows.Forms.Label();
            button4 = new System.Windows.Forms.Button();
            label6 = new System.Windows.Forms.Label();
            pictureBox3 = new System.Windows.Forms.PictureBox();
            button2 = new System.Windows.Forms.Button();
            label3 = new System.Windows.Forms.Label();
            button1 = new System.Windows.Forms.Button();
            label4 = new System.Windows.Forms.Label();
            pictureBox2 = new System.Windows.Forms.PictureBox();
            pictureBox1 = new System.Windows.Forms.PictureBox();
            panel1.SuspendLayout();
            panel2.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(pictureBox3)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(pictureBox2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(pictureBox1)).BeginInit();
            SuspendLayout();
            // 
            // label1
            // 
            label1.AutoSize = true;
            label1.Font = new System.Drawing.Font("Star Jedi", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            label1.Location = new System.Drawing.Point(542, 12);
            label1.Name = "label1";
            label1.Size = new System.Drawing.Size(291, 35);
            label1.TabIndex = 1;
            label1.Text = "A speeder for me";
            // 
            // NextButton1
            // 
            NextButton1.Location = new System.Drawing.Point(797, 501);
            NextButton1.Name = "NextButton1";
            NextButton1.Size = new System.Drawing.Size(75, 23);
            NextButton1.TabIndex = 2;
            NextButton1.Text = "Next";
            NextButton1.UseVisualStyleBackColor = true;
            NextButton1.Click += new System.EventHandler(NextButton1_Click);
            // 
            // label2
            // 
            label2.AutoSize = true;
            label2.Font = new System.Drawing.Font("Star Jedi", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            label2.Location = new System.Drawing.Point(530, 94);
            label2.Name = "label2";
            label2.Size = new System.Drawing.Size(350, 104);
            label2.TabIndex = 3;
            label2.Text = "as soon as your character lands\r\non Tatooine from Tansarii Point\r\nStation, Han So" +
    "lo will help you\r\nget an x-34 landspeeder.";
            // 
            // panel1
            // 
            panel1.Controls.Add(panel2);
            panel1.Controls.Add(button2);
            panel1.Controls.Add(label3);
            panel1.Controls.Add(button1);
            panel1.Controls.Add(label4);
            panel1.Controls.Add(pictureBox2);
            panel1.Dock = System.Windows.Forms.DockStyle.Fill;
            panel1.Location = new System.Drawing.Point(0, 0);
            panel1.Name = "panel1";
            panel1.Size = new System.Drawing.Size(884, 536);
            panel1.TabIndex = 4;
            panel1.Visible = false;
            // 
            // panel2
            // 
            panel2.Controls.Add(button3);
            panel2.Controls.Add(label5);
            panel2.Controls.Add(button4);
            panel2.Controls.Add(label6);
            panel2.Controls.Add(pictureBox3);
            panel2.Dock = System.Windows.Forms.DockStyle.Fill;
            panel2.Location = new System.Drawing.Point(0, 0);
            panel2.Name = "panel2";
            panel2.Size = new System.Drawing.Size(884, 536);
            panel2.TabIndex = 9;
            panel2.Visible = false;
            // 
            // button3
            // 
            button3.Location = new System.Drawing.Point(712, 501);
            button3.Name = "button3";
            button3.Size = new System.Drawing.Size(75, 23);
            button3.TabIndex = 13;
            button3.Text = "Previous";
            button3.UseVisualStyleBackColor = true;
            button3.Click += new System.EventHandler(button3_Click);
            // 
            // label5
            // 
            label5.AutoSize = true;
            label5.Font = new System.Drawing.Font("Star Jedi", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            label5.Location = new System.Drawing.Point(526, 94);
            label5.Name = "label5";
            label5.Size = new System.Drawing.Size(333, 104);
            label5.TabIndex = 12;
            label5.Text = "this robe can only be worn by\r\njedi who are level 40 and up. it\r\ncan be looted by" +
    " wide variety\r\nof npcs.";
            // 
            // button4
            // 
            button4.Location = new System.Drawing.Point(793, 501);
            button4.Name = "button4";
            button4.Size = new System.Drawing.Size(75, 23);
            button4.TabIndex = 11;
            button4.Text = "Next";
            button4.UseVisualStyleBackColor = true;
            // 
            // label6
            // 
            label6.AutoSize = true;
            label6.Font = new System.Drawing.Font("Star Jedi", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            label6.Location = new System.Drawing.Point(525, 12);
            label6.Name = "label6";
            label6.Size = new System.Drawing.Size(193, 35);
            label6.TabIndex = 10;
            label6.Text = "Acolyte robe";
            // 
            // pictureBox3
            // 
            pictureBox3.Image = Properties.Resources.large_load_acolyte_robe;
            pictureBox3.Location = new System.Drawing.Point(8, 12);
            pictureBox3.Name = "pictureBox3";
            pictureBox3.Size = new System.Drawing.Size(512, 512);
            pictureBox3.TabIndex = 9;
            pictureBox3.TabStop = false;
            // 
            // button2
            // 
            button2.Location = new System.Drawing.Point(712, 501);
            button2.Name = "button2";
            button2.Size = new System.Drawing.Size(75, 23);
            button2.TabIndex = 8;
            button2.Text = "Previous";
            button2.UseVisualStyleBackColor = true;
            button2.Click += new System.EventHandler(button2_Click);
            // 
            // label3
            // 
            label3.AutoSize = true;
            label3.Font = new System.Drawing.Font("Star Jedi", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            label3.Location = new System.Drawing.Point(526, 94);
            label3.Name = "label3";
            label3.Size = new System.Drawing.Size(100, 26);
            label3.TabIndex = 7;
            label3.Text = "testing...";
            // 
            // button1
            // 
            button1.Location = new System.Drawing.Point(793, 501);
            button1.Name = "button1";
            button1.Size = new System.Drawing.Size(75, 23);
            button1.TabIndex = 6;
            button1.Text = "Next";
            button1.UseVisualStyleBackColor = true;
            button1.Click += new System.EventHandler(button1_Click);
            // 
            // label4
            // 
            label4.AutoSize = true;
            label4.Font = new System.Drawing.Font("Star Jedi", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            label4.Location = new System.Drawing.Point(525, 12);
            label4.Name = "label4";
            label4.Size = new System.Drawing.Size(291, 35);
            label4.TabIndex = 5;
            label4.Text = "Account Data Access";
            // 
            // pictureBox2
            // 
            pictureBox2.Image = Properties.Resources.large_load_account_access_data;
            pictureBox2.Location = new System.Drawing.Point(8, 12);
            pictureBox2.Name = "pictureBox2";
            pictureBox2.Size = new System.Drawing.Size(512, 512);
            pictureBox2.TabIndex = 4;
            pictureBox2.TabStop = false;
            // 
            // pictureBox1
            // 
            pictureBox1.Image = Properties.Resources.large_load_a_speeder_for_me;
            pictureBox1.Location = new System.Drawing.Point(12, 12);
            pictureBox1.Name = "pictureBox1";
            pictureBox1.Size = new System.Drawing.Size(512, 512);
            pictureBox1.TabIndex = 0;
            pictureBox1.TabStop = false;
            // 
            // GameArt
            // 
            AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            BackColor = System.Drawing.Color.DarkSlateGray;
            ClientSize = new System.Drawing.Size(884, 536);
            Controls.Add(panel1);
            Controls.Add(label2);
            Controls.Add(NextButton1);
            Controls.Add(label1);
            Controls.Add(pictureBox1);
            Name = "GameArt";
            StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            Text = "SWG Game Art";
            FormClosing += new System.Windows.Forms.FormClosingEventHandler(GameArt_FormClosing);
            Load += new System.EventHandler(GameArt_Load);
            panel1.ResumeLayout(false);
            panel1.PerformLayout();
            panel2.ResumeLayout(false);
            panel2.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(pictureBox3)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(pictureBox2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(pictureBox1)).EndInit();
            ResumeLayout(false);
            PerformLayout();

        }
 public void AddMainFormClosingEventHandler(System.Windows.Forms.FormClosingEventHandler handler)
 {
 }
 /// <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(Settings));
     label1               = new System.Windows.Forms.Label();
     listBox1             = new System.Windows.Forms.ListBox();
     button1              = new System.Windows.Forms.Button();
     button2              = new System.Windows.Forms.Button();
     folderBrowserDialog1 = new System.Windows.Forms.FolderBrowserDialog();
     button3              = new System.Windows.Forms.Button();
     textBox1             = new System.Windows.Forms.TextBox();
     label2               = new System.Windows.Forms.Label();
     SuspendLayout();
     //
     // label1
     //
     label1.AutoSize = true;
     label1.Location = new System.Drawing.Point(12, 9);
     label1.Name     = "label1";
     label1.Size     = new System.Drawing.Size(260, 17);
     label1.TabIndex = 1;
     label1.Text     = "Which folders would you like to backup?";
     //
     // listBox1
     //
     listBox1.FormattingEnabled   = true;
     listBox1.HorizontalScrollbar = true;
     listBox1.ItemHeight          = 16;
     listBox1.Location            = new System.Drawing.Point(13, 30);
     listBox1.Name     = "listBox1";
     listBox1.Size     = new System.Drawing.Size(389, 100);
     listBox1.TabIndex = 2;
     //
     // button1
     //
     button1.Location = new System.Drawing.Point(408, 30);
     button1.Name     = "button1";
     button1.Size     = new System.Drawing.Size(157, 31);
     button1.TabIndex = 3;
     button1.Text     = "Add folder";
     button1.UseVisualStyleBackColor = true;
     button1.Click += new System.EventHandler(button1_Click);
     //
     // button2
     //
     button2.Location = new System.Drawing.Point(408, 67);
     button2.Name     = "button2";
     button2.Size     = new System.Drawing.Size(157, 31);
     button2.TabIndex = 4;
     button2.Text     = "Remove folder";
     button2.UseVisualStyleBackColor = true;
     button2.Click += new System.EventHandler(button2_Click);
     //
     // button3
     //
     button3.Location = new System.Drawing.Point(407, 149);
     button3.Name     = "button3";
     button3.Size     = new System.Drawing.Size(157, 31);
     button3.TabIndex = 5;
     button3.Text     = "Choose folder";
     button3.UseVisualStyleBackColor = true;
     button3.Click += new System.EventHandler(button3_Click);
     //
     // textBox1
     //
     textBox1.Location = new System.Drawing.Point(12, 153);
     textBox1.Name     = "textBox1";
     textBox1.ReadOnly = true;
     textBox1.Size     = new System.Drawing.Size(389, 22);
     textBox1.TabIndex = 6;
     //
     // label2
     //
     label2.AutoSize = true;
     label2.Location = new System.Drawing.Point(12, 133);
     label2.Name     = "label2";
     label2.Size     = new System.Drawing.Size(319, 17);
     label2.TabIndex = 7;
     label2.Text     = "Where would you like your backups to be stored?";
     //
     // Settings
     //
     AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
     AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     ClientSize          = new System.Drawing.Size(577, 190);
     Controls.Add(label2);
     Controls.Add(textBox1);
     Controls.Add(button3);
     Controls.Add(button2);
     Controls.Add(button1);
     Controls.Add(listBox1);
     Controls.Add(label1);
     FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     Icon            = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     MaximizeBox     = false;
     Name            = "Settings";
     StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     Text            = "RootBackup Settings";
     FormClosing    += new System.Windows.Forms.FormClosingEventHandler(Settings_FormClosing);
     Load           += new System.EventHandler(Settings_Load);
     ResumeLayout(false);
     PerformLayout();
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(NewCardsForm));
     label1                  = new System.Windows.Forms.Label();
     quizNameTextBox         = new System.Windows.Forms.TextBox();
     questionNumbersComboBox = new System.Windows.Forms.ComboBox();
     label2                  = new System.Windows.Forms.Label();
     nextButton              = new System.Windows.Forms.Button();
     alreadyExistsLabel      = new System.Windows.Forms.Label();
     label3                  = new System.Windows.Forms.Label();
     SuspendLayout();
     //
     // label1
     //
     label1.AutoSize  = true;
     label1.BackColor = System.Drawing.Color.White;
     label1.Font      = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     label1.Location  = new System.Drawing.Point(108, 67);
     label1.Name      = "label1";
     label1.Size      = new System.Drawing.Size(69, 15);
     label1.TabIndex  = 0;
     label1.Text      = "Quiz Name";
     //
     // quizNameTextBox
     //
     quizNameTextBox.Location     = new System.Drawing.Point(82, 85);
     quizNameTextBox.Name         = "quizNameTextBox";
     quizNameTextBox.Size         = new System.Drawing.Size(121, 20);
     quizNameTextBox.TabIndex     = 1;
     quizNameTextBox.TextChanged += new System.EventHandler(cardGroupNameTextBox_TextChanged);
     //
     // questionNumbersComboBox
     //
     questionNumbersComboBox.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     questionNumbersComboBox.FormattingEnabled = true;
     questionNumbersComboBox.Items.AddRange(new object[] {
         "1",
         "2",
         "3",
         "4",
         "5",
         "6",
         "7",
         "8",
         "9",
         "10"
     });
     questionNumbersComboBox.Location = new System.Drawing.Point(82, 150);
     questionNumbersComboBox.Name     = "questionNumbersComboBox";
     questionNumbersComboBox.Size     = new System.Drawing.Size(121, 21);
     questionNumbersComboBox.TabIndex = 2;
     //
     // label2
     //
     label2.AutoSize  = true;
     label2.BackColor = System.Drawing.Color.White;
     label2.Font      = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     label2.Location  = new System.Drawing.Point(79, 132);
     label2.Name      = "label2";
     label2.Size      = new System.Drawing.Size(123, 15);
     label2.TabIndex  = 3;
     label2.Text      = "Number of Questions";
     //
     // nextButton
     //
     nextButton.Enabled  = false;
     nextButton.Location = new System.Drawing.Point(105, 226);
     nextButton.Name     = "nextButton";
     nextButton.Size     = new System.Drawing.Size(75, 23);
     nextButton.TabIndex = 4;
     nextButton.Text     = "Next";
     nextButton.UseVisualStyleBackColor = true;
     nextButton.Click += new System.EventHandler(nextButton_Click);
     //
     // alreadyExistsLabel
     //
     alreadyExistsLabel.AutoSize  = true;
     alreadyExistsLabel.BackColor = System.Drawing.Color.Black;
     alreadyExistsLabel.Font      = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     alreadyExistsLabel.ForeColor = System.Drawing.Color.Red;
     alreadyExistsLabel.Location  = new System.Drawing.Point(30, 190);
     alreadyExistsLabel.Name      = "alreadyExistsLabel";
     alreadyExistsLabel.Size      = new System.Drawing.Size(225, 16);
     alreadyExistsLabel.TabIndex  = 5;
     alreadyExistsLabel.Text      = "Please enter a valid quiz name.";
     alreadyExistsLabel.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     alreadyExistsLabel.Visible   = false;
     //
     // label3
     //
     label3.AutoSize  = true;
     label3.BackColor = System.Drawing.Color.White;
     label3.Font      = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     label3.Location  = new System.Drawing.Point(5, 9);
     label3.Name      = "label3";
     label3.Size      = new System.Drawing.Size(274, 32);
     label3.TabIndex  = 6;
     label3.Text      = "Create a new quiz by filling out the information\nbelow to help you study.";
     label3.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // NewCardsForm
     //
     AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     BackgroundImage     = Properties.Resources.A;
     ClientSize          = new System.Drawing.Size(284, 261);
     Controls.Add(label3);
     Controls.Add(alreadyExistsLabel);
     Controls.Add(nextButton);
     Controls.Add(label2);
     Controls.Add(questionNumbersComboBox);
     Controls.Add(quizNameTextBox);
     Controls.Add(label1);
     FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     Icon            = ((System.Drawing.Icon)(resources.GetObject("$Icon")));
     MaximizeBox     = false;
     MinimizeBox     = false;
     Name            = "NewCardsForm";
     StartPosition   = System.Windows.Forms.FormStartPosition.CenterParent;
     Text            = "New Quiz Creation";
     FormClosing    += new System.Windows.Forms.FormClosingEventHandler(NewCardsForm_FormClosing);
     Load           += new System.EventHandler(NewCardsForm_Load);
     ResumeLayout(false);
     PerformLayout();
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
   System.ComponentModel.ComponentResourceManager componentResourceManager = new System.ComponentModel.ComponentResourceManager(typeof(IntelliTrack.Client.Application.MapForm));
   toolStrip1 = new System.Windows.Forms.ToolStrip();
   ZoomWindow = new System.Windows.Forms.ToolStripButton();
   ZoomIn = new System.Windows.Forms.ToolStripButton();
   ZoomOut = new System.Windows.Forms.ToolStripButton();
   toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
   Pan = new System.Windows.Forms.ToolStripButton();
   toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
   btnLaunchInBrowser = new System.Windows.Forms.ToolStripButton();
   Info = new System.Windows.Forms.ToolStripButton();
   toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
   RedrawProgressBar = new System.Windows.Forms.ToolStripProgressBar();
   toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator();
   btnInicio = new System.Windows.Forms.ToolStripButton();
   btnEjecutar = new System.Windows.Forms.ToolStripButton();
   btnPausa = new System.Windows.Forms.ToolStripButton();
   btnDetener = new System.Windows.Forms.ToolStripButton();
   btnConfiguracionConsultaHistorica = new System.Windows.Forms.ToolStripButton();
   lblInformation = new System.Windows.Forms.Label();
   panel1 = new System.Windows.Forms.Panel();
   udRegistrosPorSegundo = new System.Windows.Forms.NumericUpDown();
   lblPosicion = new System.Windows.Forms.Label();
   trackPosicion = new System.Windows.Forms.TrackBar();
   lblEstado = new System.Windows.Forms.Label();
   toolStrip1.SuspendLayout();
   panel1.SuspendLayout();
   udRegistrosPorSegundo.BeginInit();
   trackPosicion.BeginInit();
   SuspendLayout();
   System.Windows.Forms.ToolStripItem[] toolStripItemArr = new System.Windows.Forms.ToolStripItem[] {
                                                                                                            ZoomWindow, 
                                                                                                            ZoomIn, 
                                                                                                            ZoomOut, 
                                                                                                            toolStripSeparator1, 
                                                                                                            Pan, 
                                                                                                            toolStripSeparator3, 
                                                                                                            btnLaunchInBrowser, 
                                                                                                            Info, 
                                                                                                            toolStripSeparator2, 
                                                                                                            RedrawProgressBar, 
                                                                                                            toolStripSeparator4, 
                                                                                                            btnInicio, 
                                                                                                            btnEjecutar, 
                                                                                                            btnPausa, 
                                                                                                            btnDetener, 
                                                                                                            btnConfiguracionConsultaHistorica };
   toolStrip1.Items.AddRange(toolStripItemArr);
   toolStrip1.Location = new System.Drawing.Point(0, 0);
   toolStrip1.Name = "toolStrip1";
   toolStrip1.Size = new System.Drawing.Size(542, 25);
   toolStrip1.TabIndex = 0;
   toolStrip1.Text = "toolStrip1";
   ZoomWindow.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
   ZoomWindow.Image = (System.Drawing.Image)componentResourceManager.GetObject("ZoomWindow.Image");
   ZoomWindow.ImageTransparentColor = System.Drawing.Color.Magenta;
   ZoomWindow.Name = "ZoomWindow";
   ZoomWindow.Size = new System.Drawing.Size(23, 22);
   ZoomWindow.Text = "toolStripButton1";
   ZoomWindow.ToolTipText = "Zoom Window";
   ZoomWindow.Click += new System.EventHandler(ZoomWindow_Click);
   ZoomIn.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
   ZoomIn.Image = (System.Drawing.Image)componentResourceManager.GetObject("ZoomIn.Image");
   ZoomIn.ImageTransparentColor = System.Drawing.Color.Magenta;
   ZoomIn.Name = "ZoomIn";
   ZoomIn.Size = new System.Drawing.Size(23, 22);
   ZoomIn.Text = "toolStripButton2";
   ZoomIn.ToolTipText = "Zoom In";
   ZoomIn.Click += new System.EventHandler(ZoomIn_Click);
   ZoomOut.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
   ZoomOut.Image = (System.Drawing.Image)componentResourceManager.GetObject("ZoomOut.Image");
   ZoomOut.ImageTransparentColor = System.Drawing.Color.Magenta;
   ZoomOut.Name = "ZoomOut";
   ZoomOut.Size = new System.Drawing.Size(23, 22);
   ZoomOut.Text = "toolStripButton3";
   ZoomOut.ToolTipText = "Zoom out";
   ZoomOut.Click += new System.EventHandler(ZoomOut_Click);
   toolStripSeparator1.Name = "toolStripSeparator1";
   toolStripSeparator1.Size = new System.Drawing.Size(6, 25);
   Pan.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
   Pan.Image = (System.Drawing.Image)componentResourceManager.GetObject("Pan.Image");
   Pan.ImageTransparentColor = System.Drawing.Color.Magenta;
   Pan.Name = "Pan";
   Pan.Size = new System.Drawing.Size(23, 22);
   Pan.Text = "toolStripButton1";
   Pan.ToolTipText = "Pan";
   Pan.Click += new System.EventHandler(Pan_Click);
   toolStripSeparator3.Name = "toolStripSeparator3";
   toolStripSeparator3.Size = new System.Drawing.Size(6, 25);
   toolStripSeparator3.Visible = false;
   btnLaunchInBrowser.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
   btnLaunchInBrowser.Image = (System.Drawing.Image)componentResourceManager.GetObject("btnLaunchInBrowser.Image");
   btnLaunchInBrowser.ImageTransparentColor = System.Drawing.Color.Magenta;
   btnLaunchInBrowser.Name = "btnLaunchInBrowser";
   btnLaunchInBrowser.Size = new System.Drawing.Size(23, 22);
   btnLaunchInBrowser.Text = "btnLaunchInBrowser";
   btnLaunchInBrowser.Click += new System.EventHandler(toolStripButton1_Click);
   Info.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
   Info.Image = (System.Drawing.Image)componentResourceManager.GetObject("Info.Image");
   Info.ImageTransparentColor = System.Drawing.Color.Magenta;
   Info.Name = "Info";
   Info.Size = new System.Drawing.Size(23, 22);
   Info.Text = "toolStripButton1";
   Info.Click += new System.EventHandler(Info_Click);
   toolStripSeparator2.Name = "toolStripSeparator2";
   toolStripSeparator2.Size = new System.Drawing.Size(6, 25);
   RedrawProgressBar.Name = "RedrawProgressBar";
   RedrawProgressBar.Size = new System.Drawing.Size(100, 22);
   RedrawProgressBar.Visible = false;
   toolStripSeparator4.Name = "toolStripSeparator4";
   toolStripSeparator4.Size = new System.Drawing.Size(6, 25);
   btnInicio.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
   btnInicio.Image = (System.Drawing.Image)componentResourceManager.GetObject("btnInicio.Image");
   btnInicio.ImageTransparentColor = System.Drawing.Color.Magenta;
   btnInicio.Name = "btnInicio";
   btnInicio.Size = new System.Drawing.Size(23, 22);
   btnInicio.Text = "Inicio";
   btnInicio.Click += new System.EventHandler(btnInicio_Click);
   btnEjecutar.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
   btnEjecutar.Image = (System.Drawing.Image)componentResourceManager.GetObject("btnEjecutar.Image");
   btnEjecutar.ImageTransparentColor = System.Drawing.Color.Magenta;
   btnEjecutar.Name = "btnEjecutar";
   btnEjecutar.Size = new System.Drawing.Size(23, 22);
   btnEjecutar.Text = "Ejecutar";
   btnEjecutar.Click += new System.EventHandler(btnEjecutar_Click);
   btnPausa.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
   btnPausa.Image = (System.Drawing.Image)componentResourceManager.GetObject("btnPausa.Image");
   btnPausa.ImageTransparentColor = System.Drawing.Color.Magenta;
   btnPausa.Name = "btnPausa";
   btnPausa.Size = new System.Drawing.Size(23, 22);
   btnPausa.Text = "Pausa";
   btnPausa.Click += new System.EventHandler(btnPausa_Click);
   btnDetener.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
   btnDetener.Image = (System.Drawing.Image)componentResourceManager.GetObject("btnDetener.Image");
   btnDetener.ImageTransparentColor = System.Drawing.Color.Magenta;
   btnDetener.Name = "btnDetener";
   btnDetener.Size = new System.Drawing.Size(23, 22);
   btnDetener.Text = "Detener";
   btnDetener.Click += new System.EventHandler(btnDetener_Click);
   btnConfiguracionConsultaHistorica.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
   btnConfiguracionConsultaHistorica.Image = (System.Drawing.Image)componentResourceManager.GetObject("btnConfiguracionConsultaHistorica.Image");
   btnConfiguracionConsultaHistorica.ImageTransparentColor = System.Drawing.Color.Magenta;
   btnConfiguracionConsultaHistorica.Name = "btnConfiguracionConsultaHistorica";
   btnConfiguracionConsultaHistorica.Size = new System.Drawing.Size(23, 22);
   btnConfiguracionConsultaHistorica.Text = "Configuraci\u00F3n";
   btnConfiguracionConsultaHistorica.Click += new System.EventHandler(btnConfiguracionConsultaHistorica_Click);
   lblInformation.AutoSize = true;
   lblInformation.Location = new System.Drawing.Point(12, 45);
   lblInformation.Name = "lblInformation";
   lblInformation.Size = new System.Drawing.Size(69, 13);
   lblInformation.TabIndex = 1;
   lblInformation.Text = "lblInformation";
   panel1.Anchor = System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left;
   panel1.Controls.Add(udRegistrosPorSegundo);
   panel1.Controls.Add(lblPosicion);
   panel1.Controls.Add(trackPosicion);
   panel1.Controls.Add(lblEstado);
   panel1.Location = new System.Drawing.Point(0, 189);
   panel1.Name = "panel1";
   panel1.Size = new System.Drawing.Size(142, 77);
   panel1.TabIndex = 2;
   udRegistrosPorSegundo.Dock = System.Windows.Forms.DockStyle.Top;
   udRegistrosPorSegundo.Location = new System.Drawing.Point(0, 54);
   int[] iArr1 = new int[4];
   iArr1[0] = 50;
   udRegistrosPorSegundo.Maximum = new System.Decimal(iArr1);
   int[] iArr2 = new int[4];
   iArr2[0] = 1;
   udRegistrosPorSegundo.Minimum = new System.Decimal(iArr2);
   udRegistrosPorSegundo.Name = "udRegistrosPorSegundo";
   udRegistrosPorSegundo.Size = new System.Drawing.Size(142, 20);
   udRegistrosPorSegundo.TabIndex = 3;
   int[] iArr3 = new int[4];
   iArr3[0] = 1;
   udRegistrosPorSegundo.Value = new System.Decimal(iArr3);
   udRegistrosPorSegundo.ValueChanged += new System.EventHandler(udRegistrosPorSegundo_ValueChanged);
   lblPosicion.Dock = System.Windows.Forms.DockStyle.Top;
   lblPosicion.Location = new System.Drawing.Point(0, 41);
   lblPosicion.Name = "lblPosicion";
   lblPosicion.Size = new System.Drawing.Size(142, 13);
   lblPosicion.TabIndex = 2;
   trackPosicion.AutoSize = false;
   trackPosicion.Dock = System.Windows.Forms.DockStyle.Top;
   trackPosicion.Location = new System.Drawing.Point(0, 13);
   trackPosicion.Maximum = 1000000;
   trackPosicion.Name = "trackPosicion";
   trackPosicion.Size = new System.Drawing.Size(142, 28);
   trackPosicion.TabIndex = 1;
   trackPosicion.TickFrequency = 0;
   trackPosicion.TickStyle = System.Windows.Forms.TickStyle.None;
   trackPosicion.Scroll += new System.EventHandler(trackPosicion_Scroll);
   lblEstado.Dock = System.Windows.Forms.DockStyle.Top;
   lblEstado.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, 0);
   lblEstado.ForeColor = System.Drawing.Color.Green;
   lblEstado.Location = new System.Drawing.Point(0, 0);
   lblEstado.Name = "lblEstado";
   lblEstado.Size = new System.Drawing.Size(142, 13);
   lblEstado.TabIndex = 0;
   lblEstado.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
   AutoScaleDimensions = new System.Drawing.SizeF(6.0F, 13.0F);
   AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
   AutoSize = true;
   BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
   ClientSize = new System.Drawing.Size(542, 266);
   Controls.Add(panel1);
   Controls.Add(lblInformation);
   Controls.Add(toolStrip1);
   DoubleBuffered = true;
   Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 0);
   Name = "MapForm";
   Text = "Mapa";
   MouseUp += new System.Windows.Forms.MouseEventHandler(MapForm_MouseUp);
   Scroll += new System.Windows.Forms.ScrollEventHandler(MapForm_Scroll);
   SizeChanged += new System.EventHandler(MapForm_SizeChanged);
   MouseDown += new System.Windows.Forms.MouseEventHandler(MapForm_MouseDown);
   FormClosing += new System.Windows.Forms.FormClosingEventHandler(MapForm_FormClosing);
   MouseMove += new System.Windows.Forms.MouseEventHandler(MapForm_MouseMove);
   toolStrip1.ResumeLayout(false);
   toolStrip1.PerformLayout();
   panel1.ResumeLayout(false);
   udRegistrosPorSegundo.EndInit();
   trackPosicion.EndInit();
   ResumeLayout(false);
   PerformLayout();
 }
Beispiel #29
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     lblRoomName        = new Proshot.UtilityLib.Label();
     txtRoomName        = new Proshot.UtilityLib.TextBox();
     lblRoomDescription = new Proshot.UtilityLib.Label();
     txtRoomDescription = new Proshot.UtilityLib.TextBox();
     btnEnter           = new Proshot.UtilityLib.Button();
     btnExit            = new Proshot.UtilityLib.Button();
     SuspendLayout();
     //
     // lblRoomName
     //
     lblRoomName.AutoSize    = true;
     lblRoomName.BorderWidth = 1F;
     lblRoomName.Location    = new System.Drawing.Point(4, 9);
     lblRoomName.Name        = "lblRoomName";
     lblRoomName.Size        = new System.Drawing.Size(81, 14);
     lblRoomName.TabIndex    = 0;
     lblRoomName.Text        = "Room Name :";
     //
     // txtRoomName
     //
     txtRoomName.BorderWidth = 1F;
     txtRoomName.FloatValue  = 0D;
     txtRoomName.Location    = new System.Drawing.Point(86, 6);
     txtRoomName.MaxLength   = 20;
     txtRoomName.Name        = "txtRoomName";
     txtRoomName.Size        = new System.Drawing.Size(115, 22);
     txtRoomName.TabIndex    = 1;
     //
     // lblRoomDescription
     //
     lblRoomDescription.AutoSize    = true;
     lblRoomDescription.BorderWidth = 1F;
     lblRoomDescription.Location    = new System.Drawing.Point(4, 35);
     lblRoomDescription.Name        = "lblRoomDescription";
     lblRoomDescription.Size        = new System.Drawing.Size(83, 14);
     lblRoomDescription.TabIndex    = 2;
     lblRoomDescription.Text        = "Description   :";
     //
     // txtRoomDescription
     //
     txtRoomDescription.BorderWidth = 1F;
     txtRoomDescription.FloatValue  = 0D;
     txtRoomDescription.Location    = new System.Drawing.Point(86, 31);
     txtRoomDescription.MaxLength   = 100;
     txtRoomDescription.Name        = "txtRoomDescription";
     txtRoomDescription.Size        = new System.Drawing.Size(115, 22);
     txtRoomDescription.TabIndex    = 3;
     //
     // btnEnter
     //
     btnEnter.Location = new System.Drawing.Point(150, 59);
     btnEnter.Name     = "btnEnter";
     btnEnter.Size     = new System.Drawing.Size(48, 23);
     btnEnter.TabIndex = 4;
     btnEnter.Text     = "Enter";
     btnEnter.UseVisualStyleBackColor = true;
     btnEnter.Click += new System.EventHandler(btnEnter_Click);
     //
     // btnExit
     //
     btnExit.DialogResult            = System.Windows.Forms.DialogResult.Cancel;
     btnExit.Location                = new System.Drawing.Point(93, 59);
     btnExit.Name                    = "btnExit";
     btnExit.Size                    = new System.Drawing.Size(48, 23);
     btnExit.TabIndex                = 5;
     btnExit.Text                    = "Exit";
     btnExit.UseVisualStyleBackColor = true;
     btnExit.Click                  += new System.EventHandler(btnExit_Click);
     //
     // RoomInfoFrm
     //
     AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
     AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     ClientSize          = new System.Drawing.Size(212, 89);
     ControlBox          = false;
     Controls.Add(btnExit);
     Controls.Add(btnEnter);
     Controls.Add(txtRoomName);
     Controls.Add(lblRoomName);
     Controls.Add(txtRoomDescription);
     Controls.Add(lblRoomDescription);
     Font            = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
     Name            = "RoomInfoFrm";
     RightToLeft     = System.Windows.Forms.RightToLeft.No;
     ShowIcon        = false;
     ShowInTaskbar   = false;
     StartPosition   = System.Windows.Forms.FormStartPosition.CenterParent;
     FormClosing    += new System.Windows.Forms.FormClosingEventHandler(RoomInfoFrm_FormClosing);
     ResumeLayout(false);
     PerformLayout();
 }
Beispiel #30
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
     button1      = new System.Windows.Forms.Button();
     label1       = new System.Windows.Forms.Label();
     label2       = new System.Windows.Forms.Label();
     button3      = new System.Windows.Forms.Button();
     button2      = new System.Windows.Forms.Button();
     button4      = new System.Windows.Forms.Button();
     notifyIcon1  = new System.Windows.Forms.NotifyIcon(components);
     label3       = new System.Windows.Forms.Label();
     progressBar1 = new System.Windows.Forms.ProgressBar();
     SuspendLayout();
     //
     // button1
     //
     button1.Font     = new System.Drawing.Font("Microsoft Sans Serif", 10.2F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     button1.Location = new System.Drawing.Point(12, 46);
     button1.Name     = "button1";
     button1.Size     = new System.Drawing.Size(200, 54);
     button1.TabIndex = 0;
     button1.Text     = "Backup Settings";
     button1.UseVisualStyleBackColor = true;
     button1.Click += new System.EventHandler(button1_Click);
     //
     // label1
     //
     label1.Location = new System.Drawing.Point(12, 191);
     label1.Name     = "label1";
     label1.Size     = new System.Drawing.Size(406, 81);
     label1.TabIndex = 2;
     label1.Text     = "Status: Waiting for queue";
     //
     // label2
     //
     label2.AutoSize = true;
     label2.Location = new System.Drawing.Point(12, 9);
     label2.Name     = "label2";
     label2.Size     = new System.Drawing.Size(162, 17);
     label2.TabIndex = 3;
     label2.Text     = "Last backup finished on ";
     //
     // button3
     //
     button3.Font     = new System.Drawing.Font("Microsoft Sans Serif", 10.2F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     button3.Location = new System.Drawing.Point(218, 46);
     button3.Name     = "button3";
     button3.Size     = new System.Drawing.Size(200, 54);
     button3.TabIndex = 4;
     button3.Text     = "Start Backup";
     button3.UseVisualStyleBackColor = true;
     button3.Click += new System.EventHandler(button3_Click);
     //
     // button2
     //
     button2.Font     = new System.Drawing.Font("Microsoft Sans Serif", 10.2F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     button2.Location = new System.Drawing.Point(218, 105);
     button2.Name     = "button2";
     button2.Size     = new System.Drawing.Size(200, 54);
     button2.TabIndex = 5;
     button2.Text     = "Browse Backups";
     button2.UseVisualStyleBackColor = true;
     button2.Click += new System.EventHandler(button2_Click);
     //
     // button4
     //
     button4.Font     = new System.Drawing.Font("Microsoft Sans Serif", 10.2F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     button4.Location = new System.Drawing.Point(12, 105);
     button4.Name     = "button4";
     button4.Size     = new System.Drawing.Size(200, 54);
     button4.TabIndex = 6;
     button4.Text     = "Schedule Settings";
     button4.UseVisualStyleBackColor = true;
     button4.Click += new System.EventHandler(button4_Click);
     //
     // notifyIcon1
     //
     notifyIcon1.Text              = "notifyIcon1";
     notifyIcon1.Visible           = true;
     notifyIcon1.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(notifyIcon1_MouseDoubleClick);
     //
     // label3
     //
     label3.AutoSize = true;
     label3.Location = new System.Drawing.Point(12, 26);
     label3.Name     = "label3";
     label3.Size     = new System.Drawing.Size(159, 17);
     label3.TabIndex = 7;
     label3.Text     = "Next backup will start in ";
     //
     // progressBar1
     //
     progressBar1.Location = new System.Drawing.Point(12, 165);
     progressBar1.Name     = "progressBar1";
     progressBar1.Size     = new System.Drawing.Size(406, 23);
     progressBar1.TabIndex = 8;
     progressBar1.Visible  = false;
     //
     // Form1
     //
     AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
     AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     ClientSize          = new System.Drawing.Size(430, 282);
     Controls.Add(progressBar1);
     Controls.Add(label3);
     Controls.Add(button4);
     Controls.Add(button2);
     Controls.Add(button3);
     Controls.Add(label2);
     Controls.Add(label1);
     Controls.Add(button1);
     FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     Icon            = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     MaximizeBox     = false;
     Name            = "Form1";
     StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     Text            = "RootBackup";
     FormClosing    += new System.Windows.Forms.FormClosingEventHandler(Form1_FormClosing);
     FormClosed     += new System.Windows.Forms.FormClosedEventHandler(Form1_FormClosed);
     Load           += new System.EventHandler(Form1_Load);
     ResumeLayout(false);
     PerformLayout();
 }
Beispiel #31
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     components                              = new System.ComponentModel.Container();
     _MenuStripMain                          = new System.Windows.Forms.MenuStrip();
     _StatusStripMain                        = new System.Windows.Forms.StatusStrip();
     _SplitContainerMain                     = new System.Windows.Forms.SplitContainer();
     _DataGridViewDevicesList                = new System.Windows.Forms.DataGridView();
     _ContextMenuStripDevicesList            = new System.Windows.Forms.ContextMenuStrip(components);
     _ToolStripMenuItemAddDevice             = new System.Windows.Forms.ToolStripMenuItem();
     _ToolStripMenuItemRemoveDevice          = new System.Windows.Forms.ToolStripMenuItem();
     _TabControlDevice                       = new System.Windows.Forms.TabControl();
     _TabPageHoldingRegisters                = new System.Windows.Forms.TabPage();
     _DataGridViewHoldingRegisters           = new System.Windows.Forms.DataGridView();
     _ContextMenuStripHoldingRegisters       = new System.Windows.Forms.ContextMenuStrip(components);
     _ToolStripMenuItemAddHoldingRegister    = new System.Windows.Forms.ToolStripMenuItem();
     _ToolStripMenuItemRemoveHoldingRegister = new System.Windows.Forms.ToolStripMenuItem();
     _TabPageInputRegisters                  = new System.Windows.Forms.TabPage();
     _DataGridViewInputRegisters             = new System.Windows.Forms.DataGridView();
     _ContextMenuStripInputRegisters         = new System.Windows.Forms.ContextMenuStrip(components);
     _ToolStripMenuItemAddInputRegister      = new System.Windows.Forms.ToolStripMenuItem();
     _ToolStripMenuItemRemoveInputRegister   = new System.Windows.Forms.ToolStripMenuItem();
     _TabPageCoils                           = new System.Windows.Forms.TabPage();
     _DataGridViewCoils                      = new System.Windows.Forms.DataGridView();
     _ContextMenuStripCoils                  = new System.Windows.Forms.ContextMenuStrip(components);
     _ToolStripMenuItemAddCoil               = new System.Windows.Forms.ToolStripMenuItem();
     _ToolStripMenuItemRemoveCoil            = new System.Windows.Forms.ToolStripMenuItem();
     _TabPageDiscretesInputs                 = new System.Windows.Forms.TabPage();
     _DataGridViewDiscretesInputs            = new System.Windows.Forms.DataGridView();
     _ContextMenuStripDiscretesInputs        = new System.Windows.Forms.ContextMenuStrip(components);
     _ToolStripMenuItemAddDiscreteInput      = new System.Windows.Forms.ToolStripMenuItem();
     _ToolStripMenuItemRemoveDiscreteInput   = new System.Windows.Forms.ToolStripMenuItem();
     _TabPageFiles                           = new System.Windows.Forms.TabPage();
     _SplitContainerFiles                    = new System.Windows.Forms.SplitContainer();
     _DataGridViewFiles                      = new System.Windows.Forms.DataGridView();
     _ContextMenuStripFiles                  = new System.Windows.Forms.ContextMenuStrip(components);
     _ToolStripMenuItemAddFile               = new System.Windows.Forms.ToolStripMenuItem();
     _ToolStripMenuItemRemoveFile            = new System.Windows.Forms.ToolStripMenuItem();
     _DataGridViewRecords                    = new System.Windows.Forms.DataGridView();
     _ContextMenuStripRecords                = new System.Windows.Forms.ContextMenuStrip(components);
     _ToolStripMenuItemAddRecord             = new System.Windows.Forms.ToolStripMenuItem();
     _ToolStripMenuItemRemoveRecord          = new System.Windows.Forms.ToolStripMenuItem();
     _SplitContainerMain.Panel1.SuspendLayout();
     _SplitContainerMain.Panel2.SuspendLayout();
     _SplitContainerMain.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(_DataGridViewDevicesList)).BeginInit();
     _ContextMenuStripDevicesList.SuspendLayout();
     _TabControlDevice.SuspendLayout();
     _TabPageHoldingRegisters.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(_DataGridViewHoldingRegisters)).BeginInit();
     _ContextMenuStripHoldingRegisters.SuspendLayout();
     _TabPageInputRegisters.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(_DataGridViewInputRegisters)).BeginInit();
     _ContextMenuStripInputRegisters.SuspendLayout();
     _TabPageCoils.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(_DataGridViewCoils)).BeginInit();
     _ContextMenuStripCoils.SuspendLayout();
     _TabPageDiscretesInputs.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(_DataGridViewDiscretesInputs)).BeginInit();
     _ContextMenuStripDiscretesInputs.SuspendLayout();
     _TabPageFiles.SuspendLayout();
     _SplitContainerFiles.Panel1.SuspendLayout();
     _SplitContainerFiles.Panel2.SuspendLayout();
     _SplitContainerFiles.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(_DataGridViewFiles)).BeginInit();
     _ContextMenuStripFiles.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(_DataGridViewRecords)).BeginInit();
     _ContextMenuStripRecords.SuspendLayout();
     SuspendLayout();
     //
     // _MenuStripMain
     //
     _MenuStripMain.Location = new System.Drawing.Point(0, 0);
     _MenuStripMain.Name     = "_MenuStripMain";
     _MenuStripMain.Size     = new System.Drawing.Size(880, 24);
     _MenuStripMain.TabIndex = 0;
     _MenuStripMain.Text     = "menuStrip1";
     //
     // _StatusStripMain
     //
     _StatusStripMain.Location = new System.Drawing.Point(0, 434);
     _StatusStripMain.Name     = "_StatusStripMain";
     _StatusStripMain.Size     = new System.Drawing.Size(880, 22);
     _StatusStripMain.TabIndex = 1;
     _StatusStripMain.Text     = "statusStrip1";
     //
     // _SplitContainerMain
     //
     _SplitContainerMain.Dock     = System.Windows.Forms.DockStyle.Fill;
     _SplitContainerMain.Location = new System.Drawing.Point(0, 24);
     _SplitContainerMain.Name     = "_SplitContainerMain";
     //
     // _SplitContainerMain.Panel1
     //
     _SplitContainerMain.Panel1.Controls.Add(_DataGridViewDevicesList);
     //
     // _SplitContainerMain.Panel2
     //
     _SplitContainerMain.Panel2.Controls.Add(_TabControlDevice);
     _SplitContainerMain.Size             = new System.Drawing.Size(880, 410);
     _SplitContainerMain.SplitterDistance = 292;
     _SplitContainerMain.TabIndex         = 3;
     //
     // _DataGridViewDevicesList
     //
     _DataGridViewDevicesList.AllowUserToAddRows          = false;
     _DataGridViewDevicesList.AllowUserToDeleteRows       = false;
     _DataGridViewDevicesList.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     _DataGridViewDevicesList.ContextMenuStrip            = _ContextMenuStripDevicesList;
     _DataGridViewDevicesList.Dock               = System.Windows.Forms.DockStyle.Fill;
     _DataGridViewDevicesList.Location           = new System.Drawing.Point(0, 0);
     _DataGridViewDevicesList.Name               = "_DataGridViewDevicesList";
     _DataGridViewDevicesList.RowTemplate.Height = 24;
     _DataGridViewDevicesList.Size               = new System.Drawing.Size(292, 410);
     _DataGridViewDevicesList.TabIndex           = 0;
     //
     // _ContextMenuStripDevicesList
     //
     _ContextMenuStripDevicesList.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         _ToolStripMenuItemAddDevice,
         _ToolStripMenuItemRemoveDevice
     });
     _ContextMenuStripDevicesList.Name = "_ContextMenuStripTreeViewNetwork";
     _ContextMenuStripDevicesList.Size = new System.Drawing.Size(146, 52);
     //
     // _ToolStripMenuItemAddDevice
     //
     _ToolStripMenuItemAddDevice.Name   = "_ToolStripMenuItemAddDevice";
     _ToolStripMenuItemAddDevice.Size   = new System.Drawing.Size(145, 24);
     _ToolStripMenuItemAddDevice.Text   = "Добавить";
     _ToolStripMenuItemAddDevice.Click += new System.EventHandler(EventHandler_ToolStripMenuItemAddDevice_Click);
     //
     // _ToolStripMenuItemRemoveDevice
     //
     _ToolStripMenuItemRemoveDevice.Name   = "_ToolStripMenuItemRemoveDevice";
     _ToolStripMenuItemRemoveDevice.Size   = new System.Drawing.Size(145, 24);
     _ToolStripMenuItemRemoveDevice.Text   = "Удалить";
     _ToolStripMenuItemRemoveDevice.Click += new System.EventHandler(EventHandler_ToolStripMenuItemRemoveDevice_Click);
     //
     // _TabControlDevice
     //
     _TabControlDevice.Controls.Add(_TabPageHoldingRegisters);
     _TabControlDevice.Controls.Add(_TabPageInputRegisters);
     _TabControlDevice.Controls.Add(_TabPageCoils);
     _TabControlDevice.Controls.Add(_TabPageDiscretesInputs);
     _TabControlDevice.Controls.Add(_TabPageFiles);
     _TabControlDevice.Dock          = System.Windows.Forms.DockStyle.Fill;
     _TabControlDevice.Location      = new System.Drawing.Point(0, 0);
     _TabControlDevice.Name          = "_TabControlDevice";
     _TabControlDevice.SelectedIndex = 0;
     _TabControlDevice.Size          = new System.Drawing.Size(584, 410);
     _TabControlDevice.TabIndex      = 0;
     //
     // _TabPageHoldingRegisters
     //
     _TabPageHoldingRegisters.Controls.Add(_DataGridViewHoldingRegisters);
     _TabPageHoldingRegisters.Location = new System.Drawing.Point(4, 25);
     _TabPageHoldingRegisters.Name     = "_TabPageHoldingRegisters";
     _TabPageHoldingRegisters.Padding  = new System.Windows.Forms.Padding(3);
     _TabPageHoldingRegisters.Size     = new System.Drawing.Size(576, 381);
     _TabPageHoldingRegisters.TabIndex = 0;
     _TabPageHoldingRegisters.Text     = "Holding Registers";
     _TabPageHoldingRegisters.UseVisualStyleBackColor = true;
     //
     // _DataGridViewHoldingRegisters
     //
     _DataGridViewHoldingRegisters.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     _DataGridViewHoldingRegisters.ContextMenuStrip            = _ContextMenuStripHoldingRegisters;
     _DataGridViewHoldingRegisters.Dock               = System.Windows.Forms.DockStyle.Fill;
     _DataGridViewHoldingRegisters.Location           = new System.Drawing.Point(3, 3);
     _DataGridViewHoldingRegisters.MultiSelect        = false;
     _DataGridViewHoldingRegisters.Name               = "_DataGridViewHoldingRegisters";
     _DataGridViewHoldingRegisters.RowTemplate.Height = 24;
     _DataGridViewHoldingRegisters.Size               = new System.Drawing.Size(570, 375);
     _DataGridViewHoldingRegisters.TabIndex           = 0;
     //
     // _ContextMenuStripHoldingRegisters
     //
     _ContextMenuStripHoldingRegisters.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         _ToolStripMenuItemAddHoldingRegister,
         _ToolStripMenuItemRemoveHoldingRegister
     });
     _ContextMenuStripHoldingRegisters.Name = "_ContextMenuStripHoldingRegisters";
     _ContextMenuStripHoldingRegisters.Size = new System.Drawing.Size(204, 52);
     //
     // _ToolStripMenuItemAddHoldingRegister
     //
     _ToolStripMenuItemAddHoldingRegister.Name   = "_ToolStripMenuItemAddHoldingRegister";
     _ToolStripMenuItemAddHoldingRegister.Size   = new System.Drawing.Size(203, 24);
     _ToolStripMenuItemAddHoldingRegister.Text   = "Добавить регистр";
     _ToolStripMenuItemAddHoldingRegister.Click += new System.EventHandler(EventHandler_ToolStripMenuItemAddHoldingRegister_Click);
     //
     // _ToolStripMenuItemRemoveHoldingRegister
     //
     _ToolStripMenuItemRemoveHoldingRegister.Name   = "_ToolStripMenuItemRemoveHoldingRegister";
     _ToolStripMenuItemRemoveHoldingRegister.Size   = new System.Drawing.Size(203, 24);
     _ToolStripMenuItemRemoveHoldingRegister.Text   = "Удалить регистр";
     _ToolStripMenuItemRemoveHoldingRegister.Click += new System.EventHandler(EventHandler_ToolStripMenuItemRemoveHoldingRegister_Click);
     //
     // _TabPageInputRegisters
     //
     _TabPageInputRegisters.Controls.Add(_DataGridViewInputRegisters);
     _TabPageInputRegisters.Location = new System.Drawing.Point(4, 25);
     _TabPageInputRegisters.Name     = "_TabPageInputRegisters";
     _TabPageInputRegisters.Padding  = new System.Windows.Forms.Padding(3);
     _TabPageInputRegisters.Size     = new System.Drawing.Size(576, 381);
     _TabPageInputRegisters.TabIndex = 1;
     _TabPageInputRegisters.Text     = "Input Registers";
     _TabPageInputRegisters.UseVisualStyleBackColor = true;
     //
     // _DataGridViewInputRegisters
     //
     _DataGridViewInputRegisters.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     _DataGridViewInputRegisters.ContextMenuStrip            = _ContextMenuStripInputRegisters;
     _DataGridViewInputRegisters.Dock               = System.Windows.Forms.DockStyle.Fill;
     _DataGridViewInputRegisters.Location           = new System.Drawing.Point(3, 3);
     _DataGridViewInputRegisters.Name               = "_DataGridViewInputRegisters";
     _DataGridViewInputRegisters.RowTemplate.Height = 24;
     _DataGridViewInputRegisters.Size               = new System.Drawing.Size(570, 375);
     _DataGridViewInputRegisters.TabIndex           = 0;
     //
     // _ContextMenuStripInputRegisters
     //
     _ContextMenuStripInputRegisters.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         _ToolStripMenuItemAddInputRegister,
         _ToolStripMenuItemRemoveInputRegister
     });
     _ContextMenuStripInputRegisters.Name = "_ContextMenuStripInputRegisters";
     _ContextMenuStripInputRegisters.Size = new System.Drawing.Size(204, 52);
     //
     // _ToolStripMenuItemAddInputRegister
     //
     _ToolStripMenuItemAddInputRegister.Name   = "_ToolStripMenuItemAddInputRegister";
     _ToolStripMenuItemAddInputRegister.Size   = new System.Drawing.Size(203, 24);
     _ToolStripMenuItemAddInputRegister.Text   = "Добавить регистр";
     _ToolStripMenuItemAddInputRegister.Click += new System.EventHandler(EventHandler_ToolStripMenuItemAddInputRegister_Click);
     //
     // _ToolStripMenuItemRemoveInputRegister
     //
     _ToolStripMenuItemRemoveInputRegister.Name   = "_ToolStripMenuItemRemoveInputRegister";
     _ToolStripMenuItemRemoveInputRegister.Size   = new System.Drawing.Size(203, 24);
     _ToolStripMenuItemRemoveInputRegister.Text   = "Удалить регистр";
     _ToolStripMenuItemRemoveInputRegister.Click += new System.EventHandler(EventHandler_ToolStripMenuItemRemoveInputRegister_Click);
     //
     // _TabPageCoils
     //
     _TabPageCoils.Controls.Add(_DataGridViewCoils);
     _TabPageCoils.Location = new System.Drawing.Point(4, 25);
     _TabPageCoils.Name     = "_TabPageCoils";
     _TabPageCoils.Size     = new System.Drawing.Size(576, 381);
     _TabPageCoils.TabIndex = 2;
     _TabPageCoils.Text     = "Coils";
     _TabPageCoils.UseVisualStyleBackColor = true;
     //
     // _DataGridViewCoils
     //
     _DataGridViewCoils.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     _DataGridViewCoils.ContextMenuStrip            = _ContextMenuStripCoils;
     _DataGridViewCoils.Dock               = System.Windows.Forms.DockStyle.Fill;
     _DataGridViewCoils.Location           = new System.Drawing.Point(0, 0);
     _DataGridViewCoils.Name               = "_DataGridViewCoils";
     _DataGridViewCoils.RowTemplate.Height = 24;
     _DataGridViewCoils.Size               = new System.Drawing.Size(576, 381);
     _DataGridViewCoils.TabIndex           = 0;
     //
     // _ContextMenuStripCoils
     //
     _ContextMenuStripCoils.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         _ToolStripMenuItemAddCoil,
         _ToolStripMenuItemRemoveCoil
     });
     _ContextMenuStripCoils.Name = "_ContextMenuStripCoils";
     _ContextMenuStripCoils.Size = new System.Drawing.Size(278, 52);
     //
     // _ToolStripMenuItemAddCoil
     //
     _ToolStripMenuItemAddCoil.Name   = "_ToolStripMenuItemAddCoil";
     _ToolStripMenuItemAddCoil.Size   = new System.Drawing.Size(277, 24);
     _ToolStripMenuItemAddCoil.Text   = "Добавить дискр. вход/выход";
     _ToolStripMenuItemAddCoil.Click += new System.EventHandler(EventHandler_ToolStripMenuItemAddCoil_Click);
     //
     // _ToolStripMenuItemRemoveCoil
     //
     _ToolStripMenuItemRemoveCoil.Name   = "_ToolStripMenuItemRemoveCoil";
     _ToolStripMenuItemRemoveCoil.Size   = new System.Drawing.Size(277, 24);
     _ToolStripMenuItemRemoveCoil.Text   = "Удалить дискр. вход/выход";
     _ToolStripMenuItemRemoveCoil.Click += new System.EventHandler(EventHandler_ToolStripMenuItemRemoveCoil_Click);
     //
     // _TabPageDiscretesInputs
     //
     _TabPageDiscretesInputs.Controls.Add(_DataGridViewDiscretesInputs);
     _TabPageDiscretesInputs.Location = new System.Drawing.Point(4, 25);
     _TabPageDiscretesInputs.Name     = "_TabPageDiscretesInputs";
     _TabPageDiscretesInputs.Size     = new System.Drawing.Size(576, 381);
     _TabPageDiscretesInputs.TabIndex = 3;
     _TabPageDiscretesInputs.Text     = "Discretes Inputs";
     _TabPageDiscretesInputs.UseVisualStyleBackColor = true;
     //
     // _DataGridViewDiscretesInputs
     //
     _DataGridViewDiscretesInputs.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     _DataGridViewDiscretesInputs.ContextMenuStrip            = _ContextMenuStripDiscretesInputs;
     _DataGridViewDiscretesInputs.Dock               = System.Windows.Forms.DockStyle.Fill;
     _DataGridViewDiscretesInputs.Location           = new System.Drawing.Point(0, 0);
     _DataGridViewDiscretesInputs.Name               = "_DataGridViewDiscretesInputs";
     _DataGridViewDiscretesInputs.RowTemplate.Height = 24;
     _DataGridViewDiscretesInputs.Size               = new System.Drawing.Size(576, 381);
     _DataGridViewDiscretesInputs.TabIndex           = 0;
     //
     // _ContextMenuStripDiscretesInputs
     //
     _ContextMenuStripDiscretesInputs.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         _ToolStripMenuItemAddDiscreteInput,
         _ToolStripMenuItemRemoveDiscreteInput
     });
     _ContextMenuStripDiscretesInputs.Name = "_ContextMenuStripDiscretesInputs";
     _ContextMenuStripDiscretesInputs.Size = new System.Drawing.Size(269, 52);
     //
     // _ToolStripMenuItemAddDiscreteInput
     //
     _ToolStripMenuItemAddDiscreteInput.Name   = "_ToolStripMenuItemAddDiscreteInput";
     _ToolStripMenuItemAddDiscreteInput.Size   = new System.Drawing.Size(268, 24);
     _ToolStripMenuItemAddDiscreteInput.Text   = "Добавить дискретный вход";
     _ToolStripMenuItemAddDiscreteInput.Click += new System.EventHandler(EventHandler_ToolStripMenuItemAddDiscreteInput_Click);
     //
     // _ToolStripMenuItemRemoveDiscreteInput
     //
     _ToolStripMenuItemRemoveDiscreteInput.Name   = "_ToolStripMenuItemRemoveDiscreteInput";
     _ToolStripMenuItemRemoveDiscreteInput.Size   = new System.Drawing.Size(268, 24);
     _ToolStripMenuItemRemoveDiscreteInput.Text   = "Удалить дискретный вход";
     _ToolStripMenuItemRemoveDiscreteInput.Click += new System.EventHandler(EventHandler_ToolStripMenuItemRemoveDiscreteInput_Click);
     //
     // _TabPageFiles
     //
     _TabPageFiles.Controls.Add(_SplitContainerFiles);
     _TabPageFiles.Location = new System.Drawing.Point(4, 25);
     _TabPageFiles.Name     = "_TabPageFiles";
     _TabPageFiles.Size     = new System.Drawing.Size(576, 381);
     _TabPageFiles.TabIndex = 4;
     _TabPageFiles.Text     = "Files";
     _TabPageFiles.UseVisualStyleBackColor = true;
     //
     // _SplitContainerFiles
     //
     _SplitContainerFiles.Dock        = System.Windows.Forms.DockStyle.Fill;
     _SplitContainerFiles.Location    = new System.Drawing.Point(0, 0);
     _SplitContainerFiles.Name        = "_SplitContainerFiles";
     _SplitContainerFiles.Orientation = System.Windows.Forms.Orientation.Horizontal;
     //
     // _SplitContainerFiles.Panel1
     //
     _SplitContainerFiles.Panel1.Controls.Add(_DataGridViewFiles);
     //
     // _SplitContainerFiles.Panel2
     //
     _SplitContainerFiles.Panel2.Controls.Add(_DataGridViewRecords);
     _SplitContainerFiles.Size             = new System.Drawing.Size(576, 381);
     _SplitContainerFiles.SplitterDistance = 194;
     _SplitContainerFiles.TabIndex         = 0;
     //
     // _DataGridViewFiles
     //
     _DataGridViewFiles.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     _DataGridViewFiles.ContextMenuStrip            = _ContextMenuStripFiles;
     _DataGridViewFiles.Dock               = System.Windows.Forms.DockStyle.Fill;
     _DataGridViewFiles.Location           = new System.Drawing.Point(0, 0);
     _DataGridViewFiles.Name               = "_DataGridViewFiles";
     _DataGridViewFiles.RowTemplate.Height = 24;
     _DataGridViewFiles.Size               = new System.Drawing.Size(576, 194);
     _DataGridViewFiles.TabIndex           = 0;
     //
     // _ContextMenuStripFiles
     //
     _ContextMenuStripFiles.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         _ToolStripMenuItemAddFile,
         _ToolStripMenuItemRemoveFile
     });
     _ContextMenuStripFiles.Name = "_ContextMenuStripFiles";
     _ContextMenuStripFiles.Size = new System.Drawing.Size(185, 52);
     //
     // _ToolStripMenuItemAddFile
     //
     _ToolStripMenuItemAddFile.Name   = "_ToolStripMenuItemAddFile";
     _ToolStripMenuItemAddFile.Size   = new System.Drawing.Size(184, 24);
     _ToolStripMenuItemAddFile.Text   = "Добавить файл";
     _ToolStripMenuItemAddFile.Click += new System.EventHandler(EventHandler_ToolStripMenuItemAddFile_Click);
     //
     // _ToolStripMenuItemRemoveFile
     //
     _ToolStripMenuItemRemoveFile.Name   = "_ToolStripMenuItemRemoveFile";
     _ToolStripMenuItemRemoveFile.Size   = new System.Drawing.Size(184, 24);
     _ToolStripMenuItemRemoveFile.Text   = "Удалить файл";
     _ToolStripMenuItemRemoveFile.Click += new System.EventHandler(EventHandler_ToolStripMenuItemRemoveFile_Click);
     //
     // _DataGridViewRecords
     //
     _DataGridViewRecords.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     _DataGridViewRecords.ContextMenuStrip            = _ContextMenuStripRecords;
     _DataGridViewRecords.Dock               = System.Windows.Forms.DockStyle.Fill;
     _DataGridViewRecords.Location           = new System.Drawing.Point(0, 0);
     _DataGridViewRecords.Name               = "_DataGridViewRecords";
     _DataGridViewRecords.RowTemplate.Height = 24;
     _DataGridViewRecords.Size               = new System.Drawing.Size(576, 183);
     _DataGridViewRecords.TabIndex           = 0;
     //
     // _ContextMenuStripRecords
     //
     _ContextMenuStripRecords.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         _ToolStripMenuItemAddRecord,
         _ToolStripMenuItemRemoveRecord
     });
     _ContextMenuStripRecords.Name = "_ContextMenuStripRecords";
     _ContextMenuStripRecords.Size = new System.Drawing.Size(198, 52);
     //
     // _ToolStripMenuItemAddRecord
     //
     _ToolStripMenuItemAddRecord.Name   = "_ToolStripMenuItemAddRecord";
     _ToolStripMenuItemAddRecord.Size   = new System.Drawing.Size(197, 24);
     _ToolStripMenuItemAddRecord.Text   = "Добавить запись";
     _ToolStripMenuItemAddRecord.Click += new System.EventHandler(EventHandler_ToolStripMenuItemAddRecord_Click);
     //
     // _ToolStripMenuItemRemoveRecord
     //
     _ToolStripMenuItemRemoveRecord.Name   = "_ToolStripMenuItemRemoveRecord";
     _ToolStripMenuItemRemoveRecord.Size   = new System.Drawing.Size(197, 24);
     _ToolStripMenuItemRemoveRecord.Text   = "Удалить запись";
     _ToolStripMenuItemRemoveRecord.Click += new System.EventHandler(EventHandler_ToolStripMenuItemRemoveRecord_Click);
     //
     // FormEditNetworkController
     //
     AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
     AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     AutoSize            = true;
     ClientSize          = new System.Drawing.Size(880, 456);
     Controls.Add(_SplitContainerMain);
     Controls.Add(_StatusStripMain);
     Controls.Add(_MenuStripMain);
     MainMenuStrip = _MenuStripMain;
     MaximizeBox   = false;
     MinimizeBox   = false;
     Name          = "FormEditNetworkController";
     ShowIcon      = false;
     ShowInTaskbar = false;
     StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     Text          = "Редактор сети Modbus";
     Load         += new System.EventHandler(EventHandler_FormEditNetworkController_Load);
     FormClosed   += new System.Windows.Forms.FormClosedEventHandler(EventHandler_FormEditNetworkController_FormClosed);
     FormClosing  += new System.Windows.Forms.FormClosingEventHandler(EventHandler_FormEditNetworkController_FormClosing);
     _SplitContainerMain.Panel1.ResumeLayout(false);
     _SplitContainerMain.Panel2.ResumeLayout(false);
     _SplitContainerMain.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(_DataGridViewDevicesList)).EndInit();
     _ContextMenuStripDevicesList.ResumeLayout(false);
     _TabControlDevice.ResumeLayout(false);
     _TabPageHoldingRegisters.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(_DataGridViewHoldingRegisters)).EndInit();
     _ContextMenuStripHoldingRegisters.ResumeLayout(false);
     _TabPageInputRegisters.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(_DataGridViewInputRegisters)).EndInit();
     _ContextMenuStripInputRegisters.ResumeLayout(false);
     _TabPageCoils.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(_DataGridViewCoils)).EndInit();
     _ContextMenuStripCoils.ResumeLayout(false);
     _TabPageDiscretesInputs.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(_DataGridViewDiscretesInputs)).EndInit();
     _ContextMenuStripDiscretesInputs.ResumeLayout(false);
     _TabPageFiles.ResumeLayout(false);
     _SplitContainerFiles.Panel1.ResumeLayout(false);
     _SplitContainerFiles.Panel2.ResumeLayout(false);
     _SplitContainerFiles.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(_DataGridViewFiles)).EndInit();
     _ContextMenuStripFiles.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(_DataGridViewRecords)).EndInit();
     _ContextMenuStripRecords.ResumeLayout(false);
     ResumeLayout(false);
     PerformLayout();
 }