/// <summary>
 /// Требуемый метод для поддержки конструктора — не изменяйте
 /// содержимое этого метода с помощью редактора кода.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     this.timer1     = new System.Windows.Forms.Timer(this.components);
     this.timer2     = new System.Windows.Forms.Timer(this.components);
     this.SuspendLayout();
     //
     // timer1
     //
     this.timer1.Interval = 50;
     this.timer1.Tick    += new System.EventHandler(this.timer1_Tick);
     //
     // timer2
     //
     this.timer2.Interval = 10;
     this.timer2.Tick    += new System.EventHandler(this.timer2_Tick);
     //
     // Form1
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(1184, 1061);
     this.Name   = "Form1";
     this.Text   = "Form1";
     this.Paint += new System.Windows.Forms.PaintEventHandler(this.Form1_Paint);
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components             = new System.ComponentModel.Container();
     this.LogTextBox             = new System.Windows.Forms.TextBox();
     this.MainContextMenuStrip   = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.clearToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.MainContextMenuStrip.SuspendLayout();
     this.SuspendLayout();
     //
     // LogTextBox
     //
     this.LogTextBox.BackColor        = System.Drawing.SystemColors.Window;
     this.LogTextBox.ContextMenuStrip = this.MainContextMenuStrip;
     this.LogTextBox.Dock             = System.Windows.Forms.DockStyle.Fill;
     this.LogTextBox.Font             = new System.Drawing.Font("Consolas", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(161)));
     this.LogTextBox.Location         = new System.Drawing.Point(0, 0);
     this.LogTextBox.MaxLength        = 2147483647;
     this.LogTextBox.Multiline        = true;
     this.LogTextBox.Name             = "LogTextBox";
     this.LogTextBox.ReadOnly         = true;
     this.LogTextBox.ScrollBars       = System.Windows.Forms.ScrollBars.Vertical;
     this.LogTextBox.Size             = new System.Drawing.Size(353, 182);
     this.LogTextBox.TabIndex         = 0;
     this.LogTextBox.TextChanged     += new System.EventHandler(this.LogTextBox_TextChanged);
     //
     // MainContextMenuStrip
     //
     this.MainContextMenuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.clearToolStripMenuItem
     });
     this.MainContextMenuStrip.Name = "contextMenuStrip1";
     this.MainContextMenuStrip.Size = new System.Drawing.Size(153, 48);
     //
     // clearToolStripMenuItem
     //
     this.clearToolStripMenuItem.Name   = "clearToolStripMenuItem";
     this.clearToolStripMenuItem.Size   = new System.Drawing.Size(152, 22);
     this.clearToolStripMenuItem.Text   = "Clear";
     this.clearToolStripMenuItem.Click += new System.EventHandler(this.clearToolStripMenuItem_Click);
     //
     // LogViewerControl
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.LogTextBox);
     this.Name = "LogViewerControl";
     this.Size = new System.Drawing.Size(353, 182);
     this.MainContextMenuStrip.ResumeLayout(false);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Exemplo n.º 3
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new global::System.ComponentModel.Container();
     this.timer      = new global::System.Windows.Forms.Timer(this.components);
     this.SuspendLayout();
     //
     // timer
     //
     this.timer.Interval = 10;
     this.timer.Tick    += new global::System.EventHandler(this.timer_Tick);
     //
     // ClickedCircle
     //
     this.AutoScaleDimensions = new global::System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode       = global::System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new global::System.Drawing.Size(300, 300);
     this.Name  = "ClickedCircle";
     this.Text  = "ClickedCircle";
     this.Load += new global::System.EventHandler(this.ClickedCircle_Load);
     this.ResumeLayout(false);
 }
Exemplo n.º 4
0
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            this.components = new global::System.ComponentModel.Container();
            this.timer = new global::System.Windows.Forms.Timer(this.components);
            this.SuspendLayout();
            // 
            // timer
            // 
            this.timer.Interval = 10;
            this.timer.Tick += new global::System.EventHandler(this.timer_Tick);
            // 
            // ClickedCircle
            // 
            this.AutoScaleDimensions = new global::System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = global::System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new global::System.Drawing.Size(300, 300);
            this.Name = "ClickedCircle";
            this.Text = "ClickedCircle";
            this.Load += new global::System.EventHandler(this.ClickedCircle_Load);
            this.ResumeLayout(false);

        }
Exemplo n.º 5
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new global::System.ComponentModel.Container();
     global::System.ComponentModel.ComponentResourceManager resources = new global::System.ComponentModel.ComponentResourceManager(typeof(FilterTab));
     this.label3                 = new global::System.Windows.Forms.Label();
     this.chkListBoxAss          = new global::System.Windows.Forms.CheckedListBox();
     this.label2                 = new global::System.Windows.Forms.Label();
     this.chkListBoxType         = new global::System.Windows.Forms.CheckedListBox();
     this.label1                 = new global::System.Windows.Forms.Label();
     this.chkListBoxComp         = new global::System.Windows.Forms.CheckedListBox();
     this.label4                 = new global::System.Windows.Forms.Label();
     this.tabPropertyCtr         = new global::System.Windows.Forms.TabControl();
     this.tabCommon              = new global::System.Windows.Forms.TabPage();
     this.tabZone                = new global::System.Windows.Forms.TabPage();
     this.tabType                = new global::System.Windows.Forms.TabPage();
     this.tabSpace               = new global::System.Windows.Forms.TabPage();
     this.tabFloor               = new global::System.Windows.Forms.TabPage();
     this.tabFacility            = new global::System.Windows.Forms.TabPage();
     this.tabSpare               = new global::System.Windows.Forms.TabPage();
     this.tabComponent           = new global::System.Windows.Forms.TabPage();
     this.label5                 = new global::System.Windows.Forms.Label();
     this.btnSetDefaults         = new global::System.Windows.Forms.Button();
     this.menuClick              = new global::System.Windows.Forms.ContextMenuStrip(this.components);
     this.clearToolStripMenuItem = new global::System.Windows.Forms.ToolStripMenuItem();
     this.fuillToolStripMenuItem = new global::System.Windows.Forms.ToolStripMenuItem();
     this.pSetFiltersCommon      = new PropertySetFilters();
     this.pSetFiltersZone        = new PropertySetFilters();
     this.pSetFiltersType        = new PropertySetFilters();
     this.pSetFiltersSpace       = new PropertySetFilters();
     this.pSetFiltersFloor       = new PropertySetFilters();
     this.pSetFiltersFacility    = new PropertySetFilters();
     this.pSetFiltersSpare       = new PropertySetFilters();
     this.pSetFiltersComponent   = new PropertySetFilters();
     this.listViewDefinedTypes   = new EditableList();
     this.tabPropertyCtr.SuspendLayout();
     this.tabCommon.SuspendLayout();
     this.tabZone.SuspendLayout();
     this.tabType.SuspendLayout();
     this.tabSpace.SuspendLayout();
     this.tabFloor.SuspendLayout();
     this.tabFacility.SuspendLayout();
     this.tabSpare.SuspendLayout();
     this.tabComponent.SuspendLayout();
     this.menuClick.SuspendLayout();
     this.SuspendLayout();
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Font     = new global::System.Drawing.Font("Microsoft Sans Serif", 8.25F, global::System.Drawing.FontStyle.Bold, global::System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label3.Location = new global::System.Drawing.Point(543, 6);
     this.label3.Name     = "label3";
     this.label3.Size     = new global::System.Drawing.Size(96, 13);
     this.label3.TabIndex = 13;
     this.label3.Text     = "Assembly Sheet";
     //
     // chkListBoxAss
     //
     this.chkListBoxAss.CheckOnClick      = true;
     this.chkListBoxAss.ContextMenuStrip  = this.menuClick;
     this.chkListBoxAss.FormattingEnabled = true;
     this.chkListBoxAss.Location          = new global::System.Drawing.Point(546, 22);
     this.chkListBoxAss.Name     = "chkListBoxAss";
     this.chkListBoxAss.Size     = new global::System.Drawing.Size(259, 229);
     this.chkListBoxAss.Sorted   = true;
     this.chkListBoxAss.TabIndex = 12;
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Font     = new global::System.Drawing.Font("Microsoft Sans Serif", 8.25F, global::System.Drawing.FontStyle.Bold, global::System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label2.Location = new global::System.Drawing.Point(273, 6);
     this.label2.Name     = "label2";
     this.label2.Size     = new global::System.Drawing.Size(72, 13);
     this.label2.TabIndex = 11;
     this.label2.Text     = "Type Sheet";
     //
     // chkListBoxType
     //
     this.chkListBoxType.ContextMenuStrip  = this.menuClick;
     this.chkListBoxType.FormattingEnabled = true;
     this.chkListBoxType.Location          = new global::System.Drawing.Point(276, 22);
     this.chkListBoxType.Name                  = "chkListBoxType";
     this.chkListBoxType.Size                  = new global::System.Drawing.Size(259, 139);
     this.chkListBoxType.Sorted                = true;
     this.chkListBoxType.TabIndex              = 10;
     this.chkListBoxType.SelectedIndexChanged += new global::System.EventHandler(this.chkListBoxType_SelectedIndexChanged);
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Font     = new global::System.Drawing.Font("Microsoft Sans Serif", 8.25F, global::System.Drawing.FontStyle.Bold, global::System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label1.Location = new global::System.Drawing.Point(8, 6);
     this.label1.Name     = "label1";
     this.label1.Size     = new global::System.Drawing.Size(107, 13);
     this.label1.TabIndex = 9;
     this.label1.Text     = "Component Sheet";
     //
     // chkListBoxComp
     //
     this.chkListBoxComp.CheckOnClick      = true;
     this.chkListBoxComp.ContextMenuStrip  = this.menuClick;
     this.chkListBoxComp.FormattingEnabled = true;
     this.chkListBoxComp.Location          = new global::System.Drawing.Point(8, 22);
     this.chkListBoxComp.Name     = "chkListBoxComp";
     this.chkListBoxComp.Size     = new global::System.Drawing.Size(259, 229);
     this.chkListBoxComp.Sorted   = true;
     this.chkListBoxComp.TabIndex = 8;
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Font     = new global::System.Drawing.Font("Microsoft Sans Serif", 8.25F, global::System.Drawing.FontStyle.Bold, global::System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label4.Location = new global::System.Drawing.Point(273, 164);
     this.label4.Name     = "label4";
     this.label4.Size     = new global::System.Drawing.Size(89, 13);
     this.label4.TabIndex = 15;
     this.label4.Text     = "Defined Types";
     //
     // tabPropertyCtr
     //
     this.tabPropertyCtr.Controls.Add(this.tabCommon);
     this.tabPropertyCtr.Controls.Add(this.tabZone);
     this.tabPropertyCtr.Controls.Add(this.tabType);
     this.tabPropertyCtr.Controls.Add(this.tabSpace);
     this.tabPropertyCtr.Controls.Add(this.tabFloor);
     this.tabPropertyCtr.Controls.Add(this.tabFacility);
     this.tabPropertyCtr.Controls.Add(this.tabSpare);
     this.tabPropertyCtr.Controls.Add(this.tabComponent);
     this.tabPropertyCtr.Location      = new global::System.Drawing.Point(8, 287);
     this.tabPropertyCtr.Name          = "tabPropertyCtr";
     this.tabPropertyCtr.SelectedIndex = 0;
     this.tabPropertyCtr.Size          = new global::System.Drawing.Size(801, 241);
     this.tabPropertyCtr.TabIndex      = 17;
     //
     // tabCommon
     //
     this.tabCommon.Controls.Add(this.pSetFiltersCommon);
     this.tabCommon.Location = new global::System.Drawing.Point(4, 22);
     this.tabCommon.Name     = "tabCommon";
     this.tabCommon.Padding  = new global::System.Windows.Forms.Padding(3);
     this.tabCommon.Size     = new global::System.Drawing.Size(793, 215);
     this.tabCommon.TabIndex = 0;
     this.tabCommon.Text     = "Common";
     this.tabCommon.UseVisualStyleBackColor = true;
     //
     // tabZone
     //
     this.tabZone.Controls.Add(this.pSetFiltersZone);
     this.tabZone.Location = new global::System.Drawing.Point(4, 22);
     this.tabZone.Name     = "tabZone";
     this.tabZone.Padding  = new global::System.Windows.Forms.Padding(3);
     this.tabZone.Size     = new global::System.Drawing.Size(793, 215);
     this.tabZone.TabIndex = 1;
     this.tabZone.Text     = "Zone";
     this.tabZone.UseVisualStyleBackColor = true;
     //
     // tabType
     //
     this.tabType.Controls.Add(this.pSetFiltersType);
     this.tabType.Location = new global::System.Drawing.Point(4, 22);
     this.tabType.Name     = "tabType";
     this.tabType.Size     = new global::System.Drawing.Size(793, 215);
     this.tabType.TabIndex = 2;
     this.tabType.Text     = "Type";
     this.tabType.UseVisualStyleBackColor = true;
     //
     // tabSpace
     //
     this.tabSpace.Controls.Add(this.pSetFiltersSpace);
     this.tabSpace.Location = new global::System.Drawing.Point(4, 22);
     this.tabSpace.Name     = "tabSpace";
     this.tabSpace.Size     = new global::System.Drawing.Size(793, 215);
     this.tabSpace.TabIndex = 3;
     this.tabSpace.Text     = "Space";
     this.tabSpace.UseVisualStyleBackColor = true;
     //
     // tabFloor
     //
     this.tabFloor.Controls.Add(this.pSetFiltersFloor);
     this.tabFloor.Location = new global::System.Drawing.Point(4, 22);
     this.tabFloor.Name     = "tabFloor";
     this.tabFloor.Size     = new global::System.Drawing.Size(793, 215);
     this.tabFloor.TabIndex = 4;
     this.tabFloor.Text     = "Floor";
     this.tabFloor.UseVisualStyleBackColor = true;
     //
     // tabFacility
     //
     this.tabFacility.Controls.Add(this.pSetFiltersFacility);
     this.tabFacility.Location = new global::System.Drawing.Point(4, 22);
     this.tabFacility.Name     = "tabFacility";
     this.tabFacility.Size     = new global::System.Drawing.Size(793, 215);
     this.tabFacility.TabIndex = 5;
     this.tabFacility.Text     = "Facility";
     this.tabFacility.UseVisualStyleBackColor = true;
     //
     // tabSpare
     //
     this.tabSpare.Controls.Add(this.pSetFiltersSpare);
     this.tabSpare.Location = new global::System.Drawing.Point(4, 22);
     this.tabSpare.Name     = "tabSpare";
     this.tabSpare.Size     = new global::System.Drawing.Size(793, 215);
     this.tabSpare.TabIndex = 6;
     this.tabSpare.Text     = "Spare";
     this.tabSpare.UseVisualStyleBackColor = true;
     //
     // tabComponent
     //
     this.tabComponent.Controls.Add(this.pSetFiltersComponent);
     this.tabComponent.Location = new global::System.Drawing.Point(4, 22);
     this.tabComponent.Name     = "tabComponent";
     this.tabComponent.Size     = new global::System.Drawing.Size(793, 215);
     this.tabComponent.TabIndex = 7;
     this.tabComponent.Text     = "Component";
     this.tabComponent.UseVisualStyleBackColor = true;
     //
     // label5
     //
     this.label5.AutoSize = true;
     this.label5.Font     = new global::System.Drawing.Font("Microsoft Sans Serif", 8.25F, global::System.Drawing.FontStyle.Bold, global::System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label5.Location = new global::System.Drawing.Point(8, 271);
     this.label5.Name     = "label5";
     this.label5.Size     = new global::System.Drawing.Size(109, 13);
     this.label5.TabIndex = 18;
     this.label5.Text     = "Property Excludes";
     //
     // btnSetDefaults
     //
     this.btnSetDefaults.Location = new global::System.Drawing.Point(727, 266);
     this.btnSetDefaults.Name     = "btnSetDefaults";
     this.btnSetDefaults.Size     = new global::System.Drawing.Size(75, 23);
     this.btnSetDefaults.TabIndex = 1;
     this.btnSetDefaults.Text     = "Set Defaults";
     this.btnSetDefaults.UseVisualStyleBackColor = true;
     this.btnSetDefaults.Click += new global::System.EventHandler(this.btnSetDefaults_Click);
     //
     // menuClick
     //
     this.menuClick.Items.AddRange(new global::System.Windows.Forms.ToolStripItem[] {
         this.clearToolStripMenuItem,
         this.fuillToolStripMenuItem
     });
     this.menuClick.Name = "menuClick";
     this.menuClick.Size = new global::System.Drawing.Size(153, 70);
     //
     // clearToolStripMenuItem
     //
     this.clearToolStripMenuItem.Name   = "clearToolStripMenuItem";
     this.clearToolStripMenuItem.Size   = new global::System.Drawing.Size(118, 22);
     this.clearToolStripMenuItem.Text   = "Clear All";
     this.clearToolStripMenuItem.Click += new global::System.EventHandler(this.clearToolStripMenuItem_Click);
     //
     // fuillToolStripMenuItem
     //
     this.fuillToolStripMenuItem.Name   = "fuillToolStripMenuItem";
     this.fuillToolStripMenuItem.Size   = new global::System.Drawing.Size(152, 22);
     this.fuillToolStripMenuItem.Text   = "Tick All";
     this.fuillToolStripMenuItem.Click += new global::System.EventHandler(this.fuillToolStripMenuItem_Click);
     //
     // pSetFiltersCommon
     //
     this.pSetFiltersCommon.Location = new global::System.Drawing.Point(4, 4);
     this.pSetFiltersCommon.Name     = "pSetFiltersCommon";
     this.pSetFiltersCommon.Size     = new global::System.Drawing.Size(786, 209);
     this.pSetFiltersCommon.TabIndex = 0;
     //
     // pSetFiltersZone
     //
     this.pSetFiltersZone.Location = new global::System.Drawing.Point(4, 4);
     this.pSetFiltersZone.Name     = "pSetFiltersZone";
     this.pSetFiltersZone.Size     = new global::System.Drawing.Size(786, 208);
     this.pSetFiltersZone.TabIndex = 0;
     //
     // pSetFiltersType
     //
     this.pSetFiltersType.Location = new global::System.Drawing.Point(4, 4);
     this.pSetFiltersType.Name     = "pSetFiltersType";
     this.pSetFiltersType.Size     = new global::System.Drawing.Size(786, 208);
     this.pSetFiltersType.TabIndex = 0;
     //
     // pSetFiltersSpace
     //
     this.pSetFiltersSpace.Location = new global::System.Drawing.Point(4, 4);
     this.pSetFiltersSpace.Name     = "pSetFiltersSpace";
     this.pSetFiltersSpace.Size     = new global::System.Drawing.Size(786, 208);
     this.pSetFiltersSpace.TabIndex = 0;
     //
     // pSetFiltersFloor
     //
     this.pSetFiltersFloor.Location = new global::System.Drawing.Point(4, 4);
     this.pSetFiltersFloor.Name     = "pSetFiltersFloor";
     this.pSetFiltersFloor.Size     = new global::System.Drawing.Size(786, 208);
     this.pSetFiltersFloor.TabIndex = 0;
     //
     // pSetFiltersFacility
     //
     this.pSetFiltersFacility.Location = new global::System.Drawing.Point(4, 4);
     this.pSetFiltersFacility.Name     = "pSetFiltersFacility";
     this.pSetFiltersFacility.Size     = new global::System.Drawing.Size(786, 208);
     this.pSetFiltersFacility.TabIndex = 0;
     //
     // pSetFiltersSpare
     //
     this.pSetFiltersSpare.Location = new global::System.Drawing.Point(4, 4);
     this.pSetFiltersSpare.Name     = "pSetFiltersSpare";
     this.pSetFiltersSpare.Size     = new global::System.Drawing.Size(786, 208);
     this.pSetFiltersSpare.TabIndex = 0;
     //
     // pSetFiltersComponent
     //
     this.pSetFiltersComponent.Location = new global::System.Drawing.Point(4, 4);
     this.pSetFiltersComponent.Name     = "pSetFiltersComponent";
     this.pSetFiltersComponent.Size     = new global::System.Drawing.Size(786, 208);
     this.pSetFiltersComponent.TabIndex = 0;
     //
     // listViewDefinedTypes
     //
     this.listViewDefinedTypes.AllUpper = true;
     this.listViewDefinedTypes.Items    = ((global::System.Collections.Generic.List <string>)(resources.GetObject("listViewDefinedTypes.Items")));
     this.listViewDefinedTypes.Key      = null;
     this.listViewDefinedTypes.Location = new global::System.Drawing.Point(276, 185);
     this.listViewDefinedTypes.Name     = "listViewDefinedTypes";
     this.listViewDefinedTypes.Size     = new global::System.Drawing.Size(259, 66);
     this.listViewDefinedTypes.TabIndex = 16;
     //
     // FilterTab
     //
     this.AutoScaleDimensions = new global::System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = global::System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.btnSetDefaults);
     this.Controls.Add(this.label5);
     this.Controls.Add(this.tabPropertyCtr);
     this.Controls.Add(this.listViewDefinedTypes);
     this.Controls.Add(this.label4);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.chkListBoxAss);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.chkListBoxType);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.chkListBoxComp);
     this.Name = "FilterTab";
     this.Size = new global::System.Drawing.Size(827, 528);
     this.tabPropertyCtr.ResumeLayout(false);
     this.tabCommon.ResumeLayout(false);
     this.tabZone.ResumeLayout(false);
     this.tabType.ResumeLayout(false);
     this.tabSpace.ResumeLayout(false);
     this.tabFloor.ResumeLayout(false);
     this.tabFacility.ResumeLayout(false);
     this.tabSpare.ResumeLayout(false);
     this.tabComponent.ResumeLayout(false);
     this.menuClick.ResumeLayout(false);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Exemplo n.º 6
0
        // Token: 0x0600026E RID: 622 RVA: 0x0000D1FB File Offset: 0x0000B3FB
        public ContextStyleMenuStrip(global::System.ComponentModel.IContainer container)
        {
            container.Add(this);

            InitializeComponent();
        }
Exemplo n.º 7
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components               = new System.ComponentModel.Container();
     this.statusStrip1             = new System.Windows.Forms.StatusStrip();
     this.ModeText                 = new System.Windows.Forms.ToolStripStatusLabel();
     this.lastKeyPressed           = new System.Windows.Forms.ToolStripStatusLabel();
     this.timerStatus              = new System.Windows.Forms.ToolStripStatusLabel();
     this.menuStrip1               = new System.Windows.Forms.MenuStrip();
     this.fileToolStripMenuItem    = new System.Windows.Forms.ToolStripMenuItem();
     this.exitToolStripMenuItem    = new System.Windows.Forms.ToolStripMenuItem();
     this.windowsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.cPUToolStripMenuItem     = new System.Windows.Forms.ToolStripMenuItem();
     this.memoryToolStripMenuItem  = new System.Windows.Forms.ToolStripMenuItem();
     this.resetToolStripMenuItem   = new System.Windows.Forms.ToolStripMenuItem();
     this.resetToolStripMenuItem1  = new System.Windows.Forms.ToolStripMenuItem();
     this.debugToolStripMenuItem   = new System.Windows.Forms.ToolStripMenuItem();
     this.executeTimer             = new System.Windows.Forms.Timer(this.components);
     this.performanceTimer         = new System.Windows.Forms.Timer(this.components);
     this.panel1 = new System.Windows.Forms.Panel();
     this.panel2 = new System.Windows.Forms.Panel();
     this.panel3 = new System.Windows.Forms.Panel();
     this.panel4 = new System.Windows.Forms.Panel();
     this.gpu    = new Nu256.Display.Gpu();
     this.statusStrip1.SuspendLayout();
     this.menuStrip1.SuspendLayout();
     this.SuspendLayout();
     //
     // statusStrip1
     //
     this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.ModeText,
         this.lastKeyPressed,
         this.timerStatus
     });
     this.statusStrip1.Location = new System.Drawing.Point(0, 1139);
     this.statusStrip1.Name     = "statusStrip1";
     this.statusStrip1.Size     = new System.Drawing.Size(1184, 22);
     this.statusStrip1.TabIndex = 1;
     this.statusStrip1.Text     = "statusStrip1";
     //
     // ModeText
     //
     this.ModeText.Name = "ModeText";
     this.ModeText.Size = new System.Drawing.Size(64, 17);
     this.ModeText.Text = "Immediate";
     //
     // lastKeyPressed
     //
     this.lastKeyPressed.Name = "lastKeyPressed";
     this.lastKeyPressed.Size = new System.Drawing.Size(25, 17);
     this.lastKeyPressed.Text = "$00";
     //
     // timerStatus
     //
     this.timerStatus.Name = "timerStatus";
     this.timerStatus.Size = new System.Drawing.Size(34, 17);
     this.timerStatus.Text = "0 cps";
     //
     // menuStrip1
     //
     this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.fileToolStripMenuItem,
         this.windowsToolStripMenuItem,
         this.resetToolStripMenuItem
     });
     this.menuStrip1.Location = new System.Drawing.Point(0, 0);
     this.menuStrip1.Name     = "menuStrip1";
     this.menuStrip1.Size     = new System.Drawing.Size(1184, 24);
     this.menuStrip1.TabIndex = 2;
     this.menuStrip1.Text     = "menuStrip1";
     //
     // fileToolStripMenuItem
     //
     this.fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.exitToolStripMenuItem
     });
     this.fileToolStripMenuItem.Name = "fileToolStripMenuItem";
     this.fileToolStripMenuItem.Size = new System.Drawing.Size(37, 20);
     this.fileToolStripMenuItem.Text = "&File";
     //
     // exitToolStripMenuItem
     //
     this.exitToolStripMenuItem.Name   = "exitToolStripMenuItem";
     this.exitToolStripMenuItem.Size   = new System.Drawing.Size(92, 22);
     this.exitToolStripMenuItem.Text   = "Exit";
     this.exitToolStripMenuItem.Click += new System.EventHandler(this.exitToolStripMenuItem_Click);
     //
     // windowsToolStripMenuItem
     //
     this.windowsToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.cPUToolStripMenuItem,
         this.memoryToolStripMenuItem
     });
     this.windowsToolStripMenuItem.Name = "windowsToolStripMenuItem";
     this.windowsToolStripMenuItem.Size = new System.Drawing.Size(68, 20);
     this.windowsToolStripMenuItem.Text = "Windows";
     //
     // cPUToolStripMenuItem
     //
     this.cPUToolStripMenuItem.Name   = "cPUToolStripMenuItem";
     this.cPUToolStripMenuItem.Size   = new System.Drawing.Size(119, 22);
     this.cPUToolStripMenuItem.Text   = "CPU";
     this.cPUToolStripMenuItem.Click += new System.EventHandler(this.cPUToolStripMenuItem_Click);
     //
     // memoryToolStripMenuItem
     //
     this.memoryToolStripMenuItem.Name   = "memoryToolStripMenuItem";
     this.memoryToolStripMenuItem.Size   = new System.Drawing.Size(119, 22);
     this.memoryToolStripMenuItem.Text   = "Memory";
     this.memoryToolStripMenuItem.Click += new System.EventHandler(this.memoryToolStripMenuItem_Click);
     //
     // resetToolStripMenuItem
     //
     this.resetToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.resetToolStripMenuItem1,
         this.debugToolStripMenuItem
     });
     this.resetToolStripMenuItem.Name         = "resetToolStripMenuItem";
     this.resetToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)(((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Alt)
                                                                              | System.Windows.Forms.Keys.R)));
     this.resetToolStripMenuItem.Size = new System.Drawing.Size(47, 20);
     this.resetToolStripMenuItem.Text = "Reset";
     //
     // resetToolStripMenuItem1
     //
     this.resetToolStripMenuItem1.Name   = "resetToolStripMenuItem1";
     this.resetToolStripMenuItem1.Size   = new System.Drawing.Size(139, 22);
     this.resetToolStripMenuItem1.Text   = "Start/Restart";
     this.resetToolStripMenuItem1.Click += new System.EventHandler(this.resetToolStripMenuItem1_Click);
     //
     // debugToolStripMenuItem
     //
     this.debugToolStripMenuItem.Name   = "debugToolStripMenuItem";
     this.debugToolStripMenuItem.Size   = new System.Drawing.Size(139, 22);
     this.debugToolStripMenuItem.Text   = "Start/Debug";
     this.debugToolStripMenuItem.Click += new System.EventHandler(this.debugToolStripMenuItem_Click);
     //
     // executeTimer
     //
     this.executeTimer.Interval = 10;
     this.executeTimer.Tick    += new System.EventHandler(this.timer1_Tick);
     //
     // performanceTimer
     //
     this.performanceTimer.Enabled  = true;
     this.performanceTimer.Interval = 1000;
     this.performanceTimer.Tick    += new System.EventHandler(this.performanceTimer_Tick);
     //
     // panel1
     //
     this.panel1.BackColor = System.Drawing.Color.LightBlue;
     this.panel1.Dock      = System.Windows.Forms.DockStyle.Left;
     this.panel1.Location  = new System.Drawing.Point(0, 40);
     this.panel1.Name      = "panel1";
     this.panel1.Size      = new System.Drawing.Size(16, 1099);
     this.panel1.TabIndex  = 3;
     //
     // panel2
     //
     this.panel2.BackColor = System.Drawing.Color.LightBlue;
     this.panel2.Dock      = System.Windows.Forms.DockStyle.Right;
     this.panel2.Location  = new System.Drawing.Point(1168, 40);
     this.panel2.Name      = "panel2";
     this.panel2.Size      = new System.Drawing.Size(16, 1099);
     this.panel2.TabIndex  = 4;
     //
     // panel3
     //
     this.panel3.BackColor = System.Drawing.Color.LightBlue;
     this.panel3.Dock      = System.Windows.Forms.DockStyle.Bottom;
     this.panel3.Location  = new System.Drawing.Point(16, 1123);
     this.panel3.Name      = "panel3";
     this.panel3.Size      = new System.Drawing.Size(1152, 16);
     this.panel3.TabIndex  = 5;
     //
     // panel4
     //
     this.panel4.BackColor = System.Drawing.Color.LightBlue;
     this.panel4.Dock      = System.Windows.Forms.DockStyle.Top;
     this.panel4.Location  = new System.Drawing.Point(0, 24);
     this.panel4.Name      = "panel4";
     this.panel4.Size      = new System.Drawing.Size(1184, 16);
     this.panel4.TabIndex  = 6;
     //
     // gpu
     //
     this.gpu.BackColor      = System.Drawing.Color.Blue;
     this.gpu.COLS_PER_LINE  = 0;
     this.gpu.ColumnsVisible = 0;
     this.gpu.CursorPos      = 0;
     this.gpu.Dock           = System.Windows.Forms.DockStyle.Fill;
     this.gpu.Font           = new System.Drawing.Font("Consolas", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.gpu.ForeColor      = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
     this.gpu.LinesVisible   = 0;
     this.gpu.Location       = new System.Drawing.Point(16, 40);
     this.gpu.Margin         = new System.Windows.Forms.Padding(4);
     this.gpu.Name           = "gpu";
     this.gpu.Size           = new System.Drawing.Size(1152, 1083);
     this.gpu.TabIndex       = 0;
     this.gpu.X = 0;
     this.gpu.Y = 0;
     this.gpu.VisibleChanged += new System.EventHandler(this.gpu_VisibleChanged);
     //
     // MainWindow
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(1184, 1161);
     this.Controls.Add(this.gpu);
     this.Controls.Add(this.panel3);
     this.Controls.Add(this.panel2);
     this.Controls.Add(this.panel1);
     this.Controls.Add(this.panel4);
     this.Controls.Add(this.menuStrip1);
     this.Controls.Add(this.statusStrip1);
     this.KeyPreview    = true;
     this.Location      = new System.Drawing.Point(300, 300);
     this.MainMenuStrip = this.menuStrip1;
     this.Name          = "MainWindow";
     this.StartPosition = System.Windows.Forms.FormStartPosition.Manual;
     this.Text          = "Nu64 BASIC";
     this.FormClosing  += new System.Windows.Forms.FormClosingEventHandler(this.MainWindow_FormClosing);
     this.Load         += new System.EventHandler(this.BasicWindow_Load);
     this.KeyDown      += new System.Windows.Forms.KeyEventHandler(this.BasicWindow_KeyDown);
     this.KeyPress     += new System.Windows.Forms.KeyPressEventHandler(this.BasicWindow_KeyPress);
     this.KeyUp        += new System.Windows.Forms.KeyEventHandler(this.BasicWindow_KeyUp);
     this.statusStrip1.ResumeLayout(false);
     this.statusStrip1.PerformLayout();
     this.menuStrip1.ResumeLayout(false);
     this.menuStrip1.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <summary>
 /// Требуемый метод для поддержки конструктора — не изменяйте
 /// содержимое этого метода с помощью редактора кода.
 /// </summary>
 private void InitializeComponent()
 {
     this.components            = new System.ComponentModel.Container();
     this.menuStrip1            = new System.Windows.Forms.MenuStrip();
     this.fileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem1    = new System.Windows.Forms.ToolStripSeparator();
     this.toolStripMenuItem2    = new System.Windows.Forms.ToolStripSeparator();
     this.exitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.editToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.loadContentPackageToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator2                      = new System.Windows.Forms.ToolStripSeparator();
     this.applyAnimationToolStripMenuItem          = new System.Windows.Forms.ToolStripMenuItem();
     this.fromFileToolStripMenuItem1               = new System.Windows.Forms.ToolStripMenuItem();
     this.fromPackageToolStripMenuItem1            = new System.Windows.Forms.ToolStripMenuItem();
     this.applyTextureToolStripMenuItem            = new System.Windows.Forms.ToolStripMenuItem();
     this.fromFileToolStripMenuItem                = new System.Windows.Forms.ToolStripMenuItem();
     this.fromPackageToolStripMenuItem             = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator1                      = new System.Windows.Forms.ToolStripSeparator();
     this.setBoundingBoxToolStripMenuItem          = new System.Windows.Forms.ToolStripMenuItem();
     this.setTextureInterpolationToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.helpToolStripMenuItem                    = new System.Windows.Forms.ToolStripMenuItem();
     this.gitHubWikiToolStripMenuItem              = new System.Windows.Forms.ToolStripMenuItem();
     this.aboutToolStripMenuItem                   = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStrip1                      = new System.Windows.Forms.ToolStrip();
     this.splitContainer1                 = new System.Windows.Forms.SplitContainer();
     this.propertyGrid1                   = new System.Windows.Forms.PropertyGrid();
     this.redrawCaller                    = new System.Windows.Forms.Timer(this.components);
     this.scene                           = new craftersmine.GameEngine.System.EditorScene();
     this.toolStripSeparator3             = new System.Windows.Forms.ToolStripSeparator();
     this.toolStripSeparator4             = new System.Windows.Forms.ToolStripSeparator();
     this.toolStripSeparator5             = new System.Windows.Forms.ToolStripSeparator();
     this.toolStripButton1                = new System.Windows.Forms.ToolStripButton();
     this.toolStripButton2                = new System.Windows.Forms.ToolStripButton();
     this.toolStripButton3                = new System.Windows.Forms.ToolStripButton();
     this.toolStripButton4                = new System.Windows.Forms.ToolStripButton();
     this.toolStripButton5                = new System.Windows.Forms.ToolStripButton();
     this.toolStripButton6                = new System.Windows.Forms.ToolStripButton();
     this.toolStripButton7                = new System.Windows.Forms.ToolStripButton();
     this.newGameObjectToolStripMenuItem  = new System.Windows.Forms.ToolStripMenuItem();
     this.openGameObjectToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.saveGameObjectToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.exportToolStripMenuItem         = new System.Windows.Forms.ToolStripMenuItem();
     this.menuStrip1.SuspendLayout();
     this.toolStrip1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
     this.splitContainer1.Panel1.SuspendLayout();
     this.splitContainer1.Panel2.SuspendLayout();
     this.splitContainer1.SuspendLayout();
     this.SuspendLayout();
     //
     // menuStrip1
     //
     this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.fileToolStripMenuItem,
         this.editToolStripMenuItem,
         this.helpToolStripMenuItem
     });
     this.menuStrip1.Location = new System.Drawing.Point(0, 0);
     this.menuStrip1.Name     = "menuStrip1";
     this.menuStrip1.Size     = new System.Drawing.Size(751, 24);
     this.menuStrip1.TabIndex = 1;
     this.menuStrip1.Text     = "menuStrip1";
     //
     // fileToolStripMenuItem
     //
     this.fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.newGameObjectToolStripMenuItem,
         this.openGameObjectToolStripMenuItem,
         this.toolStripMenuItem1,
         this.saveGameObjectToolStripMenuItem,
         this.exportToolStripMenuItem,
         this.toolStripMenuItem2,
         this.exitToolStripMenuItem
     });
     this.fileToolStripMenuItem.Name = "fileToolStripMenuItem";
     this.fileToolStripMenuItem.Size = new System.Drawing.Size(37, 20);
     this.fileToolStripMenuItem.Text = "File";
     //
     // toolStripMenuItem1
     //
     this.toolStripMenuItem1.Name = "toolStripMenuItem1";
     this.toolStripMenuItem1.Size = new System.Drawing.Size(243, 6);
     //
     // toolStripMenuItem2
     //
     this.toolStripMenuItem2.Name = "toolStripMenuItem2";
     this.toolStripMenuItem2.Size = new System.Drawing.Size(243, 6);
     //
     // exitToolStripMenuItem
     //
     this.exitToolStripMenuItem.Name = "exitToolStripMenuItem";
     this.exitToolStripMenuItem.Size = new System.Drawing.Size(246, 22);
     this.exitToolStripMenuItem.Text = "Exit";
     //
     // editToolStripMenuItem
     //
     this.editToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.loadContentPackageToolStripMenuItem,
         this.toolStripSeparator2,
         this.applyAnimationToolStripMenuItem,
         this.applyTextureToolStripMenuItem,
         this.toolStripSeparator1,
         this.setBoundingBoxToolStripMenuItem,
         this.setTextureInterpolationToolStripMenuItem
     });
     this.editToolStripMenuItem.Name = "editToolStripMenuItem";
     this.editToolStripMenuItem.Size = new System.Drawing.Size(39, 20);
     this.editToolStripMenuItem.Text = "Edit";
     //
     // loadContentPackageToolStripMenuItem
     //
     this.loadContentPackageToolStripMenuItem.Image  = global::craftersmine.GE.Utilities.GameObjectEditor.Properties.Resources.loadpackage;
     this.loadContentPackageToolStripMenuItem.Name   = "loadContentPackageToolStripMenuItem";
     this.loadContentPackageToolStripMenuItem.Size   = new System.Drawing.Size(202, 22);
     this.loadContentPackageToolStripMenuItem.Text   = "Load Content Package";
     this.loadContentPackageToolStripMenuItem.Click += new System.EventHandler(this.loadContentPackageToolStripMenuItem_Click);
     //
     // toolStripSeparator2
     //
     this.toolStripSeparator2.Name = "toolStripSeparator2";
     this.toolStripSeparator2.Size = new System.Drawing.Size(199, 6);
     //
     // applyAnimationToolStripMenuItem
     //
     this.applyAnimationToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.fromFileToolStripMenuItem1,
         this.fromPackageToolStripMenuItem1
     });
     this.applyAnimationToolStripMenuItem.Image = global::craftersmine.GE.Utilities.GameObjectEditor.Properties.Resources.animation;
     this.applyAnimationToolStripMenuItem.Name  = "applyAnimationToolStripMenuItem";
     this.applyAnimationToolStripMenuItem.Size  = new System.Drawing.Size(202, 22);
     this.applyAnimationToolStripMenuItem.Text  = "Apply Animation";
     //
     // fromFileToolStripMenuItem1
     //
     this.fromFileToolStripMenuItem1.Name   = "fromFileToolStripMenuItem1";
     this.fromFileToolStripMenuItem1.Size   = new System.Drawing.Size(180, 22);
     this.fromFileToolStripMenuItem1.Text   = "From File";
     this.fromFileToolStripMenuItem1.Click += new System.EventHandler(this.fromFileToolStripMenuItem1_Click);
     //
     // fromPackageToolStripMenuItem1
     //
     this.fromPackageToolStripMenuItem1.Enabled = false;
     this.fromPackageToolStripMenuItem1.Name    = "fromPackageToolStripMenuItem1";
     this.fromPackageToolStripMenuItem1.Size    = new System.Drawing.Size(180, 22);
     this.fromPackageToolStripMenuItem1.Text    = "From Package";
     this.fromPackageToolStripMenuItem1.Click  += new System.EventHandler(this.fromPackageToolStripMenuItem1_Click);
     //
     // applyTextureToolStripMenuItem
     //
     this.applyTextureToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.fromFileToolStripMenuItem,
         this.fromPackageToolStripMenuItem
     });
     this.applyTextureToolStripMenuItem.Image = global::craftersmine.GE.Utilities.GameObjectEditor.Properties.Resources.texture;
     this.applyTextureToolStripMenuItem.Name  = "applyTextureToolStripMenuItem";
     this.applyTextureToolStripMenuItem.Size  = new System.Drawing.Size(202, 22);
     this.applyTextureToolStripMenuItem.Text  = "Apply Texture";
     //
     // fromFileToolStripMenuItem
     //
     this.fromFileToolStripMenuItem.Name   = "fromFileToolStripMenuItem";
     this.fromFileToolStripMenuItem.Size   = new System.Drawing.Size(180, 22);
     this.fromFileToolStripMenuItem.Text   = "From File";
     this.fromFileToolStripMenuItem.Click += new System.EventHandler(this.fromFileToolStripMenuItem_Click);
     //
     // fromPackageToolStripMenuItem
     //
     this.fromPackageToolStripMenuItem.Enabled = false;
     this.fromPackageToolStripMenuItem.Name    = "fromPackageToolStripMenuItem";
     this.fromPackageToolStripMenuItem.Size    = new System.Drawing.Size(180, 22);
     this.fromPackageToolStripMenuItem.Text    = "From Package";
     this.fromPackageToolStripMenuItem.Click  += new System.EventHandler(this.fromPackageToolStripMenuItem_Click);
     //
     // toolStripSeparator1
     //
     this.toolStripSeparator1.Name = "toolStripSeparator1";
     this.toolStripSeparator1.Size = new System.Drawing.Size(199, 6);
     //
     // setBoundingBoxToolStripMenuItem
     //
     this.setBoundingBoxToolStripMenuItem.Image  = global::craftersmine.GE.Utilities.GameObjectEditor.Properties.Resources.boundingbox;
     this.setBoundingBoxToolStripMenuItem.Name   = "setBoundingBoxToolStripMenuItem";
     this.setBoundingBoxToolStripMenuItem.Size   = new System.Drawing.Size(202, 22);
     this.setBoundingBoxToolStripMenuItem.Text   = "Set Bounding Box";
     this.setBoundingBoxToolStripMenuItem.Click += new System.EventHandler(this.setBoundingBoxToolStripMenuItem_Click);
     //
     // setTextureInterpolationToolStripMenuItem
     //
     this.setTextureInterpolationToolStripMenuItem.Name   = "setTextureInterpolationToolStripMenuItem";
     this.setTextureInterpolationToolStripMenuItem.Size   = new System.Drawing.Size(202, 22);
     this.setTextureInterpolationToolStripMenuItem.Text   = "Set Texture Interpolation";
     this.setTextureInterpolationToolStripMenuItem.Click += new System.EventHandler(this.setTextureInterpolationToolStripMenuItem_Click);
     //
     // helpToolStripMenuItem
     //
     this.helpToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.gitHubWikiToolStripMenuItem,
         this.aboutToolStripMenuItem
     });
     this.helpToolStripMenuItem.Name = "helpToolStripMenuItem";
     this.helpToolStripMenuItem.Size = new System.Drawing.Size(44, 20);
     this.helpToolStripMenuItem.Text = "Help";
     //
     // gitHubWikiToolStripMenuItem
     //
     this.gitHubWikiToolStripMenuItem.Image  = global::craftersmine.GE.Utilities.GameObjectEditor.Properties.Resources.gitwiki;
     this.gitHubWikiToolStripMenuItem.Name   = "gitHubWikiToolStripMenuItem";
     this.gitHubWikiToolStripMenuItem.Size   = new System.Drawing.Size(180, 22);
     this.gitHubWikiToolStripMenuItem.Text   = "GitHub Wiki";
     this.gitHubWikiToolStripMenuItem.Click += new System.EventHandler(this.gitHubWikiToolStripMenuItem_Click);
     //
     // aboutToolStripMenuItem
     //
     this.aboutToolStripMenuItem.Image  = global::craftersmine.GE.Utilities.GameObjectEditor.Properties.Resources.about;
     this.aboutToolStripMenuItem.Name   = "aboutToolStripMenuItem";
     this.aboutToolStripMenuItem.Size   = new System.Drawing.Size(180, 22);
     this.aboutToolStripMenuItem.Text   = "About";
     this.aboutToolStripMenuItem.Click += new System.EventHandler(this.aboutToolStripMenuItem_Click);
     //
     // toolStrip1
     //
     this.toolStrip1.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
     this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.toolStripButton1,
         this.toolStripButton2,
         this.toolStripButton3,
         this.toolStripSeparator3,
         this.toolStripButton4,
         this.toolStripSeparator4,
         this.toolStripButton5,
         this.toolStripButton6,
         this.toolStripSeparator5,
         this.toolStripButton7
     });
     this.toolStrip1.Location = new System.Drawing.Point(0, 24);
     this.toolStrip1.Name     = "toolStrip1";
     this.toolStrip1.Size     = new System.Drawing.Size(751, 25);
     this.toolStrip1.TabIndex = 2;
     this.toolStrip1.Text     = "toolStrip1";
     //
     // splitContainer1
     //
     this.splitContainer1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.splitContainer1.Location = new System.Drawing.Point(0, 49);
     this.splitContainer1.Name     = "splitContainer1";
     //
     // splitContainer1.Panel1
     //
     this.splitContainer1.Panel1.Controls.Add(this.scene);
     //
     // splitContainer1.Panel2
     //
     this.splitContainer1.Panel2.Controls.Add(this.propertyGrid1);
     this.splitContainer1.Size             = new System.Drawing.Size(751, 463);
     this.splitContainer1.SplitterDistance = 536;
     this.splitContainer1.TabIndex         = 3;
     //
     // propertyGrid1
     //
     this.propertyGrid1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.propertyGrid1.Location = new System.Drawing.Point(0, 0);
     this.propertyGrid1.Name     = "propertyGrid1";
     this.propertyGrid1.Size     = new System.Drawing.Size(211, 463);
     this.propertyGrid1.TabIndex = 0;
     this.propertyGrid1.SelectedGridItemChanged += new System.Windows.Forms.SelectedGridItemChangedEventHandler(this.propertyGrid1_SelectedGridItemChanged);
     //
     // redrawCaller
     //
     this.redrawCaller.Interval = 16;
     this.redrawCaller.Tick    += new System.EventHandler(this.redrawCaller_Tick);
     //
     // scene
     //
     this.scene.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.scene.Id       = 0;
     this.scene.Location = new System.Drawing.Point(0, 0);
     this.scene.Name     = "scene";
     this.scene.Size     = new System.Drawing.Size(536, 463);
     this.scene.TabIndex = 0;
     //
     // toolStripSeparator3
     //
     this.toolStripSeparator3.Name = "toolStripSeparator3";
     this.toolStripSeparator3.Size = new System.Drawing.Size(6, 25);
     //
     // toolStripSeparator4
     //
     this.toolStripSeparator4.Name = "toolStripSeparator4";
     this.toolStripSeparator4.Size = new System.Drawing.Size(6, 25);
     //
     // toolStripSeparator5
     //
     this.toolStripSeparator5.Name = "toolStripSeparator5";
     this.toolStripSeparator5.Size = new System.Drawing.Size(6, 25);
     //
     // toolStripButton1
     //
     this.toolStripButton1.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.toolStripButton1.Image                 = global::craftersmine.GE.Utilities.GameObjectEditor.Properties.Resources._new;
     this.toolStripButton1.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButton1.Name   = "toolStripButton1";
     this.toolStripButton1.Size   = new System.Drawing.Size(23, 22);
     this.toolStripButton1.Text   = "New Game Object";
     this.toolStripButton1.Click += new System.EventHandler(this.newGameObjectToolStripMenuItem_Click);
     //
     // toolStripButton2
     //
     this.toolStripButton2.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.toolStripButton2.Image                 = global::craftersmine.GE.Utilities.GameObjectEditor.Properties.Resources.open;
     this.toolStripButton2.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButton2.Name   = "toolStripButton2";
     this.toolStripButton2.Size   = new System.Drawing.Size(23, 22);
     this.toolStripButton2.Text   = "Open Game Object";
     this.toolStripButton2.Click += new System.EventHandler(this.openGameObjectToolStripMenuItem_Click);
     //
     // toolStripButton3
     //
     this.toolStripButton3.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.toolStripButton3.Image                 = global::craftersmine.GE.Utilities.GameObjectEditor.Properties.Resources.save;
     this.toolStripButton3.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButton3.Name   = "toolStripButton3";
     this.toolStripButton3.Size   = new System.Drawing.Size(23, 22);
     this.toolStripButton3.Text   = "Save Game Object";
     this.toolStripButton3.Click += new System.EventHandler(this.saveGameObjectToolStripMenuItem_Click);
     //
     // toolStripButton4
     //
     this.toolStripButton4.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.toolStripButton4.Image                 = global::craftersmine.GE.Utilities.GameObjectEditor.Properties.Resources.export;
     this.toolStripButton4.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButton4.Name   = "toolStripButton4";
     this.toolStripButton4.Size   = new System.Drawing.Size(23, 22);
     this.toolStripButton4.Text   = "Export to C# constructor source";
     this.toolStripButton4.Click += new System.EventHandler(this.saveAsToolStripMenuItem_Click);
     //
     // toolStripButton5
     //
     this.toolStripButton5.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.toolStripButton5.Image                 = global::craftersmine.GE.Utilities.GameObjectEditor.Properties.Resources.texture;
     this.toolStripButton5.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButton5.Name   = "toolStripButton5";
     this.toolStripButton5.Size   = new System.Drawing.Size(23, 22);
     this.toolStripButton5.Text   = "Apply texture from file";
     this.toolStripButton5.Click += new System.EventHandler(this.fromFileToolStripMenuItem_Click);
     //
     // toolStripButton6
     //
     this.toolStripButton6.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.toolStripButton6.Image                 = global::craftersmine.GE.Utilities.GameObjectEditor.Properties.Resources.animation;
     this.toolStripButton6.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButton6.Name   = "toolStripButton6";
     this.toolStripButton6.Size   = new System.Drawing.Size(23, 22);
     this.toolStripButton6.Text   = "Apply animation from file";
     this.toolStripButton6.Click += new System.EventHandler(this.fromFileToolStripMenuItem1_Click);
     //
     // toolStripButton7
     //
     this.toolStripButton7.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.toolStripButton7.Image                 = global::craftersmine.GE.Utilities.GameObjectEditor.Properties.Resources.boundingbox;
     this.toolStripButton7.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButton7.Name   = "toolStripButton7";
     this.toolStripButton7.Size   = new System.Drawing.Size(23, 22);
     this.toolStripButton7.Text   = "Set collision bounding box";
     this.toolStripButton7.Click += new System.EventHandler(this.setBoundingBoxToolStripMenuItem_Click);
     //
     // newGameObjectToolStripMenuItem
     //
     this.newGameObjectToolStripMenuItem.Image  = global::craftersmine.GE.Utilities.GameObjectEditor.Properties.Resources._new;
     this.newGameObjectToolStripMenuItem.Name   = "newGameObjectToolStripMenuItem";
     this.newGameObjectToolStripMenuItem.Size   = new System.Drawing.Size(246, 22);
     this.newGameObjectToolStripMenuItem.Text   = "New GameObject";
     this.newGameObjectToolStripMenuItem.Click += new System.EventHandler(this.newGameObjectToolStripMenuItem_Click);
     //
     // openGameObjectToolStripMenuItem
     //
     this.openGameObjectToolStripMenuItem.Image  = global::craftersmine.GE.Utilities.GameObjectEditor.Properties.Resources.open;
     this.openGameObjectToolStripMenuItem.Name   = "openGameObjectToolStripMenuItem";
     this.openGameObjectToolStripMenuItem.Size   = new System.Drawing.Size(246, 22);
     this.openGameObjectToolStripMenuItem.Text   = "Open GameObject";
     this.openGameObjectToolStripMenuItem.Click += new System.EventHandler(this.openGameObjectToolStripMenuItem_Click);
     //
     // saveGameObjectToolStripMenuItem
     //
     this.saveGameObjectToolStripMenuItem.Image  = global::craftersmine.GE.Utilities.GameObjectEditor.Properties.Resources.save;
     this.saveGameObjectToolStripMenuItem.Name   = "saveGameObjectToolStripMenuItem";
     this.saveGameObjectToolStripMenuItem.Size   = new System.Drawing.Size(246, 22);
     this.saveGameObjectToolStripMenuItem.Text   = "Save GameObject";
     this.saveGameObjectToolStripMenuItem.Click += new System.EventHandler(this.saveGameObjectToolStripMenuItem_Click);
     //
     // exportToolStripMenuItem
     //
     this.exportToolStripMenuItem.Image  = global::craftersmine.GE.Utilities.GameObjectEditor.Properties.Resources.export;
     this.exportToolStripMenuItem.Name   = "exportToolStripMenuItem";
     this.exportToolStripMenuItem.Size   = new System.Drawing.Size(246, 22);
     this.exportToolStripMenuItem.Text   = "Export To C# Constructor Source";
     this.exportToolStripMenuItem.Click += new System.EventHandler(this.saveAsToolStripMenuItem_Click);
     //
     // MainForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(751, 512);
     this.Controls.Add(this.splitContainer1);
     this.Controls.Add(this.toolStrip1);
     this.Controls.Add(this.menuStrip1);
     this.Font          = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.Name          = "MainForm";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "Game Object Builder - craftersmine GameEngine";
     this.FormClosing  += new System.Windows.Forms.FormClosingEventHandler(this.MainForm_FormClosing);
     this.Resize       += new System.EventHandler(this.MainForm_Resize);
     this.menuStrip1.ResumeLayout(false);
     this.menuStrip1.PerformLayout();
     this.toolStrip1.ResumeLayout(false);
     this.toolStrip1.PerformLayout();
     this.splitContainer1.Panel1.ResumeLayout(false);
     this.splitContainer1.Panel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
     this.splitContainer1.ResumeLayout(false);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Exemplo n.º 9
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ucModuleMenu));
     this.mmuModule            = new System.Windows.Forms.MenuStrip();
     this.barManager           = new DevExpress.XtraBars.BarManager(this.components);
     this.mmMain               = new DevExpress.XtraBars.Bar();
     this.ToolBar              = new DevExpress.XtraBars.Bar();
     this.barLargeButtonItem1  = new DevExpress.XtraBars.BarLargeButtonItem();
     this.barLargeButtonItem2  = new DevExpress.XtraBars.BarLargeButtonItem();
     this.barLargeButtonItem3  = new DevExpress.XtraBars.BarLargeButtonItem();
     this.barLargeButtonItem4  = new DevExpress.XtraBars.BarLargeButtonItem();
     this.barLargeButtonItem5  = new DevExpress.XtraBars.BarLargeButtonItem();
     this.barDockControlTop    = new DevExpress.XtraBars.BarDockControl();
     this.barDockControlBottom = new DevExpress.XtraBars.BarDockControl();
     this.barDockControlLeft   = new DevExpress.XtraBars.BarDockControl();
     this.barDockControlRight  = new DevExpress.XtraBars.BarDockControl();
     this.imageCollection1     = new DevExpress.Utils.ImageCollection(this.components);
     ((System.ComponentModel.ISupportInitialize)(this.barManager)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.imageCollection1)).BeginInit();
     this.SuspendLayout();
     //
     // mmuModule
     //
     this.mmuModule.Dock         = System.Windows.Forms.DockStyle.None;
     this.mmuModule.Location     = new System.Drawing.Point(0, 0);
     this.mmuModule.Name         = "mmuModule";
     this.mmuModule.Padding      = new System.Windows.Forms.Padding(10, 3, 0, 3);
     this.mmuModule.Size         = new System.Drawing.Size(202, 24);
     this.mmuModule.TabIndex     = 0;
     this.mmuModule.Text         = "menuStrip1";
     this.mmuModule.Visible      = false;
     this.mmuModule.ItemClicked += new System.Windows.Forms.ToolStripItemClickedEventHandler(this.mmuModule_ItemClicked);
     //
     // barManager
     //
     this.barManager.Bars.AddRange(new DevExpress.XtraBars.Bar[] {
         this.mmMain,
         this.ToolBar
     });
     this.barManager.DockControls.Add(this.barDockControlTop);
     this.barManager.DockControls.Add(this.barDockControlBottom);
     this.barManager.DockControls.Add(this.barDockControlLeft);
     this.barManager.DockControls.Add(this.barDockControlRight);
     this.barManager.DockWindowTabFont = new System.Drawing.Font("SimSun", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.barManager.Form = this;
     this.barManager.Items.AddRange(new DevExpress.XtraBars.BarItem[] {
         this.barLargeButtonItem1,
         this.barLargeButtonItem2,
         this.barLargeButtonItem3,
         this.barLargeButtonItem4,
         this.barLargeButtonItem5
     });
     this.barManager.LargeImages    = this.imageCollection1;
     this.barManager.MainMenu       = this.mmMain;
     this.barManager.MaxItemId      = 7;
     this.barManager.CreateToolbar += new DevExpress.XtraBars.CreateToolbarEventHandler(this.barManager_CreateToolbar);
     //
     // mmMain
     //
     this.mmMain.Appearance.Font            = new System.Drawing.Font("SimSun", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.mmMain.Appearance.Options.UseFont = true;
     this.mmMain.BarName       = "主菜单";
     this.mmMain.DockCol       = 0;
     this.mmMain.DockRow       = 0;
     this.mmMain.DockStyle     = DevExpress.XtraBars.BarDockStyle.Top;
     this.mmMain.FloatLocation = new System.Drawing.Point(250, 212);
     this.mmMain.FloatSize     = new System.Drawing.Size(46, 20);
     this.mmMain.OptionsBar.AllowQuickCustomization = false;
     this.mmMain.OptionsBar.DrawDragBorder          = false;
     this.mmMain.OptionsBar.UseWholeRow             = true;
     this.mmMain.Text = "菜单";
     //
     // ToolBar
     //
     this.ToolBar.Appearance.Font            = new System.Drawing.Font("SimSun", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.ToolBar.Appearance.Options.UseFont = true;
     this.ToolBar.BarName   = "ToolBar";
     this.ToolBar.DockCol   = 0;
     this.ToolBar.DockRow   = 1;
     this.ToolBar.DockStyle = DevExpress.XtraBars.BarDockStyle.Top;
     this.ToolBar.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
         new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.barLargeButtonItem1, DevExpress.XtraBars.BarItemPaintStyle.Standard),
         new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.barLargeButtonItem2, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph),
         new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.barLargeButtonItem3, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph),
         new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.barLargeButtonItem4, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph),
         new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.barLargeButtonItem5, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph)
     });
     this.ToolBar.Text = "快捷栏";
     //
     // barLargeButtonItem1
     //
     this.barLargeButtonItem1.Caption         = "手动计划单";
     this.barLargeButtonItem1.Id              = 2;
     this.barLargeButtonItem1.LargeImageIndex = 1;
     this.barLargeButtonItem1.Name            = "barLargeButtonItem1";
     this.barLargeButtonItem1.ItemClick      += new DevExpress.XtraBars.ItemClickEventHandler(this.barLargeButtonItem1_ItemClick);
     //
     // barLargeButtonItem2
     //
     this.barLargeButtonItem2.Caption         = "自动计划单";
     this.barLargeButtonItem2.Id              = 3;
     this.barLargeButtonItem2.ImageIndex      = 7;
     this.barLargeButtonItem2.LargeImageIndex = 0;
     this.barLargeButtonItem2.Name            = "barLargeButtonItem2";
     //
     // barLargeButtonItem3
     //
     this.barLargeButtonItem3.Caption         = "用户管理";
     this.barLargeButtonItem3.Id              = 4;
     this.barLargeButtonItem3.ImageIndex      = 6;
     this.barLargeButtonItem3.LargeImageIndex = 2;
     this.barLargeButtonItem3.Name            = "barLargeButtonItem3";
     //
     // barLargeButtonItem4
     //
     this.barLargeButtonItem4.Caption         = "模块管理";
     this.barLargeButtonItem4.Id              = 5;
     this.barLargeButtonItem4.ImageIndex      = 8;
     this.barLargeButtonItem4.LargeImageIndex = 3;
     this.barLargeButtonItem4.Name            = "barLargeButtonItem4";
     //
     // barLargeButtonItem5
     //
     this.barLargeButtonItem5.Caption         = "注销";
     this.barLargeButtonItem5.Id              = 6;
     this.barLargeButtonItem5.ImageIndex      = 9;
     this.barLargeButtonItem5.LargeImageIndex = 4;
     this.barLargeButtonItem5.Name            = "barLargeButtonItem5";
     this.barLargeButtonItem5.ItemClick      += new DevExpress.XtraBars.ItemClickEventHandler(this.barLargeButtonItem5_ItemClick);
     //
     // barDockControlTop
     //
     this.barDockControlTop.CausesValidation = false;
     this.barDockControlTop.Dock             = System.Windows.Forms.DockStyle.Top;
     this.barDockControlTop.Location         = new System.Drawing.Point(0, 0);
     this.barDockControlTop.Margin           = new System.Windows.Forms.Padding(4, 5, 4, 5);
     this.barDockControlTop.Size             = new System.Drawing.Size(961, 107);
     //
     // barDockControlBottom
     //
     this.barDockControlBottom.CausesValidation = false;
     this.barDockControlBottom.Dock             = System.Windows.Forms.DockStyle.Bottom;
     this.barDockControlBottom.Location         = new System.Drawing.Point(0, 132);
     this.barDockControlBottom.Margin           = new System.Windows.Forms.Padding(4, 5, 4, 5);
     this.barDockControlBottom.Size             = new System.Drawing.Size(961, 0);
     //
     // barDockControlLeft
     //
     this.barDockControlLeft.CausesValidation = false;
     this.barDockControlLeft.Dock             = System.Windows.Forms.DockStyle.Left;
     this.barDockControlLeft.Location         = new System.Drawing.Point(0, 107);
     this.barDockControlLeft.Margin           = new System.Windows.Forms.Padding(4, 5, 4, 5);
     this.barDockControlLeft.Size             = new System.Drawing.Size(0, 25);
     //
     // barDockControlRight
     //
     this.barDockControlRight.CausesValidation = false;
     this.barDockControlRight.Dock             = System.Windows.Forms.DockStyle.Right;
     this.barDockControlRight.Location         = new System.Drawing.Point(961, 107);
     this.barDockControlRight.Margin           = new System.Windows.Forms.Padding(4, 5, 4, 5);
     this.barDockControlRight.Size             = new System.Drawing.Size(0, 25);
     //
     // imageCollection1
     //
     this.imageCollection1.ImageSize   = new System.Drawing.Size(32, 32);
     this.imageCollection1.ImageStream = ((DevExpress.Utils.ImageCollectionStreamer)(resources.GetObject("imageCollection1.ImageStream")));
     this.imageCollection1.Images.SetKeyName(0, "png133_033.png");
     this.imageCollection1.Images.SetKeyName(1, "png133_051.png");
     this.imageCollection1.Images.SetKeyName(2, "png133_003.png");
     this.imageCollection1.Images.SetKeyName(3, "png133_010.png");
     this.imageCollection1.Images.SetKeyName(4, "png133_092.png");
     //
     // ucModuleMenu
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(10F, 22F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.AutoSize            = true;
     this.Controls.Add(this.mmuModule);
     this.Controls.Add(this.barDockControlLeft);
     this.Controls.Add(this.barDockControlRight);
     this.Controls.Add(this.barDockControlBottom);
     this.Controls.Add(this.barDockControlTop);
     this.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
     this.Name   = "ucModuleMenu";
     this.Size   = new System.Drawing.Size(961, 132);
     ((System.ComponentModel.ISupportInitialize)(this.barManager)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.imageCollection1)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Exemplo n.º 10
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MemoryWindow));
     this.HeaderPanel          = new System.Windows.Forms.Panel();
     this.SaveButton           = new System.Windows.Forms.Button();
     this.AddressCombo         = new System.Windows.Forms.ComboBox();
     this.PreviousButton       = new System.Windows.Forms.Button();
     this.NextButton           = new System.Windows.Forms.Button();
     this.ViewButton           = new System.Windows.Forms.Button();
     this.EndAddressText       = new System.Windows.Forms.TextBox();
     this.StartAddressText     = new System.Windows.Forms.TextBox();
     this.MemoryText           = new System.Windows.Forms.TextBox();
     this.UpdateDisplayTimer   = new System.Windows.Forms.Timer(this.components);
     this.MemoryWindowTooltips = new System.Windows.Forms.ToolTip(this.components);
     this.FooterPanel          = new System.Windows.Forms.Panel();
     this.MCRBit0Button        = new System.Windows.Forms.Button();
     this.MCRBit1Button        = new System.Windows.Forms.Button();
     this.MCRBit2Button        = new System.Windows.Forms.Button();
     this.MCRBit3Button        = new System.Windows.Forms.Button();
     this.MCRBit4Button        = new System.Windows.Forms.Button();
     this.MCRBit5Button        = new System.Windows.Forms.Button();
     this.MCRBit6Button        = new System.Windows.Forms.Button();
     this.MCRBit7Button        = new System.Windows.Forms.Button();
     this.MasterControlLabel   = new System.Windows.Forms.Label();
     this.HighlightPanel       = new System.Windows.Forms.TextBox();
     this.PositionLabel        = new System.Windows.Forms.Label();
     this.SaveDialog           = new System.Windows.Forms.SaveFileDialog();
     this.HeaderPanel.SuspendLayout();
     this.FooterPanel.SuspendLayout();
     this.SuspendLayout();
     //
     // HeaderPanel
     //
     this.HeaderPanel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                     | System.Windows.Forms.AnchorStyles.Right)));
     this.HeaderPanel.Controls.Add(this.SaveButton);
     this.HeaderPanel.Controls.Add(this.AddressCombo);
     this.HeaderPanel.Controls.Add(this.PreviousButton);
     this.HeaderPanel.Controls.Add(this.NextButton);
     this.HeaderPanel.Controls.Add(this.ViewButton);
     this.HeaderPanel.Controls.Add(this.EndAddressText);
     this.HeaderPanel.Controls.Add(this.StartAddressText);
     this.HeaderPanel.ImeMode  = System.Windows.Forms.ImeMode.Off;
     this.HeaderPanel.Location = new System.Drawing.Point(0, 0);
     this.HeaderPanel.Name     = "HeaderPanel";
     this.HeaderPanel.Size     = new System.Drawing.Size(568, 25);
     this.HeaderPanel.TabIndex = 0;
     //
     // SaveButton
     //
     this.SaveButton.Location = new System.Drawing.Point(490, 1);
     this.SaveButton.Name     = "SaveButton";
     this.SaveButton.Size     = new System.Drawing.Size(75, 23);
     this.SaveButton.TabIndex = 11;
     this.SaveButton.Text     = "Save";
     this.SaveButton.UseVisualStyleBackColor = true;
     this.SaveButton.Visible = false;
     this.SaveButton.Click  += new System.EventHandler(this.SaveButton_Click);
     //
     // AddressCombo
     //
     this.AddressCombo.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.AddressCombo.FormattingEnabled = true;
     this.AddressCombo.Items.AddRange(new object[] {
         "Bank $00",
         "Bank $18",
         "Bank $19",
         "Bank $AF (Vicky)",
         "Bank $B0 (Video)",
         "Address $AF:0100 (Bitmap and Tile Registers)",
         "Address $AF:5000 (Tilemap 0)",
         "Address $AF:8000 (Font Memory Bank 0)",
         "Address $AF:88000 (Font Memory Bank 1)",
         "Address $AF:E000 (Beatrix)",
         "Unspecified Page"
     });
     this.AddressCombo.Location              = new System.Drawing.Point(214, 2);
     this.AddressCombo.Margin                = new System.Windows.Forms.Padding(2);
     this.AddressCombo.Name                  = "AddressCombo";
     this.AddressCombo.Size                  = new System.Drawing.Size(230, 21);
     this.AddressCombo.TabIndex              = 10;
     this.AddressCombo.SelectedIndexChanged += new System.EventHandler(this.AddressCombo_SelectedIndexChanged);
     //
     // PreviousButton
     //
     this.PreviousButton.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8.142858F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.PreviousButton.Location = new System.Drawing.Point(188, 0);
     this.PreviousButton.Name     = "PreviousButton";
     this.PreviousButton.Size     = new System.Drawing.Size(25, 24);
     this.PreviousButton.TabIndex = 4;
     this.PreviousButton.Text     = "←";
     this.PreviousButton.UseVisualStyleBackColor = true;
     this.PreviousButton.Click += new System.EventHandler(this.PreviousButton_Click);
     //
     // NextButton
     //
     this.NextButton.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8.142858F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.NextButton.Location = new System.Drawing.Point(162, 0);
     this.NextButton.Name     = "NextButton";
     this.NextButton.Size     = new System.Drawing.Size(26, 24);
     this.NextButton.TabIndex = 3;
     this.NextButton.Text     = "→";
     this.NextButton.UseVisualStyleBackColor = true;
     this.NextButton.Click += new System.EventHandler(this.NextButton_Click);
     //
     // ViewButton
     //
     this.ViewButton.Location = new System.Drawing.Point(109, 0);
     this.ViewButton.Name     = "ViewButton";
     this.ViewButton.Size     = new System.Drawing.Size(52, 24);
     this.ViewButton.TabIndex = 2;
     this.ViewButton.Text     = "View";
     this.ViewButton.UseVisualStyleBackColor = true;
     this.ViewButton.Click += new System.EventHandler(this.ViewButton_Click);
     //
     // EndAddressText
     //
     this.EndAddressText.Font      = new System.Drawing.Font("Consolas", 10F);
     this.EndAddressText.Location  = new System.Drawing.Point(55, 0);
     this.EndAddressText.MaxLength = 6;
     this.EndAddressText.Name      = "EndAddressText";
     this.EndAddressText.ReadOnly  = true;
     this.EndAddressText.Size      = new System.Drawing.Size(54, 23);
     this.EndAddressText.TabIndex  = 1;
     this.EndAddressText.TabStop   = false;
     this.EndAddressText.Text      = "0000FF";
     this.EndAddressText.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // StartAddressText
     //
     this.StartAddressText.Dock       = System.Windows.Forms.DockStyle.Left;
     this.StartAddressText.Font       = new System.Drawing.Font("Consolas", 10F);
     this.StartAddressText.Location   = new System.Drawing.Point(0, 0);
     this.StartAddressText.MaxLength  = 6;
     this.StartAddressText.Name       = "StartAddressText";
     this.StartAddressText.Size       = new System.Drawing.Size(54, 23);
     this.StartAddressText.TabIndex   = 0;
     this.StartAddressText.Text       = "000000";
     this.StartAddressText.TextAlign  = System.Windows.Forms.HorizontalAlignment.Right;
     this.StartAddressText.Validated += new System.EventHandler(this.StartAddressText_Validated);
     //
     // MemoryText
     //
     this.MemoryText.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                    | System.Windows.Forms.AnchorStyles.Left)));
     this.MemoryText.Cursor     = System.Windows.Forms.Cursors.Hand;
     this.MemoryText.Font       = new System.Drawing.Font("Consolas", 10F);
     this.MemoryText.Location   = new System.Drawing.Point(0, 28);
     this.MemoryText.MaxLength  = 4096;
     this.MemoryText.Multiline  = true;
     this.MemoryText.Name       = "MemoryText";
     this.MemoryText.ReadOnly   = true;
     this.MemoryText.Size       = new System.Drawing.Size(570, 280);
     this.MemoryText.TabIndex   = 0;
     this.MemoryText.TabStop    = false;
     this.MemoryText.Text       = resources.GetString("MemoryText.Text");
     this.MemoryText.WordWrap   = false;
     this.MemoryText.MouseMove += new System.Windows.Forms.MouseEventHandler(this.MemoryText_MouseMove);
     //
     // UpdateDisplayTimer
     //
     this.UpdateDisplayTimer.Enabled  = true;
     this.UpdateDisplayTimer.Interval = 1000;
     this.UpdateDisplayTimer.Tick    += new System.EventHandler(this.UpdateDisplayTimer_Tick);
     //
     // MemoryWindowTooltips
     //
     this.MemoryWindowTooltips.ShowAlways = true;
     //
     // FooterPanel
     //
     this.FooterPanel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                                                                     | System.Windows.Forms.AnchorStyles.Right)));
     this.FooterPanel.Controls.Add(this.MCRBit0Button);
     this.FooterPanel.Controls.Add(this.MCRBit1Button);
     this.FooterPanel.Controls.Add(this.MCRBit2Button);
     this.FooterPanel.Controls.Add(this.MCRBit3Button);
     this.FooterPanel.Controls.Add(this.MCRBit4Button);
     this.FooterPanel.Controls.Add(this.MCRBit5Button);
     this.FooterPanel.Controls.Add(this.MCRBit6Button);
     this.FooterPanel.Controls.Add(this.MCRBit7Button);
     this.FooterPanel.Controls.Add(this.MasterControlLabel);
     this.FooterPanel.Location = new System.Drawing.Point(0, 310);
     this.FooterPanel.Margin   = new System.Windows.Forms.Padding(2);
     this.FooterPanel.Name     = "FooterPanel";
     this.FooterPanel.Size     = new System.Drawing.Size(386, 30);
     this.FooterPanel.TabIndex = 1;
     //
     // MCRBit0Button
     //
     this.MCRBit0Button.Font     = new System.Drawing.Font("Microsoft Sans Serif", 7.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.MCRBit0Button.Location = new System.Drawing.Point(339, 2);
     this.MCRBit0Button.Margin   = new System.Windows.Forms.Padding(0);
     this.MCRBit0Button.Name     = "MCRBit0Button";
     this.MCRBit0Button.Size     = new System.Drawing.Size(26, 26);
     this.MCRBit0Button.TabIndex = 8;
     this.MCRBit0Button.Tag      = "0";
     this.MCRBit0Button.Text     = "Tx";
     this.MCRBit0Button.UseVisualStyleBackColor = true;
     this.MCRBit0Button.Click += new System.EventHandler(this.MCRBitButton_Click);
     //
     // MCRBit1Button
     //
     this.MCRBit1Button.Font     = new System.Drawing.Font("Microsoft Sans Serif", 7.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.MCRBit1Button.Location = new System.Drawing.Point(312, 2);
     this.MCRBit1Button.Margin   = new System.Windows.Forms.Padding(0);
     this.MCRBit1Button.Name     = "MCRBit1Button";
     this.MCRBit1Button.Size     = new System.Drawing.Size(26, 26);
     this.MCRBit1Button.TabIndex = 7;
     this.MCRBit1Button.Tag      = "0";
     this.MCRBit1Button.Text     = "Ov";
     this.MCRBit1Button.UseVisualStyleBackColor = true;
     this.MCRBit1Button.Click += new System.EventHandler(this.MCRBitButton_Click);
     //
     // MCRBit2Button
     //
     this.MCRBit2Button.Font     = new System.Drawing.Font("Microsoft Sans Serif", 7.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.MCRBit2Button.Location = new System.Drawing.Point(285, 2);
     this.MCRBit2Button.Margin   = new System.Windows.Forms.Padding(0);
     this.MCRBit2Button.Name     = "MCRBit2Button";
     this.MCRBit2Button.Size     = new System.Drawing.Size(26, 26);
     this.MCRBit2Button.TabIndex = 6;
     this.MCRBit2Button.Tag      = "0";
     this.MCRBit2Button.Text     = "G";
     this.MCRBit2Button.UseVisualStyleBackColor = true;
     this.MCRBit2Button.Click += new System.EventHandler(this.MCRBitButton_Click);
     //
     // MCRBit3Button
     //
     this.MCRBit3Button.Font     = new System.Drawing.Font("Microsoft Sans Serif", 7.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.MCRBit3Button.Location = new System.Drawing.Point(258, 2);
     this.MCRBit3Button.Margin   = new System.Windows.Forms.Padding(0);
     this.MCRBit3Button.Name     = "MCRBit3Button";
     this.MCRBit3Button.Size     = new System.Drawing.Size(26, 26);
     this.MCRBit3Button.TabIndex = 5;
     this.MCRBit3Button.Tag      = "0";
     this.MCRBit3Button.Text     = "B";
     this.MCRBit3Button.UseVisualStyleBackColor = true;
     this.MCRBit3Button.Click += new System.EventHandler(this.MCRBitButton_Click);
     //
     // MCRBit4Button
     //
     this.MCRBit4Button.Font     = new System.Drawing.Font("Microsoft Sans Serif", 7.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.MCRBit4Button.Location = new System.Drawing.Point(226, 2);
     this.MCRBit4Button.Margin   = new System.Windows.Forms.Padding(0);
     this.MCRBit4Button.Name     = "MCRBit4Button";
     this.MCRBit4Button.Size     = new System.Drawing.Size(26, 26);
     this.MCRBit4Button.TabIndex = 4;
     this.MCRBit4Button.Tag      = "0";
     this.MCRBit4Button.Text     = "Ti";
     this.MCRBit4Button.UseVisualStyleBackColor = true;
     this.MCRBit4Button.Click += new System.EventHandler(this.MCRBitButton_Click);
     //
     // MCRBit5Button
     //
     this.MCRBit5Button.Font     = new System.Drawing.Font("Microsoft Sans Serif", 7.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.MCRBit5Button.Location = new System.Drawing.Point(199, 2);
     this.MCRBit5Button.Margin   = new System.Windows.Forms.Padding(0);
     this.MCRBit5Button.Name     = "MCRBit5Button";
     this.MCRBit5Button.Size     = new System.Drawing.Size(26, 26);
     this.MCRBit5Button.TabIndex = 3;
     this.MCRBit5Button.Tag      = "0";
     this.MCRBit5Button.Text     = "S";
     this.MCRBit5Button.UseVisualStyleBackColor = true;
     this.MCRBit5Button.Click += new System.EventHandler(this.MCRBitButton_Click);
     //
     // MCRBit6Button
     //
     this.MCRBit6Button.Font     = new System.Drawing.Font("Microsoft Sans Serif", 7.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.MCRBit6Button.Location = new System.Drawing.Point(172, 2);
     this.MCRBit6Button.Margin   = new System.Windows.Forms.Padding(0);
     this.MCRBit6Button.Name     = "MCRBit6Button";
     this.MCRBit6Button.Size     = new System.Drawing.Size(26, 26);
     this.MCRBit6Button.TabIndex = 2;
     this.MCRBit6Button.Tag      = "0";
     this.MCRBit6Button.Text     = "Ga";
     this.MCRBit6Button.UseVisualStyleBackColor = true;
     this.MCRBit6Button.Click += new System.EventHandler(this.MCRBitButton_Click);
     //
     // MCRBit7Button
     //
     this.MCRBit7Button.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
     this.MCRBit7Button.Font     = new System.Drawing.Font("Microsoft Sans Serif", 7.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.MCRBit7Button.Location = new System.Drawing.Point(145, 2);
     this.MCRBit7Button.Margin   = new System.Windows.Forms.Padding(0);
     this.MCRBit7Button.Name     = "MCRBit7Button";
     this.MCRBit7Button.Size     = new System.Drawing.Size(26, 26);
     this.MCRBit7Button.TabIndex = 1;
     this.MCRBit7Button.Tag      = "0";
     this.MCRBit7Button.Text     = "D";
     this.MCRBit7Button.UseVisualStyleBackColor = true;
     this.MCRBit7Button.Click += new System.EventHandler(this.MCRBitButton_Click);
     //
     // MasterControlLabel
     //
     this.MasterControlLabel.AutoSize = true;
     this.MasterControlLabel.Font     = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.MasterControlLabel.Location = new System.Drawing.Point(9, 9);
     this.MasterControlLabel.Margin   = new System.Windows.Forms.Padding(2, 0, 2, 0);
     this.MasterControlLabel.Name     = "MasterControlLabel";
     this.MasterControlLabel.Size     = new System.Drawing.Size(131, 15);
     this.MasterControlLabel.TabIndex = 0;
     this.MasterControlLabel.Text     = "Master Control Reg";
     //
     // HighlightPanel
     //
     this.HighlightPanel.BackColor        = System.Drawing.Color.Red;
     this.HighlightPanel.BorderStyle      = System.Windows.Forms.BorderStyle.None;
     this.HighlightPanel.CausesValidation = false;
     this.HighlightPanel.Font             = new System.Drawing.Font("Consolas", 10F);
     this.HighlightPanel.Location         = new System.Drawing.Point(290, 269);
     this.HighlightPanel.Margin           = new System.Windows.Forms.Padding(2, 0, 2, 0);
     this.HighlightPanel.MaxLength        = 2;
     this.HighlightPanel.Name             = "HighlightPanel";
     this.HighlightPanel.Size             = new System.Drawing.Size(20, 16);
     this.HighlightPanel.TabIndex         = 4;
     this.HighlightPanel.TabStop          = false;
     this.HighlightPanel.Text             = "00";
     this.HighlightPanel.Visible          = false;
     this.HighlightPanel.WordWrap         = false;
     this.HighlightPanel.KeyUp           += new System.Windows.Forms.KeyEventHandler(this.HighlightPanel_KeyUp);
     //
     // PositionLabel
     //
     this.PositionLabel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                       | System.Windows.Forms.AnchorStyles.Left)));
     this.PositionLabel.AutoSize  = true;
     this.PositionLabel.Location  = new System.Drawing.Point(411, 320);
     this.PositionLabel.Margin    = new System.Windows.Forms.Padding(2, 0, 2, 0);
     this.PositionLabel.Name      = "PositionLabel";
     this.PositionLabel.Size      = new System.Drawing.Size(73, 13);
     this.PositionLabel.TabIndex  = 10;
     this.PositionLabel.Text      = "Position Label";
     this.PositionLabel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // SaveDialog
     //
     this.SaveDialog.Filter = "Binary files|*.bin";
     this.SaveDialog.Title  = "Save Memory to File";
     //
     // MemoryWindow
     //
     this.AcceptButton        = this.ViewButton;
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(572, 340);
     this.Controls.Add(this.PositionLabel);
     this.Controls.Add(this.HighlightPanel);
     this.Controls.Add(this.FooterPanel);
     this.Controls.Add(this.MemoryText);
     this.Controls.Add(this.HeaderPanel);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.Icon            = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.KeyPreview      = true;
     this.MaximizeBox     = false;
     this.MinimumSize     = new System.Drawing.Size(582, 361);
     this.Name            = "MemoryWindow";
     this.StartPosition   = System.Windows.Forms.FormStartPosition.Manual;
     this.Text            = "Emulator Memory";
     this.Load           += new System.EventHandler(this.MemoryWindow_Load);
     this.KeyDown        += new System.Windows.Forms.KeyEventHandler(this.MemoryWindow_KeyDown);
     this.HeaderPanel.ResumeLayout(false);
     this.HeaderPanel.PerformLayout();
     this.FooterPanel.ResumeLayout(false);
     this.FooterPanel.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Exemplo n.º 11
0
 /// <summary>
 /// Erforderliche Methode für die Designerunterstützung.
 /// Der Inhalt der Methode darf nicht mit dem Code-Editor geändert werden.
 /// </summary>
 private void InitializeComponent()
 {
     components = new System.ComponentModel.Container();
 }
Exemplo n.º 12
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MemoryWindow));
     this.panel1           = new System.Windows.Forms.Panel();
     this.ViewButton       = new System.Windows.Forms.Button();
     this.EndAddressText   = new System.Windows.Forms.TextBox();
     this.StartAddressText = new System.Windows.Forms.TextBox();
     this.MemoryText       = new System.Windows.Forms.TextBox();
     this.timer1           = new System.Windows.Forms.Timer(this.components);
     this.panel1.SuspendLayout();
     this.SuspendLayout();
     //
     // panel1
     //
     this.panel1.Controls.Add(this.ViewButton);
     this.panel1.Controls.Add(this.EndAddressText);
     this.panel1.Controls.Add(this.StartAddressText);
     this.panel1.Dock     = System.Windows.Forms.DockStyle.Top;
     this.panel1.ImeMode  = System.Windows.Forms.ImeMode.Off;
     this.panel1.Location = new System.Drawing.Point(0, 0);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(593, 20);
     this.panel1.TabIndex = 0;
     //
     // ViewButton
     //
     this.ViewButton.Dock     = System.Windows.Forms.DockStyle.Left;
     this.ViewButton.Location = new System.Drawing.Point(128, 0);
     this.ViewButton.Name     = "ViewButton";
     this.ViewButton.Size     = new System.Drawing.Size(75, 20);
     this.ViewButton.TabIndex = 2;
     this.ViewButton.Text     = "View";
     this.ViewButton.UseVisualStyleBackColor = true;
     this.ViewButton.Click += new System.EventHandler(this.ViewButton_Click);
     //
     // EndAddressText
     //
     this.EndAddressText.Dock       = System.Windows.Forms.DockStyle.Left;
     this.EndAddressText.Font       = new System.Drawing.Font("Consolas", 10F);
     this.EndAddressText.Location   = new System.Drawing.Point(64, 0);
     this.EndAddressText.Name       = "EndAddressText";
     this.EndAddressText.Size       = new System.Drawing.Size(64, 23);
     this.EndAddressText.TabIndex   = 1;
     this.EndAddressText.Text       = "0000FF";
     this.EndAddressText.Validated += new System.EventHandler(this.EndAddressText_Validated);
     //
     // StartAddressText
     //
     this.StartAddressText.Dock       = System.Windows.Forms.DockStyle.Left;
     this.StartAddressText.Font       = new System.Drawing.Font("Consolas", 10F);
     this.StartAddressText.Location   = new System.Drawing.Point(0, 0);
     this.StartAddressText.Name       = "StartAddressText";
     this.StartAddressText.Size       = new System.Drawing.Size(64, 23);
     this.StartAddressText.TabIndex   = 0;
     this.StartAddressText.Text       = "000000";
     this.StartAddressText.Validated += new System.EventHandler(this.StartAddressText_Validated);
     //
     // MemoryText
     //
     this.MemoryText.Dock       = System.Windows.Forms.DockStyle.Fill;
     this.MemoryText.Font       = new System.Drawing.Font("Consolas", 10F);
     this.MemoryText.Location   = new System.Drawing.Point(0, 20);
     this.MemoryText.Multiline  = true;
     this.MemoryText.Name       = "MemoryText";
     this.MemoryText.ScrollBars = System.Windows.Forms.ScrollBars.Both;
     this.MemoryText.Size       = new System.Drawing.Size(593, 275);
     this.MemoryText.TabIndex   = 0;
     this.MemoryText.Text       = resources.GetString("MemoryText.Text");
     //
     // timer1
     //
     this.timer1.Enabled  = true;
     this.timer1.Interval = 1000;
     this.timer1.Tick    += new System.EventHandler(this.timer1_Tick);
     //
     // MemoryWindow
     //
     this.AcceptButton        = this.ViewButton;
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(593, 295);
     this.Controls.Add(this.MemoryText);
     this.Controls.Add(this.panel1);
     this.Name          = "MemoryWindow";
     this.StartPosition = System.Windows.Forms.FormStartPosition.Manual;
     this.Text          = "MemoryWindow";
     this.Load         += new System.EventHandler(this.MemoryWindow_Load);
     this.panel1.ResumeLayout(false);
     this.panel1.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Exemplo n.º 13
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(CPUWindow));
     this.HeaderPanel           = new System.Windows.Forms.Panel();
     this.WatchButton           = new System.Windows.Forms.Button();
     this.ResetButton           = new System.Windows.Forms.Button();
     this.StepOverButton        = new System.Windows.Forms.Button();
     this.BPLabel               = new System.Windows.Forms.Label();
     this.BPCombo               = new System.Windows.Forms.ComboBox();
     this.AddBPButton           = new System.Windows.Forms.Button();
     this.DeleteBPButton        = new System.Windows.Forms.Button();
     this.StepButton            = new System.Windows.Forms.Button();
     this.RunButton             = new System.Windows.Forms.Button();
     this.locationLabel         = new System.Windows.Forms.Label();
     this.locationInput         = new System.Windows.Forms.TextBox();
     this.JumpButton            = new System.Windows.Forms.Button();
     this.lastLine              = new System.Windows.Forms.TextBox();
     this.stackText             = new System.Windows.Forms.TextBox();
     this.UpdateTraceTimer      = new System.Windows.Forms.Timer(this.components);
     this.SecondPanel           = new System.Windows.Forms.Panel();
     this.ClearTraceButton      = new System.Windows.Forms.Button();
     this.Tooltip               = new System.Windows.Forms.ToolTip(this.components);
     this.DebugPanel            = new System.Windows.Forms.PictureBox();
     this.AddBPOverlayButton    = new System.Windows.Forms.Button();
     this.DeleteBPOverlayButton = new System.Windows.Forms.Button();
     this.InspectOverlayButton  = new System.Windows.Forms.Button();
     this.StepOverOverlayButton = new System.Windows.Forms.Button();
     this.HeaderTextbox         = new System.Windows.Forms.Label();
     this.irqPanel              = new System.Windows.Forms.Panel();
     this.SDCardCheckBox        = new FoenixIDE.Simulator.Controls.ColorCheckBox();
     this.OPL2LCheckbox         = new FoenixIDE.Simulator.Controls.ColorCheckBox();
     this.OPL2RCheckbox         = new FoenixIDE.Simulator.Controls.ColorCheckBox();
     this.MPU401Checkbox        = new FoenixIDE.Simulator.Controls.ColorCheckBox();
     this.COM1Checkbox          = new FoenixIDE.Simulator.Controls.ColorCheckBox();
     this.COM2Checkbox          = new FoenixIDE.Simulator.Controls.ColorCheckBox();
     this.FDCCheckbox           = new FoenixIDE.Simulator.Controls.ColorCheckBox();
     this.MouseCheckbox         = new FoenixIDE.Simulator.Controls.ColorCheckBox();
     this.RTCCheckbox           = new FoenixIDE.Simulator.Controls.ColorCheckBox();
     this.TMR2Checkbox          = new FoenixIDE.Simulator.Controls.ColorCheckBox();
     this.TMR1Checkbox          = new FoenixIDE.Simulator.Controls.ColorCheckBox();
     this.TMR0Checkbox          = new FoenixIDE.Simulator.Controls.ColorCheckBox();
     this.SOLCheckbox           = new FoenixIDE.Simulator.Controls.ColorCheckBox();
     this.Reg2Label             = new System.Windows.Forms.Label();
     this.Reg1Label             = new System.Windows.Forms.Label();
     this.Reg0Label             = new System.Windows.Forms.Label();
     this.KeyboardCheckBox      = new FoenixIDE.Simulator.Controls.ColorCheckBox();
     this.SOFCheckbox           = new FoenixIDE.Simulator.Controls.ColorCheckBox();
     this.BreakOnIRQCheckBox    = new System.Windows.Forms.CheckBox();
     this.LabelOverlayButton    = new System.Windows.Forms.Button();
     this.registerDisplay1      = new FoenixIDE.RegisterDisplay();
     this.HeaderPanel.SuspendLayout();
     this.SecondPanel.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.DebugPanel)).BeginInit();
     this.irqPanel.SuspendLayout();
     this.SuspendLayout();
     //
     // HeaderPanel
     //
     this.HeaderPanel.Controls.Add(this.WatchButton);
     this.HeaderPanel.Controls.Add(this.ResetButton);
     this.HeaderPanel.Controls.Add(this.StepOverButton);
     this.HeaderPanel.Controls.Add(this.BPLabel);
     this.HeaderPanel.Controls.Add(this.BPCombo);
     this.HeaderPanel.Controls.Add(this.AddBPButton);
     this.HeaderPanel.Controls.Add(this.DeleteBPButton);
     this.HeaderPanel.Controls.Add(this.StepButton);
     this.HeaderPanel.Controls.Add(this.RunButton);
     this.HeaderPanel.Dock     = System.Windows.Forms.DockStyle.Top;
     this.HeaderPanel.Location = new System.Drawing.Point(0, 0);
     this.HeaderPanel.Name     = "HeaderPanel";
     this.HeaderPanel.Size     = new System.Drawing.Size(608, 24);
     this.HeaderPanel.TabIndex = 2;
     //
     // WatchButton
     //
     this.WatchButton.Dock     = System.Windows.Forms.DockStyle.Left;
     this.WatchButton.Location = new System.Drawing.Point(305, 0);
     this.WatchButton.Name     = "WatchButton";
     this.WatchButton.Size     = new System.Drawing.Size(75, 24);
     this.WatchButton.TabIndex = 5;
     this.WatchButton.Text     = "Watch";
     this.WatchButton.UseVisualStyleBackColor = true;
     this.WatchButton.Click += new System.EventHandler(this.WatchButton_Click);
     //
     // ResetButton
     //
     this.ResetButton.Dock     = System.Windows.Forms.DockStyle.Left;
     this.ResetButton.Location = new System.Drawing.Point(235, 0);
     this.ResetButton.Name     = "ResetButton";
     this.ResetButton.Size     = new System.Drawing.Size(70, 24);
     this.ResetButton.TabIndex = 4;
     this.ResetButton.Text     = "Reset";
     this.ResetButton.UseVisualStyleBackColor = true;
     this.ResetButton.Click += new System.EventHandler(this.ResetButton_Click);
     //
     // StepOverButton
     //
     this.StepOverButton.Dock     = System.Windows.Forms.DockStyle.Left;
     this.StepOverButton.Location = new System.Drawing.Point(145, 0);
     this.StepOverButton.Name     = "StepOverButton";
     this.StepOverButton.Size     = new System.Drawing.Size(90, 24);
     this.StepOverButton.TabIndex = 3;
     this.StepOverButton.Text     = "Step Over (F7)";
     this.StepOverButton.UseVisualStyleBackColor = true;
     this.StepOverButton.Click += new System.EventHandler(this.StepOverButton_Click);
     //
     // BPLabel
     //
     this.BPLabel.Location  = new System.Drawing.Point(379, 2);
     this.BPLabel.Name      = "BPLabel";
     this.BPLabel.Padding   = new System.Windows.Forms.Padding(0, 4, 0, 0);
     this.BPLabel.Size      = new System.Drawing.Size(58, 17);
     this.BPLabel.TabIndex  = 9;
     this.BPLabel.Text      = "Breakpoint";
     this.BPLabel.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // BPCombo
     //
     this.BPCombo.FormattingEnabled = true;
     this.BPCombo.Location          = new System.Drawing.Point(439, 2);
     this.BPCombo.Name     = "BPCombo";
     this.BPCombo.Size     = new System.Drawing.Size(121, 21);
     this.BPCombo.TabIndex = 6;
     //
     // AddBPButton
     //
     this.AddBPButton.Location = new System.Drawing.Point(560, 0);
     this.AddBPButton.Name     = "AddBPButton";
     this.AddBPButton.Size     = new System.Drawing.Size(24, 24);
     this.AddBPButton.TabIndex = 7;
     this.AddBPButton.Text     = "+";
     this.AddBPButton.UseVisualStyleBackColor = true;
     this.AddBPButton.Click += new System.EventHandler(this.AddBPButton_Click);
     //
     // DeleteBPButton
     //
     this.DeleteBPButton.Location = new System.Drawing.Point(584, 0);
     this.DeleteBPButton.Name     = "DeleteBPButton";
     this.DeleteBPButton.Size     = new System.Drawing.Size(24, 24);
     this.DeleteBPButton.TabIndex = 8;
     this.DeleteBPButton.Text     = "-";
     this.DeleteBPButton.UseVisualStyleBackColor = true;
     this.DeleteBPButton.Click += new System.EventHandler(this.DeleteBPButton_Click);
     //
     // StepButton
     //
     this.StepButton.Dock     = System.Windows.Forms.DockStyle.Left;
     this.StepButton.Location = new System.Drawing.Point(75, 0);
     this.StepButton.Name     = "StepButton";
     this.StepButton.Size     = new System.Drawing.Size(70, 24);
     this.StepButton.TabIndex = 2;
     this.StepButton.Text     = "Step (F6)";
     this.StepButton.UseVisualStyleBackColor = true;
     this.StepButton.Click += new System.EventHandler(this.StepButton_Click);
     //
     // RunButton
     //
     this.RunButton.Dock     = System.Windows.Forms.DockStyle.Left;
     this.RunButton.Location = new System.Drawing.Point(0, 0);
     this.RunButton.Name     = "RunButton";
     this.RunButton.Size     = new System.Drawing.Size(75, 24);
     this.RunButton.TabIndex = 1;
     this.RunButton.Tag      = "0";
     this.RunButton.Text     = "Run (F5)";
     this.RunButton.UseVisualStyleBackColor = true;
     this.RunButton.Click += new System.EventHandler(this.RunButton_Click);
     //
     // locationLabel
     //
     this.locationLabel.Dock     = System.Windows.Forms.DockStyle.Left;
     this.locationLabel.Location = new System.Drawing.Point(145, 0);
     this.locationLabel.Name     = "locationLabel";
     this.locationLabel.Padding  = new System.Windows.Forms.Padding(0, 4, 0, 0);
     this.locationLabel.Size     = new System.Drawing.Size(64, 24);
     this.locationLabel.TabIndex = 9;
     this.locationLabel.Text     = "Location $";
     //
     // locationInput
     //
     this.locationInput.Dock       = System.Windows.Forms.DockStyle.Left;
     this.locationInput.Font       = new System.Drawing.Font("Consolas", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.locationInput.Location   = new System.Drawing.Point(209, 0);
     this.locationInput.Name       = "locationInput";
     this.locationInput.Size       = new System.Drawing.Size(64, 23);
     this.locationInput.TabIndex   = 10;
     this.locationInput.Text       = "00:0000";
     this.locationInput.Validated += new System.EventHandler(this.LocationInput_Validated);
     //
     // JumpButton
     //
     this.JumpButton.Dock     = System.Windows.Forms.DockStyle.Left;
     this.JumpButton.Location = new System.Drawing.Point(75, 0);
     this.JumpButton.Name     = "JumpButton";
     this.JumpButton.Size     = new System.Drawing.Size(70, 24);
     this.JumpButton.TabIndex = 10;
     this.JumpButton.Text     = "Jump";
     this.JumpButton.UseVisualStyleBackColor = true;
     this.JumpButton.Click += new System.EventHandler(this.JumpButton_Click);
     //
     // lastLine
     //
     this.lastLine.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                  | System.Windows.Forms.AnchorStyles.Right)));
     this.lastLine.BackColor   = System.Drawing.SystemColors.ControlLightLight;
     this.lastLine.Font        = new System.Drawing.Font("Consolas", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lastLine.Location    = new System.Drawing.Point(0, 493);
     this.lastLine.Name        = "lastLine";
     this.lastLine.ReadOnly    = true;
     this.lastLine.Size        = new System.Drawing.Size(605, 23);
     this.lastLine.TabIndex    = 4;
     this.lastLine.Text        = "Click [Step] to execute an instruction";
     this.lastLine.WordWrap    = false;
     this.lastLine.MouseEnter += new System.EventHandler(this.DebugPanel_Leave);
     //
     // stackText
     //
     this.stackText.BackColor = System.Drawing.SystemColors.ControlLightLight;
     this.stackText.Dock      = System.Windows.Forms.DockStyle.Right;
     this.stackText.Font      = new System.Drawing.Font("Consolas", 10F);
     this.stackText.Location  = new System.Drawing.Point(608, 0);
     this.stackText.Multiline = true;
     this.stackText.Name      = "stackText";
     this.stackText.ReadOnly  = true;
     this.stackText.Size      = new System.Drawing.Size(150, 517);
     this.stackText.TabIndex  = 3;
     //
     // UpdateTraceTimer
     //
     this.UpdateTraceTimer.Tick += new System.EventHandler(this.UpdateTraceTick);
     //
     // SecondPanel
     //
     this.SecondPanel.Controls.Add(this.locationInput);
     this.SecondPanel.Controls.Add(this.locationLabel);
     this.SecondPanel.Controls.Add(this.JumpButton);
     this.SecondPanel.Controls.Add(this.ClearTraceButton);
     this.SecondPanel.Location = new System.Drawing.Point(0, 25);
     this.SecondPanel.Name     = "SecondPanel";
     this.SecondPanel.Size     = new System.Drawing.Size(366, 24);
     this.SecondPanel.TabIndex = 5;
     //
     // ClearTraceButton
     //
     this.ClearTraceButton.Dock     = System.Windows.Forms.DockStyle.Left;
     this.ClearTraceButton.Location = new System.Drawing.Point(0, 0);
     this.ClearTraceButton.Name     = "ClearTraceButton";
     this.ClearTraceButton.Size     = new System.Drawing.Size(75, 24);
     this.ClearTraceButton.TabIndex = 9;
     this.ClearTraceButton.Text     = "Clear Trace";
     this.ClearTraceButton.UseVisualStyleBackColor = true;
     this.ClearTraceButton.Click += new System.EventHandler(this.ClearTraceButton_Click);
     //
     // DebugPanel
     //
     this.DebugPanel.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                     | System.Windows.Forms.AnchorStyles.Left)
                                                                    | System.Windows.Forms.AnchorStyles.Right)));
     this.DebugPanel.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.DebugPanel.Location    = new System.Drawing.Point(0, 126);
     this.DebugPanel.Margin      = new System.Windows.Forms.Padding(2);
     this.DebugPanel.Name        = "DebugPanel";
     this.DebugPanel.Size        = new System.Drawing.Size(605, 367);
     this.DebugPanel.TabIndex    = 6;
     this.DebugPanel.TabStop     = false;
     this.DebugPanel.MouseClick += new System.Windows.Forms.MouseEventHandler(this.DebugPanel_MouseClick);
     this.DebugPanel.MouseMove  += new System.Windows.Forms.MouseEventHandler(this.DebugPanel_MouseMove);
     //
     // AddBPOverlayButton
     //
     this.AddBPOverlayButton.BackColor = System.Drawing.SystemColors.ActiveCaption;
     this.AddBPOverlayButton.FlatAppearance.BorderSize = 0;
     this.AddBPOverlayButton.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.AddBPOverlayButton.Location  = new System.Drawing.Point(99, 200);
     this.AddBPOverlayButton.Margin    = new System.Windows.Forms.Padding(2);
     this.AddBPOverlayButton.Name      = "AddBPOverlayButton";
     this.AddBPOverlayButton.Size      = new System.Drawing.Size(18, 18);
     this.AddBPOverlayButton.TabIndex  = 7;
     this.AddBPOverlayButton.TabStop   = false;
     this.AddBPOverlayButton.Text      = "+";
     this.AddBPOverlayButton.UseVisualStyleBackColor = false;
     this.AddBPOverlayButton.Visible = false;
     this.AddBPOverlayButton.Click  += new System.EventHandler(this.PlusButton_Click);
     //
     // DeleteBPOverlayButton
     //
     this.DeleteBPOverlayButton.BackColor = System.Drawing.SystemColors.ActiveCaption;
     this.DeleteBPOverlayButton.FlatAppearance.BorderSize = 0;
     this.DeleteBPOverlayButton.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.DeleteBPOverlayButton.Location  = new System.Drawing.Point(118, 200);
     this.DeleteBPOverlayButton.Margin    = new System.Windows.Forms.Padding(2);
     this.DeleteBPOverlayButton.Name      = "DeleteBPOverlayButton";
     this.DeleteBPOverlayButton.Size      = new System.Drawing.Size(18, 18);
     this.DeleteBPOverlayButton.TabIndex  = 8;
     this.DeleteBPOverlayButton.TabStop   = false;
     this.DeleteBPOverlayButton.Text      = "-";
     this.DeleteBPOverlayButton.UseVisualStyleBackColor = false;
     this.DeleteBPOverlayButton.Visible = false;
     this.DeleteBPOverlayButton.Click  += new System.EventHandler(this.MinusButton_Click);
     //
     // InspectOverlayButton
     //
     this.InspectOverlayButton.BackColor = System.Drawing.SystemColors.ActiveCaption;
     this.InspectOverlayButton.FlatAppearance.BorderSize = 0;
     this.InspectOverlayButton.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.InspectOverlayButton.Location  = new System.Drawing.Point(137, 200);
     this.InspectOverlayButton.Margin    = new System.Windows.Forms.Padding(1);
     this.InspectOverlayButton.Name      = "InspectOverlayButton";
     this.InspectOverlayButton.Size      = new System.Drawing.Size(38, 18);
     this.InspectOverlayButton.TabIndex  = 9;
     this.InspectOverlayButton.TabStop   = false;
     this.InspectOverlayButton.Text      = "Mem";
     this.InspectOverlayButton.UseVisualStyleBackColor = false;
     this.InspectOverlayButton.Visible = false;
     this.InspectOverlayButton.Click  += new System.EventHandler(this.InspectButton_Click);
     //
     // StepOverOverlayButton
     //
     this.StepOverOverlayButton.BackColor = System.Drawing.SystemColors.ActiveCaption;
     this.StepOverOverlayButton.FlatAppearance.BorderSize = 0;
     this.StepOverOverlayButton.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.StepOverOverlayButton.Font      = new System.Drawing.Font("Arial Narrow", 9.857143F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.StepOverOverlayButton.Location  = new System.Drawing.Point(176, 200);
     this.StepOverOverlayButton.Margin    = new System.Windows.Forms.Padding(1);
     this.StepOverOverlayButton.Name      = "StepOverOverlayButton";
     this.StepOverOverlayButton.Size      = new System.Drawing.Size(21, 18);
     this.StepOverOverlayButton.TabIndex  = 10;
     this.StepOverOverlayButton.TabStop   = false;
     this.StepOverOverlayButton.Text      = "►";
     this.StepOverOverlayButton.UseVisualStyleBackColor = false;
     this.StepOverOverlayButton.Visible = false;
     this.StepOverOverlayButton.Click  += new System.EventHandler(this.StepOverOverlayButton_Click);
     //
     // HeaderTextbox
     //
     this.HeaderTextbox.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                        | System.Windows.Forms.AnchorStyles.Left)
                                                                       | System.Windows.Forms.AnchorStyles.Right)));
     this.HeaderTextbox.BackColor = System.Drawing.Color.Black;
     this.HeaderTextbox.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.HeaderTextbox.Font      = new System.Drawing.Font("Consolas", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.HeaderTextbox.ForeColor = System.Drawing.SystemColors.ControlLightLight;
     this.HeaderTextbox.Location  = new System.Drawing.Point(2, 102);
     this.HeaderTextbox.Margin    = new System.Windows.Forms.Padding(0);
     this.HeaderTextbox.Name      = "HeaderTextbox";
     this.HeaderTextbox.Padding   = new System.Windows.Forms.Padding(2, 3, 2, 2);
     this.HeaderTextbox.Size      = new System.Drawing.Size(603, 22);
     this.HeaderTextbox.TabIndex  = 11;
     this.HeaderTextbox.UseCompatibleTextRendering = true;
     this.HeaderTextbox.UseMnemonic = false;
     //
     // irqPanel
     //
     this.irqPanel.Controls.Add(this.SDCardCheckBox);
     this.irqPanel.Controls.Add(this.OPL2LCheckbox);
     this.irqPanel.Controls.Add(this.OPL2RCheckbox);
     this.irqPanel.Controls.Add(this.MPU401Checkbox);
     this.irqPanel.Controls.Add(this.COM1Checkbox);
     this.irqPanel.Controls.Add(this.COM2Checkbox);
     this.irqPanel.Controls.Add(this.FDCCheckbox);
     this.irqPanel.Controls.Add(this.MouseCheckbox);
     this.irqPanel.Controls.Add(this.RTCCheckbox);
     this.irqPanel.Controls.Add(this.TMR2Checkbox);
     this.irqPanel.Controls.Add(this.TMR1Checkbox);
     this.irqPanel.Controls.Add(this.TMR0Checkbox);
     this.irqPanel.Controls.Add(this.SOLCheckbox);
     this.irqPanel.Controls.Add(this.Reg2Label);
     this.irqPanel.Controls.Add(this.Reg1Label);
     this.irqPanel.Controls.Add(this.Reg0Label);
     this.irqPanel.Controls.Add(this.KeyboardCheckBox);
     this.irqPanel.Controls.Add(this.SOFCheckbox);
     this.irqPanel.Controls.Add(this.BreakOnIRQCheckBox);
     this.irqPanel.Location = new System.Drawing.Point(372, 25);
     this.irqPanel.Name     = "irqPanel";
     this.irqPanel.Size     = new System.Drawing.Size(230, 74);
     this.irqPanel.TabIndex = 12;
     //
     // SDCardCheckBox
     //
     this.SDCardCheckBox.Checked    = true;
     this.SDCardCheckBox.CheckState = System.Windows.Forms.CheckState.Checked;
     this.SDCardCheckBox.FlatStyle  = System.Windows.Forms.FlatStyle.Flat;
     this.SDCardCheckBox.IsActive   = false;
     this.SDCardCheckBox.Location   = new System.Drawing.Point(88, 38);
     this.SDCardCheckBox.Name       = "SDCardCheckBox";
     this.SDCardCheckBox.Size       = new System.Drawing.Size(15, 14);
     this.SDCardCheckBox.TabIndex   = 34;
     this.SDCardCheckBox.TextAlign  = System.Drawing.ContentAlignment.MiddleRight;
     this.SDCardCheckBox.UseVisualStyleBackColor = true;
     this.SDCardCheckBox.CheckedChanged         += new System.EventHandler(this.IRQCheckbox_CheckedChanged);
     //
     // OPL2LCheckbox
     //
     this.OPL2LCheckbox.Checked    = true;
     this.OPL2LCheckbox.CheckState = System.Windows.Forms.CheckState.Checked;
     this.OPL2LCheckbox.FlatStyle  = System.Windows.Forms.FlatStyle.Flat;
     this.OPL2LCheckbox.IsActive   = false;
     this.OPL2LCheckbox.Location   = new System.Drawing.Point(189, 56);
     this.OPL2LCheckbox.Name       = "OPL2LCheckbox";
     this.OPL2LCheckbox.Size       = new System.Drawing.Size(15, 14);
     this.OPL2LCheckbox.TabIndex   = 33;
     this.OPL2LCheckbox.TextAlign  = System.Drawing.ContentAlignment.MiddleRight;
     this.OPL2LCheckbox.UseVisualStyleBackColor = true;
     this.OPL2LCheckbox.CheckedChanged         += new System.EventHandler(this.IRQCheckbox_CheckedChanged);
     //
     // OPL2RCheckbox
     //
     this.OPL2RCheckbox.Checked    = true;
     this.OPL2RCheckbox.CheckState = System.Windows.Forms.CheckState.Checked;
     this.OPL2RCheckbox.FlatStyle  = System.Windows.Forms.FlatStyle.Flat;
     this.OPL2RCheckbox.IsActive   = false;
     this.OPL2RCheckbox.Location   = new System.Drawing.Point(206, 56);
     this.OPL2RCheckbox.Name       = "OPL2RCheckbox";
     this.OPL2RCheckbox.Size       = new System.Drawing.Size(15, 14);
     this.OPL2RCheckbox.TabIndex   = 32;
     this.OPL2RCheckbox.TextAlign  = System.Drawing.ContentAlignment.MiddleRight;
     this.OPL2RCheckbox.UseVisualStyleBackColor = true;
     this.OPL2RCheckbox.CheckedChanged         += new System.EventHandler(this.IRQCheckbox_CheckedChanged);
     //
     // MPU401Checkbox
     //
     this.MPU401Checkbox.Checked    = true;
     this.MPU401Checkbox.CheckState = System.Windows.Forms.CheckState.Checked;
     this.MPU401Checkbox.FlatStyle  = System.Windows.Forms.FlatStyle.Flat;
     this.MPU401Checkbox.IsActive   = false;
     this.MPU401Checkbox.Location   = new System.Drawing.Point(122, 38);
     this.MPU401Checkbox.Name       = "MPU401Checkbox";
     this.MPU401Checkbox.Size       = new System.Drawing.Size(15, 14);
     this.MPU401Checkbox.TabIndex   = 31;
     this.MPU401Checkbox.TextAlign  = System.Drawing.ContentAlignment.MiddleRight;
     this.MPU401Checkbox.UseVisualStyleBackColor = true;
     this.MPU401Checkbox.CheckedChanged         += new System.EventHandler(this.IRQCheckbox_CheckedChanged);
     //
     // COM1Checkbox
     //
     this.COM1Checkbox.Checked    = true;
     this.COM1Checkbox.CheckState = System.Windows.Forms.CheckState.Checked;
     this.COM1Checkbox.FlatStyle  = System.Windows.Forms.FlatStyle.Flat;
     this.COM1Checkbox.IsActive   = false;
     this.COM1Checkbox.Location   = new System.Drawing.Point(139, 38);
     this.COM1Checkbox.Name       = "COM1Checkbox";
     this.COM1Checkbox.Size       = new System.Drawing.Size(15, 14);
     this.COM1Checkbox.TabIndex   = 30;
     this.COM1Checkbox.TextAlign  = System.Drawing.ContentAlignment.MiddleRight;
     this.COM1Checkbox.UseVisualStyleBackColor = true;
     this.COM1Checkbox.CheckedChanged         += new System.EventHandler(this.IRQCheckbox_CheckedChanged);
     //
     // COM2Checkbox
     //
     this.COM2Checkbox.Checked    = true;
     this.COM2Checkbox.CheckState = System.Windows.Forms.CheckState.Checked;
     this.COM2Checkbox.FlatStyle  = System.Windows.Forms.FlatStyle.Flat;
     this.COM2Checkbox.IsActive   = false;
     this.COM2Checkbox.Location   = new System.Drawing.Point(156, 38);
     this.COM2Checkbox.Name       = "COM2Checkbox";
     this.COM2Checkbox.Size       = new System.Drawing.Size(15, 14);
     this.COM2Checkbox.TabIndex   = 29;
     this.COM2Checkbox.TextAlign  = System.Drawing.ContentAlignment.MiddleRight;
     this.COM2Checkbox.UseVisualStyleBackColor = true;
     this.COM2Checkbox.CheckedChanged         += new System.EventHandler(this.IRQCheckbox_CheckedChanged);
     //
     // FDCCheckbox
     //
     this.FDCCheckbox.Checked    = true;
     this.FDCCheckbox.CheckState = System.Windows.Forms.CheckState.Checked;
     this.FDCCheckbox.FlatStyle  = System.Windows.Forms.FlatStyle.Flat;
     this.FDCCheckbox.IsActive   = false;
     this.FDCCheckbox.Location   = new System.Drawing.Point(105, 21);
     this.FDCCheckbox.Name       = "FDCCheckbox";
     this.FDCCheckbox.Size       = new System.Drawing.Size(15, 14);
     this.FDCCheckbox.TabIndex   = 28;
     this.FDCCheckbox.TextAlign  = System.Drawing.ContentAlignment.MiddleRight;
     this.FDCCheckbox.UseVisualStyleBackColor = true;
     //
     // MouseCheckbox
     //
     this.MouseCheckbox.Checked    = true;
     this.MouseCheckbox.CheckState = System.Windows.Forms.CheckState.Checked;
     this.MouseCheckbox.FlatStyle  = System.Windows.Forms.FlatStyle.Flat;
     this.MouseCheckbox.IsActive   = false;
     this.MouseCheckbox.Location   = new System.Drawing.Point(88, 21);
     this.MouseCheckbox.Name       = "MouseCheckbox";
     this.MouseCheckbox.Size       = new System.Drawing.Size(15, 14);
     this.MouseCheckbox.TabIndex   = 27;
     this.MouseCheckbox.TextAlign  = System.Drawing.ContentAlignment.MiddleRight;
     this.MouseCheckbox.UseVisualStyleBackColor = true;
     this.MouseCheckbox.CheckedChanged         += new System.EventHandler(this.IRQCheckbox_CheckedChanged);
     //
     // RTCCheckbox
     //
     this.RTCCheckbox.Checked    = true;
     this.RTCCheckbox.CheckState = System.Windows.Forms.CheckState.Checked;
     this.RTCCheckbox.FlatStyle  = System.Windows.Forms.FlatStyle.Flat;
     this.RTCCheckbox.IsActive   = false;
     this.RTCCheckbox.Location   = new System.Drawing.Point(122, 21);
     this.RTCCheckbox.Name       = "RTCCheckbox";
     this.RTCCheckbox.Size       = new System.Drawing.Size(15, 14);
     this.RTCCheckbox.TabIndex   = 26;
     this.RTCCheckbox.TextAlign  = System.Drawing.ContentAlignment.MiddleRight;
     this.RTCCheckbox.UseVisualStyleBackColor = true;
     //
     // TMR2Checkbox
     //
     this.TMR2Checkbox.Checked    = true;
     this.TMR2Checkbox.CheckState = System.Windows.Forms.CheckState.Checked;
     this.TMR2Checkbox.FlatStyle  = System.Windows.Forms.FlatStyle.Flat;
     this.TMR2Checkbox.IsActive   = false;
     this.TMR2Checkbox.Location   = new System.Drawing.Point(139, 21);
     this.TMR2Checkbox.Name       = "TMR2Checkbox";
     this.TMR2Checkbox.Size       = new System.Drawing.Size(15, 14);
     this.TMR2Checkbox.TabIndex   = 25;
     this.TMR2Checkbox.TextAlign  = System.Drawing.ContentAlignment.MiddleRight;
     this.TMR2Checkbox.UseVisualStyleBackColor = true;
     //
     // TMR1Checkbox
     //
     this.TMR1Checkbox.Checked    = true;
     this.TMR1Checkbox.CheckState = System.Windows.Forms.CheckState.Checked;
     this.TMR1Checkbox.FlatStyle  = System.Windows.Forms.FlatStyle.Flat;
     this.TMR1Checkbox.IsActive   = false;
     this.TMR1Checkbox.Location   = new System.Drawing.Point(156, 21);
     this.TMR1Checkbox.Name       = "TMR1Checkbox";
     this.TMR1Checkbox.Size       = new System.Drawing.Size(15, 14);
     this.TMR1Checkbox.TabIndex   = 24;
     this.TMR1Checkbox.TextAlign  = System.Drawing.ContentAlignment.MiddleRight;
     this.TMR1Checkbox.UseVisualStyleBackColor = true;
     //
     // TMR0Checkbox
     //
     this.TMR0Checkbox.BackColor  = System.Drawing.SystemColors.Control;
     this.TMR0Checkbox.Checked    = true;
     this.TMR0Checkbox.CheckState = System.Windows.Forms.CheckState.Checked;
     this.TMR0Checkbox.FlatAppearance.BorderSize = 0;
     this.TMR0Checkbox.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.TMR0Checkbox.IsActive  = false;
     this.TMR0Checkbox.Location  = new System.Drawing.Point(173, 21);
     this.TMR0Checkbox.Name      = "TMR0Checkbox";
     this.TMR0Checkbox.Size      = new System.Drawing.Size(15, 14);
     this.TMR0Checkbox.TabIndex  = 23;
     this.TMR0Checkbox.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.TMR0Checkbox.UseVisualStyleBackColor = false;
     this.TMR0Checkbox.CheckedChanged         += new System.EventHandler(this.IRQCheckbox_CheckedChanged);
     //
     // SOLCheckbox
     //
     this.SOLCheckbox.Checked    = true;
     this.SOLCheckbox.CheckState = System.Windows.Forms.CheckState.Checked;
     this.SOLCheckbox.FlatStyle  = System.Windows.Forms.FlatStyle.Flat;
     this.SOLCheckbox.IsActive   = false;
     this.SOLCheckbox.Location   = new System.Drawing.Point(190, 21);
     this.SOLCheckbox.Name       = "SOLCheckbox";
     this.SOLCheckbox.Size       = new System.Drawing.Size(15, 14);
     this.SOLCheckbox.TabIndex   = 22;
     this.SOLCheckbox.TextAlign  = System.Drawing.ContentAlignment.MiddleRight;
     this.SOLCheckbox.UseVisualStyleBackColor = true;
     this.SOLCheckbox.CheckedChanged         += new System.EventHandler(this.IRQCheckbox_CheckedChanged);
     //
     // Reg2Label
     //
     this.Reg2Label.AutoSize = true;
     this.Reg2Label.Location = new System.Drawing.Point(3, 57);
     this.Reg2Label.Name     = "Reg2Label";
     this.Reg2Label.Size     = new System.Drawing.Size(58, 13);
     this.Reg2Label.TabIndex = 21;
     this.Reg2Label.Text     = "IRQ Reg 2";
     //
     // Reg1Label
     //
     this.Reg1Label.AutoSize = true;
     this.Reg1Label.Location = new System.Drawing.Point(3, 39);
     this.Reg1Label.Name     = "Reg1Label";
     this.Reg1Label.Size     = new System.Drawing.Size(58, 13);
     this.Reg1Label.TabIndex = 20;
     this.Reg1Label.Text     = "IRQ Reg 1";
     //
     // Reg0Label
     //
     this.Reg0Label.AutoSize = true;
     this.Reg0Label.Location = new System.Drawing.Point(3, 22);
     this.Reg0Label.Name     = "Reg0Label";
     this.Reg0Label.Size     = new System.Drawing.Size(58, 13);
     this.Reg0Label.TabIndex = 19;
     this.Reg0Label.Text     = "IRQ Reg 0";
     //
     // KeyboardCheckBox
     //
     this.KeyboardCheckBox.Checked    = true;
     this.KeyboardCheckBox.CheckState = System.Windows.Forms.CheckState.Checked;
     this.KeyboardCheckBox.FlatStyle  = System.Windows.Forms.FlatStyle.Flat;
     this.KeyboardCheckBox.IsActive   = false;
     this.KeyboardCheckBox.Location   = new System.Drawing.Point(206, 39);
     this.KeyboardCheckBox.Name       = "KeyboardCheckBox";
     this.KeyboardCheckBox.Size       = new System.Drawing.Size(15, 14);
     this.KeyboardCheckBox.TabIndex   = 18;
     this.KeyboardCheckBox.TextAlign  = System.Drawing.ContentAlignment.MiddleRight;
     this.KeyboardCheckBox.UseVisualStyleBackColor = true;
     this.KeyboardCheckBox.CheckedChanged         += new System.EventHandler(this.IRQCheckbox_CheckedChanged);
     //
     // SOFCheckbox
     //
     this.SOFCheckbox.Checked    = true;
     this.SOFCheckbox.CheckState = System.Windows.Forms.CheckState.Checked;
     this.SOFCheckbox.FlatStyle  = System.Windows.Forms.FlatStyle.Flat;
     this.SOFCheckbox.IsActive   = false;
     this.SOFCheckbox.Location   = new System.Drawing.Point(206, 21);
     this.SOFCheckbox.Name       = "SOFCheckbox";
     this.SOFCheckbox.Size       = new System.Drawing.Size(15, 14);
     this.SOFCheckbox.TabIndex   = 17;
     this.SOFCheckbox.TextAlign  = System.Drawing.ContentAlignment.MiddleRight;
     this.SOFCheckbox.UseVisualStyleBackColor = true;
     this.SOFCheckbox.CheckedChanged         += new System.EventHandler(this.IRQCheckbox_CheckedChanged);
     //
     // BreakOnIRQCheckBox
     //
     this.BreakOnIRQCheckBox.AutoSize   = true;
     this.BreakOnIRQCheckBox.BackColor  = System.Drawing.SystemColors.Control;
     this.BreakOnIRQCheckBox.Checked    = true;
     this.BreakOnIRQCheckBox.CheckState = System.Windows.Forms.CheckState.Checked;
     this.BreakOnIRQCheckBox.Location   = new System.Drawing.Point(3, 3);
     this.BreakOnIRQCheckBox.Name       = "BreakOnIRQCheckBox";
     this.BreakOnIRQCheckBox.Size       = new System.Drawing.Size(91, 17);
     this.BreakOnIRQCheckBox.TabIndex   = 16;
     this.BreakOnIRQCheckBox.Text       = "Break on IRQ";
     this.BreakOnIRQCheckBox.UseVisualStyleBackColor = false;
     this.BreakOnIRQCheckBox.CheckedChanged         += new System.EventHandler(this.BreakOnIRQCheckBox_CheckedChanged);
     //
     // LabelOverlayButton
     //
     this.LabelOverlayButton.BackColor = System.Drawing.SystemColors.ActiveCaption;
     this.LabelOverlayButton.FlatAppearance.BorderSize = 0;
     this.LabelOverlayButton.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.LabelOverlayButton.Location  = new System.Drawing.Point(198, 200);
     this.LabelOverlayButton.Margin    = new System.Windows.Forms.Padding(2);
     this.LabelOverlayButton.Name      = "LabelOverlayButton";
     this.LabelOverlayButton.Size      = new System.Drawing.Size(18, 18);
     this.LabelOverlayButton.TabIndex  = 13;
     this.LabelOverlayButton.TabStop   = false;
     this.LabelOverlayButton.Text      = "L";
     this.LabelOverlayButton.UseVisualStyleBackColor = false;
     this.LabelOverlayButton.Visible = false;
     this.LabelOverlayButton.Click  += new System.EventHandler(this.LabelOverlayButton_Click);
     //
     // registerDisplay1
     //
     this.registerDisplay1.CPU         = null;
     this.registerDisplay1.Location    = new System.Drawing.Point(2, 50);
     this.registerDisplay1.Margin      = new System.Windows.Forms.Padding(6, 5, 6, 5);
     this.registerDisplay1.Name        = "registerDisplay1";
     this.registerDisplay1.Size        = new System.Drawing.Size(366, 49);
     this.registerDisplay1.TabIndex    = 0;
     this.registerDisplay1.MouseEnter += new System.EventHandler(this.DebugPanel_Leave);
     //
     // CPUWindow
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(758, 517);
     this.Controls.Add(this.LabelOverlayButton);
     this.Controls.Add(this.irqPanel);
     this.Controls.Add(this.HeaderTextbox);
     this.Controls.Add(this.StepOverOverlayButton);
     this.Controls.Add(this.InspectOverlayButton);
     this.Controls.Add(this.DeleteBPOverlayButton);
     this.Controls.Add(this.AddBPOverlayButton);
     this.Controls.Add(this.DebugPanel);
     this.Controls.Add(this.registerDisplay1);
     this.Controls.Add(this.SecondPanel);
     this.Controls.Add(this.HeaderPanel);
     this.Controls.Add(this.lastLine);
     this.Controls.Add(this.stackText);
     this.DoubleBuffered = true;
     this.Icon           = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.KeyPreview     = true;
     this.Location       = new System.Drawing.Point(1280, 0);
     this.MaximizeBox    = false;
     this.MaximumSize    = new System.Drawing.Size(1024, 556);
     this.MinimizeBox    = false;
     this.MinimumSize    = new System.Drawing.Size(774, 556);
     this.Name           = "CPUWindow";
     this.StartPosition  = System.Windows.Forms.FormStartPosition.Manual;
     this.Text           = "CPU Window";
     this.FormClosed    += new System.Windows.Forms.FormClosedEventHandler(this.CPUWindow_FormClosed);
     this.Load          += new System.EventHandler(this.CPUWindow_Load);
     this.KeyDown       += new System.Windows.Forms.KeyEventHandler(this.CPUWindow_KeyDown);
     this.HeaderPanel.ResumeLayout(false);
     this.SecondPanel.ResumeLayout(false);
     this.SecondPanel.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.DebugPanel)).EndInit();
     this.irqPanel.ResumeLayout(false);
     this.irqPanel.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Exemplo n.º 14
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components       = new global::System.ComponentModel.Container();
     this.messageText      = new global::System.Windows.Forms.TextBox();
     this.panel1           = new global::System.Windows.Forms.Panel();
     this.stepsInput       = new global::System.Windows.Forms.TextBox();
     this.BPLabel          = new global::System.Windows.Forms.Label();
     this.BPCombo          = new global::System.Windows.Forms.ComboBox();
     this.AddBPButton      = new global::System.Windows.Forms.Button();
     this.DeleteBPButton   = new global::System.Windows.Forms.Button();
     this.stepsLabel       = new global::System.Windows.Forms.Label();
     this.StepButton       = new global::System.Windows.Forms.Button();
     this.RunButton        = new global::System.Windows.Forms.Button();
     this.PauseButton      = new global::System.Windows.Forms.Button();
     this.locationLabel    = new global::System.Windows.Forms.Label();
     this.locationInput    = new global::System.Windows.Forms.TextBox();
     this.JumpButton       = new global::System.Windows.Forms.Button();
     this.lastLine         = new global::System.Windows.Forms.TextBox();
     this.stackText        = new global::System.Windows.Forms.TextBox();
     this.HeaderTextbox    = new global::System.Windows.Forms.TextBox();
     this.timer1           = new global::System.Windows.Forms.Timer(this.components);
     this.panel2           = new global::System.Windows.Forms.Panel();
     this.ClearTraceButton = new global::System.Windows.Forms.Button();
     this.registerDisplay1 = new Nu256.RegisterDisplay();
     this.panel1.SuspendLayout();
     this.panel2.SuspendLayout();
     this.SuspendLayout();
     //
     // messageText
     //
     this.messageText.Dock       = global::System.Windows.Forms.DockStyle.Fill;
     this.messageText.Font       = new global::System.Drawing.Font("Consolas", 10F, global::System.Drawing.FontStyle.Regular, global::System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.messageText.Location   = new global::System.Drawing.Point(0, 121);
     this.messageText.Multiline  = true;
     this.messageText.Name       = "messageText";
     this.messageText.ScrollBars = global::System.Windows.Forms.ScrollBars.Both;
     this.messageText.Size       = new global::System.Drawing.Size(621, 409);
     this.messageText.TabIndex   = 2;
     //
     // panel1
     //
     this.panel1.Controls.Add(this.stepsInput);
     this.panel1.Controls.Add(this.BPLabel);
     this.panel1.Controls.Add(this.BPCombo);
     this.panel1.Controls.Add(this.AddBPButton);
     this.panel1.Controls.Add(this.DeleteBPButton);
     this.panel1.Controls.Add(this.stepsLabel);
     this.panel1.Controls.Add(this.StepButton);
     this.panel1.Controls.Add(this.RunButton);
     this.panel1.Controls.Add(this.PauseButton);
     this.panel1.Dock     = global::System.Windows.Forms.DockStyle.Top;
     this.panel1.Location = new global::System.Drawing.Point(0, 0);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new global::System.Drawing.Size(621, 24);
     this.panel1.TabIndex = 2;
     //
     // stepsInput
     //
     this.stepsInput.Dock     = global::System.Windows.Forms.DockStyle.Left;
     this.stepsInput.Font     = new global::System.Drawing.Font("Consolas", 10F, global::System.Drawing.FontStyle.Regular, global::System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.stepsInput.Location = new global::System.Drawing.Point(256, 0);
     this.stepsInput.Name     = "stepsInput";
     this.stepsInput.Size     = new global::System.Drawing.Size(64, 23);
     this.stepsInput.TabIndex = 3;
     this.stepsInput.Text     = "1";
     this.stepsInput.Enter   += new global::System.EventHandler(this.stepsInput_Enter);
     //
     // BPLabel
     //
     this.BPLabel.Dock      = global::System.Windows.Forms.DockStyle.Right;
     this.BPLabel.Location  = new global::System.Drawing.Point(356, 0);
     this.BPLabel.Name      = "BPLabel";
     this.BPLabel.Padding   = new global::System.Windows.Forms.Padding(0, 4, 0, 0);
     this.BPLabel.Size      = new global::System.Drawing.Size(96, 24);
     this.BPLabel.TabIndex  = 5;
     this.BPLabel.Text      = "Breakpoint";
     this.BPLabel.TextAlign = global::System.Drawing.ContentAlignment.TopRight;
     //
     // BPCombo
     //
     this.BPCombo.Dock = global::System.Windows.Forms.DockStyle.Right;
     this.BPCombo.FormattingEnabled = true;
     this.BPCombo.Location          = new global::System.Drawing.Point(452, 0);
     this.BPCombo.Name     = "BPCombo";
     this.BPCombo.Size     = new global::System.Drawing.Size(121, 21);
     this.BPCombo.TabIndex = 6;
     //
     // AddBPButton
     //
     this.AddBPButton.Dock     = global::System.Windows.Forms.DockStyle.Right;
     this.AddBPButton.Location = new global::System.Drawing.Point(573, 0);
     this.AddBPButton.Name     = "AddBPButton";
     this.AddBPButton.Size     = new global::System.Drawing.Size(24, 24);
     this.AddBPButton.TabIndex = 7;
     this.AddBPButton.Text     = "+";
     this.AddBPButton.UseVisualStyleBackColor = true;
     this.AddBPButton.Click += new global::System.EventHandler(this.AddBPButton_Click);
     //
     // DeleteBPButton
     //
     this.DeleteBPButton.Dock     = global::System.Windows.Forms.DockStyle.Right;
     this.DeleteBPButton.Location = new global::System.Drawing.Point(597, 0);
     this.DeleteBPButton.Name     = "DeleteBPButton";
     this.DeleteBPButton.Size     = new global::System.Drawing.Size(24, 24);
     this.DeleteBPButton.TabIndex = 8;
     this.DeleteBPButton.Text     = "-";
     this.DeleteBPButton.UseVisualStyleBackColor = true;
     this.DeleteBPButton.Click += new global::System.EventHandler(this.DeleteBPButton_Click);
     //
     // stepsLabel
     //
     this.stepsLabel.Dock     = global::System.Windows.Forms.DockStyle.Left;
     this.stepsLabel.Location = new global::System.Drawing.Point(192, 0);
     this.stepsLabel.Name     = "stepsLabel";
     this.stepsLabel.Padding  = new global::System.Windows.Forms.Padding(0, 4, 0, 0);
     this.stepsLabel.Size     = new global::System.Drawing.Size(64, 24);
     this.stepsLabel.TabIndex = 4;
     this.stepsLabel.Text     = "Steps (dec)";
     //
     // StepButton
     //
     this.StepButton.Dock     = global::System.Windows.Forms.DockStyle.Left;
     this.StepButton.Location = new global::System.Drawing.Point(128, 0);
     this.StepButton.Name     = "StepButton";
     this.StepButton.Size     = new global::System.Drawing.Size(64, 24);
     this.StepButton.TabIndex = 2;
     this.StepButton.Text     = "Step";
     this.StepButton.UseVisualStyleBackColor = true;
     this.StepButton.Click += new global::System.EventHandler(this.StepButton_Click);
     //
     // RunButton
     //
     this.RunButton.Dock     = global::System.Windows.Forms.DockStyle.Left;
     this.RunButton.Location = new global::System.Drawing.Point(64, 0);
     this.RunButton.Name     = "RunButton";
     this.RunButton.Size     = new global::System.Drawing.Size(64, 24);
     this.RunButton.TabIndex = 1;
     this.RunButton.Text     = "Run";
     this.RunButton.UseVisualStyleBackColor = true;
     this.RunButton.Click += new global::System.EventHandler(this.RunButton_Click);
     //
     // PauseButton
     //
     this.PauseButton.Dock     = global::System.Windows.Forms.DockStyle.Left;
     this.PauseButton.Location = new global::System.Drawing.Point(0, 0);
     this.PauseButton.Name     = "PauseButton";
     this.PauseButton.Size     = new global::System.Drawing.Size(64, 24);
     this.PauseButton.TabIndex = 0;
     this.PauseButton.Text     = "Pause";
     this.PauseButton.UseVisualStyleBackColor = true;
     this.PauseButton.Click += new global::System.EventHandler(this.PauseButton_Click);
     //
     // locationLabel
     //
     this.locationLabel.Dock     = global::System.Windows.Forms.DockStyle.Left;
     this.locationLabel.Location = new global::System.Drawing.Point(160, 0);
     this.locationLabel.Name     = "locationLabel";
     this.locationLabel.Padding  = new global::System.Windows.Forms.Padding(0, 4, 0, 0);
     this.locationLabel.Size     = new global::System.Drawing.Size(64, 24);
     this.locationLabel.TabIndex = 9;
     this.locationLabel.Text     = "Location $";
     //
     // locationInput
     //
     this.locationInput.Dock         = global::System.Windows.Forms.DockStyle.Left;
     this.locationInput.Font         = new global::System.Drawing.Font("Consolas", 10F, global::System.Drawing.FontStyle.Regular, global::System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.locationInput.Location     = new global::System.Drawing.Point(224, 0);
     this.locationInput.Name         = "locationInput";
     this.locationInput.Size         = new global::System.Drawing.Size(64, 23);
     this.locationInput.TabIndex     = 10;
     this.locationInput.Text         = "000000";
     this.locationInput.TextChanged += new global::System.EventHandler(this.locationInput_TextChanged);
     //
     // JumpButton
     //
     this.JumpButton.Dock     = global::System.Windows.Forms.DockStyle.Left;
     this.JumpButton.Location = new global::System.Drawing.Point(96, 0);
     this.JumpButton.Name     = "JumpButton";
     this.JumpButton.Size     = new global::System.Drawing.Size(64, 24);
     this.JumpButton.TabIndex = 11;
     this.JumpButton.Text     = "Jump";
     this.JumpButton.UseVisualStyleBackColor = true;
     this.JumpButton.Click += new global::System.EventHandler(this.JumpButton_Click);
     //
     // lastLine
     //
     this.lastLine.Dock     = global::System.Windows.Forms.DockStyle.Bottom;
     this.lastLine.Font     = new global::System.Drawing.Font("Consolas", 10F, global::System.Drawing.FontStyle.Regular, global::System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lastLine.Location = new global::System.Drawing.Point(0, 530);
     this.lastLine.Name     = "lastLine";
     this.lastLine.Size     = new global::System.Drawing.Size(621, 23);
     this.lastLine.TabIndex = 4;
     this.lastLine.Text     = "Click [Step] to execute an instruction";
     //
     // stackText
     //
     this.stackText.Dock      = global::System.Windows.Forms.DockStyle.Right;
     this.stackText.Font      = new global::System.Drawing.Font("Consolas", 10F);
     this.stackText.Location  = new global::System.Drawing.Point(621, 0);
     this.stackText.Multiline = true;
     this.stackText.Name      = "stackText";
     this.stackText.Size      = new global::System.Drawing.Size(150, 553);
     this.stackText.TabIndex  = 3;
     //
     // HeaderTextbox
     //
     this.HeaderTextbox.Dock      = global::System.Windows.Forms.DockStyle.Top;
     this.HeaderTextbox.Font      = new global::System.Drawing.Font("Consolas", 10F);
     this.HeaderTextbox.Location  = new global::System.Drawing.Point(0, 101);
     this.HeaderTextbox.Multiline = true;
     this.HeaderTextbox.Name      = "HeaderTextbox";
     this.HeaderTextbox.Size      = new global::System.Drawing.Size(621, 20);
     this.HeaderTextbox.TabIndex  = 1;
     //
     // timer1
     //
     this.timer1.Interval = 50;
     this.timer1.Tick    += new global::System.EventHandler(this.timer1_Tick);
     //
     // panel2
     //
     this.panel2.Controls.Add(this.locationInput);
     this.panel2.Controls.Add(this.locationLabel);
     this.panel2.Controls.Add(this.JumpButton);
     this.panel2.Controls.Add(this.ClearTraceButton);
     this.panel2.Dock     = global::System.Windows.Forms.DockStyle.Top;
     this.panel2.Location = new global::System.Drawing.Point(0, 24);
     this.panel2.Name     = "panel2";
     this.panel2.Size     = new global::System.Drawing.Size(621, 24);
     this.panel2.TabIndex = 5;
     //
     // ClearTraceButton
     //
     this.ClearTraceButton.Dock     = global::System.Windows.Forms.DockStyle.Left;
     this.ClearTraceButton.Location = new global::System.Drawing.Point(0, 0);
     this.ClearTraceButton.Name     = "ClearTraceButton";
     this.ClearTraceButton.Size     = new global::System.Drawing.Size(96, 24);
     this.ClearTraceButton.TabIndex = 12;
     this.ClearTraceButton.Text     = "Clear Trace";
     this.ClearTraceButton.UseVisualStyleBackColor = true;
     this.ClearTraceButton.Click += new global::System.EventHandler(this.ClearTraceButton_Click);
     //
     // registerDisplay1
     //
     this.registerDisplay1.CPU      = null;
     this.registerDisplay1.Dock     = global::System.Windows.Forms.DockStyle.Top;
     this.registerDisplay1.Location = new global::System.Drawing.Point(0, 48);
     this.registerDisplay1.Name     = "registerDisplay1";
     this.registerDisplay1.Size     = new global::System.Drawing.Size(621, 53);
     this.registerDisplay1.TabIndex = 0;
     //
     // CPUWindow
     //
     this.AutoScaleDimensions = new global::System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = global::System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new global::System.Drawing.Size(771, 553);
     this.Controls.Add(this.messageText);
     this.Controls.Add(this.HeaderTextbox);
     this.Controls.Add(this.registerDisplay1);
     this.Controls.Add(this.panel2);
     this.Controls.Add(this.panel1);
     this.Controls.Add(this.lastLine);
     this.Controls.Add(this.stackText);
     this.Location      = new global::System.Drawing.Point(1280, 0);
     this.Name          = "CPUWindow";
     this.StartPosition = global::System.Windows.Forms.FormStartPosition.Manual;
     this.Text          = "RegisterWindow";
     this.Load         += new global::System.EventHandler(this.CPUWindow_Load);
     this.panel1.ResumeLayout(false);
     this.panel1.PerformLayout();
     this.panel2.ResumeLayout(false);
     this.panel2.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new GSystem.ComponentModel.Container();
     GSystem.ComponentModel.ComponentResourceManager resources = new GSystem.ComponentModel.ComponentResourceManager(typeof(frmRemoteDesktopViewer));
     this.pnlCover        = new GSystem.Windows.Forms.Panel();
     this.lblLogo         = new GSystem.Windows.Forms.Label();
     this.tmrLoginFailure = new GSystem.Windows.Forms.Timer(this.components);
     this.axRDP           = new AxMSTSCLib.AxMsRdpClient6NotSafeForScripting();
     this.pnlCover.SuspendLayout();
     ((GSystem.ComponentModel.ISupportInitialize)(this.axRDP)).BeginInit();
     this.SuspendLayout();
     //
     // pnlCover
     //
     this.pnlCover.BackColor = GSystem.Drawing.Color.DimGray;
     this.pnlCover.Controls.Add(this.lblLogo);
     this.pnlCover.Location          = new GSystem.Drawing.Point(12, 12);
     this.pnlCover.Name              = "pnlCover";
     this.pnlCover.Size              = new GSystem.Drawing.Size(200, 100);
     this.pnlCover.TabIndex          = 1;
     this.pnlCover.MouseDoubleClick += new GSystem.Windows.Forms.MouseEventHandler(this.pnlCover_MouseDoubleClick);
     //
     // lblLogo
     //
     this.lblLogo.Anchor = ((GSystem.Windows.Forms.AnchorStyles)((((GSystem.Windows.Forms.AnchorStyles.Top | GSystem.Windows.Forms.AnchorStyles.Bottom)
                                                                   | GSystem.Windows.Forms.AnchorStyles.Left)
                                                                  | GSystem.Windows.Forms.AnchorStyles.Right)));
     this.lblLogo.AutoSize  = true;
     this.lblLogo.Font      = new GSystem.Drawing.Font("Segoe UI", 48F, GSystem.Drawing.FontStyle.Regular, GSystem.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblLogo.ForeColor = GSystem.Drawing.Color.White;
     this.lblLogo.Location  = new GSystem.Drawing.Point(743, 377);
     this.lblLogo.Name      = "lblLogo";
     this.lblLogo.Size      = new GSystem.Drawing.Size(361, 86);
     this.lblLogo.TabIndex  = 0;
     this.lblLogo.Text      = "vm window";
     //
     // tmrLoginFailure
     //
     this.tmrLoginFailure.Interval = 15000;
     this.tmrLoginFailure.Tick    += new GSystem.EventHandler(this.tmrLoginFailure_Tick);
     //
     // axRDP
     //
     this.axRDP.Dock     = GSystem.Windows.Forms.DockStyle.Fill;
     this.axRDP.Enabled  = true;
     this.axRDP.Location = new GSystem.Drawing.Point(0, 0);
     this.axRDP.Name     = "axRDP";
     this.axRDP.OcxState = ((GSystem.Windows.Forms.AxHost.State)(resources.GetObject("axRDP.OcxState")));
     this.axRDP.Size     = new GSystem.Drawing.Size(1083, 716);
     this.axRDP.TabIndex = 2;
     //
     // frmRemoteDesktopViewer
     //
     this.AutoScaleDimensions = new GSystem.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = GSystem.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new GSystem.Drawing.Size(1083, 716);
     this.Controls.Add(this.pnlCover);
     this.Controls.Add(this.axRDP);
     this.Icon          = ((GSystem.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name          = "frmRemoteDesktopViewer";
     this.StartPosition = GSystem.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "Remote Desktop";
     this.Load         += new GSystem.EventHandler(this.frmRemoteDesktopViewer_Load);
     this.pnlCover.ResumeLayout(false);
     this.pnlCover.PerformLayout();
     ((GSystem.ComponentModel.ISupportInitialize)(this.axRDP)).EndInit();
     this.ResumeLayout(false);
 }
Exemplo n.º 16
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainWindow));
     this.statusStrip1          = new System.Windows.Forms.StatusStrip();
     this.ModeText              = new System.Windows.Forms.ToolStripStatusLabel();
     this.lastKeyPressed        = new System.Windows.Forms.ToolStripStatusLabel();
     this.cpsPerf               = new System.Windows.Forms.ToolStripStatusLabel();
     this.fpsPerf               = new System.Windows.Forms.ToolStripStatusLabel();
     this.menuStrip1            = new System.Windows.Forms.MenuStrip();
     this.fileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.menuOpenHexFile       = new System.Windows.Forms.ToolStripMenuItem();
     this.openHexFileWoZeroingToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.loadFNXMLFileToolStripMenuItem        = new System.Windows.Forms.ToolStripMenuItem();
     this.saveProjectToolStripMenuItem          = new System.Windows.Forms.ToolStripMenuItem();
     this.preferencesToolStripMenuItem          = new System.Windows.Forms.ToolStripMenuItem();
     this.exitToolStripMenuItem       = new System.Windows.Forms.ToolStripMenuItem();
     this.toolsToolStripMenuItem      = new System.Windows.Forms.ToolStripMenuItem();
     this.loadImageToolStripMenuItem  = new System.Windows.Forms.ToolStripMenuItem();
     this.tileEditorToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.uploaderToolStripMenuItem   = new System.Windows.Forms.ToolStripMenuItem();
     this.windowsToolStripMenuItem    = new System.Windows.Forms.ToolStripMenuItem();
     this.cPUToolStripMenuItem        = new System.Windows.Forms.ToolStripMenuItem();
     this.memoryToolStripMenuItem     = new System.Windows.Forms.ToolStripMenuItem();
     this.terminalToolStripMenuItem   = new System.Windows.Forms.ToolStripMenuItem();
     this.sDCardToolStripMenuItem     = new System.Windows.Forms.ToolStripMenuItem();
     this.resetToolStripMenuItem      = new System.Windows.Forms.ToolStripMenuItem();
     this.RestartMenuItem             = new System.Windows.Forms.ToolStripMenuItem();
     this.debugToolStripMenuItem      = new System.Windows.Forms.ToolStripMenuItem();
     this.helpToolStripMenuItem       = new System.Windows.Forms.ToolStripMenuItem();
     this.aboutToolStripMenuItem      = new System.Windows.Forms.ToolStripMenuItem();
     this.performanceTimer            = new System.Windows.Forms.Timer(this.components);
     this.panel1 = new System.Windows.Forms.Panel();
     this.panel2 = new System.Windows.Forms.Panel();
     this.panel3 = new System.Windows.Forms.Panel();
     this.panel4 = new System.Windows.Forms.Panel();
     this.oPLToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.statusStrip1.SuspendLayout();
     this.menuStrip1.SuspendLayout();
     this.SuspendLayout();
     //
     // statusStrip1
     //
     this.statusStrip1.ImageScalingSize = new System.Drawing.Size(28, 28);
     this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.ModeText,
         this.lastKeyPressed,
         this.cpsPerf,
         this.fpsPerf
     });
     this.statusStrip1.Location = new System.Drawing.Point(0, 582);
     this.statusStrip1.Name     = "statusStrip1";
     this.statusStrip1.Size     = new System.Drawing.Size(686, 28);
     this.statusStrip1.Stretch  = false;
     this.statusStrip1.TabIndex = 1;
     this.statusStrip1.Text     = "statusStrip1";
     //
     // ModeText
     //
     this.ModeText.Name = "ModeText";
     this.ModeText.Size = new System.Drawing.Size(64, 23);
     this.ModeText.Text = "Immediate";
     //
     // lastKeyPressed
     //
     this.lastKeyPressed.Name = "lastKeyPressed";
     this.lastKeyPressed.Size = new System.Drawing.Size(25, 23);
     this.lastKeyPressed.Text = "$00";
     //
     // cpsPerf
     //
     this.cpsPerf.BorderSides = ((System.Windows.Forms.ToolStripStatusLabelBorderSides)((((System.Windows.Forms.ToolStripStatusLabelBorderSides.Left | System.Windows.Forms.ToolStripStatusLabelBorderSides.Top)
                                                                                          | System.Windows.Forms.ToolStripStatusLabelBorderSides.Right)
                                                                                         | System.Windows.Forms.ToolStripStatusLabelBorderSides.Bottom)));
     this.cpsPerf.BorderStyle = System.Windows.Forms.Border3DStyle.Sunken;
     this.cpsPerf.Font        = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.cpsPerf.Name        = "cpsPerf";
     this.cpsPerf.Padding     = new System.Windows.Forms.Padding(2);
     this.cpsPerf.Size        = new System.Drawing.Size(49, 23);
     this.cpsPerf.Text        = "CPS: 0";
     //
     // fpsPerf
     //
     this.fpsPerf.BorderSides = ((System.Windows.Forms.ToolStripStatusLabelBorderSides)((((System.Windows.Forms.ToolStripStatusLabelBorderSides.Left | System.Windows.Forms.ToolStripStatusLabelBorderSides.Top)
                                                                                          | System.Windows.Forms.ToolStripStatusLabelBorderSides.Right)
                                                                                         | System.Windows.Forms.ToolStripStatusLabelBorderSides.Bottom)));
     this.fpsPerf.BorderStyle = System.Windows.Forms.Border3DStyle.Sunken;
     this.fpsPerf.Font        = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.fpsPerf.Name        = "fpsPerf";
     this.fpsPerf.Padding     = new System.Windows.Forms.Padding(2);
     this.fpsPerf.Size        = new System.Drawing.Size(48, 23);
     this.fpsPerf.Text        = "FPS: 0";
     //
     // menuStrip1
     //
     this.menuStrip1.ImageScalingSize = new System.Drawing.Size(28, 28);
     this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.fileToolStripMenuItem,
         this.toolsToolStripMenuItem,
         this.windowsToolStripMenuItem,
         this.resetToolStripMenuItem,
         this.helpToolStripMenuItem
     });
     this.menuStrip1.Location = new System.Drawing.Point(0, 0);
     this.menuStrip1.Name     = "menuStrip1";
     this.menuStrip1.Size     = new System.Drawing.Size(686, 24);
     this.menuStrip1.TabIndex = 2;
     this.menuStrip1.Text     = "menuStrip1";
     //
     // fileToolStripMenuItem
     //
     this.fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.menuOpenHexFile,
         this.openHexFileWoZeroingToolStripMenuItem,
         this.loadFNXMLFileToolStripMenuItem,
         this.saveProjectToolStripMenuItem,
         this.preferencesToolStripMenuItem,
         this.exitToolStripMenuItem
     });
     this.fileToolStripMenuItem.Name = "fileToolStripMenuItem";
     this.fileToolStripMenuItem.Size = new System.Drawing.Size(37, 20);
     this.fileToolStripMenuItem.Text = "&File";
     //
     // menuOpenHexFile
     //
     this.menuOpenHexFile.Name   = "menuOpenHexFile";
     this.menuOpenHexFile.Size   = new System.Drawing.Size(216, 22);
     this.menuOpenHexFile.Text   = "&Open Hex File";
     this.menuOpenHexFile.Click += new System.EventHandler(this.MenuOpenHexFile_Click);
     //
     // openHexFileWoZeroingToolStripMenuItem
     //
     this.openHexFileWoZeroingToolStripMenuItem.Name   = "openHexFileWoZeroingToolStripMenuItem";
     this.openHexFileWoZeroingToolStripMenuItem.Size   = new System.Drawing.Size(216, 22);
     this.openHexFileWoZeroingToolStripMenuItem.Text   = "Open Hex File w/o &Zeroing";
     this.openHexFileWoZeroingToolStripMenuItem.Click += new System.EventHandler(this.OpenHexFileWoZeroingToolStripMenuItem_Click);
     //
     // loadFNXMLFileToolStripMenuItem
     //
     this.loadFNXMLFileToolStripMenuItem.Name   = "loadFNXMLFileToolStripMenuItem";
     this.loadFNXMLFileToolStripMenuItem.Size   = new System.Drawing.Size(216, 22);
     this.loadFNXMLFileToolStripMenuItem.Text   = "&Load Project...";
     this.loadFNXMLFileToolStripMenuItem.Click += new System.EventHandler(this.LoadFNXMLFileToolStripMenuItem_Click);
     //
     // saveProjectToolStripMenuItem
     //
     this.saveProjectToolStripMenuItem.Name   = "saveProjectToolStripMenuItem";
     this.saveProjectToolStripMenuItem.Size   = new System.Drawing.Size(216, 22);
     this.saveProjectToolStripMenuItem.Text   = "&Save Project...";
     this.saveProjectToolStripMenuItem.Click += new System.EventHandler(this.SaveProjectToolStripMenuItem_Click);
     //
     // preferencesToolStripMenuItem
     //
     this.preferencesToolStripMenuItem.Name   = "preferencesToolStripMenuItem";
     this.preferencesToolStripMenuItem.Size   = new System.Drawing.Size(216, 22);
     this.preferencesToolStripMenuItem.Text   = "&Preferences";
     this.preferencesToolStripMenuItem.Click += new System.EventHandler(this.PreferencesToolStripMenuItem_Click);
     //
     // exitToolStripMenuItem
     //
     this.exitToolStripMenuItem.Name   = "exitToolStripMenuItem";
     this.exitToolStripMenuItem.Size   = new System.Drawing.Size(216, 22);
     this.exitToolStripMenuItem.Text   = "E&xit";
     this.exitToolStripMenuItem.Click += new System.EventHandler(this.ExitToolStripMenuItem_Click);
     //
     // toolsToolStripMenuItem
     //
     this.toolsToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.loadImageToolStripMenuItem,
         this.tileEditorToolStripMenuItem,
         this.uploaderToolStripMenuItem
     });
     this.toolsToolStripMenuItem.Name = "toolsToolStripMenuItem";
     this.toolsToolStripMenuItem.Size = new System.Drawing.Size(46, 20);
     this.toolsToolStripMenuItem.Text = "&Tools";
     //
     // loadImageToolStripMenuItem
     //
     this.loadImageToolStripMenuItem.Name   = "loadImageToolStripMenuItem";
     this.loadImageToolStripMenuItem.Size   = new System.Drawing.Size(180, 22);
     this.loadImageToolStripMenuItem.Text   = "&Load Image";
     this.loadImageToolStripMenuItem.Click += new System.EventHandler(this.LoadImageToolStripMenuItem_Click);
     //
     // tileEditorToolStripMenuItem
     //
     this.tileEditorToolStripMenuItem.Name   = "tileEditorToolStripMenuItem";
     this.tileEditorToolStripMenuItem.Size   = new System.Drawing.Size(180, 22);
     this.tileEditorToolStripMenuItem.Text   = "&Tile Editor";
     this.tileEditorToolStripMenuItem.Click += new System.EventHandler(this.TileEditorToolStripMenuItem_Click);
     //
     // uploaderToolStripMenuItem
     //
     this.uploaderToolStripMenuItem.Name   = "uploaderToolStripMenuItem";
     this.uploaderToolStripMenuItem.Size   = new System.Drawing.Size(180, 22);
     this.uploaderToolStripMenuItem.Text   = "&Uploader";
     this.uploaderToolStripMenuItem.Click += new System.EventHandler(this.UploaderToolStripMenuItem_Click);
     //
     // windowsToolStripMenuItem
     //
     this.windowsToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.cPUToolStripMenuItem,
         this.memoryToolStripMenuItem,
         this.terminalToolStripMenuItem,
         this.sDCardToolStripMenuItem,
         this.oPLToolStripMenuItem
     });
     this.windowsToolStripMenuItem.Name = "windowsToolStripMenuItem";
     this.windowsToolStripMenuItem.Size = new System.Drawing.Size(68, 20);
     this.windowsToolStripMenuItem.Text = "&Windows";
     //
     // cPUToolStripMenuItem
     //
     this.cPUToolStripMenuItem.Name   = "cPUToolStripMenuItem";
     this.cPUToolStripMenuItem.Size   = new System.Drawing.Size(180, 22);
     this.cPUToolStripMenuItem.Text   = "&CPU";
     this.cPUToolStripMenuItem.Click += new System.EventHandler(this.CPUToolStripMenuItem_Click);
     //
     // memoryToolStripMenuItem
     //
     this.memoryToolStripMenuItem.Name   = "memoryToolStripMenuItem";
     this.memoryToolStripMenuItem.Size   = new System.Drawing.Size(180, 22);
     this.memoryToolStripMenuItem.Text   = "&Memory";
     this.memoryToolStripMenuItem.Click += new System.EventHandler(this.MemoryToolStripMenuItem_Click);
     //
     // terminalToolStripMenuItem
     //
     this.terminalToolStripMenuItem.Name   = "terminalToolStripMenuItem";
     this.terminalToolStripMenuItem.Size   = new System.Drawing.Size(180, 22);
     this.terminalToolStripMenuItem.Text   = "&Terminal";
     this.terminalToolStripMenuItem.Click += new System.EventHandler(this.TerminalToolStripMenuItem_Click);
     //
     // sDCardToolStripMenuItem
     //
     this.sDCardToolStripMenuItem.Name   = "sDCardToolStripMenuItem";
     this.sDCardToolStripMenuItem.Size   = new System.Drawing.Size(180, 22);
     this.sDCardToolStripMenuItem.Text   = "&SDCard";
     this.sDCardToolStripMenuItem.Click += new System.EventHandler(this.SDCardToolStripMenuItem_Click);
     //
     // resetToolStripMenuItem
     //
     this.resetToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.RestartMenuItem,
         this.debugToolStripMenuItem
     });
     this.resetToolStripMenuItem.Name         = "resetToolStripMenuItem";
     this.resetToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)(((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Alt)
                                                                              | System.Windows.Forms.Keys.R)));
     this.resetToolStripMenuItem.Size = new System.Drawing.Size(47, 20);
     this.resetToolStripMenuItem.Text = "&Reset";
     //
     // RestartMenuItem
     //
     this.RestartMenuItem.Name   = "RestartMenuItem";
     this.RestartMenuItem.Size   = new System.Drawing.Size(110, 22);
     this.RestartMenuItem.Text   = "&Restart";
     this.RestartMenuItem.Click += new System.EventHandler(this.RestartMenuItemClick);
     //
     // debugToolStripMenuItem
     //
     this.debugToolStripMenuItem.Name   = "debugToolStripMenuItem";
     this.debugToolStripMenuItem.Size   = new System.Drawing.Size(110, 22);
     this.debugToolStripMenuItem.Text   = "&Debug";
     this.debugToolStripMenuItem.Click += new System.EventHandler(this.DebugToolStripMenuItem_Click);
     //
     // helpToolStripMenuItem
     //
     this.helpToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.aboutToolStripMenuItem
     });
     this.helpToolStripMenuItem.Name = "helpToolStripMenuItem";
     this.helpToolStripMenuItem.Size = new System.Drawing.Size(44, 20);
     this.helpToolStripMenuItem.Text = "&Help";
     //
     // aboutToolStripMenuItem
     //
     this.aboutToolStripMenuItem.Name   = "aboutToolStripMenuItem";
     this.aboutToolStripMenuItem.Size   = new System.Drawing.Size(107, 22);
     this.aboutToolStripMenuItem.Text   = "&About";
     this.aboutToolStripMenuItem.Click += new System.EventHandler(this.AboutToolStripMenuItem_Click);
     //
     // performanceTimer
     //
     this.performanceTimer.Enabled  = true;
     this.performanceTimer.Interval = 1000;
     this.performanceTimer.Tick    += new System.EventHandler(this.PerformanceTimer_Tick);
     //
     // panel1
     //
     this.panel1.BackColor = System.Drawing.Color.LightBlue;
     this.panel1.Dock      = System.Windows.Forms.DockStyle.Left;
     this.panel1.Location  = new System.Drawing.Point(0, 40);
     this.panel1.Margin    = new System.Windows.Forms.Padding(4);
     this.panel1.Name      = "panel1";
     this.panel1.Size      = new System.Drawing.Size(16, 542);
     this.panel1.TabIndex  = 3;
     //
     // panel2
     //
     this.panel2.BackColor = System.Drawing.Color.LightBlue;
     this.panel2.Dock      = System.Windows.Forms.DockStyle.Right;
     this.panel2.Location  = new System.Drawing.Point(670, 40);
     this.panel2.Margin    = new System.Windows.Forms.Padding(4);
     this.panel2.Name      = "panel2";
     this.panel2.Size      = new System.Drawing.Size(16, 542);
     this.panel2.TabIndex  = 4;
     //
     // panel3
     //
     this.panel3.BackColor = System.Drawing.Color.LightBlue;
     this.panel3.Dock      = System.Windows.Forms.DockStyle.Bottom;
     this.panel3.Location  = new System.Drawing.Point(16, 566);
     this.panel3.Margin    = new System.Windows.Forms.Padding(4);
     this.panel3.Name      = "panel3";
     this.panel3.Size      = new System.Drawing.Size(654, 16);
     this.panel3.TabIndex  = 5;
     //
     // panel4
     //
     this.panel4.BackColor = System.Drawing.Color.LightBlue;
     this.panel4.Dock      = System.Windows.Forms.DockStyle.Top;
     this.panel4.Location  = new System.Drawing.Point(0, 24);
     this.panel4.Margin    = new System.Windows.Forms.Padding(4);
     this.panel4.Name      = "panel4";
     this.panel4.Size      = new System.Drawing.Size(686, 16);
     this.panel4.TabIndex  = 6;
     //
     // oPLToolStripMenuItem
     //
     this.oPLToolStripMenuItem.Name   = "oPLToolStripMenuItem";
     this.oPLToolStripMenuItem.Size   = new System.Drawing.Size(180, 22);
     this.oPLToolStripMenuItem.Text   = "&OPL";
     this.oPLToolStripMenuItem.Click += new System.EventHandler(this.OPLToolStripMenuItem_Click);
     //
     // MainWindow
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(686, 610);
     this.Controls.Add(this.panel3);
     this.Controls.Add(this.panel2);
     this.Controls.Add(this.panel1);
     this.Controls.Add(this.panel4);
     this.Controls.Add(this.menuStrip1);
     this.Controls.Add(this.statusStrip1);
     this.DoubleBuffered = true;
     this.Icon           = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.KeyPreview     = true;
     this.Location       = new System.Drawing.Point(300, 300);
     this.MainMenuStrip  = this.menuStrip1;
     this.Margin         = new System.Windows.Forms.Padding(4);
     this.MinimumSize    = new System.Drawing.Size(686, 610);
     this.Name           = "MainWindow";
     this.StartPosition  = System.Windows.Forms.FormStartPosition.Manual;
     this.Text           = "Foenix IDE";
     this.FormClosing   += new System.Windows.Forms.FormClosingEventHandler(this.MainWindow_FormClosing);
     this.Load          += new System.EventHandler(this.BasicWindow_Load);
     this.KeyDown       += new System.Windows.Forms.KeyEventHandler(this.BasicWindow_KeyDown);
     this.KeyUp         += new System.Windows.Forms.KeyEventHandler(this.BasicWindow_KeyUp);
     this.statusStrip1.ResumeLayout(false);
     this.statusStrip1.PerformLayout();
     this.menuStrip1.ResumeLayout(false);
     this.menuStrip1.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Exemplo n.º 17
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components              = new System.ComponentModel.Container();
     this.label1                  = new System.Windows.Forms.Label();
     this.cmdStart                = new System.Windows.Forms.Button();
     this.textBox1                = new System.Windows.Forms.TextBox();
     this.panel4                  = new System.Windows.Forms.Panel();
     this.label17                 = new System.Windows.Forms.Label();
     this.label2                  = new System.Windows.Forms.Label();
     this.label5                  = new System.Windows.Forms.Label();
     this.lblCurrentTick          = new System.Windows.Forms.Label();
     this.label20                 = new System.Windows.Forms.Label();
     this.lblTickQueueSize        = new System.Windows.Forms.Label();
     this.label3                  = new System.Windows.Forms.Label();
     this.lblSignalCount          = new System.Windows.Forms.Label();
     this.lblStrategyDeleteCount  = new System.Windows.Forms.Label();
     this.lblStrategyCount        = new System.Windows.Forms.Label();
     this.label6                  = new System.Windows.Forms.Label();
     this.label7                  = new System.Windows.Forms.Label();
     this.lblOpenPositionCount    = new System.Windows.Forms.Label();
     this.lblClosedPositionCount  = new System.Windows.Forms.Label();
     this.pnlMarket               = new System.Windows.Forms.Panel();
     this.cboTimeFrames           = new System.Windows.Forms.ComboBox();
     this.cboInstruments          = new System.Windows.Forms.ComboBox();
     this.label12                 = new System.Windows.Forms.Label();
     this.label8                  = new System.Windows.Forms.Label();
     this.label9                  = new System.Windows.Forms.Label();
     this.label10                 = new System.Windows.Forms.Label();
     this.label13                 = new System.Windows.Forms.Label();
     this.lblMarketQuoteSentiment = new System.Windows.Forms.Label();
     this.lblMarketTrend          = new System.Windows.Forms.Label();
     this.lblMarketBaseSentiment  = new System.Windows.Forms.Label();
     this.lblMarketVolatility     = new System.Windows.Forms.Label();
     this.label11                 = new System.Windows.Forms.Label();
     this.groupBox1               = new System.Windows.Forms.GroupBox();
     this.label15                 = new System.Windows.Forms.Label();
     this.txtServer               = new System.Windows.Forms.TextBox();
     this.lblStatus               = new System.Windows.Forms.Label();
     this.cmdReport               = new System.Windows.Forms.Button();
     this.cmdLoad                 = new System.Windows.Forms.Button();
     this.label14                 = new System.Windows.Forms.Label();
     this.lblTimer                = new System.Windows.Forms.Label();
     this.upTimer                 = new System.Windows.Forms.Timer(this.components);
     this.txtStrategyId           = new System.Windows.Forms.TextBox();
     this.label16                 = new System.Windows.Forms.Label();
     this.cmdStrategyView         = new System.Windows.Forms.Button();
     this.chkAutoSave             = new System.Windows.Forms.CheckBox();
     this.cmdRefine               = new System.Windows.Forms.Button();
     this.cmdOptions              = new System.Windows.Forms.Button();
     this.panel4.SuspendLayout();
     this.pnlMarket.SuspendLayout();
     this.groupBox1.SuspendLayout();
     this.SuspendLayout();
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(12, 51);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(39, 13);
     this.label1.TabIndex = 0;
     this.label1.Text     = "Port #:";
     //
     // cmdStart
     //
     this.cmdStart.Location = new System.Drawing.Point(56, 84);
     this.cmdStart.Name     = "cmdStart";
     this.cmdStart.Size     = new System.Drawing.Size(106, 38);
     this.cmdStart.TabIndex = 1;
     this.cmdStart.Text     = "Start";
     this.cmdStart.UseVisualStyleBackColor = true;
     this.cmdStart.Click += new System.EventHandler(this.button1_Click);
     //
     // textBox1
     //
     this.textBox1.Location = new System.Drawing.Point(57, 48);
     this.textBox1.Name     = "textBox1";
     this.textBox1.Size     = new System.Drawing.Size(121, 20);
     this.textBox1.TabIndex = 2;
     this.textBox1.Text     = "8085";
     //
     // panel4
     //
     this.panel4.Controls.Add(this.label17);
     this.panel4.Controls.Add(this.label2);
     this.panel4.Controls.Add(this.label5);
     this.panel4.Controls.Add(this.lblCurrentTick);
     this.panel4.Controls.Add(this.label20);
     this.panel4.Controls.Add(this.lblTickQueueSize);
     this.panel4.Controls.Add(this.label3);
     this.panel4.Controls.Add(this.lblSignalCount);
     this.panel4.Controls.Add(this.lblStrategyDeleteCount);
     this.panel4.Controls.Add(this.lblStrategyCount);
     this.panel4.Controls.Add(this.label6);
     this.panel4.Controls.Add(this.label7);
     this.panel4.Controls.Add(this.lblOpenPositionCount);
     this.panel4.Controls.Add(this.lblClosedPositionCount);
     this.panel4.Location = new System.Drawing.Point(12, 159);
     this.panel4.Name     = "panel4";
     this.panel4.Size     = new System.Drawing.Size(244, 255);
     this.panel4.TabIndex = 12;
     //
     // label17
     //
     this.label17.AutoSize = true;
     this.label17.Location = new System.Drawing.Point(10, 229);
     this.label17.Name     = "label17";
     this.label17.Size     = new System.Drawing.Size(89, 13);
     this.label17.TabIndex = 1;
     this.label17.Text     = "Tick Queue Size:";
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(10, 193);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(82, 13);
     this.label2.TabIndex = 1;
     this.label2.Text     = "Indicator Count:";
     //
     // label5
     //
     this.label5.AutoSize = true;
     this.label5.Location = new System.Drawing.Point(10, 13);
     this.label5.Name     = "label5";
     this.label5.Size     = new System.Drawing.Size(68, 13);
     this.label5.TabIndex = 1;
     this.label5.Text     = "Current Tick:";
     //
     // lblCurrentTick
     //
     this.lblCurrentTick.AutoSize = true;
     this.lblCurrentTick.Location = new System.Drawing.Point(79, 13);
     this.lblCurrentTick.Name     = "lblCurrentTick";
     this.lblCurrentTick.Size     = new System.Drawing.Size(35, 13);
     this.lblCurrentTick.TabIndex = 1;
     this.lblCurrentTick.Text     = "label1";
     //
     // label20
     //
     this.label20.AutoSize = true;
     this.label20.Location = new System.Drawing.Point(10, 85);
     this.label20.Name     = "label20";
     this.label20.Size     = new System.Drawing.Size(114, 13);
     this.label20.TabIndex = 1;
     this.label20.Text     = "Strategy Delete Count:";
     //
     // lblTickQueueSize
     //
     this.lblTickQueueSize.AutoSize = true;
     this.lblTickQueueSize.Location = new System.Drawing.Point(101, 229);
     this.lblTickQueueSize.Name     = "lblTickQueueSize";
     this.lblTickQueueSize.Size     = new System.Drawing.Size(13, 13);
     this.lblTickQueueSize.TabIndex = 1;
     this.lblTickQueueSize.Text     = "0";
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Location = new System.Drawing.Point(10, 49);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(80, 13);
     this.label3.TabIndex = 1;
     this.label3.Text     = "Strategy Count:";
     //
     // lblSignalCount
     //
     this.lblSignalCount.AutoSize = true;
     this.lblSignalCount.Location = new System.Drawing.Point(96, 193);
     this.lblSignalCount.Name     = "lblSignalCount";
     this.lblSignalCount.Size     = new System.Drawing.Size(13, 13);
     this.lblSignalCount.TabIndex = 1;
     this.lblSignalCount.Text     = "0";
     //
     // lblStrategyDeleteCount
     //
     this.lblStrategyDeleteCount.AutoSize = true;
     this.lblStrategyDeleteCount.Location = new System.Drawing.Point(127, 85);
     this.lblStrategyDeleteCount.Name     = "lblStrategyDeleteCount";
     this.lblStrategyDeleteCount.Size     = new System.Drawing.Size(13, 13);
     this.lblStrategyDeleteCount.TabIndex = 1;
     this.lblStrategyDeleteCount.Text     = "0";
     //
     // lblStrategyCount
     //
     this.lblStrategyCount.AutoSize = true;
     this.lblStrategyCount.Location = new System.Drawing.Point(96, 49);
     this.lblStrategyCount.Name     = "lblStrategyCount";
     this.lblStrategyCount.Size     = new System.Drawing.Size(13, 13);
     this.lblStrategyCount.TabIndex = 1;
     this.lblStrategyCount.Text     = "0";
     //
     // label6
     //
     this.label6.AutoSize = true;
     this.label6.Location = new System.Drawing.Point(10, 121);
     this.label6.Name     = "label6";
     this.label6.Size     = new System.Drawing.Size(107, 13);
     this.label6.TabIndex = 1;
     this.label6.Text     = "Open Position Count:";
     //
     // label7
     //
     this.label7.AutoSize = true;
     this.label7.Location = new System.Drawing.Point(10, 157);
     this.label7.Name     = "label7";
     this.label7.Size     = new System.Drawing.Size(113, 13);
     this.label7.TabIndex = 1;
     this.label7.Text     = "Closed Position Count:";
     //
     // lblOpenPositionCount
     //
     this.lblOpenPositionCount.AutoSize = true;
     this.lblOpenPositionCount.Location = new System.Drawing.Point(123, 121);
     this.lblOpenPositionCount.Name     = "lblOpenPositionCount";
     this.lblOpenPositionCount.Size     = new System.Drawing.Size(13, 13);
     this.lblOpenPositionCount.TabIndex = 1;
     this.lblOpenPositionCount.Text     = "0";
     //
     // lblClosedPositionCount
     //
     this.lblClosedPositionCount.AutoSize = true;
     this.lblClosedPositionCount.Location = new System.Drawing.Point(123, 157);
     this.lblClosedPositionCount.Name     = "lblClosedPositionCount";
     this.lblClosedPositionCount.Size     = new System.Drawing.Size(13, 13);
     this.lblClosedPositionCount.TabIndex = 1;
     this.lblClosedPositionCount.Text     = "0";
     //
     // pnlMarket
     //
     this.pnlMarket.Controls.Add(this.cboTimeFrames);
     this.pnlMarket.Controls.Add(this.cboInstruments);
     this.pnlMarket.Controls.Add(this.label12);
     this.pnlMarket.Controls.Add(this.label8);
     this.pnlMarket.Controls.Add(this.label9);
     this.pnlMarket.Controls.Add(this.label10);
     this.pnlMarket.Controls.Add(this.label13);
     this.pnlMarket.Controls.Add(this.lblMarketQuoteSentiment);
     this.pnlMarket.Controls.Add(this.lblMarketTrend);
     this.pnlMarket.Controls.Add(this.lblMarketBaseSentiment);
     this.pnlMarket.Controls.Add(this.lblMarketVolatility);
     this.pnlMarket.Controls.Add(this.label11);
     this.pnlMarket.Location = new System.Drawing.Point(282, 162);
     this.pnlMarket.Name     = "pnlMarket";
     this.pnlMarket.Size     = new System.Drawing.Size(210, 255);
     this.pnlMarket.TabIndex = 13;
     //
     // cboTimeFrames
     //
     this.cboTimeFrames.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cboTimeFrames.FormattingEnabled = true;
     this.cboTimeFrames.Location          = new System.Drawing.Point(110, 55);
     this.cboTimeFrames.Name     = "cboTimeFrames";
     this.cboTimeFrames.Size     = new System.Drawing.Size(88, 21);
     this.cboTimeFrames.TabIndex = 2;
     //
     // cboInstruments
     //
     this.cboInstruments.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cboInstruments.FormattingEnabled = true;
     this.cboInstruments.Location          = new System.Drawing.Point(112, 15);
     this.cboInstruments.Name     = "cboInstruments";
     this.cboInstruments.Size     = new System.Drawing.Size(86, 21);
     this.cboInstruments.TabIndex = 2;
     //
     // label12
     //
     this.label12.AutoSize = true;
     this.label12.Location = new System.Drawing.Point(14, 59);
     this.label12.Name     = "label12";
     this.label12.Size     = new System.Drawing.Size(95, 13);
     this.label12.TabIndex = 1;
     this.label12.Text     = "Active TimeFrame:";
     //
     // label8
     //
     this.label8.AutoSize = true;
     this.label8.Location = new System.Drawing.Point(14, 19);
     this.label8.Name     = "label8";
     this.label8.Size     = new System.Drawing.Size(92, 13);
     this.label8.TabIndex = 1;
     this.label8.Text     = "Active Instrument:";
     //
     // label9
     //
     this.label9.AutoSize = true;
     this.label9.Location = new System.Drawing.Point(14, 99);
     this.label9.Name     = "label9";
     this.label9.Size     = new System.Drawing.Size(74, 13);
     this.label9.TabIndex = 1;
     this.label9.Text     = "Market Trend:";
     //
     // label10
     //
     this.label10.AutoSize = true;
     this.label10.Location = new System.Drawing.Point(14, 181);
     this.label10.Name     = "label10";
     this.label10.Size     = new System.Drawing.Size(125, 13);
     this.label10.TabIndex = 1;
     this.label10.Text     = "Market Quote Sentiment:";
     //
     // label13
     //
     this.label13.AutoSize = true;
     this.label13.Location = new System.Drawing.Point(14, 139);
     this.label13.Name     = "label13";
     this.label13.Size     = new System.Drawing.Size(120, 13);
     this.label13.TabIndex = 1;
     this.label13.Text     = "Market Base Sentiment:";
     //
     // lblMarketQuoteSentiment
     //
     this.lblMarketQuoteSentiment.AutoSize = true;
     this.lblMarketQuoteSentiment.Location = new System.Drawing.Point(145, 181);
     this.lblMarketQuoteSentiment.Name     = "lblMarketQuoteSentiment";
     this.lblMarketQuoteSentiment.Size     = new System.Drawing.Size(35, 13);
     this.lblMarketQuoteSentiment.TabIndex = 1;
     this.lblMarketQuoteSentiment.Text     = "label1";
     //
     // lblMarketTrend
     //
     this.lblMarketTrend.AutoSize = true;
     this.lblMarketTrend.Location = new System.Drawing.Point(87, 99);
     this.lblMarketTrend.Name     = "lblMarketTrend";
     this.lblMarketTrend.Size     = new System.Drawing.Size(13, 13);
     this.lblMarketTrend.TabIndex = 1;
     this.lblMarketTrend.Text     = "0";
     //
     // lblMarketBaseSentiment
     //
     this.lblMarketBaseSentiment.AutoSize = true;
     this.lblMarketBaseSentiment.Location = new System.Drawing.Point(132, 139);
     this.lblMarketBaseSentiment.Name     = "lblMarketBaseSentiment";
     this.lblMarketBaseSentiment.Size     = new System.Drawing.Size(35, 13);
     this.lblMarketBaseSentiment.TabIndex = 1;
     this.lblMarketBaseSentiment.Text     = "label1";
     //
     // lblMarketVolatility
     //
     this.lblMarketVolatility.AutoSize = true;
     this.lblMarketVolatility.Location = new System.Drawing.Point(107, 219);
     this.lblMarketVolatility.Name     = "lblMarketVolatility";
     this.lblMarketVolatility.Size     = new System.Drawing.Size(35, 13);
     this.lblMarketVolatility.TabIndex = 1;
     this.lblMarketVolatility.Text     = "label1";
     //
     // label11
     //
     this.label11.AutoSize = true;
     this.label11.Location = new System.Drawing.Point(16, 219);
     this.label11.Name     = "label11";
     this.label11.Size     = new System.Drawing.Size(84, 13);
     this.label11.TabIndex = 1;
     this.label11.Text     = "Market Volatility:";
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.label15);
     this.groupBox1.Controls.Add(this.label1);
     this.groupBox1.Controls.Add(this.cmdStart);
     this.groupBox1.Controls.Add(this.txtServer);
     this.groupBox1.Controls.Add(this.textBox1);
     this.groupBox1.Location = new System.Drawing.Point(12, 12);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(200, 135);
     this.groupBox1.TabIndex = 14;
     this.groupBox1.TabStop  = false;
     //
     // label15
     //
     this.label15.AutoSize = true;
     this.label15.Location = new System.Drawing.Point(11, 21);
     this.label15.Name     = "label15";
     this.label15.Size     = new System.Drawing.Size(54, 13);
     this.label15.TabIndex = 0;
     this.label15.Text     = "Server IP:";
     //
     // txtServer
     //
     this.txtServer.Location = new System.Drawing.Point(71, 18);
     this.txtServer.Name     = "txtServer";
     this.txtServer.Size     = new System.Drawing.Size(106, 20);
     this.txtServer.TabIndex = 2;
     this.txtServer.Text     = "localhost";
     //
     // lblStatus
     //
     this.lblStatus.AutoSize = true;
     this.lblStatus.Location = new System.Drawing.Point(218, 20);
     this.lblStatus.Name     = "lblStatus";
     this.lblStatus.Size     = new System.Drawing.Size(84, 13);
     this.lblStatus.TabIndex = 1;
     this.lblStatus.Text     = "NOT STARTED";
     //
     // cmdReport
     //
     this.cmdReport.Location = new System.Drawing.Point(386, 20);
     this.cmdReport.Name     = "cmdReport";
     this.cmdReport.Size     = new System.Drawing.Size(106, 38);
     this.cmdReport.TabIndex = 1;
     this.cmdReport.Text     = "Save State";
     this.cmdReport.UseVisualStyleBackColor = true;
     this.cmdReport.Click += new System.EventHandler(this.cmdReport_Click);
     //
     // cmdLoad
     //
     this.cmdLoad.Location = new System.Drawing.Point(386, 64);
     this.cmdLoad.Name     = "cmdLoad";
     this.cmdLoad.Size     = new System.Drawing.Size(106, 38);
     this.cmdLoad.TabIndex = 1;
     this.cmdLoad.Text     = "Load State";
     this.cmdLoad.UseVisualStyleBackColor = true;
     this.cmdLoad.Click += new System.EventHandler(this.cmdLoad_Click);
     //
     // label14
     //
     this.label14.AutoSize = true;
     this.label14.Location = new System.Drawing.Point(218, 46);
     this.label14.Name     = "label14";
     this.label14.Size     = new System.Drawing.Size(50, 13);
     this.label14.TabIndex = 1;
     this.label14.Text     = "Up Time:";
     //
     // lblTimer
     //
     this.lblTimer.AutoSize = true;
     this.lblTimer.Location = new System.Drawing.Point(274, 46);
     this.lblTimer.Name     = "lblTimer";
     this.lblTimer.Size     = new System.Drawing.Size(49, 13);
     this.lblTimer.TabIndex = 1;
     this.lblTimer.Text     = "00:00:00";
     //
     // upTimer
     //
     this.upTimer.Interval = 1000;
     this.upTimer.Tick    += new System.EventHandler(this.upTimer_Tick);
     //
     // txtStrategyId
     //
     this.txtStrategyId.Location = new System.Drawing.Point(76, 430);
     this.txtStrategyId.Name     = "txtStrategyId";
     this.txtStrategyId.Size     = new System.Drawing.Size(114, 20);
     this.txtStrategyId.TabIndex = 2;
     //
     // label16
     //
     this.label16.AutoSize = true;
     this.label16.Location = new System.Drawing.Point(9, 434);
     this.label16.Name     = "label16";
     this.label16.Size     = new System.Drawing.Size(61, 13);
     this.label16.TabIndex = 0;
     this.label16.Text     = "Strategy Id:";
     //
     // cmdStrategyView
     //
     this.cmdStrategyView.Location = new System.Drawing.Point(196, 429);
     this.cmdStrategyView.Name     = "cmdStrategyView";
     this.cmdStrategyView.Size     = new System.Drawing.Size(60, 22);
     this.cmdStrategyView.TabIndex = 1;
     this.cmdStrategyView.Text     = "View";
     this.cmdStrategyView.UseVisualStyleBackColor = true;
     this.cmdStrategyView.Click += new System.EventHandler(this.cmdStrategyView_Click);
     //
     // chkAutoSave
     //
     this.chkAutoSave.AutoSize = true;
     this.chkAutoSave.Location = new System.Drawing.Point(299, 432);
     this.chkAutoSave.Name     = "chkAutoSave";
     this.chkAutoSave.Size     = new System.Drawing.Size(100, 17);
     this.chkAutoSave.TabIndex = 15;
     this.chkAutoSave.Text     = "Auto save state";
     this.chkAutoSave.UseVisualStyleBackColor = true;
     //
     // cmdRefine
     //
     this.cmdRefine.Location = new System.Drawing.Point(386, 109);
     this.cmdRefine.Name     = "cmdRefine";
     this.cmdRefine.Size     = new System.Drawing.Size(106, 38);
     this.cmdRefine.TabIndex = 1;
     this.cmdRefine.Text     = "Refine Strategies";
     this.cmdRefine.UseVisualStyleBackColor = true;
     this.cmdRefine.Click += new System.EventHandler(this.cmdRefine_Click);
     //
     // cmdOptions
     //
     this.cmdOptions.Location = new System.Drawing.Point(221, 109);
     this.cmdOptions.Name     = "cmdOptions";
     this.cmdOptions.Size     = new System.Drawing.Size(106, 38);
     this.cmdOptions.TabIndex = 1;
     this.cmdOptions.Text     = "Options";
     this.cmdOptions.UseVisualStyleBackColor = true;
     this.cmdOptions.Click += new System.EventHandler(this.cmdOptions_Click);
     //
     // frmMain
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(503, 475);
     this.Controls.Add(this.chkAutoSave);
     this.Controls.Add(this.groupBox1);
     this.Controls.Add(this.label16);
     this.Controls.Add(this.cmdStrategyView);
     this.Controls.Add(this.cmdRefine);
     this.Controls.Add(this.cmdLoad);
     this.Controls.Add(this.cmdOptions);
     this.Controls.Add(this.cmdReport);
     this.Controls.Add(this.pnlMarket);
     this.Controls.Add(this.txtStrategyId);
     this.Controls.Add(this.panel4);
     this.Controls.Add(this.lblTimer);
     this.Controls.Add(this.label14);
     this.Controls.Add(this.lblStatus);
     this.MaximizeBox  = false;
     this.Name         = "frmMain";
     this.Text         = "Genetic Market Node Manager";
     this.Load        += new System.EventHandler(this.frmMain_Load);
     this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.frmMain_FormClosing);
     this.panel4.ResumeLayout(false);
     this.panel4.PerformLayout();
     this.pnlMarket.ResumeLayout(false);
     this.pnlMarket.PerformLayout();
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ConfigurationWindow));
     this.label1 = new System.Windows.Forms.Label();
     this.label2 = new System.Windows.Forms.Label();
     this.label3 = new System.Windows.Forms.Label();
     this.label4 = new System.Windows.Forms.Label();
     this.comboBox1 = new System.Windows.Forms.ComboBox();
     this.comboBox2 = new System.Windows.Forms.ComboBox();
     this.comboBox3 = new System.Windows.Forms.ComboBox();
     this.button1 = new System.Windows.Forms.Button();
     this.button2 = new System.Windows.Forms.Button();
     this.label11 = new System.Windows.Forms.Label();
     this.checkBox2 = new System.Windows.Forms.CheckBox();
     this.label12 = new System.Windows.Forms.Label();
     this.miliCounter = new System.Windows.Forms.NumericUpDown();
     this.label5 = new System.Windows.Forms.Label();
     this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
     this.label6 = new System.Windows.Forms.Label();
     this.label7 = new System.Windows.Forms.Label();
     this.label8 = new System.Windows.Forms.Label();
     this.label9 = new System.Windows.Forms.Label();
     this.label13 = new System.Windows.Forms.Label();
     this.label15 = new System.Windows.Forms.Label();
     this.label10 = new System.Windows.Forms.Label();
     this.NumOfTriesCombo = new System.Windows.Forms.ComboBox();
     this.label14 = new System.Windows.Forms.Label();
     this.numericSigma = new System.Windows.Forms.NumericUpDown();
     ((System.ComponentModel.ISupportInitialize)(this.miliCounter)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.numericSigma)).BeginInit();
     this.SuspendLayout();
     //
     // label1
     //
     this.label1.BackColor = System.Drawing.Color.White;
     this.label1.Font = new System.Drawing.Font("Times New Roman", 21.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(177)));
     this.label1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     this.label1.Location = new System.Drawing.Point(166, 44);
     this.label1.MaximumSize = new System.Drawing.Size(400, 400);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(372, 39);
     this.label1.TabIndex = 0;
     this.label1.Text = "Configuration Window";
     this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.BackColor = System.Drawing.Color.White;
     this.label2.Font = new System.Drawing.Font("Times New Roman", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(177)));
     this.label2.ForeColor = System.Drawing.SystemColors.ActiveCaptionText;
     this.label2.Location = new System.Drawing.Point(167, 131);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(192, 17);
     this.label2.TabIndex = 4;
     this.label2.Text = "Window Size Of Recent Words";
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.BackColor = System.Drawing.Color.White;
     this.label3.Font = new System.Drawing.Font("Times New Roman", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(177)));
     this.label3.ForeColor = System.Drawing.SystemColors.ActiveCaptionText;
     this.label3.Location = new System.Drawing.Point(166, 170);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(217, 19);
     this.label3.TabIndex = 2;
     this.label3.Text = "Number Of Offered Fringe Words";
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.BackColor = System.Drawing.Color.White;
     this.label4.Font = new System.Drawing.Font("Times New Roman", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(177)));
     this.label4.ForeColor = System.Drawing.SystemColors.ActiveCaptionText;
     this.label4.Location = new System.Drawing.Point(167, 214);
     this.label4.Name = "label4";
     this.label4.Size = new System.Drawing.Size(208, 19);
     this.label4.TabIndex = 3;
     this.label4.Text = "Number Of Offered Stop Words";
     //
     // comboBox1
     //
     this.comboBox1.DisplayMember = "5";
     this.comboBox1.FormattingEnabled = true;
     this.comboBox1.Items.AddRange(new object[] {
     "1",
     "2",
     "3",
     "4",
     "5",
     "6",
     "7",
     "8",
     "9",
     "10"});
     this.comboBox1.Location = new System.Drawing.Point(467, 133);
     this.comboBox1.Name = "comboBox1";
     this.comboBox1.Size = new System.Drawing.Size(40, 21);
     this.comboBox1.TabIndex = 5;
     this.comboBox1.Text = "5";
     //
     // comboBox2
     //
     this.comboBox2.FormattingEnabled = true;
     this.comboBox2.Items.AddRange(new object[] {
     "0",
     "1",
     "2",
     "3",
     "4",
     "5",
     "6",
     "7",
     "8",
     "9",
     "10"});
     this.comboBox2.Location = new System.Drawing.Point(467, 171);
     this.comboBox2.Name = "comboBox2";
     this.comboBox2.Size = new System.Drawing.Size(40, 21);
     this.comboBox2.TabIndex = 6;
     this.comboBox2.Text = "5";
     //
     // comboBox3
     //
     this.comboBox3.FormattingEnabled = true;
     this.comboBox3.Items.AddRange(new object[] {
     "0",
     "1",
     "2",
     "3",
     "4",
     "5",
     "6",
     "7",
     "8",
     "9",
     "10"});
     this.comboBox3.Location = new System.Drawing.Point(467, 213);
     this.comboBox3.Name = "comboBox3";
     this.comboBox3.Size = new System.Drawing.Size(40, 21);
     this.comboBox3.TabIndex = 7;
     this.comboBox3.Text = "5";
     //
     // button1
     //
     this.button1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));
     this.button1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
     this.button1.FlatAppearance.BorderColor = System.Drawing.Color.Black;
     this.button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.button1.Font = new System.Drawing.Font("Times New Roman", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(177)));
     this.button1.ForeColor = System.Drawing.SystemColors.ActiveCaptionText;
     this.button1.Location = new System.Drawing.Point(245, 406);
     this.button1.Name = "button1";
     this.button1.Size = new System.Drawing.Size(71, 28);
     this.button1.TabIndex = 15;
     this.button1.Text = "Submit";
     this.button1.UseVisualStyleBackColor = false;
     this.button1.Click += new System.EventHandler(this.button1_Click);
     //
     // button2
     //
     this.button2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));
     this.button2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
     this.button2.FlatAppearance.BorderColor = System.Drawing.Color.Black;
     this.button2.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.button2.Font = new System.Drawing.Font("Times New Roman", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(177)));
     this.button2.ForeColor = System.Drawing.SystemColors.ActiveCaptionText;
     this.button2.Location = new System.Drawing.Point(411, 406);
     this.button2.Name = "button2";
     this.button2.Size = new System.Drawing.Size(74, 28);
     this.button2.TabIndex = 16;
     this.button2.Text = "Cancel";
     this.button2.UseVisualStyleBackColor = false;
     this.button2.Click += new System.EventHandler(this.button1_Click);
     //
     // label11
     //
     this.label11.AutoSize = true;
     this.label11.BackColor = System.Drawing.Color.White;
     this.label11.Font = new System.Drawing.Font("Times New Roman", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(177)));
     this.label11.ForeColor = System.Drawing.SystemColors.ActiveCaptionText;
     this.label11.Location = new System.Drawing.Point(168, 287);
     this.label11.Name = "label11";
     this.label11.Size = new System.Drawing.Size(160, 19);
     this.label11.TabIndex = 17;
     this.label11.Text = "Consider Suffixes Length";
     //
     // checkBox2
     //
     this.checkBox2.AutoSize = true;
     this.checkBox2.Checked = true;
     this.checkBox2.CheckState = System.Windows.Forms.CheckState.Checked;
     this.checkBox2.Location = new System.Drawing.Point(479, 291);
     this.checkBox2.Name = "checkBox2";
     this.checkBox2.Size = new System.Drawing.Size(15, 14);
     this.checkBox2.TabIndex = 18;
     this.checkBox2.UseVisualStyleBackColor = true;
     //
     // label12
     //
     this.label12.AutoSize = true;
     this.label12.BackColor = System.Drawing.Color.White;
     this.label12.Font = new System.Drawing.Font("Times New Roman", 12F);
     this.label12.ForeColor = System.Drawing.Color.Black;
     this.label12.Location = new System.Drawing.Point(166, 354);
     this.label12.Name = "label12";
     this.label12.Size = new System.Drawing.Size(229, 19);
     this.label12.TabIndex = 19;
     this.label12.Text = "Seconds Between Demo Characters";
     //
     // miliCounter
     //
     this.miliCounter.DecimalPlaces = 1;
     this.miliCounter.Increment = new decimal(new int[] {
     1,
     0,
     0,
     65536});
     this.miliCounter.Location = new System.Drawing.Point(467, 353);
     this.miliCounter.Maximum = new decimal(new int[] {
     20,
     0,
     0,
     65536});
     this.miliCounter.Name = "miliCounter";
     this.miliCounter.Size = new System.Drawing.Size(46, 20);
     this.miliCounter.TabIndex = 20;
     this.miliCounter.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     this.miliCounter.Value = new decimal(new int[] {
     1,
     0,
     0,
     65536});
     //
     // label5
     //
     this.label5.AutoSize = true;
     this.label5.Cursor = System.Windows.Forms.Cursors.Hand;
     this.label5.Font = new System.Drawing.Font("Microsoft Sans Serif", 14F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Pixel, ((byte)(177)));
     this.label5.Location = new System.Drawing.Point(528, 131);
     this.label5.Name = "label5";
     this.label5.Size = new System.Drawing.Size(29, 17);
     this.label5.TabIndex = 21;
     this.label5.Text = "(?)";
     this.toolTip1.SetToolTip(this.label5, "This option will set the size of the window that will be updated with recently ty" +
     "ped words. \r\nLarger window means more accuracy in defining the current typed top" +
     "ic but slower response.");
     //
     // toolTip1
     //
     this.toolTip1.AutomaticDelay = 250;
     this.toolTip1.AutoPopDelay = 10000;
     this.toolTip1.InitialDelay = 250;
     this.toolTip1.ReshowDelay = 50;
     this.toolTip1.ToolTipIcon = System.Windows.Forms.ToolTipIcon.Info;
     this.toolTip1.ToolTipTitle = "What Is This?";
     //
     // label6
     //
     this.label6.AutoSize = true;
     this.label6.Cursor = System.Windows.Forms.Cursors.Hand;
     this.label6.Font = new System.Drawing.Font("Microsoft Sans Serif", 14F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Pixel, ((byte)(177)));
     this.label6.Location = new System.Drawing.Point(528, 168);
     this.label6.Name = "label6";
     this.label6.Size = new System.Drawing.Size(29, 17);
     this.label6.TabIndex = 22;
     this.label6.Text = "(?)";
     this.toolTip1.SetToolTip(this.label6, "This option will set the number of offered fringe words.\r\ni.e words that are rela" +
     "ted to a certain topic.");
     //
     // label7
     //
     this.label7.AutoSize = true;
     this.label7.Cursor = System.Windows.Forms.Cursors.Hand;
     this.label7.Font = new System.Drawing.Font("Microsoft Sans Serif", 14F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Pixel, ((byte)(177)));
     this.label7.Location = new System.Drawing.Point(528, 213);
     this.label7.Name = "label7";
     this.label7.Size = new System.Drawing.Size(29, 17);
     this.label7.TabIndex = 23;
     this.label7.Text = "(?)";
     this.toolTip1.SetToolTip(this.label7, "This option will set the number of offered stop words.\r\ni.e words that are NOT re" +
     "lated to a certain topic.");
     //
     // label8
     //
     this.label8.AutoSize = true;
     this.label8.Cursor = System.Windows.Forms.Cursors.Hand;
     this.label8.Font = new System.Drawing.Font("Microsoft Sans Serif", 14F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Pixel, ((byte)(177)));
     this.label8.Location = new System.Drawing.Point(528, 288);
     this.label8.Name = "label8";
     this.label8.Size = new System.Drawing.Size(29, 17);
     this.label8.TabIndex = 24;
     this.label8.Text = "(?)";
     this.toolTip1.SetToolTip(this.label8, "This option will set if the application will consider in suffix length when calcu" +
     "lating word probability.\r\nWhen set to Checked, longer words will get higher weig" +
     "ht than shorter words.");
     //
     // label9
     //
     this.label9.AutoSize = true;
     this.label9.Cursor = System.Windows.Forms.Cursors.Hand;
     this.label9.Font = new System.Drawing.Font("Microsoft Sans Serif", 14F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Pixel, ((byte)(177)));
     this.label9.Location = new System.Drawing.Point(528, 356);
     this.label9.Name = "label9";
     this.label9.Size = new System.Drawing.Size(29, 17);
     this.label9.TabIndex = 25;
     this.label9.Text = "(?)";
     this.toolTip1.SetToolTip(this.label9, "This option is to determine the time intervals between each character during the " +
     "demo.");
     //
     // label13
     //
     this.label13.AutoSize = true;
     this.label13.Cursor = System.Windows.Forms.Cursors.Hand;
     this.label13.Font = new System.Drawing.Font("Microsoft Sans Serif", 14F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Pixel, ((byte)(177)));
     this.label13.Location = new System.Drawing.Point(528, 254);
     this.label13.Name = "label13";
     this.label13.Size = new System.Drawing.Size(29, 17);
     this.label13.TabIndex = 28;
     this.label13.Text = "(?)";
     this.toolTip1.SetToolTip(this.label13, "This option will set the number of most relevant tries.\r\nHigher number means more" +
     " accuracy in word suggestions but slower response.");
     //
     // label15
     //
     this.label15.AutoSize = true;
     this.label15.Cursor = System.Windows.Forms.Cursors.Hand;
     this.label15.Font = new System.Drawing.Font("Microsoft Sans Serif", 14F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Pixel, ((byte)(177)));
     this.label15.Location = new System.Drawing.Point(528, 321);
     this.label15.Name = "label15";
     this.label15.Size = new System.Drawing.Size(29, 17);
     this.label15.TabIndex = 31;
     this.label15.Text = "(?)";
     this.toolTip1.SetToolTip(this.label15, "This option will set the sigma variable, for calculating word probability.");
     //
     // label10
     //
     this.label10.AutoSize = true;
     this.label10.BackColor = System.Drawing.Color.White;
     this.label10.Font = new System.Drawing.Font("Times New Roman", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(177)));
     this.label10.ForeColor = System.Drawing.SystemColors.ActiveCaptionText;
     this.label10.Location = new System.Drawing.Point(168, 254);
     this.label10.Name = "label10";
     this.label10.Size = new System.Drawing.Size(204, 19);
     this.label10.TabIndex = 26;
     this.label10.Text = "Number Of Most Relevant Tries";
     //
     // NumOfTriesCombo
     //
     this.NumOfTriesCombo.DisplayMember = "2";
     this.NumOfTriesCombo.FormattingEnabled = true;
     this.NumOfTriesCombo.Items.AddRange(new object[] {
     "1",
     "2",
     "3",
     "4",
     "5",
     "6",
     "7",
     "8",
     "9",
     "10"});
     this.NumOfTriesCombo.Location = new System.Drawing.Point(467, 254);
     this.NumOfTriesCombo.Name = "NumOfTriesCombo";
     this.NumOfTriesCombo.Size = new System.Drawing.Size(40, 21);
     this.NumOfTriesCombo.TabIndex = 27;
     //
     // label14
     //
     this.label14.AutoSize = true;
     this.label14.BackColor = System.Drawing.Color.White;
     this.label14.Font = new System.Drawing.Font("Times New Roman", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(177)));
     this.label14.ForeColor = System.Drawing.SystemColors.ActiveCaptionText;
     this.label14.Location = new System.Drawing.Point(167, 321);
     this.label14.Name = "label14";
     this.label14.Size = new System.Drawing.Size(99, 19);
     this.label14.TabIndex = 29;
     this.label14.Text = "Sigma Variable";
     //
     // numericSigma
     //
     this.numericSigma.DecimalPlaces = 2;
     this.numericSigma.Increment = new decimal(new int[] {
     5,
     0,
     0,
     131072});
     this.numericSigma.Location = new System.Drawing.Point(467, 321);
     this.numericSigma.Maximum = new decimal(new int[] {
     1,
     0,
     0,
     0});
     this.numericSigma.Minimum = new decimal(new int[] {
     5,
     0,
     0,
     131072});
     this.numericSigma.Name = "numericSigma";
     this.numericSigma.Size = new System.Drawing.Size(46, 20);
     this.numericSigma.TabIndex = 30;
     this.numericSigma.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     this.numericSigma.Value = new decimal(new int[] {
     1,
     0,
     0,
     0});
     //
     // ConfigurationWindow
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("$this.BackgroundImage")));
     this.ClientSize = new System.Drawing.Size(688, 468);
     this.Controls.Add(this.label15);
     this.Controls.Add(this.numericSigma);
     this.Controls.Add(this.label14);
     this.Controls.Add(this.label13);
     this.Controls.Add(this.NumOfTriesCombo);
     this.Controls.Add(this.label10);
     this.Controls.Add(this.label9);
     this.Controls.Add(this.label8);
     this.Controls.Add(this.label7);
     this.Controls.Add(this.label6);
     this.Controls.Add(this.label5);
     this.Controls.Add(this.miliCounter);
     this.Controls.Add(this.label12);
     this.Controls.Add(this.checkBox2);
     this.Controls.Add(this.label11);
     this.Controls.Add(this.button2);
     this.Controls.Add(this.button1);
     this.Controls.Add(this.comboBox3);
     this.Controls.Add(this.comboBox2);
     this.Controls.Add(this.comboBox1);
     this.Controls.Add(this.label4);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.label1);
     this.ForeColor = System.Drawing.Color.Navy;
     this.Name = "ConfigurationWindow";
     this.Text = " ";
     ((System.ComponentModel.ISupportInitialize)(this.miliCounter)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.numericSigma)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Exemplo n.º 19
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components    = new global::System.ComponentModel.Container();
     this.AutoScaleMode = global::System.Windows.Forms.AutoScaleMode.Font;
     this.Text          = "Form1";
 }
Exemplo n.º 20
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new GSystem.ComponentModel.Container();
     GSystem.Windows.Forms.DataGridViewCellStyle     dataGridViewCellStyle1 = new GSystem.Windows.Forms.DataGridViewCellStyle();
     GSystem.Windows.Forms.DataGridViewCellStyle     dataGridViewCellStyle2 = new GSystem.Windows.Forms.DataGridViewCellStyle();
     GSystem.Windows.Forms.DataGridViewCellStyle     dataGridViewCellStyle3 = new GSystem.Windows.Forms.DataGridViewCellStyle();
     GSystem.ComponentModel.ComponentResourceManager resources = new GSystem.ComponentModel.ComponentResourceManager(typeof(frmDisplayManager));
     this.lstEventLogs        = new GSystem.Windows.Forms.ListBox();
     this.dgvMachines         = new GSystem.Windows.Forms.DataGridView();
     this.btnStart            = new GSystem.Windows.Forms.Button();
     this.btnStop             = new GSystem.Windows.Forms.Button();
     this.btnAddMachine       = new GSystem.Windows.Forms.Button();
     this.tmrCheck            = new GSystem.Windows.Forms.Timer(this.components);
     this.tlpDisplayManager   = new GSystem.Windows.Forms.TableLayoutPanel();
     this.pnlBottom           = new GSystem.Windows.Forms.Panel();
     this.lblResolution       = new GSystem.Windows.Forms.Label();
     this.txtHeight           = new GSystem.Windows.Forms.TextBox();
     this.txtWidth            = new GSystem.Windows.Forms.TextBox();
     this.chkStartMinimized   = new GSystem.Windows.Forms.CheckBox();
     this.chkHideScreen       = new GSystem.Windows.Forms.CheckBox();
     this.pnlTop              = new GSystem.Windows.Forms.Panel();
     this.lblScheduledScripts = new GSystem.Windows.Forms.Label();
     this.lblHeader           = new GSystem.Windows.Forms.Label();
     ((GSystem.ComponentModel.ISupportInitialize)(this.dgvMachines)).BeginInit();
     this.tlpDisplayManager.SuspendLayout();
     this.pnlBottom.SuspendLayout();
     this.pnlTop.SuspendLayout();
     this.SuspendLayout();
     //
     // lstEventLogs
     //
     this.tlpDisplayManager.SetColumnSpan(this.lstEventLogs, 2);
     this.lstEventLogs.Dock = GSystem.Windows.Forms.DockStyle.Fill;
     this.lstEventLogs.Font = new GSystem.Drawing.Font("Consolas", 9.75F, GSystem.Drawing.FontStyle.Regular, GSystem.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lstEventLogs.FormattingEnabled = true;
     this.lstEventLogs.ItemHeight        = 15;
     this.lstEventLogs.Location          = new GSystem.Drawing.Point(3, 411);
     this.lstEventLogs.Name     = "lstEventLogs";
     this.lstEventLogs.Size     = new GSystem.Drawing.Size(1011, 240);
     this.lstEventLogs.TabIndex = 0;
     //
     // dgvMachines
     //
     this.dgvMachines.AutoSizeColumnsMode           = GSystem.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
     dataGridViewCellStyle1.Alignment               = GSystem.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     dataGridViewCellStyle1.BackColor               = GSystem.Drawing.SystemColors.Control;
     dataGridViewCellStyle1.Font                    = new GSystem.Drawing.Font("Segoe UI", 8.25F, GSystem.Drawing.FontStyle.Regular, GSystem.Drawing.GraphicsUnit.Point, ((byte)(0)));
     dataGridViewCellStyle1.ForeColor               = GSystem.Drawing.SystemColors.WindowText;
     dataGridViewCellStyle1.SelectionBackColor      = GSystem.Drawing.SystemColors.Highlight;
     dataGridViewCellStyle1.SelectionForeColor      = GSystem.Drawing.SystemColors.HighlightText;
     dataGridViewCellStyle1.WrapMode                = GSystem.Windows.Forms.DataGridViewTriState.True;
     this.dgvMachines.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
     this.dgvMachines.ColumnHeadersHeightSizeMode   = GSystem.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.tlpDisplayManager.SetColumnSpan(this.dgvMachines, 2);
     dataGridViewCellStyle2.Alignment          = GSystem.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     dataGridViewCellStyle2.BackColor          = GSystem.Drawing.SystemColors.Window;
     dataGridViewCellStyle2.Font               = new GSystem.Drawing.Font("Segoe UI", 8.25F, GSystem.Drawing.FontStyle.Regular, GSystem.Drawing.GraphicsUnit.Point, ((byte)(0)));
     dataGridViewCellStyle2.ForeColor          = GSystem.Drawing.SystemColors.ControlText;
     dataGridViewCellStyle2.SelectionBackColor = GSystem.Drawing.SystemColors.Highlight;
     dataGridViewCellStyle2.SelectionForeColor = GSystem.Drawing.SystemColors.HighlightText;
     dataGridViewCellStyle2.WrapMode           = GSystem.Windows.Forms.DataGridViewTriState.False;
     this.dgvMachines.DefaultCellStyle         = dataGridViewCellStyle2;
     this.dgvMachines.Dock                       = GSystem.Windows.Forms.DockStyle.Fill;
     this.dgvMachines.Location                   = new GSystem.Drawing.Point(3, 75);
     this.dgvMachines.Name                       = "dgvMachines";
     dataGridViewCellStyle3.Alignment            = GSystem.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     dataGridViewCellStyle3.BackColor            = GSystem.Drawing.SystemColors.Control;
     dataGridViewCellStyle3.Font                 = new GSystem.Drawing.Font("Segoe UI", 8.25F, GSystem.Drawing.FontStyle.Regular, GSystem.Drawing.GraphicsUnit.Point, ((byte)(0)));
     dataGridViewCellStyle3.ForeColor            = GSystem.Drawing.SystemColors.WindowText;
     dataGridViewCellStyle3.SelectionBackColor   = GSystem.Drawing.SystemColors.Highlight;
     dataGridViewCellStyle3.SelectionForeColor   = GSystem.Drawing.SystemColors.HighlightText;
     dataGridViewCellStyle3.WrapMode             = GSystem.Windows.Forms.DataGridViewTriState.True;
     this.dgvMachines.RowHeadersDefaultCellStyle = dataGridViewCellStyle3;
     this.dgvMachines.Size                       = new GSystem.Drawing.Size(1011, 290);
     this.dgvMachines.TabIndex                   = 1;
     //
     // btnStart
     //
     this.btnStart.Font     = new GSystem.Drawing.Font("Segoe UI", 9.75F, GSystem.Drawing.FontStyle.Regular, GSystem.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnStart.Location = new GSystem.Drawing.Point(10, 3);
     this.btnStart.Name     = "btnStart";
     this.btnStart.Size     = new GSystem.Drawing.Size(75, 27);
     this.btnStart.TabIndex = 2;
     this.btnStart.Text     = "Start";
     this.btnStart.UseVisualStyleBackColor = true;
     this.btnStart.Click += new GSystem.EventHandler(this.btnStart_Click);
     //
     // btnStop
     //
     this.btnStop.Font     = new GSystem.Drawing.Font("Segoe UI", 9.75F, GSystem.Drawing.FontStyle.Regular, GSystem.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnStop.Location = new GSystem.Drawing.Point(90, 3);
     this.btnStop.Name     = "btnStop";
     this.btnStop.Size     = new GSystem.Drawing.Size(75, 27);
     this.btnStop.TabIndex = 3;
     this.btnStop.Text     = "Stop";
     this.btnStop.UseVisualStyleBackColor = true;
     this.btnStop.Click += new GSystem.EventHandler(this.btnStop_Click);
     //
     // btnAddMachine
     //
     this.btnAddMachine.Font     = new GSystem.Drawing.Font("Segoe UI", 9.75F, GSystem.Drawing.FontStyle.Regular, GSystem.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnAddMachine.Location = new GSystem.Drawing.Point(240, 12);
     this.btnAddMachine.Name     = "btnAddMachine";
     this.btnAddMachine.Size     = new GSystem.Drawing.Size(126, 27);
     this.btnAddMachine.TabIndex = 4;
     this.btnAddMachine.Text     = "Add Machine";
     this.btnAddMachine.UseVisualStyleBackColor = true;
     this.btnAddMachine.Click += new GSystem.EventHandler(this.btnAddMachine_Click);
     //
     // tmrCheck
     //
     this.tmrCheck.Interval = 5000;
     this.tmrCheck.Tick    += new GSystem.EventHandler(this.tmrCheck_Tick);
     //
     // tlpDisplayManager
     //
     this.tlpDisplayManager.BackColor   = GSystem.Drawing.Color.DimGray;
     this.tlpDisplayManager.ColumnCount = 2;
     this.tlpDisplayManager.ColumnStyles.Add(new GSystem.Windows.Forms.ColumnStyle(GSystem.Windows.Forms.SizeType.Percent, 50F));
     this.tlpDisplayManager.ColumnStyles.Add(new GSystem.Windows.Forms.ColumnStyle(GSystem.Windows.Forms.SizeType.Percent, 50F));
     this.tlpDisplayManager.Controls.Add(this.pnlBottom, 0, 2);
     this.tlpDisplayManager.Controls.Add(this.dgvMachines, 0, 1);
     this.tlpDisplayManager.Controls.Add(this.lstEventLogs, 0, 3);
     this.tlpDisplayManager.Controls.Add(this.pnlTop, 0, 0);
     this.tlpDisplayManager.Dock     = GSystem.Windows.Forms.DockStyle.Fill;
     this.tlpDisplayManager.Location = new GSystem.Drawing.Point(0, 0);
     this.tlpDisplayManager.Name     = "tlpDisplayManager";
     this.tlpDisplayManager.RowCount = 4;
     this.tlpDisplayManager.RowStyles.Add(new GSystem.Windows.Forms.RowStyle(GSystem.Windows.Forms.SizeType.Percent, 19.52862F));
     this.tlpDisplayManager.RowStyles.Add(new GSystem.Windows.Forms.RowStyle(GSystem.Windows.Forms.SizeType.Percent, 80.47138F));
     this.tlpDisplayManager.RowStyles.Add(new GSystem.Windows.Forms.RowStyle(GSystem.Windows.Forms.SizeType.Absolute, 40F));
     this.tlpDisplayManager.RowStyles.Add(new GSystem.Windows.Forms.RowStyle(GSystem.Windows.Forms.SizeType.Absolute, 245F));
     this.tlpDisplayManager.Size     = new GSystem.Drawing.Size(1017, 654);
     this.tlpDisplayManager.TabIndex = 5;
     //
     // pnlBottom
     //
     this.tlpDisplayManager.SetColumnSpan(this.pnlBottom, 2);
     this.pnlBottom.Controls.Add(this.lblResolution);
     this.pnlBottom.Controls.Add(this.txtHeight);
     this.pnlBottom.Controls.Add(this.txtWidth);
     this.pnlBottom.Controls.Add(this.chkStartMinimized);
     this.pnlBottom.Controls.Add(this.chkHideScreen);
     this.pnlBottom.Controls.Add(this.btnStart);
     this.pnlBottom.Controls.Add(this.btnStop);
     this.pnlBottom.Dock     = GSystem.Windows.Forms.DockStyle.Fill;
     this.pnlBottom.Location = new GSystem.Drawing.Point(3, 371);
     this.pnlBottom.Name     = "pnlBottom";
     this.pnlBottom.Size     = new GSystem.Drawing.Size(1011, 34);
     this.pnlBottom.TabIndex = 6;
     //
     // lblResolution
     //
     this.lblResolution.AutoSize  = true;
     this.lblResolution.Font      = new GSystem.Drawing.Font("Segoe UI", 9F, GSystem.Drawing.FontStyle.Regular, GSystem.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblResolution.ForeColor = GSystem.Drawing.Color.White;
     this.lblResolution.Location  = new GSystem.Drawing.Point(427, 9);
     this.lblResolution.Name      = "lblResolution";
     this.lblResolution.Size      = new GSystem.Drawing.Size(123, 15);
     this.lblResolution.TabIndex  = 9;
     this.lblResolution.Text      = "Desktop Window Size:";
     //
     // txtHeight
     //
     this.txtHeight.Font     = new GSystem.Drawing.Font("Segoe UI", 8.25F, GSystem.Drawing.FontStyle.Regular, GSystem.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtHeight.Location = new GSystem.Drawing.Point(590, 6);
     this.txtHeight.Name     = "txtHeight";
     this.txtHeight.Size     = new GSystem.Drawing.Size(32, 22);
     this.txtHeight.TabIndex = 8;
     this.txtHeight.Text     = "1080";
     //
     // txtWidth
     //
     this.txtWidth.Font     = new GSystem.Drawing.Font("Segoe UI", 8.25F, GSystem.Drawing.FontStyle.Regular, GSystem.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtWidth.Location = new GSystem.Drawing.Point(552, 6);
     this.txtWidth.Name     = "txtWidth";
     this.txtWidth.Size     = new GSystem.Drawing.Size(32, 22);
     this.txtWidth.TabIndex = 7;
     this.txtWidth.Text     = "1920";
     //
     // chkStartMinimized
     //
     this.chkStartMinimized.AutoSize  = true;
     this.chkStartMinimized.Font      = new GSystem.Drawing.Font("Segoe UI", 9.75F, GSystem.Drawing.FontStyle.Regular, GSystem.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.chkStartMinimized.ForeColor = GSystem.Drawing.Color.White;
     this.chkStartMinimized.Location  = new GSystem.Drawing.Point(274, 6);
     this.chkStartMinimized.Name      = "chkStartMinimized";
     this.chkStartMinimized.Size      = new GSystem.Drawing.Size(118, 21);
     this.chkStartMinimized.TabIndex  = 6;
     this.chkStartMinimized.Text      = "Start Minimized";
     this.chkStartMinimized.UseVisualStyleBackColor = true;
     //
     // chkHideScreen
     //
     this.chkHideScreen.AutoSize  = true;
     this.chkHideScreen.Font      = new GSystem.Drawing.Font("Segoe UI", 9.75F, GSystem.Drawing.FontStyle.Regular, GSystem.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.chkHideScreen.ForeColor = GSystem.Drawing.Color.White;
     this.chkHideScreen.Location  = new GSystem.Drawing.Point(171, 6);
     this.chkHideScreen.Name      = "chkHideScreen";
     this.chkHideScreen.Size      = new GSystem.Drawing.Size(97, 21);
     this.chkHideScreen.TabIndex  = 5;
     this.chkHideScreen.Text      = "Hide Screen";
     this.chkHideScreen.UseVisualStyleBackColor = true;
     //
     // pnlTop
     //
     this.pnlTop.BackColor = GSystem.Drawing.Color.Transparent;
     this.tlpDisplayManager.SetColumnSpan(this.pnlTop, 2);
     this.pnlTop.Controls.Add(this.lblScheduledScripts);
     this.pnlTop.Controls.Add(this.lblHeader);
     this.pnlTop.Controls.Add(this.btnAddMachine);
     this.pnlTop.Dock     = GSystem.Windows.Forms.DockStyle.Fill;
     this.pnlTop.Location = new GSystem.Drawing.Point(0, 0);
     this.pnlTop.Margin   = new GSystem.Windows.Forms.Padding(0);
     this.pnlTop.Name     = "pnlTop";
     this.pnlTop.Size     = new GSystem.Drawing.Size(1017, 72);
     this.pnlTop.TabIndex = 7;
     //
     // lblScheduledScripts
     //
     this.lblScheduledScripts.AutoSize  = true;
     this.lblScheduledScripts.BackColor = GSystem.Drawing.Color.Transparent;
     this.lblScheduledScripts.Font      = new GSystem.Drawing.Font("Segoe UI", 12F, GSystem.Drawing.FontStyle.Regular, GSystem.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblScheduledScripts.ForeColor = GSystem.Drawing.Color.White;
     this.lblScheduledScripts.Location  = new GSystem.Drawing.Point(6, 44);
     this.lblScheduledScripts.Name      = "lblScheduledScripts";
     this.lblScheduledScripts.Size      = new GSystem.Drawing.Size(598, 21);
     this.lblScheduledScripts.TabIndex  = 7;
     this.lblScheduledScripts.Text      = "Automatically invoke remote desktop connections which keep virtual desktops activ" +
                                          "e.";
     //
     // lblHeader
     //
     this.lblHeader.AutoSize  = true;
     this.lblHeader.Font      = new GSystem.Drawing.Font("Segoe UI", 21.75F, GSystem.Drawing.FontStyle.Regular, GSystem.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblHeader.ForeColor = GSystem.Drawing.Color.White;
     this.lblHeader.Location  = new GSystem.Drawing.Point(3, 4);
     this.lblHeader.Name      = "lblHeader";
     this.lblHeader.Size      = new GSystem.Drawing.Size(231, 40);
     this.lblHeader.TabIndex  = 0;
     this.lblHeader.Text      = "Display Manager";
     //
     // frmDisplayManager
     //
     this.AutoScaleDimensions = new GSystem.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = GSystem.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new GSystem.Drawing.Size(1017, 654);
     this.Controls.Add(this.tlpDisplayManager);
     this.Icon          = OpenBots.Core.Properties.Resources.OpenBots_ico;
     this.Name          = "frmDisplayManager";
     this.Text          = "Display Manager for VMs";
     this.StartPosition = GSystem.Windows.Forms.FormStartPosition.CenterParent;
     this.Load         += new GSystem.EventHandler(this.frmDisplayManager_Load);
     ((GSystem.ComponentModel.ISupportInitialize)(this.dgvMachines)).EndInit();
     this.tlpDisplayManager.ResumeLayout(false);
     this.pnlBottom.ResumeLayout(false);
     this.pnlBottom.PerformLayout();
     this.pnlTop.ResumeLayout(false);
     this.pnlTop.PerformLayout();
     this.ResumeLayout(false);
 }
Exemplo n.º 21
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainWindow));
     this.statusStrip1          = new System.Windows.Forms.StatusStrip();
     this.toolStripRevision     = new System.Windows.Forms.ToolStripStatusLabel();
     this.dipSwitch             = new System.Windows.Forms.ToolStripStatusLabel();
     this.ModeText              = new System.Windows.Forms.ToolStripStatusLabel();
     this.lastKeyPressed        = new System.Windows.Forms.ToolStripStatusLabel();
     this.cpsPerf               = new System.Windows.Forms.ToolStripStatusLabel();
     this.fpsPerf               = new System.Windows.Forms.ToolStripStatusLabel();
     this.SDCardPath            = new System.Windows.Forms.ToolStripStatusLabel();
     this.menuStrip1            = new System.Windows.Forms.MenuStrip();
     this.fileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.menuOpenHexFile       = new System.Windows.Forms.ToolStripMenuItem();
     this.openHexFileWoZeroingToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.loadFNXMLFileToolStripMenuItem        = new System.Windows.Forms.ToolStripMenuItem();
     this.saveProjectToolStripMenuItem          = new System.Windows.Forms.ToolStripMenuItem();
     this.saveWatchListToolStripMenuItem        = new System.Windows.Forms.ToolStripMenuItem();
     this.loadWatchListToolStripMenuItem        = new System.Windows.Forms.ToolStripMenuItem();
     this.exitToolStripMenuItem              = new System.Windows.Forms.ToolStripMenuItem();
     this.toolsToolStripMenuItem             = new System.Windows.Forms.ToolStripMenuItem();
     this.uploaderToolStripMenuItem          = new System.Windows.Forms.ToolStripMenuItem();
     this.loadImageToolStripMenuItem         = new System.Windows.Forms.ToolStripMenuItem();
     this.sDCardToolStripMenuItem            = new System.Windows.Forms.ToolStripMenuItem();
     this.tileEditorToolStripMenuItem        = new System.Windows.Forms.ToolStripMenuItem();
     this.characterEditorToolStripMenuItem   = new System.Windows.Forms.ToolStripMenuItem();
     this.joystickSimulatorToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.windowsToolStripMenuItem           = new System.Windows.Forms.ToolStripMenuItem();
     this.terminalToolStripMenuItem          = new System.Windows.Forms.ToolStripMenuItem();
     this.cPUToolStripMenuItem       = new System.Windows.Forms.ToolStripMenuItem();
     this.memoryToolStripMenuItem    = new System.Windows.Forms.ToolStripMenuItem();
     this.watchListToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.resetToolStripMenuItem     = new System.Windows.Forms.ToolStripMenuItem();
     this.RestartMenuItem            = new System.Windows.Forms.ToolStripMenuItem();
     this.DebugMenuItem          = new System.Windows.Forms.ToolStripMenuItem();
     this.helpToolStripMenuItem  = new System.Windows.Forms.ToolStripMenuItem();
     this.aboutToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.performanceTimer       = new System.Windows.Forms.Timer(this.components);
     this.panel1  = new System.Windows.Forms.Panel();
     this.panel2  = new System.Windows.Forms.Panel();
     this.panel3  = new System.Windows.Forms.Panel();
     this.panel4  = new System.Windows.Forms.Panel();
     this.Tooltip = new System.Windows.Forms.ToolTip(this.components);
     this.gpu     = new FoenixIDE.Display.Gpu();
     this.statusStrip1.SuspendLayout();
     this.menuStrip1.SuspendLayout();
     this.SuspendLayout();
     //
     // statusStrip1
     //
     this.statusStrip1.ImageScalingSize = new System.Drawing.Size(28, 28);
     this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.toolStripRevision,
         this.dipSwitch,
         this.ModeText,
         this.lastKeyPressed,
         this.cpsPerf,
         this.fpsPerf,
         this.SDCardPath
     });
     this.statusStrip1.Location         = new System.Drawing.Point(0, 582);
     this.statusStrip1.Name             = "statusStrip1";
     this.statusStrip1.ShowItemToolTips = true;
     this.statusStrip1.Size             = new System.Drawing.Size(686, 28);
     this.statusStrip1.Stretch          = false;
     this.statusStrip1.TabIndex         = 1;
     this.statusStrip1.Text             = "statusStrip1";
     //
     // toolStripRevision
     //
     this.toolStripRevision.BorderSides = ((System.Windows.Forms.ToolStripStatusLabelBorderSides)((((System.Windows.Forms.ToolStripStatusLabelBorderSides.Left | System.Windows.Forms.ToolStripStatusLabelBorderSides.Top)
                                                                                                    | System.Windows.Forms.ToolStripStatusLabelBorderSides.Right)
                                                                                                   | System.Windows.Forms.ToolStripStatusLabelBorderSides.Bottom)));
     this.toolStripRevision.BorderStyle = System.Windows.Forms.Border3DStyle.Sunken;
     this.toolStripRevision.Font        = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Bold);
     this.toolStripRevision.Name        = "toolStripRevision";
     this.toolStripRevision.Size        = new System.Drawing.Size(44, 23);
     this.toolStripRevision.Text        = "Rev B";
     this.toolStripRevision.ToolTipText = "Board Version";
     this.toolStripRevision.Click      += new System.EventHandler(this.ToolStripRevision_Click);
     //
     // dipSwitch
     //
     this.dipSwitch.AutoSize     = false;
     this.dipSwitch.BackColor    = System.Drawing.SystemColors.ActiveCaption;
     this.dipSwitch.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.None;
     this.dipSwitch.Name         = "dipSwitch";
     this.dipSwitch.Size         = new System.Drawing.Size(129, 23);
     this.dipSwitch.Text         = "toolStripStatusLabel1";
     this.dipSwitch.ToolTipText  = "DIP Switches";
     this.dipSwitch.MouseDown   += new System.Windows.Forms.MouseEventHandler(this.DipSwitch_MouseDown);
     this.dipSwitch.Paint       += new System.Windows.Forms.PaintEventHandler(this.DipSwitch_Paint);
     //
     // ModeText
     //
     this.ModeText.Name = "ModeText";
     this.ModeText.Size = new System.Drawing.Size(26, 23);
     this.ModeText.Text = "Key";
     //
     // lastKeyPressed
     //
     this.lastKeyPressed.AutoSize = false;
     this.lastKeyPressed.Name     = "lastKeyPressed";
     this.lastKeyPressed.Size     = new System.Drawing.Size(30, 23);
     this.lastKeyPressed.Text     = "$00";
     //
     // cpsPerf
     //
     this.cpsPerf.AutoSize = false;
     this.cpsPerf.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
     this.cpsPerf.BorderSides           = ((System.Windows.Forms.ToolStripStatusLabelBorderSides)((((System.Windows.Forms.ToolStripStatusLabelBorderSides.Left | System.Windows.Forms.ToolStripStatusLabelBorderSides.Top)
                                                                                                    | System.Windows.Forms.ToolStripStatusLabelBorderSides.Right)
                                                                                                   | System.Windows.Forms.ToolStripStatusLabelBorderSides.Bottom)));
     this.cpsPerf.BorderStyle = System.Windows.Forms.Border3DStyle.Sunken;
     this.cpsPerf.Font        = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.cpsPerf.Name        = "cpsPerf";
     this.cpsPerf.Padding     = new System.Windows.Forms.Padding(2);
     this.cpsPerf.Size        = new System.Drawing.Size(110, 23);
     this.cpsPerf.Text        = "CPS: 0";
     this.cpsPerf.TextAlign   = System.Drawing.ContentAlignment.MiddleLeft;
     this.cpsPerf.ToolTipText = "Cycles Per Second";
     //
     // fpsPerf
     //
     this.fpsPerf.AutoSize    = false;
     this.fpsPerf.BorderSides = ((System.Windows.Forms.ToolStripStatusLabelBorderSides)((((System.Windows.Forms.ToolStripStatusLabelBorderSides.Left | System.Windows.Forms.ToolStripStatusLabelBorderSides.Top)
                                                                                          | System.Windows.Forms.ToolStripStatusLabelBorderSides.Right)
                                                                                         | System.Windows.Forms.ToolStripStatusLabelBorderSides.Bottom)));
     this.fpsPerf.BorderStyle = System.Windows.Forms.Border3DStyle.Sunken;
     this.fpsPerf.Font        = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.fpsPerf.Name        = "fpsPerf";
     this.fpsPerf.Padding     = new System.Windows.Forms.Padding(2);
     this.fpsPerf.Size        = new System.Drawing.Size(55, 23);
     this.fpsPerf.Text        = "FPS: 0";
     this.fpsPerf.TextAlign   = System.Drawing.ContentAlignment.MiddleLeft;
     this.fpsPerf.ToolTipText = "Frames Per Second";
     //
     // SDCardPath
     //
     this.SDCardPath.BorderSides = ((System.Windows.Forms.ToolStripStatusLabelBorderSides)((((System.Windows.Forms.ToolStripStatusLabelBorderSides.Left | System.Windows.Forms.ToolStripStatusLabelBorderSides.Top)
                                                                                             | System.Windows.Forms.ToolStripStatusLabelBorderSides.Right)
                                                                                            | System.Windows.Forms.ToolStripStatusLabelBorderSides.Bottom)));
     this.SDCardPath.BorderStyle       = System.Windows.Forms.Border3DStyle.Sunken;
     this.SDCardPath.DisplayStyle      = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     this.SDCardPath.Font              = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Bold);
     this.SDCardPath.Name              = "SDCardPath";
     this.SDCardPath.Overflow          = System.Windows.Forms.ToolStripItemOverflow.Always;
     this.SDCardPath.Size              = new System.Drawing.Size(277, 23);
     this.SDCardPath.Spring            = true;
     this.SDCardPath.Text              = "SD Card Disabled";
     this.SDCardPath.TextAlign         = System.Drawing.ContentAlignment.MiddleLeft;
     this.SDCardPath.TextImageRelation = System.Windows.Forms.TextImageRelation.TextBeforeImage;
     this.SDCardPath.Click            += new System.EventHandler(this.SDCardToolStripMenuItem_Click);
     //
     // menuStrip1
     //
     this.menuStrip1.ImageScalingSize = new System.Drawing.Size(28, 28);
     this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.fileToolStripMenuItem,
         this.toolsToolStripMenuItem,
         this.windowsToolStripMenuItem,
         this.resetToolStripMenuItem,
         this.helpToolStripMenuItem
     });
     this.menuStrip1.Location = new System.Drawing.Point(0, 0);
     this.menuStrip1.Name     = "menuStrip1";
     this.menuStrip1.Size     = new System.Drawing.Size(686, 24);
     this.menuStrip1.TabIndex = 2;
     this.menuStrip1.Text     = "menuStrip1";
     //
     // fileToolStripMenuItem
     //
     this.fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.menuOpenHexFile,
         this.openHexFileWoZeroingToolStripMenuItem,
         this.loadFNXMLFileToolStripMenuItem,
         this.saveProjectToolStripMenuItem,
         this.saveWatchListToolStripMenuItem,
         this.loadWatchListToolStripMenuItem,
         this.exitToolStripMenuItem
     });
     this.fileToolStripMenuItem.Name = "fileToolStripMenuItem";
     this.fileToolStripMenuItem.Size = new System.Drawing.Size(37, 20);
     this.fileToolStripMenuItem.Text = "&File";
     //
     // menuOpenHexFile
     //
     this.menuOpenHexFile.Name   = "menuOpenHexFile";
     this.menuOpenHexFile.Size   = new System.Drawing.Size(216, 22);
     this.menuOpenHexFile.Text   = "&Open Hex File";
     this.menuOpenHexFile.Click += new System.EventHandler(this.MenuOpenHexFile_Click);
     //
     // openHexFileWoZeroingToolStripMenuItem
     //
     this.openHexFileWoZeroingToolStripMenuItem.Name   = "openHexFileWoZeroingToolStripMenuItem";
     this.openHexFileWoZeroingToolStripMenuItem.Size   = new System.Drawing.Size(216, 22);
     this.openHexFileWoZeroingToolStripMenuItem.Text   = "Open Hex File w/o &Zeroing";
     this.openHexFileWoZeroingToolStripMenuItem.Click += new System.EventHandler(this.MenuOpenHexFile_Click);
     //
     // loadFNXMLFileToolStripMenuItem
     //
     this.loadFNXMLFileToolStripMenuItem.Name   = "loadFNXMLFileToolStripMenuItem";
     this.loadFNXMLFileToolStripMenuItem.Size   = new System.Drawing.Size(216, 22);
     this.loadFNXMLFileToolStripMenuItem.Text   = "&Load Project...";
     this.loadFNXMLFileToolStripMenuItem.Click += new System.EventHandler(this.LoadFNXMLFileToolStripMenuItem_Click);
     //
     // saveProjectToolStripMenuItem
     //
     this.saveProjectToolStripMenuItem.Name   = "saveProjectToolStripMenuItem";
     this.saveProjectToolStripMenuItem.Size   = new System.Drawing.Size(216, 22);
     this.saveProjectToolStripMenuItem.Text   = "&Save Project...";
     this.saveProjectToolStripMenuItem.Click += new System.EventHandler(this.SaveProjectToolStripMenuItem_Click);
     //
     // saveWatchListToolStripMenuItem
     //
     this.saveWatchListToolStripMenuItem.Name   = "saveWatchListToolStripMenuItem";
     this.saveWatchListToolStripMenuItem.Size   = new System.Drawing.Size(216, 22);
     this.saveWatchListToolStripMenuItem.Text   = "Save Watch List...";
     this.saveWatchListToolStripMenuItem.Click += new System.EventHandler(this.saveWatchListToolStripMenuItem_Click);
     //
     // loadWatchListToolStripMenuItem
     //
     this.loadWatchListToolStripMenuItem.Name   = "loadWatchListToolStripMenuItem";
     this.loadWatchListToolStripMenuItem.Size   = new System.Drawing.Size(216, 22);
     this.loadWatchListToolStripMenuItem.Text   = "Load Watch List...";
     this.loadWatchListToolStripMenuItem.Click += new System.EventHandler(this.loadWatchListToolStripMenuItem_Click);
     //
     // exitToolStripMenuItem
     //
     this.exitToolStripMenuItem.Name   = "exitToolStripMenuItem";
     this.exitToolStripMenuItem.Size   = new System.Drawing.Size(216, 22);
     this.exitToolStripMenuItem.Text   = "E&xit";
     this.exitToolStripMenuItem.Click += new System.EventHandler(this.ExitToolStripMenuItem_Click);
     //
     // toolsToolStripMenuItem
     //
     this.toolsToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.uploaderToolStripMenuItem,
         this.loadImageToolStripMenuItem,
         this.sDCardToolStripMenuItem,
         this.tileEditorToolStripMenuItem,
         this.characterEditorToolStripMenuItem,
         this.joystickSimulatorToolStripMenuItem
     });
     this.toolsToolStripMenuItem.Name = "toolsToolStripMenuItem";
     this.toolsToolStripMenuItem.Size = new System.Drawing.Size(46, 20);
     this.toolsToolStripMenuItem.Text = "&Tools";
     //
     // uploaderToolStripMenuItem
     //
     this.uploaderToolStripMenuItem.Name   = "uploaderToolStripMenuItem";
     this.uploaderToolStripMenuItem.Size   = new System.Drawing.Size(169, 22);
     this.uploaderToolStripMenuItem.Text   = "&Uploader";
     this.uploaderToolStripMenuItem.Click += new System.EventHandler(this.UploaderToolStripMenuItem_Click);
     //
     // loadImageToolStripMenuItem
     //
     this.loadImageToolStripMenuItem.Name   = "loadImageToolStripMenuItem";
     this.loadImageToolStripMenuItem.Size   = new System.Drawing.Size(169, 22);
     this.loadImageToolStripMenuItem.Text   = "&Load Bin/Image";
     this.loadImageToolStripMenuItem.Click += new System.EventHandler(this.LoadImageToolStripMenuItem_Click);
     //
     // sDCardToolStripMenuItem
     //
     this.sDCardToolStripMenuItem.Name   = "sDCardToolStripMenuItem";
     this.sDCardToolStripMenuItem.Size   = new System.Drawing.Size(169, 22);
     this.sDCardToolStripMenuItem.Text   = "&SD Card";
     this.sDCardToolStripMenuItem.Click += new System.EventHandler(this.SDCardToolStripMenuItem_Click);
     //
     // tileEditorToolStripMenuItem
     //
     this.tileEditorToolStripMenuItem.Name   = "tileEditorToolStripMenuItem";
     this.tileEditorToolStripMenuItem.Size   = new System.Drawing.Size(169, 22);
     this.tileEditorToolStripMenuItem.Text   = "&Tile Editor";
     this.tileEditorToolStripMenuItem.Click += new System.EventHandler(this.TileEditorToolStripMenuItem_Click);
     //
     // characterEditorToolStripMenuItem
     //
     this.characterEditorToolStripMenuItem.Name   = "characterEditorToolStripMenuItem";
     this.characterEditorToolStripMenuItem.Size   = new System.Drawing.Size(169, 22);
     this.characterEditorToolStripMenuItem.Text   = "&Character Editor";
     this.characterEditorToolStripMenuItem.Click += new System.EventHandler(this.CharacterEditorToolStripMenuItem_Click);
     //
     // joystickSimulatorToolStripMenuItem
     //
     this.joystickSimulatorToolStripMenuItem.Name   = "joystickSimulatorToolStripMenuItem";
     this.joystickSimulatorToolStripMenuItem.Size   = new System.Drawing.Size(169, 22);
     this.joystickSimulatorToolStripMenuItem.Text   = "Joystick Simulator";
     this.joystickSimulatorToolStripMenuItem.Click += new System.EventHandler(this.JoystickSimulatorToolStripMenuItem_Click);
     //
     // windowsToolStripMenuItem
     //
     this.windowsToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.terminalToolStripMenuItem,
         this.cPUToolStripMenuItem,
         this.memoryToolStripMenuItem,
         this.watchListToolStripMenuItem
     });
     this.windowsToolStripMenuItem.Name = "windowsToolStripMenuItem";
     this.windowsToolStripMenuItem.Size = new System.Drawing.Size(68, 20);
     this.windowsToolStripMenuItem.Text = "&Windows";
     //
     // terminalToolStripMenuItem
     //
     this.terminalToolStripMenuItem.Name   = "terminalToolStripMenuItem";
     this.terminalToolStripMenuItem.Size   = new System.Drawing.Size(129, 22);
     this.terminalToolStripMenuItem.Text   = "&Terminal";
     this.terminalToolStripMenuItem.Click += new System.EventHandler(this.TerminalToolStripMenuItem_Click);
     //
     // cPUToolStripMenuItem
     //
     this.cPUToolStripMenuItem.Enabled = false;
     this.cPUToolStripMenuItem.Name    = "cPUToolStripMenuItem";
     this.cPUToolStripMenuItem.Size    = new System.Drawing.Size(129, 22);
     this.cPUToolStripMenuItem.Text    = "&CPU";
     this.cPUToolStripMenuItem.Click  += new System.EventHandler(this.CPUToolStripMenuItem_Click);
     //
     // memoryToolStripMenuItem
     //
     this.memoryToolStripMenuItem.Enabled = false;
     this.memoryToolStripMenuItem.Name    = "memoryToolStripMenuItem";
     this.memoryToolStripMenuItem.Size    = new System.Drawing.Size(129, 22);
     this.memoryToolStripMenuItem.Text    = "&Memory";
     this.memoryToolStripMenuItem.Click  += new System.EventHandler(this.MemoryToolStripMenuItem_Click);
     //
     // watchListToolStripMenuItem
     //
     this.watchListToolStripMenuItem.Name   = "watchListToolStripMenuItem";
     this.watchListToolStripMenuItem.Size   = new System.Drawing.Size(129, 22);
     this.watchListToolStripMenuItem.Text   = "Watch List";
     this.watchListToolStripMenuItem.Click += new System.EventHandler(this.WatchListToolStripMenuItem_Click);
     //
     // resetToolStripMenuItem
     //
     this.resetToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.RestartMenuItem,
         this.DebugMenuItem
     });
     this.resetToolStripMenuItem.Name         = "resetToolStripMenuItem";
     this.resetToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)(((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Alt)
                                                                              | System.Windows.Forms.Keys.R)));
     this.resetToolStripMenuItem.Size = new System.Drawing.Size(47, 20);
     this.resetToolStripMenuItem.Text = "&Reset";
     //
     // RestartMenuItem
     //
     this.RestartMenuItem.Enabled = false;
     this.RestartMenuItem.Name    = "RestartMenuItem";
     this.RestartMenuItem.Size    = new System.Drawing.Size(110, 22);
     this.RestartMenuItem.Text    = "&Restart";
     this.RestartMenuItem.Click  += new System.EventHandler(this.RestartMenuItemClick);
     //
     // DebugMenuItem
     //
     this.DebugMenuItem.Enabled = false;
     this.DebugMenuItem.Name    = "DebugMenuItem";
     this.DebugMenuItem.Size    = new System.Drawing.Size(110, 22);
     this.DebugMenuItem.Text    = "&Debug";
     this.DebugMenuItem.Click  += new System.EventHandler(this.DebugToolStripMenuItem_Click);
     //
     // helpToolStripMenuItem
     //
     this.helpToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.aboutToolStripMenuItem
     });
     this.helpToolStripMenuItem.Name = "helpToolStripMenuItem";
     this.helpToolStripMenuItem.Size = new System.Drawing.Size(44, 20);
     this.helpToolStripMenuItem.Text = "&Help";
     //
     // aboutToolStripMenuItem
     //
     this.aboutToolStripMenuItem.Name   = "aboutToolStripMenuItem";
     this.aboutToolStripMenuItem.Size   = new System.Drawing.Size(107, 22);
     this.aboutToolStripMenuItem.Text   = "&About";
     this.aboutToolStripMenuItem.Click += new System.EventHandler(this.AboutToolStripMenuItem_Click);
     //
     // performanceTimer
     //
     this.performanceTimer.Enabled  = true;
     this.performanceTimer.Interval = 1000;
     //
     // panel1
     //
     this.panel1.BackColor = System.Drawing.Color.LightBlue;
     this.panel1.Dock      = System.Windows.Forms.DockStyle.Left;
     this.panel1.Location  = new System.Drawing.Point(0, 40);
     this.panel1.Margin    = new System.Windows.Forms.Padding(4);
     this.panel1.Name      = "panel1";
     this.panel1.Size      = new System.Drawing.Size(16, 542);
     this.panel1.TabIndex  = 3;
     //
     // panel2
     //
     this.panel2.BackColor = System.Drawing.Color.LightBlue;
     this.panel2.Dock      = System.Windows.Forms.DockStyle.Right;
     this.panel2.Location  = new System.Drawing.Point(670, 40);
     this.panel2.Margin    = new System.Windows.Forms.Padding(4);
     this.panel2.Name      = "panel2";
     this.panel2.Size      = new System.Drawing.Size(16, 542);
     this.panel2.TabIndex  = 4;
     //
     // panel3
     //
     this.panel3.BackColor = System.Drawing.Color.LightBlue;
     this.panel3.Dock      = System.Windows.Forms.DockStyle.Bottom;
     this.panel3.Location  = new System.Drawing.Point(16, 566);
     this.panel3.Margin    = new System.Windows.Forms.Padding(4);
     this.panel3.Name      = "panel3";
     this.panel3.Size      = new System.Drawing.Size(654, 16);
     this.panel3.TabIndex  = 5;
     //
     // panel4
     //
     this.panel4.BackColor = System.Drawing.Color.LightBlue;
     this.panel4.Dock      = System.Windows.Forms.DockStyle.Top;
     this.panel4.Location  = new System.Drawing.Point(0, 24);
     this.panel4.Margin    = new System.Windows.Forms.Padding(4);
     this.panel4.Name      = "panel4";
     this.panel4.Size      = new System.Drawing.Size(686, 16);
     this.panel4.TabIndex  = 6;
     //
     // gpu
     //
     this.gpu.BackColor      = System.Drawing.Color.Blue;
     this.gpu.Dock           = System.Windows.Forms.DockStyle.Fill;
     this.gpu.Font           = new System.Drawing.Font("Consolas", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.gpu.ForeColor      = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
     this.gpu.Location       = new System.Drawing.Point(16, 40);
     this.gpu.Margin         = new System.Windows.Forms.Padding(4);
     this.gpu.MinimumSize    = new System.Drawing.Size(640, 480);
     this.gpu.Name           = "gpu";
     this.gpu.Size           = new System.Drawing.Size(654, 526);
     this.gpu.TabIndex       = 0;
     this.gpu.TabStop        = false;
     this.gpu.TileEditorMode = false;
     this.gpu.MouseDown     += new System.Windows.Forms.MouseEventHandler(this.gpu_MouseDown);
     this.gpu.MouseEnter    += new System.EventHandler(this.Gpu_MouseEnter);
     this.gpu.MouseLeave    += new System.EventHandler(this.Gpu_MouseLeave);
     this.gpu.MouseMove     += new System.Windows.Forms.MouseEventHandler(this.Gpu_MouseMove);
     //
     // MainWindow
     //
     this.AllowDrop           = true;
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(686, 610);
     this.Controls.Add(this.gpu);
     this.Controls.Add(this.panel3);
     this.Controls.Add(this.panel2);
     this.Controls.Add(this.panel1);
     this.Controls.Add(this.panel4);
     this.Controls.Add(this.menuStrip1);
     this.Controls.Add(this.statusStrip1);
     this.DoubleBuffered = true;
     this.Icon           = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.KeyPreview     = true;
     this.Location       = new System.Drawing.Point(300, 300);
     this.MainMenuStrip  = this.menuStrip1;
     this.Margin         = new System.Windows.Forms.Padding(4);
     this.MinimumSize    = new System.Drawing.Size(686, 610);
     this.Name           = "MainWindow";
     this.StartPosition  = System.Windows.Forms.FormStartPosition.Manual;
     this.Text           = "Foenix IDE";
     this.FormClosing   += new System.Windows.Forms.FormClosingEventHandler(this.MainWindow_FormClosing);
     this.Load          += new System.EventHandler(this.BasicWindow_Load);
     this.DragDrop      += new System.Windows.Forms.DragEventHandler(this.MainWindow_DragDrop);
     this.DragEnter     += new System.Windows.Forms.DragEventHandler(this.MainWindow_DragEnter);
     this.KeyDown       += new System.Windows.Forms.KeyEventHandler(this.BasicWindow_KeyDown);
     this.KeyUp         += new System.Windows.Forms.KeyEventHandler(this.BasicWindow_KeyUp);
     this.statusStrip1.ResumeLayout(false);
     this.statusStrip1.PerformLayout();
     this.menuStrip1.ResumeLayout(false);
     this.menuStrip1.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            this.components = new global::System.ComponentModel.Container();
            this.radGroupBox1 = new Telerik.WinControls.UI.RadGroupBox();
            this.flowLayoutPanel1 = new global::System.Windows.Forms.FlowLayoutPanel();
            this.Txt_UserName = new Telerik.WinControls.UI.RadTextBox();
            this.Txt_Password = new Telerik.WinControls.UI.RadTextBox();
            this.Lbl = new global::System.Windows.Forms.Label();
            this.Btn_Login = new Telerik.WinControls.UI.RadButton();
            this.Btn_Exit = new Telerik.WinControls.UI.RadButton();
            this.aquaTheme1 = new Telerik.WinControls.Themes.AquaTheme();
            this.timer1 = new global::System.Windows.Forms.Timer(this.components);
            this.errorProvider1 = new global::System.Windows.Forms.ErrorProvider(this.components);
            this.BGW = new global::System.ComponentModel.BackgroundWorker();
            ((global::System.ComponentModel.ISupportInitialize)(this.radGroupBox1)).BeginInit();
            this.radGroupBox1.SuspendLayout();
            this.flowLayoutPanel1.SuspendLayout();
            ((global::System.ComponentModel.ISupportInitialize)(this.Txt_UserName)).BeginInit();
            ((global::System.ComponentModel.ISupportInitialize)(this.Txt_Password)).BeginInit();
            ((global::System.ComponentModel.ISupportInitialize)(this.Btn_Login)).BeginInit();
            ((global::System.ComponentModel.ISupportInitialize)(this.Btn_Exit)).BeginInit();
            ((global::System.ComponentModel.ISupportInitialize)(this.errorProvider1)).BeginInit();
            this.SuspendLayout();
            // 
            // radGroupBox1
            // 
            this.radGroupBox1.AccessibleRole = global::System.Windows.Forms.AccessibleRole.Grouping;
            this.radGroupBox1.BackColor = global::System.Drawing.Color.FromArgb(((int)(((byte)(4)))), ((int)(((byte)(3)))), ((int)(((byte)(3)))));
            this.radGroupBox1.Controls.Add(this.flowLayoutPanel1);
            this.radGroupBox1.Dock = global::System.Windows.Forms.DockStyle.Fill;
            this.radGroupBox1.Font = new global::System.Drawing.Font("B Nazanin", 16.2F, ((global::System.Drawing.FontStyle)((global::System.Drawing.FontStyle.Bold | global::System.Drawing.FontStyle.Italic))), global::System.Drawing.GraphicsUnit.Point, ((byte)(178)));
            this.radGroupBox1.FooterImageAlignment = global::System.Drawing.ContentAlignment.MiddleCenter;
            this.radGroupBox1.FooterTextAlignment = global::System.Drawing.ContentAlignment.MiddleCenter;
            this.radGroupBox1.GroupBoxStyle = Telerik.WinControls.UI.RadGroupBoxStyle.Office;
            this.radGroupBox1.HeaderText = "نرم افزار اصفهان قوس";
            this.radGroupBox1.HeaderTextAlignment = global::System.Drawing.ContentAlignment.MiddleCenter;
            this.radGroupBox1.Location = new global::System.Drawing.Point(0, 0);
            this.radGroupBox1.Name = "radGroupBox1";
            this.radGroupBox1.Size = new global::System.Drawing.Size(322, 402);
            this.radGroupBox1.TabIndex = 0;
            this.radGroupBox1.Text = "نرم افزار اصفهان قوس";
            this.radGroupBox1.ThemeName = "Aqua";
            ((Telerik.WinControls.Primitives.FillPrimitive)(this.radGroupBox1.GetChildAt(0).GetChildAt(0).GetChildAt(0))).BackColor2 = global::System.Drawing.Color.FromArgb(((int)(((byte)(244)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
            ((Telerik.WinControls.Primitives.FillPrimitive)(this.radGroupBox1.GetChildAt(0).GetChildAt(0).GetChildAt(0))).BackColor3 = global::System.Drawing.Color.FromArgb(((int)(((byte)(160)))), ((int)(((byte)(160)))), ((int)(((byte)(160)))));
            ((Telerik.WinControls.Primitives.FillPrimitive)(this.radGroupBox1.GetChildAt(0).GetChildAt(0).GetChildAt(0))).BackColor4 = global::System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
            ((Telerik.WinControls.Primitives.FillPrimitive)(this.radGroupBox1.GetChildAt(0).GetChildAt(0).GetChildAt(0))).BackColor = global::System.Drawing.Color.FromArgb(((int)(((byte)(78)))), ((int)(((byte)(77)))), ((int)(((byte)(77)))));
            ((Telerik.WinControls.UI.GroupBoxHeader)(this.radGroupBox1.GetChildAt(0).GetChildAt(1))).GroupBoxStyle = Telerik.WinControls.UI.RadGroupBoxStyle.Office;
            ((Telerik.WinControls.Primitives.FillPrimitive)(this.radGroupBox1.GetChildAt(0).GetChildAt(1).GetChildAt(0))).BackColor2 = global::System.Drawing.Color.White;
            ((Telerik.WinControls.Primitives.FillPrimitive)(this.radGroupBox1.GetChildAt(0).GetChildAt(1).GetChildAt(0))).BackColor3 = global::System.Drawing.Color.FromArgb(((int)(((byte)(249)))), ((int)(((byte)(249)))), ((int)(((byte)(255)))));
            ((Telerik.WinControls.Primitives.FillPrimitive)(this.radGroupBox1.GetChildAt(0).GetChildAt(1).GetChildAt(0))).BackColor4 = global::System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
            ((Telerik.WinControls.Primitives.FillPrimitive)(this.radGroupBox1.GetChildAt(0).GetChildAt(1).GetChildAt(0))).BackColor = global::System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
            ((Telerik.WinControls.Primitives.BorderPrimitive)(this.radGroupBox1.GetChildAt(0).GetChildAt(1).GetChildAt(1))).BottomColor = global::System.Drawing.Color.FromArgb(((int)(((byte)(242)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
            ((Telerik.WinControls.Primitives.BorderPrimitive)(this.radGroupBox1.GetChildAt(0).GetChildAt(1).GetChildAt(1))).ForeColor2 = global::System.Drawing.SystemColors.ControlDark;
            ((Telerik.WinControls.Primitives.BorderPrimitive)(this.radGroupBox1.GetChildAt(0).GetChildAt(1).GetChildAt(1))).InnerColor2 = global::System.Drawing.Color.FromArgb(((int)(((byte)(253)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
            ((Telerik.WinControls.Primitives.BorderPrimitive)(this.radGroupBox1.GetChildAt(0).GetChildAt(1).GetChildAt(1))).ForeColor = global::System.Drawing.SystemColors.ActiveCaptionText;
            // 
            // flowLayoutPanel1
            // 
            this.flowLayoutPanel1.Anchor = ((global::System.Windows.Forms.AnchorStyles)(((global::System.Windows.Forms.AnchorStyles.Top | global::System.Windows.Forms.AnchorStyles.Left) 
            | global::System.Windows.Forms.AnchorStyles.Right)));
            this.flowLayoutPanel1.BackColor = global::System.Drawing.Color.Transparent;
            this.flowLayoutPanel1.Controls.Add(this.Txt_UserName);
            this.flowLayoutPanel1.Controls.Add(this.Txt_Password);
            this.flowLayoutPanel1.Controls.Add(this.Lbl);
            this.flowLayoutPanel1.Controls.Add(this.Btn_Login);
            this.flowLayoutPanel1.Controls.Add(this.Btn_Exit);
            this.flowLayoutPanel1.Location = new global::System.Drawing.Point(12, 59);
            this.flowLayoutPanel1.Name = "flowLayoutPanel1";
            this.flowLayoutPanel1.Size = new global::System.Drawing.Size(298, 298);
            this.flowLayoutPanel1.TabIndex = 1;
            // 
            // Txt_UserName
            // 
            this.Txt_UserName.AutoSize = false;
            this.Txt_UserName.Font = new global::System.Drawing.Font("B Nazanin", 13.8F, global::System.Drawing.FontStyle.Bold);
            this.Txt_UserName.ForeColor = global::System.Drawing.Color.LightGray;
            this.Txt_UserName.Location = new global::System.Drawing.Point(3, 3);
            this.Txt_UserName.Multiline = true;
            this.Txt_UserName.Name = "Txt_UserName";
            this.Txt_UserName.Size = new global::System.Drawing.Size(289, 53);
            this.Txt_UserName.TabIndex = 0;
            this.Txt_UserName.Text = "UserName ...";
            this.Txt_UserName.TextChanged += new global::System.EventHandler(this.Txt_UserName_TextChanged);
            this.Txt_UserName.KeyPress += new global::System.Windows.Forms.KeyPressEventHandler(this.Txt_UserName_KeyPress);
            ((Telerik.WinControls.UI.RadTextBoxElement)(this.Txt_UserName.GetChildAt(0))).Text = "UserName ...";
            ((Telerik.WinControls.UI.RadTextBoxElement)(this.Txt_UserName.GetChildAt(0))).ForeColor = global::System.Drawing.Color.LightGray;
            // 
            // Txt_Password
            // 
            this.Txt_Password.AutoSize = false;
            this.Txt_Password.Font = new global::System.Drawing.Font("B Nazanin", 13.8F, global::System.Drawing.FontStyle.Bold, global::System.Drawing.GraphicsUnit.Point, ((byte)(178)));
            this.Txt_Password.ForeColor = global::System.Drawing.Color.LightGray;
            this.Txt_Password.Location = new global::System.Drawing.Point(3, 62);
            this.Txt_Password.Multiline = true;
            this.Txt_Password.Name = "Txt_Password";
            this.Txt_Password.Size = new global::System.Drawing.Size(289, 53);
            this.Txt_Password.TabIndex = 1;
            this.Txt_Password.Text = "Password...";
            this.Txt_Password.TextChanged += new global::System.EventHandler(this.Txt_Password_TextChanged);
            this.Txt_Password.KeyPress += new global::System.Windows.Forms.KeyPressEventHandler(this.Txt_Password_KeyPress);
            ((Telerik.WinControls.UI.RadTextBoxElement)(this.Txt_Password.GetChildAt(0))).Text = "Password...";
            ((Telerik.WinControls.UI.RadTextBoxElement)(this.Txt_Password.GetChildAt(0))).ForeColor = global::System.Drawing.Color.LightGray;
            // 
            // Lbl
            // 
            this.Lbl.Anchor = ((global::System.Windows.Forms.AnchorStyles)(((global::System.Windows.Forms.AnchorStyles.Top | global::System.Windows.Forms.AnchorStyles.Left) 
            | global::System.Windows.Forms.AnchorStyles.Right)));
            this.Lbl.AutoSize = true;
            this.Lbl.BackColor = global::System.Drawing.Color.Transparent;
            this.Lbl.Font = new global::System.Drawing.Font("B Nazanin", 10.8F, global::System.Drawing.FontStyle.Regular, global::System.Drawing.GraphicsUnit.Point, ((byte)(178)));
            this.Lbl.ForeColor = global::System.Drawing.Color.Red;
            this.Lbl.Location = new global::System.Drawing.Point(3, 118);
            this.Lbl.Name = "Lbl";
            this.Lbl.Size = new global::System.Drawing.Size(247, 28);
            this.Lbl.TabIndex = 3;
            this.Lbl.Text = "نام کاربری یا رمز عبور نادرست می باشد ";
            this.Lbl.Visible = false;
            // 
            // Btn_Login
            // 
            this.Btn_Login.Cursor = global::System.Windows.Forms.Cursors.Hand;
            this.Btn_Login.Font = new global::System.Drawing.Font("B Nazanin", 13.8F, global::System.Drawing.FontStyle.Bold);
            this.Btn_Login.ForeColor = global::System.Drawing.SystemColors.Window;
            this.Btn_Login.Location = new global::System.Drawing.Point(3, 149);
            this.Btn_Login.Name = "Btn_Login";
            this.Btn_Login.Size = new global::System.Drawing.Size(289, 53);
            this.Btn_Login.TabIndex = 3;
            this.Btn_Login.Text = "LOGIN";
            this.Btn_Login.ThemeName = "Aqua";
            this.Btn_Login.Click += new global::System.EventHandler(this.Btn_Login_Click);
            ((Telerik.WinControls.UI.RadButtonElement)(this.Btn_Login.GetChildAt(0))).Text = "LOGIN";
            ((Telerik.WinControls.UI.RadButtonElement)(this.Btn_Login.GetChildAt(0))).ForeColor = global::System.Drawing.Color.FromArgb(((int)(((byte)(253)))), ((int)(((byte)(254)))), ((int)(((byte)(255)))));
            ((Telerik.WinControls.UI.RadButtonElement)(this.Btn_Login.GetChildAt(0))).BackColor = global::System.Drawing.Color.FromArgb(((int)(((byte)(42)))), ((int)(((byte)(42)))), ((int)(((byte)(42)))));
            ((Telerik.WinControls.Primitives.FillPrimitive)(this.Btn_Login.GetChildAt(0).GetChildAt(0))).BackColor2 = global::System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(78)))), ((int)(((byte)(131)))));
            ((Telerik.WinControls.Primitives.FillPrimitive)(this.Btn_Login.GetChildAt(0).GetChildAt(0))).BackColor3 = global::System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(78)))), ((int)(((byte)(131)))));
            ((Telerik.WinControls.Primitives.FillPrimitive)(this.Btn_Login.GetChildAt(0).GetChildAt(0))).BackColor4 = global::System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(78)))), ((int)(((byte)(131)))));
            ((Telerik.WinControls.Primitives.FillPrimitive)(this.Btn_Login.GetChildAt(0).GetChildAt(0))).BackColor = global::System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(78)))), ((int)(((byte)(131)))));
            // 
            // Btn_Exit
            // 
            this.Btn_Exit.Cursor = global::System.Windows.Forms.Cursors.Hand;
            this.Btn_Exit.Font = new global::System.Drawing.Font("B Nazanin", 13.8F, global::System.Drawing.FontStyle.Bold);
            this.Btn_Exit.ForeColor = global::System.Drawing.SystemColors.Window;
            this.Btn_Exit.Location = new global::System.Drawing.Point(3, 208);
            this.Btn_Exit.Name = "Btn_Exit";
            this.Btn_Exit.Size = new global::System.Drawing.Size(289, 53);
            this.Btn_Exit.TabIndex = 4;
            this.Btn_Exit.Text = "EXIT";
            this.Btn_Exit.ThemeName = "Aqua";
            this.Btn_Exit.Click += new global::System.EventHandler(this.Btn_Exit_Click);
            ((Telerik.WinControls.UI.RadButtonElement)(this.Btn_Exit.GetChildAt(0))).Text = "EXIT";
            ((Telerik.WinControls.UI.RadButtonElement)(this.Btn_Exit.GetChildAt(0))).ForeColor = global::System.Drawing.Color.FromArgb(((int)(((byte)(253)))), ((int)(((byte)(254)))), ((int)(((byte)(255)))));
            ((Telerik.WinControls.UI.RadButtonElement)(this.Btn_Exit.GetChildAt(0))).BackColor = global::System.Drawing.Color.FromArgb(((int)(((byte)(42)))), ((int)(((byte)(42)))), ((int)(((byte)(42)))));
            ((Telerik.WinControls.Primitives.FillPrimitive)(this.Btn_Exit.GetChildAt(0).GetChildAt(0))).BackColor2 = global::System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(78)))), ((int)(((byte)(131)))));
            ((Telerik.WinControls.Primitives.FillPrimitive)(this.Btn_Exit.GetChildAt(0).GetChildAt(0))).BackColor3 = global::System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(78)))), ((int)(((byte)(131)))));
            ((Telerik.WinControls.Primitives.FillPrimitive)(this.Btn_Exit.GetChildAt(0).GetChildAt(0))).BackColor4 = global::System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(78)))), ((int)(((byte)(131)))));
            ((Telerik.WinControls.Primitives.FillPrimitive)(this.Btn_Exit.GetChildAt(0).GetChildAt(0))).BackColor = global::System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(78)))), ((int)(((byte)(131)))));
            // 
            // timer1
            // 
            this.timer1.Interval = 2000;
            // 
            // errorProvider1
            // 
            this.errorProvider1.ContainerControl = this;
            // 
            // BGW
            // 
            this.BGW.DoWork += new global::System.ComponentModel.DoWorkEventHandler(this.BGW_DoWork);
            this.BGW.RunWorkerCompleted += new global::System.ComponentModel.RunWorkerCompletedEventHandler(this.BGW_RunWorkerCompleted);
            // 
            // Form_Login
            // 
            this.AcceptButton = this.Btn_Login;
            this.AutoScaleDimensions = new global::System.Drawing.SizeF(8F, 16F);
            this.AutoScaleMode = global::System.Windows.Forms.AutoScaleMode.Font;
            this.BackColor = global::System.Drawing.Color.White;
            this.BackgroundImageLayout = global::System.Windows.Forms.ImageLayout.Stretch;
            this.ClientSize = new global::System.Drawing.Size(322, 402);
            this.Controls.Add(this.radGroupBox1);
            this.FormBorderStyle = global::System.Windows.Forms.FormBorderStyle.None;
            this.Name = "Form_Login";
            this.StartPosition = global::System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text = "Form_Login";
            this.TransparencyKey = global::System.Drawing.SystemColors.MenuBar;
            this.Load += new global::System.EventHandler(this.Form_Login_Load);
            ((global::System.ComponentModel.ISupportInitialize)(this.radGroupBox1)).EndInit();
            this.radGroupBox1.ResumeLayout(false);
            this.flowLayoutPanel1.ResumeLayout(false);
            this.flowLayoutPanel1.PerformLayout();
            ((global::System.ComponentModel.ISupportInitialize)(this.Txt_UserName)).EndInit();
            ((global::System.ComponentModel.ISupportInitialize)(this.Txt_Password)).EndInit();
            ((global::System.ComponentModel.ISupportInitialize)(this.Btn_Login)).EndInit();
            ((global::System.ComponentModel.ISupportInitialize)(this.Btn_Exit)).EndInit();
            ((global::System.ComponentModel.ISupportInitialize)(this.errorProvider1)).EndInit();
            this.ResumeLayout(false);

        }
Exemplo n.º 23
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 global::System.ComponentModel.Container();
 }
Exemplo n.º 24
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new global::System.ComponentModel.Container();
     this.groupBox1  = new global::System.Windows.Forms.GroupBox();
     this.panel7     = new global::System.Windows.Forms.Panel();
     this.panel6     = new global::System.Windows.Forms.Panel();
     this.panel5     = new global::System.Windows.Forms.Panel();
     this.panel4     = new global::System.Windows.Forms.Panel();
     this.panel3     = new global::System.Windows.Forms.Panel();
     this.panel2     = new global::System.Windows.Forms.Panel();
     this.panel1     = new global::System.Windows.Forms.Panel();
     this.panel8     = new global::System.Windows.Forms.Panel();
     this.timer1     = new global::System.Windows.Forms.Timer(this.components);
     this.Flags      = new Nu256.UI.RegisterControl();
     this.D          = new Nu256.UI.RegisterControl();
     this.DBR        = new Nu256.UI.RegisterControl();
     this.Stack      = new Nu256.UI.RegisterControl();
     this.Y          = new Nu256.UI.RegisterControl();
     this.X          = new Nu256.UI.RegisterControl();
     this.A          = new Nu256.UI.RegisterControl();
     this.PC         = new Nu256.UI.RegisterControl();
     this.groupBox1.SuspendLayout();
     this.SuspendLayout();
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.Flags);
     this.groupBox1.Controls.Add(this.panel7);
     this.groupBox1.Controls.Add(this.D);
     this.groupBox1.Controls.Add(this.panel6);
     this.groupBox1.Controls.Add(this.DBR);
     this.groupBox1.Controls.Add(this.panel5);
     this.groupBox1.Controls.Add(this.Stack);
     this.groupBox1.Controls.Add(this.panel4);
     this.groupBox1.Controls.Add(this.Y);
     this.groupBox1.Controls.Add(this.panel3);
     this.groupBox1.Controls.Add(this.X);
     this.groupBox1.Controls.Add(this.panel2);
     this.groupBox1.Controls.Add(this.A);
     this.groupBox1.Controls.Add(this.panel1);
     this.groupBox1.Controls.Add(this.PC);
     this.groupBox1.Controls.Add(this.panel8);
     this.groupBox1.Dock     = global::System.Windows.Forms.DockStyle.Fill;
     this.groupBox1.Location = new global::System.Drawing.Point(0, 0);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new global::System.Drawing.Size(466, 64);
     this.groupBox1.TabIndex = 0;
     this.groupBox1.TabStop  = false;
     this.groupBox1.Text     = "Registers";
     //
     // panel7
     //
     this.panel7.Dock     = global::System.Windows.Forms.DockStyle.Left;
     this.panel7.Location = new global::System.Drawing.Point(381, 16);
     this.panel7.Name     = "panel7";
     this.panel7.Size     = new global::System.Drawing.Size(4, 45);
     this.panel7.TabIndex = 13;
     //
     // panel6
     //
     this.panel6.Dock     = global::System.Windows.Forms.DockStyle.Left;
     this.panel6.Location = new global::System.Drawing.Point(327, 16);
     this.panel6.Name     = "panel6";
     this.panel6.Size     = new global::System.Drawing.Size(4, 45);
     this.panel6.TabIndex = 11;
     //
     // panel5
     //
     this.panel5.Dock     = global::System.Windows.Forms.DockStyle.Left;
     this.panel5.Location = new global::System.Drawing.Point(273, 16);
     this.panel5.Name     = "panel5";
     this.panel5.Size     = new global::System.Drawing.Size(4, 45);
     this.panel5.TabIndex = 9;
     //
     // panel4
     //
     this.panel4.Dock     = global::System.Windows.Forms.DockStyle.Left;
     this.panel4.Location = new global::System.Drawing.Point(219, 16);
     this.panel4.Name     = "panel4";
     this.panel4.Size     = new global::System.Drawing.Size(4, 45);
     this.panel4.TabIndex = 7;
     //
     // panel3
     //
     this.panel3.Dock     = global::System.Windows.Forms.DockStyle.Left;
     this.panel3.Location = new global::System.Drawing.Point(165, 16);
     this.panel3.Name     = "panel3";
     this.panel3.Size     = new global::System.Drawing.Size(4, 45);
     this.panel3.TabIndex = 5;
     //
     // panel2
     //
     this.panel2.Dock     = global::System.Windows.Forms.DockStyle.Left;
     this.panel2.Location = new global::System.Drawing.Point(111, 16);
     this.panel2.Name     = "panel2";
     this.panel2.Size     = new global::System.Drawing.Size(4, 45);
     this.panel2.TabIndex = 3;
     //
     // panel1
     //
     this.panel1.Dock     = global::System.Windows.Forms.DockStyle.Left;
     this.panel1.Location = new global::System.Drawing.Point(57, 16);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new global::System.Drawing.Size(4, 45);
     this.panel1.TabIndex = 1;
     //
     // panel8
     //
     this.panel8.Dock     = global::System.Windows.Forms.DockStyle.Left;
     this.panel8.Location = new global::System.Drawing.Point(3, 16);
     this.panel8.Name     = "panel8";
     this.panel8.Size     = new global::System.Drawing.Size(4, 45);
     this.panel8.TabIndex = 15;
     //
     // timer1
     //
     this.timer1.Enabled  = true;
     this.timer1.Interval = 1000;
     this.timer1.Tick    += new global::System.EventHandler(this.timer1_Tick);
     //
     // Flags
     //
     this.Flags.Bank     = null;
     this.Flags.Caption  = "Flags";
     this.Flags.Dock     = global::System.Windows.Forms.DockStyle.Left;
     this.Flags.Location = new global::System.Drawing.Point(385, 16);
     this.Flags.Name     = "Flags";
     this.Flags.Register = null;
     this.Flags.Size     = new global::System.Drawing.Size(69, 45);
     this.Flags.TabIndex = 14;
     this.Flags.Value    = "XXXXXXXX";
     //
     // D
     //
     this.D.Bank     = null;
     this.D.Caption  = "Direct";
     this.D.Dock     = global::System.Windows.Forms.DockStyle.Left;
     this.D.Location = new global::System.Drawing.Point(331, 16);
     this.D.Name     = "D";
     this.D.Register = null;
     this.D.Size     = new global::System.Drawing.Size(50, 45);
     this.D.TabIndex = 12;
     this.D.Value    = "0000";
     //
     // DBR
     //
     this.DBR.Bank     = null;
     this.DBR.Caption  = "DBR";
     this.DBR.Dock     = global::System.Windows.Forms.DockStyle.Left;
     this.DBR.Location = new global::System.Drawing.Point(277, 16);
     this.DBR.Name     = "DBR";
     this.DBR.Register = null;
     this.DBR.Size     = new global::System.Drawing.Size(50, 45);
     this.DBR.TabIndex = 10;
     this.DBR.Value    = "0000";
     //
     // Stack
     //
     this.Stack.Bank     = null;
     this.Stack.Caption  = "S";
     this.Stack.Dock     = global::System.Windows.Forms.DockStyle.Left;
     this.Stack.Location = new global::System.Drawing.Point(223, 16);
     this.Stack.Name     = "Stack";
     this.Stack.Register = null;
     this.Stack.Size     = new global::System.Drawing.Size(50, 45);
     this.Stack.TabIndex = 8;
     this.Stack.Value    = "0000";
     //
     // Y
     //
     this.Y.Bank     = null;
     this.Y.Caption  = "Y";
     this.Y.Dock     = global::System.Windows.Forms.DockStyle.Left;
     this.Y.Location = new global::System.Drawing.Point(169, 16);
     this.Y.Name     = "Y";
     this.Y.Register = null;
     this.Y.Size     = new global::System.Drawing.Size(50, 45);
     this.Y.TabIndex = 6;
     this.Y.Value    = "0000";
     //
     // X
     //
     this.X.Bank     = null;
     this.X.Caption  = "X";
     this.X.Dock     = global::System.Windows.Forms.DockStyle.Left;
     this.X.Location = new global::System.Drawing.Point(115, 16);
     this.X.Name     = "X";
     this.X.Register = null;
     this.X.Size     = new global::System.Drawing.Size(50, 45);
     this.X.TabIndex = 4;
     this.X.Value    = "0000";
     //
     // A
     //
     this.A.Bank     = null;
     this.A.Caption  = "A";
     this.A.Dock     = global::System.Windows.Forms.DockStyle.Left;
     this.A.Location = new global::System.Drawing.Point(61, 16);
     this.A.Name     = "A";
     this.A.Register = null;
     this.A.Size     = new global::System.Drawing.Size(50, 45);
     this.A.TabIndex = 2;
     this.A.Value    = "0000";
     //
     // PC
     //
     this.PC.Bank     = null;
     this.PC.Caption  = "PC";
     this.PC.Dock     = global::System.Windows.Forms.DockStyle.Left;
     this.PC.Location = new global::System.Drawing.Point(7, 16);
     this.PC.Name     = "PC";
     this.PC.Register = null;
     this.PC.Size     = new global::System.Drawing.Size(50, 45);
     this.PC.TabIndex = 0;
     this.PC.Value    = "000000";
     //
     // RegisterDisplay
     //
     this.AutoScaleDimensions = new global::System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = global::System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.groupBox1);
     this.Name = "RegisterDisplay";
     this.Size = new global::System.Drawing.Size(466, 64);
     this.groupBox1.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Exemplo n.º 25
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components          = new System.ComponentModel.Container();
     this.groupBox1           = new System.Windows.Forms.GroupBox();
     this.Flags               = new FoenixIDE.UI.RegisterControl();
     this.panel7              = new System.Windows.Forms.Panel();
     this.D                   = new FoenixIDE.UI.RegisterControl();
     this.panel6              = new System.Windows.Forms.Panel();
     this.DBR                 = new FoenixIDE.UI.RegisterControl();
     this.panel5              = new System.Windows.Forms.Panel();
     this.Stack               = new FoenixIDE.UI.RegisterControl();
     this.panel4              = new System.Windows.Forms.Panel();
     this.Y                   = new FoenixIDE.UI.RegisterControl();
     this.panel3              = new System.Windows.Forms.Panel();
     this.X                   = new FoenixIDE.UI.RegisterControl();
     this.panel2              = new System.Windows.Forms.Panel();
     this.A                   = new FoenixIDE.UI.AccumulatorControl();
     this.panel1              = new System.Windows.Forms.Panel();
     this.PC                  = new FoenixIDE.UI.RegisterControl();
     this.panel8              = new System.Windows.Forms.Panel();
     this.updateRegisterTimer = new System.Windows.Forms.Timer(this.components);
     this.groupBox1.SuspendLayout();
     this.SuspendLayout();
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.Flags);
     this.groupBox1.Controls.Add(this.panel7);
     this.groupBox1.Controls.Add(this.D);
     this.groupBox1.Controls.Add(this.panel6);
     this.groupBox1.Controls.Add(this.DBR);
     this.groupBox1.Controls.Add(this.panel5);
     this.groupBox1.Controls.Add(this.Stack);
     this.groupBox1.Controls.Add(this.panel4);
     this.groupBox1.Controls.Add(this.Y);
     this.groupBox1.Controls.Add(this.panel3);
     this.groupBox1.Controls.Add(this.X);
     this.groupBox1.Controls.Add(this.panel2);
     this.groupBox1.Controls.Add(this.A);
     this.groupBox1.Controls.Add(this.panel1);
     this.groupBox1.Controls.Add(this.PC);
     this.groupBox1.Controls.Add(this.panel8);
     this.groupBox1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.groupBox1.Location = new System.Drawing.Point(0, 0);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(466, 53);
     this.groupBox1.TabIndex = 0;
     this.groupBox1.TabStop  = false;
     this.groupBox1.Text     = "Registers";
     //
     // Flags
     //
     this.Flags.Bank     = null;
     this.Flags.Caption  = "Flags";
     this.Flags.Dock     = System.Windows.Forms.DockStyle.Left;
     this.Flags.Location = new System.Drawing.Point(283, 16);
     this.Flags.Name     = "Flags";
     this.Flags.Register = null;
     this.Flags.Size     = new System.Drawing.Size(76, 34);
     this.Flags.TabIndex = 14;
     this.Flags.Value    = "XXXXXXXX";
     //
     // panel7
     //
     this.panel7.Dock     = System.Windows.Forms.DockStyle.Left;
     this.panel7.Location = new System.Drawing.Point(279, 16);
     this.panel7.Name     = "panel7";
     this.panel7.Size     = new System.Drawing.Size(4, 34);
     this.panel7.TabIndex = 13;
     //
     // D
     //
     this.D.Bank     = null;
     this.D.Caption  = "Direct";
     this.D.Dock     = System.Windows.Forms.DockStyle.Left;
     this.D.Location = new System.Drawing.Point(246, 16);
     this.D.Name     = "D";
     this.D.Register = null;
     this.D.Size     = new System.Drawing.Size(33, 34);
     this.D.TabIndex = 12;
     this.D.Value    = "0000";
     //
     // panel6
     //
     this.panel6.Dock     = System.Windows.Forms.DockStyle.Left;
     this.panel6.Location = new System.Drawing.Point(242, 16);
     this.panel6.Name     = "panel6";
     this.panel6.Size     = new System.Drawing.Size(4, 34);
     this.panel6.TabIndex = 11;
     //
     // DBR
     //
     this.DBR.Bank     = null;
     this.DBR.Caption  = "DBR";
     this.DBR.Dock     = System.Windows.Forms.DockStyle.Left;
     this.DBR.Location = new System.Drawing.Point(209, 16);
     this.DBR.Name     = "DBR";
     this.DBR.Register = null;
     this.DBR.Size     = new System.Drawing.Size(33, 34);
     this.DBR.TabIndex = 10;
     this.DBR.Value    = "00";
     //
     // panel5
     //
     this.panel5.Dock     = System.Windows.Forms.DockStyle.Left;
     this.panel5.Location = new System.Drawing.Point(205, 16);
     this.panel5.Name     = "panel5";
     this.panel5.Size     = new System.Drawing.Size(4, 34);
     this.panel5.TabIndex = 9;
     //
     // Stack
     //
     this.Stack.Bank     = null;
     this.Stack.Caption  = "S";
     this.Stack.Dock     = System.Windows.Forms.DockStyle.Left;
     this.Stack.Location = new System.Drawing.Point(172, 16);
     this.Stack.Name     = "Stack";
     this.Stack.Register = null;
     this.Stack.Size     = new System.Drawing.Size(33, 34);
     this.Stack.TabIndex = 8;
     this.Stack.Value    = "0000";
     //
     // panel4
     //
     this.panel4.Dock     = System.Windows.Forms.DockStyle.Left;
     this.panel4.Location = new System.Drawing.Point(168, 16);
     this.panel4.Name     = "panel4";
     this.panel4.Size     = new System.Drawing.Size(4, 34);
     this.panel4.TabIndex = 7;
     //
     // Y
     //
     this.Y.Bank     = null;
     this.Y.Caption  = "Y";
     this.Y.Dock     = System.Windows.Forms.DockStyle.Left;
     this.Y.Location = new System.Drawing.Point(135, 16);
     this.Y.Name     = "Y";
     this.Y.Register = null;
     this.Y.Size     = new System.Drawing.Size(33, 34);
     this.Y.TabIndex = 6;
     this.Y.Value    = "0000";
     //
     // panel3
     //
     this.panel3.Dock     = System.Windows.Forms.DockStyle.Left;
     this.panel3.Location = new System.Drawing.Point(131, 16);
     this.panel3.Name     = "panel3";
     this.panel3.Size     = new System.Drawing.Size(4, 34);
     this.panel3.TabIndex = 5;
     //
     // X
     //
     this.X.Bank     = null;
     this.X.Caption  = "X";
     this.X.Dock     = System.Windows.Forms.DockStyle.Left;
     this.X.Location = new System.Drawing.Point(98, 16);
     this.X.Name     = "X";
     this.X.Register = null;
     this.X.Size     = new System.Drawing.Size(33, 34);
     this.X.TabIndex = 4;
     this.X.Value    = "0000";
     //
     // panel2
     //
     this.panel2.Dock     = System.Windows.Forms.DockStyle.Left;
     this.panel2.Location = new System.Drawing.Point(94, 16);
     this.panel2.Name     = "panel2";
     this.panel2.Size     = new System.Drawing.Size(4, 34);
     this.panel2.TabIndex = 3;
     //
     // A
     //
     this.A.Caption  = "A";
     this.A.Dock     = System.Windows.Forms.DockStyle.Left;
     this.A.Location = new System.Drawing.Point(55, 16);
     this.A.Name     = "A";
     this.A.Register = null;
     this.A.Size     = new System.Drawing.Size(39, 34);
     this.A.TabIndex = 2;
     this.A.Value    = "0000";
     //
     // panel1
     //
     this.panel1.Dock     = System.Windows.Forms.DockStyle.Left;
     this.panel1.Location = new System.Drawing.Point(51, 16);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(4, 34);
     this.panel1.TabIndex = 1;
     //
     // PC
     //
     this.PC.Bank     = null;
     this.PC.Caption  = "PC";
     this.PC.Dock     = System.Windows.Forms.DockStyle.Left;
     this.PC.Location = new System.Drawing.Point(7, 16);
     this.PC.Name     = "PC";
     this.PC.Register = null;
     this.PC.Size     = new System.Drawing.Size(44, 34);
     this.PC.TabIndex = 0;
     this.PC.Value    = "000000";
     //
     // panel8
     //
     this.panel8.Dock     = System.Windows.Forms.DockStyle.Left;
     this.panel8.Location = new System.Drawing.Point(3, 16);
     this.panel8.Name     = "panel8";
     this.panel8.Size     = new System.Drawing.Size(4, 34);
     this.panel8.TabIndex = 15;
     //
     // updateRegisterTimer
     //
     this.updateRegisterTimer.Interval = 1000;
     this.updateRegisterTimer.Tick    += new System.EventHandler(this.Timer1_Tick);
     //
     // RegisterDisplay
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.groupBox1);
     this.Name = "RegisterDisplay";
     this.Size = new System.Drawing.Size(466, 53);
     this.groupBox1.ResumeLayout(false);
     this.ResumeLayout(false);
 }
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
            this.office2007SilverTheme1 = new Telerik.WinControls.Themes.Office2007SilverTheme();
            this.GridUser = new System.Windows.Forms.DataGridView();
            this.Column1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.Row = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.FName = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.UserName = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.TotalPrice = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.groupBox1 = new System.Windows.Forms.GroupBox();
            this.Btn_Access = new Telerik.WinControls.UI.RadButton();
            this.Lbl_Warning = new System.Windows.Forms.Label();
            this.Btn_Delete = new Telerik.WinControls.UI.RadButton();
            this.Btn_Edit = new Telerik.WinControls.UI.RadButton();
            this.Btn_Register = new Telerik.WinControls.UI.RadButton();
            this.label3 = new System.Windows.Forms.Label();
            this.Txt_Password = new System.Windows.Forms.TextBox();
            this.label2 = new System.Windows.Forms.Label();
            this.Txt_UserName = new System.Windows.Forms.TextBox();
            this.label1 = new System.Windows.Forms.Label();
            this.Txt_Fname = new System.Windows.Forms.TextBox();
            this.BGW = new System.ComponentModel.BackgroundWorker();
            this.aquaTheme1 = new Telerik.WinControls.Themes.AquaTheme();
            this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
            ((System.ComponentModel.ISupportInitialize)(this.GridUser)).BeginInit();
            this.groupBox1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.Btn_Access)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.Btn_Delete)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.Btn_Edit)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.Btn_Register)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
            this.SuspendLayout();
            // 
            // GridUser
            // 
            this.GridUser.AllowUserToAddRows = false;
            this.GridUser.AllowUserToDeleteRows = false;
            dataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Control;
            dataGridViewCellStyle1.Font = new System.Drawing.Font("B Nazanin", 12F, System.Drawing.FontStyle.Bold);
            this.GridUser.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
            this.GridUser.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
            this.GridUser.BackgroundColor = System.Drawing.Color.White;
            dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
            dataGridViewCellStyle2.BackColor = System.Drawing.Color.Salmon;
            dataGridViewCellStyle2.Font = new System.Drawing.Font("B Nazanin", 10.8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(178)));
            dataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.ActiveCaptionText;
            dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
            dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
            dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
            this.GridUser.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
            this.GridUser.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.GridUser.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
            this.Column1,
            this.Row,
            this.FName,
            this.UserName,
            this.TotalPrice});
            dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
            dataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Window;
            dataGridViewCellStyle3.Font = new System.Drawing.Font("B Nazanin", 10.8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(178)));
            dataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.ControlText;
            dataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight;
            dataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
            dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
            this.GridUser.DefaultCellStyle = dataGridViewCellStyle3;
            this.GridUser.Dock = System.Windows.Forms.DockStyle.Left;
            this.GridUser.EnableHeadersVisualStyles = false;
            this.GridUser.GridColor = System.Drawing.SystemColors.AppWorkspace;
            this.GridUser.Location = new System.Drawing.Point(0, 0);
            this.GridUser.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
            this.GridUser.MultiSelect = false;
            this.GridUser.Name = "GridUser";
            this.GridUser.ReadOnly = true;
            this.GridUser.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
            this.GridUser.RowHeadersVisible = false;
            dataGridViewCellStyle4.BackColor = System.Drawing.SystemColors.Control;
            dataGridViewCellStyle4.Font = new System.Drawing.Font("Adobe Arabic", 15F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.GridUser.RowsDefaultCellStyle = dataGridViewCellStyle4;
            this.GridUser.RowTemplate.DefaultCellStyle.Font = new System.Drawing.Font("Adobe Arabic", 15F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.GridUser.RowTemplate.Height = 30;
            this.GridUser.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
            this.GridUser.Size = new System.Drawing.Size(673, 571);
            this.GridUser.TabIndex = 61;
            this.GridUser.TabStop = false;
            this.GridUser.CellDoubleClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.GridUser_CellDoubleClick);
            this.GridUser.CellMouseClick += new System.Windows.Forms.DataGridViewCellMouseEventHandler(this.GridUser_CellMouseClick);
            // 
            // Column1
            // 
            this.Column1.DataPropertyName = "UserID";
            this.Column1.HeaderText = "";
            this.Column1.Name = "Column1";
            this.Column1.ReadOnly = true;
            this.Column1.Visible = false;
            // 
            // Row
            // 
            this.Row.FillWeight = 12F;
            this.Row.HeaderText = "ردیف";
            this.Row.Name = "Row";
            this.Row.ReadOnly = true;
            // 
            // FName
            // 
            this.FName.DataPropertyName = "FName";
            this.FName.FillWeight = 30F;
            this.FName.HeaderText = "نام و نام خانوادگی";
            this.FName.Name = "FName";
            this.FName.ReadOnly = true;
            // 
            // UserName
            // 
            this.UserName.DataPropertyName = "UserName";
            this.UserName.FillWeight = 20F;
            this.UserName.HeaderText = "نام کاربری ";
            this.UserName.Name = "UserName";
            this.UserName.ReadOnly = true;
            // 
            // TotalPrice
            // 
            this.TotalPrice.FillWeight = 20F;
            this.TotalPrice.HeaderText = "پسورد";
            this.TotalPrice.Name = "TotalPrice";
            this.TotalPrice.ReadOnly = true;
            // 
            // groupBox1
            // 
            this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.groupBox1.Controls.Add(this.Btn_Access);
            this.groupBox1.Controls.Add(this.Lbl_Warning);
            this.groupBox1.Controls.Add(this.Btn_Delete);
            this.groupBox1.Controls.Add(this.Btn_Edit);
            this.groupBox1.Controls.Add(this.Btn_Register);
            this.groupBox1.Controls.Add(this.label3);
            this.groupBox1.Controls.Add(this.Txt_Password);
            this.groupBox1.Controls.Add(this.label2);
            this.groupBox1.Controls.Add(this.Txt_UserName);
            this.groupBox1.Controls.Add(this.label1);
            this.groupBox1.Controls.Add(this.Txt_Fname);
            this.groupBox1.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
            this.groupBox1.Location = new System.Drawing.Point(679, 12);
            this.groupBox1.Name = "groupBox1";
            this.groupBox1.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
            this.groupBox1.Size = new System.Drawing.Size(347, 491);
            this.groupBox1.TabIndex = 62;
            this.groupBox1.TabStop = false;
            this.groupBox1.Text = "اطلاعات";
            // 
            // Btn_Access
            // 
            this.Btn_Access.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.Btn_Access.Cursor = System.Windows.Forms.Cursors.Hand;
            this.Btn_Access.Enabled = false;
            this.Btn_Access.Font = new System.Drawing.Font("B Nazanin", 10.8F, System.Drawing.FontStyle.Bold);
            this.Btn_Access.Location = new System.Drawing.Point(17, 342);
            this.Btn_Access.Name = "Btn_Access";
            this.Btn_Access.Size = new System.Drawing.Size(320, 42);
            this.Btn_Access.TabIndex = 8;
            this.Btn_Access.Text = "ثبت دسترسی";
            this.Btn_Access.ThemeName = "Office2007Silver";
            this.Btn_Access.Click += new System.EventHandler(this.Btn_Access_Click);
            // 
            // Lbl_Warning
            // 
            this.Lbl_Warning.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.Lbl_Warning.AutoSize = true;
            this.Lbl_Warning.Cursor = System.Windows.Forms.Cursors.Hand;
            this.Lbl_Warning.Font = new System.Drawing.Font("B Nazanin", 10F);
            this.Lbl_Warning.ForeColor = System.Drawing.Color.Red;
            this.Lbl_Warning.Location = new System.Drawing.Point(16, 158);
            this.Lbl_Warning.Name = "Lbl_Warning";
            this.Lbl_Warning.Size = new System.Drawing.Size(240, 26);
            this.Lbl_Warning.TabIndex = 9;
            this.Lbl_Warning.Text = "نام کاربری می بایست بیش از 4 کاراکتر باشد";
            this.Lbl_Warning.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            this.Lbl_Warning.Visible = false;
            // 
            // Btn_Delete
            // 
            this.Btn_Delete.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.Btn_Delete.Cursor = System.Windows.Forms.Cursors.Hand;
            this.Btn_Delete.Enabled = false;
            this.Btn_Delete.Font = new System.Drawing.Font("B Nazanin", 10.8F, System.Drawing.FontStyle.Bold);
            this.Btn_Delete.Location = new System.Drawing.Point(17, 294);
            this.Btn_Delete.Name = "Btn_Delete";
            this.Btn_Delete.Size = new System.Drawing.Size(149, 42);
            this.Btn_Delete.TabIndex = 7;
            this.Btn_Delete.Text = "حذف";
            this.Btn_Delete.ThemeName = "Office2007Silver";
            this.Btn_Delete.Click += new System.EventHandler(this.Btn_Delete_Click);
            // 
            // Btn_Edit
            // 
            this.Btn_Edit.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.Btn_Edit.Cursor = System.Windows.Forms.Cursors.Hand;
            this.Btn_Edit.Enabled = false;
            this.Btn_Edit.Font = new System.Drawing.Font("B Nazanin", 10.8F, System.Drawing.FontStyle.Bold);
            this.Btn_Edit.Location = new System.Drawing.Point(188, 294);
            this.Btn_Edit.Name = "Btn_Edit";
            this.Btn_Edit.Size = new System.Drawing.Size(149, 42);
            this.Btn_Edit.TabIndex = 6;
            this.Btn_Edit.Text = "ویرایش";
            this.Btn_Edit.ThemeName = "Office2007Silver";
            this.Btn_Edit.Click += new System.EventHandler(this.Btn_Edit_Click);
            // 
            // Btn_Register
            // 
            this.Btn_Register.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.Btn_Register.Cursor = System.Windows.Forms.Cursors.Hand;
            this.Btn_Register.Font = new System.Drawing.Font("B Nazanin", 10.8F, System.Drawing.FontStyle.Bold);
            this.Btn_Register.Location = new System.Drawing.Point(17, 246);
            this.Btn_Register.Name = "Btn_Register";
            this.Btn_Register.Size = new System.Drawing.Size(320, 42);
            this.Btn_Register.TabIndex = 5;
            this.Btn_Register.Text = "ثبت";
            this.Btn_Register.ThemeName = "Office2007Silver";
            this.Btn_Register.Click += new System.EventHandler(this.Btn_Register_Click);
            // 
            // label3
            // 
            this.label3.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.label3.AutoSize = true;
            this.label3.Cursor = System.Windows.Forms.Cursors.Hand;
            this.label3.Location = new System.Drawing.Point(228, 119);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(103, 30);
            this.label3.TabIndex = 5;
            this.label3.Text = "کلمه ی عبور :";
            this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            // 
            // Txt_Password
            // 
            this.Txt_Password.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.Txt_Password.Font = new System.Drawing.Font("B Nazanin", 12F);
            this.Txt_Password.Location = new System.Drawing.Point(16, 117);
            this.Txt_Password.Multiline = true;
            this.Txt_Password.Name = "Txt_Password";
            this.Txt_Password.Size = new System.Drawing.Size(169, 35);
            this.Txt_Password.TabIndex = 3;
            this.Txt_Password.TextChanged += new System.EventHandler(this.Txt_Password_TextChanged);
            // 
            // label2
            // 
            this.label2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.label2.AutoSize = true;
            this.label2.Cursor = System.Windows.Forms.Cursors.Hand;
            this.label2.Location = new System.Drawing.Point(245, 80);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(86, 30);
            this.label2.TabIndex = 3;
            this.label2.Text = "نام کاربری :";
            this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            // 
            // Txt_UserName
            // 
            this.Txt_UserName.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.Txt_UserName.Font = new System.Drawing.Font("B Nazanin", 12F);
            this.Txt_UserName.Location = new System.Drawing.Point(16, 76);
            this.Txt_UserName.Multiline = true;
            this.Txt_UserName.Name = "Txt_UserName";
            this.Txt_UserName.Size = new System.Drawing.Size(169, 35);
            this.Txt_UserName.TabIndex = 2;
            // 
            // label1
            // 
            this.label1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.label1.AutoSize = true;
            this.label1.Cursor = System.Windows.Forms.Cursors.Hand;
            this.label1.Location = new System.Drawing.Point(198, 37);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(133, 30);
            this.label1.TabIndex = 1;
            this.label1.Text = "نام و نام خانوادگی :";
            this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            // 
            // Txt_Fname
            // 
            this.Txt_Fname.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.Txt_Fname.Font = new System.Drawing.Font("B Nazanin", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(178)));
            this.Txt_Fname.Location = new System.Drawing.Point(16, 35);
            this.Txt_Fname.Multiline = true;
            this.Txt_Fname.Name = "Txt_Fname";
            this.Txt_Fname.Size = new System.Drawing.Size(169, 35);
            this.Txt_Fname.TabIndex = 0;
            this.Txt_Fname.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.Txt_Fname_KeyPress);
            // 
            // BGW
            // 
            this.BGW.DoWork += new System.ComponentModel.DoWorkEventHandler(this.BGW_DoWork);
            this.BGW.RunWorkerCompleted += new System.ComponentModel.RunWorkerCompletedEventHandler(this.BGW_RunWorkerCompleted);
            // 
            // Form_User
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
            ((RadFormControlBase) this).AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.BackColor = System.Drawing.Color.Linen;
            this.ClientSize = new System.Drawing.Size(1038, 571);
            this.Controls.Add(this.groupBox1);
            this.Controls.Add(this.GridUser);
            this.Font = new System.Drawing.Font("B Nazanin", 10.8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(178)));
            this.Name = "Form_User";
            // 
            // 
            // 
            this.RootElement.ApplyShapeToControl = true;
            this.ShowIcon = false;
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text = "";
            this.ThemeName = "Office2007Silver";
            this.Load += new System.EventHandler(this.Form_User_Load);
            ((System.ComponentModel.ISupportInitialize)(this.GridUser)).EndInit();
            this.groupBox1.ResumeLayout(false);
            this.groupBox1.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.Btn_Access)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.Btn_Delete)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.Btn_Edit)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.Btn_Register)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this)).EndInit();
            this.ResumeLayout(false);

        }